.product-info-hero{padding-block:2rem}.product-info-hero__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media screen and (min-width:990px){.product-info-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem}}.product-info-hero__media{min-width:0}@media screen and (min-width:990px){.product-info-hero__media-sticky{position:sticky;top:calc(var(--header-height, 0px) + 2rem);align-self:start}}.product-info-hero__gallery{position:relative;border-radius:var(--product-media-radius, 8px);overflow:hidden}.product-info-hero__media-item{display:none}.product-info-hero__media-item.is-active{display:block}.product-info-hero__image{width:100%;height:auto;display:block;object-fit:cover}.product-info-hero__media-badge{position:absolute;top:1rem;left:1rem;z-index:2}.product-info-hero__thumbs{display:flex;gap:.6rem;margin-top:.75rem;overflow-x:auto}.product-info-hero__thumb{position:relative;width:72px;height:72px;flex:0 0 auto;border:1px solid transparent;border-radius:6px;overflow:hidden;padding:0;cursor:pointer;background:none}.product-info-hero__thumb.is-active{border-color:var(--color-foreground, #1a1a1a)}.product-info-hero__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info-hero__info{min-width:0;display:flex;flex-direction:column}.product-info-hero__form{display:flex;flex-direction:column;gap:1.25rem}.product-info-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;font-size:1.3rem;font-weight:600}.product-info-hero__eyebrow-icon{background:var(--color-accent, #2f4b34);color:#fff;padding:.35rem .6rem;border-radius:4px}.product-info-hero__eyebrow-text{background:var(--color-accent-bg, #eef4ea);padding:.35rem .75rem;border-radius:4px}.product-info-hero__title{font-size:2.6rem;line-height:1.15;margin:0}.product-info-hero__reviews{display:flex;align-items:center;gap:.5rem;font-size:1.4rem}.product-info-hero__stars{color:#f5b301;letter-spacing:1px}.product-info-hero__reviews-link{text-decoration:underline;color:inherit}.product-info-hero__price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-info-hero__price{font-size:2rem;font-weight:700}.product-info-hero__price--compare{font-size:1.4rem;font-weight:400;opacity:.6;margin-left:.5rem}.product-info-hero__sale-badge{background:#d0342c;color:#fff;font-size:1.2rem;font-weight:600;padding:.3rem .75rem;border-radius:4px}.product-info-hero__bundle-label{font-weight:600;margin:0 0 .75rem}.product-info-hero__bundle-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-info-hero__bundle-option{position:relative;border:1px solid var(--color-border, #ddd);border-radius:8px;padding:1rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;cursor:pointer;font-size:1.2rem}.product-info-hero__bundle-option.is-selected,.product-info-hero__bundle-option:has(input:checked){border-color:var(--color-accent, #2f4b34);background:var(--color-accent-bg, #eef4ea)}.product-info-hero__bundle-save{position:absolute;top:-.6rem;background:#eee;border-radius:999px;padding:.1rem .6rem;font-size:1rem}.product-info-hero__bundle-qty{font-weight:600;margin-top:.5rem}.product-info-hero__bundle-each{opacity:.7;font-size:1.1rem}.product-info-hero__option{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-info-hero__option-select{flex:1;max-width:200px;padding:.6rem .75rem;border:1px solid var(--color-border, #ddd);border-radius:6px}.product-info-hero__bonus{display:flex;align-items:center;gap:1rem;background:var(--color-background-alt, #f4f4f2);border-radius:8px;padding:1rem}.product-info-hero__bonus-tag{background:var(--color-accent, #2f4b34);color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;padding:.3rem .6rem;border-radius:4px}.product-info-hero__bonus-copy{display:flex;flex-direction:column}.product-info-hero__bonus-image{margin-left:auto;width:60px;height:auto}.product-info-hero__feature-line{display:flex;align-items:center;gap:.6rem;font-size:1rem}.product-info-hero__feature-dot{width:10px;height:10px;border-radius:50%;background:var(--color-accent, #2f4b34);display:inline-block}.product-info-hero__add-to-cart{width:100%;padding:.55rem 1.5rem;font-size:1.3rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border-radius:6px;color:#fff;border:none}.product-info-hero__trust-list{list-style:none;margin:0;padding:1rem;background:var(--color-background-alt, #f4f4f2);border-radius:8px;display:flex;flex-direction:column;gap:.6rem}.product-info-hero__trust-item{display:flex;align-items:center;gap:.6rem}.product-info-hero__payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}.product-info-hero__payment-icon{height:24px;width:auto}.product-info-hero__social-proof{text-align:center;border-top:1px solid var(--color-border, #eee);border-bottom:1px solid var(--color-border, #eee);padding-block:1rem}.product-info-hero__social-proof-heading{font-weight:700;margin:0 0 .4rem}.product-info-hero__social-proof-copy{font-size:1.2rem;margin:0}.product-info-hero__avatars{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.6rem}.product-info-hero__avatar{width:28px;height:28px;border-radius:50%;margin-left:-8px;border:2px solid #fff}.product-info-hero__avatars-link{margin-left:.6rem;font-size:1.2rem;text-decoration:underline}.product-info-hero__testimonial{background:var(--color-background-alt, #f4f4f2);border-radius:8px;padding:1rem}.product-info-hero__testimonial-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.product-info-hero__testimonial-avatar{width:40px;height:40px;border-radius:50%}.product-info-hero__testimonial-stars{margin-left:auto;color:#f5b301}.product-info-hero__testimonial-date{display:block;font-size:1.1rem;opacity:.6}.product-info-hero__testimonial-body{margin:0;font-size:1.3rem}.product-info-hero__help{display:flex;gap:.75rem;align-items:flex-start;border:1px solid var(--color-border, #ddd);border-radius:8px;padding:1rem}.product-info-hero__help-avatar{width:44px;height:44px;border-radius:50%}.product-info-hero__help p{margin:.25rem 0 0;font-size:1.2rem}.product-info-hero__accordion{border:1px solid var(--accordion-border-color, #e5e7eb);border-radius:0;background:var(--accordion-bg-color, #f8f9fb);margin-top:-1px;overflow:hidden}.product-info-hero__accordion:first-of-type{margin-top:0;border-top-left-radius:10px;border-top-right-radius:10px}.product-info-hero__accordion:last-of-type{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.product-info-hero__accordion-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:600;font-size:1.3rem;color:var(--accordion-title-color, #1a1a1a);list-style:none;padding:1.1rem 1.4rem}.product-info-hero__accordion-question::-webkit-details-marker{display:none}.product-info-hero__accordion-icon{position:relative;flex:0 0 auto;width:14px;height:14px}.product-info-hero__accordion-icon:before,.product-info-hero__accordion-icon:after{content:"";position:absolute;background:var(--accordion-title-color, #1a1a1a);transition:transform .2s ease}.product-info-hero__accordion-icon:before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.product-info-hero__accordion-icon:after{top:0;left:50%;width:2px;height:100%;transform:translate(-50%)}.product-info-hero__accordion[open] .product-info-hero__accordion-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.product-info-hero__accordion-answer{padding:0 1.4rem 1.1rem;font-size:1.2rem;line-height:1.5;color:var(--accordion-text-color, #4b5563)}@media screen and (max-width:989px){.product-info-hero__bundle-options{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-product-info-hero.css.map */
