.product-hero{padding-block:var(--zone-spacing)}.product-hero__layout{display:grid;gap:var(--space-lg)}@media screen and (min-width:990px){.product-hero__layout{grid-template-columns:55% 1fr;gap:var(--space-xl);min-height:var(--product-hero-height)}}.product-hero__gallery{position:relative}.product-hero__gallery-main{position:relative;overflow:hidden;border-radius:var(--image-border-radius)}.product-hero__gallery-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0}.product-hero__gallery-scroll::-webkit-scrollbar{display:none}.product-hero__gallery-slide{flex:0 0 100%;scroll-snap-align:start}.product-hero__gallery-slide img,.product-hero__gallery-video{width:100%;aspect-ratio:4/5;object-fit:cover}.product-hero__gallery-slide--contain img{object-fit:contain;background:var(--color-background)}.product-hero__gallery-slide{position:relative;border-radius:var(--image-border-radius);overflow:hidden}.product-hero__video-toggle{position:absolute;bottom:var(--space-sm);right:var(--space-sm);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:var(--border-radius-full);color:var(--color-primary);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out);z-index:1}.product-hero__video-toggle:hover{background:#fff}.product-hero__gallery-external-video{width:100%;aspect-ratio:4/5;overflow:hidden}.product-hero__gallery-external-video iframe{width:100%;height:100%;border:0}.product-hero__thumbnail--video{position:relative}.product-hero__thumbnail--video:after{content:"\25b6";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:#0000004d;border-radius:var(--border-radius-sm)}.product-hero__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:var(--border-radius-full);color:var(--color-primary);cursor:pointer;transition:opacity var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);z-index:2;opacity:0}.product-hero__gallery-main:hover .product-hero__gallery-arrow{opacity:1}.product-hero__gallery-arrow:hover{background:#fff}.product-hero__gallery-arrow--prev{left:var(--space-sm)}.product-hero__gallery-arrow--next{right:var(--space-sm)}@media screen and (max-width:989px){.product-hero__gallery-arrow{width:44px;height:44px;opacity:1;background:#ffffffa6;backdrop-filter:blur(8px) saturate(1.5);-webkit-backdrop-filter:blur(8px) saturate(1.5)}}@media(hover:none)and (pointer:coarse){.product-hero__gallery-arrow{opacity:1;width:44px;height:44px}}@media screen and (max-width:749px){.product-hero{padding-block:var(--space-sm)}.product-hero__gallery-slide img,.product-hero__gallery-video,.product-hero__gallery-external-video{aspect-ratio:1 / 1}}.product-hero__gallery-dots{display:flex;justify-content:center;gap:0;padding-top:var(--space-sm);min-height:28px}.product-hero__gallery-dot{width:8px;height:8px;padding:10px;box-sizing:content-box;border-radius:var(--border-radius-full);background-color:var(--color-border);background-clip:content-box;transition:background-color var(--duration-fast) var(--ease-out),width var(--duration-fast) var(--ease-out);cursor:pointer}.product-hero__gallery-dot--active{background-color:var(--color-primary);width:20px;border-radius:4px}.product-hero__thumbnails{display:none}@media screen and (min-width:990px){.product-hero__layout{grid-template-columns:1fr 1fr;gap:var(--space-xl) var(--space-sm)}.product-hero__gallery{position:sticky;top:10vh;z-index:10;align-self:start;height:auto}.product-hero__gallery-main,.product-hero__gallery-scroll{height:auto}.product-hero__thumbnails{display:none}}@media screen and (min-width:750px)and (max-width:989px){.product-hero__layout{grid-template-columns:1fr 1fr;gap:var(--space-md);align-items:start}.product-hero__gallery{position:sticky;top:calc(var(--header-height, 70px) + var(--space-sm));align-self:start}.product-hero__gallery-slide img,.product-hero__gallery-video,.product-hero__gallery-external-video{aspect-ratio:4 / 5}.product-hero__secondary-images{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md) var(--space-sm);margin-top:var(--space-lg)}.product-hero__secondary-image{border-radius:var(--image-border-radius);overflow:hidden;aspect-ratio:1;cursor:zoom-in}.product-hero__secondary-image img{width:100%;height:100%;object-fit:cover;display:block}}.product-hero__info{display:flex;flex-direction:column;gap:var(--space-sm)}@media screen and (min-width:750px)and (max-width:989px){.product-hero__info{grid-column:2 / 3;grid-row:1}}@media screen and (min-width:990px){.product-hero__info{grid-column:2 / 3;grid-row:1;position:static}}.product-hero__title{font-size:var(--font-size-3xl);line-height:var(--line-height-tight)}.product-hero__descriptor{font-size:var(--font-size-md);color:var(--color-text-muted);line-height:var(--line-height-relaxed)}.product-hero__rating{display:flex;align-items:center;gap:var(--space-xs)}.product-hero__stars{display:flex;gap:2px;color:var(--color-highlight)}.product-hero__rating-text{font-size:var(--font-size-sm);color:var(--color-text-muted)}.product-hero__price-zone{padding:var(--space-sm) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-hero__quantity{display:flex;align-items:center;gap:var(--space-sm)}.product-hero__quantity-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}.product-hero__quantity-controls{display:flex;align-items:center;border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius-sm)}.product-hero__quantity-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);transition:color var(--duration-fast) var(--ease-out)}.product-hero__quantity-btn:hover{color:var(--color-primary)}.product-hero__quantity-input{width:48px;text-align:center;border:none;border-left:var(--border-width) solid var(--color-border);border-right:var(--border-width) solid var(--color-border);font-size:var(--font-size-base);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product-hero__quantity-input::-webkit-outer-spin-button,.product-hero__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-hero__bundles{font-size:var(--font-size-sm);color:var(--color-text-muted);display:flex;flex-direction:column;gap:var(--space-xs);margin-top:var(--space-sm);margin-bottom:var(--space-sm)}.product-hero__bundle-tier{display:flex;align-items:center;gap:6px;padding:var(--space-xs) var(--space-sm);border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);text-align:left;width:100%}.product-hero__bundle-tier:hover{border-color:var(--color-secondary)}.product-hero__bundle-tier--active{border-color:var(--color-primary);background-color:#1b43320d}.product-hero__bundle-tier svg{flex-shrink:0;color:var(--color-success);opacity:0;transition:opacity var(--duration-fast) var(--ease-out)}.product-hero__bundle-tier--active svg{opacity:1}.product-hero__bundle-tier strong{color:var(--color-primary)}@media screen and (max-width:749px){.product-hero__bundles{gap:var(--space-sm)}.product-hero__bundle-tier{padding:var(--space-sm);min-height:48px}}.product-hero__add-to-cart{width:100%;font-size:var(--font-size-md);padding:1rem 2rem;margin-top:var(--space-md)}.product-hero__trust-badges{display:flex;gap:var(--space-sm);flex-wrap:wrap}.product-hero__trust-badge{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--font-size-xs);color:var(--color-text-muted);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase}.product-hero__trust-badge .icon{color:var(--color-secondary)}.product-hero__social-proof{display:flex;align-items:flex-start;gap:var(--space-md)}.product-hero__stat{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1}.product-hero__stat:not(:last-child):after{content:"";position:absolute;right:calc(var(--space-md) * -.5);top:15%;height:70%;width:1px;background-color:var(--color-border)}.product-hero__stat-value{font-family:var(--font-heading);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-primary);line-height:1}.product-hero__stat-suffix{font-size:var(--font-size-base)}.product-hero__stat-label{font-size:.625rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.product-hero__use-cases{display:flex;flex-direction:column;gap:var(--space-xs)}.product-hero__use-cases-label{font-size:var(--font-size-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}.product-hero__use-cases-pills{display:flex;flex-wrap:wrap;gap:6px}.product-hero__use-case-pill{display:inline-block;font-size:var(--font-size-xs);padding:4px 12px;border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius-full);color:var(--color-text-muted);text-decoration:none;transition:border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out)}.product-hero__use-case-pill:hover{border-color:var(--color-primary);color:var(--color-primary);background-color:#1b43320d}.product-hero__low-stock{display:flex;align-items:center;gap:6px;font-size:var(--font-size-sm);color:var(--color-accent);font-weight:var(--font-weight-medium)}.product-hero__recent-orders{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:var(--color-text-muted)}.product-hero__recent-orders .icon{color:var(--color-success)}.product-hero__ingredients{display:flex;flex-direction:column;gap:var(--space-xs)}.product-hero__ingredients-label{font-size:var(--font-size-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);font-weight:var(--font-weight-medium)}.product-hero__ingredients-pills{display:flex;flex-wrap:wrap;gap:6px}.product-hero__ingredient-pill{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;padding:3px 10px;border:var(--border-width) solid color-mix(in srgb,var(--color-primary) 20%,transparent);border-radius:var(--border-radius-full);color:var(--color-primary);text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.product-hero__ingredient-pill:hover{background-color:#1b43320f;border-color:var(--color-primary)}.product-hero__ingredient-pill .icon{color:var(--color-secondary)}.product-hero__certifications{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.product-hero__certification{display:flex;align-items:center;gap:4px;font-size:.625rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;opacity:.7;transition:opacity var(--duration-fast) var(--ease-out)}.product-hero__certification:hover{opacity:1}.product-hero__certification .icon{color:var(--color-secondary)}.product-hero__info-triggers{display:flex;flex-direction:column}.product-hero__info-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-md) 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);color:var(--color-text);background:transparent;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;transition:color var(--duration-fast) var(--ease-out)}.product-hero__info-trigger:first-child{border-top:1px solid var(--color-border)}.product-hero__info-trigger:hover{color:var(--color-primary)}.product-hero__info-trigger .icon{color:var(--color-text-muted);transition:color var(--duration-fast) var(--ease-out)}.product-hero__info-trigger:hover .icon{color:var(--color-primary)}.product-hero__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);background:#0006;opacity:0;visibility:hidden;transition:opacity var(--duration-base) var(--ease-out),visibility var(--duration-base) var(--ease-out)}.product-hero__drawer-overlay.is-active{opacity:1;visibility:visible}.product-hero__drawer{position:fixed;top:0;right:0;bottom:0;z-index:var(--z-drawer);width:560px;background-color:var(--color-background);box-shadow:-4px 0 24px #0000001f;transform:translate(100%);transition:transform var(--duration-base) cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden}.product-hero__drawer.is-open{transform:translate(0)}.product-hero__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0}.product-hero__drawer-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);margin:0}.product-hero__drawer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--border-radius-full);color:var(--color-text-muted);cursor:pointer;transition:color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out)}.product-hero__drawer-close:hover{color:var(--color-text);background-color:#0000000d}.product-hero__drawer-body{flex:1;overflow-y:auto;padding:var(--space-lg);font-size:var(--font-size-sm);line-height:var(--line-height-relaxed);color:var(--color-text-muted)}.product-hero__drawer-body p{margin-bottom:var(--space-sm)}.product-hero__drawer-body strong{color:var(--color-text)}.ingredient-drawer__intro{font-size:.88rem;line-height:1.65;color:var(--color-text-muted, #666);margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .08))}.ingredient-drawer__category{margin-top:28px;margin-bottom:12px}.ingredient-drawer__category:first-of-type{margin-top:0}.ingredient-drawer__category-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--color-accent, #2D6A4F)}.ingredient-drawer__card{border:1px solid var(--color-border, rgba(0, 0, 0, .08));border-radius:12px;margin-bottom:8px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.ingredient-drawer__card.is-open{border-color:#2d6a4f33;box-shadow:0 2px 12px #2d6a4f0f}.ingredient-drawer__card-header{display:flex;align-items:center;gap:10px;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .2s ease}.ingredient-drawer__card-header:hover{background-color:#00000005}.ingredient-drawer__card-icon{font-size:1.1rem;flex-shrink:0;width:28px;text-align:center}.ingredient-drawer__card-name{flex:1;font-size:.92rem;font-weight:600;color:var(--color-text, #1B1B1B);letter-spacing:-.01em}.ingredient-drawer__card-source{font-weight:400;color:var(--color-text-muted, #888);font-size:.82rem}.ingredient-drawer__card-chevron{display:flex;align-items:center;color:var(--color-text-muted, #999);transition:transform .3s cubic-bezier(.16,1,.3,1);flex-shrink:0}.ingredient-drawer__card.is-open .ingredient-drawer__card-chevron{transform:rotate(180deg)}.ingredient-drawer__card-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s ease .05s}.ingredient-drawer__card.is-open .ingredient-drawer__card-body{max-height:600px;opacity:1}.ingredient-drawer__detail{padding:0 16px 16px}.ingredient-drawer__detail:first-child{padding-top:4px}.ingredient-drawer__detail-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent, #2D6A4F);margin-bottom:6px}.ingredient-drawer__detail p{font-size:.84rem;line-height:1.6;color:var(--color-text-muted, #555);margin:0}.ingredient-drawer__replaces-badge{display:flex;align-items:center;gap:8px;margin:0 16px 16px;padding:8px 14px;font-size:.72rem;font-weight:600;color:#9b2c2c;background:#9b2c2c0a;border:1px solid rgba(155,44,44,.1);border-radius:8px;line-height:1.4}.ingredient-drawer__replaces-x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:.55rem;font-weight:700;border-radius:50%;background:#9b2c2c1a;color:#9b2c2c;flex-shrink:0}.ingredient-drawer__free-from{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.ingredient-drawer__free-from-pill{display:inline-flex;align-items:center;padding:6px 14px;font-size:.72rem;font-weight:600;color:#9b2c2c;background:#9b2c2c0a;border:1px solid rgba(155,44,44,.1);border-radius:100px;text-decoration:line-through;text-decoration-color:#9b2c2c66}body.drawer-open{overflow:hidden}@media screen and (max-width:480px){.product-hero__drawer{width:100%;min-width:unset;border-radius:16px 16px 0 0;top:64px;transform:translateY(100%);padding-bottom:env(safe-area-inset-bottom,0px)}.product-hero__drawer.is-open{transform:translateY(0)}.product-hero__drawer-handle{width:36px;height:4px;background:var(--color-border);border-radius:var(--border-radius-full);margin:0 auto var(--space-xs)}}@media screen and (min-width:481px)and (max-width:749px){.product-hero__drawer{width:85%;min-width:unset;padding-bottom:env(safe-area-inset-bottom,0px)}.product-hero__drawer-handle{display:none}}@media screen and (min-width:750px){.product-hero__drawer-handle{display:none}}.product-hero__secondary-images{display:none}@media screen and (min-width:990px){.product-hero__secondary-images{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl) var(--space-sm);margin-top:var(--space-xl);width:100%}.product-hero__secondary-image{border-radius:var(--image-border-radius);overflow:hidden;aspect-ratio:1}.product-hero__secondary-image img{width:100%;height:100%;object-fit:cover;display:block}.product-hero__secondary-image{cursor:zoom-in}}.product-hero__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background:#000000e6;opacity:0;visibility:hidden;transition:opacity var(--duration-base) var(--ease-out),visibility var(--duration-base) var(--ease-out)}.product-hero__lightbox[aria-hidden=false]{opacity:1;visibility:visible}.product-hero__lightbox-close{position:absolute;top:var(--space-md);right:var(--space-md);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:var(--border-radius-full);color:#fff;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out);z-index:1}.product-hero__lightbox-close:hover{background:#ffffff4d}.product-hero__lightbox-image{max-width:90vw;max-height:90vh;object-fit:contain}.subscription-widget{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-sm)}.subscription-widget__options{display:flex;flex-direction:column;gap:var(--space-xs);border:none;padding:0}.subscription-widget__option{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);min-height:56px}.subscription-widget__option--active{border-color:var(--color-primary);background-color:#1b43320a}.subscription-widget__radio{width:20px;height:20px;border:2px solid var(--color-border);border-radius:var(--border-radius-full);flex-shrink:0;position:relative;transition:border-color var(--duration-fast) var(--ease-out)}.subscription-widget__option--active .subscription-widget__radio{border-color:var(--color-primary)}.subscription-widget__option--active .subscription-widget__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--color-primary);border-radius:var(--border-radius-full)}.subscription-widget__label{display:flex;flex-direction:column;gap:2px;flex:1}.subscription-widget__title{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.subscription-widget__badge{display:inline-flex;padding:2px 8px;font-size:.65rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--color-success);background:#2d6a4f14;border-radius:var(--border-radius-full)}.subscription-widget__price{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--color-primary)}.subscription-widget__frequency{display:flex;flex-direction:column;gap:var(--space-xs)}.subscription-widget__select{width:100%;padding:10px var(--space-sm);min-height:44px;border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius-sm);background-color:var(--color-surface);font-size:var(--font-size-sm)}.subscription-widget__benefits{display:flex;flex-direction:column;gap:var(--space-xs);list-style:none;padding:0;margin:0}.subscription-widget__benefit{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--font-size-xs);color:var(--color-text-muted)}.subscription-widget__benefit .icon{color:var(--color-success);flex-shrink:0}@media screen and (max-width:749px){.product-hero__trust-badges{flex-direction:column;gap:0;background:#1b433208;border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-sm)}.product-hero__trust-badge{padding:var(--space-xs) 0}.product-hero__trust-badge:not(:last-child){border-bottom:1px solid var(--color-border);padding-bottom:var(--space-xs)}}@media screen and (max-width:749px){.product-hero__use-case-pill{padding:10px 16px;font-size:var(--font-size-sm)}.product-hero__use-cases-pills{gap:var(--space-xs);overflow-x:auto;flex-wrap:nowrap;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.product-hero__use-cases-pills::-webkit-scrollbar{display:none}.product-hero__use-case-pill{scroll-snap-align:start;flex-shrink:0}.product-hero__ingredient-pill{padding:8px 14px;font-size:var(--font-size-xs);min-height:36px;display:inline-flex;align-items:center}.product-hero__ingredients-pills{gap:var(--space-xs)}}@media screen and (max-width:749px){.product-hero__quantity-input{width:56px;height:44px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-hero.css.map */
