:root{--paper:#FFFFFF;--sand:#F4F5F7;--ink:#14171F;--ink-soft:#5B6170;--line:#E4E6EB;--signal:#1543E0;--signal-deep:#0C2E9E;--signal-tint:#EEF1FE;--good:#147A42;--sale:#B4283A;--sale-tint:#FBEBED;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-card:0 1px 2px rgba(20,23,31,.06);--shadow-lift:0 12px 28px rgba(20,23,31,.1);--font-head:"Space Grotesk","Helvetica Neue",Arial,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--container:1240px;--gutter:clamp(20px,4vw,48px) }*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:16px}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.14;letter-spacing:-.01em;margin:0;color:var(--ink)}h1{font-size:clamp(2.1rem,3.6vw,3.4rem)}h2{font-size:clamp(1.6rem,2.6vw,2.3rem)}h3{font-size:1.2rem}p{margin:0}.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.section{padding:clamp(40px,6vw,88px) 0}.section--tight{padding:clamp(24px,4vw,48px) 0}.section--sand{background:var(--sand)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(24px,3vw,40px);max-width:640px}.section-head--wide{max-width:none;width:100%}.section-head p{color:var(--ink-soft);margin-top:8px;max-width:56ch}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--signal);margin-bottom:10px}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--signal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--signal);color:#fff}.btn-primary:hover{background:var(--signal-deep)}.btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:#fff}.btn-ghost-light{background:#ffffff14;color:#fff;border-color:#ffffff8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btn-ghost-light:hover{background:#ffffff2e}.btn-block{width:100%}.btn-sm{padding:10px 16px;font-size:.85rem}.btn[disabled]{opacity:.5;cursor:not-allowed}.link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--signal);font-size:.92rem;border-bottom:1px solid transparent}.link-arrow:hover{border-color:var(--signal)}.announce{background:var(--ink);color:#fff;text-align:center;font-size:.82rem;font-weight:500;padding:9px var(--gutter);letter-spacing:.01em}.announce strong{color:#fff;font-weight:700}.announce a{text-decoration:underline;text-underline-offset:2px}.site-header{position:sticky;top:0;z-index:60;background:var(--paper);border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;gap:28px;padding:16px var(--gutter);max-width:var(--container);margin:0 auto}.logo{font-family:var(--font-head);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:var(--ink);flex-shrink:0}.logo span{color:var(--signal)}.header-search{flex:1;display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--sand);padding:0 14px;max-width:520px;transition:border-color .15s}.header-search:focus-within{border-color:var(--signal);background:var(--paper)}.header-search input{border:0;background:transparent;outline:none;padding:11px 8px;width:100%;font-size:.92rem}.header-search svg{flex-shrink:0;color:var(--ink-soft)}.header-actions{display:flex;align-items:center;gap:18px;margin-left:auto}.header-icon-link{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--ink)}.header-icon-link small{font-size:.68rem;color:var(--ink-soft);font-weight:500}.badge-count{position:absolute;top:-6px;right:-10px;background:var(--signal);color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.main-nav{border-top:1px solid var(--line)}.main-nav .container{display:flex}.main-nav ul{display:flex;gap:4px}.main-nav>.container>ul>li{position:relative}.main-nav a.nav-link{display:block;padding:13px 16px;font-size:.9rem;font-weight:600;color:var(--ink);border-bottom:2px solid transparent}.main-nav a.nav-link:hover{color:var(--signal)}.main-nav li.nav-deals a.nav-link{color:var(--sale)}.mega{position:absolute;left:0;top:100%;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-lift);padding:24px;display:none;min-width:560px;gap:32px;z-index:50}.main-nav li:hover .mega{display:flex}.mega-col h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:10px;font-family:var(--font-body);font-weight:700}.mega-col li a{display:block;padding:6px 0;font-size:.9rem;color:var(--ink)}.mega-col li a:hover{color:var(--signal)}.mobile-toggle{display:none;background:none;border:0;padding:8px}.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(340px,88vw);background:var(--paper);transform:translate(100%);transition:transform .25s ease;z-index:100;overflow-y:auto;box-shadow:var(--shadow-lift)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#14171f80;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:99}.mobile-nav-scrim.is-open{opacity:1;pointer-events:auto}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.mobile-nav ul{padding:8px 0}.mobile-nav>ul>li>a{display:flex;justify-content:space-between;padding:15px 20px;font-weight:600;border-bottom:1px solid var(--line);font-size:1rem}.hero{background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;min-height:520px}.hero-copy{padding:60px 0;position:relative;z-index:2}.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#bfd0ff;background:#ffffff14;border:1px solid rgba(255,255,255,.18);padding:7px 14px;border-radius:999px;margin-bottom:22px}.hero h1{color:#fff;max-width:12ch}.hero-sub{color:#ffffffb8;font-size:1.05rem;margin-top:18px;max-width:46ch}.hero-ctas{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.hero-visual{position:relative;height:100%;min-height:420px;display:flex;align-items:center;justify-content:center}.hero-visual img{border-radius:var(--radius-lg);width:100%;height:100%;object-fit:cover}.trust-bar{border-bottom:1px solid var(--line);background:var(--paper)}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.trust-item{padding:26px 18px;border-left:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.trust-item:first-child{border-left:none}.trust-item svg{color:var(--signal);margin-bottom:4px}.trust-item strong{font-size:.88rem;font-weight:700}.trust-item span{font-size:.8rem;color:var(--ink-soft)}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5;border:1px solid var(--line);background:var(--sand)}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cat-card:hover img{transform:scale(1.04)}.cat-card-label{position:absolute;left:0;right:0;bottom:0;padding:16px;background:linear-gradient(to top,#0a0c12d1,#0a0c1200);color:#fff}.cat-card-label strong{display:block;font-size:1rem;font-weight:700}.cat-card-label span{font-size:.78rem;color:#ffffffc7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 18px}.product-grid.cols-5{grid-template-columns:repeat(5,1fr)}.pcard{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper);overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease;position:relative;display:flex;flex-direction:column}.pcard:hover{box-shadow:var(--shadow-card);border-color:#d3d8e2}.pcard-media{position:relative;aspect-ratio:1/1;background:var(--sand)}.pcard-media img{width:100%;height:100%;object-fit:cover}.pcard-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px}.pcard-badge{font-size:.68rem;font-weight:700;padding:4px 8px;border-radius:5px}.pcard-badge.sale{background:var(--sale-tint);color:var(--sale)}.pcard-badge.new{background:var(--signal-tint);color:var(--signal)}.pcard-wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.pcard-wishlist:hover{border-color:var(--signal);color:var(--signal)}.pcard-quickadd{position:absolute;left:10px;right:10px;bottom:10px;opacity:0;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease}.pcard:hover .pcard-quickadd{opacity:1;transform:none}.pcard-body{padding:13px 14px 15px;display:flex;flex-direction:column;gap:4px;flex:1}.pcard-brand{font-size:.72rem;color:var(--ink-soft);font-weight:600}.pcard-title{font-size:.92rem;font-weight:600;line-height:1.35}.pcard-title a{display:block}.pcard-prices{display:flex;align-items:baseline;gap:8px;margin-top:4px}.pcard-price{font-weight:700;font-size:1rem}.pcard-compare{font-size:.82rem;color:var(--ink-soft);text-decoration:line-through}.pcard-discount{font-size:.75rem;color:var(--sale);font-weight:700}.pcard-stock{font-size:.75rem;color:var(--good);margin-top:2px}.pcard-stock.out{color:var(--sale)}.carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.carousel::-webkit-scrollbar{height:6px}.carousel::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}.carousel .pcard{min-width:240px;scroll-snap-align:start}.deals-band{background:var(--ink);border-radius:var(--radius-lg);padding:clamp(28px,4vw,48px);color:#fff}.deals-band .section-head p{color:#ffffffad}.deals-band .section-head h2{color:#fff}.deals-band .pcard{background:#1b1f2b;border-color:#2a2f3d;color:#fff}.deals-band .pcard-media{background:#22263300}.deals-band .pcard-title,.deals-band .pcard-price{color:#fff}.deals-band .pcard-brand{color:#ffffff80}.biz-panel{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;background:var(--signal-tint);border-radius:var(--radius-lg);padding:clamp(28px,4vw,56px)}.biz-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:22px}.biz-list li{display:flex;align-items:center;gap:10px;font-size:.92rem;font-weight:600}.biz-list li svg{color:var(--signal);flex-shrink:0}.biz-visual img{border-radius:var(--radius-md)}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.why-item{padding:28px 22px;border-left:1px solid var(--line)}.why-item:first-child{border-left:none}.why-item svg{color:var(--signal);margin-bottom:14px}.why-item h3{font-size:1rem;margin-bottom:8px}.why-item p{font-size:.86rem;color:var(--ink-soft)}.store-panel{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}.store-copy{padding:clamp(32px,4vw,56px);background:var(--sand);display:flex;flex-direction:column;justify-content:center}.store-addr{margin-top:22px;padding:16px 18px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.92rem;line-height:1.6}.store-ctas{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.store-map{min-height:320px;background:var(--line)}.store-map iframe{width:100%;height:100%;border:0;display:block}.newsletter{background:var(--sand);border-radius:var(--radius-lg);padding:clamp(30px,4vw,52px);text-align:center}.newsletter p{color:var(--ink-soft);margin-top:10px}.newsletter-form{display:flex;gap:10px;max-width:420px;margin:22px auto 0}.newsletter-form input{flex:1;padding:13px 16px;border:1px solid var(--line);border-radius:var(--radius-sm)}.site-footer{background:var(--ink);color:#ffffffd1}.footer-top{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:32px;padding:56px 0 32px}.footer-brand .logo{color:#fff}.footer-brand p{margin-top:14px;font-size:.88rem;color:#fff9;max-width:34ch}.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:16px}.footer-col li{margin-bottom:10px}.footer-col a{font-size:.88rem;color:#ffffffd1}.footer-col a:hover{color:#fff}.footer-contact li{font-size:.88rem;color:#ffffffbf;margin-bottom:10px}.footer-social{display:flex;gap:12px;margin-top:18px}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#ffffff80;flex-wrap:wrap;gap:12px}.payment-icons{display:flex;gap:8px;align-items:center}.payment-icons span{font-size:.72rem;border:1px solid rgba(255,255,255,.25);border-radius:4px;padding:3px 7px}.breadcrumbs{font-size:.82rem;color:var(--ink-soft);padding:16px 0}.breadcrumbs a{color:var(--ink-soft)}.breadcrumbs a:hover{color:var(--signal)}.breadcrumbs span{margin:0 6px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:56px}.product-gallery-main{border-radius:var(--radius-md);overflow:hidden;background:var(--sand);aspect-ratio:1/1;margin-bottom:12px;border:1px solid var(--line)}.product-thumbs{display:flex;gap:10px}.product-thumbs button{width:76px;height:76px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--sand);overflow:hidden;padding:0}.product-thumbs button.is-active{border-color:var(--signal)}.product-info .brand-tag{font-size:.85rem;font-weight:700;color:var(--signal);margin-bottom:8px}.product-info h1{font-size:clamp(1.6rem,2.4vw,2.1rem)}.price-row{display:flex;align-items:baseline;gap:12px;margin-top:16px}.price-row .current{font-size:1.7rem;font-weight:700}.price-row .compare{font-size:1.05rem;color:var(--ink-soft);text-decoration:line-through}.price-row .save{font-size:.85rem;font-weight:700;color:var(--sale);background:var(--sale-tint);padding:4px 9px;border-radius:6px}.stock-line{margin-top:8px;font-size:.88rem;font-weight:600;color:var(--good);display:flex;align-items:center;gap:6px}.stock-line.out{color:var(--sale)}.variant-group{margin-top:22px}.variant-group label.group-label{display:block;font-size:.86rem;font-weight:700;margin-bottom:10px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{border:1px solid var(--line);border-radius:var(--radius-sm);padding:9px 16px;font-size:.88rem;font-weight:600;background:var(--paper)}.variant-pill.is-selected{border-color:var(--signal);color:var(--signal);background:var(--signal-tint)}.variant-pill.is-unavailable{opacity:.4;text-decoration:line-through}.qty-row{display:flex;align-items:center;gap:14px;margin-top:22px}.qty-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-sm)}.qty-control button{width:40px;height:44px;background:none;border:0;font-size:1.1rem}.qty-control input{width:44px;text-align:center;border:0;background:none;font-weight:700}.buy-buttons{display:flex;gap:12px;margin-top:20px}.buy-buttons .btn{flex:1}.trust-strip{margin-top:26px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:16px 18px;display:grid;gap:10px}.trust-strip .row{display:flex;align-items:center;gap:10px;font-size:.86rem}.trust-strip .row svg{color:var(--signal);flex-shrink:0}.delivery-box{margin-top:16px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:16px 18px;font-size:.86rem;color:var(--ink-soft)}.delivery-box strong{color:var(--ink)}.pdp-tabs{margin-top:48px;border-top:1px solid var(--line)}.pdp-tab-nav{display:flex;gap:28px;border-bottom:1px solid var(--line)}.pdp-tab-nav button{background:none;border:0;padding:16px 0;font-weight:700;font-size:.92rem;color:var(--ink-soft);border-bottom:2px solid transparent}.pdp-tab-nav button.is-active{color:var(--ink);border-color:var(--signal)}.pdp-tab-panel{padding:28px 0;display:none;max-width:78ch;font-size:.94rem;color:var(--ink-soft);line-height:1.7}.pdp-tab-panel.is-active{display:block}.spec-table{width:100%;border-collapse:collapse;font-size:.9rem}.spec-table tr{border-bottom:1px solid var(--line)}.spec-table td{padding:10px 0}.spec-table td:first-child{color:var(--ink-soft);width:38%}.collection-banner{background:var(--sand);border-radius:var(--radius-lg);padding:clamp(28px,4vw,48px);margin-bottom:32px}.collection-banner p{color:var(--ink-soft);margin-top:10px;max-width:70ch}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:flex-start}.filters-panel{border:1px solid var(--line);border-radius:var(--radius-md);padding:20px;position:sticky;top:110px}.filter-group{padding:16px 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h4{font-size:.88rem;font-weight:700;margin-bottom:12px}.filter-option{display:flex;align-items:center;gap:9px;font-size:.88rem;margin-bottom:9px;color:var(--ink-soft)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;flex-wrap:wrap;gap:12px}.result-count{font-size:.88rem;color:var(--ink-soft)}.sort-select{border:1px solid var(--line);border-radius:var(--radius-sm);padding:9px 12px;font-size:.88rem;background:var(--paper)}.mobile-filter-btn{display:none}.pagination{display:flex;justify-content:center;gap:8px;margin-top:44px}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--line);font-size:.88rem;font-weight:600}.pagination .is-current{background:var(--ink);color:#fff;border-color:var(--ink)}.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:flex-start}.cart-line{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);align-items:start}.cart-line>a:first-child{width:112px;height:112px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper);overflow:hidden}.cart-line img{width:100%;height:100%;padding:8px;border:0;border-radius:0;object-fit:contain;object-position:center;background:var(--paper)}.cart-line-title{font-weight:600;font-size:.95rem}.cart-line-variant{font-size:.82rem;color:var(--ink-soft);margin-top:4px}.cart-line-remove{font-size:.8rem;color:var(--sale);margin-top:10px;display:inline-block}.cart-summary{border:1px solid var(--line);border-radius:var(--radius-md);padding:24px;position:sticky;top:110px}.summary-row{display:flex;justify-content:space-between;font-size:.92rem;padding:8px 0}.summary-row.total{font-weight:700;font-size:1.1rem;border-top:1px solid var(--line);margin-top:8px;padding-top:16px}.free-ship-progress{background:var(--signal-tint);border-radius:var(--radius-sm);padding:14px 16px;font-size:.85rem;margin-bottom:20px}.free-ship-bar{height:6px;background:#1543e026;border-radius:99px;margin-top:10px;overflow:hidden}.free-ship-bar-fill{height:100%;background:var(--signal);border-radius:99px}.empty-state{text-align:center;padding:80px 20px;max-width:460px;margin:0 auto}.empty-state svg{color:var(--line);margin-bottom:20px}.empty-state h2{margin-bottom:10px}.empty-state p{color:var(--ink-soft);margin-bottom:26px}.prose{max-width:74ch}.prose h2{margin-top:36px;margin-bottom:12px;font-size:1.25rem}.prose h2:first-child{margin-top:0}.prose p{color:var(--ink-soft);margin-bottom:14px;font-size:.96rem}.prose ul{margin-bottom:14px}.prose li{color:var(--ink-soft);font-size:.96rem;margin-bottom:8px;padding-left:18px;position:relative}.prose li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--signal)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-weight:600;cursor:pointer;background:none;border:0;width:100%;text-align:left;font-size:.98rem}.faq-a{display:none;padding-bottom:20px;color:var(--ink-soft);font-size:.92rem;max-width:70ch;line-height:1.7}.faq-item.is-open .faq-a{display:block}.faq-item.is-open .faq-q svg{transform:rotate(45deg)}.faq-q svg{transition:transform .15s ease;flex-shrink:0}.two-col-card{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}.info-card h3{margin-bottom:10px}.info-card p{color:var(--ink-soft);font-size:.92rem}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(420px,92vw);background:#fff;transform:translate(100%);transition:transform .25s ease;z-index:110;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.cart-drawer-body{flex:1;overflow-y:auto;padding:0 20px}.cart-drawer-foot{padding:18px 20px;border-top:1px solid var(--line)}@media(max-width:1080px){.cat-grid,.product-grid,.product-grid.cols-5,.trust-grid,.why-grid{grid-template-columns:repeat(3,1fr)}.why-item:nth-child(3n+1){border-left:none}.footer-top{grid-template-columns:1fr 1fr 1fr}}@media(max-width:860px){.header-search,.main-nav{display:none}.mobile-toggle{display:flex;align-items:center}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:280px;order:-1}.biz-panel,.biz-list,.store-panel{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr;gap:28px}.collection-layout{grid-template-columns:1fr}.filters-panel{display:none}.mobile-filter-btn{display:inline-flex}.cart-layout{grid-template-columns:1fr}}@media(max-width:640px){.cat-grid,.product-grid,.product-grid.cols-5,.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(odd){border-left:none}.trust-item{border-top:1px solid var(--line)}.trust-item:nth-child(-n+2){border-top:none}.why-grid{grid-template-columns:repeat(2,1fr)}.why-item:nth-child(odd){border-left:none}.footer-top{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.two-col-card{grid-template-columns:1fr}.buy-buttons{flex-direction:column}.price-row .current{font-size:1.4rem}}.sticky-atc{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--line);padding:12px 16px;align-items:center;gap:12px;box-shadow:0 -8px 24px #14171f14}@media(max-width:860px){.sticky-atc.is-visible{display:flex}}.sticky-atc .price{font-weight:700}.sticky-atc .btn{flex:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--signal);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.placeholder-svg{width:100%;height:100%;background:var(--sand);color:#c5c9d1}.shopify-payment-button{flex:1}.shopify-payment-button__button{min-height:48px;border-radius:var(--radius-sm)!important}.product-form select{max-width:100%}.cart-drawer .cart-line{padding:14px 0}.cart-drawer .empty-state p{margin-top:8px}.rte img,.prose img{height:auto}.shopify-policy__container{max-width:900px;margin:0 auto;padding:48px var(--gutter)}.product-gallery-main{display:flex;align-items:center;justify-content:center;background:#fff;padding:clamp(28px,4vw,52px);min-height:520px;aspect-ratio:1/1}.product-gallery-main img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-thumbs{flex-wrap:wrap}.product-thumbs button{display:flex;align-items:center;justify-content:center;background:#fff;padding:6px}.product-thumbs button img{width:100%;height:100%;object-fit:contain;object-position:center}@media(max-width:860px){.product-gallery-main{min-height:auto;padding:24px}}@media(max-width:640px){.product-gallery-main{padding:18px;border-radius:12px}.product-thumbs button{width:64px;height:64px}}.cart-drawer .cart-line{grid-template-columns:76px minmax(0,1fr) auto!important;gap:12px}.cart-drawer .cart-line>img{width:76px!important;height:76px!important;object-fit:contain!important;object-position:center!important;padding:6px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:8px!important}@media(max-width:640px){.cart-line{grid-template-columns:88px minmax(0,1fr);gap:14px}.cart-line>a:first-child{width:88px;height:88px}.cart-line>strong{grid-column:2;justify-self:start}.cart-line img{padding:6px}}.hero-visual{height:auto;min-height:0;aspect-ratio:16/10;margin:32px 0;background:var(--sand);border-radius:var(--radius-lg);overflow:hidden}.hero-visual img,.hero-visual picture,.hero-visual picture img{width:100%;height:100%;object-fit:contain!important;object-position:center center;border-radius:var(--radius-lg)}@media(max-width:860px){.hero-visual{order:-1;width:100%;aspect-ratio:16/10;margin:20px 0 0}}.hero-media{position:relative;width:100%;min-width:0;align-self:center;margin:28px 0}.hero-media-stage{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius-lg);background:#0f131d}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;display:flex;align-items:center;justify-content:center}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-media-image,.hero-media-video,.hero-slide video{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important}.hero-slide--placeholder .hero-placeholder{width:100%;height:100%;background:var(--sand)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#0f131d94;color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-arrow:hover{background:#0f131dd1}.hero-arrow--prev{left:14px}.hero-arrow--next{right:14px}.hero-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:3;display:flex;gap:8px;padding:7px 10px;border-radius:999px;background:#0f131d66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff7a}.hero-dot.is-active{background:#fff;transform:scale(1.22)}.hero-visual{display:none!important}@media(max-width:860px){.hero-media{order:-1;margin:20px 0 0}.hero-media-stage{aspect-ratio:16/9}.hero-arrow{width:38px;height:38px;font-size:25px}}@media(max-width:640px){.hero-media-stage{border-radius:14px}.hero-arrow{width:34px;height:34px;font-size:22px}.hero-arrow--prev{left:8px}.hero-arrow--next{right:8px}.hero-dots{bottom:8px}}.hero.hero--fullbleed{position:relative;min-height:clamp(560px,68vw,720px);background:#0f131d;overflow:hidden;color:#fff}.hero--fullbleed .hero-media--full,.hero--fullbleed .hero-media-stage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;max-width:none;border-radius:0;aspect-ratio:auto;overflow:hidden;background:#0f131d}.hero--fullbleed .hero-slide,.hero--fullbleed .hero-picture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero--fullbleed .hero-picture{display:block}.hero--fullbleed .hero-media-image,.hero--fullbleed .hero-media-video,.hero--fullbleed .hero-slide video,.hero--fullbleed .hero-slide img,.hero--fullbleed .hero-placeholder{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important}.hero--fullbleed .hero-overlay-container{position:relative;z-index:4;min-height:clamp(560px,68vw,720px);display:flex;align-items:center;pointer-events:none}.hero--fullbleed .hero-copy-card{width:min(620px,56vw);padding:clamp(26px,4vw,44px);margin:48px 0;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#080c1494;box-shadow:0 20px 60px #0000003d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:auto}.hero--fullbleed .hero-copy-card h1{max-width:13ch;text-shadow:0 2px 18px rgba(0,0,0,.28)}.hero--fullbleed .hero-copy-card .hero-sub{color:#ffffffe0}.hero--fullbleed .hero-kicker{background:#080c1461}.hero--fullbleed .hero-arrow,.hero--fullbleed .hero-dots{z-index:6}.hero-video-mobile{display:none!important}.hero-video-desktop{display:block!important}@media(max-width:860px){.hero.hero--fullbleed{min-height:640px}.hero--fullbleed .hero-overlay-container{min-height:640px;align-items:flex-end;padding-bottom:72px}.hero--fullbleed .hero-copy-card{width:100%;max-width:560px;margin:0;padding:24px;border-radius:16px;background:#080c14a3}.hero--fullbleed .hero-copy-card h1{font-size:clamp(2rem,9vw,3rem);max-width:12ch}.hero--fullbleed .hero-copy-card .hero-sub{font-size:.98rem}.hero--fullbleed .hero-media--full{order:initial;margin:0}.hero--fullbleed .hero-media-stage{aspect-ratio:auto}.hero-video-desktop{display:none!important}.hero-video-mobile{display:block!important}}@media(max-width:640px){.hero.hero--fullbleed{min-height:600px}.hero--fullbleed .hero-overlay-container{min-height:600px;padding:0 18px 64px}.hero--fullbleed .hero-copy-card{padding:20px}.hero--fullbleed .hero-ctas{gap:10px;margin-top:22px}.hero--fullbleed .hero-ctas .btn{padding:12px 16px}.hero--fullbleed .hero-arrow--prev{left:10px}.hero--fullbleed .hero-arrow--next{right:10px}.hero--fullbleed .hero-dots{bottom:14px}}@media(min-width:861px){.hero--fullbleed .hero-overlay-container{justify-content:flex-start;padding-left:max(var(--gutter),24px);padding-right:var(--gutter)}.hero--fullbleed .hero-copy-card{width:min(430px,34vw);padding:24px 26px;margin:0;border-radius:16px;background:#080c1475;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);box-shadow:0 14px 40px #0000002e}.hero--fullbleed .hero-copy-card h1{font-size:clamp(1.9rem,2.7vw,2.65rem);max-width:12ch}.hero--fullbleed .hero-copy-card .hero-sub{font-size:.94rem;line-height:1.5;margin-top:12px;max-width:38ch}.hero--fullbleed .hero-kicker{font-size:.74rem;padding:6px 10px;margin-bottom:14px}.hero--fullbleed .hero-ctas{margin-top:18px;gap:10px}.hero--fullbleed .hero-ctas .btn{padding:11px 16px;font-size:.86rem}}@media(max-width:860px){.hero--fullbleed .hero-overlay-container{align-items:flex-end;justify-content:flex-start;padding:0 16px 62px}.hero--fullbleed .hero-copy-card{width:min(88%,390px);max-width:390px;padding:17px 18px;margin:0;border-radius:14px;background:#080c1480;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.hero--fullbleed .hero-copy-card h1{font-size:clamp(1.65rem,7.5vw,2.25rem);max-width:12ch}.hero--fullbleed .hero-copy-card .hero-sub{font-size:.88rem;line-height:1.45;margin-top:10px}.hero--fullbleed .hero-kicker{font-size:.7rem;padding:5px 9px;margin-bottom:11px}.hero--fullbleed .hero-ctas{margin-top:15px;gap:8px}.hero--fullbleed .hero-ctas .btn{padding:10px 13px;font-size:.82rem}}.trust-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--ink);margin-bottom:8px}.trust-icon svg{width:24px;height:24px;display:block}@media(max-width:640px){.hero.hero--fullbleed{min-height:560px}.hero--fullbleed .hero-overlay-container{min-height:560px;align-items:flex-end;justify-content:flex-start;padding:0 18px 78px}.hero--fullbleed .hero-copy-card{width:min(300px,78vw);max-width:300px;padding:12px 14px;border-radius:12px;background:#080c147a;border-color:#ffffff2e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 10px 28px #00000029}.hero--fullbleed .hero-kicker{display:none}.hero--fullbleed .hero-copy-card h1{font-size:1.25rem;line-height:1.15;max-width:16ch;margin:0}.hero--fullbleed .hero-copy-card .hero-sub{font-size:.74rem;line-height:1.35;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero--fullbleed .hero-ctas{margin-top:10px;gap:7px;flex-wrap:nowrap}.hero--fullbleed .hero-ctas .btn{padding:8px 11px;font-size:.72rem;border-radius:8px;min-height:36px}.hero--fullbleed .hero-arrow{width:34px;height:34px;font-size:21px;background:#0f131d85}.hero--fullbleed .hero-arrow--prev{left:12px}.hero--fullbleed .hero-arrow--next{right:12px}.hero--fullbleed .hero-dots{bottom:14px;padding:5px 8px;gap:7px;background:#0f131d42}.hero--fullbleed .hero-dot{width:7px;height:7px}.trust-bar{border-bottom:1px solid var(--line);background:#fff}.trust-bar .container{padding:0}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%}.trust-item{min-width:0;padding:16px 8px 15px;border-left:1px solid var(--line)!important;border-top:0!important;text-align:center;align-items:center;gap:3px}.trust-item:first-child{border-left:0!important}.trust-item:nth-child(n+5){display:none}.trust-item .trust-icon{margin:0 auto 5px;width:22px;height:22px}.trust-item .trust-icon svg{width:22px;height:22px}.trust-item strong{font-size:.7rem;line-height:1.15;white-space:normal}.trust-item span{font-size:.6rem;line-height:1.2;color:var(--ink-soft);white-space:normal}.pcard-body{padding:11px 11px 13px;min-width:0}.pcard-title{font-size:.84rem;line-height:1.28;overflow-wrap:anywhere}.pcard-brand{font-size:.65rem}.pcard-prices{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;min-width:0;margin-top:6px}.pcard-price{display:block;width:100%;font-size:.92rem;line-height:1.2;white-space:nowrap;overflow:visible}.pcard-compare{display:block;width:100%;font-size:.72rem;line-height:1.2;white-space:nowrap;overflow:visible}.pcard-stock{font-size:.68rem;margin-top:5px}.pcard-quickadd{display:none}}@media(max-width:390px){.hero--fullbleed .hero-copy-card{width:min(280px,76vw);max-width:280px}.hero--fullbleed .hero-copy-card h1{font-size:1.12rem}.trust-item{padding-left:5px;padding-right:5px}.trust-item strong{font-size:.64rem}.trust-item span{font-size:.56rem}.pcard-price{font-size:.86rem}.pcard-compare{font-size:.68rem}}.header__heading-logo,.header__heading-link img{width:180px;max-width:180px;height:auto}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
