.announcement-bar{background-color:var(--color-foreground);color:var(--color-background)}.announcement-bar__viewport{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;justify-content:center}.announcement-bar__slide{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.6rem var(--page-margin);font-size:.8125rem;font-weight:600;letter-spacing:.01em;line-height:1.3;text-align:center}.announcement-bar__slide:first-of-type{display:flex}[data-ab-init] .announcement-bar__slide:first-of-type{display:none}[data-ab-init] .announcement-bar__slide.is-active{display:flex;animation:announcement-fade .5s ease}@keyframes announcement-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.announcement-bar__icon{display:inline-flex;width:1.05rem;height:1.05rem;color:var(--color-brand);flex-shrink:0}.announcement-bar__icon svg{width:100%;height:100%}@media(prefers-reduced-motion:reduce){[data-ab-init] .announcement-bar__slide.is-active{animation:none}}.cart-page{background-color:var(--color-background);padding:4rem var(--page-margin) 6rem}.cart-page__inner{max-width:60rem;margin:0 auto}.cart-page__header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.cart-page__title{margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.025em;display:flex;align-items:baseline;gap:.75rem}.cart-page__count{font-size:1rem;font-weight:500;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.cart-page__continue{color:color-mix(in srgb,var(--color-foreground) 75%,transparent);text-decoration:none;font-size:.9375rem;font-weight:500}.cart-page__continue:hover{color:var(--color-brand)}.cart-page__empty{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-page__empty-icon{width:4rem;height:4rem;color:color-mix(in srgb,var(--color-foreground) 25%,transparent)}.cart-page__empty-icon svg{width:100%;height:100%}.cart-page__empty h2{margin:0;font-size:1.5rem;font-weight:700}.cart-page__empty p{margin:0;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.cart-page__empty-cta{background-color:var(--color-brand);color:var(--color-foreground);text-decoration:none;padding:.875rem 1.5rem;border-radius:var(--style-border-radius-inputs);font-weight:700;margin-top:.5rem;transition:background-color .15s ease}.cart-page__empty-cta:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground))}.cart-page__items{list-style:none;padding:0;margin:0 0 2rem}.cart-page__item{display:grid;grid-template-columns:6rem 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.cart-page__item-image{width:6rem;height:6rem;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-surface-muted);display:block}.cart-page__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-page__item-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-page__item-title{font-size:1.0625rem;font-weight:600;color:var(--color-foreground);text-decoration:none;line-height:1.3}.cart-page__item-title:hover{color:var(--color-brand)}.cart-page__item-variant{font-size:.875rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.cart-page__item-unit{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.cart-page__item-qty input{width:4rem;padding:.5rem;border:1.5px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:var(--style-border-radius-inputs);text-align:center;font-size:.9375rem;font-weight:600}.cart-page__item-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.cart-page__item-line-price{font-size:1rem;font-weight:700;color:var(--color-foreground)}.cart-page__item-remove{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent);text-decoration:underline}.cart-page__item-remove:hover{color:var(--color-foreground)}.cart-page__summary{background-color:var(--color-surface-muted);border-radius:calc(var(--style-border-radius-inputs) * 2);padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1rem;max-width:22rem;margin-left:auto}.cart-page__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600}.cart-page__summary-total{font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.cart-page__summary-note{margin:0;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.cart-page__summary-actions{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}.cart-page__update{background:transparent;border:1.5px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);color:var(--color-foreground);border-radius:var(--style-border-radius-inputs);padding:.75rem 1.25rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.cart-page__update:hover{border-color:var(--color-foreground);background-color:var(--color-background)}.cart-page__checkout{background-color:var(--color-brand);color:var(--color-foreground);border:0;border-radius:var(--style-border-radius-inputs);padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .15s ease,box-shadow .15s ease,transform .1s ease}.cart-page__checkout:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));box-shadow:0 6px 20px color-mix(in srgb,var(--color-brand) 40%,transparent)}.cart-page__checkout:active{transform:translateY(1px)}.cart-page__checkout svg{width:1.1rem;height:1.1rem}@media(max-width:640px){.cart-page{padding:2.5rem var(--page-margin) 4rem}.cart-page__item{grid-template-columns:4.5rem 1fr;gap:1rem}.cart-page__item-image{width:4.5rem;height:4.5rem}.cart-page__item-qty{grid-column:1 / 2}.cart-page__item-right{grid-column:2 / 3;align-self:end}.cart-page__summary{max-width:100%}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.compare{background-color:var(--color-surface-muted);padding:6rem var(--page-margin)}.compare__inner{max-width:var(--page-width);margin:0 auto}.compare__header{text-align:center;max-width:44rem;margin:0 auto 3rem;display:flex;flex-direction:column;gap:.875rem}.compare__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.compare__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.compare__subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.compare__table{max-width:46rem;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);overflow:hidden}.compare__th{padding:1.1rem 1rem;font-size:.9375rem;font-weight:800;text-align:center;letter-spacing:-.01em}.compare__th--feature{background-color:var(--color-background)}.compare__th--us{background-color:var(--color-brand);color:var(--color-foreground)}.compare__th--them{background-color:var(--color-background);color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.compare__feature{padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:var(--color-foreground);line-height:1.35;display:flex;align-items:center;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.compare__cell{display:flex;align-items:center;justify-content:center;padding:1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.compare__cell--us{background-color:color-mix(in srgb,var(--color-brand) 12%,var(--color-background));border-left:1.5px solid color-mix(in srgb,var(--color-brand) 45%,transparent);border-right:1.5px solid color-mix(in srgb,var(--color-brand) 45%,transparent)}.compare__yes,.compare__no{width:1.6rem;height:1.6rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.compare__yes{background-color:var(--color-brand);color:var(--color-foreground)}.compare__yes--muted{background-color:color-mix(in srgb,var(--color-foreground) 30%,transparent);color:var(--color-background)}.compare__no{background-color:color-mix(in srgb,var(--color-foreground) 8%,transparent);color:color-mix(in srgb,var(--color-foreground) 40%,transparent)}.compare__yes svg,.compare__no svg{width:.85rem;height:.85rem}@media(max-width:600px){.compare{padding:4rem var(--page-margin)}.compare__table{grid-template-columns:1.4fr .8fr .8fr}.compare__th{padding:.85rem .5rem;font-size:.8125rem}.compare__feature{padding:.85rem;font-size:.875rem}.compare__cell{padding:.85rem .5rem}.compare__yes,.compare__no{width:1.4rem;height:1.4rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{background-color:var(--color-background);padding:7rem var(--page-margin)}.faq__inner{max-width:52rem;margin:0 auto}.faq__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;gap:.875rem}.faq__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.faq__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.faq__subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.faq__list{display:flex;flex-direction:column;gap:.625rem}.faq__item{background-color:var(--color-surface-muted);border:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 1.5);transition:border-color .2s ease,background-color .2s ease}.faq__item[open]{background-color:var(--color-background);border-color:color-mix(in srgb,var(--color-foreground) 14%,transparent);box-shadow:0 4px 18px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.faq__question{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 1.75rem;font-size:1.125rem;font-weight:600;color:var(--color-foreground);line-height:1.35;letter-spacing:-.005em}.faq__question::-webkit-details-marker{display:none}.faq__item:hover{border-color:color-mix(in srgb,var(--color-foreground) 14%,transparent)}.faq__icon{position:relative;width:1.5rem;height:1.5rem;flex-shrink:0;background-color:var(--color-brand);border-radius:999px;color:var(--color-foreground)}.faq__icon:before,.faq__icon:after{content:"";position:absolute;top:50%;left:50%;background-color:currentColor;border-radius:1px;transition:transform .25s ease,opacity .2s ease}.faq__icon:before{width:.75rem;height:2px;transform:translate(-50%,-50%)}.faq__icon:after{width:2px;height:.75rem;transform:translate(-50%,-50%)}.faq__item[open] .faq__icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq__answer{padding:0 1.75rem 1.5rem;font-size:1rem;line-height:1.6;color:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.faq__answer>*+*{margin-top:.75rem}@media(max-width:540px){.faq{padding:4rem var(--page-margin)}.faq__question{font-size:1rem;padding:1.25rem}.faq__answer{padding:0 1.25rem 1.25rem;font-size:.9375rem}}.features{background-color:var(--color-background);padding:7rem var(--page-margin)}.features__inner{max-width:var(--page-width);margin:0 auto}.features__header{text-align:center;max-width:44rem;margin:0 auto 4rem;display:flex;flex-direction:column;gap:.875rem}.features__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.features__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.features__subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.features__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--features-columns, 4),1fr);gap:1.25rem;counter-reset:feature}.features__card{position:relative;counter-increment:feature;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem;padding:2.25rem 1.75rem 2rem;background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.features__card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--color-brand) 55%,transparent);box-shadow:0 18px 44px color-mix(in srgb,var(--color-foreground) 9%,transparent)}.features__card:after{content:counter(feature,decimal-leading-zero);position:absolute;top:.5rem;right:1.1rem;font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:color-mix(in srgb,var(--color-foreground) 6%,transparent);font-feature-settings:"tnum" 1;pointer-events:none;transition:color .22s ease}.features__card:hover:after{color:color-mix(in srgb,var(--color-brand) 24%,transparent)}.features__icon{position:relative;color:var(--color-foreground);width:3.5rem;height:3.5rem;border-radius:.9rem;background-color:color-mix(in srgb,var(--color-brand) 16%,var(--color-background));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .22s ease,transform .22s ease}.features__card:hover .features__icon{background-color:var(--color-brand);transform:translateY(-2px)}.features__icon svg{width:1.85rem;height:1.85rem;display:block;stroke-width:1.6}.features__title{margin:.25rem 0 0;font-size:1.1875rem;font-weight:700;letter-spacing:-.015em;line-height:1.3;color:var(--color-foreground)}.features__description{margin:0;font-size:.9375rem;line-height:1.55;color:color-mix(in srgb,var(--color-foreground) 68%,transparent)}@media(max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:540px){.features{padding:3.5rem var(--page-margin)}.features__header{margin-bottom:2rem}.features__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.features__card{padding:1.5rem 1.1rem 1.25rem;gap:.75rem}.features__icon{width:3rem;height:3rem}.features__icon svg{width:1.5rem;height:1.5rem}.features__card:after{font-size:2.5rem}.features__title{font-size:1rem}.features__description{font-size:.875rem}}.site-footer{background-color:var(--color-foreground);color:var(--color-background);position:relative;margin-top:4rem}.site-footer__wave{position:absolute;bottom:100%;left:0;right:0;line-height:0;margin-bottom:-2px;pointer-events:none}.site-footer__wave svg{display:block;width:100%;height:3.5rem;fill:var(--color-foreground);margin-bottom:-1px}.site-footer__wave svg path{animation:footer-wave 8s ease-in-out infinite alternate;transform-origin:50% 50%}@keyframes footer-wave{0%{d:path("M0,30 C240,55 480,5 720,30 C960,55 1200,5 1440,30 L1440,60 L0,60 Z")}to{d:path("M0,30 C240,5 480,55 720,30 C960,5 1200,55 1440,30 L1440,60 L0,60 Z")}}@media(prefers-reduced-motion:reduce){.site-footer__wave svg path{animation:none}}.site-footer__inner{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin) 2rem}.site-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid color-mix(in srgb,var(--color-background) 14%,transparent)}.site-footer__top--with-legal{grid-template-columns:1.5fr 1fr 1fr 1.4fr}.site-footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:22rem}.site-footer__logo{display:inline-flex;text-decoration:none;width:max-content}.site-footer__tagline{margin:0;font-size:.9375rem;line-height:1.55;color:color-mix(in srgb,var(--color-background) 70%,transparent)}.site-footer__col{display:flex;flex-direction:column;gap:1rem}.site-footer__col-title{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand)}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.site-footer__links a{color:color-mix(in srgb,var(--color-background) 82%,transparent);text-decoration:none;font-size:.9375rem;transition:color .15s ease}.site-footer__links a:hover{color:var(--color-brand)}.site-footer__col--signup{max-width:26rem}.site-footer__signup-note{margin:0;font-size:.875rem;line-height:1.5;color:color-mix(in srgb,var(--color-background) 65%,transparent)}.site-footer__signup-row{display:flex;gap:.5rem;background-color:color-mix(in srgb,var(--color-background) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-background) 14%,transparent);border-radius:var(--style-border-radius-inputs);padding:.3rem .3rem .3rem .875rem;align-items:center;transition:border-color .15s ease,background-color .15s ease}.site-footer__signup-row:focus-within{border-color:var(--color-brand);background-color:color-mix(in srgb,var(--color-background) 12%,transparent)}.site-footer__signup-row input{flex:1;background:transparent;border:0;color:var(--color-background);font-size:.9375rem;padding:.5rem 0;outline:0;min-width:0}.site-footer__signup-row input::placeholder{color:color-mix(in srgb,var(--color-background) 45%,transparent)}.site-footer__signup-submit{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:calc(var(--style-border-radius-inputs) - 2px);background-color:var(--color-brand);color:var(--color-foreground);border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,background-color .15s ease}.site-footer__signup-submit:hover{transform:translate(2px);background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground))}.site-footer__signup-submit svg{width:1rem;height:1rem}.site-footer__signup-success{margin:0;padding:.65rem .875rem;background-color:color-mix(in srgb,var(--color-brand) 20%,transparent);border-radius:var(--style-border-radius-inputs);font-size:.875rem;color:var(--color-brand);font-weight:600}.site-footer__signup-error{margin:0;font-size:.8125rem;color:#ff8b8b}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;gap:1rem;flex-wrap:wrap}.site-footer__copyright{font-size:.8125rem;color:color-mix(in srgb,var(--color-background) 55%,transparent)}.site-footer__payment{display:flex;gap:.5rem;flex-wrap:wrap}.site-footer__payment-icon{height:1.5rem;width:auto;opacity:.75;filter:grayscale(.4)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:900px){.site-footer__top{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.site-footer__brand{grid-column:1 / -1}}@media(max-width:540px){.site-footer__inner{padding:3rem var(--page-margin) 1.5rem}.site-footer__top{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__wave svg{height:2.5rem}}.site-header{background-color:var(--color-background);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.site-header__row{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.site-header__row--main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:5rem;gap:1rem}.site-header__col{display:flex;align-items:center}.site-header__col--start{justify-content:flex-start}.site-header__col--end{justify-content:flex-end}.site-header__logo{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.site-header__logo .logo{font-size:1.625rem}.site-header__row--nav{display:flex;justify-content:center;gap:2.5rem;padding-top:0;padding-bottom:1.125rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent);padding-top:1rem}.site-header__nav-link{color:var(--color-foreground);text-decoration:none;font-size:.9375rem;font-weight:600;letter-spacing:-.005em;transition:color .15s ease;position:relative}.site-header__nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.4rem;height:2px;background-color:var(--color-brand);border-radius:1px;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-header__nav-link:hover{color:var(--color-brand-text)}.site-header__nav-link:hover:after{transform:scaleX(1)}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;color:var(--color-foreground);background-color:var(--color-surface-muted);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .1s ease}.site-header__cart:hover{background-color:var(--color-brand);border-color:var(--color-brand)}.site-header__cart:active{transform:translateY(1px)}.site-header__cart svg{width:1.3rem;height:1.3rem}.site-header__cart-count{position:absolute;top:-.3rem;right:-.3rem;background-color:var(--color-brand);color:var(--color-foreground);font-size:.6875rem;font-weight:800;line-height:1;min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--color-background)}.site-header__menu{position:relative;display:none}.site-header__menu-toggle{list-style:none;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center}.site-header__menu-toggle::-webkit-details-marker{display:none}.site-header__hamburger{display:inline-flex;flex-direction:column;gap:4px;width:1.25rem}.site-header__hamburger span{display:block;width:100%;height:2px;background-color:var(--color-foreground);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.site-header__menu[open] .site-header__hamburger span:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header__menu[open] .site-header__hamburger span:nth-child(2){opacity:0}.site-header__menu[open] .site-header__hamburger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header__drawer{position:absolute;top:calc(100% + .5rem);left:0;background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:var(--style-border-radius-inputs);box-shadow:0 12px 32px color-mix(in srgb,var(--color-foreground) 12%,transparent);padding:.5rem;min-width:14rem;display:flex;flex-direction:column;z-index:10}.site-header__drawer-link{color:var(--color-foreground);text-decoration:none;padding:.75rem 1rem;border-radius:calc(var(--style-border-radius-inputs) - 2px);font-weight:500}.site-header__drawer-link:hover{background-color:var(--color-surface-muted);color:var(--color-brand)}@media(max-width:768px){.site-header__row--nav{display:none}.site-header__menu{display:inline-flex}.site-header__row--main{min-height:4rem}.site-header__logo .logo{font-size:1.375rem}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.how{background-color:var(--color-background);padding:6rem var(--page-margin)}.how__inner{max-width:var(--page-width);margin:0 auto}.how__header{text-align:center;max-width:44rem;margin:0 auto 3.5rem;display:flex;flex-direction:column;gap:.875rem}.how__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.how__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.how__subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.how__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.how__step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.how__step-content{display:flex;flex-direction:column;align-items:center;gap:.4rem}.how__step:not(:last-child):after{content:"";position:absolute;top:1.75rem;left:50%;width:100%;height:2px;background-color:color-mix(in srgb,var(--color-brand) 40%,transparent);z-index:0}.how__step-num{position:relative;z-index:1;flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:999px;background-color:var(--color-brand);color:var(--color-foreground);font-size:1.5rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.5rem;box-shadow:0 6px 18px color-mix(in srgb,var(--color-brand) 40%,transparent)}.how__step-title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.015em;line-height:1.25;color:var(--color-foreground)}.how__step-desc{margin:0;font-size:.9375rem;line-height:1.55;color:color-mix(in srgb,var(--color-foreground) 68%,transparent);max-width:26ch}.how__cta{margin-top:3.5rem;text-align:center}.how__cta-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--color-brand);color:var(--color-foreground);text-decoration:none;padding:1rem 1.75rem;border-radius:var(--style-border-radius-inputs);font-size:1rem;font-weight:700;transition:transform .1s ease,background-color .15s ease,box-shadow .15s ease;box-shadow:0 2px color-mix(in srgb,var(--color-foreground) 18%,transparent)}.how__cta-btn:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));box-shadow:0 6px 18px color-mix(in srgb,var(--color-brand) 40%,transparent)}.how__cta-btn:active{transform:translateY(1px)}.how__cta-btn svg{width:1.1rem;height:1.1rem}@media(max-width:768px){.how{padding:4rem var(--page-margin)}.how__header{margin-bottom:2.5rem}.how__steps{grid-template-columns:1fr;gap:0;max-width:30rem;margin:0 auto}.how__step{flex-direction:row;align-items:flex-start;text-align:left;gap:1.25rem;padding-bottom:2.5rem}.how__step:last-child{padding-bottom:0}.how__step-num{width:3rem;height:3rem;font-size:1.25rem;margin-bottom:0}.how__step-content{align-items:flex-start;padding-top:.35rem}.how__step-desc{max-width:none}.how__step:not(:last-child):after{display:block;top:3rem;left:1.5rem;transform:translate(-50%);width:2px;height:auto;bottom:0}}.image-break{background-color:var(--color-background);padding:3rem var(--page-margin)}.image-break__wrap{max-width:var(--page-width);margin:0 auto}.image-break__header{text-align:center;max-width:44rem;margin:0 auto 3rem;display:flex;flex-direction:column;gap:.875rem}.image-break__section-eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.image-break__section-heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.image-break__section-subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.image-break__inner{display:grid;gap:1rem}.image-break__inner--1{grid-template-columns:1fr}.image-break__inner--2{grid-template-columns:repeat(2,1fr)}.image-break__inner--3{grid-template-columns:repeat(3,1fr)}.image-break__item{margin:0;min-width:0}.image-break__under-caption{margin:.75rem 0 0;text-align:center;font-size:.9375rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.005em}.image-break__media{position:relative;overflow:hidden;border-radius:calc(var(--style-border-radius-inputs) * 2);background-color:var(--color-surface-muted)}.image-break__item--landscape .image-break__media{aspect-ratio:16 / 9}.image-break__item--portrait .image-break__media{aspect-ratio:3 / 4}.image-break__item--square .image-break__media{aspect-ratio:1 / 1}.image-break__item--wide .image-break__media{aspect-ratio:21 / 9}.image-break__media:has(.placeholder){aspect-ratio:auto;min-height:14rem;max-height:18rem}.image-break__media:has(.placeholder) .placeholder__icon{width:clamp(3rem,7vw,5rem);height:clamp(3rem,7vw,5rem)}.image-break__media:has(.placeholder) .placeholder__word{font-size:clamp(1rem,1.8vw,1.5rem)}.image-break__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.image-break__overlay{position:absolute;max-width:32rem;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem;color:var(--color-background);text-shadow:0 2px 14px color-mix(in srgb,var(--color-foreground) 60%,transparent)}.image-break__overlay--bottom-left{bottom:.5rem;left:.5rem}.image-break__overlay--bottom-right{bottom:.5rem;right:.5rem;text-align:right;align-items:flex-end}.image-break__overlay--top-left{top:.5rem;left:.5rem}.image-break__overlay--top-right{top:.5rem;right:.5rem;text-align:right;align-items:flex-end}.image-break__overlay--center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;align-items:center}.image-break__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand)}.image-break__heading{margin:0;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.image-break__caption{margin:0;font-size:.9375rem;line-height:1.5;color:color-mix(in srgb,var(--color-background) 90%,transparent)}@media(max-width:768px){.image-break{padding:2rem var(--page-margin)}.image-break__inner--2,.image-break__inner--3{grid-template-columns:1fr}.image-break__overlay{padding:1rem 1.25rem;max-width:90%}.image-break__heading{font-size:1.375rem}}.media-grid{background-color:var(--color-background);padding:7rem var(--page-margin)}.media-grid__inner{max-width:var(--page-width);margin:0 auto}.media-grid__header{text-align:center;max-width:44rem;margin:0 auto 4rem;display:flex;flex-direction:column;gap:.875rem}.media-grid__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.media-grid__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.media-grid__subheading{margin:0;font-size:1.125rem;line-height:1.5;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.media-grid__grid{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem}.media-grid__grid--2{grid-template-columns:repeat(2,1fr)}.media-grid__grid--3{grid-template-columns:repeat(3,1fr)}.media-grid__item{display:flex;flex-direction:column;gap:.875rem;transition:transform .2s ease}.media-grid__item:hover{transform:translateY(-3px)}.media-grid__media{position:relative;overflow:hidden;border-radius:calc(var(--style-border-radius-inputs) * 2);background-color:var(--color-surface-muted);cursor:pointer;transition:box-shadow .2s ease}.media-grid__item:hover .media-grid__media{box-shadow:0 18px 40px color-mix(in srgb,var(--color-foreground) 12%,transparent)}.media-grid__item--square .media-grid__media{aspect-ratio:1 / 1}.media-grid__item--portrait .media-grid__media{aspect-ratio:3 / 4}.media-grid__item--landscape .media-grid__media{aspect-ratio:16 / 9}.media-grid__image,.media-grid__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border:0;transition:transform .4s ease}.media-grid__item:hover .media-grid__image{transform:scale(1.03)}.media-grid__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;background:linear-gradient(180deg,transparent 40%,color-mix(in srgb,var(--color-foreground) 28%,transparent) 100%)}.media-grid__play-icon{width:4.5rem;height:4.5rem;border-radius:999px;background-color:var(--color-brand);color:var(--color-foreground);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 28px color-mix(in srgb,var(--color-foreground) 35%,transparent);transition:transform .25s ease}.media-grid__item:hover .media-grid__play-icon{transform:scale(1.08)}.media-grid__play-icon svg{width:38%;height:38%;margin-left:3px}.media-grid__caption{margin:0;font-size:.9375rem;font-weight:500;color:color-mix(in srgb,var(--color-foreground) 80%,transparent);line-height:1.4}@media(max-width:900px){.media-grid__grid--2,.media-grid__grid--3{grid-template-columns:repeat(2,1fr)}.media-grid__play-icon{width:3.5rem;height:3.5rem}}@media(max-width:540px){.media-grid{padding:4rem var(--page-margin)}.media-grid__grid--2,.media-grid__grid--3{grid-template-columns:1fr}}.hero-product{background-color:var(--color-background);padding:3rem var(--page-margin) 5rem}.hero-product__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:3.5rem;align-items:start}.hero-product__media{min-width:0}.hero-product__gallery{display:grid;grid-template-rows:1fr auto;gap:.875rem}.hero-product__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.hero-product__main{position:relative;background-color:var(--color-surface-muted);border-radius:calc(var(--style-border-radius-inputs) * 2);overflow:hidden;aspect-ratio:1 / 1}.hero-product__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease;pointer-events:none}.hero-product__slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-product__slide:first-of-type{opacity:1;pointer-events:auto}.hero-product__gallery:has(.hero-product__radio:nth-of-type(1):checked) .hero-product__slide:nth-of-type(1),.hero-product__gallery:has(.hero-product__radio:nth-of-type(2):checked) .hero-product__slide:nth-of-type(2),.hero-product__gallery:has(.hero-product__radio:nth-of-type(3):checked) .hero-product__slide:nth-of-type(3),.hero-product__gallery:has(.hero-product__radio:nth-of-type(4):checked) .hero-product__slide:nth-of-type(4),.hero-product__gallery:has(.hero-product__radio:nth-of-type(5):checked) .hero-product__slide:nth-of-type(5),.hero-product__gallery:has(.hero-product__radio:nth-of-type(6):checked) .hero-product__slide:nth-of-type(6),.hero-product__gallery:has(.hero-product__radio:nth-of-type(7):checked) .hero-product__slide:nth-of-type(7),.hero-product__gallery:has(.hero-product__radio:nth-of-type(8):checked) .hero-product__slide:nth-of-type(8){opacity:1;pointer-events:auto}.hero-product__gallery:has(.hero-product__radio:nth-of-type(n+2):checked) .hero-product__slide:first-of-type{opacity:0;pointer-events:none}.hero-product__gallery:has(.hero-product__radio:nth-of-type(1):checked) .hero-product__slide:first-of-type{opacity:1;pointer-events:auto}.hero-product__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:.625rem}.hero-product__thumb{display:block;position:relative;cursor:pointer;aspect-ratio:1 / 1;border:2px solid transparent;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-surface-muted);transition:border-color .15s ease,transform .1s ease}.hero-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-product__thumb:hover{transform:translateY(-1px)}.hero-product__gallery:has(.hero-product__radio:nth-of-type(1):checked) .hero-product__thumb:nth-of-type(1),.hero-product__gallery:has(.hero-product__radio:nth-of-type(2):checked) .hero-product__thumb:nth-of-type(2),.hero-product__gallery:has(.hero-product__radio:nth-of-type(3):checked) .hero-product__thumb:nth-of-type(3),.hero-product__gallery:has(.hero-product__radio:nth-of-type(4):checked) .hero-product__thumb:nth-of-type(4),.hero-product__gallery:has(.hero-product__radio:nth-of-type(5):checked) .hero-product__thumb:nth-of-type(5),.hero-product__gallery:has(.hero-product__radio:nth-of-type(6):checked) .hero-product__thumb:nth-of-type(6),.hero-product__gallery:has(.hero-product__radio:nth-of-type(7):checked) .hero-product__thumb:nth-of-type(7),.hero-product__gallery:has(.hero-product__radio:nth-of-type(8):checked) .hero-product__thumb:nth-of-type(8){border-color:var(--color-foreground)}.hero-product__thumb:first-of-type{border-color:var(--color-foreground)}.hero-product__gallery:has(.hero-product__radio:nth-of-type(n+2):checked) .hero-product__thumb:first-of-type{border-color:transparent}.hero-product__thumb--placeholder{cursor:default;background-color:var(--color-surface-muted);border-color:transparent;display:flex;align-items:center;justify-content:center}.hero-product__thumb--placeholder:first-of-type{border-color:color-mix(in srgb,var(--color-foreground) 12%,transparent)}.hero-product__thumb--placeholder span{color:var(--color-brand);width:40%;height:40%;display:inline-flex;align-items:center;justify-content:center}.hero-product__thumb--placeholder svg{width:100%;height:100%;opacity:.6}.hero-product__info{position:sticky;top:6rem;align-self:start}.hero-product__card{background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);padding:2.25rem 2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 6px 28px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.hero-product__rating{display:inline-flex;align-items:center;gap:.55rem;font-size:.875rem;color:var(--color-foreground)}.hero-product__stars{color:var(--color-brand);letter-spacing:.05em;font-size:1.0625rem;line-height:1}.hero-product__rating-text strong{font-weight:600}.hero-product__rating-count{color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.hero-product__title{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin:0}.hero-product__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;font-size:1.75rem;font-weight:700;letter-spacing:-.015em}.hero-product__price-current{color:var(--color-foreground)}.hero-product__price-compare{color:color-mix(in srgb,var(--color-foreground) 60%,transparent);font-size:1.125rem;font-weight:500}.hero-product__price-badge{background-color:var(--color-brand);color:var(--color-foreground);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .6rem;border-radius:999px}.hero-product__price-save{margin:-.625rem 0 0;font-size:.9375rem;font-weight:700;letter-spacing:-.005em;color:var(--color-foreground)}.hero-product__benefits{list-style:none;padding:0;margin:0;display:grid;gap:.625rem}.hero-product__benefit{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.45;color:color-mix(in srgb,var(--color-foreground) 85%,transparent)}.hero-product__benefit-check{color:var(--color-foreground);background-color:var(--color-brand);width:1.125rem;height:1.125rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1em}.hero-product__benefit-check svg{width:.7em;height:.7em}.hero-product__form{display:flex;flex-direction:column;gap:1rem}.hero-product__options,.hero-product__option-group{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.hero-product__options-label{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.hero-product__options-selected{color:color-mix(in srgb,var(--color-foreground) 65%,transparent);font-weight:500}.hero-product__options-pills{display:flex;flex-wrap:wrap;gap:.5rem}.hero-product__pill{position:relative;cursor:pointer}.hero-product__pill input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.hero-product__pill span{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;padding:.65rem 1rem;border:1.5px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);font-size:.9375rem;font-weight:500;transition:border-color .15s ease,background-color .15s ease}.hero-product__pill input:checked+span{border-color:var(--color-foreground);background-color:var(--color-foreground);color:var(--color-background)}.hero-product__pill input:focus-visible+span{outline:2px solid var(--color-brand);outline-offset:2px}.hero-product__pill--unavailable span{text-decoration:line-through;opacity:.5;cursor:not-allowed}.hero-product__option-select{padding:.75rem 1rem;border:1.5px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);font-size:.9375rem}.hero-product__quantity-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem 0}.hero-product__quantity-label{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.hero-product__qty-stepper{display:inline-flex;align-items:center;border:1.5px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-background)}.hero-product__qty-btn{width:2.25rem;height:2.25rem;background:transparent;border:0;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--color-foreground);display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease;line-height:1}.hero-product__qty-btn:hover{background-color:var(--color-surface-muted)}.hero-product__qty-btn:active{background-color:color-mix(in srgb,var(--color-foreground) 8%,transparent)}.hero-product__qty-input{width:2.5rem;height:2.25rem;padding:0;border:0;background:transparent;text-align:center;font-size:.9375rem;font-weight:600;color:var(--color-foreground);outline:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.hero-product__qty-input::-webkit-outer-spin-button,.hero-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hero-product__extras{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-brand) 14%,var(--color-background));border:1px solid color-mix(in srgb,var(--color-brand) 35%,transparent);border-radius:var(--style-border-radius-inputs);margin-top:.25rem}.hero-product__extras-img{width:3rem;height:3rem;object-fit:cover;border-radius:calc(var(--style-border-radius-inputs) * .6);flex-shrink:0;background-color:var(--color-background)}.hero-product__extras-text{display:flex;flex-direction:column;line-height:1.25;gap:.15rem;min-width:0}.hero-product__extras-title{font-size:.9375rem;font-weight:800;letter-spacing:-.005em;color:var(--color-foreground)}.hero-product__extras-subtitle{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.hero-product__delivery{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 70%,transparent);line-height:1.4;padding:.1rem .25rem}.hero-product__delivery svg{width:1.25rem;height:1.25rem;color:var(--color-brand);flex-shrink:0}.hero-product__delivery p{margin:0}.hero-product__delivery strong{color:var(--color-foreground);font-weight:700}.hero-product__actions{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.05rem 1.5rem;border-radius:var(--style-border-radius-inputs);font-size:1rem;font-weight:700;letter-spacing:-.005em;border:0;cursor:pointer;text-decoration:none;transition:transform .1s ease,background-color .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background-color:var(--color-brand);color:var(--color-foreground);box-shadow:0 2px color-mix(in srgb,var(--color-foreground) 18%,transparent)}.btn--primary:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));box-shadow:0 4px 16px color-mix(in srgb,var(--color-brand) 40%,transparent)}.btn--primary:disabled{background-color:color-mix(in srgb,var(--color-foreground) 15%,transparent);color:color-mix(in srgb,var(--color-foreground) 50%,transparent);cursor:not-allowed;box-shadow:none}.hero-product__form .shopify-payment-button__button{background-color:var(--color-foreground)!important;color:var(--color-background)!important;border-radius:var(--style-border-radius-inputs)!important;padding:1.05rem 1.5rem!important;font-size:1rem!important;font-weight:700!important}.hero-product__empty{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.hero-product__empty-note{margin:0;font-size:.8125rem;line-height:1.45;color:color-mix(in srgb,var(--color-foreground) 60%,transparent);padding:.75rem 1rem;background-color:var(--color-surface-muted);border-radius:var(--style-border-radius-inputs);border:1px dashed color-mix(in srgb,var(--color-foreground) 18%,transparent)}.hero-product__trust-grid{list-style:none;padding:1rem 0 0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.hero-product__trust-grid li{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;font-size:.6875rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 70%,transparent);line-height:1.2;letter-spacing:.02em}.hero-product__trust-icon{color:var(--color-brand);width:1.4rem;height:1.4rem;display:inline-flex;align-items:center;justify-content:center}.hero-product__trust-icon svg{width:100%;height:100%}@media(max-width:900px){.hero-product__inner{grid-template-columns:1fr;gap:1.75rem}.hero-product__info{position:static}}@media(max-width:768px){.hero-product{padding:1.25rem 0 3rem}.hero-product__inner{padding:0}.hero-product__card{margin:0 var(--page-margin);padding:1.5rem 1.25rem}.hero-product__media{padding:0 var(--page-margin)}.hero-product__thumbs{display:flex;grid-template-columns:none;gap:.5rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:0 var(--page-margin) .25rem;margin:0 calc(var(--page-margin) * -1)}.hero-product__thumbs::-webkit-scrollbar{display:none}.hero-product__thumb{flex:0 0 4.25rem;width:4.25rem;height:4.25rem;scroll-snap-align:start}.hero-product__trust-grid li{font-size:.625rem}}a.hero-product__rating{text-decoration:none;width:max-content;border-radius:999px;transition:opacity .15s ease}a.hero-product__rating:hover{opacity:.75}a.hero-product__rating .hero-product__rating-count{text-decoration:underline;text-underline-offset:2px}.hero-product__subtitle{margin:-.5rem 0 0;font-size:1.0625rem;line-height:1.45;color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.hero-product__countdown{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .875rem;margin:-.25rem 0 0;padding:.7rem .9rem;border-radius:var(--style-border-radius-inputs);background-color:color-mix(in srgb,var(--color-brand) 16%,var(--color-background));border:1px solid color-mix(in srgb,var(--color-brand) 38%,transparent)}.hero-product__countdown-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.005em}.hero-product__countdown-label svg{width:1.05rem;height:1.05rem}.hero-product__countdown-clock{display:inline-flex;gap:.4rem}.hero-product__countdown-seg{display:inline-flex;flex-direction:column;align-items:center;min-width:2.5rem;padding:.2rem .35rem;border-radius:calc(var(--style-border-radius-inputs) * .6);background-color:var(--color-foreground);color:var(--color-background);line-height:1}.hero-product__countdown-seg b{font-size:1.0625rem;font-weight:800;font-variant-numeric:tabular-nums}.hero-product__countdown-seg i{font-style:normal;font-size:.5625rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.15rem;opacity:.7}.hero-product__bundles{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.hero-product__bundles-title{padding:0;font-size:.875rem;font-weight:700;color:var(--color-foreground);margin-bottom:.125rem}.hero-product__bundle{position:relative;display:block;cursor:pointer;border:1.5px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);padding:.875rem 1rem;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.hero-product__bundle input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.hero-product__bundle:hover{border-color:color-mix(in srgb,var(--color-foreground) 35%,transparent)}.hero-product__bundle:has(input:checked){border-color:var(--color-foreground);box-shadow:inset 0 0 0 1px var(--color-foreground)}.hero-product__bundle:has(input:focus-visible){outline:2px solid var(--color-brand);outline-offset:2px}.hero-product__bundle-radio{position:absolute;top:50%;left:1rem;transform:translateY(-50%);width:1.15rem;height:1.15rem;border-radius:999px;border:1.5px solid color-mix(in srgb,var(--color-foreground) 30%,transparent);background-color:var(--color-background);transition:border-color .15s ease}.hero-product__bundle:has(input:checked) .hero-product__bundle-radio{border-color:var(--color-foreground);border-width:.34rem}.hero-product__bundle-body{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-left:1.85rem}.hero-product__bundle-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.hero-product__bundle-name{font-size:.9375rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.005em}.hero-product__bundle-sub{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 62%,transparent)}.hero-product__bundle-pricing{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;flex-shrink:0}.hero-product__bundle-total{font-size:1rem;font-weight:800;color:var(--color-foreground)}.hero-product__bundle-was{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.hero-product__bundle-flag{position:absolute;top:0;right:1rem;transform:translateY(-50%);background-color:var(--color-brand);color:var(--color-foreground);font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:999px}.hero-product__bundle-flag--best{background-color:var(--color-foreground);color:var(--color-background)}.hero-product__quantity-row--hidden{display:none}.hero-product__assurance{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.hero-product__guarantee{display:flex;align-items:flex-start;gap:.6rem;margin:0;font-size:.8125rem;line-height:1.45;color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.hero-product__guarantee strong{color:var(--color-foreground);font-weight:700}.hero-product__guarantee-icon{color:var(--color-foreground);flex-shrink:0}.hero-product__guarantee-icon svg{width:1.25rem;height:1.25rem}.hero-product__secure{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.hero-product__secure-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.01em;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.hero-product__secure-label svg{width:.95rem;height:.95rem}.hero-product__pay-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.hero-product__pay-icon{height:1.5rem;width:auto}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.stats-strip{background-color:var(--color-foreground);color:var(--color-background);padding:6rem var(--page-margin)}.stats-strip__inner{max-width:var(--page-width);margin:0 auto}.stats-strip__heading{text-align:center;font-size:clamp(1.75rem,2.75vw,2.25rem);font-weight:700;letter-spacing:-.025em;margin:0 0 3.5rem;color:var(--color-background)}.stats-strip__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--stats-columns, 4),1fr);gap:3rem}.stats-strip__item{text-align:center;display:flex;flex-direction:column;gap:.85rem;position:relative}.stats-strip__item:not(:last-child):after{content:"";position:absolute;right:-1.5rem;top:15%;bottom:15%;width:1px;background-color:color-mix(in srgb,var(--color-background) 14%,transparent)}.stats-strip__value{font-size:clamp(2.5rem,4.5vw,4rem);font-weight:700;letter-spacing:-.035em;line-height:.95;color:var(--color-brand)}.stats-strip__label{font-size:.875rem;font-weight:600;letter-spacing:.08em;color:color-mix(in srgb,var(--color-background) 70%,transparent);text-transform:uppercase}@media(max-width:768px){.stats-strip{padding:4rem var(--page-margin)}.stats-strip__grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem}.stats-strip__item:not(:last-child):after{display:none}}.testimonials{background-color:var(--color-surface-muted);padding:7rem var(--page-margin)}.testimonials--empty{padding:0}.testimonials__inner{max-width:var(--page-width);margin:0 auto}.testimonials__header{text-align:center;margin:0 auto 2rem;display:flex;flex-direction:column;gap:.875rem}.testimonials__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.testimonials__heading{margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.testimonials__summary{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center;max-width:38rem;margin:0 auto 3.5rem;padding:1.75rem 2rem;background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);box-shadow:0 3px 18px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.testimonials__summary-score{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;padding-right:2rem;border-right:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.testimonials__summary-value{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--color-foreground)}.testimonials__summary-stars{color:var(--color-brand);font-size:1.0625rem;letter-spacing:.06em;line-height:1}.testimonials__summary-count{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.testimonials__summary-bars{display:flex;flex-direction:column;gap:.4rem}.testimonials__bar-row{display:grid;grid-template-columns:1.75rem 1fr 2.5rem;align-items:center;gap:.6rem}.testimonials__bar-label{font-size:.8125rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 70%,transparent);display:inline-flex;align-items:center;gap:.1rem}.testimonials__bar-star{color:var(--color-brand);font-size:.7rem}.testimonials__bar{height:.5rem;border-radius:999px;background-color:color-mix(in srgb,var(--color-foreground) 10%,transparent);overflow:hidden}.testimonials__bar-fill{display:block;height:100%;width:var(--bar-w, 0%);border-radius:999px;background-color:var(--color-brand)}.testimonials__bar-pct{font-size:.75rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 60%,transparent);text-align:right}.testimonials__carousel{position:relative}.testimonials__grid{list-style:none;margin:0;padding:.5rem 0 1rem;display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.testimonials__grid::-webkit-scrollbar{display:none}.testimonials__card{flex:0 0 calc(33.333% - 1rem);scroll-snap-align:start;background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 3px 18px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);background-color:var(--color-background);color:var(--color-foreground);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 16px color-mix(in srgb,var(--color-foreground) 12%,transparent);transition:background-color .15s ease,border-color .15s ease,opacity .2s ease}.testimonials__arrow:hover{background-color:var(--color-brand);border-color:var(--color-brand)}.testimonials__arrow svg{width:1.25rem;height:1.25rem}.testimonials__arrow--prev{left:0}.testimonials__arrow--next{right:0}.testimonials__arrow[disabled]{opacity:0;pointer-events:none}.testimonials__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.testimonials__dot{width:.5rem;height:.5rem;padding:0;border:0;border-radius:999px;background-color:color-mix(in srgb,var(--color-foreground) 22%,transparent);cursor:pointer;transition:background-color .15s ease,width .2s ease}.testimonials__dot:hover{background-color:color-mix(in srgb,var(--color-foreground) 45%,transparent)}.testimonials__dot.is-active{width:1.5rem;background-color:var(--color-brand)}.testimonials__photos{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.25rem}.testimonials__photo{width:3.5rem;height:3.5rem;flex:0 0 auto;padding:0;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:calc(var(--style-border-radius-inputs) * .85);overflow:hidden;cursor:pointer;background-color:var(--color-surface-muted);transition:transform .12s ease,box-shadow .12s ease}.testimonials__photo:hover{transform:translateY(-2px);box-shadow:0 6px 16px color-mix(in srgb,var(--color-foreground) 14%,transparent)}.testimonials__photo:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.testimonials__photo img{width:100%;height:100%;object-fit:cover;display:block}.testimonials__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:color-mix(in srgb,#000 88%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.testimonials__lightbox[hidden]{display:none}.testimonials__lb-img{width:min(92vw,880px);height:84vh;background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:10px}.testimonials__lb-close,.testimonials__lb-nav{position:absolute;border:0;cursor:pointer;color:#fff;background-color:#ffffff24;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background-color .15s ease}.testimonials__lb-close:hover,.testimonials__lb-nav:hover{background-color:#ffffff47}.testimonials__lb-close{top:1.1rem;right:1.25rem;width:2.75rem;height:2.75rem;font-size:1.75rem}.testimonials__lb-nav{top:50%;transform:translateY(-50%);width:3rem;height:3rem;font-size:2rem}.testimonials__lb-prev{left:1.25rem}.testimonials__lb-next{right:1.25rem}.testimonials__lb-nav[hidden]{display:none}.testimonials__lb-counter{position:absolute;bottom:1.35rem;left:50%;transform:translate(-50%);color:#fff;font-size:.8125rem;font-weight:600;background-color:#00000073;padding:.3rem .75rem;border-radius:999px}@media(max-width:540px){.testimonials__lb-prev{left:.5rem}.testimonials__lb-next{right:.5rem}.testimonials__lb-close{top:.5rem;right:.5rem}}.testimonials__stars{color:var(--color-brand);font-size:1.25rem;letter-spacing:.08em;line-height:1}.testimonials__quote{margin:0;font-size:1rem;line-height:1.6;color:var(--color-foreground);flex:1;quotes:"\201c" "\201d"}.testimonials__quote:before{content:open-quote}.testimonials__quote:after{content:close-quote}.testimonials__head{display:flex;align-items:center;gap:.75rem}.testimonials__avatar{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:999px;background-color:var(--color-foreground);color:var(--color-background);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.testimonials__avatar--alt{background-color:var(--color-brand);color:var(--color-foreground)}.testimonials__who{display:flex;flex-direction:column;gap:.1rem;min-width:0}.testimonials__name{font-size:.9375rem;font-weight:700;color:var(--color-foreground);display:inline-flex;align-items:center}.testimonials__verified-badge{display:inline-flex;align-items:center;justify-content:center;width:.95rem;height:.95rem;border-radius:999px;background-color:var(--color-brand);color:var(--color-foreground);margin-left:.35rem;flex-shrink:0}.testimonials__verified-badge svg{width:.6rem;height:.6rem}.testimonials__location{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}@media(min-width:901px){.testimonials__carousel{padding-left:3.5rem;padding-right:3.5rem}}@media(max-width:900px){.testimonials__card{flex-basis:calc(50% - .75rem)}.testimonials__arrow{display:none}}@media(max-width:600px){.testimonials__card{flex-basis:86%}}@media(max-width:540px){.testimonials{padding:4rem var(--page-margin)}.testimonials__summary{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem 1.25rem}.testimonials__summary-score{padding-right:0;padding-bottom:1.25rem;border-right:0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}}.trust-badges{background-color:var(--color-surface-muted);padding:3.25rem var(--page-margin);border-block:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent)}.trust-badges__inner{max-width:var(--page-width);margin:0 auto}.trust-badges__heading{text-align:center;font-size:.875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 2rem;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.trust-badges__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-badges__item{display:flex;align-items:center;gap:1rem;justify-content:center;text-align:left}.trust-badges__icon{flex-shrink:0;color:var(--color-foreground);background-color:var(--color-brand);width:2.75rem;height:2.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.trust-badges__icon svg{width:55%;height:55%;display:block}.trust-badges__text{display:flex;flex-direction:column;line-height:1.25}.trust-badges__title{font-size:.9375rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.005em}.trust-badges__subtitle{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent);margin-top:.2rem}@media(max-width:768px){.trust-badges{padding:2.25rem var(--page-margin)}.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.trust-badges__item{justify-content:flex-start}.trust-badges__icon{width:2.25rem;height:2.25rem}}@media(max-width:420px){.trust-badges__title{font-size:.875rem}.trust-badges__subtitle{display:none}}.wib{background-color:var(--color-background);padding:6rem var(--page-margin)}.wib__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:.9fr 1fr;gap:4rem;align-items:center}.wib__media{position:relative;background-color:var(--color-surface-muted);border-radius:calc(var(--style-border-radius-inputs) * 2.5);overflow:hidden;aspect-ratio:1 / 1}.wib__media img{width:100%;height:100%;object-fit:cover;display:block}.wib__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--color-brand) 60%,transparent)}.wib__media-placeholder svg{width:30%;height:30%}.wib__badge{position:absolute;top:1rem;left:1rem;background-color:var(--color-brand);color:var(--color-foreground);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.45rem .8rem;border-radius:999px;box-shadow:0 4px 14px color-mix(in srgb,var(--color-foreground) 14%,transparent)}.wib__content{display:flex;flex-direction:column;gap:.875rem}.wib__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-text)}.wib__heading{margin:0;font-size:clamp(1.875rem,3vw,2.75rem);font-weight:700;letter-spacing:-.025em;line-height:1.1}.wib__subheading{margin:0 0 .5rem;font-size:1.0625rem;line-height:1.55;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.wib__list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.wib__item{display:flex;align-items:flex-start;gap:.875rem}.wib__check{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:999px;background-color:var(--color-brand);color:var(--color-foreground);display:inline-flex;align-items:center;justify-content:center;margin-top:.1em}.wib__check svg{width:.85rem;height:.85rem}.wib__item-text{display:flex;flex-direction:column;gap:.1rem}.wib__item-title{font-size:1rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.005em}.wib__item-detail{font-size:.9375rem;line-height:1.45;color:color-mix(in srgb,var(--color-foreground) 62%,transparent)}.wib__callout{display:flex;align-items:center;gap:.7rem;margin:.75rem 0 0;padding:.9rem 1.1rem;background-color:color-mix(in srgb,var(--color-brand) 14%,var(--color-background));border:1px solid color-mix(in srgb,var(--color-brand) 35%,transparent);border-radius:var(--style-border-radius-inputs);font-size:.9375rem;font-weight:600;color:var(--color-foreground);line-height:1.4}.wib__callout-icon{flex-shrink:0;width:1.4rem;height:1.4rem;color:var(--color-brand-text);display:inline-flex}.wib__callout-icon svg{width:100%;height:100%}@media(max-width:900px){.wib{padding:4rem var(--page-margin)}.wib__inner{grid-template-columns:1fr;gap:2rem}.wib__media{max-width:28rem;margin:0 auto;width:100%}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.back-to-top{position:fixed;right:1.5rem;bottom:1.5rem;width:3rem;height:3rem;border-radius:999px;background-color:var(--color-brand);color:var(--color-foreground);border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px color-mix(in srgb,var(--color-foreground) 25%,transparent);opacity:0;transform:translateY(.5rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background-color .15s ease;z-index:40}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));transform:translateY(-2px)}.back-to-top:active{transform:translateY(0)}.back-to-top svg{width:1.125rem;height:1.125rem}@media(max-width:768px){.back-to-top{right:1rem;bottom:calc(4.75rem + env(safe-area-inset-bottom));width:2.5rem;height:2.5rem}.back-to-top svg{width:1rem;height:1rem}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:color-mix(in srgb,var(--color-foreground) 50%,transparent);opacity:0;transition:opacity .25s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(28rem,100%);background-color:var(--color-background);box-shadow:-16px 0 48px color-mix(in srgb,var(--color-foreground) 18%,transparent);transform:translate(100%);transition:transform .32s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;will-change:transform}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}.cart-drawer__title{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:.5rem}.cart-drawer__count{font-size:.75rem;font-weight:700;color:var(--color-foreground);background-color:var(--color-brand);padding:.15rem .5rem;border-radius:999px;line-height:1.2}.cart-drawer__close{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--color-surface-muted);border-radius:999px;cursor:pointer;color:var(--color-foreground);transition:background-color .15s ease}.cart-drawer__close:hover{background-color:color-mix(in srgb,var(--color-foreground) 12%,transparent)}.cart-drawer__close svg{width:1rem;height:1rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__items[hidden],.cart-drawer__footer[hidden],.cart-drawer__empty[hidden],.cart-drawer__error[hidden]{display:none!important}.cart-drawer__error{margin:0 1.5rem 1rem;padding:.75rem 1rem;background-color:color-mix(in srgb,#d24747 12%,var(--color-background));border:1px solid color-mix(in srgb,#d24747 30%,transparent);border-radius:var(--style-border-radius-inputs);font-size:.875rem;line-height:1.4;color:#b03333}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;gap:1rem}.cart-drawer__empty-icon{color:color-mix(in srgb,var(--color-foreground) 30%,transparent);width:3rem;height:3rem}.cart-drawer__empty-icon svg{width:100%;height:100%}.cart-drawer__empty-text{margin:0;font-size:1rem;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.cart-drawer__empty-cta{background-color:var(--color-brand);color:var(--color-foreground);border:0;border-radius:var(--style-border-radius-inputs);padding:.75rem 1.25rem;font-weight:700;font-size:.9375rem;cursor:pointer;transition:background-color .15s ease}.cart-drawer__empty-cta:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground))}.cart-drawer[data-cart-has-items] .cart-drawer__empty{display:none}.cart-drawer__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart-drawer__item{display:grid;grid-template-columns:4.5rem 1fr auto;gap:.875rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent)}.cart-drawer__item:last-child{border-bottom:0;padding-bottom:0}.cart-drawer__item-image{width:4.5rem;height:4.5rem;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-surface-muted)}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-drawer__item-title{margin:0;font-size:.9375rem;font-weight:600;color:var(--color-foreground);line-height:1.3}.cart-drawer__item-variant{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.cart-drawer__item-qty{display:inline-flex;align-items:center;border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:var(--style-border-radius-inputs);overflow:hidden;margin-top:.35rem;width:max-content}.cart-drawer__qty-btn{background:transparent;border:0;width:1.75rem;height:1.75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-foreground);transition:background-color .15s ease}.cart-drawer__qty-btn:hover{background-color:var(--color-surface-muted)}.cart-drawer__qty-value{min-width:1.75rem;text-align:center;font-size:.875rem;font-weight:600}.cart-drawer__item-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.cart-drawer__item-price{font-size:.9375rem;font-weight:700;color:var(--color-foreground)}.cart-drawer__item-remove{background:transparent;border:0;cursor:pointer;font-size:.75rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent);text-decoration:underline;padding:0}.cart-drawer__item-remove:hover{color:var(--color-foreground)}.cart-drawer__footer{padding:1.25rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);background-color:var(--color-background);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600}.cart-drawer__subtotal{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.cart-drawer__note{margin:0;display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.cart-drawer__note svg{width:1rem;height:1rem;flex-shrink:0;color:var(--color-brand-text)}.cart-drawer__promo{padding:.85rem 1.5rem .95rem;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);background-color:color-mix(in srgb,var(--color-brand) 12%,var(--color-background));display:flex;flex-direction:column;gap:.55rem}.cart-drawer__promo[hidden]{display:none!important}.cart-drawer__promo-msg{margin:0;font-size:.8125rem;line-height:1.35;color:var(--color-foreground);font-weight:600}.cart-drawer__promo-msg b{font-weight:800}.cart-drawer__promo-track{height:.4rem;border-radius:999px;background-color:color-mix(in srgb,var(--color-foreground) 12%,transparent);overflow:hidden}.cart-drawer__promo-fill{display:block;height:100%;width:0;border-radius:999px;background-color:var(--color-brand);transition:width .35s ease}.cart-drawer__promo-add{align-self:flex-start;margin-top:.1rem;background-color:var(--color-foreground);color:var(--color-background);border:0;border-radius:var(--style-border-radius-inputs);padding:.5rem .85rem;font-size:.8125rem;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.cart-drawer__promo-add[hidden]{display:none!important}.cart-drawer__promo-add:hover{opacity:.88}.cart-drawer__promo-add:active{transform:translateY(1px)}.cart-drawer__promo-add:disabled{opacity:.6;cursor:progress}.cart-drawer__checkout{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--color-brand);color:var(--color-foreground);text-decoration:none;padding:1rem 1.5rem;border-radius:var(--style-border-radius-inputs);font-weight:700;font-size:1rem;transition:transform .1s ease,background-color .15s ease,box-shadow .15s ease}.cart-drawer__checkout:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));box-shadow:0 6px 20px color-mix(in srgb,var(--color-brand) 40%,transparent)}.cart-drawer__checkout:active{transform:translateY(1px)}.cart-drawer__checkout svg{width:1.1rem;height:1.1rem}@media(max-width:540px){.cart-drawer__panel{top:auto;width:100%;max-height:92vh;border-radius:1.25rem 1.25rem 0 0;transform:translateY(100%)}.cart-drawer.is-open .cart-drawer__panel{transform:translateY(0)}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.logo{display:inline-flex;align-items:center;line-height:1}.logo__image{display:block;width:auto;height:100%;max-width:100%;object-fit:contain}.logo--sm{height:1.5rem}.logo--md{height:2.25rem}.logo--lg{height:3.25rem}.placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 38%,color-mix(in srgb,var(--color-brand) 18%,transparent),transparent 60%),linear-gradient(180deg,var(--color-background) 0%,var(--color-surface-muted) 100%)}.placeholder__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:8%}.placeholder__mark{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.placeholder__icon{color:var(--color-brand);width:clamp(5rem,18vw,9rem);height:clamp(5rem,18vw,9rem);display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 8px 20px color-mix(in srgb,var(--color-brand) 35%,transparent))}.placeholder__icon svg{width:100%;height:100%;stroke-width:2.5}.placeholder__word{display:inline-flex;font-weight:800;font-size:clamp(1.625rem,3.5vw,2.5rem);letter-spacing:-.025em;line-height:1}.placeholder__word-primary{color:var(--color-brand)}.placeholder__word-secondary{color:var(--color-foreground)}.sticky-atc{position:fixed;left:0;right:0;z-index:50;background-color:var(--color-background);box-shadow:0 -10px 32px color-mix(in srgb,var(--color-foreground) 12%,transparent);padding:.75rem var(--page-margin) calc(.75rem + env(safe-area-inset-bottom));display:none;transition:transform .28s cubic-bezier(.22,.61,.36,1),opacity .2s ease}@media(min-width:769px){.sticky-atc{display:block;top:0;bottom:auto;border-top:0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);box-shadow:0 8px 24px color-mix(in srgb,var(--color-foreground) 8%,transparent);padding:.625rem var(--page-margin);transform:translateY(-100%);opacity:0;pointer-events:none}.sticky-atc.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}}.sticky-atc__inner{display:flex;align-items:center;gap:.875rem;max-width:var(--page-width);margin:0 auto}.sticky-atc__product{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;text-decoration:none;color:var(--color-foreground)}.sticky-atc__thumb{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:calc(var(--style-border-radius-inputs) * .75);overflow:hidden;background-color:var(--color-surface-muted);border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc__details{display:flex;flex-direction:column;min-width:0;line-height:1.2;gap:.2rem}.sticky-atc__title{font-size:.875rem;font-weight:600;letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-foreground)}.sticky-atc__price{font-size:.9375rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.01em}.sticky-atc__price-compare{margin-left:.4rem;font-weight:500;color:color-mix(in srgb,var(--color-foreground) 60%,transparent)}.sticky-atc__form{margin:0;flex-shrink:0}.sticky-atc__button{background-color:var(--color-brand);color:var(--color-foreground);border:0;border-radius:var(--style-border-radius-inputs);padding:.875rem 1.125rem;font-size:.9375rem;font-weight:700;letter-spacing:-.005em;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem;transition:transform .1s ease,background-color .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px color-mix(in srgb,var(--color-brand) 35%,transparent)}.sticky-atc__button svg{width:1rem;height:1rem}.sticky-atc__button:hover{background-color:color-mix(in srgb,var(--color-brand) 88%,var(--color-foreground));box-shadow:0 6px 18px color-mix(in srgb,var(--color-brand) 50%,transparent)}.sticky-atc__button:active{transform:translateY(1px)}.sticky-atc__button:disabled{background-color:color-mix(in srgb,var(--color-foreground) 15%,transparent);color:color-mix(in srgb,var(--color-foreground) 50%,transparent);cursor:not-allowed;box-shadow:none}.sticky-atc__button.is-loading{opacity:.7;cursor:progress}@media(max-width:768px){.sticky-atc{display:block;top:auto;bottom:0;border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-bottom:0;box-shadow:0 -10px 32px color-mix(in srgb,var(--color-foreground) 12%,transparent);transform:none;opacity:1;pointer-events:auto}body{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
