.announcement-bar{background-color:var(--color-foreground);color:var(--color-background);font-size:.8125rem;letter-spacing:.02em;text-align:center}.announcement-bar__inner{display:block;padding:.6rem 1rem;color:inherit;text-decoration:none}a.announcement-bar__inner:hover{color:var(--color-brand)}.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%}.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:3rem 1.5rem}.features__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem;padding:1rem .5rem}.features__number{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--color-brand-text);font-feature-settings:"tnum" 1;display:inline-block;margin-bottom:.25rem}.features__icon{position:relative;isolation:isolate;color:var(--color-brand);width:4.5rem;height:4.5rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s ease}.features__icon:before{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;z-index:-1;background:radial-gradient(circle at center,color-mix(in srgb,var(--color-brand) 45%,transparent) 0%,color-mix(in srgb,var(--color-brand) 20%,transparent) 35%,transparent 70%);filter:blur(8px);opacity:.85;transition:opacity .25s ease,transform .25s ease}.features__card:hover .features__icon{transform:translateY(-2px) scale(1.05)}.features__card:hover .features__icon:before{opacity:1;transform:scale(1.15)}.features__icon svg{width:100%;height:100%;display:block;stroke-width:1.5}.features__title{margin:.25rem 0 0;font-size:1.25rem;font-weight:700;letter-spacing:-.015em;line-height:1.25;color:var(--color-foreground)}.features__description{margin:0;font-size:.9375rem;line-height:1.55;color:color-mix(in srgb,var(--color-foreground) 70%,transparent);max-width:22ch}@media(max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr);gap:3rem 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:2rem 1rem}.features__card{gap:.6rem;padding:.5rem .25rem}.features__icon{width:3rem;height:3rem}.features__number{font-size:1.75rem}.features__title{font-size:1rem}.features__description{display:none}}.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__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:500;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-foreground)}.site-header__nav-link:hover:after{transform:scaleX(1)}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--color-foreground);text-decoration:none;padding:.5rem}.site-header__cart svg{width:1.5rem;height:1.5rem}.site-header__cart-count{position:absolute;top:0;right:0;background-color:var(--color-brand);color:var(--color-foreground);font-size:.6875rem;font-weight:700;line-height:1;min-width:1.125rem;height:1.125rem;padding:0 .3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.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}.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) 45%,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:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .55rem;border-radius:999px}.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}}.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__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:flex;flex-direction:column;align-items:center;gap:.65rem;margin:0 auto 4rem;padding:0 1rem;text-align:center}.testimonials__summary-stars{color:var(--color-brand);font-size:2.25rem;letter-spacing:.1em;line-height:1}.testimonials__summary-value{font-size:1.5rem;font-weight:700;color:var(--color-foreground);letter-spacing:-.02em}.testimonials__summary-value span{font-weight:500;color:color-mix(in srgb,var(--color-foreground) 72%,transparent);font-size:1rem}.testimonials__summary-count{font-size:.9375rem;color:color-mix(in srgb,var(--color-foreground) 65%,transparent)}.testimonials__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonials__card{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:2.25rem 2rem;display:flex;flex-direction:column;gap:1.125rem;box-shadow:0 3px 18px color-mix(in srgb,var(--color-foreground) 5%,transparent)}.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__author{display:flex;flex-direction:column;gap:.55rem;font-style:normal;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent)}.testimonials__author-meta{display:flex;flex-direction:column;gap:.1rem}.testimonials__name{font-size:.9375rem;font-weight:600;color:var(--color-foreground)}.testimonials__location{font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.testimonials__verified{font-size:.75rem;font-weight:600;color:color-mix(in srgb,var(--color-foreground) 65%,transparent);display:inline-flex;align-items:center;gap:.4rem;letter-spacing:.02em}.testimonials__verified-check{color:var(--color-foreground);background-color:var(--color-brand);width:1rem;height:1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.testimonials__verified-check svg{width:.65em;height:.65em}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr;gap:1rem;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:1rem;margin:0 calc(var(--page-margin) * -1);padding-left:var(--page-margin);padding-right:var(--page-margin)}.testimonials__grid::-webkit-scrollbar{display:none}.testimonials__card{flex:0 0 85%;scroll-snap-align:center}}@media(max-width:540px){.testimonials{padding:4rem 0}.testimonials__header,.testimonials__summary{padding:0 var(--page-margin)}.testimonials__summary{margin-bottom:2.5rem}.testimonials__summary-stars{font-size:1.75rem}}.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}}.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;font-size:.8125rem;color:color-mix(in srgb,var(--color-foreground) 55%,transparent)}.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__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/4/compiled_assets/styles.css.map */
