:root{--nx-black: #050505;--nx-black-2: #0b0b0d;--nx-red: #e10600;--nx-red-dark: #bd0000;--nx-red-soft: #fff1f1;--nx-white: #ffffff;--nx-bg: #ffffff;--nx-border: #e6e6e8;--nx-text: #111111;--nx-muted: #6b6f76;--nx-success: #12a150;--nx-shadow: 0 18px 45px rgba(0, 0, 0, .08);--nx-radius: 8px;--nx-carbon-black: #050505 !important;--nx-asphalt-black: #111318 !important;--nx-racing-red: #e10600 !important;--nx-redline: #bd0000 !important;--nx-fork-gold: #d8ad3d !important;--nx-pearl-white: #ffffff !important;--nx-track-gray: #f5f6f8 !important;--nx-ink: #0b1220 !important;--nx-accent: #e10600 !important;--nx-accent-strong: #bd0000 !important;--nx-accent-soft: #fff1f1 !important}.nx-v2-shell{margin:0;color:var(--nx-text);background:var(--nx-bg);font-family:Inter,Arial,Helvetica,sans-serif;letter-spacing:0}.nx-v2-shell *,.nx-v2-shell *:before,.nx-v2-shell *:after{box-sizing:border-box}.nx-v2-shell [hidden]{display:none!important}.nx-v2-shell a{color:inherit;text-decoration:none}.nx-container{width:min(100% - 48px,1440px);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nx-v2-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:6px;padding:12px 22px;font-weight:900;font-size:14px;line-height:1;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.nx-v2-btn:hover,.nx-v2-btn:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px #e106002e;outline:0}.nx-v2-btn--red{background:var(--nx-red);color:#fff}.nx-v2-btn--red:hover{background:var(--nx-red-dark)}.nx-v2-btn--dark{background:#050505b8;color:#fff;border-color:#ffffff6b}.nx-v2-btn--outline{background:#fff;color:var(--nx-text);border-color:#d9dbe2}.nx-v2-btn--small{min-height:40px;padding:10px 14px;font-size:13px}.nx-v2-btn--wide{width:100%}.nx-v2-icon svg,.nx-v2-action svg,.nx-v2-trust-strip svg,.nx-v2-fitment-cta svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nx-v2-topbar{background:#000;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.nx-v2-topbar__inner{min-height:42px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}.nx-v2-topbar__item{min-height:42px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-left:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;font-size:13px;font-weight:800;cursor:pointer}.nx-v2-topbar__item:first-child{border-left:0}.nx-v2-flag{font-size:11px;font-weight:900;color:#fff;padding:2px 5px;border-radius:2px;background:#1f3a8a}.nx-v2-header{position:sticky;top:0;z-index:50;background:#000;color:#fff;box-shadow:0 12px 30px #0000002e}.nx-v2-header__main{background:linear-gradient(180deg,#080808,#050505);border-bottom:1px solid rgba(255,255,255,.1)}.nx-v2-header__inner{min-height:84px;display:grid;grid-template-columns:280px minmax(280px,1fr) auto;gap:34px;align-items:center}.nx-v2-logo{display:inline-flex;align-items:baseline;gap:3px;font-size:36px;font-weight:950;letter-spacing:-2px;color:#fff;white-space:nowrap}.nx-v2-logo strong{color:var(--nx-red)}.nx-v2-logo--footer{font-size:34px}.nx-v2-search{display:grid;grid-template-columns:minmax(180px,1fr) 160px 64px;height:48px;border-radius:6px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 20px #00000038}.nx-v2-search input,.nx-v2-search select{width:100%;min-width:0;border:0;border-right:1px solid #dcdde3;background:#fff;color:var(--nx-text);padding:0 18px;font-size:14px;outline:0}.nx-v2-search button{border:0;background:var(--nx-red);color:#fff;display:grid;place-items:center;cursor:pointer}.nx-v2-search button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2}.nx-v2-search button span,.nx-v2-menu-toggle{display:none}.nx-v2-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:24px}.nx-v2-action{position:relative;min-width:58px;display:grid;justify-items:center;gap:3px;color:#fff;font-size:12px;font-weight:800}button.nx-v2-action{padding:0;border:0;background:transparent;font-family:inherit;cursor:pointer}.nx-v2-action svg{width:28px;height:28px}.nx-v2-cart-link em,.nx-v2-wishlist-trigger em{position:absolute;top:-8px;right:8px;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--nx-red);color:#fff;font-style:normal;font-size:11px;font-weight:900}.nx-v2-account{position:relative}.nx-v2-account__panel{position:absolute;top:calc(100% + 14px);right:-20px;width:230px;display:grid;gap:4px;padding:18px;background:#fff;color:var(--nx-text);border:1px solid var(--nx-border);border-top:4px solid var(--nx-red);border-radius:0 0 8px 8px;box-shadow:var(--nx-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.nx-v2-account:hover .nx-v2-account__panel,.nx-v2-account:focus-within .nx-v2-account__panel{opacity:1;visibility:visible;transform:translateY(0)}.nx-v2-account__panel strong{color:var(--nx-red);text-transform:uppercase;letter-spacing:.08em}.nx-v2-account__panel a{padding:10px 0;font-weight:800}.nx-v2-navrow{background:#050505;border-bottom:1px solid rgba(255,255,255,.14)}.nx-v2-nav{min-height:52px;display:flex;align-items:stretch}.nx-v2-nav>a,.nx-v2-nav__item>a{display:flex;align-items:center;gap:8px;padding:0 22px;color:#fff;font-size:13px;font-weight:900;text-transform:uppercase;border-left:1px solid rgba(255,255,255,.1)}.nx-v2-nav__item{position:relative;display:flex}.nx-v2-nav__item--link>a{white-space:nowrap}.nx-v2-nav__item--link>a:after{display:none;content:none}.nx-v2-nav__item:hover>a,.nx-v2-nav>a:hover{color:#fff;background:#e106002e}.nx-v2-hamburger,.nx-v2-hamburger:before,.nx-v2-hamburger:after{width:16px;height:2px;display:block;background:var(--nx-red)}.nx-v2-hamburger{position:relative}.nx-v2-hamburger:before,.nx-v2-hamburger:after{content:"";position:absolute;left:0}.nx-v2-hamburger:before{top:-5px}.nx-v2-hamburger:after{top:5px}.nx-v2-nav__deal{margin-left:auto;color:var(--nx-red)!important}.nx-v2-mega{position:absolute;top:100%;left:0;width:min(720px,88vw);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 20px;padding:26px;background:#fff;color:var(--nx-text);border:1px solid var(--nx-border);border-top:3px solid var(--nx-red);box-shadow:var(--nx-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.nx-v2-mega--small{width:260px;grid-template-columns:1fr;right:0;left:auto}.nx-v2-nav__item:hover .nx-v2-mega,.nx-v2-nav__item:focus-within .nx-v2-mega{opacity:1;visibility:visible;transform:translateY(0)}.nx-v2-mega a{padding:9px 0;font-weight:900}.nx-v2-hero{position:relative;min-height:470px;display:grid;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(90deg,#000000eb,#000000b8 38%,#0000001a 74%),var(--nx-hero-image) center / cover no-repeat}.nx-v2-hero__copy{max-width:690px;padding:62px 0 92px}.nx-v2-hero h1{margin:0;max-width:820px;font-size:clamp(42px,5vw,70px);line-height:.95;font-weight:950;letter-spacing:-1px;text-transform:uppercase}.nx-v2-hero h1:first-line{color:#fff}.nx-v2-hero p{max-width:520px;margin:22px 0 0;font-size:19px;line-height:1.45;font-weight:700}.nx-v2-hero__actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px}.nx-v2-vehicle-finder{margin-top:-54px;position:relative;z-index:3}.nx-v2-vehicle-finder__panel{display:grid;grid-template-columns:240px repeat(3,minmax(0,1fr)) 210px;gap:16px;align-items:end;padding:22px;background:#fff;border-radius:8px;border:1px solid var(--nx-border);box-shadow:0 18px 45px #00000024}.nx-v2-vehicle-finder__intro{display:flex;align-items:center;gap:14px;align-self:center}.nx-v2-vehicle-finder__intro strong{display:block;font-size:20px;line-height:1.1;text-transform:uppercase}.nx-v2-vehicle-finder__intro small,.nx-v2-vehicle-finder p{color:var(--nx-muted)}.nx-v2-vehicle-finder__icon{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;color:var(--nx-red);background:var(--nx-red-soft)}.nx-v2-vehicle-finder label,.nx-v2-find-form label,.nx-v2-product-form label{display:grid;gap:7px;color:var(--nx-text);font-size:12px;font-weight:900;text-transform:uppercase}.nx-v2-vehicle-finder select,.nx-v2-vehicle-finder input,.nx-v2-find-form input,.nx-v2-find-form textarea,.nx-v2-product-form input,.nx-v2-product-form select,.nx-v2-filter-form input,.nx-v2-filter-form select,.nx-v2-catalog-toolbar select,.nx-v2-newsletter input{min-height:46px;width:100%;min-width:0;border:1px solid #dcdfe7;border-radius:6px;background:#fff;color:var(--nx-text);padding:0 13px;font-size:14px;outline:0}.nx-v2-find-form textarea{min-height:92px;padding-top:12px;resize:vertical}.nx-v2-vehicle-finder p{grid-column:2 / -1;margin:-6px 0 0;font-size:12px;text-align:center}.nx-v2-vehicle-finder p a{color:var(--nx-red);font-weight:900;text-decoration:underline}.nx-v2-section{padding:42px 0}.nx-v2-section--tight{padding-top:18px}.nx-v2-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.nx-v2-section-head h2{margin:0;font-size:clamp(26px,3vw,36px);line-height:1.05;font-weight:950}.nx-v2-section-head a{color:var(--nx-red);font-weight:900;text-transform:uppercase;font-size:13px}.nx-v2-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.nx-v2-category-tile{min-height:156px;display:grid;grid-template-rows:110px auto;place-items:center;gap:8px;padding:14px;background:#fff;border:1px solid var(--nx-border);border-radius:8px;box-shadow:0 10px 28px #0000000a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.nx-v2-category-tile:hover{transform:translateY(-3px);border-color:#e1060047;box-shadow:0 20px 34px #00000014}.nx-v2-category-tile__image{width:100%;height:100%;display:grid;place-items:center}.nx-v2-category-tile img{max-width:100%;max-height:106px;object-fit:contain}.nx-v2-category-tile strong{text-align:center;font-weight:900;line-height:1.15}.nx-v2-make-row{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}.nx-v2-make-row a{min-height:48px;display:flex;align-items:center;gap:9px;justify-content:center;padding:8px 10px;background:#fff;border:1px solid var(--nx-border);border-radius:999px;font-weight:900}.nx-v2-make-row span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;color:var(--nx-red);background:var(--nx-red-soft);font-size:12px}.nx-v2-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.nx-v2-product-grid--collection{grid-template-columns:repeat(4,minmax(0,1fr))}.nx-v2-card{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr;background:#fff;border:1px solid var(--nx-border);border-radius:8px;box-shadow:0 14px 30px #0000000a}.nx-v2-card__image{position:relative;aspect-ratio:1 / .86;overflow:hidden}.nx-v2-card__image-link{width:100%;height:100%;display:grid;place-items:center;background:#fff;border-bottom:1px solid var(--nx-border)}.nx-v2-card__image-link img,.nx-v2-placeholder{width:100%;height:100%;object-fit:contain;padding:14px}.nx-v2-card__badge{position:absolute;left:10px;top:10px;padding:6px 8px;border-radius:4px;background:var(--nx-red);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase}.nx-v2-card__heart{position:absolute;top:10px;right:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid var(--nx-border);color:var(--nx-text);cursor:pointer;box-shadow:0 8px 18px #00000014;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.nx-v2-card__heart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.nx-v2-card__heart:hover,.nx-v2-card__heart.is-active{color:#fff;border-color:var(--nx-red);background:var(--nx-red);transform:translateY(-1px)}.nx-v2-card__heart.is-active svg{fill:currentColor}.nx-v2-card__body{display:grid;gap:9px;padding:14px}.nx-v2-card__type{color:var(--nx-muted);font-size:11px;font-weight:900;text-transform:uppercase}.nx-v2-card h3{min-height:42px;margin:0;color:#151515;font-size:15px;line-height:1.25;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nx-v2-rating{color:#f6a400;font-size:13px;letter-spacing:1px}.nx-v2-rating small{color:var(--nx-muted);letter-spacing:0}.nx-v2-card__fitment,.nx-v2-card__sku{margin:0;color:var(--nx-muted);font-size:12px;line-height:1.35}.nx-v2-stock{color:var(--nx-success);font-size:12px;font-weight:900}.nx-v2-stock--out{color:var(--nx-red)}.nx-v2-price{color:var(--nx-text);font-size:22px;line-height:1;font-weight:950}.nx-v2-price-compare{margin-left:6px;color:#9aa0a9;font-size:13px;font-weight:800;text-decoration:line-through}.nx-v2-card__actions{display:grid;grid-template-columns:1fr 84px;gap:8px;align-items:center;margin-top:4px}.nx-v2-card__form{margin:0}.nx-v2-empty-wide{grid-column:1 / -1;display:grid;gap:12px;justify-items:center;padding:40px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-fitment-cta{display:grid;grid-template-columns:56px minmax(0,1fr) minmax(420px,auto);gap:22px;align-items:center;padding:26px 30px;background:#fff;border:1px solid #d9e1ea;border-radius:10px;box-shadow:0 18px 48px #1012140f;overflow:hidden}.nx-v2-fitment-cta__media{width:48px;height:48px;display:grid;place-items:center;border-radius:999px;background:#fff1f2;color:var(--nx-red)}.nx-v2-fitment-cta__media svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.nx-v2-fitment-cta__copy{min-width:0}.nx-v2-fitment-cta h2{margin:0 0 7px;color:var(--nx-text);font-size:clamp(26px,2.2vw,34px);line-height:.98;font-weight:950;letter-spacing:0;text-transform:uppercase}.nx-v2-fitment-cta h2 em{color:var(--nx-red);font-style:normal}.nx-v2-fitment-cta p{max-width:560px;margin:0;color:#536176;font-size:16px;line-height:1.45}.nx-v2-fitment-cta__action{min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:16px}.nx-v2-fitment-cta__steps{flex:1 1 380px;max-width:560px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;margin:0;padding:0;list-style:none;color:var(--nx-text);font-size:12px;font-weight:950}.nx-v2-fitment-cta__steps li{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #edf0f4;border-radius:999px;background:#fff}.nx-v2-fitment-cta__steps span{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;background:#fff1f2;color:var(--nx-red);font-size:11px;line-height:1}.nx-v2-fitment-cta__action>.nx-v2-btn{flex:0 0 168px;min-width:168px;min-height:56px;border-radius:8px;box-shadow:0 18px 34px #e1060033}.nx-v2-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;background:#fff;border:1px solid #d9e1ea;border-radius:10px;box-shadow:0 18px 48px #1012140d}.nx-v2-trust-strip a,.nx-v2-trust-strip button{min-height:112px;display:flex;align-items:flex-start;gap:18px;padding:26px 30px;background:#fff;border:0;border-left:1px solid #d9e1ea;color:var(--nx-text);text-align:left;cursor:pointer;transition:background .16s ease,transform .16s ease}.nx-v2-trust-strip a:first-child,.nx-v2-trust-strip button:first-child{border-left:0}.nx-v2-trust-strip a:hover,.nx-v2-trust-strip button:hover,.nx-v2-trust-strip a:focus-visible,.nx-v2-trust-strip button:focus-visible{background:#fbfcfe;outline:0}.nx-v2-trust-strip__icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;color:#050505}.nx-v2-trust-strip__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nx-v2-trust-strip__text{min-width:0;display:grid;gap:8px}.nx-v2-trust-strip strong,.nx-v2-trust-strip small{display:block;overflow-wrap:normal;word-break:normal}.nx-v2-trust-strip strong{color:var(--nx-text);font-size:16px;line-height:1.15;font-weight:950}.nx-v2-trust-strip small{max-width:180px;color:#536176;font-size:14px;line-height:1.25;margin:0}.nx-v2-collection-hero,.nx-v2-find-hero{color:#fff;background:linear-gradient(90deg,#000000f0,#000000b8 45%,#00000029),var(--nx-collection-image, var(--nx-hero-image)) center / cover no-repeat}.nx-v2-collection-hero__content,.nx-v2-find-hero__copy{max-width:620px;padding:42px 0 58px}.nx-v2-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding-top:18px;color:#ffffffc7;font-size:13px;font-weight:700}.nx-v2-product-page .nx-v2-breadcrumbs,.nx-v2-cart-page .nx-v2-breadcrumbs{color:var(--nx-muted)}.nx-v2-collection-hero h1,.nx-v2-find-hero h1{margin:0;font-size:clamp(40px,5vw,62px);line-height:.96;font-weight:950;text-transform:uppercase}.nx-v2-collection-hero p,.nx-v2-find-hero p{font-size:20px;line-height:1.4}.nx-v2-collection-hero__badges,.nx-v2-find-hero__badges{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px}.nx-v2-collection-hero__badges span,.nx-v2-find-hero__badges span{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#00000052;font-size:12px;font-weight:900}.nx-v2-catalog__layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px}.nx-v2-filter-sidebar{align-self:start;position:sticky;top:154px;padding:20px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-filter-sidebar__head,.nx-v2-catalog-toolbar,.nx-v2-catalog-toolbar__controls{display:flex;align-items:center;justify-content:space-between;gap:14px}.nx-v2-filter-sidebar h2{margin:0;font-size:18px;text-transform:uppercase}.nx-v2-filter-sidebar__head a{color:var(--nx-red);font-size:12px;font-weight:900}.nx-v2-filter-group{border-top:1px solid var(--nx-border);padding:15px 0}.nx-v2-filter-group summary{cursor:pointer;font-weight:950;text-transform:uppercase;font-size:13px}.nx-v2-filter-options{display:grid;gap:9px;margin-top:13px}.nx-v2-filter-option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:8px;align-items:center;color:var(--nx-muted);font-size:13px;text-transform:none}.nx-v2-filter-option input{min-height:auto;height:16px;padding:0}.nx-v2-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.nx-v2-catalog-toolbar{min-height:62px;margin-bottom:16px;padding:12px 16px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-catalog-toolbar strong{font-size:17px}.nx-v2-catalog-toolbar label{display:flex;align-items:center;gap:8px;color:var(--nx-muted);font-size:13px;font-weight:800}.nx-v2-catalog-toolbar select{min-width:190px}.nx-v2-grid-toggle{width:44px;height:44px;border:1px solid var(--nx-border);border-radius:6px;background:#fff;color:var(--nx-text);font-weight:900;cursor:pointer}.nx-v2-grid-toggle.is-active{border-color:var(--nx-red);color:var(--nx-red)}.nx-v2-filter-toggle{display:none}.nx-v2-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.nx-v2-active-filters a{padding:7px 10px;border-radius:999px;background:var(--nx-red-soft);color:var(--nx-red);font-size:12px;font-weight:900}.nx-v2-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin:42px 0 52px;padding:0 14px}.nx-v2-pagination>span,.nx-v2-pagination>a{min-width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e1ec;border-radius:12px;background:#fff;color:var(--nx-text);font-size:15px;font-weight:900;line-height:1;box-shadow:0 12px 28px #1012140f;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.nx-v2-pagination>.prev,.nx-v2-pagination>.next{min-width:104px}.nx-v2-pagination>.deco{min-width:34px;border-color:transparent;background:transparent;color:#697589;box-shadow:none}.nx-v2-pagination a{width:100%;height:100%;min-width:0;display:flex;align-items:center;justify-content:center;padding:0 14px;border:0;border-radius:inherit;background:transparent;color:inherit;text-decoration:none;box-shadow:none}.nx-v2-pagination>.page a{padding:0}.nx-v2-pagination>span:not(.current):not(.deco):hover,.nx-v2-pagination>a:not(.current):not(.deco):hover{transform:translateY(-1px);border-color:#e0000057;background:#fff8f8;color:var(--nx-red);box-shadow:0 16px 34px #e000001a}.nx-v2-pagination .current{background:var(--nx-red);border-color:var(--nx-red);color:#fff;box-shadow:0 16px 34px #e0000033}.nx-v2-empty-collection,.nx-v2-cart-empty{padding:56px;background:#fff;border:1px solid var(--nx-border);border-radius:8px;text-align:center}.nx-v2-product-page{padding:26px 0 60px}.nx-v2-product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:38px;align-items:start}.nx-v2-product-gallery{display:grid;gap:16px}.nx-v2-gallery-main{width:100%;aspect-ratio:1.08 / 1;display:grid;place-items:center;border:1px solid var(--nx-border);border-radius:8px;background:#fff;cursor:zoom-in}.nx-v2-gallery-main img,.nx-v2-gallery-main svg{width:100%;height:100%;object-fit:contain;padding:24px}.nx-v2-gallery-thumbs{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center}.nx-v2-gallery-thumbs__track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.nx-v2-gallery-thumbs__track::-webkit-scrollbar{display:none}.nx-v2-gallery-thumb{flex:0 0 104px;aspect-ratio:1;border:1px solid var(--nx-border);border-radius:8px;background:#fff;cursor:pointer}.nx-v2-gallery-thumb.is-active{border-color:var(--nx-red);box-shadow:inset 0 0 0 1px var(--nx-red)}.nx-v2-gallery-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.nx-v2-gallery-arrow{width:42px;height:42px;border-radius:999px;border:1px solid var(--nx-border);background:#fff;font-size:32px;line-height:1;cursor:pointer}.nx-v2-product-buybox{padding:26px;background:#fff;border:1px solid var(--nx-border);border-radius:8px;box-shadow:var(--nx-shadow)}.nx-v2-product-vendor{margin:0 0 8px;color:var(--nx-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.nx-v2-product-buybox h1{margin:0;font-size:clamp(30px,3vw,42px);line-height:1.08;font-weight:950}.nx-v2-product-fitline{margin:10px 0 14px;color:var(--nx-muted);font-size:16px;font-weight:700}.nx-v2-product-meta-row,.nx-v2-product-price-block,.nx-v2-product-availability{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:14px}.nx-v2-product-price-block .nx-v2-price{color:var(--nx-text);font-size:36px}.nx-v2-discount{padding:6px 8px;border-radius:4px;background:var(--nx-red-soft);color:var(--nx-red);font-size:12px;font-weight:950}.nx-v2-fit-card{display:grid;gap:8px;margin-top:18px;padding:16px;border:1px solid var(--nx-border);border-radius:8px;background:#fafafa}.nx-v2-fit-card strong{color:var(--nx-success);text-transform:uppercase}.nx-v2-fit-card p{margin:0;color:var(--nx-muted)}.nx-v2-fit-card a{color:var(--nx-red);font-weight:950}.nx-v2-product-form{display:grid;gap:16px;margin-top:18px}.nx-v2-variant-picker{display:grid;gap:14px}.nx-v2-variant-picker fieldset{margin:0;padding:0;border:0}.nx-v2-variant-picker legend{margin-bottom:8px;font-weight:950}.nx-v2-option-values{display:flex;flex-wrap:wrap;gap:8px}.nx-v2-option-values label{display:inline-flex}.nx-v2-option-values input{position:absolute;opacity:0}.nx-v2-option-values span{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1px solid var(--nx-border);border-radius:999px;background:#fff;font-size:13px;font-weight:900}.nx-v2-option-values input:checked+span{border-color:var(--nx-red);color:var(--nx-red);box-shadow:inset 0 0 0 1px var(--nx-red)}.nx-v2-product-form__row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:end}.nx-v2-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nx-v2-dynamic-checkout{margin-top:2px}.nx-v2-product-benefits,.nx-v2-product-info-grid,.nx-v2-tabs__nav{display:grid;gap:16px}.nx-v2-product-benefits{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:26px;padding:22px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-product-benefits div{display:grid;gap:5px}.nx-v2-product-benefits strong{text-transform:uppercase}.nx-v2-product-benefits span{color:var(--nx-muted)}.nx-v2-product-info-grid{grid-template-columns:1fr 1fr;margin-top:20px}.nx-v2-product-info-grid section,.nx-v2-product-tabs{padding:22px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-product-info-grid h2,.nx-v2-product-tabs h2{margin-top:0}.nx-v2-product-tabs{margin-top:20px}.nx-v2-tabs__nav{grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--nx-border)}.nx-v2-tabs__nav button{padding:14px 8px;border:0;border-bottom:3px solid transparent;background:transparent;font-weight:950;text-transform:uppercase;cursor:pointer}.nx-v2-tabs__nav button.is-active{color:var(--nx-red);border-bottom-color:var(--nx-red)}.nx-v2-tabs__panel{display:none;padding-top:20px}.nx-v2-tabs__panel.is-active{display:block}.nx-v2-spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 30px}.nx-v2-spec-list div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px}.nx-v2-spec-list dt{color:var(--nx-muted);font-weight:900}.nx-v2-cart-page{padding:28px 0 56px}.nx-v2-cart-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:26px 0}.nx-v2-cart-head h1{margin:0;font-size:44px;font-weight:950}.nx-v2-checkout-progress{display:grid;grid-template-columns:repeat(4,86px);gap:12px;text-align:center}.nx-v2-checkout-progress span{position:relative;color:var(--nx-muted);font-size:12px;font-weight:800}.nx-v2-checkout-progress span:before{content:"";width:32px;height:32px;display:block;margin:0 auto 6px;border:1px solid var(--nx-border);border-radius:999px;background:#fff}.nx-v2-checkout-progress span.is-active:before{background:var(--nx-red);border-color:var(--nx-red)}.nx-v2-free-shipping{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,430px) auto;gap:16px;align-items:center;margin-bottom:20px;padding:16px 20px;background:#fff;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-free-shipping span{height:8px;border-radius:999px;background:#d9dbe2;overflow:hidden}.nx-v2-free-shipping i{display:block;height:100%;background:var(--nx-red);border-radius:inherit}.nx-v2-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.nx-v2-cart-table,.nx-v2-order-summary,.nx-v2-find-form-card,.nx-v2-how-it-works,.nx-v2-support-cards,.nx-v2-contact-cards,.nx-v2-faq-accordion{background:#fff;border:1px solid var(--nx-border);border-radius:8px;box-shadow:0 12px 32px #0000000a}.nx-v2-cart-table__head,.nx-v2-cart-row{display:grid;grid-template-columns:minmax(280px,1.6fr) minmax(150px,.75fr) 100px 96px 110px 80px;gap:14px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--nx-border)}.nx-v2-cart-table__head{color:var(--nx-muted);font-size:12px;font-weight:950;text-transform:uppercase}.nx-v2-cart-row__product{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center}.nx-v2-cart-row__image{aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-cart-row__image img{width:100%;height:100%;object-fit:contain;padding:8px}.nx-v2-cart-row h2{margin:0;font-size:16px;line-height:1.25}.nx-v2-cart-row p{margin:5px 0 0;color:var(--nx-muted);font-size:12px}.nx-v2-cart-qty input{max-width:86px;min-height:42px;text-align:center}.nx-v2-cart-row__links{display:grid;gap:8px;font-size:12px;font-weight:800}.nx-v2-cart-row__links a:last-child{color:var(--nx-red)}.nx-v2-cart-table__actions{display:flex;gap:12px;padding:18px}.nx-v2-order-summary{position:sticky;top:154px;display:grid;gap:16px;padding:24px}.nx-v2-order-summary h2{margin:0}.nx-v2-order-summary>div:not(.nx-v2-additional-checkout):not(.nx-v2-summary-benefits){display:flex;justify-content:space-between;gap:14px}.nx-v2-order-summary__total strong{font-size:30px}.nx-v2-summary-success{color:var(--nx-success);font-weight:900}.nx-v2-additional-checkout{display:grid;gap:10px}.nx-v2-summary-benefits{display:grid;gap:10px;color:var(--nx-muted);font-weight:800}.nx-v2-find-hero{--nx-collection-image: var(--nx-hero-image)}.nx-v2-find-form-card{margin-top:-58px;position:relative;z-index:2;padding:26px}.nx-v2-find-form-card h2,.nx-v2-how-it-works h2,.nx-v2-support-cards h2,.nx-v2-contact-cards h2,.nx-v2-faq-accordion h2{margin:0 0 18px;text-align:center;text-transform:uppercase}.nx-v2-find-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.nx-v2-find-form__wide,.nx-v2-upload-ui,.nx-v2-find-form button,.nx-v2-find-form small,.nx-v2-form-status{grid-column:1 / -1}.nx-v2-upload-ui{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:center;padding:18px;border:1px dashed #bfc4cc;border-radius:8px}.nx-v2-upload-ui p{margin:0;color:var(--nx-muted)}.nx-v2-how-it-works,.nx-v2-support-cards,.nx-v2-contact-cards,.nx-v2-faq-accordion{margin-top:28px;padding:26px}.nx-v2-how-it-works>div,.nx-v2-support-cards>div,.nx-v2-contact-cards>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.nx-v2-contact-cards>div{grid-template-columns:repeat(3,minmax(0,1fr))}.nx-v2-how-it-works article,.nx-v2-support-cards article,.nx-v2-contact-cards a{padding:20px;border:1px solid var(--nx-border);border-radius:8px}.nx-v2-how-it-works span{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:var(--nx-red);color:#fff;font-weight:950}.nx-v2-faq-accordion{display:grid;gap:10px}.nx-v2-faq-accordion details{border:1px solid var(--nx-border);border-radius:8px;padding:16px}.nx-v2-faq-accordion summary{cursor:pointer;font-weight:950}.nx-v2-footer{background:#050505;color:#fff}.nx-v2-newsletter{padding:34px 0;background:#fff;border-top:0;border-bottom:0}.nx-v2-newsletter__inner{position:relative;overflow:hidden;min-height:132px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,620px);gap:28px;align-items:center;padding:28px 34px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:radial-gradient(circle at 12% 0%,rgba(224,0,0,.28),transparent 34%),linear-gradient(135deg,#070a0e,#141b24 58%,#0b0f14);box-shadow:0 24px 70px #080c1229}.nx-v2-newsletter__inner:after{content:"";position:absolute;inset:auto 24px 0;height:3px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,transparent,rgba(224,0,0,.92),rgba(255,255,255,.26),transparent);pointer-events:none}.nx-v2-newsletter__lead{display:flex;gap:18px;align-items:center;min-width:0}.nx-v2-newsletter__icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:18px;background:#e0000024;color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f,0 16px 34px #e000002e}.nx-v2-newsletter__icon svg{width:30px;height:30px}.nx-v2-newsletter__copy{min-width:0}.nx-v2-newsletter h2,.nx-v2-newsletter p{margin:0}.nx-v2-newsletter h2{font-size:clamp(28px,2.6vw,38px);line-height:1;letter-spacing:0}.nx-v2-newsletter p{max-width:610px;margin-top:8px;color:#ffffffc7;font-size:16px;line-height:1.5}.nx-v2-newsletter__signup{position:relative;z-index:1}.nx-v2-newsletter__form{display:block;margin:0}.nx-v2-newsletter__field{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:6px;padding:6px;border-radius:14px;background:#fff;box-shadow:0 18px 44px #00000038}.nx-v2-newsletter__form input{min-height:54px;border:0;border-radius:10px;background:#fff;padding:0 18px;color:#0b1320;font-weight:750}.nx-v2-newsletter__form button{min-height:54px;display:inline-flex;gap:9px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--nx-red);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 10px 24px #e0000047}.nx-v2-newsletter__form button svg{width:18px;height:18px}.nx-v2-newsletter__form small{display:block;margin-top:10px;color:#ffffffa3;font-size:12px;font-weight:700}.nx-v2-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:48px;padding:48px 0 34px}.nx-v2-footer__brand p,.nx-v2-footer__links,.nx-v2-footer__links a,.nx-v2-footer__links span{color:#ffffffbd}.nx-v2-footer__brand p{max-width:320px;line-height:1.6}.nx-v2-footer__social{display:flex;gap:10px}.nx-v2-footer__social a{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:#ffffff14;color:#fff;font-size:12px;font-weight:900}.nx-v2-footer__links{display:grid;align-content:start;gap:10px}.nx-v2-footer__links h2{margin:0 0 10px;color:#fff;font-size:14px;text-transform:uppercase}.nx-v2-footer__bottom{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:22px;align-items:center;border-top:1px solid rgba(255,255,255,.12);color:#ffffffb3}.nx-v2-footer__bottom nav{display:flex;gap:20px}.nx-trust-modal[hidden]{display:none}.nx-trust-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000080}.nx-trust-modal__panel{position:fixed;top:50%;left:50%;z-index:101;width:min(420px,calc(100vw - 32px));transform:translate(-50%,-50%);padding:28px;background:#fff;border-radius:8px;box-shadow:0 24px 80px #00000047}.nx-trust-modal__close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:1px solid var(--nx-border);border-radius:999px;background:#fff;cursor:pointer}.nx-wishlist-drawer{position:fixed;top:0;right:0;z-index:82;width:min(480px,100vw);height:100dvh;display:flex;flex-direction:column;background:#fff;transform:translate(100%);transition:transform .22s ease;box-shadow:-24px 0 70px #00000038}.nx-wishlist-drawer.is-open{transform:translate(0)}.nx-wishlist-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:81;background:#00000073}.nx-wishlist-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:108px;padding:24px;background:#050505;color:#fff;border-bottom:4px solid var(--nx-red)}.nx-wishlist-drawer__header span{display:block;color:#ffffffbf;text-transform:uppercase;font-weight:900}.nx-wishlist-drawer__header strong{font-size:30px}.nx-wishlist-drawer__header button{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#fff;cursor:pointer}.nx-wishlist-drawer__header svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.nx-wishlist-drawer__body{flex:1;overflow:auto;padding:20px}.nx-wishlist-drawer__empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--nx-muted)}.nx-wishlist-drawer__empty strong{color:var(--nx-text);font-size:22px}.nx-wishlist-item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--nx-border);border-radius:8px;margin-bottom:12px;background:#fff}.nx-wishlist-item__media{aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--nx-border);border-radius:8px;background:#f8f8f8}.nx-wishlist-item__media img{width:100%;height:100%;object-fit:contain;padding:6px}.nx-wishlist-item__content{min-width:0;display:grid;gap:7px}.nx-wishlist-item__content h3{margin:0;font-size:15px;line-height:1.25;font-weight:900}.nx-wishlist-item__content h3 a{color:var(--nx-text)}.nx-wishlist-item__meta{margin:0;color:var(--nx-muted);font-size:12px}.nx-wishlist-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.nx-wishlist-item__price{color:var(--nx-red);font-weight:900}.nx-wishlist-item__remove{border:0;background:transparent;color:var(--nx-muted);font-family:inherit;font-weight:800;cursor:pointer}.nx-wishlist-drawer__footer{padding:18px 20px 20px;border-top:1px solid var(--nx-border)}.nx-cart-drawer{position:fixed;top:0;right:0;z-index:80;width:min(520px,100vw);height:100dvh;display:flex;flex-direction:column;background:#fff;transform:translate(100%);transition:transform .22s ease}.nx-cart-drawer.is-open{transform:translate(0)}.nx-cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;background:#00000073}.nx-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:108px;padding:24px;background:#050505;color:#fff;border-bottom:4px solid var(--nx-red)}.nx-cart-drawer__header span{display:block;color:#ffffffbf;text-transform:uppercase;font-weight:900}.nx-cart-drawer__header strong{font-size:34px}.nx-cart-drawer__header button{width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#fff}.nx-cart-drawer__header svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.nx-cart-drawer__body{flex:1;overflow:auto;padding:20px}.nx-cart-drawer__item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--nx-border);border-radius:8px;margin-bottom:12px}.nx-cart-drawer__item-media{aspect-ratio:1;border:1px solid var(--nx-border);border-radius:8px}.nx-cart-drawer__item-media img{width:100%;height:100%;object-fit:contain;padding:6px}.nx-cart-drawer__item h3{margin:0;font-size:15px;line-height:1.25}.nx-cart-drawer__item p{margin:4px 0 0;color:var(--nx-muted);font-size:12px}.nx-cart-drawer__footer{display:grid;gap:14px;padding:18px 20px 20px;border-top:1px solid var(--nx-border)}.nx-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-weight:900}.nx-cart-drawer__subtotal strong{color:var(--nx-red);font-size:28px}.nx-v2-cart-fitment-note{padding:14px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#7c2d12}.nx-v2-cart-fitment-note strong,.nx-v2-cart-fitment-note span{display:block}.nx-v2-cart-drawer.is-empty .nx-cart-drawer__footer{display:none}.nx-back-to-top{background:#050505!important;color:#fff!important;border-color:#ffffff24!important}@media(max-width:1180px){.nx-v2-header__inner{grid-template-columns:220px minmax(280px,1fr) auto;gap:18px}.nx-v2-nav{overflow-x:auto}.nx-v2-product-grid,.nx-v2-product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}.nx-v2-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.nx-v2-make-row{grid-template-columns:repeat(5,minmax(0,1fr))}.nx-v2-cart-layout,.nx-v2-product-layout,.nx-v2-catalog__layout{grid-template-columns:1fr}.nx-v2-filter-sidebar,.nx-v2-order-summary{position:static}}@media(max-width:860px){.nx-container{width:min(100% - 28px,1440px)}.nx-v2-topbar__inner{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.nx-v2-topbar__item{flex:0 0 auto;min-width:230px;scroll-snap-align:start}.nx-v2-header{position:relative}.nx-v2-header__inner{grid-template-columns:1fr auto;min-height:auto;padding:16px 0}.nx-v2-logo{font-size:30px}.nx-v2-search{grid-column:1 / -1;grid-row:2;grid-template-columns:minmax(0,1fr) 54px;height:48px}.nx-v2-search select{display:none}.nx-v2-menu-toggle{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff14;color:#fff;font-size:0}.nx-v2-menu-toggle span,.nx-v2-menu-toggle span:before,.nx-v2-menu-toggle span:after{width:22px;height:2px;display:block;background:#fff}.nx-v2-menu-toggle span{position:relative}.nx-v2-menu-toggle span:before,.nx-v2-menu-toggle span:after{content:"";position:absolute;left:0}.nx-v2-menu-toggle span:before{top:-7px}.nx-v2-menu-toggle span:after{top:7px}.nx-v2-header__actions{grid-column:1 / -1;grid-row:3;justify-content:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nx-v2-action{min-height:50px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14}.nx-v2-navrow{display:none}.nx-v2-navrow.is-open{display:block}.nx-v2-nav{display:grid;padding:8px 0}.nx-v2-nav>a,.nx-v2-nav__item>a{min-height:46px;justify-content:space-between;padding:0 6px;border-left:0;border-top:1px solid rgba(255,255,255,.1)}.nx-v2-nav__item{display:grid}.nx-v2-mega{position:static;width:100%;display:none;grid-template-columns:1fr 1fr;padding:10px 0 18px;transform:none;opacity:1;visibility:visible;box-shadow:none;background:transparent;color:#fff;border:0}.nx-v2-nav__item.is-open .nx-v2-mega{display:grid}.nx-v2-hero{min-height:520px;background-position:center right 24%}.nx-v2-hero__copy{padding:46px 0 88px}.nx-v2-hero p{font-size:16px}.nx-v2-vehicle-finder__panel{grid-template-columns:1fr}.nx-v2-vehicle-finder p{grid-column:auto}.nx-v2-category-grid,.nx-v2-make-row,.nx-v2-product-grid,.nx-v2-product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.nx-v2-fitment-cta{grid-template-columns:56px minmax(0,1fr);justify-items:start;text-align:left}.nx-v2-fitment-cta__action{grid-column:1 / -1;width:100%;justify-content:space-between}.nx-v2-fitment-cta__steps{flex:1 1 320px;flex-wrap:wrap;justify-content:flex-start}.nx-v2-trust-strip{grid-template-columns:1fr 1fr}.nx-v2-catalog-toolbar,.nx-v2-cart-head,.nx-v2-free-shipping{display:grid;grid-template-columns:1fr}.nx-v2-filter-toggle{display:inline-flex}.nx-v2-filter-sidebar{display:none}.nx-v2-filter-sidebar.is-open{display:block}.nx-v2-product-benefits,.nx-v2-product-info-grid,.nx-v2-tabs__nav,.nx-v2-spec-list,.nx-v2-find-form,.nx-v2-how-it-works>div,.nx-v2-support-cards>div,.nx-v2-contact-cards>div,.nx-v2-newsletter__inner,.nx-v2-footer__grid{grid-template-columns:1fr}.nx-v2-product-form__row,.nx-v2-product-actions{grid-template-columns:1fr}.nx-v2-cart-table__head{display:none}.nx-v2-cart-row{grid-template-columns:1fr}.nx-v2-cart-row__product{grid-template-columns:86px minmax(0,1fr)}.nx-v2-checkout-progress{grid-template-columns:repeat(4,minmax(0,1fr))}.nx-v2-upload-ui{grid-template-columns:1fr}.nx-v2-footer__bottom{grid-template-columns:1fr;padding:18px 0}}@media(max-width:520px){.nx-v2-hero h1,.nx-v2-collection-hero h1,.nx-v2-find-hero h1{font-size:36px}.nx-v2-hero__actions{display:grid}.nx-v2-category-grid,.nx-v2-make-row{grid-template-columns:1fr 1fr}.nx-v2-product-grid,.nx-v2-product-grid--collection{gap:12px}.nx-v2-card__body{padding:12px}.nx-v2-card h3{font-size:13px}.nx-v2-card__actions{grid-template-columns:1fr}.nx-v2-pagination{flex-wrap:nowrap;justify-content:flex-start;gap:8px;margin:30px -16px 42px;padding:0 16px 10px;overflow-x:auto;scrollbar-width:none}.nx-v2-pagination::-webkit-scrollbar{display:none}.nx-v2-pagination>span,.nx-v2-pagination>a{flex:0 0 auto;min-width:44px;height:44px;border-radius:11px;font-size:14px}.nx-v2-pagination>.prev,.nx-v2-pagination>.next{min-width:92px}.nx-v2-fitment-cta{grid-template-columns:1fr;padding:22px}.nx-v2-fitment-cta__media{width:44px;height:44px}.nx-v2-fitment-cta__action{justify-content:flex-start}.nx-v2-fitment-cta__action>.nx-v2-btn{width:100%;flex-basis:100%}.nx-v2-fitment-cta__steps{width:100%}.nx-v2-fitment-cta__steps li{flex:1 1 100%}.nx-v2-trust-strip{grid-template-columns:1fr}.nx-v2-trust-strip a,.nx-v2-trust-strip button{min-height:92px;padding:20px;border-left:0;border-top:1px solid var(--nx-border)}.nx-v2-gallery-thumbs{grid-template-columns:36px minmax(0,1fr) 36px}.nx-v2-gallery-thumb{flex-basis:76px}.nx-v2-product-buybox{padding:18px}.nx-v2-product-buybox h1{font-size:28px}.nx-v2-product-price-block .nx-v2-price{font-size:32px}.nx-v2-cart-drawer{width:100vw}}:root{--nx-red: #d71920;--nx-red-dark: #b91218;--nx-red-soft: #fff5f5;--nx-black: #101214;--nx-black-2: #16191d;--nx-bg: #f6f7f9;--nx-border: #e2e7ef;--nx-text: #111318;--nx-muted: #5d6673;--nx-shadow: 0 16px 42px rgba(16, 18, 20, .08);--nx-radius: 10px}.nx-v2-shell{overflow-x:clip;background:radial-gradient(circle at 8% 0%,rgba(215,25,32,.035),transparent 30%),var(--nx-bg)}.nx-v2-shell img,.nx-v2-shell svg,.nx-v2-shell video,.nx-v2-shell iframe{max-width:100%}.nx-v2-shell button,.nx-v2-shell input,.nx-v2-shell select,.nx-v2-shell textarea{font-family:inherit}.nx-v2-shell :focus-visible{outline:3px solid rgba(215,25,32,.18);outline-offset:2px}.nx-v2-btn,.nx-button,.np-btn{border-radius:8px!important}.nx-v2-btn--red,.nx-button--primary,.np-btn--red,.nx-v2-newsletter__form button{background:var(--nx-red)!important;border-color:var(--nx-red)!important;color:#fff!important;box-shadow:0 12px 26px #d719202e}.nx-v2-btn--red:hover,.nx-button--primary:hover,.np-btn--red:hover,.nx-v2-newsletter__form button:hover{background:var(--nx-red-dark)!important;border-color:var(--nx-red-dark)!important}.nx-v2-topbar{background:#0d0f12}.nx-v2-topbar__item{text-align:center;line-height:1.2}.nx-v2-topbar__item:hover,.nx-v2-topbar__item:focus-visible{background:#ffffff14}.nx-v2-header{background:#101214}.nx-v2-header__main{background:linear-gradient(180deg,#15181d,#101214)}.nx-v2-logo{letter-spacing:-1.5px}.nx-v2-search{border:1px solid rgba(255,255,255,.16)}.nx-v2-search input,.nx-v2-search select{min-width:0}.nx-v2-action{min-width:64px;text-align:center}.nx-v2-account__panel{z-index:95}.nx-v2-account__panel:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}.nx-v2-nav{min-width:0}.nx-v2-nav>a,.nx-v2-nav__item>a{white-space:nowrap}.nx-v2-mega{border-radius:0 0 12px 12px}.nx-v2-mega a{border-radius:8px}.nx-v2-mega a:hover,.nx-v2-mega a:focus-visible{background:#f7f9fc;color:var(--nx-red)}.nx-v2-hero{min-height:clamp(420px,44vw,560px)}.nx-v2-hero h1{max-width:760px;text-wrap:balance}.nx-v2-hero p{color:#ffffffe6}.nx-v2-vehicle-finder__panel{border-radius:12px;box-shadow:0 22px 55px #10121429}.nx-v2-vehicle-finder [data-nx-vehicle-match-text]{justify-self:start;display:inline-flex;align-items:center;min-height:30px;margin-top:-2px;padding:6px 11px;border:1px solid #e6ebf2;border-radius:999px;background:#f8fafc;color:#4b5563;font-weight:800;text-align:left}.nx-v2-vehicle-finder p:last-child{justify-self:end;text-align:right}.nx-v2-section-head h2,.nx-v2-collection-hero h1,.nx-v2-find-hero h1,.nx-page-hero h1{text-wrap:balance}.nx-v2-category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.nx-v2-category-tile{border-radius:12px;min-height:154px}.nx-v2-category-tile__image{overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#fff,#f1f4f8)}.nx-v2-category-tile img{transition:transform .2s ease}.nx-v2-category-tile:hover img{transform:scale(1.05)}.nx-v2-card,.nx-product-card{min-width:0;height:100%}.nx-v2-card__image-link,.nx-product-card__media{background:linear-gradient(180deg,#fff,#f6f8fb)}.nx-v2-card__body,.nx-product-card__body{min-width:0}.nx-v2-card h3,.nx-product-card h3,.nx-v2-card__sku{overflow-wrap:anywhere}.nx-v2-card__actions,.nx-product-card__form{align-self:end}.nx-v2-card__actions .nx-v2-btn,.nx-product-card__form .nx-button{min-width:0;white-space:nowrap}.nx-v2-price,.nx-price,.nx-product-price{white-space:nowrap}.nx-v2-collection-hero,.nx-v2-find-hero{border-bottom:3px solid var(--nx-red)}.nx-v2-catalog__layout{align-items:start}.nx-v2-filter-sidebar,.nx-v2-catalog-toolbar,.nx-v2-empty-collection,.nx-v2-cart-table,.nx-v2-order-summary,.nx-content-page,.nx-page-card{border-radius:12px!important;border-color:var(--nx-border)!important;box-shadow:var(--nx-shadow)}.nx-v2-filter-empty{display:grid;gap:8px;margin-top:16px;padding:14px;border:1px solid #e8edf4;border-radius:10px;background:#f8fafc;color:var(--nx-muted);line-height:1.45}.nx-v2-filter-empty strong{color:var(--nx-text)}.nx-v2-catalog-toolbar{flex-wrap:wrap}.nx-v2-catalog-toolbar strong{min-width:min(100%,260px)}.nx-v2-catalog-toolbar__controls{flex-wrap:wrap}.nx-v2-grid-toggle{font-size:18px}.nx-v2-active-filters a,.nx-filter-chip,.nx-filter-clear{display:inline-flex;align-items:center;gap:6px}.nx-section--search .nx-search-grid,.nx-search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(238px,1fr))!important;gap:18px!important;align-items:stretch!important}.nx-section--search .nx-search-result-card{min-width:0;height:100%}.nx-section--search .nx-product-card{height:100%}.nx-section--search .nx-product-card__media{aspect-ratio:1 / .82}.nx-v2-product-page{background:radial-gradient(circle at 8% 0%,rgba(215,25,32,.045),transparent 28%),linear-gradient(180deg,#fff 0,#f6f7f9 360px)}.nx-v2-product-layout{grid-template-columns:minmax(0,1fr) minmax(360px,470px);gap:28px}.nx-v2-gallery-main,.nx-v2-product-buybox,.nx-v2-product-benefits,.nx-v2-product-info-grid section,.nx-v2-product-tabs{border-radius:12px;border-color:var(--nx-border);box-shadow:var(--nx-shadow)}.nx-v2-gallery-main{aspect-ratio:4 / 3}.nx-v2-gallery-main img,.nx-v2-gallery-main svg{padding:clamp(14px,3vw,28px)}.nx-v2-gallery-arrow{display:grid;place-items:center;color:var(--nx-text);font-size:30px;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.nx-v2-gallery-arrow:hover,.nx-v2-gallery-arrow:focus-visible{background:var(--nx-red);color:#fff;border-color:var(--nx-red);transform:translateY(-1px)}.nx-v2-gallery-thumbs__track{padding:2px}.nx-v2-gallery-thumb{border-radius:10px}.nx-v2-product-buybox{position:sticky;top:112px}.nx-v2-product-buybox h1{letter-spacing:-.02em;text-wrap:balance}.nx-v2-product-availability{justify-content:space-between;padding:13px 0;border-top:1px solid var(--nx-border);border-bottom:1px solid var(--nx-border)}.nx-v2-product-availability span:last-child{color:var(--nx-muted)}.nx-v2-fit-card{background:#f8fafc}.nx-v2-product-benefits{align-items:stretch}.nx-v2-product-benefits div{min-width:0;padding:12px;border-radius:10px;background:#f8fafc}.nx-v2-tabs__nav{overflow-x:auto;scrollbar-width:none}.nx-v2-tabs__nav::-webkit-scrollbar{display:none}.nx-v2-tabs__nav button{white-space:nowrap}.nx-v2-spec-list dd{margin:0;min-width:0;overflow-wrap:anywhere}.nx-page-hero{padding:48px 0 42px;background:linear-gradient(90deg,#101214eb,#101214b8),var(--nx-hero-image, none);color:#fff;border-bottom:3px solid var(--nx-red)}.nx-page-hero .nx-kicker{color:#fff;opacity:.82}.nx-page-hero h1{max-width:920px;margin:0;font-size:clamp(36px,5vw,60px);line-height:.98;font-weight:950;text-transform:uppercase}.nx-page-hero p{max-width:760px;color:#ffffffdb;font-size:18px;line-height:1.55}.nx-content-page{max-width:980px;padding:clamp(22px,4vw,42px);background:#fff}.nx-content-page h2,.nx-content-page h3{margin:28px 0 10px;line-height:1.15}.nx-content-page p,.nx-content-page li{color:#4b5563;line-height:1.7}.nx-content-page a{color:var(--nx-red);font-weight:800;text-decoration:underline;text-underline-offset:3px}body.template-page .nx-page-hero,body.template-page .nx-make-page-hero,body.template-page .nx-style-page-hero,body.template-page .nx-v2-find-hero{background:radial-gradient(circle at 18% 0%,rgba(225,6,0,.24),transparent 32%),linear-gradient(135deg,#05070a,#111318 58%,#1a0708)!important;color:#fff!important;border-bottom:4px solid var(--nx-red)!important}body.template-page .nx-page-hero .nx-kicker,body.template-page .nx-make-page-hero .nx-kicker,body.template-page .nx-style-page-hero .nx-kicker{color:#ffd7d5!important;opacity:1!important}body.template-page .nx-page-hero p,body.template-page .nx-make-page-hero p:not(.nx-kicker),body.template-page .nx-style-page-hero p:not(.nx-kicker),body.template-page .nx-v2-find-hero p{color:#ffffffd1!important}body.template-page .nx-kicker,body.template-page .nx-content-page a,body.template-page .nx-contact-card a,body.template-page .nx-faq-group a,body.template-page .nx-style-card__eyebrow,body.template-page .nx-make-card__eyebrow{color:var(--nx-red)!important}body.template-page .nx-content-page,body.template-page .shopify-policy__container,body.template-page .nx-contact-card,body.template-page .nx-contact-form-card,body.template-page .nx-faq-group,body.template-page .nx-v2-find-form-card,body.template-page .nx-v2-how-it-works,body.template-page .nx-v2-support-cards,body.template-page .nx-v2-contact-cards,body.template-page .nx-v2-faq-accordion{border:1px solid #e5e7eb!important;border-top:3px solid var(--nx-red)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 44px #10121412!important}body.template-page .nx-section{background:#fff!important}body.template-page .nx-contact-grid{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.12fr);gap:24px;align-items:start}body.template-page .nx-contact-card,body.template-page .nx-contact-form-card{padding:clamp(22px,3vw,34px)}body.template-page .nx-contact-card dl{display:grid;gap:12px;margin:18px 0}body.template-page .nx-contact-card dl>div{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid #edf0f4}body.template-page .nx-contact-card dt{color:#6b7280;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}body.template-page .nx-contact-card dd{margin:0;color:var(--nx-text);font-weight:800;line-height:1.45}body.template-page .nx-contact-trust,body.template-page .nx-contact-help,body.template-page .nx-fitment-help-card,body.template-page .nx-company-summary{border:1px solid #edf0f4!important;border-radius:14px!important;background:#fff8f8!important;padding:16px!important}body.template-page .nx-contact-form,body.template-page .nx-v2-find-form{gap:16px}body.template-page .nx-contact-form label,body.template-page .nx-v2-find-form label{color:var(--nx-text);font-weight:850}body.template-page .nx-contact-form input,body.template-page .nx-contact-form textarea,body.template-page .nx-v2-find-form input,body.template-page .nx-v2-find-form textarea{border:1px solid #d8e1ec!important;border-radius:10px!important;background:#fff!important}body.template-page .nx-contact-form input:focus,body.template-page .nx-contact-form textarea:focus,body.template-page .nx-v2-find-form input:focus,body.template-page .nx-v2-find-form textarea:focus{border-color:var(--nx-red)!important;outline:3px solid rgba(225,6,0,.12)!important}body.template-page .nx-button--primary,body.template-page .nx-v2-btn--red,body.template-page .nx-search button,body.template-page .nx-make-page-hero__cta,body.template-page .nx-style-page-hero__cta{background:var(--nx-red)!important;border-color:var(--nx-red)!important;color:#fff!important;box-shadow:0 14px 30px #e106002e!important}body.template-page .nx-button--primary:hover,body.template-page .nx-v2-btn--red:hover,body.template-page .nx-make-page-hero__cta:hover,body.template-page .nx-style-page-hero__cta:hover{background:var(--nx-red-dark)!important;border-color:var(--nx-red-dark)!important}body.template-page .nx-faq-page{display:grid;gap:18px}body.template-page .nx-faq-group{padding:clamp(20px,3vw,30px)}body.template-page .nx-faq-group details,body.template-page .nx-v2-faq-accordion details{border:1px solid #edf0f4;border-radius:12px;background:#fff;padding:16px 18px}body.template-page .nx-faq-group details+details,body.template-page .nx-v2-faq-accordion details+details{margin-top:12px}body.template-page .nx-faq-group summary,body.template-page .nx-v2-faq-accordion summary{cursor:pointer;color:var(--nx-text);font-weight:950}body.template-page .nx-make-card,body.template-page .nx-style-card{border-color:#e1e5eb!important;box-shadow:0 18px 46px #10121414!important}body.template-page .nx-make-card:hover,body.template-page .nx-style-card:hover{border-color:#e1060061!important;box-shadow:0 24px 58px #10121421!important}body.template-page .nx-make-card__arrow,body.template-page .nx-style-card__arrow,body.template-page .nx-v2-how-it-works article span{background:var(--nx-red-soft)!important;border-color:#ffc9c7!important;color:var(--nx-red)!important}@media(max-width:860px){body.template-page .nx-contact-grid{grid-template-columns:1fr}}.shopify-policy__container{max-width:980px!important;margin:34px auto 58px!important;padding:clamp(22px,4vw,42px)!important;border:1px solid var(--nx-border);border-radius:12px;background:#fff;box-shadow:var(--nx-shadow)}.shopify-policy__title h1{font-size:clamp(32px,4vw,48px);line-height:1.05}.nx-v2-newsletter__inner{gap:20px}.nx-v2-footer__grid{align-items:start}.nx-v2-footer__links a:hover,.nx-v2-footer__links a:focus-visible,.nx-v2-footer__bottom a:hover,.nx-v2-footer__bottom a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}.nx-cart-drawer,.nx-wishlist-drawer{box-shadow:-24px 0 70px #1012143d}.nx-cart-drawer__item,.nx-wishlist-item{align-items:start;background:#fff}.nx-cart-drawer__item h3,.nx-wishlist-item__content h3{overflow-wrap:anywhere}.nx-cart-drawer__subtotal strong{white-space:nowrap}.nx-back-to-top{border-radius:999px!important;box-shadow:0 16px 36px #10121433!important}@media(max-width:1180px){.nx-v2-header__inner{grid-template-columns:230px minmax(0,1fr) auto}.nx-v2-vehicle-finder__panel{grid-template-columns:1fr 1fr}.nx-v2-vehicle-finder__intro,.nx-v2-vehicle-finder button,.nx-v2-vehicle-finder p{grid-column:auto}.nx-v2-vehicle-finder__intro{grid-column:1 / -1}}@media(max-width:860px){.nx-v2-shell{overflow-x:hidden}.nx-container{width:min(100% - 28px,1440px)}.nx-v2-topbar__inner{gap:0;scrollbar-width:none}.nx-v2-topbar__inner::-webkit-scrollbar{display:none}.nx-v2-topbar__item{min-width:210px;padding-inline:14px}.nx-v2-header__inner{grid-template-columns:minmax(0,1fr) 54px;gap:12px}.nx-v2-logo{font-size:28px;letter-spacing:-1px}.nx-v2-header__actions{grid-template-columns:repeat(3,minmax(0,1fr))}.nx-v2-action{min-width:0;width:100%;font-size:11px}.nx-v2-account__panel{left:0;right:auto;width:min(300px,calc(100vw - 28px))}.nx-v2-nav>a,.nx-v2-nav__item>a{padding:0 14px}.nx-v2-mega{grid-template-columns:1fr;gap:4px}.nx-v2-mega a{padding:10px 14px;background:#ffffff0f}.nx-v2-hero{min-height:480px}.nx-v2-hero__copy{padding:40px 0 72px}.nx-v2-vehicle-finder{margin-top:-38px}.nx-v2-vehicle-finder__panel{grid-template-columns:1fr;gap:12px;padding:16px}.nx-v2-vehicle-finder [data-nx-vehicle-match-text],.nx-v2-vehicle-finder p:last-child{justify-self:stretch;text-align:left}.nx-v2-product-layout{grid-template-columns:1fr}.nx-v2-product-buybox{position:static}.nx-v2-gallery-main{aspect-ratio:1 / .86}.nx-section--search .nx-search-grid,.nx-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nx-v2-footer__grid{gap:28px}}@media(max-width:640px){.nx-v2-section{padding:30px 0}.nx-v2-hero h1,.nx-v2-collection-hero h1,.nx-v2-find-hero h1,.nx-page-hero h1{font-size:34px;letter-spacing:-.02em}.nx-v2-hero p,.nx-v2-collection-hero p,.nx-v2-find-hero p,.nx-page-hero p{font-size:15px}.nx-v2-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nx-v2-category-tile{min-height:132px;padding:10px}.nx-v2-category-tile{grid-template-rows:84px auto}.nx-v2-card__image{aspect-ratio:1 / .9}.nx-v2-card__image-link img,.nx-v2-placeholder{padding:9px}.nx-v2-card__type,.nx-v2-card__sku,.nx-v2-card__fitment{font-size:11px}.nx-v2-price,.nx-price{font-size:18px}.nx-v2-card__actions .nx-v2-btn{min-height:38px;padding-inline:8px;font-size:12px}.nx-v2-catalog-toolbar{display:grid;grid-template-columns:1fr}.nx-v2-catalog-toolbar__controls,.nx-v2-catalog-toolbar label,.nx-v2-catalog-toolbar select{width:100%}.nx-v2-product-benefits,.nx-v2-product-info-grid{gap:12px}.nx-v2-tabs__nav{grid-template-columns:repeat(5,max-content)}.nx-v2-spec-list div{grid-template-columns:1fr;gap:4px}.nx-v2-newsletter__form{display:block}.nx-v2-newsletter__field{grid-template-columns:1fr;gap:8px}.nx-v2-newsletter__form input,.nx-v2-newsletter__form button{border-radius:8px!important}.nx-cart-drawer__item,.nx-wishlist-item{grid-template-columns:78px minmax(0,1fr)}.nx-cart-drawer__item{grid-template-columns:74px minmax(0,1fr)}.nx-cart-drawer__item>strong{grid-column:2}.nx-v2-footer__bottom nav{flex-wrap:wrap;gap:10px 16px}}@media(max-width:420px){.nx-container{width:min(100% - 22px,1440px)}.nx-v2-logo{font-size:25px}.nx-v2-search input{padding-inline:12px}.nx-v2-action span{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nx-v2-product-grid,.nx-v2-product-grid--collection,.nx-section--search .nx-search-grid,.nx-search-grid{gap:10px!important}.nx-v2-card__body,.nx-product-card__body{padding:10px!important}.nx-v2-card h3,.nx-product-card h3{font-size:12px!important}.nx-product-card__form{grid-template-columns:1fr!important}}.nx-v2-home-cats{background:linear-gradient(180deg,#fff,#f7f9fc)}.nx-v2-home-cats .nx-v2-section-head{align-items:end;margin-bottom:24px}.nx-v2-home-cats .nx-v2-section-head a{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #ecd7d8;border-radius:999px;background:#fff;color:var(--nx-red);box-shadow:0 10px 24px #1012140a}.nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}.nx-v2-category-tile--product{position:relative;min-height:314px;grid-template-rows:190px minmax(0,1fr);align-items:stretch;justify-items:stretch;padding:0;overflow:hidden;border-radius:12px;border-color:#dfe6ef;background:#fff;box-shadow:0 20px 48px #10121414}.nx-v2-category-tile--product:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.26),transparent 44%),radial-gradient(circle at 85% 8%,rgba(215,25,32,.12),transparent 26%);opacity:.85;z-index:1}.nx-v2-category-tile--product .nx-v2-category-tile__image{position:relative;width:100%;height:190px;overflow:hidden;border-radius:0;background:linear-gradient(180deg,#10121408,#10121414),#f5f7fa}.nx-v2-category-tile--product .nx-v2-category-tile__image:after{content:"";position:absolute;inset:auto 0 0;height:54%;background:linear-gradient(180deg,transparent,rgba(16,18,20,.18));pointer-events:none}.nx-v2-category-tile--product .nx-v2-category-tile__image img{width:100%;height:100%;max-height:none;padding:0;object-fit:cover;object-position:center;transform:scale(1.01);transition:transform .28s ease,filter .28s ease}.nx-v2-category-tile--product .nx-v2-category-tile__content{position:relative;z-index:2;display:grid;grid-template-rows:auto 1fr auto;gap:7px;padding:18px 18px 16px;min-width:0}.nx-v2-category-tile--product strong{text-align:left;font-size:20px;line-height:1.12;letter-spacing:-.01em}.nx-v2-category-tile--product small{color:#5d6673;font-size:14px;line-height:1.35;font-weight:700}.nx-v2-category-tile--product em{justify-self:start;display:inline-flex;align-items:center;gap:7px;color:var(--nx-red);font-style:normal;font-size:12px;font-weight:950;text-transform:uppercase}.nx-v2-category-tile--product em:after{content:"";width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.nx-v2-category-tile--product:hover,.nx-v2-category-tile--product:focus-visible{border-color:#d719205c;transform:translateY(-5px);box-shadow:0 28px 58px #10121424}.nx-v2-category-tile--product:hover .nx-v2-category-tile__image img,.nx-v2-category-tile--product:focus-visible .nx-v2-category-tile__image img{transform:scale(1.09);filter:saturate(1.05) contrast(1.03)}@media(max-width:1280px){.nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}}@media(max-width:860px){.nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.nx-v2-category-tile--product{min-height:246px;grid-template-rows:148px minmax(0,1fr)}.nx-v2-category-tile--product .nx-v2-category-tile__image{height:148px}}@media(max-width:640px){.nx-v2-home-cats .nx-v2-section-head{display:grid;gap:10px}.nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.nx-v2-category-tile--product{min-height:222px;grid-template-rows:124px minmax(0,1fr);border-radius:12px}.nx-v2-category-tile--product .nx-v2-category-tile__image{height:124px}.nx-v2-category-tile--product .nx-v2-category-tile__content{padding:12px}.nx-v2-category-tile--product strong{font-size:15px}.nx-v2-category-tile--product small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px}.nx-v2-category-tile--product em{font-size:11px}}.nx-v2-makes{background:linear-gradient(180deg,#f7f9fc,#fff)}.nx-v2-makes .nx-v2-section-head{align-items:end;margin-bottom:22px}.nx-v2-makes .nx-v2-section-head a{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #ecd7d8;border-radius:999px;background:#fff;color:var(--nx-red);box-shadow:0 10px 24px #1012140a}.nx-v2-makes .nx-v2-make-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.nx-v2-make-card{position:relative;min-height:86px;display:grid!important;grid-template-columns:48px minmax(0,1fr);gap:13px!important;align-items:center!important;justify-content:start!important;padding:16px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:linear-gradient(135deg,#ffffffe6,#f8fafcfa),#fff!important;box-shadow:0 16px 38px #1012140f;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.nx-v2-make-card:after{content:"";position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:999px;background:#d7192012}.nx-v2-make-card__icon{position:relative;z-index:1;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:14px!important;border:1px solid #e5eaf1;background:#fff!important;color:var(--nx-text)!important;box-shadow:0 10px 24px #10121412}.nx-v2-make-card__icon img,.nx-v2-make-card__icon svg{width:28px;height:28px;object-fit:contain;filter:contrast(1.05)}.nx-v2-make-card__icon svg{fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.nx-v2-make-card__text{position:relative;z-index:1;min-width:0;display:grid;gap:3px}.nx-v2-make-card small{color:#6b7280;font-size:10px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.nx-v2-make-card strong{color:var(--nx-text);font-size:16px;line-height:1.08;font-weight:950}.nx-v2-make-card:hover,.nx-v2-make-card:focus-visible{transform:translateY(-3px);border-color:#d719205c!important;box-shadow:0 24px 50px #1012141f}.nx-v2-make-card:hover .nx-v2-make-card__icon,.nx-v2-make-card:focus-visible .nx-v2-make-card__icon{border-color:#d719203d}.nx-v2-make-disclaimer{max-width:920px;margin:16px 0 0;color:#6b7280;font-size:12px;line-height:1.55}@media(max-width:1100px){.nx-v2-makes .nx-v2-make-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.nx-v2-makes .nx-v2-section-head{display:grid;gap:10px}.nx-v2-makes .nx-v2-make-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nx-v2-make-card{min-height:74px;grid-template-columns:40px minmax(0,1fr);gap:10px!important;padding:12px!important;border-radius:12px!important}.nx-v2-make-card__icon{width:40px!important;height:40px!important;border-radius:12px!important}.nx-v2-make-card__icon img,.nx-v2-make-card__icon svg{width:24px;height:24px}.nx-v2-make-card small{font-size:9px}.nx-v2-make-card strong{font-size:13px}.nx-v2-make-disclaimer{font-size:11px}}.nx-v2-featured .nx-v2-card h3,.nx-v2-card h3{min-height:0!important;display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}.nx-v2-featured .nx-v2-card h3 a,.nx-v2-card h3 a{display:inline!important;overflow:visible!important;color:inherit}.nx-v2-rating{display:none!important}body.template-product .nx-v2-featured--product-recs{padding:44px 0 58px!important;overflow:hidden!important;background:#fff!important}body.template-product .nx-v2-featured--product-recs .nx-container{max-width:min(100% - 48px,1440px)!important;overflow:hidden!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head{align-items:center!important;margin-bottom:22px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head h2{max-width:min(760px,100%)!important;font-size:clamp(28px,3vw,42px)!important;line-height:1!important;letter-spacing:-.02em!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 16px!important;border:1px solid rgba(225,6,0,.22)!important;border-radius:999px!important;background:#fff!important;color:var(--nx-red)!important;box-shadow:0 10px 24px #e1060014!important;white-space:nowrap!important}body.template-product .nx-v2-featured--product-recs .nx-v2-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;overflow:visible!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card{min-width:0!important;height:100%!important;border-color:#dfe6ef!important;border-radius:10px!important;box-shadow:0 16px 34px #0b122012!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card:hover{transform:translateY(-3px)!important;border-color:#e1060047!important;box-shadow:0 22px 44px #0b12201f!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__image{aspect-ratio:1 / .78!important;background:linear-gradient(180deg,#fff,#f6f8fb)!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__image-link img,body.template-product .nx-v2-featured--product-recs .nx-v2-placeholder{object-fit:contain!important;padding:18px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__body{gap:10px!important;padding:16px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__type{color:#5f6f83!important;font-size:11px!important;line-height:1.2!important;letter-spacing:.02em!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card h3{font-size:16px!important;line-height:1.24!important;overflow-wrap:anywhere!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__fitment,body.template-product .nx-v2-featured--product-recs .nx-v2-card__sku{font-size:12px!important;color:#5b6b82!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__price-row{margin-top:2px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__actions{grid-template-columns:minmax(0,1fr) minmax(82px,.58fr)!important;gap:9px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__actions .nx-v2-btn{width:100%!important;min-height:44px!important;border-radius:7px!important;padding:10px!important}@media(max-width:1180px){body.template-product .nx-v2-featured--product-recs .nx-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){body.template-product .nx-v2-featured--product-recs{padding:34px 0 42px!important}body.template-product .nx-v2-featured--product-recs .nx-container{max-width:min(100% - 22px,100%)!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head{display:flex!important;align-items:end!important;gap:12px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head h2{font-size:clamp(24px,8vw,32px)!important}body.template-product .nx-v2-featured--product-recs .nx-v2-section-head a{min-height:34px!important;padding:0 12px!important;font-size:11px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card{border-radius:9px!important;box-shadow:0 10px 24px #0b122014!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__image{aspect-ratio:1 / .84!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__image-link img,body.template-product .nx-v2-featured--product-recs .nx-v2-placeholder{padding:10px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__body{padding:10px!important;gap:8px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card h3{font-size:13px!important;line-height:1.28!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__fitment,body.template-product .nx-v2-featured--product-recs .nx-v2-card__sku{display:none!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__actions{grid-template-columns:1fr!important;gap:7px!important}body.template-product .nx-v2-featured--product-recs .nx-v2-card__actions .nx-v2-btn{min-height:40px!important;font-size:11px!important}}:root{--nx-bg: #ffffff !important;--nx-page-bg: #ffffff !important;color-scheme:only light!important}html,body.nx-body,body.nx-v2-shell,.nx-v2-shell,.nx-main,.np-home{background:#fff!important;color-scheme:only light!important}body.template-index,body.template-page,body.template-collection,body.template-product,body.template-search,body.template-cart,body.template-list-collections,.nx-main,.nx-v2-section,.np-section,.nx-v2-featured,.nx-v2-home-cats,.nx-v2-makes,.nx-section--catalog,.nx-section--search,.nx-section--product,.nx-section--page,.nx-collection-layout,.nx-v2-product-grid,.nx-v2-product-grid--collection,.nx-search-grid{background:#fff!important}.nx-v2-home-cats,.nx-v2-makes,.nx-section--search{background-image:none!important}@media(max-width:860px){.nx-v2-header{position:sticky!important;top:0!important;z-index:80!important;background:radial-gradient(circle at 100% 0%,rgba(225,6,0,.12),transparent 38%),linear-gradient(180deg,#111419,#070809)!important;box-shadow:0 18px 44px #00000038!important}.nx-v2-header__main{background:transparent!important}.nx-v2-header__inner{grid-template-columns:minmax(0,1fr) 58px!important;gap:12px!important;padding:14px 0 12px!important}.nx-v2-logo{align-self:center!important;min-width:0!important;font-size:clamp(27px,7vw,34px)!important;letter-spacing:-1.4px!important;line-height:1!important}.nx-v2-menu-toggle{position:relative!important;width:58px!important;height:58px!important;display:grid!important;place-items:center!important;place-content:center!important;padding:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.16),transparent 36%),#ffffff14!important;box-shadow:inset 0 1px #ffffff1f,0 12px 28px #0000002e!important;color:#fff!important;font-size:0!important;line-height:0!important;overflow:hidden!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}.nx-v2-menu-toggle span,.nx-v2-menu-toggle span:before,.nx-v2-menu-toggle span:after{width:24px!important;height:2.4px!important;display:block!important;border-radius:999px!important;transition:transform .18s ease,opacity .18s ease,background .18s ease!important}.nx-v2-menu-toggle span{position:relative!important;margin:0!important;background:#fff!important}.nx-v2-menu-toggle span:before{top:-7px!important}.nx-v2-menu-toggle span:after{top:7px!important}.nx-v2-menu-toggle.is-open,.nx-v2-menu-toggle[aria-expanded=true]{border-color:#e10600b3!important;background:linear-gradient(145deg,#e10600,#bd0000)!important;transform:translateY(-1px)!important}.nx-v2-menu-toggle.is-open span,.nx-v2-menu-toggle[aria-expanded=true] span{background:transparent!important}.nx-v2-menu-toggle.is-open span:before,.nx-v2-menu-toggle[aria-expanded=true] span:before{transform:translateY(7px) rotate(45deg)!important}.nx-v2-menu-toggle.is-open span:after,.nx-v2-menu-toggle[aria-expanded=true] span:after{transform:translateY(-7px) rotate(-45deg)!important}.nx-v2-search{grid-column:1 / -1!important;height:54px!important;grid-template-columns:minmax(0,1fr) 62px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:8px!important;box-shadow:0 12px 28px #0003!important}.nx-v2-search input{min-width:0!important;padding:0 16px!important;font-size:15px!important;text-overflow:ellipsis!important}.nx-v2-search button{border-radius:0 8px 8px 0!important}.nx-v2-header__actions{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.nx-v2-action{min-width:0!important;min-height:62px!important;width:100%!important;display:grid!important;align-content:center!important;justify-items:center!important;gap:5px!important;padding:7px 4px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:#ffffff13!important;color:#fff!important;box-shadow:inset 0 1px #ffffff1a!important;font-size:11px!important;line-height:1.1!important}.nx-v2-action svg{width:26px!important;height:26px!important}.nx-v2-action span{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.nx-v2-cart-link em,.nx-v2-wishlist-trigger em{top:-5px!important;right:12px!important;min-width:22px!important;height:22px!important;border:2px solid #111419!important;font-size:11px!important}.nx-v2-account__panel{top:calc(100% + 8px)!important;left:0!important;right:auto!important;width:min(290px,calc(100vw - 28px))!important;z-index:95!important;border-radius:8px!important}.nx-v2-navrow{position:absolute!important;left:0!important;right:0!important;top:100%!important;display:block!important;max-height:0!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;background:linear-gradient(180deg,#070809,#0f1217)!important;border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:0!important;box-shadow:0 28px 70px #0000006b!important;transition:max-height .24s ease,opacity .18s ease,visibility .18s ease!important}.nx-v2-navrow.is-open{max-height:min(72vh,620px)!important;overflow-y:auto!important;opacity:1!important;visibility:visible!important;-webkit-overflow-scrolling:touch!important}.nx-v2-navrow .nx-container{width:min(100% - 28px,720px)!important}.nx-v2-nav{display:grid!important;gap:12px!important;padding:14px 0 calc(18px + env(safe-area-inset-bottom))!important;min-height:0!important}.nx-v2-nav__quick-link{display:none!important}.nx-v2-nav__item{display:grid!important;min-width:0!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:#ffffff0b!important;overflow:hidden!important}.nx-v2-nav>a,.nx-v2-nav__item>a{min-height:54px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:0 16px!important;border:0!important;color:#fff!important;background:transparent!important;font-size:13px!important;line-height:1.1!important;letter-spacing:.02em!important;text-transform:uppercase!important}.nx-v2-nav>a.nx-v2-nav__quick-link{display:none!important}.nx-v2-nav>a{display:none!important}.nx-v2-nav__item>a:after{content:""!important;width:8px!important;height:8px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(45deg) translateY(-2px)!important;opacity:.72!important;transition:transform .16s ease!important}.nx-v2-nav__item.is-open>a:after{transform:rotate(225deg) translateY(-2px)!important}.nx-v2-nav__item--link>a{justify-content:flex-start!important}.nx-v2-nav__item--link>a:after{display:none!important;content:none!important}.nx-v2-nav__item--mega{border-color:#e1060047!important;background:radial-gradient(circle at 0% 0%,rgba(225,6,0,.16),transparent 34%),#ffffff0e!important}.nx-v2-nav__item--mega>a{color:#fff!important}.nx-v2-nav__item--mega>a:after{display:none!important}.nx-v2-hamburger,.nx-v2-hamburger:before,.nx-v2-hamburger:after{width:19px!important;height:2px!important;background:var(--nx-red)!important;border-radius:999px!important}.nx-v2-mega,.nx-v2-nav__item.is-open .nx-v2-mega,.nx-v2-nav__item--mega .nx-v2-mega{position:static!important;width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0 12px 14px!important;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}.nx-v2-nav__item:not(.is-open):not(.nx-v2-nav__item--mega) .nx-v2-mega{display:none!important}.nx-v2-mega a{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:11px 12px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:#ffffff12!important;color:#fff!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important}.nx-v2-mega a:after{content:""!important;width:7px!important;height:7px!important;flex:0 0 auto!important;border-right:2px solid var(--nx-red)!important;border-bottom:2px solid var(--nx-red)!important;transform:rotate(-45deg)!important}.nx-v2-mega--small{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:430px){.nx-v2-header__inner{gap:10px!important}.nx-v2-header__actions{gap:8px!important}.nx-v2-action{min-height:58px!important;font-size:10px!important}.nx-v2-action svg{width:24px!important;height:24px!important}.nx-v2-mega,.nx-v2-nav__item.is-open .nx-v2-mega,.nx-v2-nav__item--mega .nx-v2-mega{grid-template-columns:1fr!important}}button.nx-back-to-top[data-nx-back-to-top],.nx-back-to-top{position:fixed!important;right:clamp(14px,2vw,24px)!important;bottom:calc(22px + env(safe-area-inset-bottom))!important;z-index:90!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(215,25,32,.62)!important;border-radius:999px!important;-webkit-appearance:none!important;appearance:none!important;background:radial-gradient(circle at 34% 24%,#ffffff38 0 12%,#fff0 30%),linear-gradient(145deg,#1b1f25,#101214 56%,#050505)!important;color:#fff!important;box-shadow:0 18px 42px #10121447,0 0 0 7px #d7192014,inset 0 1px #ffffff2e!important;cursor:pointer!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px) scale(.94)!important;transition:opacity .18s ease,visibility .18s ease,transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important;overflow:visible!important}button.nx-back-to-top[data-nx-back-to-top].is-visible,.nx-back-to-top.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}button.nx-back-to-top[data-nx-back-to-top]:hover,button.nx-back-to-top[data-nx-back-to-top]:focus-visible,.nx-back-to-top:hover,.nx-back-to-top:focus-visible{border-color:#d71920f2!important;background:radial-gradient(circle at 34% 24%,#fff3 0 12%,#fff0 30%),linear-gradient(145deg,#d71920,#b91218 62%,#85070c)!important;color:#fff!important;box-shadow:0 20px 46px #d7192042,0 0 0 8px #d719201f,inset 0 1px #ffffff38!important;outline:0!important;transform:translateY(-3px) scale(1.03)!important}.nx-back-to-top__ring{position:absolute!important;top:7px!important;right:7px!important;bottom:7px!important;left:7px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:inherit!important;box-shadow:inset 0 0 0 1px #d719202e!important;pointer-events:none!important}.nx-back-to-top:after{content:""!important;position:absolute!important;top:-9px!important;right:-9px!important;bottom:-9px!important;left:-9px!important;z-index:-1!important;border-radius:inherit!important;background:radial-gradient(circle,#d719202e,#d7192000 64%)!important;opacity:1!important;pointer-events:none!important}.nx-back-to-top svg{position:relative!important;z-index:1!important;width:23px!important;height:23px!important;stroke:currentColor!important;stroke-width:2.45!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:drop-shadow(0 1px 0 rgba(0,0,0,.22))!important}body.nx-body.template-product .nx-back-to-top{bottom:calc(94px + env(safe-area-inset-bottom))!important}@media(max-width:640px){button.nx-back-to-top[data-nx-back-to-top],.nx-back-to-top{right:14px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;box-shadow:0 14px 32px #1012143d,0 0 0 6px #d7192014,inset 0 1px #ffffff2e!important}.nx-back-to-top__ring{top:6px!important;right:6px!important;bottom:6px!important;left:6px!important}.nx-back-to-top svg{width:21px!important;height:21px!important}body.nx-body.template-product .nx-back-to-top{bottom:calc(92px + env(safe-area-inset-bottom))!important}}body.template-product .nx-v2-product-layout,body.template-product .nx-v2-product-gallery,body.template-product .nx-v2-product-buybox,body.template-product .nx-v2-product-benefits,body.template-product .nx-v2-product-info-grid,body.template-product .nx-v2-product-tabs{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,1fr) minmax(360px,470px)!important;align-items:start!important}body.template-product .nx-v2-product-gallery{width:100%!important;grid-template-columns:minmax(0,1fr)!important;justify-self:stretch!important;align-content:start!important;overflow:hidden!important}body.template-product .nx-v2-gallery-main,body.template-product .nx-v2-gallery-thumbs,body.template-product .nx-v2-gallery-thumbs__track{min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}body.template-product .nx-v2-gallery-main{inline-size:100%!important;justify-self:stretch!important;overflow:hidden!important}body.template-product .nx-v2-gallery-main img,body.template-product .nx-v2-gallery-main svg{display:block!important;min-width:0!important;max-width:100%!important;max-height:100%!important;box-sizing:border-box!important}body.template-product .nx-v2-gallery-thumbs{grid-template-columns:42px minmax(0,1fr) 42px!important;justify-self:stretch!important;overflow:hidden!important}body.template-product .nx-v2-gallery-thumbs__track{overflow-x:auto!important;overflow-y:hidden!important}body.template-product .nx-v2-gallery-thumb{min-width:0!important;box-sizing:border-box!important}body.template-product .nx-v2-product-buybox{width:100%!important;justify-self:stretch!important;z-index:2}@media(max-width:990px){body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,1fr)!important;overflow:hidden!important}body.template-product .nx-v2-product-gallery,body.template-product .nx-v2-product-buybox,body.template-product .nx-v2-product-benefits,body.template-product .nx-v2-product-info-grid,body.template-product .nx-v2-product-tabs{width:100%!important}body.template-product .nx-v2-gallery-thumbs{grid-template-columns:36px minmax(0,1fr) 36px!important}}body.template-collection .nx-product-card--accessory{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;background:#fff!important;border:1px solid #dfe4ec!important;border-radius:10px!important;box-shadow:0 14px 34px #0505050f!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}body.template-collection .nx-product-card--accessory:hover{transform:translateY(-3px)!important;border-color:#e1060057!important;box-shadow:0 22px 48px #0505051a!important}body.template-collection .nx-product-card--accessory .nx-product-card__media{aspect-ratio:1 / .92!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:#fff!important;border-bottom:1px solid #e6ebf2!important}body.template-collection .nx-product-card--accessory .nx-product-card__media:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#05050505,#0505050d)!important}body.template-collection .nx-product-card--accessory .nx-product-card__media img,body.template-collection .nx-product-card--accessory .nx-product-card__media svg{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px!important;background:#fff!important}body.template-collection .nx-product-card--accessory .nx-product-card__body{display:grid!important;grid-template-rows:auto auto auto auto auto!important;gap:13px!important;flex:1!important;min-width:0!important;padding:18px 18px 17px!important;background:#fff!important}body.template-collection .nx-product-card--accessory h3{min-height:0!important;margin:0!important;color:#050505!important;font-size:18px!important;line-height:1.22!important;font-weight:950!important;letter-spacing:0!important}body.template-collection .nx-product-card--accessory h3 a{color:inherit!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.template-collection .nx-product-card--accessory h3 a:hover{color:#e10600!important}body.template-collection .nx-product-card--accessory .nx-accessory-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-height:0!important}body.template-collection .nx-product-card--accessory .nx-accessory-badge{min-height:31px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 11px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;box-shadow:none!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:0!important}body.template-collection .nx-product-card--accessory .nx-accessory-badge--fit{background:#050505!important;border-color:#050505!important;color:#fff!important}body.template-collection .nx-product-card--accessory .nx-accessory-badge--purpose,body.template-collection .nx-product-card--accessory .nx-accessory-badge--install{background:#fff!important;border-color:#e106008c!important;color:#050505!important}body.template-collection .nx-product-card--accessory .nx-product-card__footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:2px!important}body.template-collection .nx-product-card--accessory .nx-price,body.template-collection .nx-product-card--accessory .nx-product-card__footer .nx-price{color:#e10600!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:0!important;white-space:nowrap!important}body.template-collection .nx-product-card--accessory .nx-stock{min-height:26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:5px 9px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;font-size:11px!important;line-height:1!important;font-weight:900!important;text-align:center!important;white-space:nowrap!important}body.template-collection .nx-product-card--accessory .nx-stock--out{border-color:#e10600!important;color:#e10600!important}body.template-collection .nx-product-card--accessory .nx-product-card__form{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(104px,.72fr)!important;gap:10px!important;margin-top:auto!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button{width:100%!important;min-height:48px!important;border-radius:8px!important;padding:12px!important;box-shadow:none!important;font-size:13px!important;line-height:1!important;font-weight:950!important;text-transform:none!important;white-space:nowrap!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button--primary{background:#e10600!important;border-color:#e10600!important;color:#fff!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button--primary:hover{background:#bd0000!important;border-color:#bd0000!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button--ghost{background:#fff!important;border:1px solid #d8dee8!important;color:#050505!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button--ghost:hover{border-color:#050505!important;background:#050505!important;color:#fff!important}body.template-collection .nx-product-card--accessory .nx-ask-fitment-link{width:max-content!important;max-width:100%!important;color:#e10600!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important;text-decoration:none!important}body.template-collection .nx-product-card--accessory .nx-ask-fitment-link:hover{color:#050505!important;text-decoration:underline!important;text-decoration-color:#e10600!important}@media(max-width:760px){body.template-collection .nx-product-card--accessory .nx-product-card__media{aspect-ratio:1 / .9!important}body.template-collection .nx-product-card--accessory .nx-product-card__media img,body.template-collection .nx-product-card--accessory .nx-product-card__media svg{padding:12px!important}body.template-collection .nx-product-card--accessory .nx-product-card__body{gap:10px!important;padding:13px!important}body.template-collection .nx-product-card--accessory h3{font-size:15px!important;line-height:1.24!important}body.template-collection .nx-product-card--accessory h3 a{-webkit-line-clamp:3!important}body.template-collection .nx-product-card--accessory .nx-accessory-badge{min-height:27px!important;padding:6px 8px!important;font-size:10px!important}body.template-collection .nx-product-card--accessory .nx-product-card__footer{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}body.template-collection .nx-product-card--accessory .nx-price,body.template-collection .nx-product-card--accessory .nx-product-card__footer .nx-price{font-size:21px!important}body.template-collection .nx-product-card--accessory .nx-product-card__form{grid-template-columns:1fr!important;gap:8px!important}body.template-collection .nx-product-card--accessory .nx-product-card__form .nx-button{min-height:44px!important;font-size:12px!important}}body.template-collection .nx-v2-card{display:grid!important;grid-template-rows:auto 1fr!important;height:100%!important;overflow:hidden!important;background:#fff!important;border:1px solid #dfe4ec!important;border-radius:10px!important;box-shadow:0 14px 34px #0505050f!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}body.template-collection .nx-v2-card:hover{transform:translateY(-3px)!important;border-color:#e1060057!important;box-shadow:0 22px 48px #0505051a!important}body.template-collection .nx-v2-card__image{aspect-ratio:1 / .92!important;background:#fff!important;border-bottom:1px solid #e6ebf2!important}body.template-collection .nx-v2-card__image-link{background:#fff!important}body.template-collection .nx-v2-card__image-link:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(180deg,#05050505,#0505050b)!important}body.template-collection .nx-v2-card__image-link img,body.template-collection .nx-v2-card__image-link svg,body.template-collection .nx-v2-placeholder{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px!important;background:#fff!important}body.template-collection .nx-v2-card__badge{background:#050505!important;color:#fff!important;border-radius:999px!important}body.template-collection .nx-v2-card__heart{background:#fff!important;border:1px solid #d8dee8!important;color:#050505!important;box-shadow:0 10px 24px #05050514!important}body.template-collection .nx-v2-card__heart:hover,body.template-collection .nx-v2-card__heart.is-active{background:#e10600!important;border-color:#e10600!important;color:#fff!important}body.template-collection .nx-v2-card__body{display:grid!important;grid-template-rows:auto auto auto auto auto auto!important;gap:12px!important;min-width:0!important;padding:18px!important;background:#fff!important}body.template-collection .nx-v2-card__type{width:max-content!important;max-width:100%!important;color:#5f6f83!important;font-size:11px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:.02em!important;text-transform:uppercase!important}body.template-collection .nx-v2-card h3{min-height:0!important;margin:0!important;color:#050505!important;font-size:18px!important;line-height:1.22!important;font-weight:950!important;letter-spacing:0!important}body.template-collection .nx-v2-card h3 a{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:inherit!important}body.template-collection .nx-v2-card h3 a:hover{color:#e10600!important}body.template-collection .nx-v2-card__fitment{width:max-content!important;max-width:100%!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;padding:7px 11px!important;border:1px solid #050505!important;border-radius:999px!important;background:#050505!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:900!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.template-collection .nx-v2-card__sku{margin:0!important;color:#66758a!important;font-size:12px!important;line-height:1.35!important;overflow-wrap:anywhere!important}body.template-collection .nx-v2-card .nx-v2-stock,body.template-collection .nx-v2-card__body .nx-v2-stock{width:max-content!important;max-width:100%!important;min-height:27px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 10px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;font-size:11px!important;line-height:1!important;font-weight:950!important}body.template-collection .nx-v2-card .nx-v2-stock--out{border-color:#e10600!important;color:#e10600!important}body.template-collection .nx-v2-card__price-row{margin-top:2px!important}body.template-collection .nx-v2-card .nx-v2-price,body.template-collection .nx-v2-card__price-row .nx-v2-price{color:#e10600!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:0!important}body.template-collection .nx-v2-card__actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(104px,.72fr)!important;gap:10px!important;align-items:center!important;margin-top:auto!important}body.template-collection .nx-v2-card__actions .nx-v2-btn{width:100%!important;min-height:48px!important;border-radius:8px!important;padding:12px!important;box-shadow:none!important;font-size:13px!important;line-height:1!important;font-weight:950!important;text-transform:none!important;white-space:nowrap!important}body.template-collection .nx-v2-card__actions .nx-v2-btn--red{background:#e10600!important;border-color:#e10600!important;color:#fff!important}body.template-collection .nx-v2-card__actions .nx-v2-btn--red:hover{background:#bd0000!important;border-color:#bd0000!important}body.template-collection .nx-v2-card__actions .nx-v2-btn--outline{background:#fff!important;border:1px solid #d8dee8!important;color:#050505!important}body.template-collection .nx-v2-card__actions .nx-v2-btn--outline:hover{background:#050505!important;border-color:#050505!important;color:#fff!important}@media(max-width:760px){body.template-collection .nx-v2-card__image{aspect-ratio:1 / .9!important}body.template-collection .nx-v2-card__image-link img,body.template-collection .nx-v2-card__image-link svg,body.template-collection .nx-v2-placeholder{padding:12px!important}body.template-collection .nx-v2-card__body{gap:9px!important;padding:13px!important}body.template-collection .nx-v2-card__type,body.template-collection .nx-v2-card__sku{font-size:10px!important}body.template-collection .nx-v2-card h3{font-size:15px!important;line-height:1.24!important}body.template-collection .nx-v2-card__fitment{min-height:27px!important;padding:6px 8px!important;font-size:10px!important}body.template-collection .nx-v2-card .nx-v2-stock{min-height:26px!important;padding:6px 8px!important;font-size:10px!important}body.template-collection .nx-v2-card .nx-v2-price,body.template-collection .nx-v2-card__price-row .nx-v2-price{font-size:21px!important}body.template-collection .nx-v2-card__actions{grid-template-columns:1fr!important;gap:8px!important}body.template-collection .nx-v2-card__actions .nx-v2-btn{min-height:44px!important;font-size:12px!important}}body.template-page .nx-contact-page{padding-top:clamp(24px,4vw,42px)!important;padding-bottom:clamp(42px,6vw,72px)!important;background:#fff!important}body.template-page .nx-contact-layout{width:min(100%,1040px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important;gap:18px!important}body.template-page .nx-contact-form-card--wide{width:100%!important;padding:clamp(22px,3vw,38px)!important;border:1px solid #dfe6ef!important;border-top:4px solid #e10600!important;border-radius:18px!important;background:#fff!important;box-shadow:0 20px 54px #05050514!important}body.template-page .nx-contact-form-card--wide h2{max-width:760px!important;margin:0 0 22px!important;color:#050505!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.04!important;letter-spacing:0!important}body.template-page .nx-contact-form-card--wide .nx-kicker{margin-bottom:8px!important;color:#e10600!important}body.template-page .nx-contact-form{display:grid!important;gap:16px!important}body.template-page .nx-contact-form .nx-form-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}body.template-page .nx-contact-form label{display:grid!important;gap:8px!important;color:#050505!important;font-weight:900!important}body.template-page .nx-contact-form label span{font-size:13px!important;line-height:1.2!important}body.template-page .nx-contact-form input,body.template-page .nx-contact-form textarea{min-height:50px!important;border:1px solid #d8e1ec!important;border-radius:10px!important;background:#fff!important;color:#050505!important;font-size:15px!important}body.template-page .nx-contact-form textarea{min-height:170px!important}body.template-page .nx-contact-form .nx-button{width:min(100%,260px)!important;min-height:52px!important;border-radius:9px!important}body.template-page .nx-contact-methods{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}body.template-page .nx-contact-method{min-height:104px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:18px!important;border:1px solid #dfe6ef!important;border-radius:16px!important;background:#fff!important;color:#050505!important;text-decoration:none!important;box-shadow:0 14px 36px #0505050f!important}body.template-page a.nx-contact-method:hover,body.template-page a.nx-contact-method:focus-visible{border-color:#e106007a!important;box-shadow:0 18px 44px #e106001f!important;transform:translateY(-1px)}body.template-page .nx-contact-method__icon{width:44px!important;height:44px!important;flex:0 0 44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#fff1f1!important;color:#e10600!important}body.template-page .nx-contact-method__icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.template-page .nx-contact-method strong,body.template-page .nx-contact-method small{display:block!important}body.template-page .nx-contact-method strong{margin-bottom:5px!important;color:#050505!important;font-size:16px!important;line-height:1.15!important;font-weight:950!important}body.template-page .nx-contact-method small{color:#4f5f73!important;font-size:14px!important;line-height:1.35!important;font-weight:650!important}body.template-collection .nx-main{background:#fff!important;background-image:none!important}body.template-collection .nx-collection-hero{min-height:auto!important;color:#050505!important;border-bottom:1px solid #e4eaf2!important;background-color:#fff!important;box-shadow:none!important}body.template-collection .nx-collection-hero--image{padding:clamp(28px,4vw,42px) 0!important;background-image:none!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:center!important}body.template-collection .nx-collection-head{align-items:center!important}body.template-collection .nx-collection-hero .nx-kicker{color:#d71920!important}body.template-collection .nx-collection-hero h1{max-width:760px!important;margin-bottom:12px!important;color:#050505!important;text-shadow:none!important}body.template-collection .nx-collection-hero .nx-breadcrumb,body.template-collection .nx-collection-subtitle,body.template-collection .nx-collection-hero .rte,body.template-collection .nx-collection-hero .rte p{color:#4f5f73!important;text-shadow:none!important}body.template-collection .nx-collection-stats span{border:1px solid #e2e7ef!important;background:#fff!important;color:#253244!important;box-shadow:0 8px 18px #0505050a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.template-collection .nx-collection-quicklinks{box-shadow:none!important}body.template-collection .nx-section--catalog{background:#fff!important}body.template-collection .nx-filter-sidebar,body.template-collection .nx-sortbar{box-shadow:0 10px 24px #0505050b!important}body.template-collection .nx-product-card__media img,body.template-collection .nx-product-card__media svg{mix-blend-mode:normal!important}@media(max-width:760px){body.template-collection .nx-collection-hero--image{padding:24px 0!important;background-image:none!important;background-size:auto!important;background-position:center!important}body.template-collection .nx-collection-hero h1{font-size:clamp(32px,10vw,44px)!important}}@media(max-width:760px){body.template-page .nx-contact-page{padding-top:18px!important}body.template-page .nx-contact-form-card--wide{padding:20px!important;border-radius:14px!important}body.template-page .nx-contact-form .nx-form-row,body.template-page .nx-contact-methods{grid-template-columns:1fr!important}body.template-page .nx-contact-form .nx-button{width:100%!important}body.template-page .nx-contact-method{min-height:88px!important;padding:15px!important}}@media(max-width:760px){.nx-v2-topbar__inner{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.nx-v2-topbar__inner::-webkit-scrollbar{display:none!important}.nx-v2-topbar__item{flex:0 0 100%!important;min-width:100%!important;min-height:34px!important;padding:0 14px!important;border-left:0!important;scroll-snap-align:start!important;white-space:nowrap!important;font-size:11px!important}.nx-v2-topbar .nx-v2-icon svg{width:17px!important;height:17px!important}.np-container,.nx-container{width:min(100% - 24px,1440px)!important}.np-section,.nx-v2-section,.nx-section{padding-top:24px!important;padding-bottom:24px!important}.np-section-head,.nx-v2-section-head{align-items:end!important;gap:12px!important;margin-bottom:14px!important}.np-section-head h2,.nx-v2-section-head h2{font-size:clamp(26px,9vw,36px)!important;line-height:.98!important}.np-section-head a,.nx-v2-section-head a{min-height:38px!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important}.np-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.np-cat{min-height:0!important;padding:0!important;overflow:hidden!important;border-radius:12px!important;background:#fff!important;border:1px solid #dfe6ef!important;box-shadow:0 12px 28px #0505050f!important}.np-cat img{width:100%!important;height:112px!important;object-fit:cover!important;padding:0!important;border-radius:0!important;background:#f7f8fa!important}.np-cat strong{min-height:50px!important;display:flex!important;align-items:center!important;padding:11px 12px 12px!important;color:#050505!important;font-size:14px!important;line-height:1.15!important}.np-fitment__panel,.nx-v2-fitment-cta,.nx-v2-trust-strip,.np-trust-strip{border-radius:14px!important;box-shadow:0 16px 38px #05050514!important}.np-trust{min-height:84px!important;padding:16px!important;gap:14px!important}.np-trust strong{font-size:15px!important;line-height:1.15!important}.np-trust small{font-size:13px!important;line-height:1.32!important}body.template-search .nx-product-grid,body.template-collection .nx-product-grid,body.template-product .nx-v2-featured--product-recs .nx-v2-product-grid,body.template-cart .nx-v2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.template-search .nx-product-card--accessory,body.template-collection .nx-product-card--accessory{height:100%!important;overflow:hidden!important;border:1px solid #dfe6ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 12px 28px #0505050f!important}body.template-search .nx-product-card--accessory .nx-product-card__media,body.template-collection .nx-product-card--accessory .nx-product-card__media{aspect-ratio:1 / .96!important;padding:0!important;background:#fff!important;border-bottom:1px solid #e6ebf2!important}body.template-search .nx-product-card--accessory .nx-product-card__media img,body.template-collection .nx-product-card--accessory .nx-product-card__media img,body.template-search .nx-product-card--accessory .nx-placeholder,body.template-collection .nx-product-card--accessory .nx-placeholder{width:100%!important;height:100%!important;object-fit:contain!important;padding:12px!important;background:#fff!important}body.template-search .nx-product-card--accessory .nx-product-card__body,body.template-collection .nx-product-card--accessory .nx-product-card__body{display:grid!important;gap:9px!important;padding:12px!important;background:#fff!important}body.template-search .nx-product-card--accessory h3,body.template-collection .nx-product-card--accessory h3{min-height:54px!important;margin:0!important;color:#050505!important;font-size:14px!important;line-height:1.28!important;font-weight:950!important}body.template-search .nx-product-card--accessory h3 a,body.template-collection .nx-product-card--accessory h3 a{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:inherit!important}body.template-search .nx-accessory-badges,body.template-collection .nx-accessory-badges{display:flex!important;flex-wrap:wrap!important;gap:6px!important}body.template-search .nx-accessory-badge,body.template-collection .nx-accessory-badge{min-height:25px!important;padding:5px 7px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;box-shadow:none!important;font-size:10px!important;line-height:1!important;font-weight:900!important}body.template-search .nx-accessory-badge--fit,body.template-collection .nx-accessory-badge--fit{background:#050505!important;color:#fff!important}body.template-search .nx-accessory-badge--purpose,body.template-search .nx-accessory-badge--install,body.template-collection .nx-accessory-badge--purpose,body.template-collection .nx-accessory-badge--install{border-color:#e10600!important;background:#fff!important;color:#050505!important}body.template-search .nx-product-card--accessory .nx-product-card__footer,body.template-collection .nx-product-card--accessory .nx-product-card__footer{display:grid!important;gap:6px!important;align-items:start!important}body.template-search .nx-product-card--accessory .nx-price,body.template-collection .nx-product-card--accessory .nx-price{color:#e10600!important;font-size:21px!important;line-height:1!important;font-weight:950!important}body.template-search .nx-product-card--accessory .nx-stock,body.template-collection .nx-product-card--accessory .nx-stock{width:max-content!important;max-width:100%!important;min-height:24px!important;padding:5px 8px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;font-size:10px!important;font-weight:900!important}body.template-search .nx-product-card--accessory .nx-product-card__form,body.template-collection .nx-product-card--accessory .nx-product-card__form{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}body.template-search .nx-product-card--accessory .nx-button,body.template-collection .nx-product-card--accessory .nx-button{min-height:42px!important;width:100%!important;border-radius:8px!important;padding:11px 8px!important;font-size:11px!important;line-height:1!important;font-weight:950!important}body.template-search .nx-product-card--accessory .nx-button--primary,body.template-collection .nx-product-card--accessory .nx-button--primary{background:#e10600!important;border-color:#e10600!important;color:#fff!important}body.template-search .nx-product-card--accessory .nx-button--ghost,body.template-collection .nx-product-card--accessory .nx-button--ghost{background:#fff!important;border:1px solid #d8dee8!important;color:#050505!important}body.template-search .nx-product-card--accessory .nx-ask-fitment-link,body.template-collection .nx-product-card--accessory .nx-ask-fitment-link{color:#e10600!important;font-size:11px!important;line-height:1.2!important;font-weight:900!important;text-decoration:none!important}.nx-pagination,.nx-v2-pagination{width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;padding:10px 2px 14px!important;scrollbar-width:none!important}.nx-pagination::-webkit-scrollbar,.nx-v2-pagination::-webkit-scrollbar{display:none!important}.nx-pagination>*,.nx-v2-pagination>*{flex:0 0 auto!important}.nx-pagination a,.nx-pagination span,.nx-v2-pagination a,.nx-v2-pagination span{min-width:42px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;font-size:14px!important;font-weight:900!important}.nx-pagination .current,.nx-v2-pagination .current{background:#e10600!important;color:#fff!important;border-color:#e10600!important}}@media(max-width:390px){body.template-search .nx-product-grid,body.template-collection .nx-product-grid{gap:10px!important}body.template-search .nx-product-card--accessory .nx-product-card__body,body.template-collection .nx-product-card--accessory .nx-product-card__body{padding:10px!important}body.template-search .nx-product-card--accessory h3,body.template-collection .nx-product-card--accessory h3{font-size:13px!important}}.nx-blog-page{background:#fff}.nx-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.nx-blog-card,.nx-blog-empty{border:1px solid #dfe6ef;border-radius:14px;background:#fff;box-shadow:0 16px 42px #05050512;overflow:hidden}.nx-blog-card__image{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#f6f7f9}.nx-blog-card__image img{width:100%;height:100%;object-fit:cover}.nx-blog-card__body,.nx-blog-empty{display:grid;gap:12px;padding:clamp(18px,3vw,26px)}.nx-blog-card time{color:#e10600;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.nx-blog-card h2,.nx-blog-empty h2{margin:0;color:#050505;font-size:clamp(24px,3vw,34px);line-height:1.05}.nx-blog-card h2 a{color:inherit;text-decoration:none}.nx-blog-card p,.nx-blog-empty p{margin:0;color:#4f5f73;line-height:1.55}.nx-blog-empty{max-width:760px;margin:0 auto;text-align:center;justify-items:center}.nx-blog-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px}@media(max-width:920px){.nx-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.nx-blog-grid{grid-template-columns:1fr}.nx-blog-empty__actions{display:grid;width:100%}}body.template-collection,body.template-collection .nx-main,body.template-collection .shopify-section,body.template-collection .nx-section,body.template-collection .nx-section--catalog,body.template-collection .nx-collection-layout,body.template-collection .nx-product-grid{background-color:#fff!important;background-image:none!important}body.template-collection .nx-collection-hero,body.template-collection .nx-collection-hero--image{background-color:#fff!important;background-image:none!important;box-shadow:none!important;filter:none!important;opacity:1!important}body.template-collection .nx-collection-hero *,body.template-collection .nx-section--catalog *,body.template-collection .nx-product-grid *{text-shadow:none!important}body.template-collection .nx-collection-head,body.template-collection .nx-collection-quicklinks,body.template-collection .nx-collection-quicklinks .nx-container{background:#fff!important;box-shadow:none!important}body.template-collection .nx-filter-sidebar,body.template-collection .nx-sortbar,body.template-collection .nx-product-card,body.template-collection .nx-product-card--accessory,body.template-collection .nx-v2-card{background:#fff!important;box-shadow:0 10px 24px #0505050b!important}body.template-collection .nx-product-card__media,body.template-collection .nx-v2-card__image,body.template-collection .nx-v2-card__image-link{background:#fff!important;background-image:none!important}body.template-collection .nx-product-card__media:before,body.template-collection .nx-v2-card__image-link:before,body.template-collection .nx-v2-card__image-link:after{content:none!important;display:none!important;background:transparent!important;opacity:0!important}body.template-collection img,body.template-collection svg{filter:none!important;mix-blend-mode:normal!important}body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,560px) minmax(420px,1fr)!important;gap:clamp(22px,3vw,34px)!important;align-items:start!important}body.template-product .nx-v2-product-gallery{width:100%!important;max-width:560px!important;justify-self:center!important;gap:12px!important;overflow:visible!important}body.template-product .nx-v2-gallery-main{width:100%!important;aspect-ratio:4 / 3!important;max-height:520px!important;border-radius:12px!important;background:#fff!important;cursor:default!important;box-shadow:0 14px 34px #0505050e!important}body.template-product .nx-v2-gallery-main img,body.template-product .nx-v2-gallery-main svg{width:100%!important;height:100%!important;object-fit:contain!important;padding:clamp(12px,2vw,22px)!important;transition:opacity .16s ease!important}body.template-product .nx-v2-gallery-thumbs{grid-template-columns:38px minmax(0,1fr) 38px!important;gap:8px!important;overflow:visible!important}body.template-product .nx-v2-gallery-thumbs__track{gap:9px!important;padding:2px!important;scroll-snap-type:x mandatory!important}body.template-product .nx-v2-gallery-thumb{flex:0 0 84px!important;width:84px!important;min-width:84px!important;border-radius:10px!important;scroll-snap-align:start!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}body.template-product .nx-v2-gallery-thumb:hover,body.template-product .nx-v2-gallery-thumb:focus-visible{border-color:#e106008c!important;transform:translateY(-1px)!important}body.template-product .nx-v2-gallery-thumb.is-active{border-color:#e10600!important;box-shadow:inset 0 0 0 1px #e10600,0 10px 24px #e106001a!important}body.template-product .nx-v2-gallery-thumb img{padding:7px!important}body.template-product .nx-v2-gallery-arrow{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:999px!important;border:1px solid #dfe6ef!important;background:#fff!important;color:#050505!important;font-size:28px!important;line-height:1!important;box-shadow:0 10px 24px #05050514!important;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease!important}body.template-product .nx-v2-gallery-arrow:hover,body.template-product .nx-v2-gallery-arrow:focus-visible{background:#e10600!important;border-color:#e10600!important;color:#fff!important;transform:translateY(-1px)!important}@media(max-width:990px){body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,1fr)!important}body.template-product .nx-v2-product-gallery{max-width:620px!important;justify-self:stretch!important}body.template-product .nx-v2-gallery-main{aspect-ratio:1 / .82!important;max-height:none!important}}@media(max-width:520px){body.template-product .nx-v2-gallery-thumbs{grid-template-columns:34px minmax(0,1fr) 34px!important;gap:6px!important}body.template-product .nx-v2-gallery-arrow{width:34px!important;height:34px!important;font-size:24px!important}body.template-product .nx-v2-gallery-thumb{flex-basis:70px!important;width:70px!important;min-width:70px!important}}.nx-v2-review-block{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)!important;gap:18px!important;align-items:start!important}.nx-v2-review-block__intro,.nx-v2-review-empty,.nx-v2-review-form{border:1px solid #dfe6ef!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 34px #0505050b!important}.nx-v2-review-block__intro{padding:22px!important}.nx-v2-review-block__intro .nx-kicker{margin:0 0 8px!important;color:#e10600!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.nx-v2-review-block__intro h2{margin:0 0 10px!important;color:#050505!important;font-size:clamp(22px,2.2vw,32px)!important;line-height:1.05!important;font-weight:950!important}.nx-v2-review-block__intro p,.nx-v2-review-empty span{margin:0!important;color:#53637a!important;font-size:15px!important;line-height:1.55!important}.nx-v2-review-empty{display:grid!important;gap:5px!important;padding:18px 20px!important;border-style:dashed!important}.nx-v2-review-empty strong{color:#050505!important;font-size:16px!important;font-weight:950!important}.nx-v2-review-form{grid-column:2!important;grid-row:1 / span 2!important;display:grid!important;gap:14px!important;padding:22px!important}.nx-v2-review-form__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.nx-v2-review-form label{display:grid!important;gap:7px!important;margin:0!important;color:#050505!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important}.nx-v2-review-form label span{color:#050505!important}.nx-v2-review-form input,.nx-v2-review-form select,.nx-v2-review-form textarea{width:100%!important;min-height:46px!important;border:1px solid #d6e0ec!important;border-radius:10px!important;background:#fff!important;color:#050505!important;font:inherit!important;font-weight:700!important;padding:11px 13px!important;outline:none!important;box-shadow:none!important}.nx-v2-review-form textarea{min-height:128px!important;resize:vertical!important}.nx-v2-review-form input:focus,.nx-v2-review-form select:focus,.nx-v2-review-form textarea:focus{border-color:#e10600!important;box-shadow:0 0 0 3px #e106001a!important}.nx-v2-review-form .nx-v2-btn{justify-self:start!important;min-width:180px!important}.nx-v2-review-status{padding:12px 14px!important;border-radius:10px!important;font-weight:900!important;line-height:1.4!important}.nx-v2-review-status--success{border:1px solid rgba(0,153,68,.25)!important;background:#00994414!important;color:#007a39!important}.nx-v2-review-status--error{border:1px solid rgba(225,6,0,.24)!important;background:#e1060012!important;color:#b90400!important}.nx-v2-review-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:860px){.nx-v2-review-block{grid-template-columns:minmax(0,1fr)!important}.nx-v2-review-form{grid-column:auto!important;grid-row:auto!important}}@media(max-width:560px){.nx-v2-review-block{gap:12px!important}.nx-v2-review-block__intro,.nx-v2-review-empty,.nx-v2-review-form{border-radius:12px!important;padding:16px!important}.nx-v2-review-form__grid{grid-template-columns:minmax(0,1fr)!important}.nx-v2-review-form .nx-v2-btn{width:100%!important}}body.template-product .nx-v2-product-page .nx-v2-gallery-main{aspect-ratio:1 / 1!important;max-height:none!important;overflow:hidden!important;padding:clamp(14px,2.2vw,24px)!important;box-sizing:border-box!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main img,body.template-product .nx-v2-product-page .nx-v2-gallery-main svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:0!important;object-fit:contain!important;box-sizing:border-box!important}@media(max-width:990px){body.template-product .nx-v2-product-page .nx-v2-gallery-main{aspect-ratio:1 / 1!important}}.nx-v2-product-tabs .nx-v2-tabs__nav{grid-template-columns:repeat(4,minmax(0,1fr))!important}.nx-v2-tab-summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important;padding:18px 20px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:linear-gradient(135deg,#fff,#fff7f7)!important}.nx-v2-tab-summary .nx-kicker{margin:0 0 7px!important;color:#e10600!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.nx-v2-tab-summary h2{margin:0 0 7px!important;color:#050505!important;font-size:clamp(22px,2vw,30px)!important;line-height:1.05!important;font-weight:950!important}.nx-v2-tab-summary p{margin:0!important;color:#53637a!important;font-size:15px!important;line-height:1.5!important}.nx-v2-tab-cta{flex:0 0 auto!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:999px!important;background:#e10600!important;color:#fff!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 14px 30px #e106002e!important;white-space:nowrap!important}.nx-v2-spec-list--cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.nx-v2-spec-list--cards>div,.nx-v2-mini-spec>div{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;padding:14px 15px!important;border:1px solid #dfe6ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 22px #05050509!important}.nx-v2-spec-list--cards dt,.nx-v2-mini-spec dt{color:#6b778c!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important}.nx-v2-spec-list--cards dd,.nx-v2-mini-spec dd{margin:0!important;color:#050505!important;font-size:14px!important;line-height:1.35!important;font-weight:850!important;overflow-wrap:anywhere!important}.nx-v2-tab-overview{margin-bottom:16px!important;padding:18px 20px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:#fff!important;color:#2f3d52!important;box-shadow:0 10px 22px #05050509!important}.nx-v2-tab-overview :first-child{margin-top:0!important}.nx-v2-tab-overview :last-child{margin-bottom:0!important}.nx-v2-tab-checklist{margin-top:16px!important;padding:18px 20px!important;border:1px solid rgba(225,6,0,.2)!important;border-radius:14px!important;background:#e106000b!important}.nx-v2-tab-checklist strong{display:block!important;margin-bottom:8px!important;color:#050505!important;font-size:16px!important;font-weight:950!important}.nx-v2-tab-checklist ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 18px!important;margin:0!important;padding-left:18px!important;color:#53637a!important;line-height:1.45!important}.nx-v2-shipping-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.nx-v2-shipping-grid article{display:flex!important;flex-direction:column!important;gap:9px!important;min-height:100%!important;padding:18px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:#fff!important;box-shadow:0 12px 26px #0505050a!important}.nx-v2-shipping-grid strong{color:#050505!important;font-size:16px!important;line-height:1.15!important;font-weight:950!important}.nx-v2-shipping-grid p,.nx-v2-tab-note{margin:0!important;color:#53637a!important;font-size:14px!important;line-height:1.5!important}.nx-v2-shipping-grid a{margin-top:auto!important;color:#e10600!important;font-weight:950!important;text-decoration:none!important}.nx-v2-mini-spec{margin:0!important}.nx-v2-tab-note{margin-top:14px!important;padding:13px 15px!important;border-radius:12px!important;background:#f7f9fc!important}@media(max-width:1040px){.nx-v2-spec-list--cards,.nx-v2-shipping-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.nx-v2-product-tabs .nx-v2-tabs__nav{grid-template-columns:repeat(4,max-content)!important}.nx-v2-tab-summary{display:grid!important;padding:16px!important}.nx-v2-tab-cta{width:100%!important}.nx-v2-spec-list--cards,.nx-v2-shipping-grid,.nx-v2-tab-checklist ul{grid-template-columns:minmax(0,1fr)!important}}body.template-collection .nx-auto-filter-sidebar{position:sticky!important;top:18px!important;display:grid!important;gap:14px!important;align-self:start!important;padding:14px!important;border:1px solid #dfe6ef!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 42px #0505050f!important}body.template-collection .nx-auto-filter-intro{display:grid!important;gap:8px!important;padding:16px!important;border:1px solid #050505!important;border-radius:14px!important;background:#050505!important;color:#fff!important}body.template-collection .nx-auto-filter-kicker,body.template-collection .nx-live-filter-head small,body.template-collection .nx-auto-shortcut-group summary small{display:block!important;color:inherit!important;font-size:11px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:.06em!important;text-transform:uppercase!important}body.template-collection .nx-auto-filter-kicker{color:#fdd!important}body.template-collection .nx-auto-filter-intro h2{margin:0!important;color:#fff!important;font-size:22px!important;line-height:1.02!important;font-weight:950!important}body.template-collection .nx-auto-filter-intro p,body.template-collection .nx-auto-filter-help p{margin:0!important;font-size:13px!important;line-height:1.45!important}body.template-collection .nx-auto-filter-intro p{color:#ffffffc7!important}body.template-collection .nx-auto-filter-help{display:grid!important;gap:8px!important;padding:14px!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:#fff!important}body.template-collection .nx-auto-filter-help strong{color:#050505!important;font-size:15px!important;line-height:1.2!important;font-weight:950!important}body.template-collection .nx-auto-filter-help p{color:#536376!important}body.template-collection .nx-auto-filter-help a{width:max-content!important;color:#e10600!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important}body.template-collection .nx-auto-filter-help a:hover{color:#050505!important;text-decoration:underline!important;text-decoration-color:#e10600!important}body.template-collection .nx-auto-shortcut-panel,body.template-collection .nx-auto-shortcut-panel details{display:grid!important;gap:10px!important}body.template-collection .nx-auto-shortcut-group{overflow:hidden!important;border:1px solid #dfe6ef!important;border-radius:14px!important;background:#fff!important}body.template-collection .nx-auto-shortcut-group summary{min-height:56px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;padding:13px 14px!important;color:#050505!important;cursor:pointer!important;list-style:none!important;font-weight:950!important}body.template-collection .nx-auto-shortcut-group summary::-webkit-details-marker{display:none!important}body.template-collection .nx-auto-shortcut-group summary:after{content:"+"!important;width:26px!important;height:26px!important;display:inline-grid!important;place-items:center!important;border:1px solid #e8edf4!important;border-radius:999px!important;background:#fff!important;color:#e10600!important;font-size:16px!important;line-height:1!important;font-weight:950!important}body.template-collection .nx-auto-shortcut-group[open] summary:after{content:"-"!important}body.template-collection .nx-auto-shortcut-group summary small{margin-top:4px!important;color:#6a7889!important;letter-spacing:0!important;text-transform:none!important;font-size:11px!important;font-weight:750!important}body.template-collection .nx-auto-shortcut-list{display:grid!important;gap:0!important;padding:0 12px 12px!important}body.template-collection .nx-auto-shortcut-list a{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;padding:11px 0!important;border-top:1px solid #edf1f6!important;color:#050505!important;text-decoration:none!important}body.template-collection .nx-auto-shortcut-list a:first-child{border-top:0!important}body.template-collection .nx-auto-shortcut-list a span{min-width:0!important;color:#050505!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important}body.template-collection .nx-auto-shortcut-list a small{display:block!important;margin-top:3px!important;color:#647386!important;font-size:11px!important;line-height:1.25!important;font-weight:650!important}body.template-collection .nx-auto-shortcut-list a:after{content:""!important;width:8px!important;height:8px!important;border-top:2px solid #e10600!important;border-right:2px solid #e10600!important;transform:rotate(45deg)!important}body.template-collection .nx-auto-shortcut-list a:hover span,body.template-collection .nx-auto-make-grid a:hover{color:#e10600!important}body.template-collection .nx-auto-make-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0 12px 12px!important}body.template-collection .nx-auto-make-grid a{min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 9px!important;border:1px solid #dfe6ef!important;border-radius:999px!important;background:#fff!important;color:#050505!important;font-size:12px!important;line-height:1.1!important;font-weight:900!important;text-align:center!important;text-decoration:none!important}body.template-collection .nx-filter-list{display:grid!important;gap:10px!important;margin:0!important;padding:14px!important;border:1px solid #dfe6ef!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}body.template-collection .nx-live-filter-head{display:grid!important;gap:4px!important;padding-bottom:6px!important;border-bottom:1px solid #edf1f6!important}body.template-collection .nx-live-filter-head strong{color:#050505!important;font-size:15px!important;line-height:1.2!important;font-weight:950!important}body.template-collection .nx-live-filter-head small{color:#657486!important;letter-spacing:0!important;text-transform:none!important;font-weight:700!important}body.template-collection .nx-filter-group{overflow:hidden!important;border:1px solid #e8edf4!important;border-radius:12px!important;background:#fff!important}body.template-collection .nx-filter-group summary{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:12px!important;color:#050505!important;cursor:pointer!important;list-style:none!important;font-size:14px!important;line-height:1.1!important;font-weight:950!important}body.template-collection .nx-filter-group summary::-webkit-details-marker{display:none!important}body.template-collection .nx-filter-group summary:after{content:"+"!important;width:24px!important;height:24px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:#fff2f2!important;color:#e10600!important;font-size:15px!important;line-height:1!important;font-weight:950!important}body.template-collection .nx-filter-group[open] summary:after{content:"-"!important}body.template-collection .nx-filter-options{display:grid!important;gap:7px!important;padding:0 12px 12px!important}body.template-collection .nx-filter-option{display:grid!important;grid-template-columns:18px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;min-height:34px!important;padding:7px 8px!important;border:1px solid #edf1f6!important;border-radius:10px!important;background:#fff!important;color:#050505!important}body.template-collection .nx-filter-option input{width:16px!important;height:16px!important;accent-color:#e10600!important}body.template-collection .nx-filter-option span{min-width:0!important;color:#050505!important;font-size:13px!important;line-height:1.2!important;font-weight:760!important}body.template-collection .nx-filter-option small{min-width:24px!important;justify-self:end!important;color:#657486!important;font-size:11px!important;font-weight:850!important;text-align:right!important}body.template-collection .nx-filter-option.is-active{border-color:#e106006b!important;background:#fff6f6!important}body.template-collection .nx-filter-option.is-disabled{opacity:.46!important}body.template-collection .nx-price-filter{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0 12px 12px!important}body.template-collection .nx-price-filter label{display:grid!important;gap:6px!important}body.template-collection .nx-price-filter span{color:#050505!important;font-size:12px!important;font-weight:900!important}body.template-collection .nx-price-filter input{width:100%!important;min-height:42px!important;border:1px solid #dfe6ef!important;border-radius:10px!important;background:#fff!important;color:#050505!important;font-size:14px!important}body.template-collection .nx-filter-list .nx-button{width:100%!important;min-height:46px!important;border-radius:10px!important;background:#e10600!important;border-color:#e10600!important;color:#fff!important;font-weight:950!important}@media(max-width:1080px){body.template-collection .nx-auto-filter-sidebar{position:static!important}}@media(max-width:760px){body.template-collection .nx-auto-filter-sidebar{gap:12px!important;padding:12px!important;border-radius:14px!important;box-shadow:0 12px 28px #0505050d!important}body.template-collection .nx-auto-filter-intro{padding:14px!important}body.template-collection .nx-auto-filter-intro h2{font-size:20px!important}body.template-collection .nx-auto-filter-help{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}body.template-collection .nx-auto-filter-help p{grid-column:1 / -1!important}body.template-collection .nx-auto-make-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.template-collection .nx-filter-list{padding:12px!important}}body.template-search .nx-section--search .nx-product-card--accessory{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;border:1px solid #dfe4ec!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 34px #0505050f!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}body.template-search .nx-section--search .nx-product-card--accessory:hover{transform:translateY(-3px)!important;border-color:#e1060052!important;box-shadow:0 20px 44px #0505051a!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media{aspect-ratio:1 / .92!important;display:grid!important;place-items:center!important;overflow:hidden!important;padding:0!important;border-bottom:1px solid #e8edf4!important;background:#fff!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media img,body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media svg,body.template-search .nx-section--search .nx-product-card--accessory .nx-placeholder{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px!important;background:#fff!important;filter:none!important;mix-blend-mode:normal!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__body{display:grid!important;grid-template-rows:auto auto auto auto auto!important;gap:12px!important;flex:1!important;min-width:0!important;padding:18px!important;background:#fff!important}body.template-search .nx-section--search .nx-product-card--accessory h3{min-height:0!important;margin:0!important;color:#050505!important;font-size:17px!important;line-height:1.24!important;font-weight:950!important;letter-spacing:0!important}body.template-search .nx-section--search .nx-product-card--accessory h3 a{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:inherit!important;text-decoration:none!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-height:0!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badge{min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 10px!important;border:1px solid #d7dde7!important;border-radius:999px!important;background:#fff!important;color:#050505!important;box-shadow:none!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:0!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badge--fit{border-color:#050505!important;background:#050505!important;color:#fff!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badge--purpose,body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badge--install{border-color:#e106006b!important;background:#fff!important;color:#050505!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:2px!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-price,body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__footer .nx-price{color:#e10600!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:0!important;white-space:nowrap!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-stock{min-height:26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:5px 9px!important;border:1px solid #050505!important;border-radius:999px!important;background:#fff!important;color:#050505!important;font-size:11px!important;line-height:1!important;font-weight:900!important;text-align:center!important;white-space:nowrap!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-stock--out{border-color:#e10600!important;color:#e10600!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__form{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(104px,.72fr)!important;gap:10px!important;margin-top:auto!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__form .nx-button{width:100%!important;min-height:48px!important;border-radius:8px!important;padding:12px!important;box-shadow:none!important;font-size:13px!important;line-height:1!important;font-weight:950!important;text-transform:none!important;white-space:nowrap!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__form .nx-button--primary{border-color:#e10600!important;background:#e10600!important;color:#fff!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__form .nx-button--ghost{border:1px solid #d8dee8!important;background:#fff!important;color:#050505!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-ask-fitment-link{width:max-content!important;max-width:100%!important;color:#e10600!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important;text-decoration:none!important}@media(max-width:640px){body.template-search .nx-section--search .nx-search-grid{grid-template-columns:1fr!important;gap:14px!important;max-width:430px!important;margin-inline:auto!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media{aspect-ratio:1 / .86!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media img,body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__media svg,body.template-search .nx-section--search .nx-product-card--accessory .nx-placeholder{padding:16px!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__body{gap:11px!important;padding:16px!important}body.template-search .nx-section--search .nx-product-card--accessory h3{font-size:20px!important;line-height:1.18!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-accessory-badge{min-height:31px!important;font-size:12px!important}body.template-search .nx-section--search .nx-product-card--accessory .nx-price{font-size:25px!important}}@media(max-width:390px){body.template-search .nx-section--search .nx-product-card--accessory .nx-product-card__form{grid-template-columns:1fr!important}}body.template-collection .nx-v2-product-grid--collection{align-items:stretch!important;overflow:visible!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card{display:flex!important;flex-direction:column!important;min-width:0!important;height:100%!important;overflow:hidden!important;border-radius:12px!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__image{aspect-ratio:1 / .82!important;min-height:clamp(210px,26vw,286px)!important;display:grid!important;place-items:center!important;overflow:hidden!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__image-link{width:100%!important;height:100%!important;display:grid!important;place-items:center!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__image-link img,body.template-collection .nx-v2-product-grid--collection .nx-v2-card__image-link svg,body.template-collection .nx-v2-product-grid--collection .nx-v2-placeholder{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:clamp(14px,2vw,20px)!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-width:0!important;gap:12px!important;padding:18px!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__type{width:100%!important;max-width:100%!important;display:block!important;color:#5e6b7e!important;font-size:11px!important;line-height:1.25!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card h3{min-height:0!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.18!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card h3 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;overflow-wrap:anywhere!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__fitment{width:100%!important;max-width:100%!important;min-height:0!important;display:block!important;padding:9px 11px!important;border:1px solid #d8dee8!important;border-radius:10px!important;background:#fff!important;color:#050505!important;font-size:12px!important;line-height:1.35!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__sku{min-width:0!important;overflow-wrap:anywhere!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__price-row{margin-top:auto!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__actions{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,.72fr)!important;gap:10px!important;overflow:visible!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__form{min-width:0!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__actions .nx-v2-btn{min-width:0!important;min-height:48px!important;padding:12px 10px!important;white-space:normal!important;overflow:visible!important;text-align:center!important}@media(max-width:640px){body.template-collection .nx-v2-product-grid--collection{grid-template-columns:1fr!important;max-width:430px!important;margin-inline:auto!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__image{aspect-ratio:1 / .78!important;min-height:250px!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card__body{padding:16px!important}body.template-collection .nx-v2-product-grid--collection .nx-v2-card h3{font-size:20px!important;line-height:1.18!important}}@media(max-width:380px){body.template-collection .nx-v2-product-grid--collection .nx-v2-card__actions{grid-template-columns:1fr!important}}body.template-collection .nx-v2-catalog__layout,body.template-collection .nx-v2-catalog__layout--single,body.template-collection .nx-collection-layout,body.template-collection .nx-collection-layout--single{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;width:100%!important}body.template-collection .nx-v2-filter-sidebar,body.template-collection .nx-filter-sidebar,body.template-collection .nx-auto-filter-sidebar,body.template-collection .nx-filter-drawer,body.template-collection .nx-filter-drawer-overlay,body.template-collection .nx-v2-filter-toggle,body.template-collection [data-nx-filter-toggle],body.template-collection [data-nx-v2-filter-toggle],body.template-collection .nx-active-filters,body.template-collection .nx-v2-active-filters{display:none!important}body.template-collection .nx-v2-catalog__content,body.template-collection .nx-collection-layout--single>div,body.template-collection .nx-v2-catalog__layout--single>div{min-width:0!important;width:100%!important}body.template-collection .nx-v2-catalog-toolbar,body.template-search .nx-section--search .nx-search-toolbar.nx-v2-catalog-toolbar{width:100%!important;min-height:76px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;margin:0 0 20px!important;padding:14px 16px!important;border:1px solid #dfe5ee!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 34px #0505050b!important;overflow:visible!important}body.template-collection .nx-v2-catalog-toolbar__meta,body.template-search .nx-v2-catalog-toolbar__meta{min-width:0!important;display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important}body.template-collection .nx-v2-catalog-toolbar__title,body.template-search .nx-v2-catalog-toolbar__title{min-width:0!important;color:#050505!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important}body.template-collection .nx-v2-catalog-toolbar__context,body.template-search .nx-v2-catalog-toolbar__context{min-width:0!important;color:#5b6678!important;font-size:14px!important;line-height:1.35!important}body.template-collection .nx-v2-catalog-toolbar__controls,body.template-search .nx-v2-catalog-toolbar__controls{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}body.template-collection .nx-v2-sort-control,body.template-search .nx-v2-sort-control{min-width:0!important;display:grid!important;grid-template-columns:auto minmax(190px,250px)!important;align-items:center!important;gap:10px!important;margin:0!important;color:#5b6678!important;font-size:12px!important;font-weight:950!important;letter-spacing:.02em!important;text-transform:uppercase!important}body.template-collection .nx-v2-sort-control__label,body.template-search .nx-v2-sort-control__label{white-space:nowrap!important}body.template-collection .nx-v2-sort-control select,body.template-search .nx-v2-sort-control select{width:100%!important;min-width:0!important;min-height:48px!important;padding:0 42px 0 14px!important;border:1px solid #d7dee8!important;border-radius:10px!important;background-color:#fff!important;color:#050505!important;box-shadow:none!important;font-size:15px!important;font-weight:650!important;text-transform:none!important}body.template-collection .nx-v2-sort-control select:focus,body.template-search .nx-v2-sort-control select:focus{outline:0!important;border-color:#e10600!important;box-shadow:0 0 0 3px #e106001f!important}body.template-collection .nx-v2-view-toggle-group,body.template-search .nx-v2-view-toggle-group{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:3px!important;border:1px solid #e5e9f0!important;border-radius:12px!important;background:#f7f8fb!important}body.template-collection .nx-v2-grid-toggle,body.template-search .nx-v2-grid-toggle{width:44px!important;height:44px!important;display:inline-grid!important;place-items:center!important;padding:0!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#111827!important;box-shadow:none!important;cursor:pointer!important;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important}body.template-collection .nx-v2-grid-toggle:not(.is-active),body.template-search .nx-v2-grid-toggle:not(.is-active){border-color:transparent!important;background:#fff!important;color:#111827!important}body.template-collection .nx-v2-grid-toggle svg,body.template-search .nx-v2-grid-toggle svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.template-collection .nx-v2-grid-toggle:hover,body.template-search .nx-v2-grid-toggle:hover{background:#fff!important;border-color:#d7dee8!important;transform:translateY(-1px)!important}body.template-collection .nx-v2-grid-toggle.is-active,body.template-search .nx-v2-grid-toggle.is-active{border-color:#e10600!important;background:#e10600!important;color:#fff!important}body.template-search .nx-search-toolbar__links{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}body.template-search .nx-search-toolbar__links a{min-height:36px!important;border-color:#dfe5ee!important;background:#fff!important;color:#050505!important}body.template-search .nx-search-toolbar__links a:hover{border-color:#e10600!important;background:#fff5f5!important;color:#e10600!important}body.template-collection .nx-v2-product-grid--collection.is-list,body.template-search .nx-section--search .nx-search-grid.is-list,body.template-search .nx-search-grid.is-list{grid-template-columns:minmax(0,1fr)!important;max-width:none!important;margin-inline:0!important;gap:16px!important}@media(min-width:741px){body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card{display:grid!important;grid-template-columns:minmax(190px,260px) minmax(0,1fr)!important;min-height:232px!important;height:auto!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__image{min-height:232px!important;height:100%!important;aspect-ratio:auto!important;border-right:1px solid #e8edf4!important;border-bottom:0!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__body{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,260px)!important;grid-template-areas:"type price" "title price" "fitment actions" "stock actions" "sku actions"!important;align-content:center!important;gap:10px 20px!important;padding:22px!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__type{grid-area:type!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card h3{grid-area:title!important;font-size:22px!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card h3 a{-webkit-line-clamp:3!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__fitment{grid-area:fitment!important;width:fit-content!important;max-width:100%!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-stock{grid-area:stock!important;width:fit-content!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__sku{grid-area:sku!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__price-row{grid-area:price!important;align-self:start!important;justify-self:end!important;margin-top:0!important}body.template-collection .nx-v2-product-grid--collection.is-list .nx-v2-card__actions{grid-area:actions!important;align-self:end!important;max-width:260px!important;justify-self:end!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-search-result-card__product,body.template-search .nx-search-grid.is-list .nx-search-result-card__product{min-width:0!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card--accessory,body.template-search .nx-search-grid.is-list .nx-product-card--accessory{display:grid!important;grid-template-columns:minmax(190px,260px) minmax(0,1fr)!important;min-height:232px!important;height:auto!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card__media,body.template-search .nx-search-grid.is-list .nx-product-card__media{height:100%!important;min-height:232px!important;aspect-ratio:auto!important;border-right:1px solid #e8edf4!important;border-bottom:0!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card__body,body.template-search .nx-search-grid.is-list .nx-product-card__body{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,260px)!important;grid-template-areas:"title price" "badges price" "link actions"!important;align-content:center!important;gap:12px 20px!important;padding:22px!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card h3,body.template-search .nx-search-grid.is-list .nx-product-card h3{grid-area:title!important;font-size:22px!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card h3 a,body.template-search .nx-search-grid.is-list .nx-product-card h3 a{-webkit-line-clamp:3!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-accessory-badges,body.template-search .nx-search-grid.is-list .nx-accessory-badges{grid-area:badges!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card__footer,body.template-search .nx-search-grid.is-list .nx-product-card__footer{grid-area:price!important;align-self:start!important;justify-self:end!important;display:grid!important;justify-items:end!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-product-card__form,body.template-search .nx-search-grid.is-list .nx-product-card__form{grid-area:actions!important;align-self:end!important;max-width:260px!important;justify-self:end!important}body.template-search .nx-section--search .nx-search-grid.is-list .nx-ask-fitment-link,body.template-search .nx-search-grid.is-list .nx-ask-fitment-link{grid-area:link!important}}@media(max-width:980px){body.template-collection .nx-v2-catalog-toolbar,body.template-search .nx-section--search .nx-search-toolbar.nx-v2-catalog-toolbar{grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important}body.template-collection .nx-v2-catalog-toolbar__controls,body.template-search .nx-v2-catalog-toolbar__controls{justify-content:flex-start!important}}@media(max-width:640px){body.template-collection .nx-v2-catalog-toolbar,body.template-search .nx-section--search .nx-search-toolbar.nx-v2-catalog-toolbar{padding:12px!important;border-radius:12px!important}body.template-collection .nx-v2-sort-control,body.template-search .nx-v2-sort-control{width:100%!important;grid-template-columns:1fr!important;gap:7px!important}body.template-collection .nx-v2-catalog-toolbar__controls,body.template-search .nx-v2-catalog-toolbar__controls{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}body.template-collection .nx-v2-sort-control,body.template-search .nx-v2-sort-control,body.template-search .nx-search-toolbar__links{grid-column:1 / -1!important}body.template-collection .nx-v2-view-toggle-group,body.template-search .nx-v2-view-toggle-group{justify-self:start!important}body.template-search .nx-search-toolbar__links{justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important;scrollbar-width:none!important}body.template-search .nx-search-toolbar__links::-webkit-scrollbar{display:none!important}body.template-search .nx-search-toolbar__links a{flex:0 0 auto!important}}body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)!important;gap:clamp(22px,2.6vw,36px)!important;width:100%!important;overflow:visible!important}body.template-product .nx-v2-product-gallery{width:100%!important;max-width:600px!important;justify-self:stretch!important;overflow:visible!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main{width:100%!important;aspect-ratio:4 / 3!important;max-height:500px!important;min-height:0!important;padding:0!important;overflow:hidden!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main img,body.template-product .nx-v2-product-page .nx-v2-gallery-main svg{width:100%!important;height:100%!important;padding:clamp(12px,1.8vw,22px)!important;object-fit:contain!important}body.template-product .nx-v2-product-buybox{min-width:0!important;width:100%!important;overflow:hidden!important}body.template-product .nx-v2-product-buybox h1{max-width:100%!important;font-size:clamp(28px,2.45vw,40px)!important;line-height:1.08!important;overflow-wrap:anywhere!important;word-break:normal!important}body.template-collection .nx-v2-collection-hero__content{max-width:720px!important;padding:22px 0 30px!important}body.template-collection .nx-v2-collection-hero .nx-v2-breadcrumbs{padding-top:12px!important}body.template-collection .nx-v2-collection-hero h1{font-size:clamp(34px,4vw,48px)!important;line-height:1!important}body.template-collection .nx-v2-collection-hero p,body.template-collection .nx-v2-collection-hero .rte{margin:10px 0 0!important;font-size:16px!important;line-height:1.45!important}body.template-collection .nx-v2-collection-hero__badges{gap:8px!important;margin-top:14px!important}body.template-collection .nx-v2-section.nx-v2-catalog{padding:24px 0 42px!important}body.template-collection .nx-v2-catalog-toolbar,body.template-search .nx-section--search .nx-search-toolbar.nx-v2-catalog-toolbar{min-height:64px!important;margin-bottom:16px!important;padding:10px 14px!important;border-radius:10px!important;box-shadow:0 8px 24px #0505050b!important}body.template-search .nx-section--search{padding-top:24px!important;background:#fff!important}body.template-search .nx-section--search .nx-search-head{grid-template-columns:minmax(0,1fr) minmax(320px,420px)!important;gap:20px!important;align-items:center!important;margin-bottom:12px!important;padding:18px 20px!important;border-radius:10px!important;box-shadow:0 10px 28px #0505050e!important}body.template-search .nx-section--search .nx-search-head h1{margin:0!important;font-size:clamp(28px,3vw,38px)!important;line-height:1.08!important}body.template-search .nx-section--search .nx-search-help{margin-top:6px!important;font-size:14px!important;line-height:1.45!important}body.template-search .nx-section--search .nx-search--page input,body.template-search .nx-section--search .nx-search--page button{min-height:48px!important}body.template-index .nx-v2-featured .nx-v2-card h3{font-size:17px!important;line-height:1.24!important}@media(max-width:1180px){body.template-index .nx-v2-featured .nx-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:990px){body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,1fr)!important;gap:16px!important}body.template-product .nx-v2-product-gallery{max-width:620px!important;justify-self:center!important}body.template-product .nx-v2-product-buybox{position:static!important;top:auto!important}body.template-search .nx-section--search .nx-search-head{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:760px){body.template-collection .nx-v2-collection-hero__content{padding:14px 0 20px!important}body.template-collection .nx-v2-collection-hero .nx-v2-breadcrumbs{padding-top:9px!important}body.template-collection .nx-v2-collection-hero h1{font-size:clamp(28px,9vw,36px)!important}body.template-collection .nx-v2-collection-hero p,body.template-collection .nx-v2-collection-hero .rte{max-width:42ch!important;font-size:14px!important}body.template-collection .nx-v2-collection-hero__badges{display:none!important}body.template-collection .nx-v2-section.nx-v2-catalog{padding:14px 0 34px!important}body.template-search .nx-section--search{padding-top:14px!important}body.template-search .nx-section--search .nx-search-head{gap:12px!important;padding:14px!important}body.template-search .nx-section--search .nx-search-help{display:none!important}body.template-index .nx-v2-featured .nx-v2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media(max-width:640px){body.template-product{padding-bottom:0!important}body.template-product .nx-v2-product-page{padding-top:12px!important}body.template-product .nx-v2-product-page .nx-v2-breadcrumbs{padding-top:0!important;margin-bottom:8px!important}body.template-product .nx-v2-product-gallery{gap:8px!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main{height:clamp(220px,62vw,260px)!important;aspect-ratio:auto!important;max-height:260px!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main img,body.template-product .nx-v2-product-page .nx-v2-gallery-main svg{padding:10px!important}body.template-product .nx-v2-gallery-thumbs{grid-template-columns:32px minmax(0,1fr) 32px!important;gap:6px!important}body.template-product .nx-v2-gallery-arrow{width:32px!important;height:32px!important}body.template-product .nx-v2-gallery-thumb{flex-basis:64px!important;width:64px!important;min-width:64px!important}body.template-product .nx-v2-product-buybox{padding:18px!important}body.template-product .nx-v2-product-buybox h1{font-size:28px!important}}@media(max-width:520px){body.template-index .nx-v2-featured .nx-v2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}body.template-index main{background:#fff!important}body.template-index .nx-v2-hero{min-height:clamp(430px,42vw,570px)!important;display:grid!important;align-items:center!important;background-position:center 48%!important}body.template-index .nx-v2-hero:before{background:linear-gradient(90deg,#05070aeb,#05070aba 39%,#05070a2e 70%,#05070a0f)!important}body.template-index .nx-v2-hero__copy{max-width:610px!important;padding:clamp(62px,8vw,104px) 0 clamp(84px,9vw,120px)!important}body.template-index .nx-v2-hero h1{max-width:12.5ch!important;margin:0!important;font-size:clamp(50px,5.4vw,78px)!important;line-height:.94!important;letter-spacing:0!important;text-wrap:balance!important}body.template-index .nx-v2-hero p{max-width:48ch!important;margin:22px 0 0!important;color:#ffffffd1!important;font-size:clamp(17px,1.45vw,20px)!important;line-height:1.55!important}body.template-index .nx-v2-hero__actions{margin-top:30px!important;gap:12px!important}body.template-index .nx-v2-hero__actions .nx-v2-btn{min-height:52px!important;padding:13px 24px!important}body.template-index .nx-v2-vehicle-finder{position:relative!important;z-index:3!important;margin:-50px 0 0!important;padding:0!important}body.template-index .nx-v2-vehicle-finder .nx-container{max-width:1240px!important}body.template-index .nx-v2-vehicle-finder__panel{grid-template-columns:minmax(210px,1.2fr) repeat(3,minmax(140px,.8fr)) minmax(150px,.68fr)!important;gap:12px 14px!important;padding:20px!important;border:1px solid #e1e5eb!important;border-top:3px solid #d71920!important;border-radius:8px!important;background:#fff!important;box-shadow:0 18px 46px #0a0d1221!important}body.template-index .nx-v2-vehicle-finder__intro{min-width:0!important}body.template-index .nx-v2-vehicle-finder__intro strong{font-size:17px!important;line-height:1.15!important}body.template-index .nx-v2-vehicle-finder label{gap:6px!important;font-size:11px!important;letter-spacing:.06em!important}body.template-index .nx-v2-vehicle-finder select,body.template-index .nx-v2-vehicle-finder input,body.template-index .nx-v2-vehicle-finder button{min-height:48px!important}body.template-index .nx-v2-vehicle-finder [data-nx-vehicle-match-text]{grid-column:2 / -1!important;margin:-2px 0 0!important;text-align:left!important}body.template-index .nx-v2-section{padding:clamp(52px,6vw,78px) 0!important}body.template-index .nx-v2-section-head{align-items:end!important;margin-bottom:24px!important}body.template-index .nx-v2-section-head h2{max-width:760px!important;font-size:clamp(32px,3.6vw,48px)!important;line-height:1.02!important;letter-spacing:0!important}body.template-index .nx-v2-section-head a{min-height:42px!important;display:inline-flex!important;align-items:center!important;padding:0 16px!important;border:1px solid #dfe4eb!important;border-radius:8px!important;color:#111318!important;background:#fff!important}body.template-index .nx-v2-home-cats{padding-top:clamp(76px,8vw,104px)!important}body.template-index .nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}body.template-index .nx-v2-category-tile--product{min-height:0!important;border:1px solid #dfe4eb!important;border-radius:8px!important;background:#fff!important;box-shadow:0 12px 32px #0a0d120e!important;overflow:hidden!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}body.template-index .nx-v2-category-tile--product:hover{transform:translateY(-4px)!important;border-color:#cbd2dc!important;box-shadow:0 20px 44px #0a0d121a!important}body.template-index .nx-v2-category-tile__image{aspect-ratio:16 / 8.5!important;min-height:0!important;background:#f6f7f9!important}body.template-index .nx-v2-category-tile__image img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-index .nx-v2-category-tile__content{min-height:150px!important;padding:20px!important;display:grid!important;grid-template-rows:auto 1fr auto!important;gap:8px!important}body.template-index .nx-v2-category-tile__content strong{font-size:22px!important;line-height:1.15!important}body.template-index .nx-v2-category-tile__content small{color:#657184!important;font-size:14px!important;line-height:1.45!important}body.template-index .nx-v2-category-tile__content em{color:#d71920!important;font-size:12px!important;letter-spacing:.04em!important}body.template-index .nx-v2-featured{background:#f7f8fa!important}body.template-index .nx-v2-featured .nx-v2-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}body.template-index .nx-v2-featured .nx-v2-card{border-color:#dde3eb!important;border-radius:8px!important;box-shadow:0 10px 28px #0a0d120d!important}body.template-index .nx-v2-makes{background:#fff!important}body.template-index .nx-v2-makes .nx-v2-make-row{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}body.template-index .nx-v2-make-card{min-height:88px!important;border-radius:8px!important;box-shadow:none!important}body.template-index .nx-v2-make-disclaimer{max-width:920px!important;margin-top:18px!important;color:#7a8494!important;font-size:11px!important;line-height:1.45!important}body.template-index .nx-v2-section:has(.nx-fitment-help-cta){padding-top:24px!important;padding-bottom:20px!important}body.template-index .nx-v2-section--tight{padding-top:0!important;padding-bottom:64px!important}@media(max-width:1100px){body.template-index .nx-v2-vehicle-finder__panel{grid-template-columns:repeat(6,minmax(0,1fr))!important}body.template-index .nx-v2-vehicle-finder__intro{grid-column:1 / 4!important}body.template-index .nx-v2-vehicle-finder label{grid-column:span 2!important}body.template-index .nx-v2-vehicle-finder button{grid-column:4 / 7!important}body.template-index .nx-v2-vehicle-finder [data-nx-vehicle-match-text]{grid-column:1 / 4!important;align-self:center!important}body.template-index .nx-v2-makes .nx-v2-make-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){body.template-index .nx-v2-hero{min-height:440px!important;background-position:62% center!important}body.template-index .nx-v2-hero:before{background:linear-gradient(90deg,#05070aeb,#05070ab8 66%,#05070a57)!important}body.template-index .nx-v2-hero__copy{max-width:500px!important;padding:52px 0 90px!important}body.template-index .nx-v2-hero h1{max-width:100%!important;font-size:clamp(44px,13vw,60px)!important}body.template-index .nx-v2-hero p{max-width:32ch!important;font-size:16px!important}body.template-index .nx-v2-vehicle-finder{margin-top:-42px!important}body.template-index .nx-v2-vehicle-finder__panel{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:16px!important}body.template-index .nx-v2-vehicle-finder__intro,body.template-index .nx-v2-vehicle-finder label,body.template-index .nx-v2-vehicle-finder button,body.template-index .nx-v2-vehicle-finder [data-nx-vehicle-match-text]{grid-column:1 / -1!important}body.template-index .nx-v2-vehicle-finder label{grid-column:span 1!important}body.template-index .nx-v2-vehicle-finder label:nth-of-type(3){grid-column:1 / -1!important}body.template-index .nx-v2-home-cats .nx-v2-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.template-index .nx-v2-category-tile__content{min-height:132px!important;padding:15px!important}body.template-index .nx-v2-category-tile__content strong{font-size:18px!important}body.template-index .nx-v2-featured .nx-v2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.template-index .nx-v2-makes .nx-v2-make-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){body.template-index .nx-v2-section{padding:44px 0!important}body.template-index .nx-v2-section-head{align-items:center!important;margin-bottom:18px!important}body.template-index .nx-v2-section-head h2{font-size:30px!important}body.template-index .nx-v2-section-head a{min-height:38px!important;padding:0 11px!important;font-size:10px!important}body.template-index .nx-v2-home-cats{padding-top:68px!important}body.template-index .nx-v2-category-tile__image{aspect-ratio:4 / 3!important}body.template-index .nx-v2-category-tile__content{min-height:108px!important;grid-template-rows:1fr auto!important}body.template-index .nx-v2-category-tile__content small{display:none!important}body.template-index .nx-v2-category-tile__content strong{font-size:16px!important}body.template-index .nx-v2-category-tile__content em{font-size:11px!important}}body.template-product .nx-v2-product-page>.nx-container{max-width:1360px!important}body.template-product .nx-v2-product-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(22px,2vw,28px)!important;align-items:start!important}body.template-product .nx-v2-product-gallery{width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main{--nx-gallery-inset: clamp(18px, 2vw, 28px);position:relative!important;width:100%!important;height:auto!important;aspect-ratio:4 / 3!important;max-height:none!important;min-height:0!important;padding:0!important;overflow:hidden!important;border-radius:10px!important;background:#fff!important}body.template-product .nx-v2-product-page .nx-v2-gallery-main img,body.template-product .nx-v2-product-page .nx-v2-gallery-main svg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:var(--nx-gallery-inset)!important;object-fit:contain!important;object-position:center!important}body.template-product .nx-v2-gallery-thumbs{margin-top:14px!important}body.template-product .nx-v2-product-buybox{width:100%!important;min-width:0!important;padding:clamp(24px,2.2vw,32px)!important;border-radius:10px!important;box-shadow:0 14px 38px #0a0d1212!important}@media(max-width:990px){body.template-product .nx-v2-product-page>.nx-container{max-width:760px!important}body.template-product .nx-v2-product-layout{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}body.template-product .nx-v2-product-gallery{max-width:none!important}}@media(max-width:640px){body.template-product .nx-v2-product-page .nx-v2-gallery-main{--nx-gallery-inset: 12px;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;max-height:none!important}body.template-product .nx-v2-product-buybox{padding:18px!important}}body.template-product .nx-v2-product-benefits{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-top:28px!important;padding:16px!important;border:1px solid #dfe5ed!important;border-radius:10px!important;background:#fff!important;box-shadow:0 12px 32px #0a0d120b!important}body.template-product .nx-v2-product-benefit{min-width:0!important;min-height:96px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:16px!important;border:1px solid #e5e9ef!important;border-radius:8px!important;background:#f8f9fb!important}body.template-product .nx-v2-product-benefit__icon{width:46px!important;height:46px!important;flex:0 0 46px!important;display:grid!important;place-items:center!important;border:1px solid #f2c9cb!important;border-radius:8px!important;color:#d71920!important;background:#fff!important}body.template-product .nx-v2-product-benefit__icon svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.template-product .nx-v2-product-benefit__copy{min-width:0!important;display:grid!important;gap:5px!important}body.template-product .nx-v2-product-benefit__copy strong{color:#101318!important;font-size:15px!important;line-height:1.2!important;font-weight:900!important;text-transform:none!important}body.template-product .nx-v2-product-benefit__copy>span{color:#657184!important;font-size:13px!important;line-height:1.38!important}.nx-v2-btn--disabled,.nx-button--disabled{cursor:not-allowed!important;color:#6f7783!important;border-color:#dfe4eb!important;background:#f2f4f7!important;box-shadow:none!important}.nx-v2-cart-row__links button{-webkit-appearance:none!important;appearance:none!important;padding:0!important;border:0!important;color:#d71920!important;background:transparent!important;font:inherit!important;font-weight:800!important;text-decoration:underline!important;text-underline-offset:3px!important;cursor:pointer!important}.nx-v2-cart-row__links button:disabled{color:#7a8494!important;cursor:wait!important}.nx-v2-newsletter__status{grid-column:1 / -1!important;margin:4px 0 0!important;font-size:13px!important;line-height:1.45!important}.nx-v2-newsletter__status--success{color:#d9f5df!important}.nx-v2-newsletter__status--error{color:#ffd6d6!important}.nx-v2-newsletter__status--error ul{margin:0!important;padding-left:18px!important}@media(max-width:1100px){body.template-product .nx-v2-product-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){body.template-product .nx-v2-product-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important;padding:10px!important}body.template-product .nx-v2-product-benefit{min-height:138px!important;align-content:start!important;align-items:start!important;display:grid!important;gap:10px!important;padding:13px!important}body.template-product .nx-v2-product-benefit__icon{width:40px!important;height:40px!important;flex-basis:40px!important}body.template-product .nx-v2-product-benefit__icon svg{width:21px!important;height:21px!important}body.template-product .nx-v2-product-benefit__copy strong{font-size:13px!important}body.template-product .nx-v2-product-benefit__copy>span{font-size:12px!important}}.nx-mobile-quick-buy{display:none}@media(max-width:640px){body.template-product{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))!important}body.template-product .nx-mobile-quick-buy{position:fixed;z-index:95;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,42%);gap:12px;align-items:center;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid #dfe4eb;background:#fffffff7;box-shadow:0 -10px 30px #05070a26;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.template-product .nx-mobile-quick-buy__summary{min-width:0;display:grid;gap:2px}body.template-product .nx-mobile-quick-buy__price{color:#111318;font-size:20px;font-weight:950;line-height:1}body.template-product .nx-mobile-quick-buy__summary small{overflow:hidden;color:#5d6878;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}body.template-product .nx-mobile-quick-buy__button{width:100%;min-height:50px;margin:0;padding:10px 14px;white-space:nowrap}}@media(min-width:641px){body.template-product{padding-bottom:86px!important}body.template-product .nx-mobile-quick-buy{position:fixed;z-index:95;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:24px;align-items:center;padding:12px max(24px,calc((100vw - 1200px)/2));border-top:1px solid #dfe4eb;background:#fffffff7;box-shadow:0 -10px 30px #05070a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.template-product .nx-mobile-quick-buy__summary{min-width:0;display:grid;gap:3px}body.template-product .nx-mobile-quick-buy__price{color:#111318;font-size:24px;font-weight:950;line-height:1}body.template-product .nx-mobile-quick-buy__summary small{color:#5d6878;font-size:12px;line-height:1.25}body.template-product .nx-mobile-quick-buy__button{width:100%;min-height:50px;margin:0;padding:10px 18px;white-space:nowrap}}.nx-cart-drawer{z-index:120}.nx-cart-drawer-overlay{z-index:119}html.nx-cart-open body.template-product .nx-mobile-quick-buy{visibility:hidden;pointer-events:none}.nx-v2-cart-shipping{display:grid;gap:3px;padding:13px 14px;border:1px solid #bae6fd;border-radius:8px;background:#f0f9ff;color:#0c4a6e;line-height:1.35}.nx-v2-cart-shipping strong,.nx-v2-cart-shipping span{display:block}.nx-v2-cart-shipping span{font-size:13px}.nx-v2-summary-shipping-note{margin:-4px 0 0;color:var(--nx-muted);font-size:12px;line-height:1.4}body.template-product .nx-mobile-product-intro{display:none}@media(max-width:640px){body.template-product .nx-v2-breadcrumbs{display:none!important}body.template-product .nx-mobile-product-intro{display:grid;gap:6px;margin:0 0 12px;padding:0 2px 4px}body.template-product .nx-mobile-product-intro__vendor{margin:0;color:var(--nx-muted);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}body.template-product .nx-mobile-product-intro__title{color:var(--nx-ink);font-size:21px;font-weight:950;letter-spacing:-.02em;line-height:1.18;overflow-wrap:anywhere}body.template-product .nx-mobile-product-intro__fitment{margin:0;color:var(--nx-muted);font-size:14px;font-weight:750;line-height:1.35}body.template-product .nx-v2-product-buybox>.nx-v2-product-vendor,body.template-product .nx-v2-product-buybox>h1,body.template-product .nx-v2-product-buybox>.nx-v2-product-fitline{display:none!important}}.nx-mobile-cart-checkout{display:none}@media(max-width:767px){body.template-cart{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.nx-mobile-cart-checkout{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:minmax(0,1fr) minmax(148px,44%);gap:12px;align-items:center;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--nx-border);background:#fffffffa;box-shadow:0 -10px 28px #00000024}.nx-mobile-cart-checkout__total{min-width:0;display:grid;gap:2px}.nx-mobile-cart-checkout__total small{color:var(--nx-muted);font-size:11px;font-weight:800;text-transform:uppercase}.nx-mobile-cart-checkout__total strong{font-size:22px;line-height:1}.nx-mobile-cart-checkout .nx-v2-btn{width:100%;min-height:52px}}[data-nx-v2-add-button][aria-busy=true]{cursor:wait!important;opacity:.78!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/nexuparts-v2.css.map?nxv=20260808-cart-loading-feedback-v1 */
