*,*:before,*:after{box-sizing:border-box}html{background:var(--color-background);color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--color-background)}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;background:var(--color-accent);color:var(--color-accent-contrast);padding:8px 16px;border-radius:0 0 6px 6px;font-weight:700;text-decoration:none;white-space:nowrap;transition:top .12s}.skip-link:focus{top:0}.page-width{width:min(100% - 32px,var(--page-width));margin-inline:auto}.section{padding-block:var(--section-spacing)}.section--compact{padding-block:calc(var(--section-spacing) * .65)}.button,.shopify-payment-button__button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--color-accent);border-radius:8px;background:var(--color-accent);color:var(--color-accent-contrast);cursor:pointer;font-weight:700;line-height:1;padding:.85rem 1.2rem;text-align:center}.button:hover,.button:focus-visible{filter:brightness(.94)}.button--secondary{background:transparent;color:var(--color-text)}.button[disabled]{cursor:not-allowed;opacity:.55}.field{display:grid;gap:.45rem}.field label{color:var(--color-muted);font-size:.9rem;font-weight:700}.input,.select{width:100%;min-height:46px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);padding:.75rem .85rem}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.site-header{z-index:50;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header--sticky{position:sticky;top:0}.announcement{border-bottom:1px solid var(--color-border);background:var(--color-text);color:var(--color-background);font-size:.9rem;text-align:center}.announcement__inner{padding-block:.55rem}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;min-height:72px;align-items:center;gap:1.25rem}.site-header__brand{display:inline-flex;align-items:center;color:var(--color-text);font-size:1.1rem;font-weight:800;line-height:1}.site-header__logo{max-height:46px;width:auto}.site-nav{justify-self:center}.site-nav__list,.mobile-nav__list,.footer__links{display:flex;flex-wrap:wrap;gap:.85rem 1.2rem;align-items:center;margin:0;padding:0;list-style:none}.site-nav__link{color:var(--color-muted);font-size:.95rem;font-weight:700}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--color-text)}.site-header__actions{display:flex;align-items:center;justify-content:end;gap:.75rem}.header-search{display:flex;width:min(28vw,280px);align-items:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-background);overflow:hidden}.header-search input{min-width:0;width:100%;border:0;background:transparent;padding:.65rem 0 .65rem .9rem}.header-search button,.icon-button{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--color-text);cursor:pointer}.cart-link{position:relative;display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px}.cart-link__count{position:absolute;right:-.25rem;top:-.25rem;min-width:1.35rem;border-radius:999px;background:var(--color-warning);color:#fff;font-size:.75rem;font-weight:800;line-height:1.35rem;text-align:center}.mobile-menu{display:none}.hero{position:relative;min-height:560px;display:grid;align-items:end;overflow:hidden;background:#1f2421;color:#fff}.hero--small{min-height:420px}.hero--large{min-height:700px}.hero__media,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image,.hero__placeholder{width:100%;height:100%;object-fit:cover}.hero__placeholder{background:var(--surface-soft)}.hero__overlay{background:rgba(0,0,0,var(--hero-overlay, .48))}.hero__content{position:relative;z-index:1;width:min(100% - 32px,var(--page-width));margin:0 auto;padding-block:5rem}.hero__text{max-width:680px}.hero__eyebrow{margin:0 0 .8rem;color:#f4c46b;font-size:.85rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero h1{max-width:12ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:6rem;line-height:.98;letter-spacing:0}.hero__copy{max-width:55ch;margin:1.2rem 0 0;color:#ffffffe0;font-size:1.1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.6rem}.section-heading h1,.section-heading h2,.page-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2.25rem;line-height:1.08}.section-heading p{max-width:60ch;margin:.45rem 0 0;color:var(--color-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.product-card{display:grid;gap:.85rem;min-width:0}.product-card__media{display:block;aspect-ratio:4 / 5;border:1px solid var(--color-border);border-radius:var(--product-card-radius);background:var(--color-surface);overflow:hidden}.product-card__image,.product-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.product-card:hover .product-card__image{transform:scale(1.035)}.product-card__info{display:grid;gap:.25rem}.product-card__title{margin:0;font-size:1rem;line-height:1.35}.product-card__vendor,.price,.compare-price,.unit-price{color:var(--color-muted);font-size:.92rem}.price--sale{color:var(--color-sale);font-weight:800}.compare-price{text-decoration:line-through}.image-with-text{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center}.image-with-text--reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.image-with-text--reverse .image-with-text__media{order:2}.image-with-text__media{aspect-ratio:5 / 4;border-radius:8px;background:var(--color-border);overflow:hidden}.image-with-text__media img,.image-with-text__media svg{width:100%;height:100%;object-fit:cover}.image-with-text__content h2,.rich-text h1,.rich-text h2{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2.35rem;line-height:1.1}.image-with-text__content .rte{color:var(--color-muted)}.multicolumn{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.multicolumn-card{display:grid;gap:1rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.multicolumn-card__image{aspect-ratio:16 / 11;border-radius:6px;background:var(--color-background);overflow:hidden}.multicolumn-card__image img,.multicolumn-card__image svg{width:100%;height:100%;object-fit:cover}.product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.6rem;align-items:start}.product-gallery__thumbs{display:flex;flex-direction:column;gap:6px;max-height:inherit;overflow-y:auto;padding-right:2px;scrollbar-width:none;order:0}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{position:relative;flex:0 0 68px;width:68px;height:68px;overflow:hidden;border:1.5px solid var(--color-border);border-radius:8px;background:#fff;padding:0;cursor:pointer;transition:border-color .16s,box-shadow .16s}.product-gallery__thumb[aria-pressed=true]{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 22%,transparent)}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__media-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000005c;color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}.product-gallery__main-area{position:relative;min-width:0;order:1}.product-gallery__main-area:only-child{grid-column:1 / -1}.product-gallery__counter{position:absolute;top:10px;right:10px;z-index:4;border-radius:999px;background:#0000007a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:4px 9px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__viewport,.product-gallery__slide{width:100%}.product-gallery__slide[hidden]{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__zoom{display:block;width:100%;aspect-ratio:3 / 4;overflow:hidden;border:1px solid var(--color-border);border-radius:14px;background:#fff;padding:0;cursor:zoom-in}.product-gallery__main{display:block;width:100%;height:100%;border:0;border-radius:0;background:transparent;box-shadow:none;object-fit:contain;padding:0;transform:none}.product-gallery__main--fallback{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:3 / 4;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface)}.product-gallery__main--fallback img,.product-gallery__main--fallback svg{max-width:100%;max-height:100%;object-fit:contain}.product-gallery__video,.product-gallery__model{width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:14px;background:#000}.product-gallery__video-element,.product-gallery__external-video,.product-gallery__model-viewer{width:100%;height:100%;object-fit:contain}.product-gallery__dots{display:none;justify-content:center;gap:6px;padding-top:10px}.product-gallery__dot{width:6px;height:6px;border:0;border-radius:999px;background:var(--color-border);padding:0;cursor:pointer;transition:background .2s,width .2s}.product-gallery__dot.is-active{width:18px;background:var(--color-accent)}@media(min-width:750px){.template-product .product-gallery__zoom{border-radius:16px}.template-product .product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:10px}.template-product .product-info{position:static;top:auto}}@media(min-width:990px){.template-product .product-gallery{position:sticky;top:calc(var(--sticky-header-height, 72px) + 12px);max-height:calc(100svh - var(--sticky-header-height, 72px) - 24px)}}@media(max-width:749px){.product-gallery{position:static;grid-template-columns:minmax(0,1fr);gap:0;max-height:none}.product-gallery__thumbs{display:none!important}.product-gallery__dots{position:absolute;right:0;bottom:38px;left:0;z-index:4;display:flex;padding-top:0}.product-gallery__main-area{position:relative}.product-gallery__viewport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__slide,.product-gallery__slide[hidden]{display:block!important;flex:0 0 100%;scroll-snap-align:center}.template-product .product-gallery__zoom{border-top:0;border-right:0;border-left:0;border-radius:0}.template-product .product-gallery__video,.template-product .product-gallery__model{border-radius:0}.template-product .product-info{position:relative;z-index:2;margin-top:-24px;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000012}.product-gallery__counter{top:auto;right:50%;bottom:58px;transform:translate(50%)}}.product-info{position:static;top:auto;display:grid;gap:1.2rem}.product-info h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2.6rem;line-height:1.05}.product-form{display:grid;gap:1rem}.cart{display:grid;gap:1.5rem}.cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:1rem;align-items:center;padding-block:1rem;border-bottom:1px solid var(--color-border)}.cart-item__image{aspect-ratio:1 / 1;border-radius:6px;object-fit:cover;background:var(--color-surface)}.cart-item__details{display:grid;gap:.35rem}.cart-item__title{margin:0;font-weight:800}.cart-item__options{margin:0;color:var(--color-muted);font-size:.9rem}.cart-summary{display:grid;gap:1rem;justify-self:end;width:min(100%,380px);padding-top:1rem}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;font-weight:800}.collection-list,.search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.collection-card,.article-card,.page-card{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.collection-card__media{display:block;aspect-ratio:16 / 11;border-radius:6px;background:var(--color-background);overflow:hidden}.collection-card__media img,.collection-card__media svg,.article__image{width:100%;height:100%;object-fit:cover}.cl-section__subtext{color:var(--color-muted);margin:.5rem 0 0;font-size:1rem}.cl-grid{display:grid;grid-template-columns:repeat(var(--cl-cols, 3),minmax(0,1fr));gap:1.25rem}.cl-card{border-radius:1rem;overflow:hidden}.cl-card__link{display:block;text-decoration:none;color:inherit}.cl-card__media{position:relative;overflow:hidden;border-radius:1rem;background:var(--color-product-card-background, var(--color-background))}.cl-card--portrait .cl-card__media{aspect-ratio:3 / 4}.cl-card--square .cl-card__media{aspect-ratio:1 / 1}.cl-card--landscape .cl-card__media{aspect-ratio:16 / 9}.cl-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.cl-card__link:hover .cl-card__media img{transform:scale(1.06)}.cl-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.25}.cl-card__placeholder svg{width:50%;height:50%}.cl-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.18) 50%,transparent 100%);display:flex;align-items:flex-end;padding:1.25rem 1.5rem;transition:background .3s ease}.cl-card__link:hover .cl-card__overlay{background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.28) 60%,transparent 100%)}.cl-card__overlay-content{display:flex;flex-direction:column;gap:.25rem;width:100%}.cl-card--overlay .cl-card__title{margin:0;font-size:1.125rem;font-weight:700;color:#fff;line-height:1.2}.cl-card--overlay .cl-card__count{font-size:.8125rem;color:#ffffffb8;font-weight:500}.cl-card__arrow{display:flex;align-items:center;color:#ffffffa6;margin-top:.375rem;transform:translate(0);transition:transform .2s ease,color .2s ease}.cl-card__link:hover .cl-card__arrow{transform:translate(4px);color:#fff}.cl-card--classic .cl-card__info{padding:.875rem .25rem .5rem;display:flex;flex-direction:column;gap:.25rem}.cl-card--classic .cl-card__title{margin:0;font-size:1rem;font-weight:700;color:var(--color-text);line-height:1.3}.cl-card--classic .cl-card__count{font-size:.8125rem;color:var(--color-muted)}@media(max-width:989px){.cl-grid{grid-template-columns:repeat(min(var(--cl-cols, 3),2),minmax(0,1fr))}}@media(max-width:599px){.cl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.cl-card--overlay .cl-card__title{font-size:.9375rem}}.article{display:grid;gap:1.5rem}.article__image{aspect-ratio:16 / 8;border-radius:8px}.article__header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2.8rem;line-height:1.06}.article__header p{margin:0 0 .5rem;color:var(--color-muted)}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-bottom:2rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px}.pagination .current{background:var(--color-accent);color:var(--color-accent-contrast)}.site-footer{border-top:1px solid var(--color-border);background:var(--color-text);color:var(--color-background)}.footer{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2.5rem 3rem;padding-block:3.5rem}.footer-brand__logo{max-height:40px;width:auto;display:block;filter:brightness(0) invert(1);margin-bottom:.85rem}.footer-brand__name{font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:#fffffff2;color:color-mix(in srgb,var(--color-background) 95%,transparent);margin-bottom:.6rem}.footer-brand__desc{font-size:.82rem;line-height:1.65;color:#ffffff8c;color:color-mix(in srgb,var(--color-background) 55%,transparent);max-width:28ch}.footer-social{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.1rem}.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.18);border:1px solid color-mix(in srgb,var(--color-background) 18%,transparent);color:#ffffffa6;color:color-mix(in srgb,var(--color-background) 65%,transparent);text-decoration:none;transition:border-color .15s,color .15s}.footer-social__link:hover{border-color:#ffffff73;border-color:color-mix(in srgb,var(--color-background) 45%,transparent);color:#ffffffe6;color:color-mix(in srgb,var(--color-background) 90%,transparent)}.footer-col__heading{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;color:color-mix(in srgb,var(--color-background) 45%,transparent);margin:0 0 .9rem}.footer-col__heading--spaced{margin-top:1.4rem}.footer-col__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-col__links a{font-size:.86rem;color:#ffffffad;color:color-mix(in srgb,var(--color-background) 68%,transparent);text-decoration:none;transition:color .15s}.footer-col__links a:hover{color:#ffffffe6;color:color-mix(in srgb,var(--color-background) 90%,transparent)}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-contact__row{display:flex;align-items:flex-start;gap:.45rem;font-size:.82rem;color:#fff9;color:color-mix(in srgb,var(--color-background) 60%,transparent);line-height:1.4}.footer-contact__row svg{flex-shrink:0;margin-top:2px;opacity:.55}.footer-newsletter{margin-top:0}.footer-newsletter__sub{font-size:.78rem;color:#ffffff80;color:color-mix(in srgb,var(--color-background) 50%,transparent);margin:.3rem 0 .7rem;line-height:1.5}.footer-newsletter__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem}.footer-newsletter__row .input{background:#ffffff14;background:color-mix(in srgb,var(--color-background) 8%,transparent);border-color:#ffffff2e;border-color:color-mix(in srgb,var(--color-background) 18%,transparent);color:var(--color-background);min-width:0}.footer-newsletter__row .input::placeholder{color:#fff6;color:color-mix(in srgb,var(--color-background) 40%,transparent)}.footer-newsletter__success{font-size:.82rem;color:#ffffffb3;color:color-mix(in srgb,var(--color-background) 70%,transparent);padding:.5rem 0}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);border-top:1px solid color-mix(in srgb,var(--color-background) 10%,transparent);padding-block:1.1rem;color:#ffffff6b;color:color-mix(in srgb,var(--color-background) 42%,transparent);font-size:.78rem}.footer__fineprint{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem}.footer__legal-links{display:flex;flex-wrap:wrap;gap:.5rem .9rem;list-style:none;padding:0;margin:0}.footer__legal-links a{color:inherit;text-decoration:none;transition:color .15s}.footer__legal-links a:hover{color:color-mix(in srgb,var(--color-background) 70%,transparent)}.footer__payment{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-left:auto}.footer__payment-icon{height:24px;width:auto;border-radius:3px;opacity:.75}@media(max-width:989px){.footer{grid-template-columns:repeat(2,1fr);gap:2rem;padding-block:2.75rem}.footer-brand{grid-column:1 / -1}.footer-brand__desc{max-width:100%}}@media(max-width:749px){.footer{grid-template-columns:1fr;gap:1.75rem;padding-block:2.5rem}.footer-brand{grid-column:auto}.footer-col__heading--spaced{margin-top:0}}@media(max-width:989px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-nav,.header-search{display:none}.mobile-menu{display:block;justify-self:end}.mobile-menu>summary{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;list-style:none}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-nav{position:absolute;left:16px;right:16px;top:calc(100% + 8px);z-index:20;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:1rem;box-shadow:0 20px 50px #0000001f}.mobile-nav__list{display:grid}.site-header{position:sticky;top:0}.site-header__actions{gap:.4rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-with-text,.image-with-text--reverse,.product,.footer{grid-template-columns:1fr}.image-with-text--reverse .image-with-text__media{order:0}.product-info{position:static}.multicolumn,.collection-list,.search-results{grid-template-columns:1fr}}@media(max-width:640px){.page-width{width:min(100% - 24px,var(--page-width))}.section{padding-block:calc(var(--section-spacing) * .72)}.hero,.hero--small,.hero--large{min-height:520px}.hero__content{width:min(100% - 24px,var(--page-width));padding-block:3rem}.hero h1{font-size:3rem}.section-heading{display:grid}.section-heading h1,.section-heading h2,.page-title,.image-with-text__content h2,.rich-text h1,.rich-text h2,.product-info h1{font-size:2rem}.product-grid{gap:.9rem}.cart-item{grid-template-columns:82px minmax(0,1fr)}.cart-item__price{grid-column:2}.footer-newsletter,.search-page-form{grid-template-columns:1fr}}.hidden{display:none!important}*:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}*:focus:not(:focus-visible){outline:none}.button--small{min-height:38px;padding:.65rem .85rem;font-size:.88rem}.button-sharp .button,.button-sharp .shopify-payment-button__button,.button-sharp .input,.button-sharp .select{border-radius:0}.button-pill .button,.button-pill .shopify-payment-button__button{border-radius:999px}.announcement{overflow:hidden}.announcement__marquee{display:flex;width:max-content;animation:announcement-marquee 26s linear infinite}.announcement__marquee span{padding:.55rem 2rem;white-space:nowrap}@keyframes announcement-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.site-nav__item{position:relative}.mega-menu{position:absolute;left:50%;top:calc(100% + 18px);z-index:60;width:min(820px,calc(100vw - 32px));transform:translate(-50%);pointer-events:none;opacity:0;transition:opacity .16s ease,transform .16s ease}.site-nav__item:hover .mega-menu,.site-nav__item:focus-within .mega-menu{pointer-events:auto;opacity:1;transform:translate(-50%) translateY(-6px)}.mega-menu__inner{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:1.5rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 22px 70px #181c1929;padding:1.25rem}.mega-menu__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mega-menu__heading{display:block;margin-bottom:.6rem;font-weight:800}.mega-menu ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.mega-menu li a{color:var(--color-muted);font-size:.92rem}.mega-menu__promo{display:grid;gap:.65rem;align-content:end;min-height:180px;border-radius:6px;background:var(--color-background);overflow:hidden;font-weight:800}.mega-menu__promo img{width:100%;height:135px;object-fit:cover}.mega-menu__promo span{padding:0 .85rem .85rem}.search-drawer summary,.quick-view summary{list-style:none}.search-drawer summary::-webkit-details-marker,.quick-view summary::-webkit-details-marker{display:none}.search-drawer__overlay,.quick-view__overlay,.cart-drawer__overlay,.image-zoom__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;border:0;background:#00000075;cursor:pointer}.search-drawer__panel{position:fixed;left:50%;top:86px;z-index:80;width:min(720px,calc(100vw - 24px));transform:translate(-50%);border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 24px 70px #0000002e;padding:1rem}.search-drawer__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.search-drawer__form input{min-height:52px;border:0;border-bottom:1px solid var(--color-border);background:transparent;font-size:1.2rem}.search-drawer__suggestions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.search-drawer__suggestions span,.search-drawer__suggestions a{border:1px solid var(--color-border);border-radius:999px;padding:.45rem .7rem;color:var(--color-muted);font-size:.88rem}.image-ratio-square .product-card__media{aspect-ratio:1 / 1}.image-ratio-landscape .product-card__media{aspect-ratio:4 / 3}.card-style-boxed .product-card{border:1px solid var(--color-border);border-radius:var(--product-card-radius);background:var(--color-surface);padding:.75rem}.card-style-minimal .product-card__media{border-color:transparent}.product-card__badges{position:absolute;left:.65rem;top:.65rem;z-index:2;display:grid;gap:.35rem;pointer-events:none}.badge{display:inline-flex;width:max-content;border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:.72rem;font-weight:800;line-height:1;padding:.42rem .55rem;text-transform:uppercase}.badge--sale{background:var(--color-sale);color:#fff}.badge--dark{background:var(--color-text);color:var(--color-background)}.badge--new{background:var(--color-warning);color:#fff}.badge--sold-out{background:var(--color-muted);color:#fff}.product-card__swatches{display:flex;flex-wrap:wrap;gap:.4rem;min-height:24px;margin-top:.2rem}.product-card__swatch{display:inline-flex;min-width:24px;min-height:24px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-muted);font-size:.72rem;padding:0 .45rem}.product-card__swatch--color{width:24px;padding:0;background:var(--swatch-color, var(--color-border))}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem}.quick-add-form{display:grid}.quick-view__panel,.image-zoom__panel{position:fixed;left:50%;top:50%;z-index:90;width:min(920px,calc(100vw - 24px));max-height:min(760px,calc(100vh - 40px));transform:translate(-50%,-50%);border-radius:8px;background:var(--color-surface);box-shadow:0 30px 90px #00000038;overflow:auto}.quick-view__close,.image-zoom__close{position:absolute;right:.8rem;top:.8rem;z-index:2;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface)}.quick-view__content{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:1.5rem;padding:1rem}.quick-view__media{aspect-ratio:1 / 1;border-radius:6px;background:var(--color-background);overflow:hidden}.quick-view__media img,.quick-view__media svg{width:100%;height:100%;object-fit:cover}.quick-view__info{display:grid;align-content:center;gap:.8rem;padding-right:1rem}.quick-view__info h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1.1}.quick-view__actions{display:flex;flex-wrap:wrap;gap:.65rem}.product-section{padding-bottom:6rem}.stock-note{width:max-content;max-width:100%;border-radius:999px;background:color-mix(in srgb,var(--color-warning) 16%,var(--color-surface));color:#6d4114;font-weight:800;padding:.45rem .65rem}.variant-picker{display:grid;gap:1rem}.variant-picker__group{display:grid;gap:.55rem;margin:0;border:0;padding:0}.variant-picker__group legend{color:var(--color-muted);font-size:.9rem;font-weight:800}.variant-picker__values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-picker__values input{position:absolute;opacity:0}.variant-pill{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);cursor:pointer;font-weight:800;padding:.65rem .9rem}.variant-pill--swatch:before{content:"";width:20px;height:20px;margin-right:.45rem;border:1px solid var(--color-border);border-radius:999px;background:var(--swatch-color, var(--color-border))}.variant-picker__values input:checked+.variant-pill{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 22%,transparent)}.personalization{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:.6rem;margin:.25rem 0 .4rem;padding:.75rem .875rem .875rem;border:1px solid var(--color-border);border-radius:14px;background:color-mix(in srgb,var(--color-accent) 4%,var(--color-surface))}.personalization__intro{display:grid;gap:.15rem}.personalization__intro strong{font-size:.9rem;color:var(--color-text)}.personalization__intro p{margin:0;color:var(--color-muted);font-size:.8rem;line-height:1.4}.perso-field,.perso-field-wrap{display:grid;gap:.4rem;grid-column:1 / -1}.perso-field--half{grid-column:span 1}@media(max-width:599px){.perso-field--half{grid-column:1 / -1}}.perso-field label{color:var(--color-text);font-size:.82rem;font-weight:700}.perso-req{color:var(--color-sale)}.perso-counter{justify-self:end;color:var(--color-muted);font-size:.78rem}.perso-field .input.is-invalid,.perso-field .select.is-invalid{border-color:var(--color-sale);box-shadow:0 0 0 1px var(--color-sale)}.perso-error{margin:0;color:var(--color-sale);font-size:.82rem;font-weight:600}.perso-field--check{gap:0}.perso-check{display:flex;align-items:flex-start;gap:.55rem;margin:0;font-weight:600;color:var(--color-text);cursor:pointer}.perso-check input[type=checkbox]{flex:0 0 auto;width:18px;height:18px;margin-top:.15rem;accent-color:var(--color-accent)}.perso-field--file .input{padding:.55rem .65rem}.perso-field--file small{color:var(--color-muted);font-size:.82rem}.perso-addon{padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.perso-addon__label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem}.perso-addon__text{display:grid;gap:.15rem}.perso-addon__name{font-weight:700;color:var(--color-text)}.perso-addon__desc{color:var(--color-muted);font-size:.85rem;font-weight:400}.perso-addon__price{font-weight:800;color:var(--color-accent);white-space:nowrap}.perso-addon--unavailable p{margin:0;color:var(--color-muted);font-size:.88rem}.personalization__intro{grid-column:1 / -1}.perso-icon{font-style:normal}.perso-hint{color:var(--color-muted);font-size:.8rem;line-height:1.4}.perso-field.is-done>label:after,.perso-field-wrap.is-done>.perso-field--file>label:after{content:" \2713";color:var(--color-accent);font-weight:700;font-size:.85em}.perso-char-bar{height:3px;background:var(--color-border);border-radius:99px;overflow:hidden;margin-top:.15rem}.perso-char-fill{height:100%;width:0%;border-radius:99px;background:var(--color-accent);transition:width .15s ease,background .2s ease}.perso-char-fill[data-state=warn]{background:#f59e0b}.perso-char-fill[data-state=full]{background:#dc2626}.perso-counter{justify-self:end;color:var(--color-muted);font-size:.75rem;margin-top:-.2rem}.perso-drop-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.perso-drop-zone{border:2px dashed var(--color-border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;overflow:hidden}.perso-drop-zone:hover,[data-drop-zone].is-drag .perso-drop-zone{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 5%,transparent)}.perso-drop-zone__idle{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1rem;text-align:center}.perso-drop-zone__icon{color:var(--color-muted);margin-bottom:.25rem}.perso-drop-zone__idle span{font-size:.9rem;color:var(--color-text)}.perso-drop-zone__idle small{font-size:.78rem;color:var(--color-muted)}.perso-drop-browse{background:none;border:none;padding:0;color:var(--color-accent);font-size:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.perso-drop-zone__done{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface))}.perso-drop-zone__done[hidden],.personalization-preview__overlay img[hidden]{display:none!important}.perso-field--file:not(.is-done) .perso-drop-zone__done{display:none}.perso-field--file.is-done .perso-drop-zone__idle{display:none}.perso-drop-thumb{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid var(--color-border)}.perso-drop-meta{flex:1;min-width:0;display:grid;gap:.15rem}.perso-drop-meta strong{font-size:.85rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.perso-drop-meta span{font-size:.78rem;color:var(--color-muted)}.perso-drop-clear{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-muted);transition:background .15s,color .15s}.perso-drop-clear:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.product-form__row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:.75rem;align-items:end}.product-form__submit{min-height:54px}.product-promises{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.promise-card,.trust-badge{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.promise-card{display:grid;gap:.2rem;padding:.9rem}.promise-card span{color:var(--color-muted);font-size:.92rem}.trust-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.trust-badge{display:flex;align-items:center;gap:.55rem;padding:.75rem;color:var(--color-muted);font-size:.9rem;font-weight:800}.trust-badge__icon{display:inline-flex;color:var(--color-accent)}.product-accordions,.faq-list{display:grid;gap:.6rem}.product-accordion{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:.2rem 1rem}.product-accordion summary{cursor:pointer;font-weight:800;padding:.8rem 0}.product-accordion .rte{color:var(--color-muted);padding-bottom:1rem}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:45;border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translateY(115%);transition:transform .18s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:1rem;padding-block:.65rem}.sticky-atc__summary{display:flex;min-width:0;align-items:center;gap:.75rem}.sticky-atc__summary img{width:52px;height:52px;border-radius:6px;object-fit:cover}.sticky-atc__summary strong{display:block;max-width:45vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-zoom{display:none}.image-zoom.is-open{display:block}.image-zoom__panel{width:min(1100px,calc(100vw - 24px));background:#111}.image-zoom__panel img{width:100%;height:auto}.cart-drawer{display:none}.cart-drawer.is-open{display:block}.cart-drawer__panel{position:fixed;right:0;top:0;z-index:90;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(440px,100vw);height:100vh;background:var(--color-surface);box-shadow:-24px 0 70px #0000002e}.cart-drawer__header,.cart-drawer__footer{padding:1rem}.cart-drawer__header{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__eyebrow{margin:0 0 .2rem;color:var(--color-muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.cart-drawer__header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem}.cart-drawer__body{display:grid;gap:1rem;overflow:auto;padding:1rem}.cart-drawer__items,.cart-drawer__upsell-grid{display:grid;gap:.8rem}.cart-drawer-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.75rem}.cart-drawer-item__media{aspect-ratio:1 / 1;border-radius:6px;background:var(--color-background);overflow:hidden}.cart-drawer-item__media img,.cart-drawer-item__media svg{width:100%;height:100%;object-fit:cover}.cart-drawer-item__info{display:grid;gap:.2rem}.cart-drawer-item__info a{font-weight:800}.cart-drawer-item__info small,.cart-drawer-item__info span{color:var(--color-muted)}.cart-drawer-item__controls{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.cart-drawer-item__quantity{width:72px;min-height:38px;padding:.35rem .5rem}.cart-drawer-item__controls a{color:var(--color-muted);font-size:.86rem}.free-shipping{display:grid;gap:.45rem;border-bottom:1px solid var(--color-border);padding:1rem}.free-shipping__text{color:var(--color-muted);font-size:.9rem;font-weight:800}.free-shipping__track{height:8px;border-radius:999px;background:var(--color-border);overflow:hidden}.free-shipping__track span{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.cart-drawer__footer{display:grid;gap:.75rem;border-top:1px solid var(--color-border)}.cart-drawer__footer .trust-badges{grid-template-columns:1fr 1fr}.cart-drawer__footer .trust-badge{padding:.55rem;font-size:.78rem}.cart-page-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:2rem;align-items:start}.cart-summary--sticky{position:sticky;top:100px;justify-self:stretch;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:1rem}.cart-summary__note{margin:0;color:var(--color-muted);font-size:.9rem}.collection-heading{align-items:center}.section-kicker{margin:0 0 .45rem;color:var(--color-muted);font-size:.82rem;font-weight:800;text-transform:uppercase}.collection-toolbar,.view-switch,.active-filters{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.view-switch{border:1px solid var(--color-border);border-radius:999px;padding:.15rem}.view-switch .icon-button{min-width:36px;min-height:36px;border-radius:999px}.view-switch .is-active{background:var(--color-text);color:var(--color-background)}.collection-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1.5rem;align-items:start}.collection-filters{position:sticky;top:96px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:1rem}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.collection-filters__header h2{margin:0;font-size:1rem}.collection-filters__close,.collection-filter-toggle{display:none}.filter-form,.filter-group,.filter-list{display:grid;gap:.75rem}.filter-group{border-top:1px solid var(--color-border);padding-top:.8rem}.filter-group summary{cursor:pointer;font-weight:800}.filter-list{margin:0;padding:0;list-style:none}.filter-check{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;align-items:center;color:var(--color-muted)}.filter-check.is-disabled{opacity:.45}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.price-range label{display:grid;gap:.35rem}.filter-chip{display:inline-flex;gap:.35rem;align-items:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);padding:.45rem .65rem;color:var(--color-muted);font-size:.88rem}.product-grid.is-list{grid-template-columns:1fr}.product-grid.is-list .product-card{grid-template-columns:180px minmax(0,1fr);align-items:center}.logo-list__heading{margin:0 0 1rem;color:var(--color-muted);font-weight:800;text-align:center}.logo-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.logo-list__item{display:flex;min-height:92px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-muted);font-weight:800;padding:1rem}.logo-list__item img{max-height:42px;width:auto;filter:grayscale(1)}.ba-grid{display:grid;gap:1.5rem}.ba-grid--grid{grid-template-columns:repeat(2,1fr)}.ba-grid--single{grid-template-columns:1fr}.ba-item__caption{text-align:center;margin-top:.75rem;color:var(--color-muted);font-size:.9rem}@media(max-width:749px){.ba-grid--grid{grid-template-columns:1fr}}.before-after{position:relative;border-radius:12px;background:var(--color-border);overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.before-after__image{position:absolute;top:0;right:0;bottom:0;left:0}.before-after__image img,.before-after__image svg{width:100%;height:100%;object-fit:cover;display:block}.before-after__image--before{clip-path:inset(0 calc(100% - var(--before-after-position)) 0 0)}.before-after__label{position:absolute;top:.75rem;left:.75rem;border-radius:999px;background:#ffffffeb;color:#111;font-weight:700;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .7rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.before-after__label--after{left:auto;right:.75rem}.before-after__divider{position:absolute;top:0;bottom:0;left:var(--before-after-position, 50%);width:2px;background:#ffffffe6;transform:translate(-50%);pointer-events:none;box-shadow:0 0 8px #00000040}.before-after__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000038;color:#333;transition:transform .15s ease,box-shadow .15s ease}.before-after:active .before-after__handle,.before-after:focus-within .before-after__handle{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 4px 20px #0000004d}.before-after__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:2;-webkit-appearance:none;appearance:none}.video-banner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.5rem;align-items:stretch}.video-banner__media{aspect-ratio:16 / 10;border-radius:8px;background:var(--color-border);overflow:hidden}.video-banner__media video,.video-banner__media img,.video-banner__media svg{width:100%;height:100%;object-fit:cover}.video-banner__content{display:grid;align-content:center;gap:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:1.5rem}.video-banner__content h2,.newsletter-panel h2,.countdown-banner h2,.whatsapp-cta h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1.1}.testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.testimonial{display:grid;gap:1rem;margin:0;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:1.25rem}.testimonial blockquote{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.35}.testimonial__stars{color:var(--color-border)}.testimonial__stars .is-filled{color:var(--color-warning)}.testimonial figcaption{display:flex;align-items:center;gap:.6rem;color:var(--color-muted);font-weight:800}.testimonial figcaption img{width:40px;height:40px;border-radius:999px;object-fit:cover}.social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.social-grid__item{position:relative;aspect-ratio:1 / 1;border-radius:8px;background:var(--color-border);overflow:hidden}.social-grid__item img,.social-grid__item svg{width:100%;height:100%;object-fit:cover}.social-grid__item span{position:absolute;left:.65rem;right:.65rem;bottom:.65rem;border-radius:999px;background:color-mix(in srgb,var(--color-surface) 92%,transparent);font-size:.82rem;font-weight:800;padding:.45rem .6rem}.newsletter-panel,.countdown-section{position:relative}.countdown-section--image{background:var(--cb-bg) center/cover no-repeat}.countdown-section--dark .countdown-banner,.countdown-section--image .countdown-banner{background:linear-gradient(135deg,#141816,#24342f 60%,#145c52);color:#fff;border-color:#ffffff1a}.countdown-section--dark .countdown-banner h2,.countdown-section--image .countdown-banner h2{color:#fff}.countdown-section--dark .countdown-banner p,.countdown-section--dark .countdown-banner .section-kicker,.countdown-section--image .countdown-banner p,.countdown-section--image .countdown-banner .section-kicker{color:#ffffffb8}.countdown-section--dark .countdown strong,.countdown-section--image .countdown strong{color:#fff}.countdown-section--dark .countdown span,.countdown-section--image .countdown span{color:#ffffff9e}.countdown-section--dark .countdown__unit,.countdown-section--image .countdown__unit{border-color:#fff3}.countdown-section--accent .countdown-banner{background:var(--color-accent);color:var(--color-accent-contrast);border-color:transparent}.countdown-section--accent .countdown-banner p,.countdown-section--accent .countdown-banner .section-kicker{color:color-mix(in srgb,var(--color-accent-contrast) 70%,transparent)}.countdown-section--accent .countdown strong{color:var(--color-accent-contrast)}.countdown-section--accent .countdown span{color:color-mix(in srgb,var(--color-accent-contrast) 60%,transparent)}.countdown-section--accent .countdown__unit{border-color:color-mix(in srgb,var(--color-accent-contrast) 25%,transparent)}.countdown-section--light .countdown-banner{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.countdown-section--light .countdown__unit{border-color:var(--color-border)}.countdown-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--cb-overlay, .45));pointer-events:none}.countdown-section--image .countdown-banner{position:relative;z-index:1;background:transparent;border-color:#ffffff38;color:#fff}.countdown-section--accent .countdown-banner{background:var(--color-accent);border-color:transparent;color:var(--color-accent-contrast)}.countdown-section--light .countdown-banner{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.countdown-section--light .countdown-banner p,.countdown-section--light .countdown-banner .section-kicker{color:var(--color-muted)}.countdown-section--light .countdown div,.countdown-section--light .countdown__unit{border-color:var(--color-border)}.countdown-section--light .countdown strong{color:var(--color-text)}.countdown-section--light .countdown span{color:var(--color-muted)}.countdown-banner__pill{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.3rem .75rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);font-size:.82rem;font-weight:700;letter-spacing:.01em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.countdown-section--light .countdown-banner__pill{background:color-mix(in srgb,var(--color-accent) 10%,transparent);border-color:color-mix(in srgb,var(--color-accent) 30%,transparent);color:var(--color-accent)}.countdown-banner__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.countdown-banner__btn2{border-color:#fff6;color:inherit}.countdown-banner__btn2:hover{border-color:#fff}.countdown-banner,.whatsapp-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;border:1px solid var(--color-border);border-radius:12px;background:var(--color-text);color:var(--color-background);padding:1.5rem 2rem}.newsletter-panel .rte,.countdown-banner p,.whatsapp-cta p{color:color-mix(in srgb,var(--color-background) 76%,transparent)}.newsletter-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:.7rem;min-width:min(100%,460px)}.countdown-banner,.countdown-banner--horizontal{grid-template-columns:minmax(0,1fr) auto}.countdown-banner--centered{grid-template-columns:1fr;text-align:center;justify-items:center;padding:2.5rem 2rem}.countdown-banner--centered .countdown-banner__actions{justify-content:center}.countdown-banner--centered .countdown-banner__pill{margin-inline:auto}.countdown-banner--bar{grid-template-columns:1fr auto auto;padding:.85rem 1.5rem;border-radius:999px;gap:1.5rem}.countdown-banner--bar h2{font-size:1rem;font-weight:800;margin:0}.countdown-banner--bar .countdown-banner__copy{display:flex;align-items:center;gap:.75rem}.countdown-banner--bar p,.countdown-banner--bar .section-kicker,.countdown-banner--bar .countdown-banner__pill{display:none}.countdown-banner--bar .countdown-banner__actions{margin:0}.countdown{display:grid;grid-template-columns:repeat(4,74px);gap:.5rem}.countdown div,.countdown__unit{display:grid;gap:.2rem;justify-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:.7rem .5rem}.countdown strong{font-size:1.4rem}.countdown span{color:color-mix(in srgb,var(--color-background) 72%,transparent);font-size:.72rem;text-transform:uppercase}.countdown--urgent .countdown__unit{animation:cb-pulse 1.5s ease-in-out infinite;border-color:#ff505080}@keyframes cb-pulse{0%,to{box-shadow:0 0 #ff505000}50%{box-shadow:0 0 0 5px #ff505033}}.countdown__expired{font-weight:700;opacity:.8;font-size:.9rem;text-align:center;margin:0}.comparison-table{display:grid;overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.comparison-table__row{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-top:1px solid var(--color-border)}.comparison-table__row:first-child{border-top:0}.comparison-table__row>div{padding:.9rem 1.1rem}.comparison-table__row>div+div{border-left:1px solid var(--color-border)}.comparison-table__row--head{background:var(--color-text);color:var(--color-background);font-weight:800;font-size:.88rem;letter-spacing:.03em}.comparison-table--highlight .ct-brand-col{background:color-mix(in srgb,var(--color-accent) 8%,transparent);position:relative}.comparison-table--highlight .comparison-table__row--head .ct-brand-col{background:color-mix(in srgb,var(--color-accent) 85%,var(--color-text))}.comparison-table__row--category{background:var(--color-background);grid-template-columns:1fr}.ct-category-label{font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);padding:.6rem 1.1rem!important;border-left:none!important;grid-column:1 / -1}.ct-feature{display:flex;align-items:center;gap:.55rem;font-weight:500}.ct-icon{font-size:1.05rem;flex-shrink:0}.ct-value{display:flex;align-items:center;justify-content:center}.ct-text{font-size:.9rem;color:var(--color-muted);font-weight:600}.ct-badge{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;font-size:.9rem;font-weight:900;flex-shrink:0}.ct-badge--yes{background:color-mix(in srgb,#16a34a 14%,transparent);color:#16a34a}.ct-badge--no{background:color-mix(in srgb,#dc2626 10%,transparent);color:#dc2626}.ct-badge--partial{background:color-mix(in srgb,#f59e0b 14%,transparent);color:#b45309;font-size:1.1rem}.comparison-table--striped .comparison-table__row:not(.comparison-table__row--head):not(.comparison-table__row--category):nth-child(2n){background:color-mix(in srgb,var(--color-background) 60%,var(--color-surface))}.comparison-table--clean .comparison-table__row>div+div{border-left:none}.comparison-table--clean .comparison-table__row{border-top-color:color-mix(in srgb,var(--color-border) 50%,transparent)}.trust-bar .trust-badges{grid-template-columns:repeat(4,minmax(0,1fr))}.app-area{display:grid;gap:1rem}.recently-viewed:empty{display:none}.animations-enabled .product-card__media,.animations-enabled .button,.animations-enabled .collection-card,.animations-enabled .testimonial{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.animations-enabled .collection-card:hover,.animations-enabled .testimonial:hover{transform:translateY(-2px);box-shadow:0 16px 45px #181c191a}.font-modern h1,.font-modern h2,.font-modern .hero h1,.font-modern .product-info h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.font-luxury h1,.font-luxury h2,.font-luxury .hero h1,.font-luxury .product-info h1{font-family:Times New Roman,Georgia,serif}@media(max-width:989px){.mega-menu{display:none}.testimonials,.collection-shell,.video-banner,.cart-page-form,.newsletter-panel,.countdown-banner,.whatsapp-cta{grid-template-columns:1fr}.collection-filter-toggle,.collection-filters__close{display:inline-flex}.collection-filters{position:fixed;inset:0 auto 0 0;z-index:85;width:min(360px,92vw);border-radius:0;overflow:auto;transform:translate(-105%);transition:transform .18s ease}.collection-filters.is-open{transform:translate(0)}.cart-summary--sticky{position:static}.logo-list,.trust-bar .trust-badges,.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.search-drawer__form,.quick-view__content,.product-form__row,.product-promises,.trust-badges,.newsletter-form,.countdown,.product-card__actions{grid-template-columns:1fr}.quick-view__panel{top:auto;bottom:0;max-height:88vh;transform:translate(-50%);border-radius:8px 8px 0 0}.sticky-atc__summary{display:none}.sticky-atc__form,.sticky-atc__form .button{width:100%}.cart-drawer__panel{width:100vw}.product-grid.is-list .product-card{grid-template-columns:110px minmax(0,1fr)}.comparison-table{overflow-x:auto}.comparison-table__row{min-width:620px}}:root{--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--shadow-xs: 0 1px 2px rgba(20, 24, 22, .05);--shadow-sm: 0 6px 18px rgba(20, 24, 22, .07);--shadow-md: 0 14px 36px rgba(20, 24, 22, .1);--shadow-lg: 0 24px 70px rgba(20, 24, 22, .13);--surface-soft: color-mix(in srgb, var(--color-surface) 88%, var(--color-background));--surface-tint: color-mix(in srgb, var(--color-accent) 5%, var(--color-surface));--ease-premium: cubic-bezier(.2, .8, .2, 1)}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--color-accent) 7%,transparent),transparent 32rem),linear-gradient(180deg,#fff 0%,var(--color-background) 36rem);color:var(--color-text)}.main-content{overflow:clip}.page-width{width:min(100% - 40px,var(--page-width))}.section{padding-block:calc(var(--section-spacing) * .92)}.section--compact{padding-block:calc(var(--section-spacing) * .58)}.button,.shopify-payment-button__button{min-height:48px;border-radius:var(--radius-md);border-color:color-mix(in srgb,var(--color-accent) 88%,#000);background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent) 92%,#fff),var(--color-accent));box-shadow:var(--shadow-xs),0 10px 22px color-mix(in srgb,var(--color-accent) 18%,transparent);font-weight:800;padding-inline:1.25rem;transition:transform .16s var(--ease-premium),box-shadow .16s var(--ease-premium),filter .16s var(--ease-premium)}.button:hover,.button:focus-visible,.shopify-payment-button__button:hover,.shopify-payment-button__button:focus-visible{filter:brightness(1.02);transform:translateY(-1px);box-shadow:var(--shadow-sm),0 14px 28px color-mix(in srgb,var(--color-accent) 22%,transparent)}.button:active,.shopify-payment-button__button:active{transform:translateY(0)}.button--secondary{border-color:var(--color-border);background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--color-background) 76%,#fff));color:var(--color-text);box-shadow:var(--shadow-xs)}.button--small{min-height:40px;border-radius:var(--radius-sm)}.input,.select,textarea.input{min-height:48px;border-radius:var(--radius-md);background:#fff;box-shadow:inset 0 1px #ffffffb8,var(--shadow-xs);transition:border-color .16s var(--ease-premium),box-shadow .16s var(--ease-premium),background .16s var(--ease-premium)}.input:focus,.select:focus,textarea.input:focus{border-color:color-mix(in srgb,var(--color-accent) 55%,var(--color-border));box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent) 10%,transparent),var(--shadow-xs);outline:0}.site-header{border-bottom-color:color-mix(in srgb,var(--color-border) 74%,transparent);background:color-mix(in srgb,#fff 86%,transparent);box-shadow:0 1px #1418160a}.site-header--sticky{box-shadow:0 10px 28px #14181612}.site-header__inner{min-height:76px}.site-header__brand{letter-spacing:0}.site-nav__link{position:relative;color:color-mix(in srgb,var(--color-text) 68%,var(--color-muted));font-size:.92rem;font-weight:800;padding-block:.45rem}.site-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:.1rem;height:2px;border-radius:999px;background:var(--color-accent);transform:scaleX(0);transform-origin:center;transition:transform .16s var(--ease-premium)}.site-nav__link:hover:after,.site-nav__link[aria-current=page]:after{transform:scaleX(1)}.icon-button,.cart-link,.mobile-menu>summary{border:1px solid color-mix(in srgb,var(--color-border) 88%,#fff);border-radius:999px;background:color-mix(in srgb,#fff 92%,var(--color-background));box-shadow:var(--shadow-xs);transition:transform .16s var(--ease-premium),box-shadow .16s var(--ease-premium),border-color .16s var(--ease-premium)}.icon-button:hover,.cart-link:hover,.mobile-menu>summary:hover{border-color:color-mix(in srgb,var(--color-accent) 32%,var(--color-border));transform:translateY(-1px);box-shadow:var(--shadow-sm)}.cart-link__count{background:#b45f28;box-shadow:0 4px 12px #b45f2842}.announcement{border-bottom:0;background:linear-gradient(90deg,#111614,#1e2a26 48%,#111614);color:#fff;font-weight:800}.mega-menu__inner,.search-drawer__panel,.mobile-nav{border-color:color-mix(in srgb,var(--color-border) 78%,#fff);background:color-mix(in srgb,#fff 92%,transparent);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mega-menu__promo{border:1px solid var(--color-border);background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent) 7%,#fff),#fff)}.search-drawer__overlay,.quick-view__overlay,.cart-drawer__overlay,.image-zoom__overlay{background:#1418166b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hero{min-height:620px;border-bottom:1px solid var(--color-border);background:#141816}.hero__overlay{background:linear-gradient(90deg,#080c0abd,#080c0a57 52%,#080c0a14),linear-gradient(0deg,rgba(8,12,10,.26),transparent 42%)}.hero__content{padding-block:6rem 5rem}.hero__eyebrow,.section-kicker{letter-spacing:.08em}.hero__eyebrow{color:#d7b56d}.hero h1{max-width:11ch;font-size:5.5rem}.hero__copy{color:#ffffffd1;font-size:1.08rem}.section-heading{margin-bottom:2rem}.section-heading h1,.section-heading h2,.page-title,.image-with-text__content h2,.rich-text h1,.rich-text h2,.product-info h1{color:var(--color-text);letter-spacing:0}.section-heading p,.image-with-text__content .rte,.product-description,.rte{color:var(--color-muted)}.product-grid{gap:1.35rem}.product-card{position:relative;gap:0;border:1px solid color-mix(in srgb,var(--color-border) 82%,#fff);border-radius:var(--radius-md);background:color-mix(in srgb,#fff 94%,var(--color-background));box-shadow:var(--shadow-xs);overflow:hidden;transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium),border-color .18s var(--ease-premium)}.product-card:hover{border-color:color-mix(in srgb,var(--color-accent) 22%,var(--color-border));transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-card__media{border:0;border-radius:0;background:linear-gradient(180deg,color-mix(in srgb,var(--color-background) 72%,#fff),#fff)}.product-card__info{gap:.45rem;padding:.95rem}.product-card__title{font-size:.98rem;font-weight:850}.product-card__title a:hover{color:var(--color-accent)}.product-card__vendor{font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.price{color:var(--color-text);font-weight:850}.compare-price,.unit-price{color:var(--color-muted);font-weight:600}.badge{box-shadow:var(--shadow-xs)}.product-card__actions{gap:.6rem}.product-card__actions .button{width:100%;min-height:42px}.product-card__swatch,.variant-pill{box-shadow:var(--shadow-xs)}.collection-card,.article-card,.page-card,.multicolumn-card,.testimonial,.promise-card,.trust-badge,.product-accordion,.video-banner__content,.cart-summary--sticky,.collection-filters{border-color:color-mix(in srgb,var(--color-border) 82%,#fff);border-radius:var(--radius-md);background:color-mix(in srgb,#fff 94%,var(--color-background));box-shadow:var(--shadow-xs)}.collection-card,.multicolumn-card,.testimonial{transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium),border-color .18s var(--ease-premium)}.collection-card:hover,.multicolumn-card:hover,.testimonial:hover{border-color:color-mix(in srgb,var(--color-accent) 20%,var(--color-border));transform:translateY(-2px);box-shadow:var(--shadow-sm)}.collection-card__media,.image-with-text__media,.video-banner__media,.before-after,.social-grid__item,.article__image{border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.product{gap:4rem}.product-info{gap:1.35rem;border:1px solid color-mix(in srgb,var(--color-border) 78%,#fff);border-radius:var(--radius-md);background:color-mix(in srgb,#fff 92%,transparent);box-shadow:var(--shadow-sm);padding:1.35rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-info h1{font-size:2.45rem}.stock-note{background:color-mix(in srgb,#b45f28 12%,#fff);color:#7c3b18}.variant-pill:hover{border-color:color-mix(in srgb,var(--color-accent) 35%,var(--color-border));box-shadow:var(--shadow-sm)}.product-form__submit{min-height:56px}.trust-badge{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--color-background) 64%,#fff))}.trust-badge__icon{width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 10%,#fff)}.product-accordion summary{list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";float:right;color:var(--color-muted)}.product-accordion[open] summary:after{content:"-"}.sticky-atc{background:color-mix(in srgb,#fff 88%,transparent);box-shadow:0 -16px 36px #14181614}.cart-drawer__panel{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--color-background) 82%,#fff));box-shadow:var(--shadow-lg)}.cart-drawer__header,.cart-drawer__footer{background:color-mix(in srgb,#fff 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cart-drawer__body{padding:1.15rem}.cart-drawer-item{border:1px solid color-mix(in srgb,var(--color-border) 82%,#fff);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-xs);padding:.65rem}.cart-drawer-item__media{border-radius:var(--radius-sm)}.free-shipping{border:1px solid color-mix(in srgb,var(--color-border) 82%,#fff);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-accent) 5%,#fff);margin:1rem;padding:.9rem}.free-shipping__track{height:9px;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-border))}.free-shipping__track span{background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent) 82%,#fff),var(--color-accent))}.cart-summary--sticky{box-shadow:var(--shadow-sm);padding:1.15rem}.cart-item{border-bottom-color:color-mix(in srgb,var(--color-border) 72%,transparent)}.collection-shell{gap:1.75rem}.collection-filters{box-shadow:var(--shadow-sm)}.filter-chip,.view-switch{background:#fff;box-shadow:var(--shadow-xs)}.logo-list__item{border-color:color-mix(in srgb,var(--color-border) 82%,#fff);background:color-mix(in srgb,#fff 92%,var(--color-background));box-shadow:var(--shadow-xs)}.newsletter-panel,.countdown-banner,.whatsapp-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#141816,#24342f 60%,#145c52);box-shadow:var(--shadow-md)}.newsletter-panel:before,.countdown-banner:before,.whatsapp-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 12%,rgba(255,255,255,.16),transparent 16rem);pointer-events:none}.newsletter-panel>*,.countdown-banner>*,.whatsapp-cta>*{position:relative}.comparison-table,.quick-view__panel,.image-zoom__panel{box-shadow:var(--shadow-lg)}.quick-view__panel{background:color-mix(in srgb,#fff 94%,var(--color-background))}.quick-view__media{box-shadow:var(--shadow-xs)}.pagination a,.pagination span{background:#fff;box-shadow:var(--shadow-xs)}.pagination a:hover{border-color:color-mix(in srgb,var(--color-accent) 30%,var(--color-border));box-shadow:var(--shadow-sm)}.site-footer{background:linear-gradient(180deg,#141816,#0f1311)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:989px){.page-width{width:min(100% - 28px,var(--page-width))}.section{padding-block:calc(var(--section-spacing) * .72)}.site-header__inner{min-height:68px}.product{gap:1.5rem}.product-info{border:0;box-shadow:none;padding:0;background:transparent}.cart-page-form{gap:1.25rem}}@media(max-width:640px){.page-width{width:min(100% - 24px,var(--page-width))}.hero,.hero--small,.hero--large{min-height:560px}.hero__content{padding-block:4rem 3.5rem}.hero h1{font-size:3.1rem}.hero__copy{font-size:1rem}.section-heading{gap:.8rem;margin-bottom:1.25rem}.product-grid{gap:.85rem}.product-card__info{padding:.75rem}.product-card__actions{gap:.45rem}.product-card__actions .button{min-height:40px;font-size:.82rem}.trust-badge{padding:.65rem}.cart-drawer__body,.cart-drawer__header,.cart-drawer__footer{padding-inline:.85rem}.free-shipping{margin:.85rem}.newsletter-panel,.countdown-banner,.whatsapp-cta{padding:1.1rem}}:root{--radius-xs: 14px;--radius-sm: 16px;--radius-md: 20px;--radius-lg: 24px;--shadow-xs: 5px 5px 14px rgba(20, 24, 22, .045), -5px -5px 14px rgba(255, 255, 255, .9);--shadow-sm: 10px 10px 24px rgba(20, 24, 22, .06), -8px -8px 20px rgba(255, 255, 255, .92);--shadow-md: 16px 18px 42px rgba(20, 24, 22, .085), -10px -10px 28px rgba(255, 255, 255, .9);--shadow-lg: 24px 28px 70px rgba(20, 24, 22, .12), -14px -14px 34px rgba(255, 255, 255, .88);--shadow-inset: inset 2px 2px 6px rgba(20, 24, 22, .045), inset -2px -2px 6px rgba(255, 255, 255, .92);--premium-border: color-mix(in srgb, var(--color-border) 68%, #fff);--premium-card: color-mix(in srgb, #fff 96%, var(--color-background))}body{background:radial-gradient(circle at 10% 0%,color-mix(in srgb,var(--color-accent) 5%,transparent),transparent 30rem),linear-gradient(180deg,#fff 0%,#fbfcfb 26rem,var(--color-background) 100%)}.section{padding-block:calc(var(--section-spacing) * .98)}.button,.shopify-payment-button__button{border-radius:var(--radius-sm);box-shadow:7px 7px 18px color-mix(in srgb,var(--color-accent) 18%,transparent),-5px -5px 14px #ffffffc7;transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium),border-color .18s var(--ease-premium),background .18s var(--ease-premium)}.button:hover,.button:focus-visible,.shopify-payment-button__button:hover,.shopify-payment-button__button:focus-visible{transform:translateY(-2px);box-shadow:10px 12px 24px color-mix(in srgb,var(--color-accent) 20%,transparent),-7px -7px 18px #ffffffd6}.button--secondary{border-color:var(--premium-border);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 72%,#fff));box-shadow:var(--shadow-xs)}.button--secondary:hover,.button--secondary:focus-visible{box-shadow:var(--shadow-sm)}.input,.select,textarea.input{border-color:var(--premium-border);border-radius:var(--radius-sm);background:#fff;box-shadow:var(--shadow-inset),0 1px #ffffffbf}.input:focus,.select:focus,textarea.input:focus{box-shadow:var(--shadow-inset),0 0 0 4px color-mix(in srgb,var(--color-accent) 9%,transparent)}.site-header{background:color-mix(in srgb,#fff 90%,transparent);box-shadow:0 1px #1418160a,0 12px 30px #1418160b}.icon-button,.cart-link,.mobile-menu>summary,.view-switch,.filter-chip,.pagination a,.pagination span{border-color:var(--premium-border);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 80%,#fff));box-shadow:var(--shadow-xs)}.icon-button:hover,.cart-link:hover,.mobile-menu>summary:hover,.view-switch .icon-button:hover,.pagination a:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.mega-menu__inner,.search-drawer__panel,.mobile-nav,.quick-view__panel,.cart-drawer__panel,.image-zoom__panel{border-color:var(--premium-border);border-radius:var(--radius-lg);background:color-mix(in srgb,#fff 94%,transparent);box-shadow:var(--shadow-lg)}.mega-menu__promo,.search-drawer__suggestions span,.search-drawer__suggestions a{border-color:var(--premium-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.hero{border-bottom:0}.hero__content{padding-block:6.4rem 5.4rem}.section-heading{margin-bottom:2.25rem}.section-heading h1,.section-heading h2,.page-title{line-height:1.04}.product-grid,.collection-list,.search-results,.multicolumn,.testimonials{gap:1.55rem}.product-card,.collection-card,.article-card,.page-card,.multicolumn-card,.testimonial,.promise-card,.trust-badge,.product-accordion,.video-banner__content,.cart-summary--sticky,.collection-filters,.logo-list__item,.comparison-table,.newsletter-panel,.countdown-banner,.whatsapp-cta{border:1px solid var(--premium-border);border-radius:var(--radius-md);background:var(--premium-card);box-shadow:var(--shadow-xs)}.product-card{border-radius:var(--product-card-radius);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 70%,#fff));box-shadow:var(--shadow-sm)}.product-card:hover,.collection-card:hover,.multicolumn-card:hover,.testimonial:hover{border-color:color-mix(in srgb,var(--color-accent) 18%,var(--premium-border));transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__media{background:linear-gradient(145deg,color-mix(in srgb,var(--color-background) 80%,#fff),#fff)}.product-card__image,.product-card__placeholder{transition:transform .22s var(--ease-premium),filter .22s var(--ease-premium)}.product-card:hover .product-card__image{transform:scale(1.025);filter:saturate(1.02)}.product-card__info{padding:1.05rem}.product-card__swatch,.variant-pill,.badge{border-color:var(--premium-border);box-shadow:var(--shadow-xs)}.collection-card,.multicolumn-card,.testimonial{padding:1.1rem}.collection-card__media,.image-with-text__media,.video-banner__media,.before-after,.social-grid__item,.article__image,.multicolumn-card__image,.quick-view__media,.cart-drawer-item__media{border-radius:var(--radius-sm);box-shadow:var(--shadow-xs)}.image-with-text,.video-banner,.product{gap:clamp(2rem,5vw,4.5rem)}.product-info{border-color:var(--premium-border);border-radius:var(--radius-lg);background:color-mix(in srgb,#fff 94%,transparent);box-shadow:var(--shadow-md);padding:1.55rem}.product-promises{gap:.9rem}.promise-card{padding:1rem}.trust-badges{gap:.85rem}.trust-badge{padding:.9rem;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 76%,#fff))}.trust-badge__icon{box-shadow:var(--shadow-inset)}.product-accordion{padding-inline:1.1rem}.sticky-atc{background:color-mix(in srgb,#fff 90%,transparent);box-shadow:0 -1px #1418160a,-10px -10px 28px #ffffffc7,0 -16px 34px #14181612}.cart-drawer__panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.cart-drawer__header,.cart-drawer__footer{background:color-mix(in srgb,#fff 92%,transparent)}.cart-drawer-item{border-color:var(--premium-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-xs);padding:.8rem;transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium)}.cart-drawer-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.free-shipping{border-color:var(--premium-border);border-radius:var(--radius-md);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-accent) 6%,#fff));box-shadow:var(--shadow-xs)}.free-shipping__track{box-shadow:var(--shadow-inset)}.cart-summary--sticky{padding:1.25rem;box-shadow:var(--shadow-md)}.collection-filters{border-radius:var(--radius-lg);padding:1.15rem}.filter-group{padding-top:1rem}.social-grid__item{transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium)}.social-grid__item:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.newsletter-panel,.countdown-banner,.whatsapp-cta{border-color:color-mix(in srgb,#fff 18%,transparent);box-shadow:var(--shadow-md)}.comparison-table__row>div{padding:1.1rem}@media(max-width:989px){.product-info{border:1px solid var(--premium-border);border-radius:var(--radius-lg);background:var(--premium-card);box-shadow:var(--shadow-xs);padding:1.15rem}.collection-filters{border-radius:0 var(--radius-lg) var(--radius-lg) 0;box-shadow:var(--shadow-lg)}}@media(max-width:640px){:root{--radius-md: 18px;--radius-lg: 22px}.section{padding-block:calc(var(--section-spacing) * .74)}.product-grid,.collection-list,.search-results,.multicolumn,.testimonials{gap:1rem}.product-card{box-shadow:var(--shadow-xs)}.product-card:hover{transform:translateY(-2px)}.cart-drawer__panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0}}.announcement__marquee{justify-content:center;width:100%;animation:none}.announcement__marquee span{padding-inline:1rem}.announcement__marquee span:not(:first-child){display:none}.collection-page.section{padding-block-start:4rem}.collection-heading{margin-bottom:1.5rem}.collection-shell{grid-template-columns:250px minmax(0,1fr);gap:1.35rem}.collection-filters{border-radius:18px;padding:1rem;box-shadow:0 10px 28px #1418160e}.collection-filters__header h2{font-size:.98rem}.filter-form{gap:.85rem}.filter-group{gap:.55rem;padding-top:.8rem}.filter-group summary{font-size:.94rem}.filter-check{font-size:.9rem}.price-range{gap:.5rem}.collection-page .input,.collection-page .select{min-height:42px;border-radius:14px;font-size:.92rem}.collection-page .button{min-height:44px;border-radius:14px}.collection-results .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.collection-results .product-card{border-radius:18px;box-shadow:0 10px 28px #1418160e}.collection-results .product-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #14181614}.collection-results .product-card__media{aspect-ratio:1 / 1.02;display:grid;place-items:center;padding:1rem 1rem .85rem;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--color-background) 80%,#fff))}.collection-results .product-card__image,.collection-results .product-card__placeholder{width:100%;height:100%;object-fit:contain}.product-card__no-image{display:grid;width:100%;height:100%;place-items:center;border:1px dashed color-mix(in srgb,var(--color-border) 72%,#fff);border-radius:14px;color:color-mix(in srgb,var(--color-muted) 78%,#fff);font-size:.8rem;font-weight:800;text-align:center}.collection-results .product-card__info{gap:.42rem;padding:.9rem .9rem 1rem}.collection-results .product-card__title{display:-webkit-box;min-height:3.6em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--color-text);font-size:.92rem;font-weight:760;line-height:1.3}.collection-results .price{font-size:.9rem;font-weight:820}.collection-results .compare-price{font-size:.84rem}.collection-results .product-card__swatches{gap:.32rem;min-height:22px}.collection-results .product-card__swatch{min-width:0;min-height:22px;border-radius:999px;font-size:.72rem;padding-inline:.5rem}.collection-results .product-card__swatch--more{color:var(--color-text);font-weight:800}.collection-results .product-card__actions{grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.35rem}.collection-results .product-card__actions .button,.collection-results .quick-view summary{min-height:38px;border-radius:13px;font-size:.82rem;line-height:1;padding-inline:.55rem;white-space:nowrap}.collection-results .badge{border-radius:999px;font-size:.68rem;padding:.38rem .52rem}.collection-results .product-card__badges{left:.7rem;top:.7rem}.view-switch{border-radius:999px;padding:.2rem}.view-switch .icon-button{min-width:38px;min-height:38px}@media(max-width:1180px){.collection-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:989px){.collection-page.section{padding-block-start:2.25rem}.collection-shell{grid-template-columns:1fr}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.collection-results .product-grid{gap:.75rem}.collection-results .product-card{border-radius:16px}.collection-results .product-card__media{padding:.8rem}.collection-results .product-card__info{padding:.75rem}.collection-results .product-card__title{min-height:3.25em;font-size:.86rem;-webkit-line-clamp:3}.collection-results .product-card__actions{grid-template-columns:1fr}.collection-results .product-card__actions .button,.collection-results .quick-view summary{width:100%}}.template-product .section.product-section{padding-block-start:3rem}.template-product .product{grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:clamp(2rem,4vw,3.25rem)}.template-product .product-info{align-self:start;gap:1rem;border-radius:22px;padding:1.35rem;box-shadow:0 14px 36px #14181613}.template-product .product-info h1{max-width:100%;font-size:clamp(1.55rem,2vw,1.85rem);line-height:1.14}.template-product .product-card__vendor{color:color-mix(in srgb,var(--color-accent) 72%,var(--color-muted))}.template-product .product-info .price{display:flex;flex-wrap:wrap;gap:.35rem .6rem;align-items:baseline;font-size:1rem}.template-product .product-description{max-height:6.8rem;overflow:auto;padding-right:.35rem;font-size:.94rem}.template-product .product-form{gap:.68rem;padding-block:0}.buy-box{display:grid;gap:.5rem}.template-product .variant-picker{gap:.8rem}.template-product .variant-picker__group--select{gap:.45rem}.template-product .variant-picker__group--select label,.template-product .quantity-field label{color:var(--color-muted);font-size:.86rem;font-weight:850}.template-product .variant-picker .select,.template-product .quantity-field .input{min-height:46px;border-radius:14px;font-size:.95rem}.template-product .product-form__row{grid-template-columns:110px minmax(0,1fr);gap:.65rem}.template-product .product-form__submit{min-height:50px;border-radius:14px}.template-product .shopify-payment-button__button{min-height:48px;border-radius:14px}.template-product .product-promises{gap:.65rem}.template-product .promise-card,.template-product .trust-badge,.template-product .product-accordion{border-radius:16px;box-shadow:0 8px 22px #1418160b}.template-product .trust-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.template-product .trust-badge{font-size:.84rem;padding:.68rem}.template-product .trust-badge__icon{width:28px;height:28px}.template-product .product-accordion{padding-inline:.9rem}.template-product .product-accordion summary{padding-block:.65rem;font-size:.92rem}.template-product .sticky-atc{transform:translateY(120%)}.template-product .sticky-atc__inner{min-height:68px}@media(max-width:989px){.template-product .product{grid-template-columns:1fr}.template-product .product-info{padding:1rem}}@media(max-width:640px){.template-product .section.product-section{padding-block-start:1.5rem}.template-product .product-info h1{font-size:1.72rem}.template-product .product-form__row,.template-product .product-promises,.template-product .trust-badges{grid-template-columns:1fr}}.product-grid--compact{gap:clamp(.9rem,1.8vw,1.2rem)}.product-grid--compact .product-card{border-radius:18px;box-shadow:0 10px 28px #1418160e}.product-grid--compact .product-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #14181614}.product-grid--compact .product-card__media{aspect-ratio:1 / 1.02;display:grid;place-items:center;padding:1rem;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--color-background) 80%,#fff))}.product-grid--compact .product-card__image,.product-grid--compact .product-card__placeholder{width:100%;height:100%;object-fit:contain}.product-grid--compact .product-card__info{gap:.42rem;padding:.9rem .9rem 1rem}.product-grid--compact .product-card__title{display:-webkit-box;min-height:3.35em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--color-text);font-size:.92rem;font-weight:760;line-height:1.3}.product-grid--compact .product-card__swatches{gap:.32rem;min-height:22px}.product-grid--compact .product-card__swatch{min-height:22px;font-size:.72rem;padding-inline:.5rem}.product-grid--compact .product-card__actions{grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.35rem}.product-grid--compact .product-card__actions .button,.product-grid--compact .quick-view summary{min-height:38px;border-radius:13px;font-size:.82rem;line-height:1;padding-inline:.55rem;white-space:nowrap}.template-index .hero{min-height:clamp(500px,58vh,560px)}.template-index .hero__content{padding-block:clamp(4rem,7vw,5.2rem) clamp(3.4rem,6vw,4.6rem)}.cart-empty-state{display:grid;justify-items:start;gap:1.15rem;width:min(560px,100%);border:1px solid var(--premium-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 76%,#fff));box-shadow:var(--shadow-sm);padding:clamp(1.25rem,4vw,2rem)}.cart-empty-state p{margin:0;color:var(--color-muted);font-weight:700}@media(max-width:640px){.template-index .hero,.template-index .hero--small,.template-index .hero--large{min-height:470px}.template-index .hero__content{padding-block:3.2rem 2.8rem}.collection-results .product-card__title,.product-grid--compact .product-card__title{min-height:2.6em;-webkit-line-clamp:2}.collection-results .product-card__actions,.product-grid--compact .product-card__actions{grid-template-columns:1fr 1fr;gap:.45rem}.collection-results .product-card__actions .button,.collection-results .quick-view summary,.product-grid--compact .product-card__actions .button,.product-grid--compact .quick-view summary{min-height:36px;border-radius:12px;font-size:.78rem;padding-inline:.4rem}.product-grid--compact .product-card__media{padding:.8rem}.product-grid--compact .product-card__info{padding:.75rem}.template-product .product-info{gap:.78rem;padding:.95rem}.template-product .product-info h1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:1.42rem;line-height:1.12}.template-product .product-form{gap:.62rem}.template-product .product-form__row{grid-template-columns:92px minmax(0,1fr);align-items:end}.template-product .variant-picker .select,.template-product .quantity-field .input{min-height:44px}.template-product .product-form__submit,.template-product .shopify-payment-button__button{min-height:46px}.cart-empty-state{justify-items:stretch}}.review-summary{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:.5rem;border:1px solid var(--premium-border);border-radius:999px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 78%,#fff));box-shadow:0 6px 16px #1418160b;padding:.42rem .7rem}.review-summary span{width:.6rem;height:.6rem;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--color-accent) 12%,transparent)}.review-summary p{margin:0;color:var(--color-muted);font-size:.84rem;font-weight:850}.offer-alert,.high-cta,.delivery-checker,.product-cta-card,.bundle-offer,.free-shipping--product{border:1px solid var(--premium-border);border-radius:18px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 76%,#fff));box-shadow:0 10px 28px #1418160e}.offer-alert{padding:.78rem .9rem;color:color-mix(in srgb,var(--color-accent) 72%,var(--color-text));font-size:.9rem}.high-cta{display:grid;gap:.85rem;padding:1rem}.high-cta__heading,.bundle-offer__header{display:flex;justify-content:space-between;gap:.9rem;align-items:start}.high-cta__heading span,.bundle-offer__header span,.product-cta-card span{color:var(--color-muted);font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.high-cta__heading strong,.bundle-offer__header strong,.product-cta-card strong{color:var(--color-text);font-size:1rem}.high-cta__price-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:center}.high-cta__price-row span:first-child{color:var(--color-muted);font-weight:800;text-decoration:line-through}.high-cta__price-row span:last-child{border-radius:999px;background:color-mix(in srgb,var(--color-accent) 10%,#fff);color:var(--color-accent);font-size:.95rem;font-weight:900;padding:.48rem .68rem}.high-cta p,.delivery-checker span,.delivery-checker__result,.product-cta-card p,.bundle-offer__tiers{margin:0;color:var(--color-muted);font-size:.88rem}.high-cta__actions,.delivery-checker__form{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.delivery-checker{display:grid;gap:.8rem;padding:1rem}.delivery-checker>div:first-child{display:grid;gap:.2rem}.delivery-checker strong{color:var(--color-text)}.delivery-checker__form .input,.delivery-checker__form .button{min-height:42px;border-radius:14px}.delivery-checker__result{border-radius:14px;background:color-mix(in srgb,var(--color-accent) 8%,#fff);color:color-mix(in srgb,var(--color-accent) 72%,var(--color-text));font-weight:800;padding:.7rem}.delivery-checker__result.is-error{background:color-mix(in srgb,var(--color-sale) 8%,var(--color-surface));color:var(--color-sale)}.product-cta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-cta-card{display:grid;gap:.35rem;min-height:100%;padding:.9rem;text-decoration:none}.product-cta-card--highlight{background:linear-gradient(145deg,color-mix(in srgb,var(--color-accent) 9%,#fff),#fff 74%)}.product-cta-card--link{transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium)}.product-cta-card--link:hover{transform:translateY(-2px);box-shadow:0 14px 30px #14181613}.free-shipping--product{border-bottom:1px solid var(--premium-border);padding:.9rem}.bundle-offer{display:grid;gap:.85rem;padding:1rem}.bundle-offer__tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.bundle-offer__tiers span{border:1px solid var(--premium-border);border-radius:14px;background:#fff;box-shadow:0 6px 16px #1418160a;color:var(--color-text);font-weight:750;padding:.65rem}.sticky-atc__form{display:flex;align-items:center;gap:.6rem}.sticky-variant-picker{display:grid;min-width:160px;gap:.18rem}.sticky-variant-picker label{color:var(--color-muted);font-size:.68rem;font-weight:850;letter-spacing:.06em;line-height:1;text-transform:uppercase}.sticky-variant-picker__select{min-height:42px;border-radius:12px;font-size:.84rem;font-weight:750;padding-block:.5rem}.sticky-atc__form .button{min-height:46px;white-space:nowrap}.sticky-atc__deal{display:block;color:var(--color-accent);font-size:.9rem;font-weight:850}@media(max-width:640px){.review-summary{padding:.36rem .62rem}.review-summary p,.offer-alert{font-size:.78rem}.high-cta,.delivery-checker,.bundle-offer{padding:.85rem}.high-cta__heading,.bundle-offer__header,.high-cta__price-row,.high-cta__actions,.delivery-checker__form,.product-cta-grid,.bundle-offer__tiers{grid-template-columns:1fr}.high-cta__heading,.bundle-offer__header{display:grid}.product-cta-card{padding:.78rem}.sticky-atc__form{display:grid;grid-template-columns:1fr 1fr}}:root{--ci-ink: #171717;--ci-charcoal: #2f3437;--ci-paper: #ffffff;--ci-soft: #f5f6f7;--ci-mist: #e9edf0;--ci-coral: #e85d4f;--ci-teal: #117c78;--ci-gold: #c89b3c}.button{border-radius:12px}.button:not(.button--secondary){background:var(--ci-ink);color:#fff}.button:not(.button--secondary):hover,.button:not(.button--secondary):focus-visible{background:var(--ci-charcoal)}.ci-hero{background:radial-gradient(circle at 80% 12%,rgba(232,93,79,.12),transparent 22rem),linear-gradient(145deg,#fff,var(--ci-soft))}.ci-hero__inner,.ci-live-preview,.ci-corporate{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:clamp(2rem,5vw,5rem);align-items:center}.ci-hero__copy h1,.ci-live-preview h2,.ci-corporate h2,.ci-final-cta h2{margin:0;color:var(--ci-ink);font-family:Instrument Sans,Arial,sans-serif;font-size:clamp(2rem,5vw,4rem);line-height:.98}.ci-hero__copy .rte,.ci-live-preview p,.ci-corporate p,.ci-final-cta p{color:var(--color-muted);font-size:1.04rem}.ci-hero__actions,.ci-final-cta__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.ci-hero__mockups{position:relative;display:grid;min-height:520px;place-items:center}.ci-mockup{position:relative;border:1px solid rgba(23,23,23,.08);background:#fff;box-shadow:0 24px 70px #1717171f;overflow:hidden}.ci-mockup--phone{display:grid;width:min(260px,64vw);aspect-ratio:9 / 16;place-items:center;border-radius:34px;background:linear-gradient(160deg,rgba(17,124,120,.14),transparent),#fff;font-weight:950;letter-spacing:.1em}.ci-mockup__image,.ci-mockup__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.ci-mockup__video{background:#fff}.ci-mockup__label,.ci-mockup__caption{position:relative;z-index:2}.ci-mockup__label{display:inline-flex;max-width:80%;align-items:center;justify-content:center;border-radius:999px;color:var(--ci-ink);text-align:center;text-shadow:0 1px 18px rgba(255,255,255,.86)}.ci-mockup--mug,.ci-mockup--card{position:absolute;display:grid;place-items:center;border-radius:22px;padding:1rem}.ci-mockup--mug.has-media,.ci-mockup--card.has-media{background:linear-gradient(145deg,#fffffff5,#f8fafcf0),#fff}.ci-mockup--mug .ci-mockup__image,.ci-mockup--card .ci-mockup__image{top:.55rem;right:.55rem;bottom:.55rem;left:.55rem;width:calc(100% - 1.1rem);height:calc(100% - 1.1rem);object-fit:contain;object-position:center}.ci-mockup--mug{left:4%;bottom:9%;width:var(--ci-left-card-width, 190px);aspect-ratio:var(--ci-side-image-ratio, 4 / 3);color:var(--ci-coral);font-weight:850}.ci-mockup--mug .ci-mockup__caption{display:inline-flex;max-width:88%;align-items:center;justify-content:center;border-radius:999px;padding:0;text-align:center}.ci-mockup--mug.has-media .ci-mockup__caption{background:color-mix(in srgb,#fff 86%,transparent);box-shadow:0 10px 30px #17171714;padding:.42rem .72rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ci-mockup--card{right:2%;top:10%;width:var(--ci-right-card-width, 220px);aspect-ratio:var(--ci-side-image-ratio, 2.45 / 1);align-content:center;gap:.3rem}.ci-mockup--card .ci-mockup__caption{display:grid;gap:.28rem;max-width:94%;border-radius:18px;padding:0;text-align:center}.ci-mockup--card.has-media .ci-mockup__caption{background:color-mix(in srgb,#fff 88%,transparent);box-shadow:0 14px 36px #17171714;padding:.74rem .9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ci-mockup--card .ci-mockup__caption strong{color:var(--ci-ink);font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.12}.ci-mockup--card .ci-mockup__caption span{color:var(--ci-ink);font-size:.95rem;line-height:1.28}.ci-motion-float{animation:ciFloat var(--ci-motion-speed, 8s) ease-in-out infinite}.ci-motion-drift{animation:ciDrift var(--ci-motion-speed, 8s) ease-in-out infinite}.ci-motion-pulse{animation:ciPulse var(--ci-motion-speed, 8s) ease-in-out infinite}.ci-motion-none{animation:none}@keyframes ciFloat{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-12px,0) rotate(-1deg)}}@keyframes ciDrift{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(12px,-8px,0) rotate(1.2deg)}}@keyframes ciPulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@media(prefers-reduced-motion:reduce){.ci-motion-float,.ci-motion-drift,.ci-motion-pulse{animation:none}}.ci-category-grid,.ci-template-grid,.ci-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ci-category-card,.ci-template-card,.ci-step,.ci-corporate__list>div,.collection-discovery,.customization-summary{border:1px solid var(--premium-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px #1418160e}.ci-category-card,.ci-template-card{display:grid;gap:.8rem;color:var(--ci-ink);padding:1rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.ci-category-card:hover,.ci-template-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #14181614}.ci-category-card__visual{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;background:color-mix(in srgb,var(--ci-coral) 12%,#fff);color:var(--ci-coral);font-weight:950}.ci-category-card h3,.ci-template-card h3,.ci-step h3{margin:0}.ci-category-card p,.ci-template-card p,.ci-step p{margin:0;color:var(--color-muted)}.ci-category-card>span:last-child,.ci-template-card>span:first-child{color:var(--ci-teal);font-size:.84rem;font-weight:900}.ci-step{display:grid;gap:.55rem;padding:1rem}.ci-step>span{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--ci-ink);color:#fff;font-weight:900}.ci-live-preview,.ci-corporate,.ci-final-cta__inner{border:1px solid var(--premium-border);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm);padding:clamp(1.25rem,4vw,2rem)}.ci-live-preview__copy{display:grid;gap:.9rem}.ci-live-preview__copy label{font-size:.86rem;font-weight:850}.ci-live-preview__mockup{display:grid;min-height:320px;place-items:center}.ci-preview-object{display:grid;width:min(260px,72vw);aspect-ratio:9 / 16;place-items:center;border-radius:32px;background:linear-gradient(145deg,#fff,var(--ci-mist));box-shadow:0 24px 60px #1717171f;color:var(--ci-teal);font-size:2rem;font-weight:950;letter-spacing:.08em}.ci-corporate{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem;border-radius:1.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 6%,var(--color-surface)),var(--color-surface));border:1px solid var(--color-border)}.ci-corporate--right{direction:rtl}.ci-corporate--right>*{direction:ltr}.ci-corporate__kicker{margin-bottom:.75rem}.ci-corporate__heading{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15}.ci-corporate__text{color:var(--color-muted);font-size:1rem;line-height:1.65;margin:0 0 1.75rem}.ci-corporate__btn{display:inline-flex;align-items:center;gap:.5rem}.ci-corporate__features{display:flex;flex-direction:column;gap:.75rem}.ci-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:.875rem;background:var(--color-surface);border:1px solid var(--color-border);transition:box-shadow .2s ease,transform .2s ease}.ci-feature-item:hover{box-shadow:0 4px 16px #00000012;transform:translateY(-1px)}.ci-feature-item__icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.1rem}.ci-feature-item__body{display:flex;flex-direction:column;gap:.2rem}.ci-feature-item__heading{font-size:.9375rem;font-weight:700;color:var(--color-text);line-height:1.3}.ci-feature-item__text{font-size:.875rem;color:var(--color-muted);line-height:1.5}@media(max-width:989px){.ci-corporate{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 2rem}.ci-corporate--right{direction:ltr}}@media(max-width:599px){.ci-corporate{padding:1.75rem 1.25rem}}.ci-final-cta__inner{max-width:940px;text-align:center}.ci-final-cta__actions{justify-content:center}.collection-discovery{display:grid;gap:.8rem;margin-bottom:1.25rem;padding:1rem}.collection-discovery>div{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.collection-discovery strong{min-width:110px;color:var(--ci-ink);font-size:.84rem}.collection-discovery a{border:1px solid var(--premium-border);border-radius:999px;background:var(--ci-soft);color:var(--ci-charcoal);font-size:.82rem;font-weight:800;padding:.38rem .62rem;text-decoration:none}.badge--personalize{background:var(--ci-teal);color:#fff}.badge--photo{background:var(--ci-coral);color:#fff}.badge--ship{background:var(--ci-gold);color:var(--ci-ink)}.customization-summary{display:grid;gap:.45rem;margin-top:.65rem;padding:.7rem}.customization-summary strong{font-size:.84rem}.customization-summary dl{display:grid;gap:.35rem;margin:0}.customization-summary dl>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:.45rem}.customization-summary dt,.customization-summary dd{margin:0;font-size:.78rem}.customization-summary dt{color:var(--color-muted);font-weight:800}@media(max-width:989px){.ci-hero__inner,.ci-live-preview,.ci-corporate{grid-template-columns:1fr}.ci-category-grid,.ci-template-grid,.ci-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ci-hero__mockups{min-height:380px}.ci-mockup--mug,.ci-mockup--card{width:150px}.ci-category-grid,.ci-template-grid,.ci-steps{grid-template-columns:1fr}.collection-discovery strong{width:100%}.customization-summary dl>div{grid-template-columns:1fr}}.announcement{position:relative}.announcement__rail{position:relative;display:flex;align-items:center;justify-content:center;min-height:40px;padding-block:.45rem;text-align:center}.announcement--dismissible .announcement__rail{padding-inline:2.4rem}.announcement__slide{display:none;font-size:.84rem;font-weight:700;letter-spacing:.01em}.announcement__slide.is-active{display:block;animation:announcement-fade .5s ease}.announcement__slide a{color:inherit;text-decoration:underline;text-underline-offset:2px}.announcement__close{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:999px;background:transparent;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.75}.announcement__close:hover{opacity:1;background:#ffffff24}@keyframes announcement-fade{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.rating{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem}.rating__stars{letter-spacing:1px;color:#d9d9d9}.rating__star.is-on{color:#f5a623}.rating__value{font-weight:800;color:var(--color-text)}.rating__count{color:var(--color-muted)}.product-card__info .rating{margin-bottom:.05rem}.urgency{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:.2rem 0 .95rem}.urgency__item{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--color-text)}.urgency__item--sold{color:color-mix(in srgb,var(--color-warning) 76%,var(--color-sale))}.urgency__dot{width:9px;height:9px;border-radius:999px;background:var(--color-success);box-shadow:0 0 color-mix(in srgb,var(--color-success) 60%,transparent);animation:urgency-pulse 1.6s infinite}@keyframes urgency-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--color-success) 50%,transparent)}70%{box-shadow:0 0 0 7px color-mix(in srgb,var(--color-success) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--color-success) 0%,transparent)}}.reassurance{display:grid;gap:.6rem;margin:.95rem 0 .2rem;padding:.85rem 1rem;border:1px dashed var(--color-border);border-radius:12px;background:color-mix(in srgb,var(--color-accent) 3%,var(--color-surface))}.reassurance__secure{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;color:var(--color-text)}.reassurance__secure svg{flex:0 0 auto;color:var(--color-accent)}.reassurance__pay{display:flex;flex-wrap:wrap;gap:.4rem}.pay-pill{display:inline-flex;align-items:center;padding:.25rem .55rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-muted);font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.button,.button--secondary{box-shadow:none;background-image:none;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.shopify-payment-button__button{box-shadow:none}.button:not(.button--secondary):not([disabled]){box-shadow:0 4px 14px color-mix(in srgb,var(--color-accent) 15%,transparent)}.button:not(.button--secondary):not([disabled]):hover,.button:not(.button--secondary):not([disabled]):focus-visible{transform:translateY(-1px);filter:brightness(.96);box-shadow:0 9px 22px color-mix(in srgb,var(--color-accent) 24%,transparent)}.button--secondary:not([disabled]):hover,.button--secondary:not([disabled]):focus-visible{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button[disabled]{box-shadow:none;transform:none}.product-form__submit{font-size:1.02rem;letter-spacing:.01em}.input:focus-visible,.select:focus-visible,textarea.input:focus-visible{outline:none}.personalization{border-left:3px solid var(--color-accent)}@media(max-width:749px){.announcement__slide{font-size:.78rem}.urgency{gap:.35rem .8rem}.reassurance__pay{gap:.3rem}}.input,.select,textarea.input{box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,textarea.input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 14%,transparent)}.product-card__no-image,.product-card__media:not(:has(img)){display:grid;place-items:center;min-height:180px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 5%,var(--color-surface)),var(--color-surface));color:var(--color-muted);font-size:.82rem;font-weight:600;letter-spacing:.02em}.product-card__no-image{width:100%;border-radius:inherit}.product-card{transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px)}.product-info{display:flex;flex-direction:column;gap:.62rem}.review-summary{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;width:auto;max-width:100%;margin:0;padding:0;border:0;background:none;box-shadow:none}.review-summary span{width:auto;height:auto;padding:0;border-radius:0;background:none;box-shadow:none}.review-summary .rating__stars{letter-spacing:1px;color:#d9d9d9}.review-summary .rating__star.is-on{color:#f5a623}.review-summary .rating__value{font-weight:800;color:var(--color-text)}.review-summary .rating__count{color:var(--color-muted);font-size:.84rem;font-weight:600}.price-block{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .8rem;margin:0}.price-block .price{font-size:1.5rem;font-weight:800}.savings-badge{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;background:color-mix(in srgb,var(--color-success) 15%,var(--color-surface));color:color-mix(in srgb,var(--color-success) 58%,var(--color-text));font-size:.78rem;font-weight:800;letter-spacing:.01em}.product-benefits{list-style:none;margin:.3rem 0;padding:.95rem 1.1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1.1rem;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface)}.product-benefits li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:var(--color-text)}.product-benefits svg{flex:0 0 auto;color:var(--color-success)}.product-description{color:var(--color-muted)}@media(max-width:749px){.product-benefits{grid-template-columns:1fr}}.product-card__link{display:flex;flex:1 1 auto;flex-direction:column;min-height:100%;color:inherit;text-decoration:none}.product-card__link:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 36%,transparent);outline-offset:4px}.coupon-unlock{max-width:100%;overflow:visible}.coupon-unlock--compact,.prepaid-offer{border:1px solid var(--color-border);border-radius:11px;background:var(--color-surface);box-shadow:none;padding:.6rem .7rem}.coupon-unlock--compact{display:grid;gap:.45rem}.coupon-unlock__row,.prepaid-offer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem}.coupon-unlock__text,.prepaid-offer>div{display:grid;min-width:0;gap:.12rem}.coupon-unlock__text span,.prepaid-offer span:first-child{color:var(--color-muted);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.coupon-unlock__text strong,.prepaid-offer strong{color:var(--color-text);font-size:.98rem;line-height:1.12}.coupon-unlock__text small,.prepaid-offer p{margin:0;color:var(--color-muted);font-size:.8rem;font-weight:700;line-height:1.35}.coupon-unlock__copy{min-height:34px;border-radius:9px;padding-inline:.85rem;font-size:.84rem;white-space:nowrap}.coupon-unlock .high-cta__heading{align-items:center}.coupon-unlock .high-cta__heading>div{min-width:0}.coupon-unlock__code{display:inline-flex;align-items:center;min-height:34px;border:1px dashed color-mix(in srgb,var(--color-accent) 40%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-accent) 7%,#fff);color:var(--color-accent);font-family:inherit;font-size:.82rem;font-weight:900;letter-spacing:.04em;padding:.35rem .72rem}.coupon-unlock__deal{display:flex;align-items:baseline;justify-content:space-between;gap:.9rem;border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--color-accent) 8%,#fff),#fff);padding:.8rem .9rem}.coupon-unlock__deal span{color:var(--color-muted);font-size:.82rem;font-weight:850}.coupon-unlock__deal strong{color:var(--color-text);font-size:1.28rem}.coupon-unlock__meter{height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 11%,var(--color-border));box-shadow:inset 4px 4px 10px #14181614}.coupon-unlock__meter span{display:block;width:var(--coupon-progress, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent),color-mix(in srgb,var(--color-accent) 72%,var(--color-success)));transition:width .22s var(--ease-premium)}.coupon-unlock p strong{color:var(--color-text)}.coupon-unlock__note{font-size:.82rem}.prepaid-offer{background:color-mix(in srgb,var(--color-success) 5%,var(--color-surface))}.prepaid-offer__amount{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;background:color-mix(in srgb,var(--color-success) 14%,var(--color-surface));color:color-mix(in srgb,var(--color-success) 58%,var(--color-text));font-size:.88rem;font-weight:950;padding:.35rem .68rem;white-space:nowrap}.template-product .product,.template-product .product-info{min-width:0;max-width:100%}.template-product .product-info h1,.template-product .price-block,.template-product .savings-badge,.coupon-unlock p,.coupon-unlock strong,.prepaid-offer p,.prepaid-offer strong{min-width:0;max-width:100%;overflow-wrap:anywhere}@media(min-width:990px){.template-product .product{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(2rem,4vw,4.5rem)}.template-product .product-info{position:static}}.collection-results .product-card,.product-grid--compact .product-card{display:flex;flex-direction:column;min-height:0}.collection-results .product-card__media,.product-grid--compact .product-card__media{aspect-ratio:1 / 1.06;flex:0 0 auto;overflow:hidden;padding:clamp(1rem,2.2vw,1.35rem)}.collection-results .product-card__image,.product-grid--compact .product-card__image{width:auto;max-width:82%;height:auto;max-height:90%;object-fit:contain;margin:auto}.collection-results .product-card__info,.product-grid--compact .product-card__info{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.collection-results .product-card__title,.product-grid--compact .product-card__title{min-height:0;-webkit-line-clamp:2}.collection-results .product-card__swatches,.collection-results .product-card__actions,.product-grid--compact .product-card__swatches,.product-grid--compact .product-card__actions{display:none}.collection-results .product-card__swatches,.product-grid--compact .product-card__swatches{max-height:50px;overflow:hidden}.collection-results .product-card__actions,.product-grid--compact .product-card__actions{margin-top:auto}.product-grid.is-list .product-card{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:stretch}.product-grid.is-list .product-card__media{aspect-ratio:1 / 1;min-height:0}.product-grid.is-list .product-card__title{-webkit-line-clamp:2}@media(max-width:989px){.template-product .product-info{position:static}}@media(max-width:749px){html,body{overflow-x:hidden}.site-header__inner{display:flex;position:static;align-items:center;justify-content:space-between;width:calc(100vw - 24px);max-width:calc(100vw - 24px);gap:.55rem;padding-right:124px}.site-header__brand{min-width:0;max-width:calc(100vw - 156px);overflow:hidden}.site-header__brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__actions{position:absolute;right:12px;top:50%;display:flex;flex:0 0 auto;align-items:center;justify-content:end;width:110px;transform:translateY(-50%);gap:.2rem}.site-header__actions>a.icon-button,.site-header__actions>a[aria-label=Wishlist]{display:none}.site-header__actions>*,.search-drawer,.mobile-menu{width:34px;min-width:0}.site-header__actions .icon-button,.site-header__actions .cart-link,.mobile-menu>summary{flex:0 0 34px;width:34px;min-width:34px;min-height:34px}body.template-product{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.template-product .product{width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin-inline:auto;overflow:visible}.template-product .product-info{width:100%;max-width:100%}.template-product .sticky-atc{z-index:65;border-radius:18px 18px 0 0}.template-product .sticky-atc__inner{min-height:78px;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom))}.template-product .sticky-atc__summary{display:none}.template-product .sticky-atc__form{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:.55rem}.template-product .sticky-atc__form:has(.button:only-child){grid-template-columns:1fr}.template-product .sticky-atc__form .button:only-child{grid-column:1 / -1}.template-product .sticky-atc__form .button{min-height:52px;border-radius:14px;font-size:.9rem;padding-inline:.7rem}.template-product .product-info{overflow:visible}.template-product .product-info h1{display:block;overflow:visible;-webkit-line-clamp:unset;width:min(100%,310px);max-width:min(100%,310px);white-space:normal;word-break:break-word}.template-product .savings-badge{flex:1 1 100%;width:max-content;max-width:100%}.coupon-unlock__deal{display:grid;gap:.2rem}.coupon-unlock .high-cta__heading{grid-template-columns:minmax(0,1fr)}.coupon-unlock__code,.coupon-unlock p,.coupon-unlock .high-cta__actions .button,.coupon-unlock__copy{width:100%;max-width:100%}.coupon-unlock__row,.prepaid-offer{grid-template-columns:1fr}.prepaid-offer__amount{justify-self:start}.coupon-unlock p{width:min(100%,300px);white-space:normal;word-break:break-word}.collection-results .product-card__media,.product-grid--compact .product-card__media{aspect-ratio:1 / 1.04;padding:.85rem}.collection-results .product-card__image,.product-grid--compact .product-card__image{max-width:86%;max-height:88%}}.collection-page.section{padding-block-start:clamp(1.6rem,3vw,2.8rem)}.collection-page>.page-width{width:min(100% - 32px,1480px)}.collection-heading{align-items:center;margin-bottom:1rem}.collection-heading .section-kicker{color:color-mix(in srgb,var(--color-accent) 72%,var(--color-muted));font-size:.74rem;letter-spacing:.08em}.collection-heading h1{font-family:inherit;font-size:clamp(1.85rem,3vw,2.7rem);letter-spacing:0}.collection-toolbar{gap:.5rem}.collection-filter-toggle,.view-switch{box-shadow:0 8px 22px #1418160e}.collection-discovery{display:flex;gap:.55rem;align-items:center;margin:0 0 clamp(1rem,2vw,1.35rem);overflow-x:auto;border:1px solid color-mix(in srgb,var(--color-border) 74%,#fff);border-radius:16px;background:color-mix(in srgb,#fff 82%,var(--color-background));box-shadow:0 8px 24px #1418160b;padding:.72rem;scrollbar-width:none}.collection-discovery::-webkit-scrollbar{display:none}.collection-discovery>div{display:flex;flex:0 0 auto;align-items:center;gap:.42rem;min-width:0}.collection-discovery strong{color:var(--color-muted);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.collection-discovery a{display:inline-flex;align-items:center;min-height:34px;border:1px solid color-mix(in srgb,var(--color-border) 76%,#fff);border-radius:999px;background:#fff;color:color-mix(in srgb,var(--color-text) 80%,var(--color-muted));font-size:.8rem;font-weight:800;padding:.38rem .62rem;white-space:nowrap;transition:border-color .16s var(--ease-premium),color .16s var(--ease-premium),transform .16s var(--ease-premium)}.collection-discovery a:hover{border-color:color-mix(in srgb,var(--color-accent) 36%,var(--color-border));color:var(--color-accent);transform:translateY(-1px)}.collection-shell{grid-template-columns:232px minmax(0,1fr);gap:clamp(1rem,2vw,1.45rem)}.collection-filters{top:92px;border-radius:16px;background:color-mix(in srgb,#fff 88%,var(--color-background));box-shadow:0 10px 28px #1418160d;padding:.9rem}.collection-filters__header h2{font-size:.92rem}.filter-form{gap:.65rem}.filter-group{gap:.45rem;padding-top:.65rem}.filter-group summary{color:var(--color-text);font-size:.86rem}.filter-check{font-size:.82rem}.collection-results .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.85rem,1.4vw,1.1rem)}.collection-results .product-card{border-radius:16px;background:#fff;box-shadow:0 8px 22px #1418160d}.collection-results .product-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #14181613}.collection-results .product-card__link{min-height:100%}.collection-results .product-card__media{aspect-ratio:1 / 1.04;padding:clamp(.85rem,1.8vw,1.1rem);background:radial-gradient(circle at 50% 36%,#fffffff2,#f6f8f7eb 62%,#f2f4f3e0)}.collection-results .product-card__image{width:auto;max-width:78%;height:auto;max-height:90%;object-fit:contain;margin:auto}.collection-results .product-card__info{gap:.32rem;padding:.78rem .85rem .9rem}.collection-results .product-card__title{min-height:2.55em;font-size:.88rem;font-weight:850;line-height:1.28;-webkit-line-clamp:2}.collection-results .rating{gap:.18rem;font-size:.78rem}.collection-results .price{gap:.25rem .4rem;font-size:.9rem}.collection-results .compare-price{font-size:.78rem}.collection-results .badge{font-size:.62rem;padding:.32rem .46rem}.collection-results .product-card__badges{left:.62rem;top:.62rem}@media(min-width:1400px){.collection-results .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1180px){.collection-shell{grid-template-columns:216px minmax(0,1fr)}}@media(max-width:989px){.collection-page>.page-width{width:min(100% - 24px,var(--page-width))}.collection-heading{align-items:flex-start}.collection-toolbar{width:100%;justify-content:space-between}.collection-discovery{margin-inline:-.2rem;border-radius:14px;padding:.58rem}.collection-shell{grid-template-columns:1fr}.collection-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:480px){.collection-page>.page-width{width:min(100% - 16px,var(--page-width))}}@media(max-width:640px){.collection-page.section{padding-block-start:1.1rem}.collection-heading{gap:.85rem;margin-bottom:.85rem}.collection-heading h1{font-size:1.72rem}.collection-discovery{margin-inline:-.45rem}.collection-discovery strong{display:none}.collection-discovery a{min-height:32px;font-size:.76rem;padding-inline:.55rem}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.collection-results .product-card{border-radius:14px}.collection-results .product-card__media{aspect-ratio:1 / 1.08;padding:.65rem}.collection-results .product-card__image{max-width:82%;max-height:88%}.collection-results .product-card__info{gap:.26rem;padding:.64rem .66rem .72rem}.collection-results .product-card__title{min-height:2.45em;font-size:.78rem;line-height:1.25}.collection-results .rating{font-size:.72rem}.collection-results .price{font-size:.78rem}.collection-results .compare-price{font-size:.7rem}.collection-results .badge{font-size:.56rem;padding:.28rem .38rem}}.product-card__media,.collection-results .product-card__media,.product-grid--compact .product-card__media,.product-grid.is-list .product-card__media{aspect-ratio:var(--product-card-media-ratio, 4 / 5)}.image-ratio-square .product-card__media,.image-ratio-square .collection-results .product-card__media,.image-ratio-square .product-grid--compact .product-card__media,.image-ratio-square .product-grid.is-list .product-card__media{aspect-ratio:1 / 1}.image-ratio-portrait .product-card__media,.image-ratio-portrait .collection-results .product-card__media,.image-ratio-portrait .product-grid--compact .product-card__media,.image-ratio-portrait .product-grid.is-list .product-card__media,.image-ratio-landscape .product-card__media,.image-ratio-landscape .collection-results .product-card__media,.image-ratio-landscape .product-grid--compact .product-card__media,.image-ratio-landscape .product-grid.is-list .product-card__media{aspect-ratio:4 / 5}.product-card__media,.collection-results .product-card__media,.product-grid--compact .product-card__media{position:relative;display:grid;place-items:center}.product-card__media>.product-card__image,.product-card__slide .product-card__image,.collection-results .product-card__media>.product-card__image,.collection-results .product-card__slide .product-card__image,.product-grid--compact .product-card__media>.product-card__image,.product-grid--compact .product-card__slide .product-card__image{width:auto;max-width:88%;height:auto;max-height:88%;object-fit:contain;margin:auto;transform:scale(var(--product-card-image-scale, 1.12));transform-origin:center;transition:transform .22s var(--ease-premium),filter .22s var(--ease-premium),opacity .22s var(--ease-premium)}.product-card:hover .product-card__image,.product-card__link:focus-visible .product-card__image{transform:scale(var(--product-card-image-hover-scale, 1.15))}.product-card__carousel{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;pointer-events:none}.product-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;animation:product-card-carousel var(--carousel-duration, 7.8s) infinite;animation-delay:var(--slide-delay, 0s)}.product-card__slide:first-child{opacity:1}.product-card__badges{z-index:3}@keyframes product-card-carousel{0%,34%{opacity:1}42%,to{opacity:0}}@media(max-width:640px){.product-card__media>.product-card__image,.product-card__slide .product-card__image,.collection-results .product-card__media>.product-card__image,.collection-results .product-card__slide .product-card__image,.product-grid--compact .product-card__media>.product-card__image,.product-grid--compact .product-card__slide .product-card__image{max-width:90%;max-height:90%}}@media(prefers-reduced-motion:reduce){.product-card__slide{animation:none}.product-card__slide:not(:first-child){opacity:0}}.site-nav__item--has-dropdown{position:relative}.site-nav__item--has-dropdown:after{content:"";position:absolute;left:-.8rem;right:-.8rem;top:100%;display:none;height:18px}.site-nav__item--has-dropdown:hover:after,.site-nav__item--has-dropdown:focus-within:after{display:block}.mega-menu,.simple-menu{top:calc(100% + 10px);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .17s var(--ease-premium),transform .17s var(--ease-premium),visibility .17s var(--ease-premium)}.site-nav__item:hover>.mega-menu,.site-nav__item:focus-within>.mega-menu{pointer-events:auto;opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.site-nav__item:hover>.simple-menu,.site-nav__item:focus-within>.simple-menu{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}.mega-menu{width:min(900px,calc(100vw - 32px));transform:translate(-50%) translateY(8px)}.mega-menu__inner{grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:clamp(1rem,2vw,1.5rem);padding:clamp(1rem,2vw,1.4rem)}.mega-menu__columns{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:clamp(.9rem,1.6vw,1.2rem)}.mega-menu__heading,.simple-menu__link--strong{color:var(--color-text)}.mega-menu li a,.simple-menu a{transition:color .15s var(--ease-premium),transform .15s var(--ease-premium)}.mega-menu li a:hover,.simple-menu a:hover{color:var(--color-accent)}.simple-menu{position:absolute;left:0;z-index:60;width:max-content;min-width:250px;max-width:min(340px,calc(100vw - 32px));transform:translateY(8px)}.simple-menu__inner{display:grid;gap:.35rem;border:1px solid var(--premium-border, var(--color-border));border-radius:var(--radius-lg, 18px);background:color-mix(in srgb,#fff 96%,transparent);box-shadow:var(--shadow-lg);padding:.7rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.simple-menu__group{display:grid;gap:.22rem}.simple-menu__link{display:flex;min-height:42px;align-items:center;border-radius:12px;color:color-mix(in srgb,var(--color-text) 72%,var(--color-muted));font-size:.92rem;font-weight:750;padding:.58rem .68rem}.simple-menu__link:hover{background:color-mix(in srgb,var(--color-accent) 7%,#fff)}.simple-menu__nested{display:grid;gap:.15rem;margin:0 0 .18rem .65rem;padding:0 0 0 .65rem;border-left:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);list-style:none}.simple-menu__nested a{display:block;border-radius:10px;color:var(--color-muted);font-size:.84rem;padding:.38rem .55rem}.mobile-menu__icon--close,.mobile-menu__overlay{display:none}html.mobile-menu-open,html.mobile-menu-open body{overflow:hidden}@media(max-width:989px){.mega-menu,.simple-menu{display:none}.mobile-menu{display:block}.mobile-menu summary,.mobile-nav summary{list-style:none}.mobile-menu summary::-webkit-details-marker,.mobile-nav summary::-webkit-details-marker{display:none}.mobile-menu[open] .mobile-menu__icon--open{display:none}.mobile-menu[open] .mobile-menu__icon--close{display:block}.mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:block;border:0;background:#1418166b;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .18s var(--ease-premium)}.mobile-menu[open] .mobile-menu__overlay{opacity:1;pointer-events:auto}.mobile-nav{position:fixed;inset:0 auto 0 0;z-index:89;display:flex;flex-direction:column;width:min(360px,86vw);height:100dvh;background:var(--color-background);box-shadow:4px 0 32px #00000024;overflow:hidden;transform:translate(-108%);transition:transform .26s cubic-bezier(.32,.72,0,1)}.mobile-menu[open] .mobile-nav{transform:translate(0)}.mobile-nav__list{list-style:none;flex:1 1 auto;overflow-y:auto;margin:0;padding:.2rem 0 1.75rem}.mobile-nav__item{border-bottom:0}.mobile-nav__summary{display:block;width:100%;list-style:none;margin:0;padding:0;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.mobile-nav__close{-webkit-tap-highlight-color:transparent;outline:none}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav__summary::marker{content:""}.mobile-nav__summary-label{min-width:0;flex:1 1 auto;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;line-height:inherit}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;padding:.95rem 1.3rem .95rem 1.55rem;font-size:1rem;font-weight:600;line-height:1.22;color:color-mix(in srgb,var(--color-text) 78%,var(--color-muted));text-decoration:none;background:transparent;gap:.9rem;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-nav__link:after{display:none}.mobile-nav__summary:focus-visible>.mobile-nav__link,.mobile-nav__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px;border-radius:6px}.mobile-nav__chevron{flex:0 0 auto;color:color-mix(in srgb,var(--color-muted) 65%,transparent);transition:transform .2s ease}.mobile-nav__details[open]>.mobile-nav__summary>.mobile-nav__link{font-weight:800;color:var(--color-text)}.mobile-nav__details[open]>.mobile-nav__summary .mobile-nav__chevron{transform:rotate(90deg)}.mobile-nav__sublist{list-style:none;margin:0;padding:0;background:var(--color-surface);border-top:0}.mobile-nav__sublist li{border-bottom:0}.mobile-nav__sublist li:last-child{border-bottom:0}.mobile-nav__sublist .mobile-nav__link,.mobile-nav__details--child>.mobile-nav__summary>.mobile-nav__link{min-height:54px;padding:.78rem 1.3rem .78rem 2.7rem;font-size:.95rem;font-weight:560;color:var(--color-muted)}.mobile-nav__link--parent{color:var(--color-accent);font-weight:700}.mobile-nav__sublist--grandchild{background:color-mix(in srgb,var(--color-surface) 80%,var(--color-background))}.mobile-nav__sublist--grandchild .mobile-nav__link{padding-left:44px;font-size:.84rem;font-weight:500}}@media(max-width:749px){.mobile-nav{width:min(340px,88vw)}}@media(prefers-reduced-motion:reduce){.mega-menu,.simple-menu,.mobile-menu__overlay,.mobile-nav,.mobile-nav__chevron{transition:none}}@media(max-width:749px){body.template-product{padding-bottom:calc(142px + env(safe-area-inset-bottom))}body.template-product:has(.sticky-atc--with-variant){padding-bottom:calc(186px + env(safe-area-inset-bottom))}.template-product .sticky-atc{z-index:66;border-radius:18px 18px 0 0}.template-product .sticky-atc.is-visible{transform:translateY(0)}.template-product .sticky-atc__inner{display:grid;grid-template-columns:1fr;width:100%;max-width:none;min-height:0;gap:.4rem;padding:.72rem .9rem calc(.72rem + env(safe-area-inset-bottom))}.template-product .sticky-atc__summary,.template-product .oe-sticky-wrap{display:none}.template-product .sticky-smart-offer{width:100%;max-width:none;border-radius:12px;font-size:.74rem;padding:.42rem .55rem}.template-product .sticky-atc__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;gap:.48rem .58rem}.template-product .sticky-variant-picker{grid-column:1 / -1;width:100%;min-width:0}.template-product .sticky-variant-picker label{font-size:.62rem}.template-product .sticky-variant-picker__select{width:100%;min-height:40px;border-radius:12px;font-size:.82rem;padding-block:.48rem}.template-product .sticky-atc__form .button{width:100%;min-width:0;min-height:54px;border-radius:14px;font-size:.88rem;line-height:1.1;padding-inline:.55rem;white-space:normal}.template-product .sticky-atc__form .button:only-child{grid-column:1 / -1}}.mobile-conversion-note{display:none}@media(max-width:749px){.template-product .section.product-section{padding-block:.6rem 1rem;padding-inline:0}.template-product .product{display:grid;width:min(100% - 6px,440px);max-width:min(100% - 6px,440px);gap:.6rem}.template-product .product-info{display:grid;gap:.6rem;border-radius:16px;padding:.8rem .6rem;box-shadow:0 14px 34px #1418160f}.template-product .product-card__vendor{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.template-product .product-info h1{display:block;width:100%;max-width:100%;margin:0;overflow:visible;color:var(--color-text);font-size:clamp(1.26rem,5.7vw,1.58rem);line-height:1.12;-webkit-line-clamp:unset;word-break:normal}.template-product .review-summary{max-width:100%;padding:.32rem .56rem}.template-product .review-summary .rating{gap:.12rem;font-size:.78rem}.template-product .price-block{display:grid;gap:.38rem}.template-product .price-block .price{gap:.25rem .45rem;font-size:1.12rem}.template-product .price-block .price--sale,.template-product .price-block .regular-price,.template-product .price-block .price>span:first-child{font-size:1.22rem;font-weight:950}.template-product .price-block .compare-price{font-size:.94rem}.template-product .savings-badge,.template-product .stock-note{width:fit-content;max-width:100%;border-radius:999px;font-size:.76rem;line-height:1.15;padding:.38rem .58rem}.template-product .urgency{display:flex;flex-wrap:nowrap;gap:.38rem;margin-inline:-.1rem;overflow-x:auto;padding:.04rem .1rem .08rem;background:transparent;border:0;scrollbar-width:none}.template-product .urgency::-webkit-scrollbar{display:none}.template-product .urgency__item{flex:0 0 auto;min-height:28px;border-radius:999px;background:color-mix(in srgb,var(--color-warning) 10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-warning) 22%,var(--color-border));font-size:.72rem;padding:.3rem .5rem;white-space:nowrap}.template-product .coupon-unlock--compact,.template-product .prepaid-offer{border-radius:12px;padding:.52rem .6rem;box-shadow:0 8px 20px #1418160d}.template-product .coupon-unlock__deal{padding:.4rem .5rem;border-radius:10px}.template-product .coupon-unlock__deal strong{font-size:.92rem}.template-product .coupon-unlock__deal span{font-size:.72rem}.template-product .coupon-unlock__meter{height:4px;margin-block:.28rem .18rem}.template-product .perso-addon{border-radius:10px;padding:.46rem .58rem}.template-product .perso-addon__name{font-size:.84rem}.template-product .perso-addon__desc{font-size:.72rem}.template-product .coupon-unlock__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;align-items:center}.template-product .coupon-unlock__text{min-width:0}.template-product .coupon-unlock__text span,.template-product .prepaid-offer span:first-child{font-size:.62rem}.template-product .coupon-unlock__text strong{font-size:.94rem}.template-product .coupon-unlock__text small,.template-product .prepaid-offer p,.template-product .coupon-unlock p{font-size:.74rem;line-height:1.35}.template-product .coupon-unlock__copy{width:auto;min-width:72px;min-height:38px;border-radius:12px;font-size:.78rem;padding-inline:.72rem}.template-product .coupon-unlock__meter{height:5px;margin-block:.48rem .32rem}.template-product .prepaid-offer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem}.template-product .prepaid-offer strong{font-size:.88rem}.template-product .prepaid-offer__amount{justify-self:end;border-radius:999px;font-size:.78rem;padding:.42rem .58rem}.template-product .variant-picker{gap:.62rem;border-top:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);padding-top:.2rem}.template-product .variant-picker__group{gap:.42rem}.template-product .variant-picker__group legend,.template-product .variant-picker__group--select label,.template-product .quantity-field label,.template-product .perso-field label{font-size:.78rem;font-weight:900}.template-product .variant-picker__values{flex-wrap:nowrap;gap:.42rem;margin-inline:-.12rem;overflow-x:auto;padding:.05rem .12rem .14rem;scrollbar-width:none}.template-product .variant-picker__values::-webkit-scrollbar{display:none}.template-product .variant-pill{flex:0 0 auto;min-height:42px;border-radius:999px;font-size:.82rem;padding:.58rem .76rem}.template-product .personalization{gap:.5rem;margin-top:.1rem;border-radius:12px;padding:.65rem .75rem}.template-product .personalization__intro strong{font-size:.85rem}.template-product .personalization__intro p,.template-product .perso-field--file small,.template-product .perso-addon__desc{font-size:.75rem;line-height:1.35}.template-product .input,.template-product .select,.template-product textarea.input{min-height:42px;border-radius:10px;font-size:.88rem;padding:.6rem .75rem}.template-product textarea.input{min-height:72px}.template-product .perso-addon{border-radius:14px;padding:.68rem}.template-product .perso-addon__label{grid-template-columns:auto minmax(0,1fr)}.template-product .perso-addon__price{grid-column:2;justify-self:start}.mobile-conversion-note{display:flex;gap:.38rem;overflow-x:auto;padding-bottom:.06rem;scrollbar-width:none}.mobile-conversion-note::-webkit-scrollbar{display:none}.mobile-conversion-note span{flex:0 0 auto;border:1px solid color-mix(in srgb,var(--color-accent) 16%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-accent) 7%,#fff);color:color-mix(in srgb,var(--color-accent) 72%,var(--color-text));font-size:.7rem;font-weight:850;padding:.32rem .48rem}.template-product .product-form__row{grid-template-columns:76px minmax(0,1fr);gap:.52rem}.template-product .product-form__submit{min-height:52px;border-radius:14px;font-size:.92rem}.template-product .shopify-payment-button__button{min-height:50px;border-radius:14px}.template-product .reassurance{gap:.52rem;border-radius:16px;padding:.65rem}.template-product .reassurance__secure{font-size:.78rem}.template-product .reassurance__pay{display:flex;flex-wrap:nowrap;gap:.35rem;overflow-x:auto;scrollbar-width:none}.template-product .reassurance__pay::-webkit-scrollbar{display:none}.template-product .pay-pill{flex:0 0 auto;font-size:.68rem}.template-product .product-benefits{display:grid;grid-template-columns:1fr;gap:.42rem}.template-product .product-benefits li{min-height:40px;border-radius:14px;font-size:.82rem;padding:.55rem .65rem}.template-product .product-description{max-height:5.9rem;font-size:.86rem;line-height:1.5}.template-product .product-accordions{gap:.44rem}.template-product .product-accordion{border-radius:14px;padding-inline:.72rem}.template-product .product-accordion summary{min-height:42px;padding-block:.58rem;font-size:.86rem}}@media(min-width:750px){.template-product .section.product-section{padding-block-start:1.5rem}.template-product .product-info{gap:.62rem;padding:.95rem;border-radius:18px}.template-product .product-info h1{font-size:clamp(1.2rem,1.6vw,1.5rem);line-height:1.12}.template-product .product-card__vendor{font-size:.7rem;letter-spacing:.07em}.template-product .review-summary{padding:.28rem .52rem;font-size:.78rem}.template-product .price-block{gap:.24rem}.template-product .price-block .price{font-size:.94rem}.template-product .price-block .price--sale,.template-product .price-block .regular-price,.template-product .price-block .price>span:first-child{font-size:1.1rem}.template-product .savings-badge,.template-product .stock-note{font-size:.72rem;padding:.3rem .52rem}.template-product .urgency{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:.38rem;padding:.4rem .5rem}.template-product .urgency::-webkit-scrollbar{display:none}.template-product .urgency__item{flex:0 0 auto;white-space:nowrap;font-size:.73rem;min-height:30px;padding:.34rem .52rem}.template-product .coupon-unlock__deal{padding:.44rem .54rem;border-radius:10px;gap:.5rem}.template-product .coupon-unlock__deal strong{font-size:.94rem}.template-product .coupon-unlock__deal span{font-size:.74rem}.template-product .coupon-unlock__meter{height:4px;margin-block:.3rem .2rem}.template-product .coupon-unlock--compact,.template-product .prepaid-offer{border-radius:14px;padding:.55rem .65rem}.template-product .coupon-unlock--compact{gap:.38rem}.template-product .coupon-unlock__text strong,.template-product .prepaid-offer strong{font-size:.86rem}.template-product .coupon-unlock__text small,.template-product .prepaid-offer p{font-size:.74rem}.template-product .coupon-unlock__deal{padding:.52rem .65rem;border-radius:12px;gap:.6rem}.template-product .coupon-unlock__deal strong{font-size:1.05rem}.template-product .coupon-unlock__deal span{font-size:.76rem}.template-product .coupon-unlock__meter{height:5px;margin-block:.3rem .2rem}.template-product .coupon-unlock__copy{min-height:30px;border-radius:8px;font-size:.78rem;padding-inline:.65rem}.template-product .coupon-unlock__code{min-height:30px;font-size:.78rem;padding:.28rem .6rem}.template-product .perso-addon{padding:.55rem .65rem;border-radius:10px}.template-product .perso-addon__name{font-size:.86rem}.template-product .perso-addon__desc{font-size:.76rem}.template-product .perso-addon__price{font-size:.86rem}.template-product .product-form{gap:.6rem;padding-block:0}.template-product .variant-picker{gap:.52rem;border-top:1px solid color-mix(in srgb,var(--color-border) 68%,transparent);padding-top:.1rem}.template-product .variant-picker__group{gap:.35rem}.template-product .variant-picker__group legend,.template-product .variant-picker__group--select label,.template-product .quantity-field label{font-size:.75rem;font-weight:900}.template-product .variant-picker .select,.template-product .quantity-field .input{min-height:40px;border-radius:10px;font-size:.88rem}.template-product .variant-pill{min-height:32px;font-size:.8rem;padding:.42rem .72rem}.template-product .product-form__row{gap:.48rem;grid-template-columns:88px minmax(0,1fr)}.template-product .product-form__submit{min-height:46px;border-radius:12px;font-size:.9rem}.template-product .shopify-payment-button__button{min-height:44px;border-radius:12px}.template-product .delivery-checker{padding:.65rem .75rem;gap:.5rem;border-radius:12px}.template-product .delivery-checker>div:first-child{gap:.12rem}.template-product .delivery-checker span{font-size:.7rem}.template-product .delivery-checker strong{font-size:.86rem}.template-product .delivery-checker__form .input,.template-product .delivery-checker__form .button{min-height:36px;border-radius:9px;font-size:.84rem}.template-product .product-cta-grid{gap:.5rem}.template-product .product-cta-card{padding:.62rem;gap:.18rem;border-radius:12px}.template-product .product-cta-card span{font-size:.68rem}.template-product .product-cta-card strong{font-size:.84rem}.template-product .product-cta-card p{font-size:.76rem}.template-product .reassurance{gap:.48rem;padding:.62rem;border-radius:12px}.template-product .reassurance__secure{font-size:.76rem}.template-product .pay-pill{font-size:.66rem}.template-product .product-benefits{gap:.38rem}.template-product .product-benefits li{font-size:.8rem;padding:.5rem .6rem;border-radius:9px}.template-product .product-description{font-size:.86rem;line-height:1.48;max-height:5.8rem}.template-product .product-accordions{gap:.4rem}.template-product .product-accordion{border-radius:11px;padding-inline:.68rem}.template-product .product-accordion summary{min-height:38px;padding-block:.46rem;font-size:.84rem}}.cart-upsell{display:grid;gap:.75rem;border:1px solid #e7e7ea;border:1px solid color-mix(in srgb,var(--color-border) 76%,#fff);border-radius:18px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 78%,#fff));box-shadow:0 12px 30px #1418160f;padding:.9rem}.cart-upsell__head{display:grid;gap:.18rem}.cart-upsell__head span{color:#248c8b;color:color-mix(in srgb,var(--color-accent) 72%,var(--color-muted));font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cart-upsell__head strong{color:var(--color-text);font-size:1rem;line-height:1.15}.cart-upsell__head p{margin:0;color:var(--color-muted);font-size:.84rem;line-height:1.35}.cart-upsell__booster{display:grid;gap:.18rem;border:1px solid #d9e9e7;border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border));border-radius:14px;background:#f1faf9;background:color-mix(in srgb,var(--color-accent) 7%,#fff);color:#247f7d;color:color-mix(in srgb,var(--color-accent) 74%,var(--color-text));padding:.68rem}.cart-upsell__booster strong{font-size:.9rem}.cart-upsell__booster span{color:#5f6470;color:color-mix(in srgb,var(--color-text) 64%,var(--color-muted));font-size:.78rem;line-height:1.35}.cart-upsell__list{display:grid;gap:.56rem}.cart-upsell-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:.65rem;align-items:center;border:1px solid #e7e7ea;border:1px solid color-mix(in srgb,var(--color-border) 76%,#fff);border-radius:16px;background:#fff;box-shadow:0 7px 18px #1418160b;padding:.58rem}.cart-upsell-item__media{display:grid;aspect-ratio:1 / 1;place-items:center;border-radius:13px;background:radial-gradient(circle at 50% 28%,#fff,color-mix(in srgb,var(--color-background) 82%,#fff));overflow:hidden}.cart-upsell-item__media img,.cart-upsell-item__media svg{width:100%;height:100%;object-fit:contain;padding:.28rem}.cart-upsell-item__info{display:grid;min-width:0;gap:.16rem}.cart-upsell-item__badge{width:fit-content;border-radius:999px;background:#f1faf9;background:color-mix(in srgb,var(--color-accent) 8%,#fff);color:#247f7d;color:color-mix(in srgb,var(--color-accent) 74%,var(--color-text));font-size:.62rem;font-weight:850;padding:.18rem .42rem}.cart-upsell-item__info>a{display:-webkit-box;overflow:hidden;color:var(--color-text);font-size:.86rem;font-weight:850;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-upsell-item__price{display:flex;flex-wrap:wrap;gap:.3rem;align-items:baseline;color:var(--color-muted);font-size:.78rem}.cart-upsell-item__price strong{color:color-mix(in srgb,var(--color-sale) 84%,var(--color-text));font-size:.86rem}.cart-upsell-item__price s{color:var(--color-muted)}.cart-upsell-item__button{min-width:72px;min-height:40px;border-radius:12px;font-size:.78rem;padding-inline:.7rem;white-space:nowrap}.cart-drawer .cart-upsell{border-radius:16px;padding:.78rem}.cart-drawer .cart-upsell__head strong{font-size:.94rem}.cart-drawer .cart-upsell-item{grid-template-columns:56px minmax(0,1fr) auto;gap:.52rem;border-radius:14px;padding:.5rem}.cart-drawer .cart-upsell-item__button{min-width:62px}.cart-page-form__items .cart-upsell{margin-top:.25rem}@media(max-width:749px){.cart-upsell{gap:.65rem;border-radius:16px;padding:.74rem}.cart-upsell__head strong{font-size:.94rem}.cart-upsell__head p,.cart-upsell__booster span{font-size:.76rem}.cart-upsell-item,.cart-drawer .cart-upsell-item{grid-template-columns:54px minmax(0,1fr);gap:.52rem}.cart-upsell-item__button{grid-column:1 / -1;width:100%;min-height:42px}}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:9px;overflow:hidden;background:var(--color-surface)}.qty-stepper__btn{width:34px;height:36px;display:grid;place-items:center;border:0;background:transparent;color:var(--color-text);font-size:1.15rem;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease}.qty-stepper__btn:hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.qty-stepper__input{width:40px;min-height:36px;border:0;border-inline:1px solid var(--color-border);border-radius:0;background:transparent;text-align:center;font-weight:800;color:var(--color-text);padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-item__info{display:grid;gap:.3rem;align-content:start}.cart-drawer-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cart-drawer-item__title{font-weight:800;font-size:.9rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer-item__remove{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;color:var(--color-muted);transition:background .15s ease,color .15s ease}.cart-drawer-item__remove:hover{background:color-mix(in srgb,var(--color-text) 7%,transparent);color:var(--color-text)}.cart-drawer-item__variant{color:var(--color-muted);font-size:.82rem}.cart-drawer-item__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.4rem}.cart-drawer-item__price{font-weight:800;color:var(--color-text);white-space:nowrap}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.6rem;flex-wrap:wrap}.cart-item__remove{color:var(--color-muted);font-size:.86rem;text-decoration:underline;text-underline-offset:2px}.cart-item__remove:hover{color:var(--color-text)}.product-card__media{position:relative}.product-card__hotsale{position:absolute;left:0;right:0;bottom:0;overflow:hidden;background:#161616;padding:.36rem 0}.product-card__hotsale-track{display:flex;align-items:center;gap:1.6rem;width:max-content;white-space:nowrap;animation:hotsale-marquee 16s linear infinite}.product-card__hotsale-item{display:inline-flex;align-items:center;gap:.35rem;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em}.product-card__bolt{flex:0 0 auto;color:var(--color-sale)}@keyframes hotsale-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-card__stock{font-size:.84rem;font-weight:700}.product-card__stock.is-in{color:color-mix(in srgb,var(--color-success) 58%,var(--color-text))}.product-card__stock.is-out{color:color-mix(in srgb,var(--color-warning) 76%,var(--color-sale))}@media(prefers-reduced-motion:reduce){.product-card__hotsale-track{animation:none}}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.04);transition:opacity .55s var(--ease-premium, ease),transform .7s var(--ease-premium, ease)}.product-card:hover .product-card__image--hover{opacity:1;transform:scale(1)}.product-card:hover .product-card__image:not(.product-card__image--hover){transform:scale(1.06)}.product-card__image{transition:transform .7s var(--ease-premium, ease)}.animations-enabled .reveal-on-scroll{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.animations-enabled .reveal-on-scroll.is-revealed{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1!important;transform:none!important;transition:none!important}}.reels__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.4rem}.reels__sub{margin:.35rem 0 0;color:var(--color-muted)}.reels__scroller{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(160px,68vw,220px);gap:.85rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;padding:.15rem .1rem .5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-width:100%;contain:layout paint}.reels__scroller::-webkit-scrollbar{display:none;width:0;height:0}.reels__card{scroll-snap-align:start;display:grid;gap:.55rem;min-width:0}.reels__link{display:grid;gap:.55rem;color:inherit;text-decoration:none;min-width:0}.reels__media{position:relative;aspect-ratio:9 / 16;border-radius:16px;overflow:hidden;background:var(--color-surface);box-shadow:0 4px 16px #14181614,0 1px 3px #1418160f;transition:transform .3s ease,box-shadow .3s ease}[data-reels-aspect="4-5"] .reels__media{aspect-ratio:4 / 5}[data-reels-aspect="1-1"] .reels__media{aspect-ratio:1 / 1}[data-reels-aspect="1-1"].reels__scroller{grid-auto-columns:clamp(200px,72vw,280px)}.reels__video,.reels__poster,.reels__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.reels__placeholder{display:grid;place-items:center;background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface))}.reels__card:hover .reels__media,.reels__card:focus-within .reels__media{transform:translateY(-3px);box-shadow:0 14px 32px #14181626,0 4px 8px #14181614}.reels__badge{position:absolute;top:.55rem;left:.55rem;z-index:3;display:inline-flex;align-items:center;gap:.28rem;padding:.18rem .48rem;border-radius:999px;background:#00000085;color:#fff;font-size:.63rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.reels__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;color:#fff;pointer-events:none;transition:opacity .25s ease}.reels__play svg{width:40px;height:40px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.6));background:#00000047;border-radius:50%;padding:6px 6px 6px 9px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reels__card:hover .reels__play,.reels__card.is-playing .reels__play{opacity:0}.reels__caption{margin:0;font-size:.82rem;font-weight:650;color:var(--color-text);line-height:1.35;padding:0 .1rem}.reels__caption--inside{position:absolute;bottom:0;left:0;right:0;z-index:3;margin:0;padding:2.4rem .8rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);color:#fff;font-size:.8rem;font-weight:650;line-height:1.35;border-radius:0 0 16px 16px}@media(min-width:750px){.reels__scroller{grid-auto-columns:clamp(185px,17vw,240px);gap:1rem;padding-bottom:.5rem}[data-reels-aspect="1-1"].reels__scroller{grid-auto-columns:clamp(220px,22vw,320px)}}.video-banner__media{border-radius:18px;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--color-accent) 6%,var(--color-surface)),var(--color-surface))}.video-banner__media video,.video-banner__media img,.video-banner__media svg{display:block;width:100%;height:100%;object-fit:cover}.product-offers{display:grid;gap:.4rem}.offer{border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);padding:.5rem .6rem}.offer--prepaid{background:color-mix(in srgb,var(--color-success) 5%,var(--color-surface))}.offer__row{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem .5rem}.offer__tag{flex:0 0 auto;display:inline-flex;align-items:center;padding:.13rem .42rem;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-surface));color:var(--color-accent);font-size:.62rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.offer__tag--green{background:color-mix(in srgb,var(--color-success) 14%,var(--color-surface));color:color-mix(in srgb,var(--color-success) 58%,var(--color-text))}.offer__code{flex:0 0 auto;font-weight:900;font-size:.86rem;letter-spacing:.03em;color:var(--color-text)}.offer__detail{flex:1 1 60px;min-width:0;color:var(--color-muted);font-size:.76rem;font-weight:600}.offer__detail strong{color:var(--color-text)}.offer__copy{flex:0 0 auto;min-height:28px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface);color:var(--color-text);font-size:.74rem;font-weight:800;padding:.25rem .62rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.offer__copy:hover{border-color:var(--color-text)}.offer__amount{flex:0 0 auto;font-weight:800;font-size:.8rem;color:color-mix(in srgb,var(--color-success) 58%,var(--color-text))}.offer__meter{height:4px;margin-top:.42rem;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-border))}.offer__meter span{display:block;height:100%;width:var(--offer-progress, 0%);border-radius:inherit;background:var(--color-accent);transition:width .3s ease}.offer__note{margin:.32rem 0 0;font-size:.72rem;color:var(--color-muted)}.offer__note strong{color:var(--color-text)}.oe-stack{display:grid;gap:.4rem}.oe-offer{border:1.5px solid var(--color-border);border-radius:12px;background:var(--color-surface);padding:.7rem .75rem .55rem;font-size:.82rem;line-height:1.35;transition:border-color .2s;display:flex;flex-direction:column;gap:.35rem}.oe-offer.is-unlocked{border-color:color-mix(in srgb,var(--color-success) 40%,var(--color-border));background:color-mix(in srgb,var(--color-success) 4%,var(--color-surface))}.oe-offer__head{display:flex;align-items:center;gap:.4rem}.oe-offer__head .oe-ctx{margin-left:auto}.oe-offer__row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.oe-offer__left{display:flex;align-items:center;gap:.35rem;flex:1 1 auto;min-width:0}.oe-badge{flex:0 0 auto;display:inline-block;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.58rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border-radius:5px;padding:3px 7px;white-space:nowrap}.oe-badge--best{background:#d97706;color:#fff}.oe-badge--almost{background:#ea580c;color:#fff}.oe-badge--unlocked{background:var(--color-success, #16a34a);color:#fff}.oe-disc{font-weight:800;font-size:1rem;color:var(--color-text);white-space:nowrap}.oe-ctx{flex:0 0 auto;font-size:.68rem;color:var(--color-muted);white-space:nowrap}.oe-coupon-row{display:flex;align-items:center;gap:.5rem;padding:.28rem .5rem;border:1.5px dashed var(--color-border);border-radius:7px;background:color-mix(in srgb,var(--color-accent) 4%,var(--color-surface))}.oe-coupon-row.is-locked{opacity:.5}.oe-code{flex:1 1 auto;font-family:monospace;font-size:.9rem;font-weight:700;letter-spacing:.08em;color:var(--color-text)}.oe-copy-btn{flex:0 0 auto;min-height:26px;padding:.2rem .7rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);font-size:.72rem;font-weight:800;color:var(--color-text);cursor:pointer;transition:background .14s,border-color .14s,color .14s;white-space:nowrap}.oe-copy-btn:not(:disabled):hover,.oe-copy-btn.is-copied{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.oe-copy-btn:disabled{cursor:not-allowed}.oe-meter{height:4px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-border))}.oe-meter span{display:block;height:100%;border-radius:inherit;background:var(--color-accent);transition:width .4s ease;min-width:2px}.oe-msg{margin:0;font-size:.72rem;color:var(--color-muted);line-height:1.45}.oe-msg--ok{color:color-mix(in srgb,var(--color-success) 58%,var(--color-text))}.oe-msg strong{color:var(--color-text)}.oe-msg--ok strong{color:color-mix(in srgb,var(--color-success) 58%,var(--color-text))}.oe-auto-msg{margin:.36rem 0 0;font-size:.7rem;color:color-mix(in srgb,var(--color-success) 58%,var(--color-text));font-weight:600}.oe-meter-wrap{display:flex;align-items:center;gap:.5rem}.oe-meter-wrap .oe-meter{flex:1 1 auto;margin:0}.oe-progress-text{flex:0 0 auto;margin:0;font-size:.66rem;color:var(--color-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.oe-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.25rem}.oe-cta-btn{display:block;text-align:center;padding:.38rem .5rem;border-radius:8px;font-size:.72rem;font-weight:700;text-decoration:none;background:var(--color-foreground, #111);color:var(--color-background, #fff);transition:opacity .15s;white-space:nowrap}.oe-cta-btn:hover{opacity:.85;color:var(--color-background, #fff)}.oe-cta-btn--ghost{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border)}.oe-cta-btn--ghost:hover{background:var(--color-surface);color:var(--color-text)}.oe-footer-note{margin:.35rem 0 0;font-size:.65rem;color:var(--color-muted);border-top:1px solid var(--color-border);padding-top:.35rem}.oe-footer-note--ok{color:#23825f;color:color-mix(in srgb,var(--color-success) 60%,var(--color-text))}.oe-sticky-wrap{width:100%}.oe-sticky-hint{margin:0;font-size:.7rem;color:var(--color-muted);text-align:center;padding:.18rem .5rem;border-top:1px solid var(--color-border)}.oe-sticky-hint strong{color:var(--color-accent)}.oe-card-tag{display:inline-block;margin-top:.28rem;font-size:.62rem;font-weight:700;color:var(--color-accent);background:#f0faf9;background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));border:1px solid #d0e7e5;border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border));border-radius:4px;padding:2px 6px}[data-offer-placement=cart_drawer] .oe-stack,[data-offer-placement=cart_page] .oe-stack{margin-bottom:.6rem}@media(max-width:749px){.oe-sticky-hint{font-size:.65rem}}:root{--ease-premium: cubic-bezier(.25, 1, .5, 1)}.template-product .product-info{position:static;background:transparent;border-radius:0;padding:0;box-shadow:none;gap:1.25rem}.template-product .product-info h1{font-size:clamp(1.75rem,2.5vw,2.25rem);letter-spacing:-.02em}.template-product .price--sale{color:var(--color-sale);font-size:1.75rem;font-weight:800}.template-product .compare-price{color:var(--color-muted);font-size:1.1rem;font-weight:500}.template-product .savings-badge{background:var(--color-sale-background);color:var(--color-sale);border:none;font-size:.8rem;font-weight:700;padding:.35rem .75rem;border-radius:8px}.urgency{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;background:#fff8e8;background:color-mix(in srgb,var(--color-warning) 8%,var(--color-surface));border:1px solid #f4dfb9;border:1px solid color-mix(in srgb,var(--color-warning) 22%,var(--color-border));padding:.75rem 1rem;border-radius:12px}.urgency__item{color:#9b6a00;color:color-mix(in srgb,var(--color-warning) 72%,var(--color-text));font-size:.85rem;font-weight:600}.urgency__dot{width:8px;height:8px;background:var(--color-sale);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-sale) 20%,transparent)}.product-benefits{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-benefits li{background:var(--color-surface);padding:.75rem;border-radius:12px;border:1px solid var(--color-border);font-size:.85rem;font-weight:500}.product-benefits svg{color:var(--color-success);flex-shrink:0}.reassurance{display:flex;flex-direction:column;gap:.75rem;margin-top:0;padding:1.25rem;border:1px solid var(--color-border);border-radius:16px;background:color-mix(in srgb,var(--color-background) 72%,var(--color-surface))}.reassurance__secure svg{color:var(--color-success)}.template-product .button:not([disabled]):hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a40}@media(max-width:749px){.template-product .product-section>.page-width{width:100%}.template-product .product{width:100%;gap:0}.template-product .product-section{padding-block-end:130px}.template-product .product-info{position:relative;z-index:10;margin-top:-30px;background:var(--color-surface);border-radius:28px 28px 0 0;padding:1.5rem 1.25rem;box-shadow:0 -10px 40px #00000014;gap:1rem}.template-product .product-info h1{font-size:clamp(1.4rem,6vw,1.6rem)}.template-product .product-offers{overflow-x:auto;scrollbar-width:none;margin-inline:-1.25rem;padding-inline:1.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.template-product .product-offers::-webkit-scrollbar{display:none}.template-product .product-offers .oe-stack{display:flex;gap:.75rem;flex-wrap:nowrap}.template-product .product-offers .oe-offer{flex:0 0 82%;scroll-snap-align:start}.mobile-conversion-note{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;margin-top:.25rem}.mobile-conversion-note span{flex:0 0 auto;background:color-mix(in srgb,var(--color-product-card-background) 76%,var(--color-surface));color:var(--color-muted);font-size:.75rem;font-weight:600;padding:.4rem .75rem;border-radius:8px;white-space:nowrap}.template-product .product-benefits{grid-template-columns:1fr;gap:.5rem}}.announcement__smart{color:color-mix(in srgb,var(--color-accent-contrast) 92%,#fff);font-size:.82rem;font-weight:850;line-height:1.35;opacity:.96;padding:.36rem 1rem .55rem;text-align:center}.announcement__smart.is-unlocked{color:color-mix(in srgb,var(--color-success) 18%,var(--color-accent-contrast))}[data-smart-announcement]:empty,[data-smart-announcement][hidden]{display:none}.sticky-smart-offer,.cart-smart-offer{border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--premium-border));border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 9%,#fff),#fff);color:var(--color-text);font-size:.82rem;font-weight:900;line-height:1.15;padding:.48rem .7rem;text-align:center}.sticky-smart-offer.is-unlocked,.cart-smart-offer.is-unlocked{border-color:color-mix(in srgb,var(--color-success) 32%,var(--premium-border));background:linear-gradient(135deg,color-mix(in srgb,var(--color-success) 10%,var(--color-surface)),var(--color-surface));color:color-mix(in srgb,var(--color-success) 56%,var(--color-text))}.sticky-smart-offer{flex:0 1 310px}.cart-smart-offer{margin:.68rem 1rem 0}.cart-smart-offer--page{margin:0 0 1rem}.personalization-confidence,.gift-mode,.personalization-preview{border:1px solid var(--premium-border);border-radius:18px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--color-background) 78%,#fff));box-shadow:0 10px 28px #1418160e}.personalization-confidence{grid-column:1 / -1;display:grid;gap:.4rem;padding:.65rem .75rem}.personalization-confidence strong,.gift-mode strong,.personalization-preview__copy strong{color:var(--color-text);font-size:.82rem}.personalization-confidence ul{display:flex;flex-wrap:wrap;gap:.3rem 1rem;margin:0;padding:0;list-style:none}.personalization-confidence li{display:flex;gap:.35rem;align-items:center;color:var(--color-muted);font-size:.78rem;font-weight:600}.personalization-confidence li:before{content:"";width:.35rem;height:.35rem;flex:0 0 auto;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 11%,transparent)}.personalization-preview{display:grid;grid-template-columns:132px minmax(0,1fr);gap:.9rem;align-items:center;padding:.85rem}.personalization-preview__mockup{position:relative;overflow:hidden;aspect-ratio:4 / 5;border:1px solid var(--premium-border);border-radius:16px;background:#fff}.personalization-preview__base,.personalization-preview__base svg{width:100%;height:100%;object-fit:contain;transform:scale(1.08)}.personalization-preview__overlay{position:absolute;top:12%;right:12%;bottom:12%;left:12%;display:grid;place-items:center;gap:.25rem;text-align:center;pointer-events:none}.personalization-preview__overlay span{max-width:100%;color:var(--color-text);font-weight:900;overflow-wrap:anywhere;text-shadow:0 1px 0 rgba(255,255,255,.75)}.personalization-preview__overlay p{margin:0;color:color-mix(in srgb,var(--color-text) 76%,var(--color-muted));font-size:.75rem;font-weight:750;overflow-wrap:anywhere}.personalization-preview__overlay img{max-width:62%;max-height:42%;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px #1418161f}.personalization-preview__copy{display:grid;gap:.25rem}.personalization-preview__copy span{color:var(--color-muted);font-size:.75rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.placeholder-editor-note{margin:.65rem 0;padding:.8rem .9rem;border:1px dashed color-mix(in srgb,var(--color-accent) 45%,var(--color-border));border-radius:12px;background:color-mix(in srgb,var(--color-accent) 5%,var(--color-surface));color:var(--color-text);font-size:.83rem;line-height:1.45}.placeholder-editor-note strong{font-weight:800}.placeholder-editor-note code{font-family:var(--font-body-family, inherit);font-size:.82rem;font-weight:700;background:color-mix(in srgb,var(--color-background) 82%,#fff);padding:.12rem .32rem;border-radius:999px}.personalization-preview__copy p,.gift-mode small{margin:0;color:var(--color-muted);font-size:.86rem}.gift-mode{display:grid;gap:.75rem;padding:.9rem}.gift-mode__toggle{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;cursor:pointer}.gift-mode__toggle input{width:1.1rem;height:1.1rem;margin-top:.15rem;accent-color:var(--color-accent)}.gift-mode__toggle span{display:grid;gap:.15rem}.gift-mode__message{min-height:76px}.product-section--compact .product-info,.product-section--compact .product-form,.product-section--compact .personalization{gap:.85rem}.product-section--compact .delivery-checker,.product-section--compact .bundle-offer,.product-section--compact .product-cta-card,.product-section--compact .personalization-confidence,.product-section--compact .gift-mode{padding:.78rem}.mobile-bottom-nav,.exit-popup[hidden]{display:none}.exit-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:1rem}.exit-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f12115c}.exit-popup__panel{position:relative;z-index:1;display:grid;width:min(100%,420px);gap:.75rem;border:1px solid var(--premium-border);border-radius:24px;background:radial-gradient(circle at 20% 0%,color-mix(in srgb,var(--color-accent) 10%,transparent),transparent 36%),#fff;box-shadow:0 24px 80px #1418162e;padding:1.3rem}.exit-popup__close{position:absolute;top:.8rem;right:.8rem;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--premium-border);border-radius:999px;background:#fff;color:var(--color-text)}.exit-popup__eyebrow{color:var(--color-accent);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.exit-popup__panel strong{max-width:88%;color:var(--color-text);font-size:1.45rem;line-height:1.05}.exit-popup__panel p{margin:0;color:var(--color-muted);font-size:.95rem}.exit-popup__code{width:100%;border:1px dashed color-mix(in srgb,var(--color-accent) 45%,var(--color-border));border-radius:16px;background:color-mix(in srgb,var(--color-accent) 8%,#fff);color:var(--color-accent);font-size:1rem;font-weight:900;padding:.85rem 1rem}@media(max-width:749px){body:not(.template-product){padding-bottom:74px}.mobile-bottom-nav{position:fixed;right:.65rem;bottom:calc(.65rem + env(safe-area-inset-bottom));left:.65rem;z-index:42;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem;border:1px solid var(--premium-border);border-radius:22px;background:#fffffff0;box-shadow:0 16px 42px #14181624;padding:.42rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.template-product .mobile-bottom-nav{display:none}.mobile-bottom-nav__item{position:relative;display:grid;gap:.18rem;place-items:center;min-height:52px;border-radius:16px;color:var(--color-muted);font-size:.68rem;font-weight:850;text-decoration:none}.mobile-bottom-nav__item:hover,.mobile-bottom-nav__item:focus-visible{background:color-mix(in srgb,var(--color-accent) 8%,#fff);color:var(--color-accent)}.mobile-bottom-nav__item small{position:absolute;top:.22rem;right:1rem;display:grid;place-items:center;min-width:1.05rem;height:1.05rem;border-radius:999px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.66rem;font-weight:900;line-height:1}.personalization-preview{grid-template-columns:112px minmax(0,1fr);padding:.75rem}.personalization-confidence,.gift-mode{padding:.78rem}.exit-popup__panel{border-radius:20px;padding:1.05rem}}.template-product .product-info{gap:.8rem}.template-product .product-info>div:first-child{order:1}.template-product .review-summary{order:2}.template-product .product-offers{order:4}.template-product .stock-note{order:5}.template-product .urgency{order:7}.template-product .delivery-checker{order:8}.template-product .product-cta-grid{order:9}.template-product .bundle-offer{order:10}.template-product .reassurance{order:11}.template-product .product-benefits{order:12}.template-product .product-description{order:13}.template-product .product-accordions{order:14}.template-product .product-card__vendor{display:none}.template-product .product-info h1{display:-webkit-box;margin-bottom:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.template-product .product-form{gap:.7rem;padding:.85rem}.template-product .variant-picker{gap:.65rem}.template-product .variant-picker__group{gap:.45rem}.template-product .variant-picker__group legend,.template-product .variant-picker__group label,.template-product .quantity-field label{margin-bottom:.25rem;font-size:.78rem}.template-product .select,.template-product .input{min-height:44px}.template-product .product-form__row{order:10;gap:.55rem;margin-top:.15rem}.template-product .shopify-payment-button{order:11}.template-product .gift-mode{order:12}.template-product .mobile-conversion-note{order:13}.template-product .personalization{order:8}.template-product .gift-mode,.template-product .delivery-checker,.template-product .bundle-offer,.template-product .product-cta-card{padding:.72rem}.template-product .product-cta-card{gap:.18rem}.template-product .product-cta-card strong,.template-product .bundle-offer__header strong,.template-product .delivery-checker strong{font-size:.92rem}.template-product .product-cta-card p,.template-product .delivery-checker span,.template-product .delivery-checker__result,.template-product .bundle-offer__tiers,.template-product .gift-mode small{font-size:.78rem;line-height:1.35}.template-product .bundle-offer{gap:.62rem}.template-product .bundle-offer__header{align-items:center}.template-product .bundle-offer__header .button{min-height:40px;padding:.58rem .78rem}.template-product .bundle-offer__tiers span{padding:.5rem;font-size:.78rem}.template-product .delivery-checker{grid-template-columns:minmax(150px,.8fr) minmax(220px,1.2fr);align-items:end}.template-product .delivery-checker__form{grid-template-columns:minmax(0,1fr) auto}.template-product .delivery-checker__result{grid-column:1 / -1;padding:.55rem .65rem}@media(min-width:990px){.template-product .product-info h1{font-size:clamp(2rem,3.2vw,3.1rem)}}@media(max-width:749px){.template-product .section.product-section{padding-top:.75rem}.template-product .product-info{width:calc(100% - 20px)!important;margin:-112px auto 0!important;padding:1rem .9rem 1.05rem!important;border-radius:22px 22px 0 0!important;gap:.62rem!important}.template-product .product-info h1{font-size:1.2rem!important;line-height:1.16!important}.template-product .review-summary{width:max-content;max-width:100%;padding:.28rem .52rem}.template-product .price-block{gap:.4rem}.template-product .price-block .price{font-size:1.18rem}.template-product .savings-badge{padding:.34rem .5rem;font-size:.72rem}.template-product .urgency{gap:.35rem;padding:.5rem .62rem;font-size:.76rem}.template-product .product-form{gap:.58rem;padding:.72rem;border-radius:16px}.template-product .variant-picker__group--select{gap:.25rem}.template-product .select,.template-product .input{min-height:42px;border-radius:12px;font-size:.92rem}.template-product .product-form__row{grid-template-columns:82px minmax(0,1fr);align-items:end}.template-product .quantity-field .input{padding-inline:.45rem;text-align:center}.template-product .product-form__submit{min-height:46px}.template-product .gift-mode{padding:.64rem;border-radius:14px}.template-product .gift-mode__toggle{gap:.5rem}.template-product .mobile-conversion-note{margin-top:0}.template-product .delivery-checker{grid-template-columns:1fr;gap:.55rem}.template-product .delivery-checker__form{grid-template-columns:minmax(0,1fr) auto}.template-product .product-cta-grid{grid-template-columns:1fr;gap:.5rem}.template-product .product-cta-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.template-product .bundle-offer__header{display:grid;grid-template-columns:minmax(0,1fr);gap:.5rem}.template-product .bundle-offer__tiers{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.template-product .bundle-offer__tiers::-webkit-scrollbar{display:none}.template-product .bundle-offer__tiers span{flex:0 0 74%}.template-product .reassurance,.template-product .product-benefits{display:none}}.template-product .product-form{order:6}.template-product .product-form .gift-mode{order:1;gap:0;padding:0;overflow:hidden;border-radius:14px;box-shadow:0 8px 20px #1418160a}.template-product .product-form .variant-picker{order:2}.template-product .product-form .personalization{order:3}.template-product .product-form .product-form__row{order:4}.template-product .product-form .shopify-payment-button{order:5}.template-product .product-form .mobile-conversion-note{order:6}.template-product .gift-mode__toggle{grid-template-columns:auto minmax(0,1fr) auto;gap:.58rem;align-items:center;min-height:48px;padding:.6rem .72rem}.template-product .gift-mode__toggle input{margin-top:0}.template-product .gift-mode__toggle strong{font-size:.9rem;line-height:1.1}.template-product .gift-mode__toggle small{display:block;max-width:100%;overflow:hidden;font-size:.74rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.template-product .gift-mode__toggle em{border-radius:999px;background:color-mix(in srgb,var(--color-accent) 8%,#fff);color:var(--color-accent);font-size:.72rem;font-style:normal;font-weight:900;padding:.26rem .52rem;white-space:nowrap}.template-product .gift-mode__message{min-height:64px;margin:0 .72rem .72rem;width:calc(100% - 1.44rem)}@media(max-width:749px){.template-product .gift-mode__toggle{min-height:46px;padding:.52rem .6rem}.template-product .gift-mode__toggle em{font-size:.68rem}}.template-product .product-info{gap:.7rem}.template-product .price-block{gap:.22rem .55rem}.template-product .product-tax-note{flex-basis:100%;color:color-mix(in srgb,var(--color-success) 58%,var(--color-text));font-size:.78rem;font-weight:800}.template-product .product-form{border-radius:12px;box-shadow:none}.template-product .variant-picker__group legend{color:var(--color-text);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.template-product .variant-pill{border-radius:999px;min-height:38px;padding:.45rem .78rem}.template-product .product-form__submit{text-transform:uppercase;letter-spacing:.02em}.template-product .delivery-checker,.template-product .product-cta-grid,.template-product .product-benefits,.template-product .product-accordions{border-top:1px solid var(--premium-border);border-radius:0;background:transparent;box-shadow:none;padding-top:.85rem}.template-product .delivery-checker{border-inline:0;border-bottom:0;padding-inline:0}.template-product .delivery-checker>div:first-child{gap:.1rem}.template-product .delivery-checker span,.template-product .product-cta-card span{font-size:.72rem;letter-spacing:.08em}.template-product .delivery-checker strong,.template-product .product-cta-card strong{font-size:.94rem}.template-product .product-cta-grid{grid-template-columns:1fr;gap:0}.template-product .product-cta-card{display:grid;grid-template-columns:minmax(0,1fr);gap:.12rem;border:0;border-radius:0;background:transparent;box-shadow:none;padding:.55rem 0}.template-product .product-cta-card+.product-cta-card{border-top:1px solid var(--premium-border)}.template-product .product-benefits{display:grid;grid-template-columns:1fr;gap:0;margin:0;border-inline:0;border-bottom:0;padding:.75rem 0 0}.template-product .product-benefits li{min-height:34px;border-bottom:1px solid color-mix(in srgb,var(--premium-border) 72%,transparent);font-size:.82rem}.template-product .product-benefits li:last-child{border-bottom:0}.template-product .product-accordion{border-inline:0;border-radius:0;box-shadow:none}@media(max-width:749px){.template-product .product-info{gap:.54rem!important}.template-product .product-tax-note{font-size:.72rem}.template-product .variant-pill{min-height:36px;padding:.4rem .68rem;font-size:.82rem}.template-product .delivery-checker,.template-product .product-cta-grid,.template-product .product-benefits,.template-product .product-accordions{padding-top:.7rem}.template-product .product-benefits{display:grid}.template-product .product-benefits li{min-height:32px;font-size:.78rem}.template-product .product-form__submit{font-size:.9rem}}.template-product .product-offers:empty{display:none}.template-product .product-offers:not(:empty){order:5;border-block:1px solid var(--premium-border);margin:0;padding:.42rem 0}.template-product .product-offers:not(:empty) .oe-stack{display:grid;gap:.42rem}.template-product .product-offers:not(:empty) .oe-offer{border-color:var(--premium-border);border-radius:10px;background:#fff;box-shadow:none;padding:.58rem .65rem}.template-product .product-offers:not(:empty) .oe-badge{border-radius:999px;padding-inline:.48rem}.template-product .product-offers:not(:empty) .oe-disc{font-size:.9rem;font-weight:950}.template-product .product-offers:not(:empty) .oe-coupon-row{border-radius:999px;padding:.24rem .34rem .24rem .62rem}.template-product .product-offers:not(:empty) .oe-copy-btn{min-height:30px;border-radius:999px;padding-inline:.78rem}.template-product .product-offers:not(:empty) .oe-msg{margin-top:.36rem;font-size:.76rem}@media(max-width:749px){.template-product .product-offers{overflow:visible;margin-inline:0;padding-inline:0;scroll-snap-type:none}.template-product .product-offers:not(:empty){padding-block:.38rem}.template-product .product-offers:not(:empty) .oe-stack{display:grid;gap:.36rem}.template-product .product-offers:not(:empty) .oe-offer{flex:initial;padding:.5rem .58rem;scroll-snap-align:none}.template-product .product-offers:not(:empty) .oe-offer__row,.template-product .product-offers:not(:empty) .oe-coupon-row{gap:.32rem}.template-product .product-offers:not(:empty) .oe-code{font-size:.78rem}}.oe-empty-state{border:1px dashed color-mix(in srgb,var(--color-accent) 35%,var(--premium-border));border-radius:12px;background:color-mix(in srgb,var(--color-accent) 6%,#fff);color:var(--color-muted);font-size:.82rem;font-weight:700;padding:.7rem .78rem}[data-review-placement]:empty,.global-review-slot:empty{display:none}.global-review{--review-border: color-mix(in srgb, var(--premium-border) 78%, transparent);color:var(--color-text)}.global-review__meta,.global-review--card{display:inline-flex;align-items:center;gap:.3rem}.gr-stars{display:inline-flex;gap:.05rem;color:#cdd3d6;line-height:1}.gr-star{font-size:.8rem}.gr-star.is-on{color:#f4a51c}.rpill{display:inline-flex;align-items:center;gap:.3rem;line-height:1;white-space:nowrap}.rpill__stars{display:inline-flex;gap:.05rem;font-size:.9rem}.rpill__star{color:var(--color-border)}.rpill__star.is-on{color:var(--color-review-star, #f4a51c)}.rpill__score{font-size:.9375rem;font-weight:800;color:var(--color-text);margin-left:.15rem}.rpill__sep{color:var(--color-border);font-size:.9rem;margin:0 .1rem}.rpill__count{font-size:.875rem;color:var(--color-muted);font-weight:500;white-space:nowrap}.gr-count,.global-review--card span{color:var(--color-muted);font-weight:650}.global-review__badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 10%,#fff);color:var(--color-accent);font-size:.68rem;font-weight:850;letter-spacing:.04em;padding:.17rem .46rem;text-transform:uppercase}.global-review--product{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.56rem;border:1px solid var(--review-border);border-radius:12px;background:#fff;box-shadow:0 10px 26px #1018280a;padding:.56rem .66rem}.global-review--product .global-review__meta{border-right:1px solid var(--review-border);padding-right:.56rem;white-space:nowrap}.global-review--product .global-review__body{display:grid;gap:.13rem;min-width:0}.global-review--product strong,.global-review--cart strong{font-size:.86rem;font-weight:900;line-height:1.2}.global-review--product p,.global-review--cart p{color:var(--color-muted);font-size:.76rem;font-weight:650;line-height:1.35;margin:0}.global-review--card{color:var(--color-muted);font-size:.78rem;font-weight:750;margin-top:.2rem}.global-review--card strong{color:var(--color-text);font-weight:900}.global-review--cart{display:grid;gap:.18rem;border:1px solid var(--review-border);border-radius:12px;background:color-mix(in srgb,var(--color-accent) 4%,#fff);padding:.65rem .72rem}.global-review__author{color:var(--color-muted);font-size:.72rem;font-weight:750}.template-product .global-review-slot{order:2}.template-product .global-review--product{gap:.45rem;padding:.44rem .58rem}.template-product .global-review--product .global-review__body{display:flex;align-items:center;flex-wrap:wrap;gap:.18rem .38rem}.template-product .global-review--product p{display:none}.template-product .price-block{order:3}.template-product .urgency{order:4;display:flex;align-items:center;flex-wrap:wrap;gap:.3rem .44rem;border:1px solid color-mix(in srgb,var(--color-warning) 26%,var(--premium-border));border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-warning) 12%,var(--color-surface)),var(--color-surface));box-shadow:0 10px 24px color-mix(in srgb,var(--color-warning) 12%,transparent);margin:0;padding:.38rem .58rem}.template-product .urgency__item{font-size:.76rem;line-height:1.15}.template-product .urgency__item--sold{font-weight:900}.template-product .product-offers,.template-product .product-offers:not(:empty){order:5}.template-product .stock-note{order:6}.template-product .product-form{order:7}.template-product .product-info h1{font-size:clamp(1.34rem,2.2vw,1.9rem);line-height:1.12;font-weight:950;letter-spacing:0}.template-product .price-block .price,.template-product .price-block .price--sale,.template-product .price-block .regular-price,.template-product .price-block .price>span:first-child{font-size:clamp(1.2rem,1.9vw,1.42rem);line-height:1.05}.template-product .price-block .compare-price{font-size:.95rem}.template-product .savings-badge{font-size:.72rem;padding:.18rem .52rem}.template-product .variant-picker__group legend{font-size:.72rem}.template-product .variant-pill{font-size:.88rem;min-height:36px;padding:.4rem .72rem}@media(max-width:749px){.template-product .product-info h1{font-size:1.04rem!important;line-height:1.17!important;-webkit-line-clamp:3}.template-product .price-block{gap:.18rem .45rem}.template-product .price-block .price,.template-product .price-block .price--sale,.template-product .price-block .regular-price,.template-product .price-block .price>span:first-child{font-size:1.08rem}.template-product .price-block .compare-price{font-size:.82rem}.template-product .savings-badge{font-size:.66rem}.template-product .urgency{flex-wrap:nowrap;overflow-x:auto;border-radius:999px;gap:.25rem .36rem;min-height:36px;padding:.28rem .46rem;scrollbar-width:none}.template-product .urgency::-webkit-scrollbar{display:none}.template-product .urgency__item{flex:0 0 auto;min-height:0;border:0;background:transparent;font-size:.7rem;line-height:1.1;padding:0;white-space:nowrap}.global-review--product{grid-template-columns:auto minmax(0,1fr);gap:.34rem;border-radius:10px;padding:.38rem .48rem}.global-review--product .global-review__meta{border-right:1px solid var(--review-border);padding-right:.44rem}.template-product .global-review--product .global-review__badge{display:none}.global-review--product strong,.global-review--cart strong{font-size:.78rem;line-height:1.15}.global-review--product p,.global-review--cart p{font-size:.72rem}}.oe-empty-state{padding:.75rem 1rem;border:1px dashed var(--color-border);border-radius:10px;color:var(--color-muted);font-size:.8rem;text-align:center}.template-product .product{isolation:isolate}@media(max-width:749px){.template-product .product{max-width:100%}.template-product .product-info{padding-top:calc(1rem + 58px)!important}}:root{--commerce-hot: var(--color-sale);--commerce-hot-dark: color-mix(in srgb, var(--color-sale) 86%, #000);--commerce-orange: var(--color-discount);--commerce-ink: var(--color-product-card-text);--commerce-soft: color-mix(in srgb, var(--color-product-card-background) 70%, var(--color-surface));--commerce-line: var(--color-border)}.product-card__video-badge{position:absolute;right:.55rem;bottom:.55rem;z-index:4;border-radius:999px;background:#141816bd;color:var(--color-surface);font-size:.64rem;font-weight:900;line-height:1;padding:.34rem .48rem}.product-card__video{display:block;width:100%;height:100%;object-fit:cover;transform:scale(var(--product-card-image-scale, 1.12));transform-origin:center;transition:transform .7s var(--ease-premium, ease)}.product-card:hover .product-card__video,.product-card__link:focus-visible .product-card__video{transform:scale(var(--product-card-image-hover-scale, 1.15))}.product-card__video-badge{left:.55rem;right:auto;bottom:.55rem;background:color-mix(in srgb,var(--commerce-hot) 92%,transparent)}.template-product .button:not(.button--secondary),.template-product .product-form__submit,.template-product .sticky-atc__form .button:not(.button--secondary){background:var(--commerce-hot);color:var(--color-accent-contrast);border-color:var(--commerce-hot)}.template-product .button:not(.button--secondary):hover,.template-product .button:not(.button--secondary):focus-visible{background:var(--commerce-hot-dark);border-color:var(--commerce-hot-dark)}.template-product .button--secondary{color:var(--commerce-hot);border-color:color-mix(in srgb,var(--commerce-hot) 52%,var(--commerce-line))}@media(min-width:990px){.template-product .product{grid-template-columns:minmax(0,1.05fr) minmax(380px,.8fr);gap:clamp(2rem,4vw,4rem);align-items:start}.template-product .product-info{border:0;box-shadow:none;padding:.35rem 0 0}.collection-results .product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:2rem 1.6rem}}@media(max-width:749px){body.template-product{background:var(--color-surface)}.template-product .section.product-section{padding:0 0 1rem}.template-product .product{width:100%;max-width:100%;gap:0}.template-product .product-info{gap:.72rem;border:0;border-radius:0;box-shadow:none;padding:.75rem 1rem 1rem!important}.template-product .product-info h1{color:var(--commerce-ink);font-size:1.08rem!important;line-height:1.22!important;font-weight:800}.template-product .global-review--product{width:max-content;max-width:100%;border:0;border-radius:8px;background:color-mix(in srgb,var(--color-product-card-background) 82%,var(--color-surface));padding:.22rem .42rem}.template-product .price-block{display:flex;align-items:center;flex-wrap:wrap;gap:.24rem .42rem}.template-product .price-block .price{display:inline-flex;align-items:baseline;gap:.34rem}.template-product .price-block .price--sale,.template-product .price-block .price>span:first-child{color:var(--commerce-ink);font-size:1.22rem!important;font-weight:950}.template-product .price-block .compare-price{color:color-mix(in srgb,var(--color-product-card-subtext) 72%,var(--color-muted));font-size:.94rem!important}.template-product .savings-badge{border-radius:4px;background:linear-gradient(90deg,var(--commerce-hot),color-mix(in srgb,var(--color-discount) 78%,var(--color-sale)));color:var(--color-accent-contrast);font-size:.82rem;font-weight:950;padding:.18rem .42rem}.template-product .product-tax-note{flex-basis:100%;color:color-mix(in srgb,var(--color-product-card-subtext) 72%,var(--color-muted));font-size:.72rem}.template-product .urgency{order:4;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--commerce-orange);padding:0}.template-product .product-offers:not(:empty){border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border));border-radius:16px;background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface));padding:.5rem}.template-product .product-offers:not(:empty) .oe-offer{border:0;border-radius:14px;background:transparent;padding:0}.template-product .product-offers:not(:empty) .oe-disc{color:var(--commerce-ink);font-size:1rem}.template-product .product-offers:not(:empty) .oe-coupon-row{margin-top:.42rem;border:0;border-radius:12px;background:#fff;padding:.45rem .5rem .45rem .72rem}.template-product .product-offers:not(:empty) .oe-copy-btn{background:transparent;color:var(--commerce-hot);font-weight:950}.template-product .gift-mode,.template-product .delivery-checker,.template-product .reassurance,.template-product .product-benefits,.template-product .product-accordion{border:1px solid var(--commerce-line);border-radius:16px;background:#fff;box-shadow:none}.template-product .gift-mode{padding:.58rem .72rem}.template-product .gift-mode__toggle{align-items:center}.template-product .variant-picker{gap:.8rem;padding-top:.2rem}.template-product .variant-picker__group legend,.template-product .field>label,.template-product .quantity-field label{color:var(--commerce-ink);font-size:1rem;font-weight:950;text-transform:none}.template-product .variant-picker__values{display:flex;gap:.58rem;overflow-x:auto;padding-bottom:.14rem;scrollbar-width:none}.template-product .variant-picker__values::-webkit-scrollbar{display:none}.template-product .variant-pill{min-width:54px;min-height:52px;justify-content:center;border-radius:16px;background:#fff;font-size:.98rem;font-weight:900}.template-product .variant-picker__group input:checked+.variant-pill{border-color:var(--commerce-hot);color:var(--commerce-hot);box-shadow:0 0 0 2px color-mix(in srgb,var(--commerce-hot) 12%,transparent)}.template-product .product-form__row{grid-template-columns:74px minmax(0,1fr);gap:.62rem;align-items:end}.template-product .quantity-field .input{min-height:54px;border-radius:14px;text-align:center}.template-product .product-form__submit{min-height:56px;border-radius:14px;font-size:1rem;font-weight:950}.template-product .delivery-checker{padding:.82rem}.template-product .delivery-checker>div:first-child span{display:none}.template-product .delivery-checker>div:first-child strong{color:var(--commerce-ink);font-size:1rem}.template-product .delivery-checker__form{grid-template-columns:minmax(0,1fr) auto}.template-product .delivery-checker .input{min-height:48px;border-radius:12px;color:var(--commerce-hot);font-weight:850}.template-product .product-benefits{display:grid;gap:.65rem;padding:.82rem}.template-product .product-benefits li{justify-content:flex-start;border:0;background:transparent;padding:0;font-size:.92rem}.template-product .product-description{border-top:1px solid #f0f1f4;padding-top:1rem}.template-product .product-accordions{display:grid;gap:.75rem}.template-product .product-accordion{padding:.18rem .78rem}.template-product .sticky-atc{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 98%,transparent);box-shadow:0 -10px 32px color-mix(in srgb,var(--color-product-card-text) 12%,transparent)}.template-product .sticky-atc__form .button{border-radius:14px;font-size:.94rem;font-weight:950}.template-product .sticky-atc__form .button--secondary{background:var(--color-surface);color:var(--commerce-hot)}.template-product .sticky-smart-offer{border-color:color-mix(in srgb,var(--commerce-hot) 18%,var(--color-border));background:color-mix(in srgb,var(--commerce-hot) 6%,var(--color-surface));color:var(--commerce-hot)}.template-product .product-grid--compact,.template-product .recently-viewed.product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,42vw);grid-template-columns:none;gap:1rem;overflow-x:auto;padding:0 1rem .4rem;scroll-snap-type:x proximity;scrollbar-width:none}.template-product .product-grid--compact::-webkit-scrollbar,.template-product .recently-viewed.product-grid::-webkit-scrollbar{display:none}}@media(max-width:749px){.collection-page{background:var(--color-background)}.collection-heading{align-items:flex-start;gap:.8rem;margin-bottom:.8rem}.collection-heading h1{color:var(--commerce-ink);font-size:1.24rem;line-height:1.12}.collection-toolbar{width:100%;justify-content:space-between}.collection-discovery{display:flex;gap:.7rem;margin-inline:-1rem;padding:.2rem 1rem .9rem;overflow-x:auto;scrollbar-width:none}.collection-discovery::-webkit-scrollbar{display:none}.collection-discovery>div{flex:0 0 auto;display:flex;align-items:center;gap:.45rem;border:1px solid var(--commerce-line);border-radius:999px;background:var(--color-surface);padding:.44rem .64rem}.collection-discovery strong{white-space:nowrap}.collection-discovery a{display:none}.collection-discovery a:nth-of-type(1){display:inline;white-space:nowrap}.collection-shell{display:block}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.65rem .95rem}.collection-results .product-card,.product-grid--compact .product-card{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.collection-results .product-card:hover,.product-grid--compact .product-card:hover{transform:none;box-shadow:none}.collection-results .product-card__media,.product-grid--compact .product-card__media{border-radius:14px;background:var(--color-product-card-background);overflow:hidden}.collection-results .product-card__media>.product-card__image,.collection-results .product-card__slide .product-card__image,.collection-results .product-card__video,.product-grid--compact .product-card__media>.product-card__image,.product-grid--compact .product-card__slide .product-card__image,.product-grid--compact .product-card__video{width:100%;height:100%;max-width:108%;max-height:108%;object-fit:cover;transform:scale(1.03)}.collection-results .product-card__info,.product-grid--compact .product-card__info{gap:.18rem;padding:.48rem 0 0}.collection-results .product-card__title,.product-grid--compact .product-card__title{color:var(--commerce-ink);font-size:.9rem;line-height:1.15;-webkit-line-clamp:2}.collection-results .price,.product-grid--compact .price{align-items:baseline;gap:.25rem;color:var(--commerce-ink);font-size:.88rem;font-weight:950}.collection-results .compare-price,.product-grid--compact .compare-price{color:#9a9ea8;font-size:.78rem}.collection-results .product-card__stock,.product-grid--compact .product-card__stock,.collection-results .product-card__hotsale,.product-grid--compact .product-card__hotsale{display:none}.collection-results .global-review--card,.product-grid--compact .global-review--card{position:absolute;left:.45rem;bottom:.45rem;z-index:4;border-radius:999px;background:#ffffffeb;padding:.12rem .38rem;font-size:.7rem}.mobile-bottom-nav{border-top:1px solid #eceef3;background:#fffffffa}}@media(max-width:749px){body.template-product{padding-bottom:calc(176px + env(safe-area-inset-bottom))}body.template-product:has(.sticky-atc--with-variant){padding-bottom:calc(214px + env(safe-area-inset-bottom))}.template-product .product-info{position:relative;z-index:2;width:calc(100% - 20px);margin:-.35rem auto 0;gap:.52rem;border-radius:18px 18px 0 0;background:#fff;padding:.72rem 1rem 1rem!important}.template-product .product-info h1{font-size:1rem!important;line-height:1.18!important;font-weight:850;-webkit-line-clamp:2}.template-product .global-review--product{display:inline-flex;width:fit-content;max-width:100%;gap:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--color-product-card-background) 86%,var(--color-surface));padding:.22rem .44rem}.template-product .global-review--product .global-review__body{display:none!important}.template-product .global-review--product .global-review__meta{border:0;padding:0;font-size:.76rem}.template-product .global-review--product .gr-stars{gap:.02rem;font-size:.7rem}.template-product .price-block{gap:.18rem .34rem}.template-product .price-block .price--sale,.template-product .price-block .price>span:first-child{font-size:1.08rem!important}.template-product .price-block .compare-price{font-size:.82rem!important}.template-product .savings-badge{font-size:.7rem;line-height:1.1;padding:.16rem .38rem}.template-product .product-tax-note{font-size:.68rem}.template-product .urgency{display:flex;width:fit-content;max-width:100%;min-height:0;overflow:visible;border-radius:999px;background:#fff6ed;color:#b45309;padding:.3rem .46rem}.template-product .urgency__item{white-space:normal}.template-product .urgency__item--viewers{display:none}.template-product .product-form{gap:.56rem}.template-product .product-form .variant-picker{order:1!important}.template-product .product-form .gift-mode{order:2!important}.template-product .product-form .personalization{order:3!important}.template-product .product-form .product-form__row{order:4!important}.template-product .variant-picker{gap:.42rem;border-top:0;padding-top:0}.template-product .variant-picker__group--select{gap:.34rem;padding:0}.template-product .variant-picker__group legend,.template-product .variant-picker__group--select label{margin:0;color:var(--commerce-ink);font-size:.86rem!important;font-weight:900}.template-product .variant-picker .select{min-height:44px;border-radius:13px;font-size:.9rem;font-weight:800}.template-product .gift-mode{border-radius:14px;padding:0!important}.template-product .gift-mode__toggle{min-height:44px;padding:.52rem .62rem}.template-product .gift-mode__toggle strong{font-size:.82rem}.template-product .gift-mode__toggle small{display:none}.template-product .gift-mode__toggle em{font-size:.66rem;padding:.22rem .44rem}.template-product .product-form__row{grid-template-columns:1fr;gap:0}.template-product .quantity-field{display:none}.template-product .product-form__submit{min-height:52px;border-radius:13px}.template-product .reassurance,.template-product .product-benefits,.template-product .delivery-checker,.template-product .product-accordion{border-radius:14px}.template-product .sticky-atc{transform:translateY(120%)}.template-product .sticky-atc.is-visible{transform:translateY(0)}.template-product .sticky-atc__inner{gap:.34rem;padding:.62rem .78rem calc(.62rem + env(safe-area-inset-bottom))}.template-product .sticky-smart-offer{min-height:0;padding:.32rem .46rem;font-size:.68rem}.template-product .sticky-variant-picker__select{min-height:38px;font-size:.78rem}.template-product .sticky-atc__form .button{min-height:48px;border-radius:13px;font-size:.9rem}}.product-card,.collection-results .product-card,.product-grid--compact .product-card,.search-results .product-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-card:hover,.collection-results .product-card:hover,.product-grid--compact .product-card:hover,.search-results .product-card:hover{box-shadow:none!important;transform:translateY(-2px)}.product-card__link{display:block;min-width:0;color:inherit;text-decoration:none}.product-card__media,.collection-results .product-card__media,.product-grid--compact .product-card__media,.search-results .product-card__media{position:relative;display:block;width:100%;aspect-ratio:var(--product-card-media-ratio, 4 / 5);border:0!important;border-radius:10px!important;background:var(--color-product-card-background)!important;box-shadow:none!important;overflow:hidden}.image-ratio-square .product-card__media,.image-ratio-square .collection-results .product-card__media,.image-ratio-square .product-grid--compact .product-card__media,.image-ratio-square .search-results .product-card__media{aspect-ratio:1 / 1}.product-card__carousel,.product-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-card__media>.product-card__image,.product-card__slide .product-card__image,.product-card__video,.collection-results .product-card__media>.product-card__image,.collection-results .product-card__slide .product-card__image,.collection-results .product-card__video,.product-grid--compact .product-card__media>.product-card__image,.product-grid--compact .product-card__slide .product-card__image,.product-grid--compact .product-card__video,.search-results .product-card__media>.product-card__image,.search-results .product-card__slide .product-card__image,.search-results .product-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none!important;max-height:none!important;object-fit:var(--product-card-image-fit, contain)!important;object-position:center;transform:scale(var(--product-card-image-scale, 1.12))!important;transition:transform .22s ease,opacity .22s ease}.product-card:hover .product-card__image,.product-card:hover .product-card__video,.product-card__link:focus-visible .product-card__image,.product-card__link:focus-visible .product-card__video{transform:scale(var(--product-card-image-hover-scale, 1.15))!important}.product-card__image--hover{opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image:not(.product-card__image--hover){opacity:1}.product-card:has(.product-card__image--hover):hover .product-card__image:not(.product-card__image--hover){opacity:0}.product-card__badges{top:.55rem;left:.55rem;right:auto;z-index:6}.product-card__badges .badge:not(.badge--sold-out):not(.badge--sale){display:none!important}.product-card__badges .badge--sale{display:inline-flex!important;border-radius:4px;background:var(--color-sale);color:#fff;font-size:.66rem;font-weight:800;letter-spacing:0;padding:.24rem .44rem}.product-card__badges .badge--sold-out{border-radius:4px;background:#282c3fe0;background:color-mix(in srgb,var(--color-product-card-text) 88%,transparent);color:var(--color-surface);font-size:.66rem;font-weight:850;letter-spacing:0;padding:.24rem .44rem}.product-card__hotsale,.product-card__stock,.product-card [data-offer-placement=product_card]{display:none!important}.product-card__rating-slot{position:absolute;left:.55rem;bottom:.55rem;z-index:7;pointer-events:none}.product-card__rating-slot:empty{display:none}.product-card__rating-slot .global-review--card,.collection-results .global-review--card,.product-grid--compact .global-review--card,.search-results .global-review--card{display:inline-flex;align-items:center;gap:.22rem;min-height:28px;margin:0;border:0;border-radius:4px;background:#fffffff0;background:color-mix(in srgb,var(--color-surface) 94%,transparent);box-shadow:0 4px 12px color-mix(in srgb,var(--color-product-card-text) 14%,transparent);color:var(--color-product-card-text);font-size:.78rem;font-weight:850;line-height:1;padding:.28rem .44rem;white-space:nowrap}.global-review--card .gr-single-star{color:var(--color-review-star);font-size:.76rem;line-height:1}.global-review--card .global-review__divider{width:1px;height:14px;margin:0 .12rem;background:color-mix(in srgb,var(--color-product-card-text) 18%,var(--color-border))}.global-review--card span:not(.gr-single-star):not(.global-review__divider){color:var(--color-product-card-text);font-weight:800}.product-card__video-badge{top:.55rem;right:.55rem;bottom:auto;border-radius:4px;background:#282c3fdb;background:color-mix(in srgb,var(--color-product-card-text) 86%,transparent);font-size:.66rem;font-weight:850}.product-card__info,.collection-results .product-card__info,.product-grid--compact .product-card__info,.search-results .product-card__info{display:grid;gap:.18rem;min-width:0;padding:.66rem .08rem 0!important}.product-card__vendor{display:block;color:var(--color-product-card-text);font-size:.98rem;font-weight:850;line-height:1.16;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__title,.collection-results .product-card__title,.product-grid--compact .product-card__title,.search-results .product-card__title{display:-webkit-box;min-height:0;margin:0;overflow:hidden;color:var(--color-product-card-subtext)!important;font-size:.96rem!important;font-weight:500!important;line-height:1.2!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.28rem;margin-top:.14rem}.product-card__price-row .price,.collection-results .product-card__price-row .price,.product-grid--compact .product-card__price-row .price,.search-results .product-card__price-row .price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.28rem;color:var(--color-product-card-text)!important;font-size:.95rem!important;font-weight:850!important;line-height:1.12}.product-card__price-row .price--sale,.product-card__price-row .price>span:first-child{color:var(--color-product-card-text)!important;font-size:.95rem!important;font-weight:900!important}.product-card__price-row .compare-price,.collection-results .product-card__price-row .compare-price,.product-grid--compact .product-card__price-row .compare-price,.search-results .product-card__price-row .compare-price{color:#6f7280!important;color:color-mix(in srgb,var(--color-product-card-subtext) 64%,var(--color-muted))!important;font-size:.86rem!important;font-weight:500!important}.product-card__discount{color:var(--color-discount);font-size:.86rem;font-weight:750;line-height:1.1}.product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit}.product-card__media-link:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 38%,transparent);outline-offset:-3px}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover,.product-card__title a:focus-visible{color:var(--color-accent)}.product-card__quick-add{position:absolute;right:.5rem;bottom:.5rem;z-index:8;margin:0;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card__quick-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:6px 12px;border:0;border-radius:999px;background:var(--color-text);box-shadow:0 2px 8px #0000002e;color:var(--color-background);cursor:pointer;font-size:.72rem;font-weight:700;letter-spacing:0;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.product-card__quick-btn:hover,.product-card__quick-btn:focus-visible{background:var(--color-accent);color:var(--color-accent-contrast);transform:scale(1.04)}.product-card__quick-add--icon .product-card__quick-btn,.product-card__quick-add--icon.product-card__quick-btn{width:38px;height:38px;border-radius:50%;justify-content:center;gap:0;padding:0}.product-card__quick-add--bar{position:absolute;right:0;bottom:0;left:0;overflow:hidden;border-radius:0 0 var(--card-radius, 12px) var(--card-radius, 12px);opacity:0;transform:translateY(0)}.product-card:hover .product-card__quick-add--bar,.product-card:focus-within .product-card__quick-add--bar{opacity:1;pointer-events:auto}.product-card__quick-add--bar .product-card__quick-btn,.product-card__quick-add--bar.product-card__quick-btn{width:100%;border-radius:0;justify-content:center;gap:6px;padding:10px 12px;font-size:.82rem}.product-card__low-stock,.product-card__delivery{display:block;margin-top:2px;font-size:.68rem;font-weight:700;line-height:1.25}.product-card__low-stock{color:var(--color-warning)}.product-card__delivery{color:var(--color-success);font-weight:600}.collection-results .product-card__swatches,.product-grid--compact .product-card__swatches,.search-results .product-card__swatches{display:flex;gap:.32rem;min-height:24px;max-height:none;overflow:visible}.product-card__swatch--color{flex:0 0 24px;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;background:var(--swatch-color, var(--color-border))}.product-card__swatch--more{border-color:var(--color-border);background:transparent;color:var(--color-muted);font-size:.65rem;font-weight:700}.product-card{--swatch-black: #111;--swatch-white: #fff;--swatch-red: #d32f2f;--swatch-blue: #1976d2;--swatch-green: #388e3c;--swatch-yellow: #fbc02d;--swatch-orange: #f57c00;--swatch-pink: #d86f9b;--swatch-purple: #7b4bb7;--swatch-grey: #8b8b8b;--swatch-gray: #8b8b8b;--swatch-brown: #795548;--swatch-navy: #1d2d50;--swatch-beige: #d8c7a5}.product-grid.is-list .product-card__link{display:grid;grid-template-columns:minmax(112px,150px) minmax(0,1fr);align-items:start;gap:.9rem}.product-grid.is-list .product-card__media{aspect-ratio:1 / 1}@media(min-width:750px){.collection-results .product-grid{gap:2.2rem 1.45rem}}@media(max-width:749px){.collection-results .product-grid,.product-grid--compact,.search-results{gap:1.35rem .9rem}.product-card__media,.collection-results .product-card__media,.product-grid--compact .product-card__media,.search-results .product-card__media{border-radius:8px!important}.product-card__info,.collection-results .product-card__info,.product-grid--compact .product-card__info,.search-results .product-card__info{gap:.14rem;padding-top:.48rem!important}.product-card__vendor{font-size:.86rem}.product-card__title,.collection-results .product-card__title,.product-grid--compact .product-card__title,.search-results .product-card__title{font-size:.82rem!important;line-height:1.18!important}.product-card__price-row{gap:.2rem}.product-card__price-row .price,.product-card__price-row .price--sale,.product-card__price-row .price>span:first-child{font-size:.82rem!important}.product-card__price-row .compare-price,.product-card__discount{font-size:.74rem!important}.product-card__rating-slot{left:.42rem;bottom:.42rem}.product-card__rating-slot .global-review--card,.collection-results .global-review--card,.product-grid--compact .global-review--card,.search-results .global-review--card{min-height:24px;gap:.17rem;font-size:.7rem;padding:.22rem .34rem}.product-card__quick-add{top:.55rem;right:.55rem;bottom:auto;left:auto;opacity:1;pointer-events:auto;transform:none}.product-card__quick-btn{min-height:30px;padding:5px 10px;font-size:.68rem;border-radius:999px;box-shadow:0 3px 10px #00000038}.product-card__quick-add--icon .product-card__quick-btn,.product-card__quick-add--icon.product-card__quick-btn{width:32px;height:32px}.product-card__video-badge{top:2.6rem}.collection-results .product-card__media{padding:.5rem .5rem .4rem}.collection-results .product-card__image,.collection-results .product-card__placeholder{transform:scale(1.08)}}@media(max-width:480px){.collection-results .product-grid{gap:.6rem}.collection-results .product-card{border-radius:14px}.collection-results .product-card__info{padding:.75rem .7rem .85rem!important;gap:.32rem}.collection-results .product-card__title{font-size:.88rem!important;min-height:3.2em}.collection-results .price{font-size:1rem!important;font-weight:850}.collection-results .compare-price{font-size:.78rem!important}.collection-results .badge{font-size:.64rem;padding:.32rem .46rem}}.search-section__header{margin-bottom:1rem}.search-section__title{margin:0;color:var(--color-text);font-size:26px;font-weight:700;line-height:1.2}.search-section__title em{color:var(--color-accent);font-style:normal}.search-section__form{margin-bottom:1.25rem}.search-section__input-wrap{display:flex;align-items:center;gap:0;border:1.5px solid var(--color-border);border-radius:8px;background:var(--color-surface);overflow:hidden;transition:border-color .16s ease}.search-section__input-wrap:focus-within{border-color:var(--color-accent)}.search-section__icon{flex:0 0 auto;margin:0 10px;color:var(--color-muted)}.search-section__input{flex:1;min-width:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:.6rem .5rem}.search-section__submit{flex:0 0 auto;border-radius:0 6px 6px 0!important;padding:.6rem 1.2rem;font-size:.88rem}.search-section__tabs{display:flex;gap:0;margin-bottom:1rem;border-bottom:2px solid var(--color-border);overflow-x:auto}.search-section__tab{display:inline-flex;align-items:center;gap:6px;margin-bottom:-2px;padding:.5rem 1rem;border-bottom:2px solid transparent;color:var(--color-muted);font-size:.88rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.search-section__tab.is-active{border-bottom-color:var(--color-accent);color:var(--color-text)}.search-section__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;border-radius:999px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.65rem;font-weight:800}.search-section__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.search-section__count{color:var(--color-muted);font-size:.82rem}.search-sort-select{min-width:160px;padding:.3rem .6rem;font-size:.82rem}.search-section__no-results{padding:2rem 0;color:var(--color-muted);text-align:center}.search-section__no-results p{margin:0}.search-section__no-results strong{color:var(--color-text)}.search-section__no-results-hint{margin-top:.4rem!important;font-size:.88rem}.search-section__fallback{margin-top:2.5rem}.search-section__fallback-heading{margin:0 0 1rem;color:var(--color-text);font-size:1rem;font-weight:700}.search-section .page-card{padding:.75rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:none}.search-section .page-card a{display:block;color:var(--color-text);text-decoration:none}.search-section .page-card strong{display:block;margin-bottom:.25rem;font-size:.9rem}.search-section .page-card p{margin:0;color:var(--color-muted);font-size:.78rem}@media(max-width:749px){.search-section__title{font-size:20px}.search-section__toolbar{align-items:flex-start;flex-direction:column;gap:.5rem}.search-section__sort,.search-sort-select{width:100%}}.collection-results .product-grid{grid-template-columns:repeat(var(--collection-products-per-row-desktop, 4),minmax(0,1fr))}.collection-results .product-grid.is-list{grid-template-columns:1fr}@media(max-width:989px){.collection-results .product-grid{grid-template-columns:repeat(var(--collection-products-per-row-tablet, 3),minmax(0,1fr))}.collection-results .product-grid.is-list{grid-template-columns:1fr}}@media(max-width:749px){.collection-results .product-grid{grid-template-columns:repeat(var(--collection-products-per-row-mobile, 2),minmax(0,1fr))}.collection-results .product-grid.is-list{grid-template-columns:1fr}}.recently-viewed-section .recently-viewed.product-grid{align-items:start}.recently-viewed-section .product-card{min-width:0}.recently-viewed-section .product-card__media{aspect-ratio:var(--product-card-media-ratio, 4 / 5)}.recently-viewed-section .product-card__no-image{position:absolute;top:.9rem;right:.9rem;bottom:.9rem;left:.9rem;display:grid;place-items:center;border:1px dashed color-mix(in srgb,var(--color-product-card-text) 10%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-surface) 52%,transparent);color:color-mix(in srgb,var(--color-product-card-subtext) 78%,var(--color-muted));font-size:.86rem;font-weight:750;text-align:center}@media(max-width:749px){.recently-viewed-section{padding-bottom:1.5rem}.recently-viewed-section .section-heading{margin-bottom:1rem}}.template-product .product-benefits{display:grid!important;grid-template-columns:1fr!important;gap:.72rem!important;margin:.25rem 0 .9rem!important;padding:0!important;list-style:none!important}.template-product .product-benefits li{display:flex!important;align-items:center!important;gap:.65rem!important;min-height:48px;margin:0!important;border:1px solid var(--color-border)!important;border-radius:12px!important;background:var(--color-surface)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--color-product-card-text) 4%,transparent);color:var(--color-text);font-size:.9rem;font-weight:760;line-height:1.22;padding:.74rem .9rem!important}.template-product .product-benefits svg{width:16px;height:16px;flex:0 0 16px;color:var(--color-success)!important}.template-product .product-description{max-height:none!important;overflow:visible!important;scrollbar-width:auto;margin:.25rem 0 1rem!important;color:var(--color-muted);font-size:1rem;font-weight:500;line-height:1.55}.template-product .product-description>*{margin-top:0;margin-bottom:.75rem}.template-product .product-description>:last-child{margin-bottom:0}@media(max-width:749px){.template-product .product-benefits{gap:.56rem!important;margin-bottom:.72rem!important}.template-product .product-benefits li{min-height:44px;border-radius:11px!important;font-size:.82rem;padding:.62rem .72rem!important}.template-product .product-description{font-size:.88rem;line-height:1.48}}.template-cart{background:var(--color-background)}.template-cart .announcement,.template-cart .site-header,.template-cart .site-footer,.template-cart .mobile-bottom-nav{display:none!important}.template-cart .cart-drawer{display:none}.cart-screen{padding-block:0 3.5rem}.cart-screen__wrap{display:grid;gap:1.4rem}.cart-screen__top{display:grid;grid-template-columns:minmax(44px,1fr) auto minmax(160px,1fr);align-items:center;min-height:72px;border-bottom:1px solid var(--color-border);background:var(--color-background)}.cart-screen__brand,.cart-secure{display:inline-flex;align-items:center}.cart-screen__brand{min-height:44px;width:max-content;max-width:min(32vw,220px);color:var(--color-product-card-text);font-size:1.04rem;font-weight:950;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-screen__brand:hover{color:var(--color-sale)}.cart-steps{display:flex;align-items:center;gap:.72rem;color:var(--color-muted);font-size:.78rem;font-weight:900;letter-spacing:.28em;text-transform:uppercase}.cart-steps strong,.cart-steps em{font-style:normal}.cart-steps strong{border-bottom:2px solid var(--color-success);color:var(--color-success);padding-bottom:.26rem}.cart-steps span{width:clamp(28px,5vw,70px);border-top:1px dashed rgba(83,87,102,.58);border-top:1px dashed color-mix(in srgb,var(--color-muted) 58%,transparent)}.cart-secure{justify-self:end;gap:.44rem;color:var(--color-success);font-size:.76rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.cart-page-form--screen{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);gap:clamp(1.5rem,3vw,3rem);align-items:start;width:min(1120px,100%);margin-inline:auto}.cart-bag,.cart-bag__items,.cart-summary--screen,.cart-panel{display:grid;gap:1rem}.cart-service-card,.cart-line,.cart-login-nudge,.cart-panel{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 10px 28px color-mix(in srgb,var(--color-product-card-text) 4%,transparent)}.cart-service-card{grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:center;gap:1rem;padding:1rem}.cart-service-card strong,.cart-panel>span,.cart-panel__head span{color:var(--color-product-card-text);font-size:.88rem;font-weight:900;text-transform:uppercase}.cart-service-card span{display:block;margin-top:.18rem;color:var(--color-muted);font-size:.86rem}.cart-service-card__pin{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;margin-top:.48rem}.cart-service-card__pin .button{min-height:44px;padding-inline:1rem}.cart-service-card__result{grid-column:1 / -1;margin:.56rem 0 0}.cart-service-card__result.delivery-checker__result{border-radius:8px;font-size:.78rem;font-weight:850;line-height:1.3;padding:.5rem .65rem}.delivery-panel{display:none}.delivery-panel.is-active{display:block}.delivery-panel select.input{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23596164' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;padding-right:2rem;cursor:pointer}.delivery-checker__tabs{display:flex;gap:.4rem;margin-bottom:.5rem}.delivery-checker__tab{flex:1;padding:.38rem .6rem;border:1px solid var(--color-border);border-radius:6px;background:transparent;color:var(--color-muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:border-color .12s,color .12s,background .12s}.delivery-checker__tab.is-active{border-color:var(--color-accent);background:#14958f1a;background:color-mix(in srgb,var(--color-accent) 10%,transparent);color:var(--color-accent)}.cart-unlock{display:grid;gap:.38rem;border:1px solid #d7e8e6;border:1px solid color-mix(in srgb,var(--color-accent) 18%,var(--color-border));border-radius:999px;background:#f4fbfa;background:color-mix(in srgb,var(--color-accent) 5%,var(--color-surface));padding:.42rem .72rem}.cart-unlock__copy{display:flex;align-items:baseline;justify-content:space-between;gap:.7rem;color:var(--color-muted);font-size:.74rem}.cart-unlock__copy strong{color:var(--color-text);font-size:.78rem;font-weight:900}.cart-unlock__copy span{font-weight:850;text-transform:uppercase}.cart-unlock.is-unlocked{border-color:#c9eadc;border-color:color-mix(in srgb,var(--color-success) 28%,var(--color-border));background:#f2fbf7;background:color-mix(in srgb,var(--color-success) 6%,var(--color-surface))}.cart-unlock.is-unlocked .cart-unlock__copy strong{color:#23825f;color:color-mix(in srgb,var(--color-success) 60%,var(--color-text))}.cart-unlock .free-shipping__track{height:3px;overflow:hidden;border-radius:999px}.cart-free-shipping{display:grid;gap:.48rem;width:100%;border:1px solid #d0e7e5;border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border));border-radius:10px;background:#f4fbfa;background:color-mix(in srgb,var(--color-accent) 5%,var(--color-surface));padding:.7rem .82rem}.cart-free-shipping__copy{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;color:var(--color-product-card-text);font-size:.76rem;line-height:1.25}.cart-free-shipping__copy span{font-weight:900;text-transform:uppercase}.cart-free-shipping__copy strong{color:var(--color-accent);font-size:.78rem;font-weight:900;text-align:right}.cart-free-shipping__track{height:5px;overflow:hidden;border-radius:999px;background:#dcefee;background:color-mix(in srgb,var(--color-accent) 13%,var(--color-border))}.cart-free-shipping__track span{display:block;min-width:3px;height:100%;border-radius:inherit;background:var(--color-accent);transition:width .24s ease}.cart-free-shipping.is-unlocked{border-color:#c2e8d8;border-color:color-mix(in srgb,var(--color-success) 32%,var(--color-border));background:#f2fbf7;background:color-mix(in srgb,var(--color-success) 6%,var(--color-surface))}.cart-free-shipping.is-unlocked .cart-free-shipping__copy strong,.cart-free-shipping.is-unlocked .cart-free-shipping__track span{color:#20845f;color:color-mix(in srgb,var(--color-success) 66%,var(--color-text));background:var(--color-success)}.cart-bag__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4rem .2rem}.cart-bag__selected{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-product-card-text);font-size:.92rem;font-weight:900;text-transform:uppercase}.cart-bag__selected input{width:18px;height:18px;accent-color:var(--color-sale)}.cart-bag__update{border:0;background:transparent;color:var(--color-muted);font-size:.78rem;font-weight:900;text-transform:uppercase;cursor:pointer}.cart-bag__update:hover{color:var(--color-sale)}.cart-line{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);gap:.9rem;padding:.78rem}.cart-line__media{display:block;aspect-ratio:3 / 4;overflow:hidden;border-radius:6px;background:var(--color-product-card-background)}.cart-line__media img,.cart-line__media svg{width:100%;height:100%;object-fit:contain;display:block}.cart-line__content,.cart-line__head>div{min-width:0}.cart-line__content{display:grid;gap:.42rem;align-content:start}.cart-line__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.cart-line__vendor,.cart-line__meta,.cart-line__promise{display:block;color:var(--color-muted);font-size:.76rem;line-height:1.3}.cart-line__vendor{color:var(--color-product-card-text);font-weight:900}.cart-line__title{display:-webkit-box;overflow:hidden;color:var(--color-product-card-text);font-size:.9rem;font-weight:650;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-line__remove{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;color:var(--color-product-card-text)}.cart-line__remove:hover{background:#11111112;background:color-mix(in srgb,var(--color-text) 7%,transparent)}.cart-line__chips{display:flex;flex-wrap:wrap;gap:.4rem}.cart-line__chips span{border-radius:4px;background:#f3f3f5;background:color-mix(in srgb,var(--color-product-card-background) 82%,var(--color-surface));color:var(--color-product-card-text);font-size:.76rem;font-weight:850;padding:.18rem .42rem}.cart-line__bottom{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:.1rem}.cart-line__qty{display:inline-grid;gap:.22rem;color:var(--color-muted);font-size:.72rem;font-weight:900;text-transform:uppercase}.cart-line__price{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:end;gap:.35rem;text-align:right}.cart-line__price strong{color:var(--color-product-card-text);font-size:.98rem;font-weight:950}.cart-line__price s{color:#747782;color:color-mix(in srgb,var(--color-muted) 74%,var(--color-product-card-subtext));font-size:.84rem}.cart-line__price span{color:var(--color-discount);font-size:.8rem;font-weight:900;text-transform:uppercase}.cart-line__promise{margin:.1rem 0 0}.cart-summary--screen{width:100%;padding:0;border:0;background:transparent}.cart-panel{padding:1rem}.cart-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.cart-panel__head .button{min-height:36px;border-color:var(--color-sale);color:var(--color-sale);font-size:.74rem;padding-inline:.9rem}.cart-discount-field{display:grid}.cart-price-table{display:grid;gap:.72rem}.cart-price-table>div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;color:var(--color-product-card-subtext);font-size:.88rem}.cart-price-table strong{color:var(--color-product-card-text);font-weight:850;white-space:nowrap}.cart-price-table a,.cart-price-table__save strong,.cart-price-table__save{color:var(--color-success)}.cart-price-table__tax strong{color:var(--color-warning)}.cart-price-table__tax--included strong{color:var(--color-success)}.cart-price-table__total{margin-top:.2rem;border-top:1px solid var(--color-border);padding-top:.72rem}.cart-price-table__total span,.cart-price-table__total strong{color:var(--color-product-card-text);font-size:.98rem;font-weight:950}.cart-tax-note{margin:-.08rem 0 0;border-radius:6px;background:color-mix(in srgb,var(--color-warning) 7%,var(--color-surface));color:color-mix(in srgb,var(--color-warning) 48%,var(--color-product-card-text));font-size:.76rem;font-weight:750;line-height:1.38;padding:.58rem .72rem}.cart-saving-line{margin:.1rem 0 0;border-radius:6px;background:color-mix(in srgb,var(--color-success) 8%,var(--color-surface));color:color-mix(in srgb,var(--color-success) 60%,var(--color-text));font-size:.82rem;font-weight:850;padding:.58rem .72rem}.cart-summary--screen .trust-badges{grid-template-columns:1fr 1fr}.cart-summary--screen .trust-badge{min-height:42px;padding:.55rem;font-size:.74rem}.cart-summary--screen .global-review{margin:0}.cart-summary__checkout{width:100%;min-height:52px;border-radius:4px;background:var(--color-sale);border-color:var(--color-sale);font-size:.92rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.cart-summary__checkout:hover,.cart-summary__checkout:focus-visible{background:#8f1616;background:color-mix(in srgb,var(--color-sale) 86%,#000);border-color:#8f1616;border-color:color-mix(in srgb,var(--color-sale) 86%,#000)}.cart-empty-state--screen{width:min(680px,100%);margin:2rem auto}.cart-page-form--screen .cart-upsell{border-radius:8px}.cart-page-form--screen .cart-upsell__list{display:flex;gap:.72rem;overflow-x:auto;padding-bottom:.18rem;scroll-snap-type:x proximity}.cart-page-form--screen .cart-upsell-item{flex:0 0 min(250px,78vw);scroll-snap-align:start}@media(max-width:989px){.cart-page-form--screen{grid-template-columns:1fr;width:100%}.cart-summary--screen{position:static}.cart-service-card{grid-template-columns:1fr}}@media(max-width:749px){.cart-screen{padding-block:0 1rem}.cart-screen__wrap{gap:.9rem}.cart-screen__top{grid-template-columns:minmax(74px,.7fr) minmax(0,1fr) auto;min-height:58px}.cart-screen__brand{max-width:24vw;font-size:.86rem}.cart-steps{justify-content:center;gap:.38rem;font-size:.66rem;letter-spacing:.16em}.cart-steps span{width:20px}.cart-secure span{display:none}.cart-service-card,.cart-line,.cart-panel{border-radius:0;box-shadow:none}.cart-service-card,.cart-panel{padding:.82rem}.cart-service-card__pin{grid-template-columns:1fr}.cart-unlock{margin-inline:0;border-radius:0}.cart-unlock__copy{display:grid;gap:.18rem;font-size:.8rem}.cart-bag__bar{padding-inline:.82rem}.cart-line{grid-template-columns:92px minmax(0,1fr);gap:.72rem;padding:.7rem .82rem;border-inline:0}.cart-line__media{aspect-ratio:3 / 4.1}.cart-line__title{font-size:.84rem}.cart-line__head{gap:.44rem}.cart-line__remove{width:28px;height:28px}.cart-line__chips{gap:.3rem}.cart-line__chips span{font-size:.68rem}.cart-line__bottom{display:grid;gap:.5rem}.cart-line__price{justify-content:start;text-align:left}.cart-line .customization-summary{font-size:.72rem}.cart-summary--screen{gap:.7rem}.cart-summary--screen .trust-badges{grid-template-columns:1fr 1fr;padding-inline:.82rem}.cart-summary__note,.cart-summary__checkout{width:calc(100% - 1.64rem);margin-inline:auto}.cart-summary__checkout{position:sticky;bottom:calc(.65rem + env(safe-area-inset-bottom));z-index:20;box-shadow:0 12px 26px color-mix(in srgb,var(--color-sale) 24%,transparent)}}.cart-screen{padding-block:0 2rem}.cart-screen__wrap{gap:.9rem}.cart-screen__top{min-height:60px}.cart-steps{gap:.52rem;font-size:.7rem;letter-spacing:.2em}.cart-secure{font-size:.68rem;letter-spacing:.16em}.cart-page-form--screen{grid-template-columns:minmax(0,1fr) minmax(300px,350px);gap:clamp(1rem,2vw,1.55rem);width:min(1040px,100%)}.cart-bag,.cart-bag__items,.cart-summary--screen,.cart-panel{gap:.62rem}.cart-service-card,.cart-line,.cart-panel,.cart-upsell{box-shadow:none}.cart-service-card{grid-template-columns:minmax(0,1fr) minmax(220px,286px);gap:.72rem;padding:.68rem .78rem}.cart-service-card strong,.cart-panel>span,.cart-panel__head span{font-size:.76rem;letter-spacing:.02em}.cart-service-card span{margin-top:.1rem;font-size:.76rem;line-height:1.3}.cart-service-card__pin{gap:.38rem}.cart-service-card__pin .input,.cart-discount-field .input{min-height:38px;font-size:.82rem;padding-block:.45rem}.cart-service-card__pin .button,.cart-panel__head .button{min-height:38px;border-radius:6px;font-size:.7rem;padding-inline:.72rem}.cart-unlock{gap:.26rem;padding:.36rem .58rem}.cart-unlock__copy{gap:.48rem;font-size:.68rem}.cart-unlock__copy strong{font-size:.72rem}.cart-smart-offer.cart-smart-offer--page{padding:.5rem .68rem}.cart-bag__bar{padding:.14rem .08rem}.cart-bag__selected{gap:.42rem;font-size:.8rem}.cart-bag__selected input{width:15px;height:15px}.cart-bag__update{font-size:.72rem}.cart-line{grid-template-columns:88px minmax(0,1fr);gap:.68rem;padding:.58rem}.cart-line__media{aspect-ratio:1 / 1.18;border-radius:5px}.cart-line__content{gap:.24rem}.cart-line__head{gap:.42rem}.cart-line__vendor,.cart-line__meta,.cart-line__promise{font-size:.68rem}.cart-line__title{font-size:.82rem;line-height:1.24}.cart-line__remove{width:26px;height:26px}.cart-line__chips{gap:.28rem}.cart-line__chips span{font-size:.68rem;padding:.13rem .34rem}.cart-line__bottom{align-items:center;gap:.7rem;margin-top:0}.cart-line__qty{gap:.15rem;font-size:.66rem}.cart-line__price{gap:.24rem}.cart-line__price strong{font-size:.88rem}.cart-line__price s,.cart-line__price span{font-size:.72rem}.cart-line__promise{margin:0}.cart-line .customization-summary{gap:.28rem;margin-top:.28rem;border-radius:8px;padding:.45rem}.cart-line .customization-summary strong{font-size:.72rem}.cart-line .customization-summary dl{gap:.2rem}.cart-line .customization-summary dl>div{grid-template-columns:88px minmax(0,1fr);gap:.3rem}.cart-line .customization-summary dt,.cart-line .customization-summary dd{font-size:.68rem}.cart-panel{padding:.72rem}.cart-panel__head{gap:.55rem}.cart-price-table{gap:.46rem}.cart-price-table>div{font-size:.78rem}.cart-price-table__total{margin-top:.05rem;padding-top:.5rem}.cart-price-table__total span,.cart-price-table__total strong{font-size:.88rem}.cart-tax-note,.cart-saving-line,.cart-summary__note{font-size:.68rem;line-height:1.32;padding:.42rem .52rem}.cart-summary--screen .trust-badges{gap:.38rem}.cart-summary--screen .trust-badge{min-height:34px;border-radius:7px;font-size:.66rem;padding:.38rem}.cart-summary__checkout{min-height:46px;font-size:.82rem}.cart-page-form--screen .cart-upsell{gap:.52rem;padding:.62rem}.cart-page-form--screen .cart-upsell__head{gap:.1rem}.cart-page-form--screen .cart-upsell__head strong{font-size:.86rem}.cart-page-form--screen .cart-upsell__head p,.cart-page-form--screen .cart-upsell__booster span{font-size:.7rem}.cart-page-form--screen .cart-upsell__booster{border-radius:8px;padding:.45rem}.cart-page-form--screen .cart-upsell__list{gap:.5rem}.cart-page-form--screen .cart-upsell-item{flex-basis:min(220px,74vw);grid-template-columns:48px minmax(0,1fr) auto;gap:.48rem;border-radius:8px;padding:.42rem}.cart-page-form--screen .cart-upsell-item__media{border-radius:7px}.cart-page-form--screen .cart-upsell-item__badge{display:none}.cart-page-form--screen .cart-upsell-item__info>a{font-size:.76rem}.cart-page-form--screen .cart-upsell-item__button{min-width:56px;min-height:34px;border-radius:7px;font-size:.7rem}@media(min-width:750px){.template-cart .cart-page-form--screen .cart-upsell__list{gap:.62rem;overflow-x:auto;padding-bottom:.08rem;scroll-snap-type:x proximity}.template-cart .cart-page-form--screen .cart-upsell-item{flex:0 0 168px;display:grid;grid-template-columns:1fr;align-content:start;gap:.42rem;border:1px solid var(--color-border);border-radius:0;background:var(--color-surface);padding:0;overflow:hidden;scroll-snap-align:start}.template-cart .cart-page-form--screen .cart-upsell-item__media{aspect-ratio:1 / 1.18;border-radius:0;background:color-mix(in srgb,var(--color-product-card-background) 84%,var(--color-surface))}.template-cart .cart-page-form--screen .cart-upsell-item__media img,.template-cart .cart-page-form--screen .cart-upsell-item__media svg{padding:.4rem}.template-cart .cart-page-form--screen .cart-upsell-item__info{gap:.22rem;padding:0 .55rem .55rem}.template-cart .cart-page-form--screen .cart-upsell-item__info>a{min-height:2.4em;font-size:.76rem;line-height:1.2;-webkit-line-clamp:2}.template-cart .cart-page-form--screen .cart-upsell-item__price{font-size:.72rem}.template-cart .cart-page-form--screen .cart-upsell-item__price strong{font-size:.9rem}.template-cart .cart-page-form--screen .cart-upsell-item__button{width:100%;min-height:38px;border-inline:0;border-bottom:0;border-radius:0;color:var(--color-sale);font-size:.72rem;font-weight:950;text-transform:uppercase;padding-inline:.55rem}}@media(max-width:749px){.cart-screen__wrap{gap:.5rem}.cart-screen__top{min-height:52px}.cart-steps{gap:.28rem;font-size:.58rem;letter-spacing:.1em}.cart-steps span{width:14px}.cart-service-card,.cart-panel{padding:.62rem .72rem}.cart-service-card span{display:none}.cart-unlock{padding:.46rem .72rem}.cart-bag__bar{padding-inline:.72rem}.cart-line{grid-template-columns:78px minmax(0,1fr);gap:.56rem;padding:.54rem .72rem}.cart-line__content{gap:.2rem}.cart-line__bottom{gap:.34rem}.cart-line__promise{display:none}.cart-line .customization-summary{max-height:96px;overflow:auto}.cart-summary--screen{gap:.48rem}.cart-summary__note,.cart-summary__checkout{width:calc(100% - 1.44rem)}.cart-summary__checkout{min-height:44px;bottom:calc(.45rem + env(safe-area-inset-bottom))}}.cart-coupon-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.62rem}.cart-coupon-card__icon{display:grid;place-items:center;color:var(--color-product-card-text)}.cart-coupon-card__copy{display:grid;min-width:0;gap:.08rem}.cart-coupon-card__copy strong{color:var(--color-product-card-text);font-size:.86rem}.cart-coupon-card__copy small{color:var(--color-success);font-size:.72rem;font-weight:750}.cart-price-table__link{border:0;background:transparent;color:var(--color-sale);font:inherit;font-weight:850;padding:0;cursor:pointer}.cart-price-table__link:hover{text-decoration:underline;text-underline-offset:2px}.cart-coupon-modal[hidden]{display:none}.cart-coupon-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center}.cart-coupon-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:color-mix(in srgb,#000 56%,transparent)}.cart-coupon-modal__panel{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(520px,calc(100vw - 2rem));max-height:min(760px,calc(100vh - 2rem));overflow:hidden;border-radius:8px;background:var(--color-surface);box-shadow:0 24px 70px #00000038}.cart-coupon-modal__header,.cart-coupon-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem}.cart-coupon-modal__header{border-bottom:1px solid var(--color-border)}.cart-coupon-modal__header h2{margin:0;color:var(--color-product-card-text);font-size:.9rem;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.cart-coupon-modal__close{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:var(--color-product-card-text);cursor:pointer}.cart-coupon-modal__close:hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.cart-coupon-modal__body{overflow:auto;background:color-mix(in srgb,var(--color-background) 55%,var(--color-surface))}.cart-coupon-list{display:grid}.cart-coupon-group{display:grid;gap:0}.cart-coupon-group__title{margin:0;background:color-mix(in srgb,var(--color-product-card-background) 66%,var(--color-surface));color:var(--color-muted);font-size:.72rem;font-weight:950;letter-spacing:.04em;padding:.72rem 1.15rem;text-transform:uppercase}.cart-coupon-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.72rem;width:100%;border:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);color:inherit;padding:.95rem 1.15rem;text-align:left;cursor:pointer}.cart-coupon-option.is-locked{cursor:default;opacity:.62}.cart-coupon-option.is-selected,.cart-coupon-option:not(.is-locked):hover{background:color-mix(in srgb,var(--color-sale) 4%,var(--color-surface))}.cart-coupon-option__check{display:grid;place-items:center;width:18px;height:18px;margin-top:.12rem;border:1.5px solid var(--color-border);border-radius:3px;color:var(--color-accent-contrast);font-size:.72rem;font-weight:950}.cart-coupon-option.is-selected .cart-coupon-option__check{border-color:var(--color-sale);background:var(--color-sale)}.cart-coupon-option.is-selected .cart-coupon-option__check:before{content:"\2713"}.cart-coupon-option__body{display:grid;gap:.38rem;min-width:0}.cart-coupon-code{width:fit-content;border:1px dashed var(--color-sale);border-radius:4px;color:var(--color-sale);font-size:.78rem;font-weight:950;letter-spacing:.03em;padding:.3rem .62rem;text-transform:uppercase}.cart-coupon-option.is-locked .cart-coupon-code{border-color:var(--color-muted);color:var(--color-muted)}.cart-coupon-option__body strong{color:var(--color-product-card-text);font-size:.78rem;font-weight:950}.cart-coupon-option__body p{margin:0;color:var(--color-product-card-subtext);font-size:.82rem;line-height:1.42}.cart-coupon-option__body small{color:var(--color-muted);font-size:.72rem;line-height:1.35}.cart-coupon-empty{margin:0;padding:1.2rem;color:var(--color-muted);font-size:.86rem}.cart-coupon-modal__footer{border-top:1px solid var(--color-border);box-shadow:0 -8px 18px color-mix(in srgb,var(--color-product-card-text) 5%,transparent)}.cart-coupon-modal__footer span{display:grid;color:var(--color-muted);font-size:.72rem;font-weight:850}.cart-coupon-modal__footer strong{color:var(--color-product-card-text);font-size:.92rem}.cart-coupon-modal__footer .button{min-width:180px;min-height:44px;border-radius:4px;background:var(--color-sale);border-color:var(--color-sale);font-size:.84rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.cart-coupon-modal__footer .button[disabled]{opacity:.42;cursor:not-allowed}@media(max-width:749px){.cart-coupon-modal{align-items:end}.cart-coupon-modal__panel{width:100%;max-height:min(86vh,720px);border-radius:14px 14px 0 0}.cart-coupon-modal__header,.cart-coupon-modal__footer,.cart-coupon-group__title,.cart-coupon-option{padding-inline:1rem}.cart-coupon-modal__footer .button{min-width:150px}}.cart-screen__step{display:none}.cart-bag__selected strong{color:var(--color-sale);font-weight:950;white-space:nowrap}@media(max-width:749px){body.template-cart{overflow-x:hidden;background:var(--color-surface);padding-bottom:calc(76px + env(safe-area-inset-bottom))}.template-cart .cart-screen{padding-block:0}.template-cart .cart-screen__wrap{width:100%;max-width:none;gap:0;padding-inline:0}.template-cart .cart-screen__top{position:sticky;top:0;z-index:45;display:flex;align-items:center;justify-content:space-between;min-height:50px;border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:0 .95rem}.template-cart .cart-screen__brand{max-width:54vw;min-height:40px;color:var(--color-product-card-text);font-size:.86rem;font-weight:950}.template-cart .cart-steps,.template-cart .cart-secure{display:none}.template-cart .cart-screen__step{display:inline-flex;align-items:center;min-height:40px;color:var(--color-muted);font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.template-cart .cart-page-form--screen{display:flex;flex-direction:column;gap:0;width:100%;margin:0}.template-cart .cart-bag,.template-cart .cart-summary--screen{display:contents}.template-cart .cart-service-card{order:1;display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:color-mix(in srgb,var(--color-sale) 4%,var(--color-surface));box-shadow:none;padding:.76rem .95rem}.template-cart .cart-service-card strong{color:var(--color-product-card-subtext);font-size:.74rem;line-height:1.2}.template-cart .cart-service-card span,.template-cart .cart-service-card__pin .input{display:none}.template-cart .cart-service-card__pin{display:block;margin-top:0}.template-cart .cart-service-card__pin .button{min-height:0;border:0;background:transparent;color:var(--color-sale);font-size:0;font-weight:950;letter-spacing:.04em;padding:0;text-transform:uppercase;box-shadow:none}.template-cart .cart-service-card__pin .button:after{content:attr(data-mobile-label);font-size:.74rem}.template-cart .cart-service-card.is-pin-expanded,.template-cart .cart-service-card.has-delivery-result{display:grid;grid-template-columns:1fr;gap:.62rem}.template-cart .cart-service-card.is-pin-expanded .cart-service-card__pin,.template-cart .cart-service-card.has-delivery-result .cart-service-card__pin{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;width:100%;margin-top:0}.template-cart .cart-service-card.is-pin-expanded .cart-service-card__pin .input,.template-cart .cart-service-card.has-delivery-result .cart-service-card__pin .input{display:block;min-height:38px;font-size:.82rem}.template-cart .cart-service-card.is-pin-expanded .cart-service-card__pin .button,.template-cart .cart-service-card.has-delivery-result .cart-service-card__pin .button{min-height:38px;border:1px solid var(--color-sale);border-radius:6px;background:var(--color-sale);color:var(--color-accent-contrast);font-size:.74rem;padding:0 .72rem}.template-cart .cart-service-card.is-pin-expanded .cart-service-card__pin .button:after,.template-cart .cart-service-card.has-delivery-result .cart-service-card__pin .button:after{content:none}.template-cart .cart-service-card__result{width:100%;margin-top:0;border-radius:7px;font-size:.72rem;line-height:1.28;padding:.44rem .52rem}.template-cart .cart-smart-offer.cart-smart-offer--page{display:none}.template-cart .cart-unlock{order:2;width:calc(100% - 1.9rem);margin:.72rem auto 0;border-radius:8px;padding:.44rem .54rem}.template-cart .cart-unlock__copy{display:flex;align-items:center;font-size:.66rem;line-height:1.18}.template-cart .cart-unlock__copy strong{font-size:.7rem}.template-cart .cart-free-shipping{order:2;width:calc(100% - 1.9rem);margin:.72rem auto 0;gap:.4rem;border-radius:8px;padding:.58rem .65rem}.template-cart .cart-free-shipping__copy{gap:.5rem;font-size:.68rem}.template-cart .cart-free-shipping__copy strong{font-size:.7rem}.template-cart .cart-free-shipping__track{height:4px}.template-cart .cart-bag__bar{order:3;display:flex;align-items:center;min-height:50px;border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:.72rem .95rem}.template-cart .cart-bag__selected{gap:.5rem;color:var(--color-muted);font-size:.78rem;line-height:1.2;text-transform:uppercase}.template-cart .cart-bag__selected input{width:17px;height:17px}.template-cart .cart-bag__selected span{display:inline-flex;flex-wrap:wrap;gap:.18rem .28rem;align-items:baseline}.template-cart .cart-bag__update{display:none}.template-cart .cart-bag__items{order:4;display:grid;gap:0;width:100%}.template-cart .cart-line{display:grid;grid-template-columns:92px minmax(0,1fr);gap:.72rem;width:100%;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:var(--color-surface);box-shadow:none;padding:.82rem .95rem}.template-cart .cart-line__media{aspect-ratio:3 / 4;border-radius:0;background:color-mix(in srgb,var(--color-product-card-background) 82%,var(--color-surface))}.template-cart .cart-line__media img,.template-cart .cart-line__media svg{object-fit:contain}.template-cart .cart-line__content{gap:.26rem;min-width:0}.template-cart .cart-line__head{grid-template-columns:minmax(0,1fr) 26px;gap:.44rem}.template-cart .cart-line__vendor{color:var(--color-product-card-text);font-size:.76rem;line-height:1.16}.template-cart .cart-line__title{color:var(--color-product-card-subtext);font-size:.8rem;font-weight:600;line-height:1.28;-webkit-line-clamp:2}.template-cart .cart-line__remove{width:26px;height:26px;color:var(--color-muted)}.template-cart .cart-line__chips{gap:.3rem}.template-cart .cart-line__chips span{border-radius:4px;background:color-mix(in srgb,var(--color-product-card-background) 76%,var(--color-surface));color:var(--color-product-card-subtext);font-size:.7rem;padding:.12rem .35rem}.template-cart .cart-line__bottom{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.08rem}.template-cart .cart-line__qty{display:flex;align-items:center;gap:.34rem;font-size:.72rem;text-transform:none}.template-cart .cart-line .qty-stepper{min-width:82px}.template-cart .cart-line .qty-stepper__btn{width:28px;height:28px}.template-cart .cart-line .qty-stepper__input{min-height:28px;width:34px;font-size:.76rem}.template-cart .cart-line__price{justify-content:flex-start;text-align:left}.template-cart .cart-line__price strong{color:var(--color-product-card-text);font-size:.86rem}.template-cart .cart-line__price s,.template-cart .cart-line__price span{font-size:.72rem}.template-cart .cart-line__promise{display:block;margin:.04rem 0 0;color:var(--color-muted);font-size:.72rem}.template-cart .cart-line .customization-summary{max-height:none;overflow:visible;border-radius:7px;padding:.42rem}.template-cart .cart-panel--coupon{order:5;display:grid;gap:.56rem;width:100%;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:var(--color-surface);box-shadow:none;padding:.88rem .95rem}.template-cart .cart-panel--coupon>span{color:var(--color-muted);font-size:.72rem;font-weight:950;letter-spacing:.03em;text-transform:uppercase}.template-cart .cart-coupon-card{grid-template-columns:auto minmax(0,1fr) auto;gap:.68rem;border:1px solid var(--color-border);border-radius:8px;background:color-mix(in srgb,var(--color-sale) 4%,var(--color-surface));padding:.72rem}.template-cart .cart-coupon-card__copy strong{font-size:.82rem}.template-cart .cart-coupon-card__copy small{color:var(--color-product-card-subtext);font-size:.72rem}.template-cart .cart-coupon-card .button{min-height:auto;border:0;background:transparent;color:var(--color-sale);font-size:.76rem;font-weight:950;padding:0;box-shadow:none}.template-cart .cart-page-form--screen .cart-upsell{order:6;width:100%;max-width:100vw;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:var(--color-surface);padding:.9rem .95rem .95rem}.template-cart .cart-page-form--screen .cart-upsell__head{gap:.12rem}.template-cart .cart-page-form--screen .cart-upsell__head strong{font-size:.82rem}.template-cart .cart-page-form--screen .cart-upsell__head p{font-size:.72rem}.template-cart .cart-page-form--screen .cart-upsell__booster{display:none}.template-cart .cart-page-form--screen .cart-upsell__list{gap:.62rem;margin-inline:-.95rem;overflow-x:auto;padding:0 .95rem .08rem;scroll-padding-inline:.95rem}.template-cart .cart-page-form--screen .cart-upsell-item{flex:0 0 144px;display:grid;grid-template-columns:1fr;gap:.42rem;border:1px solid var(--color-border);border-radius:0;background:var(--color-surface);padding:0;overflow:hidden}.template-cart .cart-page-form--screen .cart-upsell-item__media{aspect-ratio:1 / 1.18;border-radius:0;background:color-mix(in srgb,var(--color-product-card-background) 84%,var(--color-surface))}.template-cart .cart-page-form--screen .cart-upsell-item__info{padding:0 .55rem}.template-cart .cart-page-form--screen .cart-upsell-item__info>a{min-height:2.4em;font-size:.72rem;line-height:1.2;-webkit-line-clamp:2}.template-cart .cart-page-form--screen .cart-upsell-item__price{font-size:.72rem}.template-cart .cart-page-form--screen .cart-upsell-item__button{width:100%;min-height:38px;border-inline:0;border-bottom:0;border-radius:0;color:var(--color-sale);font-size:.72rem;font-weight:950;text-transform:uppercase}.template-cart .cart-summary--screen .cart-panel:not(.cart-panel--coupon){order:7;width:100%;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:var(--color-surface);box-shadow:none;padding:.95rem}.template-cart .cart-price-table{gap:.56rem}.template-cart .cart-price-table>div{font-size:.82rem}.template-cart .cart-price-table__total span,.template-cart .cart-price-table__total strong{font-size:.9rem}.template-cart .cart-tax-note,.template-cart .cart-saving-line{border-radius:6px;font-size:.72rem;line-height:1.35;padding:.5rem .58rem}.template-cart .cart-summary--screen .trust-badges{order:8;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:.8rem .95rem}.template-cart .cart-summary--screen .trust-badge{min-height:42px;border:0;background:transparent;color:var(--color-muted);font-size:.62rem;line-height:1.18;padding:0;text-align:center}.template-cart .cart-summary--screen .trust-badge__icon{margin-inline:auto}.template-cart .cart-summary__note{order:9;width:100%;margin:0;border:0;border-radius:0;background:var(--color-surface);color:var(--color-muted);font-size:.7rem;line-height:1.35;padding:.78rem .95rem}.template-cart .cart-summary__checkout{position:fixed;right:.95rem;bottom:calc(.65rem + env(safe-area-inset-bottom));left:.95rem;z-index:70;width:auto;min-height:50px;margin:0;border-radius:8px;background:var(--color-sale);border-color:var(--color-sale);box-shadow:0 12px 28px color-mix(in srgb,var(--color-sale) 24%,transparent);font-size:.88rem;letter-spacing:.02em}.template-cart .cart-coupon-modal{order:99}}.header-search--desktop,.site-header__action-label{display:none}@media(min-width:990px){.site-header{position:sticky;top:0;z-index:90;border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);background:var(--color-surface);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header:after{content:"";position:fixed;top:var(--mega-menu-top, 76px);right:0;bottom:0;left:0;z-index:1;background:color-mix(in srgb,var(--color-text) 42%,transparent);opacity:0;pointer-events:none;transition:opacity .16s var(--ease-premium)}.site-header:has(.site-nav__item--has-dropdown:hover):after,.site-header:has(.site-nav__item--has-dropdown:focus-within):after{opacity:1}.site-header__inner{position:relative;z-index:3;display:grid;grid-template-columns:auto minmax(0,max-content) minmax(280px,1fr) auto;min-height:76px;gap:clamp(1rem,2.3vw,2.2rem);align-items:center}.site-header__brand{min-width:max-content}.site-header__logo{max-height:44px}.site-nav{min-width:0;justify-self:start}.site-nav__list{flex-wrap:nowrap;gap:clamp(1rem,1.85vw,1.85rem)}.site-nav__item{display:flex;min-height:76px;align-items:center}.site-nav__item--has-dropdown:after{left:-.9rem;right:-.9rem;top:calc(100% - 2px);height:18px}.site-nav__link{position:relative;display:inline-flex;min-height:76px;align-items:center;color:color-mix(in srgb,var(--color-text) 78%,var(--color-muted));font-size:.78rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;transition:color .15s var(--ease-premium)}.site-nav__link:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px 999px 0 0;background:var(--color-sale);opacity:0;transform:scaleX(.62);transition:opacity .15s var(--ease-premium),transform .15s var(--ease-premium)}.site-nav__item:hover>.site-nav__link,.site-nav__item:focus-within>.site-nav__link,.site-nav__link[aria-current=page]{color:var(--color-text)}.site-nav__item:hover>.site-nav__link:after,.site-nav__item:focus-within>.site-nav__link:after,.site-nav__link[aria-current=page]:after{opacity:1;transform:scaleX(1)}.header-search--desktop{display:flex;justify-self:stretch;width:100%;max-width:680px;min-height:44px;border:0;border-radius:4px;background:color-mix(in srgb,var(--color-background) 82%,var(--color-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-border) 50%,transparent);overflow:hidden}.header-search--desktop button{min-width:52px;color:var(--color-muted)}.header-search--desktop input{height:44px;padding:0 1rem 0 0;color:var(--color-text);font-size:.88rem}.header-search--desktop input::placeholder{color:color-mix(in srgb,var(--color-muted) 78%,transparent)}.site-header__actions{gap:.68rem}.site-header__actions .search-drawer{display:none}.site-header__action,.site-header__actions>.icon-button,.site-header__actions>.cart-link{display:grid;min-width:42px;min-height:48px;grid-template-rows:24px auto;align-content:center;justify-items:center;row-gap:.02rem;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--color-text);padding:0}.site-header__action svg{display:block;width:22px;height:22px}.site-header__action[aria-label=Account] svg{transform:translateY(-3px)}.site-header__action-label{display:block;font-size:.66rem;font-weight:900;line-height:.95}.cart-link__count{top:-3px;right:-6px;z-index:2;min-width:1.28rem;height:1.28rem;line-height:1.28rem;background:var(--color-sale);color:var(--color-sale-contrast, var(--color-accent-contrast))}.mega-menu{position:fixed;top:var(--mega-menu-top, 76px);left:50%;z-index:4;width:min(1280px,calc(100vw - 220px));max-width:calc(100vw - 32px);transform:translate(-50%) translateY(0);transition:opacity .14s var(--ease-premium),visibility .14s var(--ease-premium)}.site-nav__item:hover>.mega-menu,.site-nav__item:focus-within>.mega-menu{transform:translate(-50%) translateY(0)}.mega-menu__inner{display:block;max-height:min(68vh,560px);border:0;border-radius:0;background:var(--color-surface);box-shadow:0 28px 52px color-mix(in srgb,var(--color-text) 14%,transparent);overflow:auto;padding:0}.mega-menu__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0}.mega-menu__column{min-height:340px;padding:1.25rem 1.5rem 1.55rem}.mega-menu__column:nth-child(2n){background:color-mix(in srgb,var(--color-background) 60%,var(--color-surface))}.mega-menu__heading{display:inline-flex;margin-bottom:.48rem;color:var(--color-sale);font-size:.88rem;font-weight:900;line-height:1.25}.mega-menu ul{display:grid;gap:.28rem;margin:0 0 .7rem;padding:0 0 .72rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 54%,transparent);list-style:none}.mega-menu li a{display:inline-flex;color:color-mix(in srgb,var(--color-text) 76%,var(--color-muted));font-size:.9rem;font-weight:550;line-height:1.35;padding-block:.12rem}.mega-menu li a:hover,.mega-menu li a:focus-visible{color:var(--color-sale);transform:translate(2px)}.mega-menu__promo{display:none}.simple-menu{top:calc(100% + 0px);z-index:4;min-width:260px}.simple-menu__inner{border:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);border-radius:0;background:var(--color-surface);box-shadow:0 20px 44px color-mix(in srgb,var(--color-text) 14%,transparent);padding:.55rem}}@media(max-width:1180px)and (min-width:990px){.site-header__inner{grid-template-columns:auto minmax(0,1fr) minmax(220px,.75fr) auto;gap:1rem}.site-nav__list{gap:.95rem}.site-nav__link{font-size:.72rem}.site-header__action-label{font-size:.6rem}}@media(max-width:989px){.header-search--desktop,.site-header__action-label{display:none!important}}.header-search{transition:background .16s var(--ease-premium),border-color .16s var(--ease-premium),box-shadow .16s var(--ease-premium)}.header-search input:focus,.header-search input:focus-visible,.search-drawer__form input:focus,.search-drawer__form input:focus-visible{outline:0;box-shadow:none}.header-search:focus-within{border-color:color-mix(in srgb,var(--color-accent) 42%,var(--color-border));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 30%,transparent),0 0 0 3px color-mix(in srgb,var(--color-accent) 12%,transparent)}@media(min-width:990px){.header-search--desktop:focus-within{background:var(--color-surface);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 34%,transparent),0 0 0 3px color-mix(in srgb,var(--color-accent) 10%,transparent)}}.search-form-wrap{position:relative}.predictive-search{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:500;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 8px 32px color-mix(in srgb,var(--color-text) 12%,transparent);overflow:hidden;max-height:400px;overflow-y:auto;scrollbar-width:none}.predictive-search::-webkit-scrollbar{display:none}.predictive-search__item{display:flex;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;border-bottom:1px solid var(--color-border);transition:background .12s;color:var(--color-text)}.predictive-search__item:last-child{border-bottom:0}.predictive-search__item:hover,.predictive-search__item:focus-visible{background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface))}.predictive-search__item img,.predictive-search__item-img-placeholder{width:40px;height:40px;object-fit:cover;border-radius:6px;background:var(--color-surface);flex-shrink:0;border:1px solid var(--color-border)}.predictive-search__item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.predictive-search__item-title{font-size:.84rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__item-price{font-size:.78rem;color:var(--color-accent);font-weight:700}.predictive-search__empty{padding:14px;font-size:.84rem;color:var(--color-muted);text-align:center;margin:0}.predictive-search__loading{padding:12px 14px;font-size:.82rem;color:var(--color-muted)}@media(min-width:990px){.site-header{position:relative;top:auto}.site-header--sticky{position:sticky;top:0}}@media(max-width:989px){.site-header{position:sticky;top:0;z-index:90;border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent);background:var(--color-surface);box-shadow:0 2px 12px color-mix(in srgb,var(--color-text) 7%,transparent)}.site-header__inner{display:grid!important;grid-template-columns:44px minmax(68px,auto) minmax(0,1fr) 44px 44px;grid-template-areas:"menu brand spacer wishlist cart" "search search search search search";width:100%!important;max-width:100%!important;min-height:106px;align-items:center;gap:.46rem .54rem;padding:.58rem max(1rem,env(safe-area-inset-right)) .72rem max(1rem,env(safe-area-inset-left))!important}.site-nav{display:none!important}.site-header__brand{grid-area:brand;min-width:0;max-width:min(44vw,190px)!important;overflow:hidden}.search-form-wrap{grid-area:search;min-width:0}.site-header__brand span{display:block;overflow:hidden;color:var(--color-text);font-size:1.05rem;font-weight:950;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.site-header__logo{display:block;width:auto;max-width:160px;max-height:38px;object-fit:contain}.site-header__actions{display:contents!important;position:static!important;width:auto!important;transform:none!important}.site-header__actions .search-drawer,.site-header__actions .site-header__action[aria-label=Account],.site-header__actions>a[aria-label=Account]{display:none!important}.mobile-menu{grid-area:menu;display:block!important;width:44px!important;min-width:44px!important}.mobile-menu>summary,.mobile-menu__toggle{display:grid!important;width:44px!important;min-width:44px!important;min-height:44px!important;place-items:center;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--color-text);padding:0!important}.mobile-menu__icon{width:30px;height:30px}.site-header__actions>a[aria-label=Wishlist],.site-header__actions .site-header__action[aria-label=Wishlist]{grid-area:wishlist;display:grid!important;width:44px!important;min-width:44px!important;min-height:44px!important;place-items:center;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--color-text);padding:0!important}.site-header__actions .cart-link{grid-area:cart;display:grid!important;width:44px!important;min-width:44px!important;min-height:44px!important;place-items:center;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--color-text);padding:0!important}.site-header__actions .site-header__action svg,.site-header__actions .cart-link svg{width:28px;height:28px;stroke-width:1.85}.cart-link__count{top:0;right:0;min-width:1.35rem;height:1.35rem;background:var(--color-sale);color:var(--color-sale-contrast, var(--color-accent-contrast));font-size:.72rem;line-height:1.35rem}.header-search--desktop{grid-area:search;display:flex!important;justify-self:stretch;width:100%;max-width:none;min-height:44px;border:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);border-radius:999px;background:var(--color-surface);box-shadow:0 8px 22px color-mix(in srgb,var(--color-text) 6%,transparent);overflow:hidden}.header-search--desktop button{min-width:48px;color:var(--color-muted)}.header-search--desktop input{height:44px;color:var(--color-text);font-size:1rem;padding:0 .9rem 0 0}.header-search--desktop input::placeholder{color:color-mix(in srgb,var(--color-muted) 78%,transparent)}.mobile-menu__overlay{z-index:110;background:color-mix(in srgb,var(--color-text) 48%,transparent);-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-nav{inset:0 auto 0 0!important;z-index:111;width:min(78vw,348px);height:100dvh;max-height:100dvh;border:0!important;border-radius:0!important;background:var(--color-background);box-shadow:18px 0 44px color-mix(in srgb,var(--color-text) 18%,transparent);overflow:hidden;transform:translate(-104%);transition:transform .22s var(--ease-premium);-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-menu[open] .mobile-nav{transform:translate(0)}.mobile-nav__promo{display:block;width:100%;aspect-ratio:2.65 / 1;background:color-mix(in srgb,var(--color-sale) 9%,var(--color-background));overflow:hidden;text-decoration:none}.mobile-nav__promo img{display:block;width:100%;height:100%;object-fit:cover}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;min-height:0;padding:.55rem 1.2rem .2rem;border-bottom:0;background:var(--color-background)}.mobile-nav--has-promo .mobile-nav__header{position:absolute;top:.55rem;right:.55rem;z-index:2;min-height:0;border:0;background:transparent;padding:0}.mobile-nav--has-promo .mobile-nav__header-title,.mobile-nav__header-title{display:none}.mobile-nav__close{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:color-mix(in srgb,var(--color-text) 74%,var(--color-muted));cursor:pointer;transition:background .15s ease}.mobile-nav__close:hover,.mobile-nav__close:focus-visible{background:color-mix(in srgb,var(--color-text) 8%,var(--color-background))}.mobile-nav__list{display:grid;flex:1 1 auto;align-content:start;gap:0;margin:0;overflow:auto;padding:.2rem 0 1.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-nav__list::-webkit-scrollbar{display:none}.mobile-nav__item{border-bottom:0}.mobile-nav__summary{display:block;width:100%;margin:0;padding:0;border:0!important;list-style:none;background:transparent!important;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav__summary::marker{content:""}.mobile-nav__summary-label{min-width:0;flex:1 1 auto;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;line-height:inherit}.mobile-nav__link{display:flex;width:100%;min-height:64px;align-items:center;justify-content:space-between;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:color-mix(in srgb,var(--color-text) 78%,var(--color-muted));font-size:1rem;font-weight:600;line-height:1.22;padding:.95rem 1.3rem .95rem 1.55rem;gap:.9rem;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-nav__summary:focus-visible>.mobile-nav__link,.mobile-nav__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px;border-radius:6px}.mobile-nav__chevron{flex:0 0 auto;color:color-mix(in srgb,var(--color-muted) 65%,transparent);transition:transform .2s ease}.mobile-nav__details[open]>.mobile-nav__summary>.mobile-nav__link{color:var(--color-text);font-weight:800}.mobile-nav__details[open]>.mobile-nav__summary .mobile-nav__chevron{transform:rotate(90deg)}.mobile-nav__sublist{display:grid;gap:0;padding:.08rem 0 .6rem;background:var(--color-background)}.mobile-nav__sublist .mobile-nav__link,.mobile-nav__details--child>.mobile-nav__summary>.mobile-nav__link{min-height:54px;color:color-mix(in srgb,var(--color-text) 70%,var(--color-muted));font-size:.94rem;font-weight:520;padding:.78rem 1.3rem .78rem 2.7rem}.mobile-nav__sublist--grandchild .mobile-nav__link{min-height:42px;font-size:.94rem;padding-left:4.15rem}.mobile-nav__link--parent{color:var(--color-sale);font-weight:850}}@media(max-width:430px){.mobile-nav{width:min(82vw,336px)}.mobile-nav__link{font-size:.98rem;padding-inline:1.28rem 1.18rem}.mobile-nav__sublist .mobile-nav__link,.mobile-nav__details--child>.mobile-nav__summary>.mobile-nav__link{padding-left:2.45rem}}.pagination--infinite{position:relative;display:grid;justify-items:center;gap:.72rem}.pagination__fallback{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.js .pagination--infinite.is-ready .pagination__fallback{display:none}.js .pagination--infinite.has-error .pagination__fallback{display:flex}.infinite-load__button{min-width:156px;min-height:44px;border-radius:999px;background:var(--color-surface)}.pagination--infinite.is-loading .infinite-load__button{color:var(--color-muted);pointer-events:none}.pagination--infinite.has-error .infinite-load__button,.pagination--infinite.is-complete .infinite-load__button{display:none}.infinite-load__status{color:var(--color-muted);font-size:.82rem;font-weight:750}.pagination--infinite.is-loading .infinite-load__status:after{content:"";display:inline-block;width:.82rem;height:.82rem;margin-left:.42rem;border:2px solid color-mix(in srgb,var(--color-muted) 24%,transparent);border-top-color:var(--color-accent);border-radius:999px;vertical-align:-.12em;animation:infiniteSpin .7s linear infinite}.infinite-load__sentinel{display:block;width:100%;height:1px}.is-infinite-new{animation:infiniteItemIn .32s var(--ease-premium) both}@keyframes infiniteSpin{to{transform:rotate(360deg)}}@keyframes infiniteItemIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.is-infinite-new,.pagination--infinite.is-loading .infinite-load__status:after{animation:none}}.collection-smart-filters{display:grid;gap:.65rem;margin:1.35rem 0 1.55rem;border:1px solid color-mix(in srgb,var(--color-border) 74%,transparent);border-radius:14px;background:color-mix(in srgb,var(--color-surface) 94%,var(--color-background));box-shadow:0 12px 32px color-mix(in srgb,var(--color-text) 5%,transparent);padding:.72rem}.smart-filter-row{display:flex;align-items:center;gap:.5rem;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:.1rem;scrollbar-width:none}.smart-filter-row::-webkit-scrollbar{display:none}.smart-filter-row strong{position:sticky;left:0;z-index:1;flex:0 0 auto;min-width:88px;background:color-mix(in srgb,var(--color-surface) 96%,transparent);color:var(--color-muted);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.smart-filter-chip{display:inline-flex;flex:0 0 auto;min-height:38px;align-items:center;gap:.34rem;border:1px solid color-mix(in srgb,var(--color-border) 86%,transparent);border-radius:999px;background:var(--color-surface);color:var(--color-product-card-text);font-size:.86rem;font-weight:850;line-height:1;padding:.62rem .82rem;transition:background .16s var(--ease-premium),border-color .16s var(--ease-premium),color .16s var(--ease-premium),transform .16s var(--ease-premium)}.smart-filter-chip span{color:var(--color-muted);font-size:.74rem;font-weight:800}.smart-filter-chip:hover,.smart-filter-chip:focus-visible,.smart-filter-chip.is-active{border-color:color-mix(in srgb,var(--color-accent) 42%,var(--color-border));background:color-mix(in srgb,var(--color-accent) 9%,var(--color-surface));color:var(--color-accent);transform:translateY(-1px)}.smart-filter-chip.is-disabled{pointer-events:none;opacity:.48}.smart-filter-chip--all{border-color:color-mix(in srgb,var(--color-text) 18%,var(--color-border))}.filter-list--links{gap:.28rem}.filter-link{display:flex;min-height:38px;align-items:center;justify-content:space-between;border-radius:10px;color:color-mix(in srgb,var(--color-text) 78%,var(--color-muted));font-size:.9rem;font-weight:760;padding:.5rem .62rem;transition:background .15s var(--ease-premium),color .15s var(--ease-premium)}.filter-link:hover,.filter-link:focus-visible,.filter-link.is-active{background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));color:var(--color-accent)}.collection-filters .field{border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);padding-bottom:.9rem}.filter-group summary{color:var(--color-product-card-text)}@media(max-width:749px){.collection-smart-filters{margin:.95rem calc(-1*max(1rem,env(safe-area-inset-left))) 1.1rem;border-inline:0;border-radius:0;padding:.68rem 1rem}.smart-filter-row{gap:.42rem}.smart-filter-row strong{min-width:auto;padding-right:.2rem;font-size:.66rem}.smart-filter-chip{min-height:34px;font-size:.78rem;padding:.55rem .7rem}}@media(min-width:990px){.collection-page .collection-shell{grid-template-columns:minmax(198px,224px) minmax(0,1fr);gap:clamp(1rem,1.5vw,1.35rem);align-items:start}.collection-page .collection-filters{position:sticky;top:calc(var(--mega-menu-top, 76px) + 14px);max-height:calc(100dvh - var(--mega-menu-top, 76px) - 28px);overflow:auto;border-radius:12px;padding:.78rem}}.collection-page .collection-filters{border:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);background:color-mix(in srgb,var(--color-surface) 97%,var(--color-background));box-shadow:0 12px 30px color-mix(in srgb,var(--color-text) 5%,transparent)}.collection-page .collection-filters__header{min-height:auto;align-items:center;padding:0 0 .56rem;margin-bottom:.35rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent)}.collection-page .collection-filters__header h2{font-size:.98rem;line-height:1.1}.collection-page .filter-form{gap:.44rem}.collection-page .filter-form>.field{gap:.26rem;padding-bottom:.62rem}.collection-page .filter-form>.field label,.collection-page .price-range span{color:var(--color-muted);font-size:.72rem;font-weight:900}.collection-page .filter-form .select,.collection-page .price-range .input{min-height:38px;border-radius:10px;font-size:.86rem;padding:.55rem .72rem}.collection-page .filter-group{border-radius:0;border:0;border-top:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);background:transparent;padding:0}.collection-page .filter-group summary{min-height:36px;align-items:center;color:var(--color-product-card-text);font-size:.86rem;font-weight:950;padding:.46rem 0}.collection-page .filter-list{gap:.14rem;max-height:184px;overflow:auto;padding:0 0 .46rem}.collection-page .filter-check{min-height:30px;gap:.42rem;border-radius:8px;color:color-mix(in srgb,var(--color-text) 78%,var(--color-muted));font-size:.8rem;line-height:1.2;padding:.25rem .28rem}.collection-page .filter-check:hover{background:color-mix(in srgb,var(--color-accent) 6%,transparent)}.collection-page .filter-check input{width:14px;height:14px;flex:0 0 14px}.collection-page .filter-check span{min-width:0}.collection-page .filter-check small{margin-left:auto;color:var(--color-muted);font-size:.72rem}.collection-page .filter-link{min-height:30px;border-radius:8px;font-size:.8rem;line-height:1.2;padding:.35rem .38rem}.collection-page .price-range{grid-template-columns:1fr 1fr;gap:.42rem;padding:0 0 .64rem}.collection-page .price-range label{gap:.24rem}.collection-page .filter-form>.button{min-height:40px;border-radius:10px;font-size:.86rem;padding:.62rem .7rem}.collection-page .filter-form>.button+.button{margin-top:.04rem}.collection-page .active-filters{gap:.38rem;margin-bottom:.78rem}.collection-page .filter-chip{min-height:30px;border-radius:999px;font-size:.75rem;padding:.42rem .62rem}@media(max-width:989px){.collection-page .collection-filters{width:min(330px,88vw);padding:.82rem}.collection-page .collection-filters__header{padding-bottom:.56rem;margin-bottom:.34rem}.collection-page .collection-filters__header h2{font-size:1rem}.collection-page .filter-form{gap:.48rem}.collection-page .filter-group summary{min-height:38px;padding-block:.48rem}}@media(max-width:989px){.site-header .site-header__action-label{display:none!important}.site-header .cart-link,.site-header .site-header__action{line-height:0}.site-header .cart-link__count{display:inline-grid;place-items:center;line-height:1}.site-header .cart-link__count.hidden{display:none!important}}.marketplace-banners,.image-link-section{--marketplace-gap: clamp(.75rem, 2vw, 1rem)}.marketplace-banners__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:var(--marketplace-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.marketplace-banners__track::-webkit-scrollbar{display:none}.marketplace-banner{position:relative;min-height:160px;border-radius:18px;background:var(--marketplace-banner-bg, var(--color-sale-background));color:var(--marketplace-banner-color, var(--color-text));overflow:hidden;scroll-snap-align:start}.marketplace-banners--feature .marketplace-banner{min-height:280px}.marketplace-banners--tall .marketplace-banner{min-height:420px}.marketplace-banner__link{display:block;min-height:inherit;color:inherit;text-decoration:none}.marketplace-banner__picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.marketplace-banner__image{display:block;width:100%;height:100%;object-fit:cover}.marketplace-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:color-mix(in srgb,#000 var(--marketplace-banner-overlay, 0%),transparent);pointer-events:none}.marketplace-banner__content{position:relative;z-index:2;display:grid;max-width:min(480px,74%);min-height:inherit;align-content:center;gap:.48rem;padding:clamp(1rem,3vw,2.25rem)}.marketplace-banner--center .marketplace-banner__content{max-width:min(560px,86%);margin-inline:auto;justify-items:center;text-align:center}.marketplace-banner--right .marketplace-banner__content{margin-left:auto;justify-items:end;text-align:right}.marketplace-banner__kicker{margin:0;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.marketplace-banner h2{margin:0;color:inherit;font-size:clamp(1.55rem,3.8vw,3rem);line-height:.98}.marketplace-banner p{margin:0;color:inherit;font-size:.98rem;line-height:1.35}.marketplace-banners__header{margin-bottom:1rem}.marketplace-banners__carousel{position:relative}.marketplace-banners__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:none;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 14px #00000029;color:#111;transition:background .15s,box-shadow .15s,transform .15s;padding:0}.marketplace-banners__arrow:hover{background:#fff;box-shadow:0 4px 20px #00000038;transform:translateY(-50%) scale(1.06)}.marketplace-banners__arrow--prev{left:.75rem}.marketplace-banners__arrow--next{right:.75rem}.marketplace-banner__badge{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.32);font-size:.78rem;font-weight:700;letter-spacing:.01em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:.15rem}.marketplace-banner__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.marketplace-banner__button{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;font-size:.82rem;font-weight:950;line-height:1;margin-top:.24rem;padding:.58rem .86rem;transition:opacity .15s,transform .15s;border:2px solid transparent}.marketplace-banner__button:hover{opacity:.88;transform:scale(1.02)}.marketplace-banner__button--pill-dark{background:var(--color-text);color:var(--color-background)}.marketplace-banner__button--pill-light{background:#fff;color:#111}.marketplace-banner__button--outline-dark{background:transparent;border-color:var(--marketplace-banner-color, #111);color:inherit}.marketplace-banner__button--outline-light{background:transparent;border-color:#fff;color:#fff}.marketplace-banners__dots{display:flex;justify-content:center;gap:.42rem;margin-top:.62rem}.marketplace-banners__dot{width:.5rem;height:.5rem;border:0;border-radius:999px;background:color-mix(in srgb,var(--color-muted) 30%,transparent);padding:0;transition:width .2s,background .2s;cursor:pointer}.marketplace-banners__dot.is-active{background:var(--color-product-card-text);width:1.25rem}.marketplace-banners__progress-track{height:3px;background:color-mix(in srgb,var(--color-text) 12%,transparent);border-radius:999px;margin-top:.75rem;overflow:hidden}.marketplace-banners__progress-fill{display:block;height:100%;width:0%;background:var(--color-text);border-radius:999px;transition:width .35s ease}.marketplace-banners__counter{text-align:center;margin-top:.65rem;font-size:.8rem;font-weight:700;color:var(--color-muted);letter-spacing:.04em}.image-link-section__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.image-link-section__heading h2,.image-link-section__heading p{margin:0}.image-link-section__heading p:not(.section-kicker){color:var(--color-muted)}.image-link-section__view{color:var(--color-sale);font-size:.9rem;font-weight:950;text-decoration:none}.image-link-grid{display:grid;grid-template-columns:repeat(var(--image-link-columns, 6),minmax(0,1fr));gap:clamp(.75rem,2vw,1.25rem)}.image-link-card{display:grid;min-width:0;gap:.55rem;color:var(--color-product-card-text);text-align:center;text-decoration:none}.image-link-card__media{position:relative;display:grid;aspect-ratio:1 / 1;place-items:center;border-radius:22px;background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--image-link-glow) 34%,transparent),transparent 58%),color-mix(in srgb,var(--color-surface) 86%,var(--color-background));overflow:hidden;transition:transform .18s var(--ease-premium),box-shadow .18s var(--ease-premium)}.image-link-card__image,.image-link-card__placeholder{display:block;width:100%;height:100%}.image-link-card__image{object-fit:contain;padding:.42rem}.image-link-card--cover .image-link-card__image{object-fit:cover;padding:0}.image-link-card:hover .image-link-card__media{transform:translateY(-2px);box-shadow:0 12px 26px color-mix(in srgb,var(--color-text) 7%,transparent)}.image-link-card__badge{position:absolute;top:.42rem;right:.42rem;border-radius:6px;background:color-mix(in srgb,var(--color-text) 66%,transparent);color:var(--color-background);font-size:.64rem;font-weight:950;line-height:1;letter-spacing:.03em;text-transform:uppercase;padding:.24rem .4rem}.image-link-card__badge--new{background:#16a34a;color:#fff}.image-link-card__badge--sale{background:#dc2626;color:#fff}.image-link-card__badge--hot{background:#ea580c;color:#fff}.image-link-card__badge--popular{background:#7c3aed;color:#fff}.image-link-card__text{display:grid;gap:.12rem;line-height:1.15}.image-link-card__text strong{font-size:.92rem;font-weight:900}.image-link-card__text small{color:var(--color-muted);font-size:.78rem}.image-link-section--circle-rail .image-link-card__media,.image-link-section--shape-circle .image-link-card__media{border-radius:999px}.image-link-section--shape-rounded .image-link-card__media{border-radius:22px}.image-link-section--shape-square .image-link-card__media{border-radius:6px}.image-link-section--feature-tiles .image-link-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.image-link-section--feature-tiles .image-link-card{text-align:left}.image-link-section--feature-tiles .image-link-card__media{aspect-ratio:4 / 5;border-radius:16px}@media(max-width:749px){.marketplace-banners{padding-block:.4rem}.marketplace-banners--mobile-edge .page-width,.image-link-section--mobile-edge .page-width{padding-inline:0}.marketplace-banners__track{gap:0}.marketplace-banner{min-height:110px;border-radius:0}.marketplace-banners--feature .marketplace-banner{min-height:174px}.marketplace-banners--tall .marketplace-banner{min-height:250px}.marketplace-banners--mobile-edge .marketplace-banner{border-radius:0 0 18px 18px}.marketplace-banner__content{max-width:68%;gap:.28rem;padding:.9rem 1rem}.marketplace-banner h2{font-size:clamp(1.18rem,7vw,1.78rem)}.marketplace-banner p{font-size:.82rem}.marketplace-banner__button{font-size:.72rem;padding:.45rem .66rem}.image-link-section{padding-block:.65rem}.image-link-section__heading{align-items:start;margin-bottom:.78rem;padding-inline:1rem}.image-link-section__heading h2{font-size:1.35rem}.image-link-section--circle-rail .image-link-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82px,22vw);grid-template-columns:none;gap:.82rem;margin-inline:-1rem;overflow-x:auto;overflow-y:hidden;padding:.05rem 1rem .15rem;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.image-link-section--circle-rail .image-link-grid::-webkit-scrollbar{display:none}.image-link-section--circle-rail.image-link-section--mobile-edge .image-link-grid{margin-inline:0}.image-link-section--rounded-grid .image-link-grid,.image-link-section--feature-tiles .image-link-grid{grid-template-columns:repeat(var(--image-link-mobile-columns, 2),minmax(0,1fr));gap:.9rem;padding-inline:1rem}.image-link-card{gap:.42rem}.image-link-card__media{border-radius:18px}.image-link-section--circle-rail .image-link-card__media{border-radius:22px;box-shadow:0 0 18px color-mix(in srgb,var(--image-link-glow) 42%,transparent)}.image-link-section--circle-rail .image-link-card__text strong{font-size:.74rem;text-transform:uppercase}.image-link-section--rounded-grid .image-link-card__text strong,.image-link-section--feature-tiles .image-link-card__text strong{font-size:.95rem}}.collection-mobile-actions,.collection-sort-sheet{display:none}.collection-banners{margin:0 0 clamp(1rem,2vw,1.35rem)}.collection-banners__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:.9rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.collection-banners__track::-webkit-scrollbar{display:none}.collection-banner{position:relative;min-height:180px;border-radius:18px;background:var(--collection-banner-bg, var(--color-sale-background));color:var(--collection-banner-color, var(--color-text));overflow:hidden;scroll-snap-align:start}.collection-banners--feature .collection-banner{min-height:260px}.collection-banner__link{display:block;min-height:inherit;color:inherit;text-decoration:none}.collection-banner__picture,.collection-banner__image{display:block;width:100%;height:100%}.collection-banner__picture{position:absolute;top:0;right:0;bottom:0;left:0}.collection-banner__image{object-fit:cover}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:color-mix(in srgb,#000 var(--collection-banner-overlay, 0%),transparent);pointer-events:none}.collection-banner__content{position:relative;z-index:2;display:grid;max-width:min(460px,72%);min-height:inherit;align-content:center;gap:.42rem;padding:clamp(1rem,3vw,2rem)}.collection-banner--center .collection-banner__content{max-width:min(520px,86%);margin-inline:auto;justify-items:center;text-align:center}.collection-banner--right .collection-banner__content{margin-left:auto;justify-items:end;text-align:right}.collection-banner__kicker{margin:0;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.collection-banner h2{margin:0;color:inherit;font-size:clamp(1.35rem,3vw,2.4rem);line-height:1}.collection-banner p{margin:0;color:inherit;font-size:.96rem;line-height:1.35}.collection-banner__button{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;background:var(--color-text);color:var(--color-background);font-size:.82rem;font-weight:950;line-height:1;margin-top:.24rem;padding:.56rem .82rem}.collection-banners__dots{display:flex;justify-content:center;gap:.45rem;margin-top:.65rem}.collection-banners__dot{width:.48rem;height:.48rem;border:0;border-radius:999px;background:color-mix(in srgb,var(--color-muted) 32%,transparent);padding:0}.collection-banners__dot.is-active{background:var(--color-accent)}@media(max-width:749px){.mobile-bottom-nav{display:none!important}body.template-collection{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.template-collection .collection-heading{margin-bottom:.7rem}.template-collection .collection-heading .section-kicker{font-size:.78rem}.template-collection .collection-heading h1{font-size:1.55rem}.template-collection .collection-toolbar{display:none}.collection-banners{margin:0 calc(-1*max(1rem,env(safe-area-inset-left))) 1rem}.collection-banners__track{gap:0}.collection-banner{min-height:128px;border-radius:0}.collection-banners--feature .collection-banner{min-height:180px}.collection-banner__content{max-width:68%;padding:.95rem 1rem}.collection-banner h2{font-size:clamp(1.2rem,7vw,1.85rem)}.collection-banner p{font-size:.84rem}.collection-banner__button{font-size:.72rem;padding:.46rem .66rem}.collection-banners__dots{margin-top:.56rem}.collection-mobile-actions{position:fixed;right:0;bottom:0;left:0;z-index:82;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:calc(58px + env(safe-area-inset-bottom));border-top:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);background:color-mix(in srgb,var(--color-surface) 98%,transparent);box-shadow:0 -8px 24px color-mix(in srgb,var(--color-text) 8%,transparent);padding-bottom:env(safe-area-inset-bottom)}.collection-mobile-actions__button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:.42rem;border:0;border-right:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);background:transparent;color:color-mix(in srgb,var(--color-text) 86%,var(--color-muted));font:inherit;font-size:.94rem;font-weight:950;letter-spacing:.03em;text-transform:uppercase}.collection-mobile-actions__button:last-child{border-right:0}.collection-mobile-actions__button:only-child{grid-column:1 / -1}.collection-mobile-actions__button svg{width:20px;height:20px}.collection-sort-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:116;display:block;pointer-events:none}.collection-sort-sheet__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:color-mix(in srgb,var(--color-text) 48%,transparent);opacity:0;transition:opacity .18s var(--ease-premium)}.collection-sort-sheet__panel{position:absolute;right:0;bottom:0;left:0;border-radius:18px 18px 0 0;background:var(--color-surface);box-shadow:0 -18px 44px color-mix(in srgb,var(--color-text) 18%,transparent);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));transform:translateY(104%);transition:transform .22s var(--ease-premium)}.collection-sort-sheet.is-open{pointer-events:auto}.collection-sort-sheet.is-open .collection-sort-sheet__overlay{opacity:1}.collection-sort-sheet.is-open .collection-sort-sheet__panel{transform:translateY(0)}.collection-sort-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);padding-bottom:.74rem;margin-bottom:.46rem}.collection-sort-sheet__header h2{margin:0;color:var(--color-product-card-text);font-size:1.05rem;line-height:1.1}.collection-sort-sheet__form{display:grid;gap:0}.collection-sort-option{display:flex;min-height:46px;align-items:center;gap:.7rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 54%,transparent);color:color-mix(in srgb,var(--color-text) 84%,var(--color-muted));font-size:.96rem;font-weight:760}.collection-sort-option input{width:17px;height:17px;accent-color:var(--color-sale)}.collection-sort-sheet__apply{margin-top:.92rem;min-height:48px}.template-collection .collection-filters{z-index:117;width:min(84vw,340px);padding-bottom:calc(1rem + env(safe-area-inset-bottom))}}.product-more-colors{display:grid;gap:.48rem;padding:.7rem 0 .25rem}.product-more-colors__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--color-product-card-text);font-size:.82rem;font-weight:950;text-transform:uppercase}.product-more-colors__list{display:flex;gap:.58rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-more-colors__list::-webkit-scrollbar{display:none}.product-more-colors__item{display:grid;width:64px;height:78px;flex:0 0 64px;place-items:center;border:1px solid color-mix(in srgb,var(--color-border) 82%,transparent);border-radius:12px;background:color-mix(in srgb,var(--color-product-card-background) 76%,var(--color-surface));color:inherit;overflow:hidden;text-decoration:none;transition:border-color .16s var(--ease-premium),box-shadow .16s var(--ease-premium),transform .16s var(--ease-premium)}.product-more-colors__item:hover,.product-more-colors__item:focus-visible,.product-more-colors__item.is-current{border-color:var(--color-accent);box-shadow:0 8px 18px color-mix(in srgb,var(--color-accent) 12%,transparent);transform:translateY(-1px)}.product-more-colors__item img,.product-more-colors__item svg{width:100%;height:100%;object-fit:cover}.variant-picker__group--color-image .variant-picker__values{gap:.52rem}.variant-pill--image{min-width:68px;min-height:92px;flex-direction:column;gap:.32rem;border-radius:14px;padding:.34rem}.variant-pill__image{display:block;width:58px;height:66px;border-radius:10px;background:color-mix(in srgb,var(--color-product-card-background) 78%,var(--color-surface));overflow:hidden}.variant-pill__image img,.variant-pill__image svg{display:block;width:100%;height:100%;object-fit:cover}.variant-pill--image>span:not(.variant-pill__image){width:62px;overflow:hidden;font-size:.66rem;line-height:1.05;text-align:center;text-overflow:ellipsis;white-space:nowrap}.variant-pill small{color:color-mix(in srgb,var(--color-muted) 86%,var(--color-text));font-size:.72rem;font-weight:760;line-height:1}.variant-pill:not(.variant-pill--image) small{margin-left:.32rem}.variant-picker__values input:checked+.variant-pill small{color:var(--color-accent)}.product-card__variant-label{display:inline-flex;width:max-content;max-width:100%;align-items:center;border-radius:4px;background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));color:color-mix(in srgb,var(--color-accent) 82%,var(--color-product-card-text));font-size:.72rem;font-weight:850;line-height:1;padding:.24rem .36rem}@media(max-width:749px){.product-more-colors{padding-top:.5rem}.product-more-colors__item{width:58px;height:72px;flex-basis:58px;border-radius:11px}.variant-pill--image{min-width:62px;min-height:86px}.variant-pill__image{width:52px;height:60px}.variant-pill--image>span:not(.variant-pill__image){width:56px;font-size:.62rem}.product-card__variant-label{font-size:.66rem}}.template-product .recommendation-section{padding-block:clamp(1.6rem,3.2vw,3rem)}.template-product .recommendation-section .section-heading{margin-bottom:clamp(1rem,2vw,1.45rem)}.template-product .recommendation-section .section-heading h2{color:var(--color-product-card-text);font-size:clamp(1.8rem,3.1vw,3rem);line-height:1.02;letter-spacing:0}.template-product .recommendation-section .section-heading p{max-width:58ch;color:var(--color-muted);font-size:clamp(.98rem,1.5vw,1.18rem);line-height:1.35}.template-product .recommendation-grid.product-grid--compact{align-items:start;gap:clamp(1rem,1.8vw,1.45rem)!important}.template-product .recommendation-section--desktop-grid .recommendation-grid.product-grid--compact{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:initial!important;grid-template-columns:repeat(var(--recommendation-desktop-columns, 4),minmax(0,1fr))!important;overflow:visible!important;padding:0!important}.template-product .recommendation-section--desktop-slider .recommendation-grid.product-grid--compact{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(var(--recommendation-desktop-card-width, 260px),var(--recommendation-desktop-card-width, 260px))!important;grid-template-columns:none!important;gap:clamp(1rem,1.8vw,1.35rem)!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 .55rem!important;scroll-padding-inline:0;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.template-product .recommendation-section--desktop-slider .recommendation-grid.product-grid--compact::-webkit-scrollbar{display:none}.template-product .recommendation-section--desktop-slider .recommendation-grid .product-card{scroll-snap-align:start}.template-product .recommendation-grid .product-card__media{border-radius:12px!important}@media(max-width:989px){.template-product .recommendation-section--desktop-grid .recommendation-grid.product-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:749px){.template-product .recommendation-section{padding-block:1.45rem}.template-product .recommendation-section .section-heading{margin-bottom:.92rem}.template-product .recommendation-section .section-heading h2{font-size:clamp(1.62rem,7vw,2.08rem);line-height:1.05}.template-product .recommendation-section .section-heading p{font-size:.95rem;line-height:1.3}.template-product .recommendation-section--mobile-grid .recommendation-grid.product-grid--compact{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:initial!important;grid-template-columns:repeat(var(--recommendation-mobile-columns, 2),minmax(0,1fr))!important;gap:1.35rem .9rem!important;overflow:visible!important;padding:0!important}.template-product .recommendation-section--mobile-slider .recommendation-grid.product-grid--compact{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(var(--recommendation-mobile-card-width, 190px),var(--recommendation-mobile-card-width, 190px))!important;grid-template-columns:none!important;gap:.92rem!important;margin-inline:calc(-1*max(1rem,env(safe-area-inset-left)));overflow-x:auto!important;overflow-y:hidden!important;padding:0 max(1rem,env(safe-area-inset-left)) .45rem!important;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.template-product .recommendation-section--mobile-slider .recommendation-grid.product-grid--compact::-webkit-scrollbar{display:none}.template-product .recommendation-section--mobile-slider .recommendation-grid .product-card{scroll-snap-align:start}.template-product .recommendation-grid .product-card__media{border-radius:10px!important}.template-product .recommendation-grid .product-card__title{font-size:.9rem!important;line-height:1.18!important}.template-product .recommendation-grid .product-card__price-row .price,.template-product .recommendation-grid .product-card__price-row .price--sale,.template-product .recommendation-grid .product-card__price-row .price>span:first-child{font-size:.88rem!important}.template-product .recommendation-grid .product-card__price-row .compare-price,.template-product .recommendation-grid .product-card__discount{font-size:.78rem!important}}@media(max-width:749px){.template-product .product-accordions{position:relative;z-index:1;display:grid!important;gap:.72rem!important;margin:0 0 1.55rem!important;padding-bottom:.1rem!important;overflow:visible!important}.template-product .product-accordion{position:relative;z-index:1;min-height:58px;overflow:visible!important}.template-product .product-section{margin-bottom:0!important;padding-bottom:1rem!important;overflow:visible!important}.template-product .product-section+.recommendation-section{position:relative;z-index:0;clear:both;margin-top:1.2rem!important;border-top:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);padding-top:2rem!important}.template-product .recommendation-section .section-heading h2{max-width:100%;overflow-wrap:anywhere}.template-product .recommendation-section{position:relative;z-index:0;clear:both;margin-top:1.25rem!important}.template-product [id*=__main].shopify-section{margin-bottom:1.75rem!important}.template-product [id*=__related].shopify-section,.template-product [id*=__recently_viewed].shopify-section{display:block;margin-top:1.75rem!important}.template-product [id*=__related] .recommendation-section,.template-product [id*=__recently_viewed] .recommendation-section{padding-top:2.25rem!important}.template-product [id*=__related] .recommendation-section .section-heading,.template-product [id*=__recently_viewed] .recommendation-section .section-heading{margin-top:0!important}}.template-product .quantity-field{display:flex;flex-direction:column;gap:.35rem}.template-product .quantity-field .qty-stepper{width:100%;flex:1;border-radius:14px;border-color:var(--color-border)}.template-product .quantity-field .qty-stepper__btn{flex:1;width:auto;min-height:50px;font-size:1.2rem}.template-product .quantity-field .qty-stepper__input{min-height:50px;width:44px;font-size:1rem}@media(max-width:749px){.template-product .quantity-field .qty-stepper__btn,.template-product .quantity-field .qty-stepper__input{min-height:52px}}.template-product .urgency{background:linear-gradient(135deg,color-mix(in srgb,var(--color-warning) 7%,var(--color-surface)),var(--color-surface));border:1px solid color-mix(in srgb,var(--color-warning) 22%,var(--color-border));border-radius:12px;padding:.6rem .9rem;margin:.2rem 0 .75rem;gap:.4rem 1.1rem}.template-product .urgency__item{font-size:.85rem}.template-product .gift-mode__toggle{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem}.template-product .gift-mode__toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;width:1.3rem;height:1.3rem;border:2px solid var(--color-border);border-radius:6px;background:var(--color-surface);cursor:pointer;position:relative;flex-shrink:0;transition:border-color .15s,background .15s}.template-product .gift-mode__toggle input[type=checkbox]:checked{background:var(--color-accent);border-color:var(--color-accent)}.template-product .gift-mode__toggle input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}.template-product .gift-mode__toggle em{font-style:normal;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border));border-radius:999px;padding:.2rem .5rem;white-space:nowrap}.template-product .variant-picker__group legend{letter-spacing:.06em;margin-bottom:.5rem}.template-product .mobile-conversion-note span:before{content:"\2713  ";opacity:.7}.oe-offer{padding:.42rem .52rem;border-radius:12px}.oe-offer__row{gap:.28rem;margin-bottom:.18rem}.oe-disc{font-size:.95rem}.oe-ctx{font-size:.66rem;font-weight:700;opacity:.65}.oe-coupon-row{margin-top:.22rem;padding:.18rem .22rem .18rem .52rem;border-radius:8px;border-style:solid;border-width:1px}.oe-code{font-size:.82rem;letter-spacing:.1em}.oe-copy-btn{min-height:26px;padding:.18rem .65rem;font-size:.68rem;background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent);border-radius:6px}.oe-copy-btn:not(:disabled):hover{opacity:.88}.oe-copy-btn.is-copied{opacity:.88}.oe-meter{height:3px;margin-top:.25rem;border-radius:999px}.oe-msg{margin:.2rem 0 0;font-size:.7rem;line-height:1.35}.template-product .product-offers:not(:empty) .oe-offer{padding:.48rem .58rem;box-shadow:0 2px 10px #1418160f}.template-product .product-offers:not(:empty) .oe-coupon-row{padding:.18rem .22rem .18rem .58rem;border-radius:8px;border-style:solid}.template-product .product-offers:not(:empty) .oe-copy-btn{min-height:28px;border-radius:6px;background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.template-product .delivery-checker{grid-template-columns:auto 1fr;align-items:baseline;gap:.28rem .9rem}.template-product .delivery-checker .delivery-checker__tabs{grid-column:2;grid-row:1;justify-content:flex-end;border-bottom:1px solid var(--premium-border);margin-bottom:0;gap:0}.template-product .delivery-checker .delivery-checker__tab{padding:.22rem .55rem;font-size:.76rem}.template-product .delivery-checker .delivery-panel,.template-product .delivery-checker [data-delivery-result]{grid-column:1 / -1}[data-delivery-checker] [data-delivery-submit],[data-delivery-checker] [data-delivery-intl-submit]{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:none;font-weight:700;font-size:.82rem;letter-spacing:.02em;white-space:nowrap}[data-delivery-checker] [data-delivery-submit]:not(:disabled):hover,[data-delivery-checker] [data-delivery-intl-submit]:not(:disabled):hover{filter:brightness(.9);transform:none}.delivery-checker .delivery-checker__form .input{border-color:var(--premium-border);min-height:42px}.cart-service-card,.cart-line,.cart-panel{border-radius:12px}.cart-service-card strong,.cart-panel>span,.cart-panel__head span{text-transform:none;letter-spacing:.01em}.cart-service-card[data-delivery-checker]{align-items:start;gap:.6rem 1rem}.cart-service-card[data-delivery-checker] .delivery-checker__tabs{align-self:center;margin-bottom:0;border-bottom:none;gap:.15rem}.cart-service-card[data-delivery-checker] .delivery-checker__tab{padding:.28rem .65rem;border-radius:6px;border-bottom:none;font-size:.78rem}.cart-service-card[data-delivery-checker] .delivery-checker__tab.is-active{background:color-mix(in srgb,var(--color-accent) 10%,transparent);color:var(--color-accent);border-bottom:none}.cart-service-card[data-delivery-checker] .delivery-panel{grid-column:1 / -1}.cart-service-card[data-delivery-checker] .cart-service-card__pin{margin-top:0}.cart-unlock{border-radius:10px}.cart-bag__bar{padding:.5rem .15rem}.cart-bag__selected{text-transform:none;font-size:.86rem;font-weight:750;letter-spacing:0}.cart-bag__selected strong{font-size:.94rem;font-weight:950}.cart-bag__update{text-transform:none;letter-spacing:0;font-size:.8rem}.cart-price-table{gap:.55rem}.cart-price-table>div{font-size:.84rem;gap:.6rem}.cart-tax-note{background:transparent;border-radius:0;color:var(--color-muted);font-size:.7rem;font-weight:600;padding:.12rem 0}.cart-saving-line{border:1px solid color-mix(in srgb,var(--color-success) 26%,transparent);border-radius:8px;font-size:.8rem;padding:.44rem .65rem}.cart-panel--coupon .cart-coupon-card{border:1px solid var(--color-border);border-radius:8px;background:color-mix(in srgb,var(--color-background) 55%,var(--color-surface));padding:.5rem .6rem;margin-top:.1rem}.cart-summary__checkout{border-radius:10px;min-height:52px;font-size:.88rem;letter-spacing:.1em}.cart-secure{letter-spacing:.14em;font-size:.72rem}.cart-steps{letter-spacing:.2em;font-size:.74rem}.cart-service-card[data-delivery-checker]{grid-template-columns:1fr;gap:.6rem;align-items:stretch}.delivery-checker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.delivery-checker__head>div{display:grid;gap:.3rem}.delivery-checker__head span{margin-top:0;line-height:1.35}.delivery-checker__head .delivery-checker__tabs{flex-shrink:0;align-self:flex-end;border-bottom:none;margin-bottom:0;gap:.1rem}.delivery-checker__head .delivery-checker__tab{border-bottom:none;border-radius:6px;font-size:.76rem;padding:.22rem .6rem}.delivery-checker__head .delivery-checker__tab.is-active{background:color-mix(in srgb,var(--color-accent) 10%,transparent);color:var(--color-accent);border-bottom:none}.cart-service-card[data-delivery-checker] .cart-service-card__pin{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;margin-top:0}.cart-service-card[data-delivery-checker] .delivery-panel{grid-column:1}.cart-service-card[data-delivery-mode]{gap:.8rem;padding:1rem 1.05rem}.cart-service-card[data-delivery-mode] .delivery-panel{margin-top:.1rem}.template-product .delivery-checker[data-delivery-mode]{grid-template-columns:1fr;align-items:stretch;gap:.7rem}.template-product .delivery-checker[data-delivery-mode]>div:first-child{display:grid;gap:.2rem}.template-product .delivery-checker[data-delivery-mode] .delivery-panel,.template-product .delivery-checker[data-delivery-mode] [data-delivery-result]{grid-column:1}[data-delivery-checker] .delivery-checker__tabs[hidden]{display:none!important}@media(max-width:749px){.template-cart .cart-service-card[data-delivery-checker]{display:grid!important;grid-template-columns:1fr!important;gap:.72rem;padding:.9rem .95rem;border:1px solid var(--color-border)!important;border-radius:12px!important;background:var(--color-surface)!important;box-shadow:0 4px 18px color-mix(in srgb,var(--color-product-card-text) 5%,transparent)!important}.template-cart .cart-service-card[data-delivery-checker] span{display:block!important}.template-cart .cart-service-card[data-delivery-checker] .cart-service-card__pin{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.5rem;margin-top:0;width:100%}.template-cart .cart-service-card[data-delivery-checker] .cart-service-card__pin .input{display:block!important;min-height:42px;font-size:.84rem}.template-cart .cart-service-card[data-delivery-checker] .delivery-checker__tabs{display:flex}.template-cart .cart-service-card[data-delivery-checker] .delivery-checker__tabs[hidden]{display:none!important}.template-cart .cart-service-card[data-delivery-checker] [data-delivery-submit],.template-cart .cart-service-card[data-delivery-checker] [data-delivery-intl-submit]{min-height:42px;font-size:.78rem!important;padding-inline:.75rem;border-radius:8px!important}}.ci-mockup.no-card-bg.has-media{background:none;box-shadow:none;padding:0;overflow:hidden;border-radius:16px}.ci-mockup.no-card-bg .ci-mockup__image{top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:14px;box-shadow:0 24px 64px #0003,0 8px 20px #0000001f;filter:drop-shadow(0 2px 12px rgba(0,0,0,.1))}.ci-mockup.no-card-bg .ci-mockup__caption{position:absolute;bottom:-2.4rem;left:50%;transform:translate(-50%);background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;box-shadow:0 4px 16px #0000001a;padding:.28rem .72rem;white-space:nowrap;font-size:.74rem;font-weight:750}.ci-hero{position:relative;overflow:hidden}.ci-hero__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.ci-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ci-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,calc(var(--ci-overlay-opacity, 30) / 100));z-index:1;pointer-events:none}.ci-hero--media-bg .page-width{position:relative;z-index:2}.ci-hero__offer-pill{display:inline-flex;align-items:center;gap:.4rem;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent);border:1px solid color-mix(in srgb,var(--color-accent) 28%,transparent);border-radius:999px;padding:.28rem .9rem;font-size:.76rem;font-weight:750;letter-spacing:.01em;margin-bottom:.65rem}.ci-hero--media-bg .ci-hero__offer-pill{background:#ffffff2e;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ci-hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:.1rem 0;margin-top:1rem}.ci-hero__trust-item{font-size:.74rem;font-weight:600;color:var(--color-muted);white-space:nowrap}.ci-hero__trust-item:not(:last-child):after{content:"\b7";margin:0 .55rem;color:var(--color-border);font-weight:900}.ci-hero--media-bg .ci-hero__trust-item{color:#fffc}.ci-hero--media-bg .ci-hero__trust-item:not(:last-child):after{color:#ffffff59}.hero__video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hero__video-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.hero--center .hero__text{max-width:780px;margin:0 auto;text-align:center}.hero--center .hero__actions,.hero--center .hero__trust{justify-content:center}.hero__offer-pill{display:inline-flex;align-items:center;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.28rem .9rem;font-size:.76rem;font-weight:700;letter-spacing:.01em;margin-bottom:.8rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__trust{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-top:1.2rem}.hero__trust-item{font-size:.74rem;font-weight:600;color:#ffffffb8;white-space:nowrap}.hero__trust-item:not(:last-child):after{content:"\b7";margin:0 .55rem;color:#ffffff4d}.global-review--product .global-review__media{grid-column:1 / -1;margin-top:.3rem;display:flex;gap:.5rem;overflow:hidden;border-radius:8px}.global-review__image{width:100%;max-height:200px;object-fit:cover;border-radius:8px;flex:1}.global-review__video{width:100%;max-height:220px;border-radius:8px;background:#000;flex:1}.global-review__thumb{width:68px;height:68px;object-fit:cover;border-radius:8px;flex-shrink:0;align-self:start}.global-review--cart{display:grid}.global-review--cart.has-media{grid-template-columns:1fr auto;align-items:start;gap:.65rem}.global-review__cart-body{display:grid;gap:.18rem;min-width:0}.global-review__reviewer-row{display:flex;align-items:center;flex-wrap:wrap;gap:.2rem;margin-top:.25rem}.global-review__reviewer-name{font-size:.73rem;font-weight:800;color:var(--color-text)}.global-review__reviewer-loc{font-size:.7rem;font-weight:600;color:var(--color-muted)}.global-review__reviewer-loc:before{content:"\b7";margin-right:.25rem;color:var(--color-border)}.reviews-section__heading{margin-bottom:2.5rem}.reviews-grid{display:block;columns:var(--reviews-cols, 3);gap:unset;column-gap:1.25rem}@media(max-width:989px){.reviews-grid{columns:2}}.reviews-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.75rem;width:fit-content;max-width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:2rem;background:var(--color-background)}.reviews-filter-bar__stars{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.reviews-filter-bar__right{display:flex;align-items:center;gap:.75rem;margin-left:auto;flex-wrap:wrap}.reviews-filter-btn{padding:.35rem .875rem;border:none;border-radius:2rem;background:transparent;color:var(--color-muted);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.reviews-filter-btn:hover{color:var(--color-text)}.reviews-filter-btn.is-active{background:var(--color-text);color:var(--color-surface)}.reviews-filter-sort{padding:.35rem .75rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-surface);color:var(--color-text);font-size:.8125rem;cursor:pointer}.reviews-filter-toggle{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.reviews-filter-toggle input{cursor:pointer}.reviews-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--color-muted);font-size:.9375rem}.pra-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;width:fit-content}.pra-score{font-size:2rem;font-weight:800;line-height:1;color:var(--color-text)}.pra-stars{display:flex;gap:.1rem}.pra-star{font-size:1.25rem;color:var(--color-border);line-height:1}.pra-star.is-on{color:var(--color-review-star)}.pra-count{font-size:.875rem;color:var(--color-muted);padding-left:.25rem;border-left:1px solid var(--color-border)}.review-card{background:var(--color-surface);border:none;border-radius:1.25rem;padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;box-shadow:0 1px 3px color-mix(in srgb,var(--color-text) 6%,transparent),0 4px 16px color-mix(in srgb,var(--color-text) 4%,transparent);transition:box-shadow .2s ease,transform .2s ease}.review-card:hover{box-shadow:0 4px 20px color-mix(in srgb,var(--color-text) 10%,transparent);transform:translateY(-2px)}.reviews-grid .review-card{break-inside:avoid;display:block;margin-bottom:1.25rem}.review-card__verified{display:inline-flex;align-items:center;align-self:flex-start;gap:.3rem;color:var(--color-success);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.review-card__verified svg{flex-shrink:0}.review-card__stars{display:flex;gap:0;letter-spacing:.05rem}.review-card__star{color:var(--color-border);font-size:.875rem;line-height:1}.review-card__star.is-on{color:var(--color-review-star)}.review-card__quote{flex:1;position:relative;padding-left:1.25rem;font-size:.9375rem;line-height:1.7;color:var(--color-text);margin:0}.review-card__quote:before{content:'"';position:absolute;top:.5rem;left:-.25rem;color:var(--color-accent);font-size:4rem;line-height:.6;opacity:.25}.review-card__author{display:flex;align-items:center;gap:.75rem;margin:0;padding:.75rem 1rem;border-radius:.75rem;background:var(--color-background)}.review-card__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-card__avatar-fallback{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),color-mix(in srgb,var(--color-accent) 60%,var(--color-text)));color:var(--color-accent-contrast);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.review-card__author-info strong{display:block;font-size:.875rem;font-weight:700;color:var(--color-text);line-height:1.3}.review-card__author-info span{font-size:.8125rem;color:var(--color-muted)}.review-card__author-info .review-card__platform{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-muted);margin-top:.2rem}.review-card__author-info .review-card__platform:before{content:"\25cf";font-size:.5rem}.review-card__author-info .review-card__platform[data-platform=google]{color:var(--color-accent)}.review-card__author-info .review-card__platform[data-platform=amazon]{color:var(--color-warning)}.review-card.has-media{padding:0;overflow:hidden}.review-card__media{overflow:hidden;border-radius:1.25rem 1.25rem 0 0}.review-card__media{aspect-ratio:4 / 5}.review-card__video,.review-card__photo{width:100%;height:100%;object-fit:cover;display:block}.review-card__inner{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.875rem}.review-card:not(.has-media) .review-card__inner{padding:0}.review-card__title{display:block;margin:0;font-size:.95rem;line-height:1.45;color:var(--color-text)}.reviews-load-more-wrap{display:flex;justify-content:center;margin-top:2rem}.review-card__reply{margin-top:.75rem;padding:.75rem 1rem;background:var(--color-background);border-left:3px solid var(--color-accent);border-radius:.375rem;font-size:.8125rem;line-height:1.5}.review-card__reply strong{display:block;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.review-card__reply p{margin:0}.reviews-empty{text-align:center;color:var(--color-muted);padding:3rem 1rem;grid-column:1 / -1}.prh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.25rem 1.5rem;text-align:center}.prh-empty__stars{font-size:1.25rem;letter-spacing:.1em;color:var(--color-border)}.prh-empty__text{margin:0;font-size:.875rem;color:var(--color-muted);font-weight:600}.prh-wrap{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.25rem 1.75rem;border:1px solid var(--color-border);border-radius:1rem;background:linear-gradient(135deg,var(--color-surface),var(--color-background))}.prh-wrap--split{align-items:stretch}.prh-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding-right:1.5rem;border-right:1px solid var(--color-border)}.prh-eyebrow{margin:0 0 .375rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.prh-heading{margin:0 0 .25rem;font-size:1.375rem;font-weight:800;line-height:1.2;color:var(--color-text)}.prh-subheading{margin:0;font-size:.875rem;color:var(--color-muted);line-height:1.5}.prh-stats{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.prh-wrap:not(.prh-wrap--split) .prh-stats{flex:1}.prh-wrap--split .prh-stats{flex-direction:column;align-items:flex-start;justify-content:center;gap:.55rem}.prh-score-block{display:flex;align-items:center;gap:.875rem}.prh-number{font-size:3rem;font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--color-text)}.prh-right{display:flex;flex-direction:column;gap:.2rem}.prh-stars{color:var(--color-review-star);font-size:1.125rem;letter-spacing:.1rem;line-height:1}.prh-count{color:var(--color-muted);font-size:.8125rem}.prh-tagline{display:flex;align-items:center;gap:.375rem;margin:0;padding-left:1.25rem;border-left:1px solid var(--color-border);color:var(--color-muted);font-size:.8125rem;line-height:1.4;white-space:nowrap}.prh-wrap--split .prh-tagline{padding-left:0;border-left:none}@media(max-width:599px){.reviews-section-wrapper .reviews-grid,.product-reviews-section .reviews-grid{display:flex;flex-direction:row;align-items:flex-start;gap:.875rem;overflow-x:auto;padding-bottom:1rem;columns:unset;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.reviews-section-wrapper .reviews-grid::-webkit-scrollbar,.product-reviews-section .reviews-grid::-webkit-scrollbar{display:none}.reviews-grid .review-card{flex:0 0 min(80vw,300px);margin-bottom:0;break-inside:unset;scroll-snap-align:start}.reviews-grid .reviews-empty{flex:0 0 100%}.prh-wrap{flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem}.prh-wrap--split .prh-text{flex:100%;padding-right:0;border-right:none;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.prh-number{font-size:2.25rem}.prh-tagline{padding-left:0;border-left:none}}.wa-cta__wrap{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center}.wa-cta--centered .wa-cta__wrap{grid-template-columns:1fr;text-align:center;justify-items:center}.wa-cta__kicker{opacity:.6}.wa-cta__heading{margin:.25rem 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.9rem)}.wa-cta__text{opacity:.72;margin:0}.wa-cta__trust{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.wa-cta__trust span{font-size:.8rem;font-weight:600;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.25rem .75rem;color:inherit}.wa-cta__action{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem;min-width:220px}.wa-cta--centered .wa-cta__action{align-items:center}.wa-agent{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;padding:.625rem 1rem;width:100%}.wa-agent__photo{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.3)}.wa-agent__photo--fallback{display:flex;align-items:center;justify-content:center;background:#fff3;font-weight:700;font-size:1.1rem;color:#fff}.wa-agent__info{display:flex;flex-direction:column;gap:.1rem}.wa-agent__name{font-size:.9rem;font-weight:700;color:#fff}.wa-agent__role{font-size:.775rem;opacity:.65;color:#fff}.wa-agent__status{font-size:.72rem;font-weight:600;color:#ffffff80}.wa-agent__status:before{content:"\25cf";margin-right:.3rem;font-size:.6rem}.wa-agent__status.is-online{color:#4ade80}.wa-btn{display:inline-flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;font-weight:700;font-size:.9375rem;border-radius:999px;padding:.75rem 1.5rem;text-decoration:none;transition:background .18s,transform .18s;width:100%;justify-content:center}.wa-btn:hover{background:#1da851;transform:translateY(-1px)}.wa-btn__icon{flex-shrink:0}.wa-meta{font-size:.8rem;opacity:.65;margin:0;color:inherit;text-align:center;width:100%}.wa-call-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#ffffffb3;text-decoration:none;text-align:center;width:100%;justify-content:center}.wa-call-link:hover{color:#fff}@media(max-width:767px){.wa-cta__wrap{grid-template-columns:1fr;gap:1.5rem}.wa-cta__action{width:100%}}.wa-float{position:fixed;bottom:1.5rem;z-index:200}.wa-float--right{right:1.5rem}.wa-float--left{left:1.5rem}.wa-float__btn{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;border-radius:999px;padding:.875rem 1.125rem;text-decoration:none;font-weight:700;font-size:.875rem;box-shadow:0 4px 20px #25d36673;transition:transform .18s,box-shadow .18s}.wa-float__btn:hover{transform:scale(1.06);box-shadow:0 6px 28px #25d3668c}@keyframes wa-pulse{0%,to{box-shadow:0 4px 20px #25d36673,0 0 #25d36680}60%{box-shadow:0 4px 20px #25d36673,0 0 0 12px #25d36600}}.wa-float--pulse .wa-float__btn{animation:wa-pulse 2.4s ease infinite}.floating-wa{position:fixed;bottom:calc(80px + env(safe-area-inset-bottom));right:16px;z-index:200;display:flex;align-items:center;gap:8px;border-radius:50px;background:#25d366;box-shadow:0 4px 16px #0000002e;color:#fff;font-size:.85rem;font-weight:700;padding:12px 16px 12px 14px;text-decoration:none;transition:transform .2s,box-shadow .2s}.floating-wa:hover{box-shadow:0 6px 20px #00000038;color:#fff;transform:translateY(-2px)}.floating-wa:focus-visible{outline:3px solid color-mix(in srgb,#25d366 55%,#fff);outline-offset:3px}.floating-wa svg{flex-shrink:0}.floating-wa[data-position=left]{right:auto;left:16px}.product-countdown{display:flex;align-items:center;gap:10px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:10px 14px}.product-countdown__label{color:var(--color-muted);font-size:.82rem;font-weight:600;white-space:nowrap}.product-countdown__timer{display:flex;align-items:center;gap:4px}.product-countdown__unit{display:flex;min-width:36px;flex-direction:column;align-items:center}.product-countdown__unit b{color:var(--color-text);font-size:1.2rem;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.product-countdown__unit small{color:var(--color-muted);font-size:.65rem;letter-spacing:.03em;text-transform:uppercase}.product-countdown__sep{color:var(--color-accent);font-size:1.1rem;font-weight:800;padding-bottom:10px}.back-in-stock{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:16px}.back-in-stock__text{font-size:.85rem;font-weight:600;margin-bottom:10px}.back-in-stock__form{display:flex;flex-wrap:wrap;gap:8px}.back-in-stock__input{flex:1;min-width:180px}.back-in-stock__btn{white-space:nowrap}.back-in-stock__success{width:100%;color:var(--color-accent);font-size:.82rem;font-weight:600;margin-top:6px}.feature-grid{padding-block:40px}.feature-grid__heading{font-size:1.3rem;font-weight:800;margin-bottom:24px;text-align:center}.feature-grid__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.feature-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);padding:20px 12px;text-align:center}.feature-grid__icon{font-size:1.8rem}.feature-grid__title{font-size:.9rem;font-weight:700}.feature-grid__text{color:var(--color-muted);font-size:.78rem;line-height:1.4}@media(max-width:749px){.floating-wa{bottom:calc(72px + env(safe-area-inset-bottom));padding:11px 14px 11px 12px}.floating-wa__label{display:none}}.template-product .product-info>.product-form{order:0}.template-product .product-info>.product-form>*{order:0!important}.pdp-block-shell{min-width:0;margin-bottom:var(--pdp-space-desktop, 8px);font-size:var(--pdp-font-desktop, 13px);padding-block:var(--pdp-density-pad, 0px)}[data-density-desktop=standard]{--pdp-density-pad: 5px}[data-density-desktop=spacious]{--pdp-density-pad: 12px}@media(max-width:749px){[data-density-mobile=standard]{--pdp-density-pad-mobile: 4px}[data-density-mobile=spacious]{--pdp-density-pad-mobile: 10px}}.pdp-block-shell:not(:has(>*)){display:none}.product-info>.product-form{gap:0}.personalization>.pdp-block-shell{grid-column:1 / -1}.personalization>.pdp-block-shell--half{grid-column:span 1}.product-accordions>.pdp-block-shell{min-width:0}.buy-box{--buy-current-height: var(--buy-height-desktop, 44px)}.buy-box .product-form__submit,.buy-box .shopify-payment-button__button,.buy-box .qty-stepper__btn,.buy-box .qty-stepper__input{min-height:var(--buy-current-height)!important}.buy-box--desktop-stack .product-form__row,.buy-box--no-quantity .product-form__row{grid-template-columns:minmax(0,1fr)}.buy-box--desktop-stack .quantity-field{width:100%}.buy-box--desktop-stack .qty-stepper{width:100%;max-width:220px}.buy-box--style-outline .product-form__submit{color:var(--color-accent);background:transparent;border:1px solid var(--color-accent);box-shadow:none}.buy-box--style-outline .product-form__submit:hover{color:var(--color-button-text);background:var(--color-accent)}@media(max-width:749px){.pdp-block-shell{margin-bottom:var(--pdp-space-mobile, 8px);font-size:var(--pdp-font-mobile, 12px);padding-block:var(--pdp-density-pad-mobile, var(--pdp-density-pad, 0px))}.personalization>.pdp-block-shell--half{grid-column:1 / -1}.buy-box{--buy-current-height: var(--buy-height-mobile, 44px)}.buy-box--mobile-inline:not(.buy-box--no-quantity) .product-form__row{grid-template-columns:auto minmax(0,1fr)}.buy-box--mobile-stack .product-form__row,.buy-box--no-quantity .product-form__row{grid-template-columns:minmax(0,1fr)}.buy-box--mobile-stack .quantity-field{width:100%}.buy-box--mobile-stack .qty-stepper{width:100%;max-width:none}}.template-product .product-info{gap:.42rem;padding:clamp(.62rem,1.2vw,.82rem)}.template-product .product-info>.product-form{gap:0}.template-product .pdp-block-shell--title h1{line-height:1.12!important;margin:0}.template-product .pdp-block-shell--title .product-card__vendor{display:inline-flex;margin-bottom:.12rem}.template-product .pdp-block-shell--rating .global-review--product{gap:6px;padding:8px}.template-product .pdp-block-shell--rating .global-review--product .global-review__meta{gap:.2rem;padding-right:.42rem}.template-product .pdp-block-shell--rating .global-review__badge,.template-product .pdp-block-shell--rating .global-review__author,.template-product .pdp-block-shell--rating .global-review--product p{display:none}.template-product .pdp-block-shell--price{justify-self:stretch;text-align:left}.template-product .pdp-block-shell--price .price-block{gap:.14rem .38rem}.template-product .pdp-block-shell--price .price,.template-product .pdp-block-shell--price .price--sale,.template-product .pdp-block-shell--price .regular-price,.template-product .pdp-block-shell--price .price>span:first-child{line-height:1.05}.template-product .pdp-block-shell--price .compare-price{font-size:.78em}.template-product .pdp-block-shell--price .savings-badge{min-height:0;padding:.14rem .42rem}.template-product .pdp-block-shell--price .product-tax-note{flex-basis:100%;line-height:1.12}.template-product .pdp-block-shell--urgency .urgency{min-height:0;border-radius:12px;gap:.28rem;padding:6px 0}.template-product .pdp-block-shell--urgency .urgency__item{min-height:0;padding:.18rem .28rem}.template-product .pdp-block-shell--offers :is(.oe-stack,.coupon-unlock--compact,.prepaid-offer){gap:6px}.template-product .pdp-block-shell--offers :is(.oe-offer,.coupon-unlock--compact,.prepaid-offer){border-radius:10px;padding:8px}.template-product .pdp-block-shell--offers :is(.oe-code,.coupon-unlock__copy,.coupon-unlock__code){min-height:32px;padding-block:.18rem}.template-product .pdp-block-shell--more-colors .product-more-colors__head{margin:0;line-height:1.15}.template-product .pdp-block-shell--more-colors .product-more-colors__list{gap:.34rem}.template-product .pdp-block-shell--more-colors .product-more-colors__item{width:50px;height:58px;border-radius:10px}.template-product .pdp-block-shell--delivery .delivery-checker{border-radius:12px}.template-product .pdp-block-shell--delivery .delivery-checker>div:first-child{gap:.06rem}.template-product .pdp-block-shell--delivery .delivery-checker__form{gap:.36rem}.template-product .pdp-block-shell--gift-mode .gift-mode{border-radius:12px}.template-product .pdp-block-shell--buy-buttons .buy-box,.template-product .pdp-block-shell--buy-buttons .product-form__row{gap:.38rem}.template-product .pdp-block-shell--buy-buttons .qty-stepper__btn,.template-product .pdp-block-shell--buy-buttons .qty-stepper__input{width:36px}.template-product .pdp-block-shell--buy-buttons .quantity-field label{margin-bottom:.18rem;line-height:1.1}.template-product .pdp-block-shell--buy-buttons .product-form__submit,.template-product .pdp-block-shell--buy-buttons .shopify-payment-button__button{border-radius:10px;letter-spacing:0}.template-product .pdp-block-shell--reassurance .reassurance,.template-product .pdp-block-shell--benefits .product-benefits,.template-product .pdp-block-shell--trust-cta .product-cta-grid{gap:0}.template-product .pdp-block-shell--benefits .product-benefits li,.template-product .pdp-block-shell--trust-cta .product-cta-card{min-height:0;border-radius:10px;padding:10px 12px}.template-product .pdp-block-shell--description .product-description{line-height:1.38;max-height:4.8rem}.template-product .pdp-block-shell--tab .product-accordion,.template-product .pdp-block-shell--size-chart .product-accordion,.template-product .pdp-block-shell--faq .product-accordion{border-radius:12px;padding:0}.template-product .pdp-block-shell--tab .product-accordion summary,.template-product .pdp-block-shell--size-chart .product-accordion summary,.template-product .pdp-block-shell--faq .product-accordion summary{min-height:34px;padding-block:.25rem}@media(max-width:749px){.template-product .product-info{gap:.32rem;padding:.52rem}.template-product .pdp-block-shell--title h1{line-height:1.14!important;-webkit-line-clamp:2}.template-product .pdp-block-shell--price .product-tax-note,.template-product .pdp-block-shell--rating .global-review--product .global-review__body{display:none}.template-product .pdp-block-shell--rating .global-review--product{display:inline-flex;width:fit-content;max-width:100%}.template-product .pdp-block-shell--offers :is(.oe-offer,.coupon-unlock--compact,.prepaid-offer){border-radius:9px}.template-product .pdp-block-shell--more-colors .product-more-colors__item{width:44px;height:52px}.template-product .pdp-block-shell--buy-buttons .product-form__row{grid-template-columns:78px minmax(0,1fr)}.template-product .pdp-block-shell--urgency.pdp-block-shell--mobile-sticky-top{position:sticky;top:calc(var(--pdp-mobile-sticky-offset, 0px) + env(safe-area-inset-top));z-index:45;margin-inline:-.12rem;padding-top:.12rem;background:color-mix(in srgb,var(--color-background, #fff) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.template-product .pdp-block-shell--urgency.pdp-block-shell--mobile-sticky-top .urgency{box-shadow:none}}.delivery-services{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.delivery-services li{display:flex;align-items:flex-start;gap:.72rem}.delivery-services__icon{position:relative;flex:0 0 28px;width:28px;height:28px;margin-top:.1rem;border:1px solid color-mix(in srgb,var(--color-success) 42%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface))}.delivery-services__icon:after{content:"";position:absolute;left:8px;top:6px;width:9px;height:14px;border:solid var(--color-success);border-width:0 2px 2px 0;transform:rotate(45deg)}.delivery-services strong,.delivery-services small{display:block}.delivery-services strong{color:var(--color-text);font-weight:900;line-height:1.2}.delivery-services small{margin-top:.16rem;color:var(--color-muted);line-height:1.35}.template-product{--pdp-pro-ink: var(--color-product-card-text, var(--color-text));--pdp-pro-muted: var(--color-product-card-subtext, var(--color-muted));--pdp-pro-line: var(--color-border);--pdp-pro-panel: var(--color-surface);--pdp-pro-accent: var(--color-accent);--pdp-pro-hot: var(--color-warning, var(--color-sale, var(--color-accent)));--pdp-pro-success: var(--color-success);--pdp-pro-radius: 8px;--pdp-pro-gap: clamp(1rem, 2.4vw, 2rem);color:var(--pdp-pro-ink)}.template-product .section.product-section{padding-block:clamp(1.25rem,2.8vw,2.5rem) clamp(2.5rem,5vw,4rem);background:var(--color-background)}.template-product .product{grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);gap:var(--pdp-pro-gap);align-items:start}.template-product .product-info{position:static;top:auto;display:grid;gap:0;border:1px solid var(--pdp-pro-line);border-radius:var(--pdp-pro-radius);background:var(--pdp-pro-panel);box-shadow:none;padding:clamp(.75rem,1.4vw,1rem)}.template-product .product-info>.product-form{display:grid;gap:0;padding:0}.template-product .pdp-block-shell{margin-bottom:var(--pdp-space-desktop, 8px)}.template-product .pdp-block-shell:last-child{margin-bottom:0}.template-product .pdp-title{display:grid;gap:3px}.template-product .pdp-vendor{color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:uppercase}.template-product .pdp-block-shell--title .pdp-title h1{max-width:100%;margin:0;color:var(--color-text);font-size:24px!important;font-weight:700;letter-spacing:0;line-height:1.2!important;overflow-wrap:anywhere}.template-product .pdp-block-shell--rating .global-review--product{width:fit-content;max-width:100%;border:0;background:color-mix(in srgb,var(--color-review-star) 8%,transparent);color:var(--pdp-pro-ink);padding:.28rem .5rem}.template-product .pdp-block-shell--price .price-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:3px;text-align:left}.template-product .pdp-block-shell--price .price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:8px;width:100%;text-align:left}.template-product .pdp-block-shell--price .price,.template-product .pdp-block-shell--price .price--sale,.template-product .pdp-block-shell--price .regular-price,.template-product .pdp-block-shell--price .price>span:first-child{color:var(--color-text);font-size:22px!important;font-weight:800;line-height:1}.template-product .pdp-block-shell--price .compare-price{color:var(--color-muted);font-size:14px;font-weight:500;text-decoration:line-through}.template-product .pdp-block-shell--price .savings-badge,.template-product .savings-badge{display:inline;max-width:none;min-height:0;border:0;border-radius:0;background:transparent;color:var(--color-success);font-size:11px;font-weight:700;letter-spacing:0;line-height:1.2;padding:0}.template-product .pdp-block-shell--price .product-tax-note{display:block;color:var(--color-muted);font-size:11px;font-weight:400;line-height:1.2;margin-top:2px}.template-product .pdp-block-shell--urgency .urgency{display:flex;align-items:center;gap:12px;min-height:0;margin:0;padding:6px 0;border:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-radius:0;background:transparent;box-shadow:none}.template-product .pdp-block-shell--urgency .urgency__item{min-height:0;margin:0;padding:0;border:0;background:transparent;color:var(--color-muted);font-size:11px;font-weight:600}.template-product .pdp-block-shell--urgency .urgency__item--sold{color:var(--color-warning)}.template-product .pdp-block-shell--urgency .urgency__dot{width:6px;height:6px;background:var(--color-success)}.template-product .stock-note{width:auto;max-width:none;margin:0 0 4px;padding:0;border:0;border-radius:0;background:transparent;color:var(--color-warning);font-size:11px;font-weight:700}.template-product .pdp-block-shell--more-colors .product-more-colors{display:grid;gap:6px}.template-product .pdp-block-shell--more-colors .product-more-colors__head{margin:0;color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.template-product .pdp-block-shell--more-colors .product-more-colors__list{display:flex;gap:6px}.template-product .pdp-block-shell--more-colors .product-more-colors__item{flex:0 0 32px;width:32px;height:32px;border:1.5px solid var(--color-border);border-radius:6px;box-shadow:none;overflow:hidden}.template-product .pdp-block-shell--more-colors .product-more-colors__item.is-current{border-color:var(--color-accent);box-shadow:none}.template-product .pdp-block-shell--delivery .delivery-checker{display:grid;gap:6px;margin:0;padding:8px 0;border:0;border-top:1px solid var(--color-border);border-radius:0;background:transparent;box-shadow:none}.template-product .pdp-block-shell--delivery .delivery-checker>div:first-child>span{display:none}.template-product .pdp-block-shell--delivery .delivery-checker>div:first-child>strong{display:block;margin:0;color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.template-product .pdp-block-shell--delivery .delivery-checker__tabs{display:flex;width:fit-content;gap:0;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.template-product .pdp-block-shell--delivery .delivery-checker__tab{padding:4px 12px;border:0;border-radius:0;background:transparent;color:var(--color-text);cursor:pointer;font-size:11px;font-weight:600}.template-product .pdp-block-shell--delivery .delivery-checker__tab[aria-selected=true]{background:var(--color-accent);color:var(--color-accent-contrast)}.template-product .pdp-block-shell--delivery .delivery-checker__form{display:flex;gap:6px;margin-top:6px}.template-product .pdp-block-shell--delivery .delivery-checker__form .input{flex:1;min-height:34px;height:34px;border-radius:6px;font-size:12px}.template-product .pdp-block-shell--delivery .delivery-checker__form .button{min-height:34px;height:34px;border-radius:6px;font-size:12px;padding:0 12px;white-space:nowrap}.template-product .pdp-block-shell--delivery .delivery-checker__result{margin:6px 0 0;color:var(--color-success);font-size:12px}.template-product .pdp-block-shell--delivery .delivery-checker__result.is-error{color:var(--color-error, #b42318)}.template-product .pdp-block-shell--delivery .delivery-services{display:none}.template-product .pdp-block-shell--trust-cta .product-cta-grid{display:flex;flex-direction:column;gap:0;border:1px solid var(--color-border);border-radius:8px;background:transparent;box-shadow:none;overflow:hidden}.template-product .pdp-block-shell--trust-cta .product-cta-card{display:flex;align-items:center;gap:10px;min-height:0;padding:10px 12px;border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:transparent;box-shadow:none}.template-product .pdp-block-shell--trust-cta .product-cta-card:last-child{border-bottom:0}.template-product .pdp-block-shell--trust-cta .product-cta-card>span{display:none}.template-product .pdp-block-shell--trust-cta .product-cta-card strong{display:block;color:var(--color-text);font-size:13px;font-weight:600}.template-product .pdp-block-shell--trust-cta .product-cta-card p{margin:0;color:var(--color-muted);font-size:11px}.template-product .pdp-block-shell--trust-cta .product-cta-card--link:after{content:"\203a";margin-left:auto;color:var(--color-muted);font-size:16px}.template-product .pdp-block-shell--gift-mode .gift-mode{padding:8px 10px;border:1px solid var(--color-border);border-radius:8px;background:transparent;box-shadow:none}.template-product .pdp-block-shell--gift-mode .gift-mode__toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.template-product .pdp-block-shell--gift-mode .gift-mode__toggle strong{color:var(--color-text);font-size:13px;font-weight:600}.template-product .pdp-block-shell--gift-mode .gift-mode__toggle small{color:var(--color-muted);font-size:11px}.template-product .pdp-block-shell--gift-mode .gift-mode__toggle em{margin-left:auto;color:var(--color-accent);font-size:11px;font-style:normal;font-weight:700}.template-product .pdp-block-shell--gift-mode .gift-mode__message{margin-top:8px;padding:8px;border-radius:6px;font-size:12px;resize:vertical}.template-product .pdp-block-shell--reassurance .reassurance{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.template-product .pdp-block-shell--reassurance .reassurance__secure{display:flex;align-items:center;gap:6px;color:var(--color-muted);font-size:11px;font-weight:700}.template-product .pdp-block-shell--reassurance .reassurance__secure svg{width:13px;height:13px;color:var(--color-success)}.template-product .pdp-block-shell--reassurance .reassurance__pay{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.template-product .pdp-block-shell--reassurance .pay-pill{padding:3px 8px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.template-product .pdp-block-shell--benefits .product-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;list-style:none}.template-product .pdp-block-shell--benefits .product-benefits li{display:flex;align-items:center;gap:5px;min-height:0;border:0;border-radius:0;background:transparent;color:var(--color-text);font-size:12px;font-weight:500;padding:0}.template-product .pdp-block-shell--benefits .product-benefits svg{flex:0 0 auto;width:12px;height:12px;color:var(--color-success)}.template-product .pdp-block-shell--description .product-description{max-height:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--color-muted);font-size:13px;line-height:1.6;padding:0}.template-product .pdp-block-shell--description .product-description p{margin:0 0 8px}.template-product .product-accordions{overflow:hidden;border:0;border-top:1px solid var(--color-border);border-radius:0;background:transparent;box-shadow:none;padding:0}.template-product .product-accordions .pdp-block-shell{margin:0}.template-product .product-accordions .product-accordion{border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:transparent;box-shadow:none;padding:0}.template-product .product-accordions .product-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:0;color:var(--color-text);cursor:pointer;font-size:13px;font-weight:600;list-style:none;padding:10px 0}.template-product .product-accordions .product-accordion summary:after{content:"+";color:var(--color-muted);font-size:16px;line-height:1;transition:transform .2s ease}.template-product .product-accordions .product-accordion[open] summary:after{content:"\2212"}.template-product .product-accordions .product-accordion .rte{color:var(--color-muted);font-size:13px;line-height:1.6;padding:0 0 12px}.template-product .pdp-block-shell--variant-picker .variant-picker,.template-product .pdp-block-shell--variant-picker .variant-picker__group,.template-product .pdp-block-shell--variant-picker .variant-picker__values{gap:6px}.template-product .pdp-block-shell--variant-picker .variant-picker__group legend,.template-product .pdp-block-shell--variant-picker .variant-picker__group--select label,.template-product .quantity-field label,.template-product .pdp-block-shell--more-colors .product-more-colors__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .14rem;color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:uppercase}.template-product .variant-picker__size-chart{color:var(--pdp-pro-hot);font-size:.78rem;font-weight:900}.template-product .pdp-block-shell--variant-picker .variant-pill{min-height:42px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--pdp-pro-ink);box-shadow:none;font-size:13px;font-weight:600;padding:.48rem .78rem;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.template-product .pdp-block-shell--variant-picker .variant-pill:hover{border-color:color-mix(in srgb,var(--pdp-pro-accent) 36%,var(--pdp-pro-line));transform:translateY(-1px)}.template-product .pdp-block-shell--variant-picker input:checked+.variant-pill{border-color:var(--pdp-pro-accent);background:color-mix(in srgb,var(--pdp-pro-accent) 9%,#fff);color:var(--pdp-pro-accent);box-shadow:none}.template-product .variant-pill--image{min-width:66px;min-height:88px;border-radius:16px;padding:.32rem}.template-product .variant-pill__image{width:56px;height:58px;border-radius:12px}.template-product .pdp-block-shell--buy-buttons .buy-box{display:flex;flex-direction:column;gap:8px}.template-product .buy-box:not(.buy-box--no-quantity) .product-form__row,.template-product .pdp-block-shell--buy-buttons .product-form__row{display:flex;gap:8px;align-items:stretch;margin-top:0}.template-product .buy-box .quantity-field{display:flex;flex-direction:row;align-items:stretch;flex:0 0 auto}.template-product .buy-box .product-form__submit{flex:1;position:relative;overflow:hidden;background:var(--color-foreground, #111);background-image:none;border-color:var(--color-foreground, #111);color:var(--color-background, #fff);box-shadow:0 2px 10px #0000002e;height:44px;min-height:44px;border-radius:8px;font-size:15px;font-weight:700;letter-spacing:0;transition:background .18s ease,box-shadow .18s ease,transform .16s ease}.template-product .buy-box .product-form__submit:hover{background:color-mix(in srgb,var(--color-foreground, #111) 80%,#fff);box-shadow:0 4px 18px #00000042;transform:translateY(-1px)}.template-product .buy-box .product-form__submit[disabled]{background:#888;border-color:#888;box-shadow:none}.template-product .buy-box .product-form__buy-now{display:inline-flex;flex:1;height:44px;min-height:44px;border-radius:8px;background:var(--color-surface);border-color:var(--color-accent);color:var(--color-accent);font-size:13px;font-weight:600;letter-spacing:0;box-shadow:0 2px 8px color-mix(in srgb,var(--color-accent) 14%,transparent);transition:filter .16s ease,box-shadow .16s ease}.template-product .buy-box .product-form__buy-now:hover{filter:brightness(1.08);box-shadow:0 4px 12px color-mix(in srgb,var(--color-accent) 20%,transparent)}.template-product .buy-box--no-quantity .product-form__row{display:flex}.template-product .buy-box--no-quantity .product-form__submit,.template-product .buy-box--hide-qty-mobile .product-form__submit,.template-product .buy-box--no-quantity .product-form__buy-now,.template-product .buy-box--hide-qty-mobile .product-form__buy-now{flex:1}.template-product .pdp-block-shell--buy-buttons .quantity-field>label,.template-product .buy-box .quantity-field>label{display:none}.template-product .buy-box .product-form__submit,.template-product .buy-box .product-form__buy-now,.template-product .buy-box [data-buy-now]{min-height:var(--buy-height-desktop, 44px);border-radius:8px;padding-left:.7rem;padding-right:.7rem;white-space:nowrap}@keyframes pdp-button-spin{to{transform:rotate(360deg)}}.template-product [data-add-button],.template-product [data-buy-now]{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.template-product [data-add-button].is-loading,.template-product [data-buy-now].is-loading{cursor:wait;pointer-events:none;opacity:1;transform:none}.template-product [data-button-spinner]{width:14px;height:14px;flex:0 0 auto;border-radius:999px;border:2px solid currentColor;border-right-color:transparent;animation:pdp-button-spin .72s linear infinite;display:none}.template-product [data-add-button].is-loading [data-button-spinner],.template-product [data-buy-now].is-loading [data-button-spinner]{display:inline-block}.template-product [data-add-button].is-loading>svg,.template-product [data-buy-now].is-loading>svg{display:none}.template-product [data-add-button].is-loading[disabled]{background:var(--pdp-pro-accent, var(--color-foreground, #111));border-color:transparent;color:var(--color-accent-contrast, #fff);box-shadow:0 8px 22px color-mix(in srgb,var(--pdp-pro-accent, var(--color-foreground, #111)) 30%,transparent)}.template-product [data-buy-now].is-loading[disabled]{background:#fff;border-color:var(--pdp-pro-hot, var(--color-accent));color:var(--pdp-pro-hot, var(--color-accent));box-shadow:0 8px 22px color-mix(in srgb,var(--pdp-pro-hot, var(--color-accent)) 22%,transparent)}.template-product .buy-box .qty-stepper{display:flex;align-items:center;min-height:44px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);overflow:hidden}.template-product .buy-box .qty-stepper__btn,.template-product .buy-box .qty-stepper__input{min-height:44px;height:44px}.template-product .buy-box .qty-stepper__btn{width:36px;border:0;background:transparent;color:var(--pdp-pro-ink);transition:background .13s ease,color .13s ease}.template-product .buy-box .qty-stepper__btn:hover{background:color-mix(in srgb,var(--pdp-pro-accent) 10%,transparent);color:var(--pdp-pro-accent)}.template-product .buy-box .qty-stepper__input{width:36px;border:0;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);border-radius:0;background:transparent;color:var(--pdp-pro-ink);font-size:14px;font-weight:600;text-align:center;padding:0;-moz-appearance:textfield}.template-product .pdp-block-shell--buy-buttons .shopify-payment-button{margin-top:.42rem}.template-product .pdp-block-shell--buy-buttons .shopify-payment-button__button{min-height:var(--buy-height-desktop, 44px);border-radius:var(--buy-radius, 12px)}.template-product .buy-box .mobile-conversion-note{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:4px}.template-product .buy-box .mobile-conversion-note span{display:inline-flex;align-items:center;border:0;border-radius:0;background:transparent;color:var(--color-muted);font-size:10px;font-weight:600;padding:0}.template-product .personalization{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:none;padding:12px}.template-product .personalization .input,.template-product .personalization .select,.template-product .gift-mode__message{border-color:var(--color-border);background:var(--color-surface)}.template-product .pdp-block-shell--offers .oe-offer{padding:.5rem .65rem;gap:.22rem}.template-product .pdp-block-shell--offers .oe-cta-row{display:none}.template-product .sticky-atc{border:1px solid var(--pdp-pro-line);background:color-mix(in srgb,#fff 94%,transparent);box-shadow:0 -16px 42px #1418161a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.template-product .sticky-atc__inner{gap:.9rem}.template-product .sticky-atc__summary img{border-radius:12px}.template-product .sticky-atc__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.58rem}.template-product .sticky-atc__action-row{display:contents}.template-product .sticky-atc__form .button{border-radius:13px;font-weight:950}.template-product .sticky-atc__form .button:not(.button--secondary):not([data-buy-now]){border-color:transparent;background:var(--pdp-pro-accent);color:var(--color-accent-contrast, #fff);box-shadow:0 4px 14px color-mix(in srgb,var(--pdp-pro-accent) 28%,transparent)}.template-product .sticky-atc__form .button--secondary,.template-product .sticky-atc__form [data-buy-now]{border:1.5px solid var(--pdp-pro-hot);background:#fff;color:var(--pdp-pro-hot);box-shadow:none}.template-product .sticky-variant-picker{grid-column:1 / -1;min-width:0}.template-product .sticky-variant-picker__select{width:100%;border-color:var(--pdp-pro-line);background:#f7f8fa;color:var(--pdp-pro-ink);font-weight:900}@media(max-width:989px){.template-product .section.product-section{padding-block-start:0}.template-product .product{grid-template-columns:1fr;width:100%;max-width:100%;gap:0}.template-product .product-info{position:static}.template-product .product-info{border:0;border-radius:0;box-shadow:none}}@media(max-width:749px){body.template-product{--pdp-pro-radius: 8px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}body.template-product:has(.sticky-atc--with-variant){padding-bottom:calc(96px + env(safe-area-inset-bottom))}.template-product .product-info{width:100%!important;position:relative;z-index:2;margin:-24px 0 0!important;border:0!important;border-radius:20px 20px 0 0!important;background:#fff!important;box-shadow:0 -4px 20px #00000012!important;padding:12px 16px 16px!important}.template-product .pdp-block-shell{margin-bottom:var(--pdp-space-mobile, 8px)}.template-product .pdp-title h1{font-size:22px!important;line-height:1.2!important}.template-product .pdp-block-shell--price .price,.template-product .pdp-block-shell--price .price--sale,.template-product .pdp-block-shell--price .regular-price,.template-product .pdp-block-shell--price .price>span:first-child{font-size:22px!important}.template-product .pdp-block-shell--benefits .product-benefits{grid-template-columns:1fr 1fr}.template-product .pdp-block-shell--description .product-description{max-height:none}.template-product .pdp-block-shell--buy-buttons .variant-picker__values{gap:.54rem}.template-product .pdp-block-shell--buy-buttons .variant-pill:not(.variant-pill--image){min-width:52px;min-height:48px;border-radius:15px;padding:.42rem .72rem}.template-product .variant-pill--image{min-width:62px;min-height:82px}.template-product .buy-box .quantity-field{display:flex}.template-product .buy-box--hide-qty-mobile .quantity-field{display:none}.template-product .buy-box .product-form__submit,.template-product .buy-box .product-form__buy-now,.template-product .buy-box [data-buy-now],.template-product .buy-box .qty-stepper,.template-product .buy-box .qty-stepper__btn,.template-product .buy-box .qty-stepper__input,.template-product .pdp-block-shell--buy-buttons .shopify-payment-button__button{min-height:44px;height:44px}.template-product .pdp-block-shell--delivery .delivery-checker__form{display:flex;gap:6px;border:0;border-radius:0;padding:0}.template-product .pdp-block-shell--delivery .delivery-checker__form .input{min-height:34px;height:34px;border:1px solid var(--color-border);background:var(--color-surface);font-weight:400;padding-inline:10px}.template-product .pdp-block-shell--delivery [data-delivery-submit],.template-product .pdp-block-shell--delivery [data-delivery-intl-submit]{min-height:34px;height:34px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);box-shadow:none;padding-inline:12px}.template-product .pdp-block-shell--buy-buttons .product-form__row{display:flex;flex-wrap:wrap;gap:8px}.template-product .buy-box .quantity-field{order:1}.template-product .buy-box .product-form__submit{order:2;min-width:min(180px,calc(100% - 116px))}.template-product .buy-box .product-form__buy-now{order:3;flex-basis:100%}.template-product .buy-box--no-quantity .product-form__submit,.template-product .buy-box--hide-qty-mobile .product-form__submit{min-width:100%}.template-product .sticky-atc{border-radius:22px 22px 0 0;border:1px solid rgba(0,0,0,.06);border-bottom:0;background:#fffffff7;box-shadow:0 -8px 32px #0000001f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.template-product .sticky-atc__inner{display:grid;grid-template-columns:1fr;gap:.48rem;width:100%;max-width:none;padding:.7rem .9rem calc(.7rem + env(safe-area-inset-bottom))}.template-product .sticky-atc__summary,.template-product .oe-sticky-wrap{display:none}.template-product .sticky-atc__form{grid-template-columns:1fr;gap:.42rem;width:100%}.template-product .sticky-atc__action-row{display:grid;grid-template-columns:1fr 1fr;gap:.42rem;align-items:stretch}.template-product .sticky-atc__form .button{min-height:46px;border-radius:13px;font-size:.88rem}.template-product .sticky-variant-picker{display:flex;align-items:center;gap:.5rem}.template-product .sticky-variant-picker label{flex-shrink:0;color:var(--pdp-pro-muted);font-size:.78rem;font-weight:950;white-space:nowrap}.template-product .sticky-variant-picker__select{flex:1;min-height:38px;border-radius:10px;font-size:.88rem;padding:.3rem .6rem}}.sticky-sheet-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:198;visibility:hidden;background:#00000085;opacity:0;pointer-events:none;transition:opacity .28s ease,visibility 0s linear .28s}.sticky-sheet-backdrop.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.sticky-sheet{display:none;position:fixed;right:0;bottom:0;left:0;z-index:199;visibility:hidden;max-height:88svh;overflow-y:auto;border-radius:20px 20px 0 0;background:var(--color-background);box-shadow:0 -4px 32px #00000024;padding:0 16px calc(16px + env(safe-area-inset-bottom));pointer-events:none;overscroll-behavior:contain;transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1),visibility 0s linear .32s}.sticky-sheet.is-open{visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.sticky-sheet__handle{width:40px;height:4px;border-radius:999px;background:var(--color-border);margin:10px auto 14px}.sticky-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;border-bottom:1px solid var(--color-border);padding-bottom:14px}.sticky-sheet__header-info{display:flex;flex-direction:column;gap:4px;min-width:0}.sticky-sheet__title{color:var(--color-text);font-size:.88rem;font-weight:600;line-height:1.3}.sticky-sheet__price .price,.sticky-sheet__price .price-block{font-size:1.05rem;font-weight:800}.sticky-sheet__close{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--color-border);border-radius:50%;background:transparent;color:var(--color-text);padding:0;cursor:pointer}.sticky-sheet__option-group{margin:0 0 16px;border:0;padding:0}.sticky-sheet__option-label{display:block;margin-bottom:10px;color:var(--color-muted);font-size:.82rem;font-weight:600}.sticky-sheet__option-label strong{color:var(--color-text);font-weight:700}.sticky-sheet__option-values{display:flex;flex-wrap:wrap;gap:8px}.sticky-sheet__option-values input{position:absolute;opacity:0;pointer-events:none}.sticky-sheet__option-values input:checked+.variant-pill{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 22%,transparent)}.sticky-sheet__option-values input:focus-visible+.variant-pill{outline:2px solid var(--color-accent);outline-offset:2px}.sticky-sheet__option-values .variant-pill.is-unavailable{opacity:.42;text-decoration:line-through}.sticky-sheet__cta{position:sticky;bottom:0;display:flex;gap:8px;margin-top:6px;border-top:1px solid var(--color-border);background:var(--color-background);padding-top:14px;padding-bottom:env(safe-area-inset-bottom)}.sticky-sheet__atc{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:48px;font-size:.94rem;font-weight:800}.sticky-sheet__buy{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:6px;min-height:48px;min-width:110px;font-size:.88rem;font-weight:700}.sticky-atc__mobile-trigger{display:none}.sticky-atc__select-btn{flex:1;min-height:44px;font-size:.82rem;font-weight:800;line-height:1.15;padding:0 14px}@media(max-width:749px){.sticky-sheet,.sticky-sheet-backdrop{display:block}.template-product .sticky-atc{border-radius:16px 16px 0 0}.template-product .sticky-atc__inner{padding:10px 14px calc(10px + env(safe-area-inset-bottom))}.template-product .sticky-atc__summary,.template-product .oe-sticky-wrap,.template-product .sticky-atc__form{display:none!important}.template-product .sticky-atc__mobile-panel{display:flex;flex-direction:column;gap:10px}.sticky-atc__variant-select{width:100%;min-height:42px;border-radius:10px;font-size:.88rem;font-weight:600}.template-product .sticky-atc__mobile-trigger{display:flex;gap:8px}.template-product .sticky-atc__mobile-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:48px;border-radius:12px;font-size:.9rem;font-weight:700;white-space:nowrap;padding-inline:10px}}@media(min-width:750px){.sticky-sheet,.sticky-sheet-backdrop{display:none!important}}.template-product .product-offers[data-offer-style=best_offers_list]:not(:empty),.template-product .pdp-block-shell--offers .product-offers[data-offer-style=best_offers_list]:not(:empty){display:block;overflow:visible;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;margin:0;padding:6px 0!important;text-align:left;scroll-snap-type:none}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list{display:grid;gap:8px;color:#292e42;font-size:12px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__header{display:flex;align-items:center;gap:6px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__title{margin:0;color:inherit;font-size:15px;font-weight:800;letter-spacing:0;line-height:1.12;text-transform:uppercase}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__icon{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__intro{margin:0;color:inherit;font-size:12px;font-weight:500;line-height:1.35}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__items{display:grid;gap:10px;margin:0;padding:0;list-style:none}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__item{display:grid;gap:3px;margin:0;padding:0}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__offer-title{margin:0;color:inherit;font-size:13px;font-weight:700;letter-spacing:0;line-height:1.25}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__detail{display:flex;align-items:flex-start;gap:6px;margin:0;color:inherit;font-size:12px;font-weight:500;line-height:1.35}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__detail span{flex:0 0 auto;line-height:1.25}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__terms{width:fit-content;border:0;background:transparent;color:#ff3d6f;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none}.template-product .product-offers[data-offer-style=best_offers_list] a.oe-list__terms:hover,.template-product .product-offers[data-offer-style=best_offers_list] a.oe-list__terms:focus-visible{color:color-mix(in srgb,#ff3d6f 76%,#111);text-decoration:underline;text-underline-offset:.16em}@media(max-width:749px){.template-product .product-offers[data-offer-style=best_offers_list]:not(:empty),.template-product .pdp-block-shell--offers .product-offers[data-offer-style=best_offers_list]:not(:empty){margin-inline:0!important;padding-inline:0!important;padding-block:6px!important}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list{gap:8px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__header{gap:6px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__title{font-size:15px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__icon{width:16px;height:16px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__intro{font-size:12px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__items{gap:10px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__offer-title{font-size:13px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__detail{gap:6px;font-size:12px}.template-product .product-offers[data-offer-style=best_offers_list] .oe-list__terms{font-size:12px}}@media(prefers-reduced-motion:reduce){.template-product .variant-pill,.template-product .button,.template-product .shopify-payment-button__button,.template-product .sticky-atc{transition:none!important}}.cart-service-card{display:none!important}.cart-delivery-check{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 10px 28px color-mix(in srgb,var(--color-product-card-text) 4%,transparent);overflow:hidden}.cart-delivery-check__toggle{display:flex;align-items:center;gap:8px;color:var(--color-product-card-text);cursor:pointer;font-size:.86rem;font-weight:700;list-style:none;padding:11px 14px;-webkit-user-select:none;user-select:none}.cart-delivery-check__toggle::-webkit-details-marker{display:none}.cart-delivery-check__toggle>span{flex:1}.cart-delivery-check__chevron{color:var(--color-muted);transition:transform .2s ease}.cart-delivery-check[open] .cart-delivery-check__chevron{transform:rotate(180deg)}.cart-delivery-check__body{display:grid;gap:8px;border-top:1px solid var(--color-border);padding:0 14px 12px}.cart-delivery-check:not([open]) .cart-delivery-check__body{display:none}.cart-delivery-check__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:10px}.cart-delivery-check__row .button{min-height:44px;padding-inline:14px;white-space:nowrap}.cart-delivery-check__result{border-radius:6px;background:#edf9f3;background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface));color:#237d5e;color:color-mix(in srgb,var(--color-success) 70%,var(--color-text));font-size:.78rem;font-weight:800;line-height:1.3;padding:.46rem .6rem}.cart-delivery-check__result.is-success{background:#edf9f3;background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface));color:#237d5e;color:color-mix(in srgb,var(--color-success) 70%,var(--color-text))}.cart-delivery-check__result.is-error{background:#fff1f1;background:color-mix(in srgb,var(--color-sale) 10%,var(--color-surface));color:var(--color-sale)}.cart-tax-note{display:none}.cart-summary__note,.template-cart .cart-summary__note{color:var(--color-muted);font-size:.72rem;line-height:1.4;margin:0;padding:0;text-align:center}.cart-savings-chip{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cfebdc;border:1px solid color-mix(in srgb,var(--color-success) 24%,var(--color-border));border-radius:8px;background:#edf9f3;background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface));color:#2c8662;color:color-mix(in srgb,var(--color-success) 65%,var(--color-text));font-size:.8rem;font-weight:800;padding:9px 14px;text-align:center}[data-offer-placement=cart_page]{font-size:.84rem}[data-offer-placement=cart_page]>*{border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);overflow:hidden}[data-offer-placement=cart_page] .offer-action,[data-offer-placement=cart_page] [data-offer-action],[data-offer-placement=cart_page] [class*=offer-cta],[data-offer-placement=cart_page] [class*=add-item],[data-offer-placement=cart_page] [class*=view-product],[data-offer-placement=cart_page] a[href*=collection],[data-offer-placement=cart_page] a[href*=product]{display:none!important}@media(max-width:749px){.template-cart .cart-delivery-check{order:1;width:100%;border-inline:0;border-radius:0;box-shadow:none}.template-cart .cart-line{grid-template-columns:100px minmax(0,1fr)}.template-cart .cart-savings-chip{order:9;width:calc(100% - 1.9rem);margin-inline:auto}}.global-review-slot:has(.rpill){display:block;border:none;background:none;padding:0;box-shadow:none}.gift-card-page{min-height:100vh;background:var(--color-background);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.gift-card-wrap{width:100%;max-width:480px;margin:0 auto}.gift-card-box{display:flex;flex-direction:column;align-items:center;gap:1.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1.5rem;padding:2.5rem 2rem;text-align:center}.gift-card-brand{margin-bottom:-.5rem}.gift-card-logo{height:36px;width:auto;object-fit:contain}.gift-card-shop-name{font-size:1.25rem;font-weight:800;color:var(--color-text)}.gift-card-card{width:100%;border-radius:1.25rem;background:linear-gradient(135deg,var(--color-accent),color-mix(in srgb,var(--color-accent) 60%,#000));color:#fff;padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 12px 40px #0000002e;aspect-ratio:1.586 / 1;justify-content:space-between}.gift-card-card__top{display:flex;justify-content:space-between;align-items:flex-start}.gift-card-card__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.75}.gift-card-card__value{font-size:1.5rem;font-weight:900;letter-spacing:-.02em}.gift-card-card__code{font-size:1rem;font-weight:600;letter-spacing:.18em;opacity:.9;word-break:break-all}.gift-card-balance{display:flex;flex-direction:column;gap:.25rem}.gift-card-balance__label{font-size:.8125rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.gift-card-balance__amount{font-size:2rem;font-weight:900;color:var(--color-text);letter-spacing:-.03em}.gift-card-expired{color:var(--color-sale);font-size:.875rem;font-weight:600}.gift-card-expiry{color:var(--color-muted);font-size:.8125rem}.gift-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;width:100%}.gift-card-actions .button{flex:1;min-width:140px}.gift-card-hint{font-size:.8125rem;color:var(--color-muted);margin:0;line-height:1.5}@media print{.gift-card-actions{display:none}}.pw-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background:var(--color-background);overflow:hidden}.pw-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--pw-bg-image, none);background-size:cover;background-position:center}.pw-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,color-mix(in srgb,var(--color-background) 82%,transparent),color-mix(in srgb,var(--color-background) 65%,transparent))}.pw-wrap{position:relative;z-index:1;width:100%;max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.pw-brand{display:flex;justify-content:center}.pw-brand__logo{height:40px;width:auto;object-fit:contain}.pw-brand__name{font-size:1.375rem;font-weight:900;letter-spacing:-.02em;color:var(--color-text)}.pw-card{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1.5rem;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 8px 40px #00000012}.pw-card__eyebrow{margin:0}.pw-card__heading{margin:0;font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.15;letter-spacing:-.025em}.pw-card__text{margin:0;color:var(--color-muted);font-size:1rem;line-height:1.6;max-width:38ch}.pw-card__error{display:flex;align-items:center;gap:.4rem;color:var(--color-sale);font-size:.875rem;font-weight:600;margin:0}.pw-form{display:flex;width:100%;gap:.5rem;background:var(--color-background);border:1.5px solid var(--color-border);border-radius:.75rem;padding:.35rem .35rem .35rem 1rem;transition:border-color .2s}.pw-form:focus-within{border-color:var(--color-accent)}.pw-form__input{flex:1;border:none;background:transparent;font-size:.9375rem;color:var(--color-text);outline:none;padding:0;min-width:0}.pw-form__input::placeholder{color:var(--color-muted)}.pw-form__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;border-radius:.5rem;white-space:nowrap}.pw-social{display:flex;gap:.75rem;margin-top:.5rem}.pw-social__link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--color-border);color:var(--color-muted);transition:color .2s,border-color .2s,background .2s}.pw-social__link:hover{color:var(--color-text);border-color:var(--color-text);background:var(--color-surface)}.pw-footer{font-size:.75rem;color:var(--color-muted);margin:0;opacity:.6}.pw-footer a{color:inherit;text-decoration:none}@media(max-width:480px){.pw-card{padding:2rem 1.25rem}.pw-form{flex-direction:column;padding:.75rem;gap:.75rem}.pw-form__input{padding:.25rem 0}.pw-form__btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
