*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--surface);line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:8px 12px;z-index:9999}.announcement{background:var(--brand);color:#fff;text-align:center;font-weight:800;font-size:13px;letter-spacing:.04em;padding:8px}.site-header{background:#0d0d0e;color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 18px #0002}.header-top{display:grid;grid-template-columns:240px 1fr auto;gap:24px;align-items:center;padding:18px 0}.brand-logo img{max-height:62px;width:auto}.wordmark{display:inline-block;border-block:3px solid var(--brand);padding:4px 10px 5px;font-style:italic;font-weight:900;font-size:32px;line-height:.9;letter-spacing:-.05em}.wordmark small{display:block;font-style:normal;font-size:10px;letter-spacing:.15em;margin-top:7px}.search{display:flex;background:#fff;border-radius:7px;overflow:hidden}.search input{border:0;width:100%;padding:13px 16px;outline:0}.search button{border:0;background:var(--brand);color:#fff;padding:0 20px;font-weight:800}.header-actions{display:flex;gap:16px;align-items:center;font-weight:700;font-size:14px}.header-actions a{white-space:nowrap}.nav-wrap{background:#18191b;border-top:1px solid #ffffff18}.main-nav{display:flex;align-items:center;gap:4px;overflow:auto}.main-nav>a,.nav-item>summary{display:block;padding:13px 15px;color:#fff;font-weight:800;font-size:14px;white-space:nowrap;cursor:pointer;list-style:none}.nav-item summary::-webkit-details-marker{display:none}.mega{position:absolute;left:0;top:100%;width:min(820px,90vw);background:#fff;color:var(--ink);padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;box-shadow:0 18px 40px #0003;border-top:3px solid var(--brand)}.mega a{padding:5px 0;color:#333}.hero{position:relative;min-height:520px;display:flex;align-items:center;background:#101113;color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000c,#0008 45%,#0001 75%)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;max-width:680px;padding:75px 0}.hero-kicker{text-transform:uppercase;color:#ff9b52;font-weight:900;letter-spacing:.12em}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.95;margin:10px 0 18px;letter-spacing:-.04em}.hero p{font-size:19px;max-width:580px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;border:0;border-radius:6px;padding:13px 20px;font-weight:900;cursor:pointer}.button:hover{background:var(--brand-dark)}.button--secondary{background:#fff;color:#111}.section{padding:58px 0}.section.alt{background:var(--surface-alt)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2{font-size:clamp(28px,3.2vw,44px);margin:0;letter-spacing:-.035em}.section-head p{margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0001}.category-card .media{aspect-ratio:1/1;background:#e9eaec}.category-card .media img{width:100%;height:100%;object-fit:cover}.category-card h3{font-size:16px;margin:0;padding:15px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative}.product-card__media{aspect-ratio:1/1;background:#f2f3f4;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:.25s}.product-card:hover img{transform:scale(1.03)}.badge{position:absolute;left:10px;top:10px;z-index:2;background:var(--brand);color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:900;text-transform:uppercase}.product-card__body{padding:15px}.product-card h3{font-size:16px;line-height:1.25;margin:0 0 10px}.price{font-size:24px;font-weight:900}.compare{font-size:13px;color:#888;text-decoration:line-through;margin-left:6px}.card-features{margin:12px 0 0;padding:0;list-style:none;color:#555;font-size:13px}.card-features li:before{content:"\2713";color:var(--brand);font-weight:900;margin-right:7px}.product-card form{margin-top:14px}.product-card .button{width:100%}.trust{background:#111;color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#fff2}.trust-item{background:#111;padding:28px;text-align:center}.trust-item strong{display:block;font-size:18px;margin-bottom:5px}.trust-item span{color:#c7c9cd;font-size:14px}.banner{background:#111;color:#fff;border-radius:14px;padding:38px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:30px;overflow:hidden;position:relative}.banner:before{content:"";position:absolute;width:260px;height:260px;border:55px solid var(--brand);border-radius:50%;right:-100px;top:-100px;opacity:.35}.banner h2{font-size:42px;line-height:1;margin:0 0 10px}.banner p{color:#d9dadd}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:28px}.filters{border:1px solid var(--line);border-radius:var(--radius);padding:18px;height:max-content}.filters summary{font-weight:800;padding:10px 0;cursor:pointer}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:30px}.pagination a,.pagination span{border:1px solid var(--line);padding:8px 12px;border-radius:5px}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;padding:48px 0}.product-gallery .main-image{background:#f4f4f5;border-radius:var(--radius);overflow:hidden}.product-gallery img{width:100%;object-fit:contain}.product-info h1{font-size:42px;line-height:1.05;margin:0 0 14px}.product-price{font-size:34px;font-weight:900}.product-meta{color:var(--muted);font-size:14px}.option{margin:18px 0}.option label{font-weight:800;display:block;margin-bottom:7px}.option select,.qty{width:100%;padding:12px;border:1px solid #cfd2d6;border-radius:6px;background:#fff}.product-description{margin-top:28px;color:#3e4146}.cart-table{width:100%;border-collapse:collapse}.cart-table td,.cart-table th{border-bottom:1px solid var(--line);padding:16px;text-align:left}.cart-table img{width:90px}.cart-summary{margin:24px 0 0 auto;max-width:420px;background:#f5f6f7;padding:24px;border-radius:var(--radius)}.rte{max-width:850px}.site-footer{background:#0d0d0e;color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer-grid h3{color:#ff9345;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.footer-grid a{display:block;color:#d2d3d6;margin:8px 0}.footer-bottom{border-top:1px solid #ffffff1d;margin-top:35px;padding-top:20px;color:#aeb0b4;font-size:12px}.mobile-toggle{display:none}@media(max-width:1000px){.header-top{grid-template-columns:1fr auto}.search{grid-column:1/-1;grid-row:2}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.collection-layout{grid-template-columns:1fr}.filters{display:none}.product-main{grid-template-columns:1fr}.trust-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.banner{grid-template-columns:1fr}}@media(max-width:640px){.page-width{width:min(calc(100% - 22px),var(--page))}.header-top{gap:10px}.wordmark{font-size:24px}.header-actions .hide-mobile{display:none}.main-nav{gap:0}.main-nav>a,.nav-item>summary{padding:11px 10px;font-size:12px}.mega{position:fixed;left:10px;right:10px;width:auto;grid-template-columns:1fr 1fr}.hero{min-height:480px}.hero-content{padding:58px 0}.hero h1{font-size:48px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card__body{padding:11px}.product-card h3{font-size:14px}.price{font-size:20px}.card-features{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:20px 10px}.footer-grid{grid-template-columns:1fr}.banner{padding:26px}.banner h2{font-size:32px}.product-info h1{font-size:34px}}body{background-color:var(--surface);background-image:radial-gradient(circle at 10% 20%,rgba(245,130,32,.045) 0 2px,transparent 3px),linear-gradient(135deg,rgba(0,0,0,.018) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.018) 75%);background-size:42px 42px,28px 28px}.site-header{background:#050505;border-bottom:3px solid var(--brand);box-shadow:0 4px 18px #0004}.header-top{padding:15px 0}.brand-logo{display:flex;align-items:center;min-height:62px}.wordmark{border-block:2px solid var(--brand);color:#fff;text-shadow:0 1px 0 #000}.search{border:1px solid #3c3c3c;border-radius:2px}.search button{border-left:1px solid #b6530d}.header-actions a:hover{color:var(--brand)}.nav-wrap{background:#111;border-top:1px solid #303030}.main-nav{gap:0;overflow:visible}.main-nav>a,.nav-item>summary{padding:12px 17px;border-right:1px solid #292929;font-size:13px;letter-spacing:.035em;text-transform:uppercase}.main-nav>a:hover,.nav-item>summary:hover,.nav-item[open]>summary{background:var(--brand);color:#fff}.nav-chevron{font-size:11px;margin-left:5px}.nav-item{position:relative}.dropdown-menu{position:absolute;left:0;top:100%;z-index:80;display:none;width:290px;background:#fff;color:#161616;border-top:3px solid var(--brand);box-shadow:0 15px 35px #0005;padding:8px 0}.nav-item[open]>.dropdown-menu{display:block}.dropdown-menu a{display:block;padding:9px 16px}.dropdown-menu a:hover{background:#f0f0f0;color:#c95d0a}.dropdown-all{font-weight:900;border-bottom:1px solid #ddd;color:var(--brand)}.dropdown-group{border-bottom:1px solid #ededed}.dropdown-group:last-child{border-bottom:0}.dropdown-heading{font-weight:800;text-transform:none}.dropdown-submenu{padding:0 0 7px}.dropdown-submenu a{font-size:13px;color:#626262;padding:5px 20px 5px 28px}.hero{background:#060606;border-bottom:4px solid var(--brand)}.hero:after{background:linear-gradient(90deg,#000e 0%,#000b 42%,#0004 72%,transparent 100%)}.hero-kicker{color:var(--brand)}.section{background:#ffffffdb}.section.alt{background:#e8e8e8ed}.section-head h2{color:#111;text-transform:uppercase}.section-head h2:after{content:"";display:block;width:72px;height:4px;background:var(--brand);margin-top:9px}.category-card,.product-card,.filters,.cart-summary{border-radius:2px}.category-card{border-bottom:3px solid var(--brand)}.product-card{border-top:3px solid transparent}.product-card:hover{border-top-color:var(--brand);box-shadow:0 10px 28px #0002}.button{border-radius:2px;text-transform:uppercase;letter-spacing:.025em}.trust{background:#080808;border-block:3px solid var(--brand)}.trust-item{background:#0b0b0b}.banner{border-radius:2px;background:linear-gradient(110deg,#050505,#171717 70%,#251106);border-left:5px solid var(--brand)}.site-footer{background:#050505;border-top:4px solid var(--brand)}.footer-grid h3{color:var(--brand)}@media(min-width:1001px){.nav-item:hover>.dropdown-menu{display:block}}@media(max-width:1000px){.main-nav{overflow-x:auto;overflow-y:visible}}@media(max-width:640px){.main-nav{align-items:stretch}.main-nav>a,.nav-item>summary{padding:10px 11px;font-size:11px}.dropdown-menu{position:fixed;left:10px;right:10px;top:auto;width:auto;max-height:65vh;overflow:auto}}body{background:#f5f6f8;color:#111;background-image:none}.utility-bar{background:#030303;color:#fff;border-bottom:1px solid #252525;font-size:12px}.utility-inner{display:flex;justify-content:space-between;align-items:center;min-height:34px;gap:22px}.utility-left,.utility-right{display:flex;align-items:center;gap:10px;white-space:nowrap}.utility-bar i{display:block;width:1px;height:13px;background:#555}.utility-bar a:hover{color:#5ba1ff}.utility-phone{margin-left:18px;font-weight:800}.site-header{position:relative;top:auto;background:linear-gradient(180deg,#0a0a0b,#101113);border-bottom:0;box-shadow:none}.header-main{display:grid;grid-template-columns:235px minmax(360px,1fr) 160px;align-items:center;gap:40px;padding:18px 0}.brand-logo{min-height:auto}.brand-logo img{width:220px;max-height:92px;object-fit:contain}.search{height:46px;border:1px solid #4b4e53;background:#1b1c1f;border-radius:25px;max-width:650px;margin-inline:auto;width:100%}.search input{background:transparent;color:#fff;padding:0 22px}.search input::placeholder{color:#d0d3d8}.search button{background:transparent;border:0;color:#fff;font-size:27px;padding:0 18px}.header-actions{justify-content:flex-end;gap:18px}.header-actions a{display:flex;flex-direction:column;align-items:center;position:relative;color:#fff;font-size:11px}.action-icon{font-size:25px;line-height:1}.cart-count{position:absolute;right:-4px;top:-7px;display:grid;place-items:center;min-width:17px;height:17px;border-radius:50%;background:#0b6ee8;font-size:10px}.action-label{margin-top:4px;color:#bbb}.nav-wrap{background:#101113;border-top:0;border-bottom:2px solid #0b6ee8}.main-nav{justify-content:center;gap:12px;overflow:visible}.main-nav>a,.nav-item>summary{border:0;padding:13px 15px;font-size:13px;background:transparent}.main-nav>a:hover,.nav-item>summary:hover,.nav-item[open]>summary{background:transparent;color:#4d9cff}.dropdown-menu{border-top:3px solid #0b6ee8;border-radius:0 0 5px 5px}.dropdown-menu a:hover,.dropdown-all{color:#0b6ee8}.hero-home{position:relative;min-height:500px;color:#fff;background:#020509 var(--hero-bg) center/cover no-repeat;overflow:hidden;border-bottom:1px solid #25354d}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000e8,#0007128c 47%,#0000004d)}.hero-home__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.15fr;min-height:500px;align-items:center;gap:30px}.hero-copy{padding:58px 0}.hero-kicker{font-size:13px;letter-spacing:.28em;color:#d9e8ff;border-left:3px solid #0b6ee8;padding-left:16px}.hero-copy h1{font-size:clamp(48px,5.2vw,78px);line-height:.92;letter-spacing:-.045em;margin:14px 0 20px;max-width:640px}.hero-copy h1 em{font-style:normal;color:#3288ff}.hero-copy p{font-size:19px;max-width:560px;color:#e5eaf0;margin:0 0 25px}.button--blue{background:#096fe9;border-radius:3px;padding:14px 26px}.button--blue:hover{background:#3188ef}.button--blue span{font-size:24px;margin-left:10px;line-height:.5}.hero-showcase{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center}.hero-logo-mark{position:absolute;top:38px;right:3%;width:min(70%,460px);opacity:.98}.hero-logo-mark img{width:100%}.hero-products{position:absolute;top:0;right:0;bottom:0;left:0}.hero-product{position:absolute;background:#fff;border-radius:12px;box-shadow:0 18px 35px #0009;overflow:hidden;border:1px solid #ffffff55}.hero-product img{width:100%;height:100%;object-fit:contain;background:#fff;padding:7px}.hero-product--1{width:170px;height:170px;left:3%;bottom:28px;transform:rotate(-5deg)}.hero-product--2{width:150px;height:150px;left:27%;bottom:12px;z-index:2}.hero-product--3{width:145px;height:145px;right:18%;bottom:25px;transform:rotate(4deg)}.hero-product--4{width:125px;height:125px;right:0;bottom:55px}.trust--home{background:linear-gradient(90deg,#111317,#1a1d22,#101216);border:0}.trust--home .trust-grid{background:transparent}.trust--home .trust-item{background:transparent;display:flex;align-items:center;text-align:left;gap:16px;border-right:1px solid #42454b;padding:20px 26px}.trust--home .trust-item:last-child{border-right:0}.trust-icon{font-size:34px;color:#2784ff}.trust--home .trust-item strong{font-size:15px}.trust--home .trust-item span{font-size:12px}.category-section{padding:26px 0 42px;background:#f8f9fb}.section-title{display:flex;align-items:center;gap:22px;margin:5px auto 22px}.section-title span{height:1px;background:#b8bec8;flex:1}.section-title h2{margin:0;font-size:20px;letter-spacing:.06em;white-space:nowrap}.category-grid--home{grid-template-columns:repeat(6,1fr);gap:10px}.category-tile{position:relative;background:#0b0c0e;min-height:220px;overflow:hidden;border-radius:5px}.category-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000eb,#00000014 70%)}.category-tile__label{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:15px 12px;color:#fff;text-align:center;font-size:13px;font-weight:900}.category-tile__label span{color:#4b9cff;font-size:20px;vertical-align:-1px}.category-tile:hover img{transform:scale(1.06)}.category-tile:hover .category-tile__label{color:#6baaff}.brands-section{padding:18px 0 34px;background:#fff}.brand-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;align-items:center}.brand-chip{height:60px;display:flex;align-items:center;justify-content:center;padding:8px 12px;filter:grayscale(1);opacity:.78;transition:.2s}.brand-chip span{font-size:21px;font-weight:900;letter-spacing:-.03em}.brand-chip img{max-height:42px;max-width:100%;object-fit:contain}.brand-chip:hover{filter:none;opacity:1;color:#0b6ee8}.featured-section{background:#f8f9fb;padding:36px 0 48px}.featured-section .section-head{border-bottom:1px solid #ccd2da;padding-bottom:15px}.eyebrow{font-size:11px;color:#0b6ee8;font-weight:900;letter-spacing:.18em}.featured-section h2{font-size:28px;margin:2px 0 0}.text-link{font-weight:800;font-size:13px;color:#0b6ee8}.product-grid--home{grid-template-columns:repeat(4,1fr)}.product-card{border:1px solid #d8dce2;border-radius:5px;border-top:1px solid #d8dce2;box-shadow:0 2px 8px #00000008}.product-card:hover{border-color:#8dbdff;box-shadow:0 8px 24px #00000012}.badge,.product-card .button{background:#0b6ee8}.product-card .button:hover{background:#0756b8}.card-features li:before{color:#0b6ee8}.price{font-size:21px}.help-banner{background:#06101f var(--help-bg) center/cover no-repeat;color:#fff;border-top:2px solid #177cff;border-bottom:2px solid #177cff}.help-banner__inner{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:30px}.help-banner h2{font-size:25px;margin:0 0 4px}.help-banner p{margin:0;color:#e2e9f4}.help-actions{display:flex;gap:12px}.button--outline{background:#10151fbb;border:1px solid #dce8ff}.button--outline:hover{background:#fff;color:#111}.site-footer{background:#060708;border-top:0;padding:32px 0 20px}.footer-grid--fettell{grid-template-columns:1.4fr .75fr .75fr 1.2fr;gap:40px}.footer-brand img{width:210px;max-height:100px;object-fit:contain;margin-bottom:12px}.footer-brand p{max-width:330px;color:#aeb6c1}.footer-grid h3{color:#fff;font-size:13px}.footer-grid a{color:#bfc6cf}.footer-grid a:hover{color:#5ba1ff}.footer-contact p{color:#bfc6cf;font-size:13px;margin:8px 0}.footer-contact a{display:inline}.footer-bottom{display:flex;justify-content:space-between;gap:30px;color:#8e97a3}@media(max-width:1050px){.utility-left{display:none}.header-main{grid-template-columns:190px 1fr 120px;gap:18px}.brand-logo img{width:185px}.hero-home__grid{grid-template-columns:1fr}.hero-showcase{display:none}.category-grid--home{grid-template-columns:repeat(3,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}.footer-grid--fettell{grid-template-columns:1fr 1fr}.help-banner__inner{padding:22px 0}.product-grid--home{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.utility-right{width:100%;justify-content:center}.utility-right>a:not(.utility-phone),.utility-bar i{display:none}.header-main{grid-template-columns:1fr auto;padding:10px 0}.brand-logo img{width:160px}.search{grid-column:1/-1;grid-row:2;height:42px}.action-label{display:none}.main-nav{justify-content:flex-start;overflow-x:auto}.hero-home,.hero-home__grid{min-height:430px}.hero-copy{padding:46px 0}.hero-copy h1{font-size:50px}.hero-copy p{font-size:16px}.category-grid--home{grid-template-columns:repeat(2,1fr)}.category-tile{min-height:180px}.brand-grid{grid-template-columns:repeat(4,1fr)}.brand-chip span{font-size:15px}.trust--home .trust-grid{grid-template-columns:1fr 1fr}.trust--home .trust-item{padding:15px 10px;border-right:0;border-bottom:1px solid #353941}.trust-icon{font-size:25px}.help-banner__inner{display:block;padding:25px 0}.help-actions{margin-top:16px;flex-wrap:wrap}.footer-grid--fettell{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
