.product-hero{--product-hero-success: #00a63e;--product-hero-rating: #fdc700;--product-hero-sale-price: #149b1a;--product-hero-sale-bg: #129b17;--product-hero-sale-fg: #ffffff;--product-hero-muted: #6d7076}.product-hero product-info{display:block}.product-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start}.product-hero__gallery{min-height:50vh}.product-hero__gallery .product-media-container{--aspect-ratio: var(--preview-ratio);--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);position:relative;width:100%}.product-hero__gallery .product-media-container .media{padding-top:var(--ratio-percent)}.js .product-hero__gallery .product__media{overflow:hidden!important}.product-hero__gallery .thumbnail-slider{display:flex;align-items:center;gap:.6rem;margin-top:var(--space-sm)}.product-hero__gallery .thumbnail-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;flex:1 1 auto;min-width:0}.product-hero__gallery .thumbnail-list::-webkit-scrollbar{display:none}.product-hero__gallery .thumbnail-list__item{margin:0;flex:0 0 calc((100% - 4rem)/5);scroll-snap-align:start}.product-hero__gallery .thumbnail{border:.2rem solid transparent;background:transparent;padding:0;cursor:pointer;width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-sm, .4rem);overflow:hidden;transition:border-color var(--transition-fast),opacity var(--transition-fast);opacity:.75}.product-hero__gallery .thumbnail:hover{opacity:1}.product-hero__gallery .thumbnail[aria-current=true]{border-color:var(--color-foreground);opacity:1}.product-hero__gallery .thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.product-hero__gallery slider-component[id^=GalleryThumbnails]>.slider-button{display:flex!important;flex:0 0 auto;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.28);background:rgba(var(--color-foreground),.14);color:rgb(var(--color-foreground));box-shadow:0 .2rem .8rem #0000002e;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.product-hero__gallery slider-component[id^=GalleryThumbnails]>.slider-button .svg-wrapper{width:1.4rem;height:1.4rem}.product-hero__gallery slider-component[id^=GalleryThumbnails]>.slider-button:hover:not([disabled]){background:rgba(var(--color-foreground),.24);border-color:rgba(var(--color-foreground),.42);color:rgb(var(--color-foreground))}.product-hero__gallery slider-component[id^=GalleryThumbnails]>.slider-button[disabled]{opacity:.35;cursor:not-allowed;box-shadow:none}@media screen and (min-width:750px){.product-hero__gallery{--product-hero-gallery-sticky-top: var(--header-height, 0px);position:sticky;top:var(--product-hero-gallery-sticky-top);align-self:start;max-height:calc(100vh - var(--product-hero-gallery-sticky-top));overflow:hidden}.product-hero__gallery .product__media-item:not(.is-active){display:none}.product-hero__gallery .product__media-list{padding:0;margin:0;list-style:none;display:block}.product-hero__gallery .product__media-item.is-active{width:100%;max-width:100%;min-width:100%;padding:0}.product-hero__gallery slider-component[id^=GalleryViewer]{position:relative;display:block}.product-hero__gallery slider-component[id^=GalleryViewer]>.slider-buttons{display:flex!important;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;align-items:center;justify-content:space-between;padding:0 1rem}.product-hero__gallery slider-component[id^=GalleryViewer] .slider-button{pointer-events:auto;width:4.4rem;height:4.4rem;border-radius:50%;background:rgba(var(--color-background),.85);box-shadow:0 2px 8px #0000001f;transition:background var(--transition-fast)}.product-hero__gallery slider-component[id^=GalleryViewer] .slider-button:hover{background:rgb(var(--color-background))}.product-hero__gallery slider-component[id^=GalleryViewer] .slider-counter{display:none!important}}.product-hero__gallery .product__modal-opener .product__media-icon,.product-hero__gallery .product__media-toggle,.product-hero__gallery .skip-to-content-link{display:none!important}.product-hero__info{position:sticky;top:var(--space-md)}.product-hero__meta-row{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);font-size:var(--font-size-sm)}.product-hero__rating{display:inline-flex;align-items:center;gap:.4rem}.product-hero__rating-star{color:var(--product-hero-rating);font-size:var(--font-size-md);line-height:1}.product-hero__rating-value{font-weight:var(--font-weight-semibold)}.product-hero__rating-count{opacity:.75}.product-hero__rating--below-title{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 var(--space-xs);padding:0;background:transparent;border:0;font-size:var(--font-size-base);letter-spacing:var(--letter-spacing-normal);line-height:1;text-decoration:none;color:var(--color-dark);cursor:pointer;transition:opacity var(--transition-fast)}.product-hero__rating--below-title:hover,.product-hero__rating--below-title:focus-visible{opacity:.7;text-decoration:none}.product-hero__rating--below-title:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.product-hero__rating--below-title .product-hero__rating-count{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#1a1a1866}.product-hero__rating--below-title .product-hero__rating-stars{display:inline-flex;align-items:center;gap:.1rem;line-height:1}.product-hero__rating--below-title .product-hero__rating-star{color:var(--color-dark);font-size:var(--font-size-base);line-height:1;letter-spacing:0}.product-hero__rating--below-title .product-hero__rating-star.is-filled{color:var(--color-dark)}.product-hero__rating--below-title .product-hero__rating-count{opacity:1;font-weight:var(--font-weight-medium);color:var(--color-dark);font-size:var(--font-size-base)}.product-hero__rating--compact{gap:.35rem;margin:0 0 var(--space-sm)}.product-hero__rating--compact .product-hero__rating-value{font-weight:var(--font-weight-semibold);color:var(--color-dark)}.product-hero__rating--compact .product-hero__rating-star{color:var(--product-hero-rating);font-size:var(--font-size-base)}.product-hero__rating--compact .product-hero__rating-count{text-decoration:none;font-weight:var(--font-weight-normal);opacity:.85}.product-hero__title+.product-hero__rating--compact{margin-top:.15rem}.product-hero__gallery-caption{margin:var(--space-sm) 0 0;font-size:var(--font-size-sm);line-height:1.4;color:rgba(var(--color-foreground),.75);text-align:center}.product-hero__stock-label{color:var(--product-hero-success);font-weight:var(--font-weight-medium)}.product-hero__title{font-family:var(--font-body-family),sans-serif;font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);line-height:1.1;letter-spacing:-.01em;color:var(--color-dark);margin:0 0 .4rem}.product-hero__subheading{font-size:var(--font-size-md);line-height:1.55;color:var(--color-dark);margin:0 0 var(--space-md)}.product-hero__subheading:has(+.product-hero__features){margin-bottom:var(--space-sm)}.product-hero__testimonial{margin:0 0 var(--space-md);padding:0}.product-hero__testimonial:has(+.product-hero__features){margin-bottom:var(--space-sm)}.product-hero__testimonial-stars{display:inline-flex;align-items:center;gap:.1rem;line-height:1}.product-hero__testimonial-star{color:var(--product-hero-muted, rgba(26, 26, 24, .25));font-size:1.2rem}.product-hero__testimonial-star.is-filled{color:var(--product-hero-rating, #fdc700)}.product-hero__testimonial-quote{margin:0 0 .5rem;padding:0;border:0}.product-hero__testimonial-quote p{margin:0;font-size:var(--font-size-md);line-height:1.55;color:var(--color-dark);font-style:italic}.product-hero__testimonial-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.product-hero__testimonial-author{margin:0;font-size:var(--font-size-sm);line-height:1.4;color:var(--product-hero-muted, rgba(26, 26, 24, .6))}.product-hero__price{display:flex;flex-wrap:nowrap;align-items:center;column-gap:var(--space-xs);row-gap:var(--space-xs);margin-bottom:var(--space-sm);white-space:nowrap}.product-hero__price .price{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:var(--space-xs)}.product-hero__price .price__container{display:inline-flex;align-items:center;gap:var(--space-xs)}.product-hero__price .price--on-sale .price__sale{display:inline-flex;flex-direction:row-reverse;align-items:center;gap:var(--space-xs);flex-wrap:nowrap}.product-hero__price .price-item{margin:0;line-height:1}.product-hero__price .price__sale>*{line-height:1;display:inline-flex;align-items:center}.product-hero__price .price__regular,.product-hero__price .price__sale{font-weight:var(--font-weight-regular)}.product-hero__price .price-item--sale,.product-hero__price .price-item--last,.product-hero__price .price__regular .price-item--regular{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:1;opacity:1;letter-spacing:var(--letter-spacing-tight)}.product-hero__price .price--on-sale .price-item--sale,.product-hero__price .price--on-sale .price-item--last{color:var(--product-hero-sale-price);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);line-height:1;letter-spacing:var(--letter-spacing-tight)}.product-hero__price .price__sale .price-item--regular{font-size:var(--font-size-md);color:var(--product-hero-muted);opacity:1;font-weight:var(--font-weight-semibold);line-height:1;text-decoration-thickness:.2rem;text-decoration-color:#6d7076d9}.product-hero__price .price__badge-sale{display:none!important}.product-hero__save-badge{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.4rem;min-height:3.6rem;background-color:var(--product-hero-sale-bg);color:var(--product-hero-sale-fg);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-normal);border-radius:var(--radius-full);line-height:1;white-space:nowrap}.product-hero__features{list-style:none;padding:0;margin:0 0 var(--space-sm);display:grid;grid-template-columns:1fr;row-gap:.6rem}.product-hero__divider{border:0;height:1px;background-color:var(--border-color);margin:0 0 var(--space-sm)}.product-hero__feature{display:flex;align-items:center;gap:.8rem;font-size:var(--font-size-base);line-height:1.4;color:var(--color-dark)}.product-hero__feature-icon{width:1.8rem;height:1.8rem;flex-shrink:0;color:var(--product-hero-sale-fg);stroke-width:1.75}.product-hero__feature-label{font-weight:var(--font-weight-regular)}.product-hero__trust{list-style:none;padding:var(--space-sm) 0;margin:var(--space-sm) 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;border-top:var(--border-width) solid var(--border-color);border-bottom:var(--border-width) solid var(--border-color)}.product-hero__trust-placement--mobile{display:none}.product-hero__trust-item{display:inline-flex;align-items:center;gap:.6rem;font-size:var(--font-size-sm);color:var(--color-dark);font-weight:var(--font-weight-medium);line-height:1.2;min-width:0;white-space:nowrap}.product-hero__trust-icon{width:1.6rem;height:1.6rem;flex-shrink:0;color:var(--color-dark)}.product-hero__trust--count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-hero--accent-trust .product-hero__trust-icon{color:var(--color-accent);width:1.75rem;height:1.75rem}.product-hero--accent-trust .product-hero__trust-icon svg{stroke-width:2.25}.product-hero__urgency{display:flex;align-items:center;gap:.8rem;color:var(--color-dark);font-weight:var(--font-weight-regular);font-size:var(--font-size-sm);margin:var(--space-sm) 0 var(--space-sm)}.product-hero__urgency-dot{display:inline-block;width:1.2rem;height:1.2rem;border-radius:var(--radius-full);background-color:var(--product-hero-success);flex-shrink:0;animation:product-hero-urgency-pulse 1.8s ease-in-out infinite}@keyframes product-hero-urgency-pulse{0%{transform:scale(1);box-shadow:0 0 #00a63e73}70%{transform:scale(1.08);box-shadow:0 0 0 .8rem #00a63e00}to{transform:scale(1);box-shadow:0 0 #00a63e00}}@media(prefers-reduced-motion:reduce){.product-hero__urgency-dot{animation:none}}.product-hero__cta .product-form,.product-hero__cta .product-form__buttons{width:100%;max-width:none}.product-hero__cta .product-form__submit{width:100%;min-height:5.6rem;font-size:var(--font-size-md);font-weight:var(--font-weight-medium);letter-spacing:-.015em;text-transform:none;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem}.product-hero__cta .product-form__submit:before,.product-hero__cta .product-form__submit:after{display:none}.product-hero__cta .product-form__submit>span:first-child:before{content:"";display:inline-block;width:2rem;height:2rem;margin-right:.8rem;vertical-align:-.4rem;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.6'><path stroke-linecap='round' stroke-linejoin='round' d='M3 6h18l-1.5 13.5a2 2 0 0 1-2 1.8H6.5a2 2 0 0 1-2-1.8L3 6Zm5 0V4.5a4 4 0 0 1 8 0V6'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.6'><path stroke-linecap='round' stroke-linejoin='round' d='M3 6h18l-1.5 13.5a2 2 0 0 1-2 1.8H6.5a2 2 0 0 1-2-1.8L3 6Zm5 0V4.5a4 4 0 0 1 8 0V6'/></svg>") no-repeat center / contain}.product-hero__accordions{margin-top:0}.product-hero__accordion{border-bottom:var(--border-width) solid var(--border-color)}.product-hero__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-sm) 0;cursor:pointer;list-style:none;transition:color var(--transition-fast)}.product-hero__accordion-summary:hover{color:var(--color-accent)}.product-hero__accordion-summary::-webkit-details-marker{display:none}.product-hero__accordion-summary-left{display:inline-flex;align-items:center;gap:1.2rem;min-width:0}.product-hero__accordion-leading-icon{width:2rem;height:2rem;flex-shrink:0;color:var(--color-dark);stroke-width:1.6;transition:color var(--transition-fast)}.product-hero__accordion-summary:hover .product-hero__accordion-leading-icon,.product-hero__accordion[open] .product-hero__accordion-leading-icon{color:var(--color-accent)}.product-hero__accordion-heading{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase}.product-hero__accordion-icon{font-size:var(--font-size-lg);line-height:1;flex-shrink:0;transition:transform .3s ease}.product-hero__accordion[open] .product-hero__accordion-icon{transform:rotate(45deg)}.product-hero__accordion-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.product-hero__accordion[open] .product-hero__accordion-content-wrapper{grid-template-rows:1fr}.product-hero__accordion.is-opening .product-hero__accordion-content-wrapper,.product-hero__accordion.is-closing .product-hero__accordion-content-wrapper{grid-template-rows:0fr}.product-hero__accordion-content{min-height:0;overflow:hidden;padding:0 0 var(--space-sm);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);opacity:.85}.product-hero__accordion-content>*:first-child{margin-top:0}.product-hero__accordion-content>*:last-child{margin-bottom:0}.product-hero__accordion-content ol{list-style:none;padding-left:0;margin:var(--space-sm) 0;counter-reset:step}.product-hero__accordion-content ol li{position:relative;padding-left:3.2rem;margin-bottom:var(--space-sm);line-height:1.55;counter-increment:step}.product-hero__accordion-content ol li:last-child{margin-bottom:0}.product-hero__accordion-content ol li:before{content:counter(step);position:absolute;left:0;top:.1em;width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-accent);border:var(--border-width) solid var(--color-accent)}.product-hero__accordion-content ul{list-style:none;padding:0;margin:var(--space-sm) 0;display:flex;flex-direction:column;gap:var(--space-xs)}.product-hero__accordion-content ul li{position:relative;padding-left:2.4rem}.product-hero__accordion-content ul li:before{content:"";position:absolute;left:0;top:.4rem;width:1.6rem;height:1.6rem;background-color:var(--product-hero-success);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center / contain}.product-hero__delivery-note{font-size:var(--font-size-sm);letter-spacing:var(--letter-spacing-wide);opacity:.75;margin-top:var(--space-md)}.product-hero__sticky-bar{--product-hero-success: #00a63e;--product-hero-sale-fg: #ffffff;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:var(--space-sm) 0;background:rgb(var(--color-background));border-top:var(--border-width) solid var(--border-color);box-shadow:0 -1rem 3.2rem #1a1a182e;transform:translateY(100%);transition:transform var(--transition-normal);display:none}.product-hero__sticky-bar[data-visible]{transform:translateY(0)}.product-hero__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.product-hero__sticky-leading,.product-hero__sticky-trailing{display:flex;align-items:center;gap:var(--space-sm);min-width:0}.product-hero__sticky-leading{flex:1}.product-hero__sticky-trailing{flex-shrink:0}.product-hero__sticky-product,.product-hero__sticky-meta,.product-hero__sticky-price{display:none}.product-hero__sticky-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-hero__sticky-bar .button.button--primary.product-hero__sticky-cta{--color-button: 0, 166, 62;--color-button-text: 255, 255, 255;--alpha-button-background: 1;flex-shrink:0;background-color:#00a63e;color:#fff;font-weight:var(--font-weight-semibold);text-decoration:none;text-transform:none;letter-spacing:-.015em}.product-hero__sticky-bar .button.product-hero__sticky-cta:before,.product-hero__sticky-bar .button.product-hero__sticky-cta:after{display:none}.product-hero__sticky-bar .button.product-hero__sticky-cta:not([disabled]):hover,.product-hero__sticky-bar .button.product-hero__sticky-cta:not([aria-disabled=true]):hover{background-color:color-mix(in srgb,#00a63e 86%,#1a1a18);color:#fff}.product-hero__sticky-cta-inner{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;max-width:100%}.product-hero__sticky-cta-inner:before{content:"";flex-shrink:0;width:2rem;height:2rem;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.6'><path stroke-linecap='round' stroke-linejoin='round' d='M3 6h18l-1.5 13.5a2 2 0 0 1-2 1.8H6.5a2 2 0 0 1-2-1.8L3 6Zm5 0V4.5a4 4 0 0 1 8 0V6'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.6'><path stroke-linecap='round' stroke-linejoin='round' d='M3 6h18l-1.5 13.5a2 2 0 0 1-2 1.8H6.5a2 2 0 0 1-2-1.8L3 6Zm5 0V4.5a4 4 0 0 1 8 0V6'/></svg>") no-repeat center / contain}.product-hero__sticky-cta-copy{display:inline-flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.4rem;min-width:0}.product-hero__sticky-cta-primary{font-weight:var(--font-weight-semibold)}.product-hero__sticky-cta-secondary{font-size:.88em;font-weight:var(--font-weight-medium);opacity:.92}.product-hero__sticky-cta-secondary:before{content:"\b7";margin-right:.4rem;opacity:.72}@media screen and (min-width:750px){.product-hero__sticky-bar{display:block;top:auto;bottom:0;transform:translateY(100%);padding:1.2rem 0;box-shadow:0 -1rem 3.2rem #1a1a182e;border-top:.2rem solid rgba(26,26,24,.14);border-bottom:0;transition:transform var(--transition-normal)}.product-hero__sticky-bar[data-visible]{transform:translateY(0)}.product-hero__sticky-inner{gap:2.4rem}.product-hero__sticky-product{display:flex;align-items:center;gap:1.2rem;min-width:0;flex:1}.product-hero__sticky-thumb{display:block;width:4rem;height:4rem;object-fit:cover;border-radius:.4rem;flex-shrink:0;border:var(--border-width) solid var(--border-color)}.product-hero__sticky-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.product-hero__sticky-title{display:block;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);line-height:1.25;flex:unset}.product-hero__sticky-meta{display:block;font-size:var(--font-size-sm);color:var(--product-hero-muted, rgba(26, 26, 24, .6));line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-hero__sticky-price{display:block;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:1;white-space:nowrap}.product-hero__sticky-cta{min-width:16rem;padding:1.4rem 2.8rem;white-space:nowrap;border:none;cursor:pointer}.product-hero__sticky-cta:disabled,.product-hero__sticky-cta[aria-disabled=true]{opacity:.5;cursor:not-allowed}.product-hero__sticky-color{display:none}body.template-product{padding-bottom:8rem}}.product-hero .product-form__input--pill .form__label,.product-hero .product-form__input--swatch .form__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--product-hero-muted);margin-bottom:1.2rem}.product-hero__color-legend{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin:0 0 .6rem;font-family:var(--font-body-family),sans-serif;font-size:var(--font-size-sm);line-height:1.43;letter-spacing:-.01em;color:var(--product-hero-muted)}.product-hero__color-legend-name{font-weight:var(--font-weight-semibold);color:var(--color-dark)}.product-hero__color-legend-values{font-weight:var(--font-weight-regular);color:var(--color-dark)}.product-hero .product-form__input--pill,.product-hero .product-form__input--swatch{border:0;padding:0;margin:0 0 var(--space-md)}.product-hero .swatch-input__input:checked+.swatch-input__label,.product-hero .swatch-input__input:active+.swatch-input__label{outline-width:.2rem}@media screen and (max-width:749px){.product-hero__trust-placement--desktop{display:none}.product-hero__trust-placement--mobile{display:block}.product-hero__grid{grid-template-columns:1fr;gap:0}.product-hero--compact-mobile .product-hero__gallery{margin:0 -1.5rem;min-height:unset;max-height:none;overflow:visible}.product-hero--compact-mobile .product-hero__gallery slider-component[id^=GalleryViewer]{max-height:40vh;overflow:hidden}.product-hero--compact-mobile .product-hero__gallery .product-media-container{max-height:40vh}.product-hero--compact-mobile .product-hero__gallery .product-media-container .media{max-height:40vh;padding-top:min(40vh,var(--ratio-percent))}.product-hero--compact-mobile .product-hero__gallery .product-media-container .media img{object-fit:contain;max-height:40vh;width:100%;height:auto}.product-hero--compact-mobile .product-hero__gallery .thumbnail-slider{display:flex;margin-top:1rem;padding:0 1.5rem}.product-hero__gallery{margin:0 -1.5rem;min-height:unset}.product-hero__gallery .thumbnail-list__item{flex-basis:calc((100% - 3rem) / 4.5)}.product-hero__gallery .product__media-list.grid--peek .grid__item,.product-hero__gallery .product__media-list.grid--peek.slider--mobile .grid__item{width:100%;min-width:100%}.product-hero__gallery .product__media-list.grid--peek.slider .grid__item:first-of-type{margin-left:0}.product-hero__info{position:static;padding-top:var(--space-sm)}.product-hero__title{font-size:var(--font-size-2xl)}.product-hero__price{flex-wrap:nowrap;align-items:center;column-gap:var(--space-xs);row-gap:0;white-space:nowrap}.product-hero__price .price{flex:1 1 auto;min-width:0}.product-hero__price .price,.product-hero__price .price__container,.product-hero__price .price--on-sale .price__sale{align-items:center;gap:var(--space-xs)}.product-hero__price .price__regular,.product-hero__price .price__sale,.product-hero__price .price-item--last,.product-hero__price .price__regular .price-item--regular,.product-hero__price .price--on-sale .price-item--sale,.product-hero__price .price--on-sale .price-item--last{font-size:var(--font-size-lg)}.product-hero__price .price__sale .price-item--regular{font-size:var(--font-size-base)}.product-hero__save-badge{min-height:3.6rem;padding:.6rem 1.4rem;font-size:var(--font-size-sm);letter-spacing:var(--letter-spacing-wide)}.product-hero__sticky-bar{display:block;top:auto;bottom:0;transform:translateY(100%);padding:.8rem 1.2rem max(.8rem,env(safe-area-inset-bottom));background:#faf7f2fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 -.8rem 2.4rem #1a1a1824;border-top:.1rem solid rgba(26,26,24,.1);border-bottom:0}.product-hero__sticky-bar .page-width{padding-left:0;padding-right:0}.product-hero__sticky-bar[data-visible]{transform:translateY(0)}.product-hero__sticky-leading{flex:0 0 auto}.product-hero__sticky-leading:not(:has(.product-hero__sticky-color)){display:none}body.template-product{padding-bottom:calc(9rem + env(safe-area-inset-bottom))}.product-hero__sticky-title{display:none}.product-hero__sticky-trailing{flex:1;width:100%}.product-hero__sticky-inner{gap:.8rem;align-items:stretch}.product-hero__sticky-bar .button.button--primary.product-hero__sticky-cta{flex:1 1 auto;width:100%;min-width:0;min-height:5.6rem;padding:1.2rem 1.6rem;font-size:var(--font-size-md);text-align:center;white-space:normal;line-height:1.25;border:none;border-radius:1rem;cursor:pointer;box-shadow:0 .4rem 1.6rem #00a63e52;display:inline-flex;align-items:center;justify-content:center}.product-hero__sticky-cta-copy{flex-direction:column;align-items:center;gap:.1rem}.product-hero__sticky-cta-secondary:before{display:none}.product-hero__sticky-cta:disabled,.product-hero__sticky-cta[aria-disabled=true]{opacity:.5;cursor:not-allowed}.product-hero__sticky-color{flex:0 0 13.6rem;min-width:13.6rem;max-width:45%;position:relative}.product-hero__sticky-color-summary{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;background:rgb(var(--color-background));border:1px solid var(--border-color);border-radius:999px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.product-hero__sticky-color-summary::-webkit-details-marker{display:none}.product-hero__sticky-color-summary::marker{display:none;content:""}.product-hero__sticky-color-swatch{width:1.6rem;height:1.6rem;border-radius:50%;background:var(--sticky-color, #cccccc);border:1px solid rgba(0,0,0,.12);flex-shrink:0;display:inline-block}.product-hero__sticky-color-label{flex:1;text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-foreground-strong, rgb(var(--color-foreground)))}.product-hero__sticky-color-chevron{width:1rem;height:1rem;flex-shrink:0;transition:transform .15s ease;color:rgb(var(--color-foreground))}.product-hero__sticky-color[open] .product-hero__sticky-color-chevron{transform:rotate(180deg)}.product-hero__sticky-color-panel{position:absolute;bottom:calc(100% + .8rem);left:0;right:auto;min-width:100%;width:max-content;max-width:min(24rem,calc(100vw - 2.4rem));background:rgb(var(--color-background));border:1px solid var(--border-color);border-radius:1.2rem;box-shadow:var(--shadow-lg);padding:.6rem;display:flex;flex-direction:column;gap:.2rem;max-height:50vh;overflow-y:auto;z-index:101}.product-hero__sticky-color-option{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border:none;background:transparent;border-radius:.8rem;cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit}.product-hero__sticky-color-option-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.product-hero__sticky-color-option[aria-pressed=true]{background:#0000000d;font-weight:var(--font-weight-semibold)}.product-hero__trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.product-hero__trust--count-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem}.product-hero__trust-item{font-size:var(--font-size-xs);gap:.4rem;min-width:0;white-space:nowrap}.product-hero__trust-label{white-space:nowrap}.product-hero__trust-icon{width:1.4rem;height:1.4rem}.product-hero--accent-trust .product-hero__trust-icon{width:1.6rem;height:1.6rem}}.product-hero__meta-row{display:inline-flex;align-items:center;gap:1rem;margin:0 0 var(--space-xs)}.product-hero__meta-row .product-hero__rating--below-title{margin:0}.product-hero__best-seller{display:inline-flex;align-items:center;flex-shrink:0;padding:.55rem 1rem;background-color:#d62828;color:#fff;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);letter-spacing:.03em;line-height:1.35;border-radius:.4rem;-webkit-font-smoothing:antialiased}.product-hero__per-unit{margin:0 0 var(--space-sm);font-size:var(--font-size-sm);color:var(--product-hero-muted, rgba(26, 26, 24, .6));line-height:1.3}.product-hero--unified-features .product-hero__feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--product-hero-success)}.product-hero--unified-features .product-hero__feature-icon-wrap .product-hero__feature-icon{color:inherit}.product-hero__feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.product-hero__feature-icon-wrap .product-hero__feature-icon{color:inherit}.product-hero__features .product-hero__feature-icon{--feature-icon-delay: 0s;transform-origin:center}.product-hero__features .product-hero__feature:nth-child(1) .product-hero__feature-icon{--feature-icon-delay: 0s}.product-hero__features .product-hero__feature:nth-child(2) .product-hero__feature-icon{--feature-icon-delay: .35s}.product-hero__features .product-hero__feature:nth-child(3) .product-hero__feature-icon{--feature-icon-delay: .7s}.product-hero__features .product-hero__feature-icon[data-icon=zap]{animation:product-hero-icon-zap 2.4s ease-in-out infinite;animation-delay:var(--feature-icon-delay)}.product-hero__features .product-hero__feature-icon[data-icon=battery-charging] path:last-of-type{animation:product-hero-icon-battery-charge 1.8s ease-in-out infinite;animation-delay:var(--feature-icon-delay);transform-box:fill-box;transform-origin:center}.product-hero__features .product-hero__feature-icon[data-icon=battery-charging] path:nth-of-type(1),.product-hero__features .product-hero__feature-icon[data-icon=battery-charging] path:nth-of-type(2){animation:product-hero-icon-battery-level 2.4s ease-in-out infinite;animation-delay:calc(var(--feature-icon-delay) + .2s)}.product-hero__features .product-hero__feature-icon[data-icon=check] polyline{stroke-dasharray:24;stroke-dashoffset:24;animation:product-hero-icon-check-draw .65s ease forwards,product-hero-icon-check-pop 2.5s ease-in-out .65s infinite;animation-delay:var(--feature-icon-delay),calc(var(--feature-icon-delay) + .65s);transform-box:fill-box;transform-origin:center}@keyframes product-hero-icon-zap{0%,78%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 0 transparent)}80%{opacity:.72;transform:scale(1.1);filter:drop-shadow(0 0 .35rem currentColor)}82%{opacity:1;transform:scale(1)}84%{opacity:.88;transform:scale(1.05)}}@keyframes product-hero-icon-battery-charge{0%,to{transform:translate(0);opacity:1}50%{transform:translate(-.15rem);opacity:.35}}@keyframes product-hero-icon-battery-level{0%,to{opacity:.35}50%{opacity:1}}@keyframes product-hero-icon-check-draw{to{stroke-dashoffset:0}}@keyframes product-hero-icon-check-pop{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.product-hero__features .product-hero__feature-icon,.product-hero__features .product-hero__feature-icon path,.product-hero__features .product-hero__feature-icon polyline{animation:none!important;filter:none!important;transform:none!important}.product-hero__features .product-hero__feature-icon[data-icon=check] polyline{stroke-dashoffset:0}}.product-form__input--card{border:0;margin:0 0 var(--space-md);padding:0}.product-form__input--card-legend{display:block;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-dark);margin:0 0 .8rem;padding:0;letter-spacing:var(--letter-spacing-normal)}.product-form__card-list{display:grid;grid-template-columns:1fr;gap:.8rem}.product-form__card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;padding:1.4rem 1.6rem;background-color:#f4f5f7;border:.2rem solid transparent;border-radius:.8rem;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.product-form__card:hover{background-color:#ebedf0}.product-form__card.is-selected{background-color:#ebf1fb;border-color:#2b6fdb}.product-form__card.is-disabled{opacity:.5;cursor:not-allowed}.product-form__card.is-most-popular{margin-top:1.2rem}.product-form__card-radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-form__card-indicator{width:2rem;height:2rem;border-radius:50%;border:.2rem solid #c1c5cd;background-color:#fff;flex-shrink:0;position:relative;transition:border-color var(--transition-fast)}.product-form__card.is-selected .product-form__card-indicator{border-color:#2b6fdb}.product-form__card.is-selected .product-form__card-indicator:after{content:"";position:absolute;top:.3rem;right:.3rem;bottom:.3rem;left:.3rem;border-radius:50%;background-color:#2b6fdb}.product-form__card-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.product-form__card-name{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-dark);line-height:1.2}.product-form__card-sublabel{font-size:var(--font-size-sm);color:var(--product-hero-muted, rgba(26, 26, 24, .6));line-height:1.3}.product-form__card-sublabel--save{color:#15803d;font-weight:var(--font-weight-semibold)}.product-form__card-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;white-space:nowrap}.product-form__card-price{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:#2b6fdb;line-height:1}.product-form__card-compare{font-size:var(--font-size-sm);color:#d62828;text-decoration:line-through;text-decoration-thickness:.15rem;line-height:1.2}.product-form__card-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);padding:.4rem 1.2rem;background-color:#2b6fdb;color:#fff;font-size:1.1rem;font-weight:var(--font-weight-bold);letter-spacing:.04em;line-height:1;border-radius:999rem;text-transform:uppercase;white-space:nowrap;z-index:1}.product-form__input--card~.product-form__input--card-legend{display:none}@media screen and (max-width:749px){.product-form__card{padding:1.2rem 1.4rem;gap:1rem}.product-form__card-name{font-size:var(--font-size-base)}.product-form__card-price{font-size:var(--font-size-lg)}}body.product-template-portable-fan .product-hero__cta .product-form__submit{border-radius:var(--radius-button)}body.product-template-portable-fan .product-hero__best-seller{background-color:var(--color-accent);color:var(--color-dark);border-radius:var(--radius-sm)}body.product-template-portable-fan .product-form__card{background-color:rgba(var(--color-foreground),.04);border-radius:var(--radius-sm)}body.product-template-portable-fan .product-form__card:hover{background-color:rgba(var(--color-foreground),.08)}body.product-template-portable-fan .product-form__card.is-selected{background-color:rgba(var(--color-foreground),.06);border-color:var(--color-dark)}body.product-template-portable-fan .product-form__card-indicator{border-color:rgba(var(--color-foreground),.3);background-color:rgb(var(--color-background))}body.product-template-portable-fan .product-form__card.is-selected .product-form__card-indicator{border-color:var(--color-dark)}body.product-template-portable-fan .product-form__card.is-selected .product-form__card-indicator:after{background-color:var(--color-dark)}body.product-template-portable-fan .product-form__card-sublabel--save{color:var(--color-accent)}body.product-template-portable-fan .product-form__card-price{color:var(--color-dark)}body.product-template-portable-fan .product-form__card-compare{color:var(--color-dark);opacity:.45}body.product-template-portable-fan .product-form__card-badge{background-color:var(--color-dark);color:var(--color-cream);border-radius:var(--radius-sm)}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-product-hero.css.map */
