:root{--ink:#101820;--muted:#61707c;--paper:#f7f8f8;--line:#dde3e6;--accent:#e9292f;--accent-dark:#b9151b;--lime:#c8f000;--night:#07131b;--radius:16px;--shadow:0 12px 35px rgba(8,25,35,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.container{width:min(1320px,calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:12px;z-index:99}.skip-link:focus{left:10px}.announcement{background:var(--night);color:#fff;font-size:13px;text-align:center;padding:8px 15px}.site-header{position:sticky;top:0;z-index:30;background:#fffffff7;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.brand{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:34px;letter-spacing:-1px;text-transform:uppercase;white-space:nowrap}.brand-mark{color:var(--accent)}.nav{display:flex;gap:26px;justify-content:center;font-weight:700;font-size:14px}.nav a{position:relative;padding:9px 0}.nav a:after{content:"";position:absolute;bottom:3px;left:0;width:0;height:2px;background:var(--accent);transition:.2s}.nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer}.cart-count{background:var(--accent);color:#fff;border-radius:50%;font-size:10px;font-weight:800;min-width:17px;height:17px;display:grid;place-items:center;margin-left:-16px;margin-top:-18px;z-index:1}.mobile-menu{display:none}.hero{background:var(--night);position:relative;overflow:hidden;color:#fff;min-height:560px;display:grid;align-items:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050f16f0,#050f16b8 46%,#050f161a)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;max-width:665px;padding:78px 0}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--lime)}.eyebrow:before{content:"";height:2px;width:34px;background:currentColor}.hero h1,.section-title{font-family:Barlow Condensed,sans-serif;letter-spacing:-1.2px;text-transform:uppercase;line-height:.91;margin:18px 0}.hero h1{font-size:clamp(52px,7vw,92px);max-width:650px}.hero p{max-width:570px;font-size:18px;color:#dbe3e7;margin:0 0 30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 23px;border-radius:4px;border:1px solid transparent;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;transition:.2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-light{background:#fff;color:var(--ink)}.btn-outline{border-color:var(--ink);background:transparent}.btn-outline:hover{background:var(--ink);color:#fff}.button-row{display:flex;flex-wrap:wrap;gap:12px}.trust-strip{background:var(--paper);border-bottom:1px solid var(--line)}.trust-grid{min-height:90px;display:grid;grid-template-columns:repeat(4,1fr);gap:25px;align-items:center}.trust-item{display:flex;gap:12px;align-items:center;font-weight:700;font-size:13px}.trust-icon{width:35px;height:35px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--accent);box-shadow:0 2px 8px #0000000f}.section{padding:78px 0}.section-paper{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-title{font-size:clamp(35px,4vw,55px);margin:0}.section-subtitle{max-width:600px;color:var(--muted);margin:13px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:280px;border-radius:var(--radius);overflow:hidden;position:relative;background:#16242c;color:#fff;isolation:isolate}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(0deg,#020a0fd9,#020a0f0d 70%)}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .45s}.category-card:hover img{transform:scale(1.06)}.category-card-content{position:absolute;inset:auto 21px 20px}.category-card h3{font-family:Barlow Condensed;font-size:31px;text-transform:uppercase;line-height:.95;margin:0 0 8px}.category-card span{font-size:13px;font-weight:800;text-transform:uppercase;color:var(--lime)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{background:#f4f6f7;aspect-ratio:1/1;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;padding:4px 9px;border-radius:3px;font-size:10px;font-weight:800;text-transform:uppercase}.product-body{padding:16px}.product-vendor{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.5px}.product-title{font-size:15px;font-weight:700;line-height:1.35;margin:6px 0 9px;display:block}.price{font-weight:800;font-size:16px}.price-compare{margin-left:6px;font-size:13px;color:var(--muted);text-decoration:line-through;font-weight:500}.product-quick{position:absolute;right:12px;bottom:12px}.feature-banner{border-radius:var(--radius);overflow:hidden;background:var(--lime);display:grid;grid-template-columns:1.1fr .9fr;min-height:370px}.feature-copy{padding:60px;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-family:Barlow Condensed;font-size:61px;text-transform:uppercase;line-height:.91;margin:0 0 17px}.feature-media{min-height:320px}.feature-media img{width:100%;height:100%;object-fit:cover}.collection-hero{background:var(--night);color:#fff;padding:55px 0}.collection-hero h1,.product-info h1{font-family:Barlow Condensed;font-size:58px;text-transform:uppercase;line-height:.95;margin:0 0 12px}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:35px}.filters{border:1px solid var(--line);padding:21px;height:max-content}.filters h3{margin:0 0 14px;text-transform:uppercase;font-size:13px}.filter-link{display:block;padding:8px 0;color:var(--muted);font-weight:600}.pagination{display:flex;gap:9px;justify-content:center;margin-top:45px}.pagination a,.pagination span{border:1px solid var(--line);padding:9px 13px}.product-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:58px;padding:54px 0 85px}.product-gallery-main{background:#f5f7f7;border:1px solid var(--line);border-radius:12px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.product-thumb{width:75px;height:75px;border:1px solid var(--line);background:#f5f7f7;border-radius:6px;padding:3px;cursor:pointer}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info .price{font-size:26px}.product-form{margin:25px 0}.variant-label{font-weight:800;font-size:13px;text-transform:uppercase;margin-bottom:8px;display:block}.variant-select,.quantity-input{height:48px;border:1px solid var(--line);padding:0 12px;background:#fff;width:100%}.product-actions{display:grid;grid-template-columns:100px 1fr;gap:10px;margin-top:14px}.quantity-input{width:100px}.rte{color:#40505b}.rte ul{padding-left:20px}.notice{padding:13px 15px;background:#eff8e7;border-left:3px solid #83bb41;font-size:13px;font-weight:600}.cart-page{padding:60px 0}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;text-transform:uppercase;font-size:11px;letter-spacing:.7px;color:var(--muted);padding:12px;border-bottom:1px solid var(--line)}.cart-table td{padding:18px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.cart-item{display:flex;gap:15px;align-items:center}.cart-item img{width:85px;height:85px;object-fit:contain;background:#f4f6f7}.cart-summary{margin:30px 0 0 auto;width:min(100%,370px);padding:24px;background:var(--paper)}.cart-summary-row{display:flex;justify-content:space-between;margin:8px 0}.search-page{padding:60px 0}.search-form{display:flex;max-width:680px;margin:20px 0 40px}.search-form input{flex:1;border:1px solid var(--line);padding:0 15px;height:50px}.site-footer{background:var(--night);color:#fff;padding:64px 0 25px}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:35px}.footer-title{font-family:Barlow Condensed;font-size:28px;text-transform:uppercase;margin:0 0 13px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin:9px 0;color:#c1cbd0;font-size:14px}.newsletter-form{display:flex;max-width:370px}.newsletter-form input{height:47px;flex:1;border:0;padding:0 12px}.newsletter-form button{border:0;background:var(--accent);color:#fff;padding:0 16px;font-weight:800}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:42px;padding-top:19px;color:#9cabb2;font-size:12px;display:flex;justify-content:space-between;gap:15px}.empty-state{padding:60px 20px;text-align:center;background:var(--paper)}@media(max-width:980px){.nav{display:none}.mobile-menu{display:inline-grid}.header-inner{grid-template-columns:1fr auto}.header-actions{gap:6px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr);padding:15px 0}.feature-banner{grid-template-columns:1fr}.feature-copy{padding:42px}.product-layout,.collection-layout{grid-template-columns:1fr;gap:25px}.filters{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.container{width:min(100% - 28px,1320px)}.header-inner{height:65px}.brand{font-size:29px}.hero{min-height:510px}.hero-content{padding:56px 0}.hero h1{font-size:55px}.section{padding:54px 0}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:205px}.category-card h3{font-size:24px}.product-body{padding:11px}.product-title{font-size:13px}.product-actions{grid-template-columns:80px 1fr}.quantity-input{width:80px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:15px 0}.cart-table td{border:0;padding:5px 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom p{margin:5px 0}}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0 14px}.product-card .price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;color:var(--ink);font-weight:800;font-size:18px;line-height:1.15}.product-card .price-current{white-space:nowrap}.price-from{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.35px;color:var(--muted)}.product-card .price-compare{margin-left:0;font-size:13px;color:var(--muted);text-decoration:line-through;font-weight:600;white-space:nowrap}.product-card-form{margin:0}.product-card-add{width:100%;min-height:44px;padding:0 14px;font-size:12px;line-height:1.1}.product-card-add[disabled]{cursor:not-allowed;background:#8b969d;border-color:#8b969d;opacity:.7}.badge-sold-out{background:#5d6a72}.placeholder-svg{width:100%;height:100%;padding:18%;fill:#d7dde0}@media(max-width:560px){.product-card .price{font-size:15px}.product-card .price-compare{font-size:11px}.product-card-add{font-size:10px;padding:0 8px;min-height:40px}.product-price-row{margin-bottom:10px}}.product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;min-width:0;height:100%}.product-card .product-image{display:block;flex:0 0 auto;width:100%;min-height:0}.product-card .product-image img,.product-card .product-image .placeholder-svg{display:block;width:100%;height:100%;object-fit:contain}.product-card .product-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#bdc7cc}.product-card .product-body{display:flex;flex:1;min-width:0;flex-direction:column;align-items:stretch}.product-card .product-title{min-height:41px;overflow:hidden}.product-card .product-price-row{margin-top:auto;margin-bottom:12px}.product-card .product-card-form,.product-card .product-card-add{margin-top:auto}.product-card .product-card-form{width:100%}.product-card .product-card-add{display:flex;width:100%}@media(max-width:560px){.product-card .product-title{min-height:52px}.product-card .product-body{padding:12px}.product-card .product-price-row{margin-bottom:10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
