.product-hero{background-color:#fff}.product-hero__container{max-width:var(--page-width);margin:0 auto;display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:750px){.product-hero__container{flex-direction:row;gap:5rem}}.product-hero__gallery{flex:0 0 auto}@media screen and (min-width:750px){.product-hero__gallery{flex:0 0 45%}}.product-hero__main-image{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;background-color:#f9f5f3}.product-hero__main-image img{display:block;width:100%;height:100%;object-fit:cover}.product-hero__main-image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0dcd8,#f9f5f3)}.product-hero__thumbnails{display:flex;gap:.6rem;margin-top:1rem}@media screen and (min-width:750px){.product-hero__thumbnails{gap:.8rem;margin-top:1.2rem}}.product-hero__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;flex-shrink:0;background-color:#f9f5f3}.product-hero__thumb--active{border-color:#8b6f73}.product-hero__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-hero__thumb--placeholder{display:flex;align-items:center;justify-content:center;background-color:#f0dcd8}.product-hero__info{flex:1;min-width:0}@media screen and (min-width:750px){.product-hero__info{flex:0 0 50%}}.product-hero__title{margin:0 0 1.2rem;font-family:Playfair Display,serif;font-weight:700;font-style:italic;font-size:28px;line-height:1.2;color:#2b2e3a}@media screen and (min-width:750px){.product-hero__title{font-size:42px}}.product-hero__description{margin:0 0 2rem;font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:14px;line-height:1.7;color:#6b6b6b}@media screen and (min-width:750px){.product-hero__description{margin-bottom:2.4rem}}.product-hero__purchase-box{border:1px solid #e8d5d0;border-radius:12px;overflow:hidden;margin-bottom:1.6rem}.product-hero__option{border-bottom:1px solid #e8d5d0}.product-hero__option:last-child{border-bottom:none}.product-hero__option-header{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;cursor:pointer;transition:background-color .2s ease}@media screen and (min-width:750px){.product-hero__option-header{padding:1.6rem 2rem;gap:1.2rem}}.product-hero__option--selected .product-hero__option-header{background-color:#f5e4e1}.product-hero__radio{flex-shrink:0;width:20px;height:20px;border:2px solid #c4a8a4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color .2s ease}.product-hero__option--selected .product-hero__radio{border-color:#8b6f73}.product-hero__radio-inner{width:10px;height:10px;border-radius:50%;background-color:transparent;transition:background-color .2s ease}.product-hero__option--selected .product-hero__radio-inner{background-color:#8b6f73}.product-hero__option-content{flex:1;min-width:0}.product-hero__option-top{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.4rem}.product-hero__option-label{font-family:Playfair Display,serif;font-weight:700;font-size:14px;color:#2b2e3a;margin:0}@media screen and (min-width:750px){.product-hero__option-label{font-size:16px}}.product-hero__badge{display:inline-flex;align-items:center;padding:.2rem .8rem;border-radius:4px;font-family:DejaVu Sans,sans-serif;font-weight:600;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:.02em}.product-hero__badge--green{background-color:#e4f0e4;color:#2d6a2d}.product-hero__badge--pink{background-color:#f5e4e1;color:#8b6f73}.product-hero__pricing{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.4rem}.product-hero__price-current{font-family:DejaVu Sans,sans-serif;font-weight:700;font-size:18px;color:#2b2e3a}@media screen and (min-width:750px){.product-hero__price-current{font-size:22px}}.product-hero__price-compare{font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:16px;color:#b0a8a6;text-decoration:line-through}.product-hero__price-per{font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:13px;color:#6b6b6b}.product-hero__option-sub{margin:.4rem 0 0;font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:13px;color:#6b6b6b;line-height:1.6}.product-hero__option-sub span{display:inline-flex;align-items:center;gap:.4rem;margin-right:1.6rem}.product-hero__check{flex-shrink:0;width:14px;height:14px;color:#2d6a2d}.product-hero__testimonial{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;background-color:#f9f5f3;border-radius:10px;margin-bottom:1.6rem}@media screen and (min-width:750px){.product-hero__testimonial{padding:1.6rem 2rem;gap:1.2rem;margin-bottom:2rem}}.product-hero__testimonial-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f0dcd8}.product-hero__testimonial-avatar img{width:100%;height:100%;object-fit:cover}.product-hero__testimonial-text{margin:0;font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#6b6b6b;font-style:italic}.product-hero__testimonial-author{font-weight:600;color:#2b2e3a;font-style:normal}.product-hero__cta{display:block;width:100%;padding:1.4rem 2rem;border:none;border-radius:8px;background-color:#8b6f73;color:#fff;font-family:DejaVu Sans,sans-serif;font-weight:700;font-size:15px;line-height:1.2;text-align:center;cursor:pointer;transition:opacity .2s ease;margin-bottom:1.2rem;text-decoration:none}@media screen and (min-width:750px){.product-hero__cta{padding:1.6rem 2.4rem;font-size:16px;margin-bottom:1.2rem}}.product-hero__cta:hover{opacity:.9}.product-hero__guarantee{display:flex;align-items:center;gap:.8rem;margin-bottom:2rem}@media screen and (min-width:750px){.product-hero__guarantee{margin-bottom:2.4rem}}.product-hero__guarantee svg{flex-shrink:0;width:18px;height:18px;color:#8b6f73}.product-hero__guarantee-text{margin:0;font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:12px;line-height:1.4;color:#6b6b6b}.product-hero__accordion{border-top:1px solid #e8d5d0}.product-hero__accordion-item{border-bottom:1px solid #e8d5d0}.product-hero__accordion-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.6rem 0;border:none;background:none;cursor:pointer;text-align:left;gap:1.2rem}.product-hero__accordion-label{margin:0;font-family:Playfair Display,serif;font-weight:600;font-size:15px;color:#2b2e3a;line-height:1.3}.product-hero__accordion-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:#8b6f73}.product-hero__accordion-item--open .product-hero__accordion-icon{transform:rotate(45deg)}.product-hero__accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.product-hero__accordion-item--open .product-hero__accordion-body{max-height:500px;padding:0 0 1.6rem}.product-hero__accordion-text{margin:0;font-family:DejaVu Sans,sans-serif;font-weight:400;font-size:13px;line-height:1.7;color:#6b6b6b}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-hero.css.map */
