.product-hero{background:var(--ph-bg-light, #FDF8F4);color:var(--ph-body, #1A1A1A);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.product-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:16px;align-items:start;max-width:1460px;width:100%;margin:0 auto}.product-hero__gallery{display:flex;flex-direction:column;gap:12px;padding:8px 0}.product-hero__media{border-radius:16px;overflow:hidden;background:var(--ph-img-bg, #FDEEDE);width:100%}.product-hero__media--main,.product-hero__media--placeholder{aspect-ratio:1 / 1;border-radius:20px}.product-hero__img{width:100%;height:100%;object-fit:cover;display:block;padding:0;box-sizing:border-box}.product-hero__img--placeholder{width:100%;height:100%;object-fit:contain;padding:40px}.product-hero__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.product-hero__thumb{display:block;width:100%;aspect-ratio:1 / 1;padding:0;border:1px solid rgba(92,45,10,.1);border-radius:12px;overflow:hidden;background:var(--ph-img-bg, #FDEEDE);cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color .16s ease,opacity .16s ease}.product-hero__thumb:hover,.product-hero__thumb--active{border-color:#5c2d0a66}.product-hero__thumb-img{width:100%;height:100%;object-fit:cover;display:block;padding:0;box-sizing:border-box}.product-hero__info{position:relative;top:auto;padding:40px 32px;display:flex;flex-direction:column;gap:0;max-height:none;overflow:visible}.product-hero__title-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.product-hero__sku-pill{display:inline-flex;align-items:center;gap:6px;border:1.5px solid var(--ph-border, rgba(92,45,10,.1));border-radius:100px;padding:4px 14px;font-size:12px;font-weight:500;color:var(--ph-body, #1A1A1A);letter-spacing:.02em}.product-hero__sku-dot{width:7px;height:7px;background:var(--ph-cta-bg, #E8622A);border-radius:50%;display:inline-block;flex-shrink:0}.product-hero__title{font-size:32px;font-weight:700;line-height:1.15;color:var(--ph-heading, #1A1A1A);letter-spacing:-.5px;margin:0}.product-hero__rating-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;line-height:1.2}.product-hero__rating-row--empty{display:none}.product-hero__rating-num{font-size:14px;font-weight:600;color:var(--ph-body, #1A1A1A)}.product-hero__rating-stars{position:relative;display:inline-block;font-family:Times,serif;font-size:15px;line-height:1;letter-spacing:.12em}.product-hero__rating-stars-empty{color:#5c2d0a2e}.product-hero__rating-stars-filled{position:absolute;left:0;top:0;width:var(--ph-rating-fill, 0%);color:var(--ph-star, #E8622A);overflow:hidden;white-space:nowrap}.product-hero__review-count{font-size:14px;color:var(--ph-secondary, #7C6E65);text-decoration:underline;text-underline-offset:2px}.product-hero__desc{font-size:15px;line-height:1.55;color:var(--ph-body, #1A1A1A);margin-bottom:14px}.product-hero__desc p{margin:0}.product-hero__promo-badge{display:inline-flex;align-items:center;background:var(--ph-badge-bg, #FDEEDE);color:var(--ph-badge-text, #5C2D0A);font-size:12.5px;font-weight:600;letter-spacing:.02em;padding:5px 14px;border-radius:100px;border:1px solid rgba(92,45,10,.15);margin-bottom:14px}.product-hero__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.product-hero__price-current{font-size:28px;font-weight:700;color:var(--ph-heading, #1A1A1A);letter-spacing:-.5px}.product-hero__price-original{font-size:20px;font-weight:400;color:var(--ph-compare, #7C6E65)}.product-hero__price-original s{text-decoration:line-through}.product-hero__sub-note{font-size:13.5px;color:var(--ph-secondary, #7C6E65);line-height:1.45;margin-bottom:16px}.product-hero__form{display:block;width:100%;margin:0}.product-hero__btn-cta{display:block;width:100%;padding:17px 24px;background:var(--ph-bg-dark, #5C2D0A);color:var(--ph-cta-text, #FDF8F4);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-align:center;text-decoration:none;border:none;border-radius:100px;cursor:pointer;transition:background .18s ease,transform .1s ease;margin-bottom:12px;-webkit-appearance:none;appearance:none}.product-hero__btn-cta:hover:not([disabled]){background:var(--ph-cta-bg, #E8622A)}.product-hero__btn-cta:active:not([disabled]){transform:scale(.99)}.product-hero__btn-cta[disabled]{opacity:.5;cursor:not-allowed}.product-hero__button-stack{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}.product-hero__button-stack .product-hero__btn-cta{margin-bottom:0}.product-hero__guarantee-note{text-align:center;font-size:12.5px;color:var(--ph-secondary, #7C6E65);margin-bottom:20px;letter-spacing:.01em}.product-hero__accordion{border-top:1px solid var(--ph-border, rgba(92,45,10,.1))}.product-hero__accordion:last-of-type{border-bottom:1px solid var(--ph-border, rgba(92,45,10,.1))}.product-hero__accordion-btn{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;color:var(--ph-body, #1A1A1A);text-align:left;transition:color .15s;-webkit-appearance:none;appearance:none}.product-hero__accordion-btn:hover{color:var(--ph-cta-bg, #E8622A)}.product-hero__accordion-icon{width:20px;height:20px;flex-shrink:0;position:relative}.product-hero__accordion-icon:before,.product-hero__accordion-icon:after{content:"";position:absolute;background:currentColor;border-radius:2px;transition:opacity .25s ease,transform .25s ease}.product-hero__accordion-icon:before{width:12px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.product-hero__accordion-icon:after{width:1.5px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.product-hero__accordion--open .product-hero__accordion-icon:after{opacity:0}.product-hero__accordion-content{padding-bottom:16px;font-size:13.5px;color:var(--ph-secondary, #7C6E65);line-height:1.7}.product-hero__accordion-content[hidden]{display:none}.product-hero__accordion-content ul{padding-left:18px;margin:0}.product-hero__accordion-content li{margin-bottom:6px}.product-hero__accordion-content p{margin:0}.product-hero__measurements-content{padding-top:0}.product-hero__measurements-content p,.product-hero__measurements-content div{margin:0 0 3px}.product-hero__measurements-content p:empty,.product-hero__measurements-content div:empty{display:none}.product-hero__measurements-content{padding-top:12px}.product-hero__measurements-content>:first-child{margin-top:0!important}.product-hero__measurements-content p{margin:0 0 3px!important}.product-hero__measurements-content br:first-child{display:none}.product-hero__bundle-card{margin-top:20px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;background:#5c2d0a09;border:1px solid rgba(92,45,10,.06);border-radius:18px;box-shadow:none}.product-hero__bundle-img{width:72px;height:72px;border-radius:12px;background:transparent;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.product-hero__bundle-product-img{width:100%;height:100%;object-fit:contain;display:block}.product-hero__bundle-text{min-width:0}.product-hero__bundle-title{font-size:15px;font-weight:700;color:var(--ph-body, #1A1A1A);margin:0 0 6px;line-height:1.15;white-space:normal;overflow:visible;text-overflow:unset;max-width:100%}.product-hero__bundle-desc{font-size:13px;color:var(--ph-body, #1A1A1A);line-height:1.35;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-hero__bundle-prices{display:flex;gap:8px;align-items:baseline}.product-hero__bundle-price-current{font-size:14px;font-weight:700;color:var(--ph-body, #1A1A1A)}.product-hero__bundle-price-original{font-size:13px;color:var(--ph-compare, #7C6E65)}.product-hero__bundle-price-original s{text-decoration:line-through}.product-hero__btn-add{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;padding:8px 18px;border-radius:100px;border:1.5px solid var(--ph-bg-dark, #5C2D0A);background:transparent;color:var(--ph-body, #1A1A1A);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap;text-decoration:none}.product-hero__btn-add:hover:not([disabled]){background:var(--ph-bg-dark, #5C2D0A);border-color:var(--ph-bg-dark, #5C2D0A);color:#fff}.product-hero__btn-add[disabled]{opacity:.5;cursor:not-allowed}@media screen and (max-width:1100px){.product-hero__inner{grid-template-columns:minmax(0,1fr) 430px;gap:12px}.product-hero__info{padding:32px 24px 32px 32px}.product-hero__title{font-size:26px}}@media screen and (max-width:768px){.product-hero__inner{grid-template-columns:1fr}.product-hero__gallery{padding:0;gap:10px}.product-hero__media--main{border-radius:12px;aspect-ratio:1 / 1}.product-hero__img{padding:18px}.product-hero__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.product-hero__thumb{border-radius:10px}.product-hero__thumb-img{padding:0}.product-hero__info{position:static;max-height:none;overflow-y:visible;padding:24px 20px 40px}.product-hero__title-row{align-items:flex-start;gap:8px}.product-hero__title{font-size:28px}.product-hero__bundle-card{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:14px}.product-hero__bundle-img{width:64px;height:64px}.product-hero__bundle-title{font-size:14px;line-height:1.2}.product-hero__bundle-desc{font-size:12.5px;line-height:1.3;-webkit-line-clamp:3}.product-hero__btn-add{grid-column:1 / -1;width:100%;padding:10px 14px;margin-top:2px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-hero.css.map */
