.custom-product{padding:2rem 0 4rem;background-color:#f5f5f0}.custom-product__container{max-width:1400px;margin:0 auto}.custom-product__breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:.9rem;color:#666;margin-bottom:1.5rem}.custom-product__breadcrumb a{color:#666;text-decoration:none;transition:color .2s ease}.custom-product__breadcrumb a:hover{color:#1a1a1a}.custom-product__breadcrumb-separator,.custom-product__breadcrumb-current{color:#999}.custom-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.custom-product__media{position:sticky;top:120px}.custom-product__main-image{position:relative;background-color:var(--image-background-color, var(--color-background, #f5f5f0));border-radius:16px;overflow:hidden;margin-bottom:1rem}.custom-product__featured-image{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover;object-position:center}.custom-product__sale-badge{position:absolute;top:1.5rem;left:1.5rem;background-color:#f5f5f0;color:#e8a87c;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;border-radius:50px;z-index:10}.custom-product__video-button{position:absolute;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;background-color:#fff;border:none;border-radius:50px;padding:.75rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0000001a}.custom-product__video-button:hover{transform:scale(1.02);box-shadow:0 4px 15px #00000026}.custom-product__video-button svg{width:24px;height:24px}.custom-product__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.custom-product__thumbnail{position:relative;background:var(--image-background-color, var(--color-background, #f5f5f0));border:3px solid transparent;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;transition:border-color .2s ease;aspect-ratio:1}.custom-product__thumbnail img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center;display:block;border-radius:9px;background:var(--image-background-color, var(--color-background, #f5f5f0))}.custom-product__thumbnail--active{border-color:#1a1a1a}.custom-product__thumbnail:hover:not(.custom-product__thumbnail--active){border-color:#ccc}.custom-product__info{padding-top:1rem}.custom-product__collection{display:inline-block;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:500;color:#888;letter-spacing:.1em;margin-bottom:.5rem}.custom-product__title{font-family:Phudu,sans-serif;font-size:2.8rem;font-weight:500;color:#1a1a1a;margin:0 0 1rem;line-height:1.2}.custom-product__rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.custom-product__stars{display:flex;gap:2px}.custom-product__stars svg{width:20px;height:20px}.custom-product__rating-text{font-family:Montserrat,sans-serif;font-size:.95rem;color:#666}.custom-product__price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1rem}.custom-product__price-currency{font-family:Phudu,sans-serif;font-size:1.5rem;font-weight:500;color:#1a1a1a}.custom-product__price-amount{font-family:Phudu,sans-serif;font-size:3rem;font-weight:600;color:#1a1a1a;line-height:1}.custom-product__price-note{font-family:Montserrat,sans-serif;font-size:.9rem;color:#888;margin-left:.5rem}.custom-product__description{font-family:Montserrat,sans-serif;font-size:1.3rem;color:#555;line-height:1.6;margin:0 0 1.5rem}.custom-product__form{display:flex;flex-direction:column;gap:1.5rem}.custom-product__option{display:flex;flex-direction:column;gap:.75rem}.custom-product__option-label{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#1a1a1a}.custom-product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.custom-product__option-value{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;color:#555;background-color:#fff;border:1.5px solid #ddd;border-radius:50px;padding:.7rem 1.25rem;cursor:pointer;transition:all .2s ease}.custom-product__option-value:hover{border-color:#1a1a1a}.custom-product__option-value--selected{background-color:#f5e6c8;border-color:#e8d4a8;color:#1a1a1a}.custom-product__option-value--disabled{opacity:.4;cursor:not-allowed}.custom-product__quantity{display:flex;flex-direction:column;gap:.75rem}.custom-product__quantity-label{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#1a1a1a}.custom-product__quantity-selector{display:flex;align-items:center;gap:0;width:fit-content}.custom-product__quantity-btn{width:44px;height:44px;border-radius:50%;border:none;background-color:#e8d4a8;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.custom-product__quantity-btn:hover{background-color:#d9c494}.custom-product__quantity-btn svg{width:16px;height:16px}.custom-product__quantity-input{width:60px;height:44px;border:1.5px solid #ddd;border-radius:8px;text-align:center;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 .5rem;-moz-appearance:textfield}.custom-product__quantity-input::-webkit-outer-spin-button,.custom-product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-product__add-to-cart{width:100%;background-color:#1a1a1a;color:#fff;border:none;border-radius:50px;padding:1.25rem 2rem;font-family:Phudu,sans-serif;font-size:1.2rem;font-weight:600;text-transform:lowercase;cursor:pointer;transition:all .2s ease}.custom-product__add-to-cart:hover{background-color:#333;transform:translateY(-1px)}.custom-product__add-to-cart:disabled{background-color:#ccc;cursor:not-allowed}.custom-product__form .shopify-payment-button{margin-top:.75rem}.custom-product__form .shopify-payment-button__button{border-radius:50px!important;min-height:52px}.custom-product__form .shopify-payment-button__more-options{display:none!important}.custom-product__accordions{display:flex;flex-direction:column;margin-bottom:1.5rem}.custom-product__accordion{border-bottom:1px solid #e0e0e0}.custom-product__accordion:first-child{border-top:1px solid #e0e0e0}.custom-product__accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.custom-product__accordion-header::-webkit-details-marker{display:none}.custom-product__accordion-title{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;letter-spacing:.02em}.custom-product__accordion-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease;color:#1a1a1a}.custom-product__accordion-icon svg line:first-child{transition:opacity .3s ease}.custom-product__accordion[open] .custom-product__accordion-icon{transform:rotate(45deg)}.custom-product__accordion-content{padding:0 0 1.25rem;font-family:Montserrat,sans-serif;font-size:.92rem;color:#555;line-height:1.7}.custom-product__accordion-content p{margin:0 0 .75rem}.custom-product__accordion-content p:last-child{margin-bottom:0}.custom-product__accordion-content ul,.custom-product__accordion-content ol{padding-left:1.25rem;margin:.5rem 0}.custom-product__accordion-content li{margin-bottom:.35rem}.custom-product__social-proof{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.custom-product__avatars{display:flex;align-items:center}.custom-product__avatar{width:36px;height:36px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-10px}.custom-product__avatar:first-child{margin-left:0}.custom-product__avatar--placeholder{background:linear-gradient(135deg,#f5d0c5,#d4a69a)}.custom-product__avatar-count{width:36px;height:36px;border-radius:50%;background-color:#e8d4a8;color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-left:-10px;border:2px solid #fff}.custom-product__social-text{font-family:Montserrat,sans-serif;font-size:.9rem;color:#555}.custom-product__benefits{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.custom-product__benefit{display:flex;align-items:center;gap:.75rem}.custom-product__benefit-icon{width:24px;height:24px;object-fit:contain}.custom-product__benefit-emoji{font-size:1.25rem;line-height:1}.custom-product__benefit-text{font-family:Montserrat,sans-serif;font-size:.95rem;color:#555}@media screen and (max-width: 1100px){.custom-product__grid{gap:3rem}.custom-product__title{font-size:2.2rem}.custom-product__price-amount{font-size:2.5rem}}@media screen and (max-width: 749px){.custom-product{padding:1rem 0 3rem}.custom-product__grid{grid-template-columns:1fr;gap:2rem}.custom-product__media{position:static}.custom-product__title{font-size:1.8rem}.custom-product__price-amount{font-size:2.2rem}.custom-product__thumbnails{grid-template-columns:repeat(4,1fr)}.custom-product__option-values{gap:.4rem}.custom-product__option-value{padding:.6rem 1rem;font-size:.85rem}.custom-product__social-proof{flex-direction:column;align-items:flex-start;gap:.75rem}}@media screen and (max-width: 479px){.custom-product__breadcrumb{font-size:.8rem;flex-wrap:wrap}.custom-product__title{font-size:1.5rem}.custom-product__price-amount{font-size:2rem}.custom-product__sale-badge{top:1rem;left:1rem;padding:.5rem 1rem;font-size:.75rem}.custom-product__video-button{bottom:1rem;left:1rem;padding:.6rem 1rem;font-size:.8rem}.custom-product__add-to-cart{padding:1rem 1.5rem;font-size:1.1rem}}@media screen and (min-width: 1400px){.custom-product__title{font-size:3.2rem}.custom-product__price-amount{font-size:3.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-custom-product.css.map */
