:root{--ac-red:#e60000;--ac-black:#101010;--ac-text:#2b2b2b;--ac-muted:#707070;--ac-bg:#f7f7f7;--ac-border:#ececec;--ac-white:#ffffff;--ac-radius:24px;--container:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;color:var(--ac-text);background:#fff;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}a{text-decoration:none}.page-width{max-width:var(--container);margin:0 auto;padding:0 40px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:60px;padding:0 34px;border-radius:16px;background:var(--ac-red);color:#fff;font-weight:700;transition:.25s ease}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;height:60px;padding:0 34px;border-radius:16px;background:#111;color:#fff;font-weight:700}.section-heading{text-align:center;margin-bottom:50px}.section-heading span{color:var(--ac-red);font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:1px}.section-heading h2{margin:16px 0 12px;font-size:52px;color:#111}.section-heading p{color:#666;max-width:620px;margin:auto}@media(max-width:1100px){.page-width{padding:0 24px}.section-heading h2{font-size:42px}}@media(max-width:768px){.page-width{padding:0 20px}.section-heading h2{font-size:34px}}.ac-topbar{background:#111;color:#fff;font-size:14px;padding:12px 0}.ac-topbar-inner{display:flex;justify-content:space-between;align-items:center}.ac-topbar-right{display:flex;gap:24px}.ac-topbar-right a{color:#fff}.ac-main-header{display:flex;align-items:center;justify-content:space-between;padding:26px 0;background:#fff}.site-logo{width:220px;height:auto}.ac-nav ul{display:flex;align-items:center;gap:34px;list-style:none;padding:0;margin:0}.ac-nav a{color:#111;font-weight:700;transition:.25s ease}.ac-nav a:hover{color:var(--ac-red)}.ac-icons{display:flex;align-items:center;gap:18px}.ac-icon{position:relative;font-size:22px;color:#111}.cart-count{position:absolute;top:-8px;right:-10px;width:18px;height:18px;border-radius:50%;background:var(--ac-red);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}@media(max-width:1100px){.ac-nav{display:none}}@media(max-width:768px){.ac-topbar-inner{flex-direction:column;gap:10px}.ac-main-header{padding:20px 0}.site-logo{width:170px}}.ac-hero{background:#f7f7f7;padding:20px 0}.ac-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ac-subtitle{display:inline-block;color:var(--ac-red);font-size:14px;text-transform:uppercase;font-weight:800;letter-spacing:1px;margin-bottom:20px}.ac-hero h1{margin:0 0 24px;font-size:84px;line-height:.95;font-weight:900;color:#111}.ac-hero h1 span{color:var(--ac-red)}.ac-hero p{max-width:580px;font-size:20px;line-height:1.8;color:#666;margin-bottom:34px}.ac-hero-buttons{display:flex;gap:18px;flex-wrap:wrap}.ac-hero-image{position:relative}.hero-image{width:100%;border-radius:30px;object-fit:cover;box-shadow:0 20px 50px #00000014}@media(max-width:1100px){.ac-hero-grid{grid-template-columns:1fr}.ac-hero h1{font-size:58px}}@media(max-width:768px){.ac-hero{padding:70px 0}.ac-hero h1{font-size:42px}.ac-hero-buttons{flex-direction:column}}.ac-vehicle-finder{padding:90px 0;background:#fff}.finder-card{background:#111;border-radius:30px;padding:55px}.finder-header{text-align:center;margin-bottom:35px}.finder-header span{color:var(--ac-red);text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:1px}.finder-header h2{color:#fff;font-size:46px;margin:14px 0 10px}.finder-header p{color:#d0d0d0;margin:0}.vehicle-form{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.vehicle-form select{height:64px;border:none;border-radius:16px;padding:0 20px;outline:none;background:#fff;font-size:15px}.vehicle-form button{height:64px;border:none;border-radius:16px;background:var(--ac-red);color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.vehicle-form button:hover{transform:translateY(-2px)}@media(max-width:1100px){.vehicle-form{grid-template-columns:1fr 1fr}}@media(max-width:768px){.finder-card{padding:32px 24px}.finder-header h2{font-size:34px}.vehicle-form{grid-template-columns:1fr}}.ac-featured-products{padding:90px 0;background:#fff}.ac-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ac-product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #eee;transition:.3s ease}.ac-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.ac-product-image{position:relative;background:#f7f7f7}.ac-product-image img{width:100%;height:280px;object-fit:contain;padding:30px}.sale-badge{position:absolute;top:20px;left:20px;background:var(--ac-red);color:#fff;padding:8px 14px;border-radius:40px;font-size:12px;font-weight:700}.ac-product-info h3{margin:0 0 15px;font-size:18px;line-height:1.4}.ac-product-info a{color:#111}.ac-price{display:flex;gap:12px;align-items:center;margin-bottom:20px}.old-price{color:#888;text-decoration:line-through}.price{color:var(--ac-red);font-size:22px;font-weight:800}.ac-cart-btn{width:100%;height:54px;border:none;border-radius:14px;background:#111;color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.ac-cart-btn:hover{transform:translateY(-2px)}@media(max-width:1100px){.ac-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ac-products-grid{grid-template-columns:1fr}}.ac-trust-section{background:#f7f7f7;padding:90px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-card{background:#fff;border-radius:24px;padding:42px 30px;text-align:center;border:1px solid #eee;transition:.3s ease}.trust-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.trust-icon{font-size:52px;margin-bottom:20px}.trust-card h3{margin:0 0 12px;font-size:22px;color:#111}.trust-card p{color:#666;line-height:1.7;margin:0}@media(max-width:1100px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.trust-grid{grid-template-columns:1fr}}.ac-footer{background:#111;padding:90px 0 30px;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px}.footer-logo{width:180px;height:auto;margin-bottom:20px}.footer-column p{color:#cfcfcf;line-height:1.8;max-width:420px}.footer-column h4{margin:0 0 24px;font-size:20px;color:#fff}.footer-column a{display:block;color:#d0d0d0;margin-bottom:14px;transition:.25s ease}.footer-column a:hover{color:var(--ac-red)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:30px;text-align:center;color:#bdbdbd}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ac-footer{padding:70px 0 30px}.footer-grid{grid-template-columns:1fr;gap:30px}}.ac-sticky-cart{position:fixed;bottom:25px;left:50%;transform:translate(-50%);width:min(900px,calc(100% - 40px));background:#111;border-radius:22px;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;z-index:999;box-shadow:0 20px 50px #00000038}.ac-sticky-product{display:flex;align-items:center;gap:16px}.sticky-product-image{width:70px;height:70px;border-radius:16px;background:#fff;object-fit:cover}.sticky-product-info h4{margin:0 0 6px;color:#fff;font-size:16px}.sticky-product-info span{color:#d0d0d0;font-size:15px}.ac-sticky-btn{border:none;height:56px;padding:0 30px;border-radius:14px;background:var(--ac-red);color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.ac-sticky-btn:hover{transform:translateY(-2px)}@media(max-width:768px){.ac-sticky-cart{flex-direction:column;gap:18px;padding:18px}.ac-sticky-product,.ac-sticky-btn{width:100%}}.ac-fitment-box{background:#f7f7f7;border:1px solid #e8e8e8;border-radius:22px;padding:24px;margin-top:24px}.fitment-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:20px;font-weight:700}.fitment-header h3{margin:0;font-size:18px;color:#111}.fitment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.fitment-item{background:#fff;border-radius:16px;padding:18px;border:1px solid #ececec}.fitment-item strong{display:block;font-size:14px;color:#666;margin-bottom:6px}.fitment-item span{font-size:16px;font-weight:700;color:#111}@media(max-width:768px){.fitment-grid{grid-template-columns:1fr}}.ac-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.ac-trust-box{background:#f7f7f7;border:1px solid #ececec;border-radius:18px;padding:18px;text-align:center;font-size:15px;transition:.25s ease}.ac-trust-box:hover{transform:translateY(-3px)}.ac-trust-box strong{display:block;margin-top:8px;color:#111;font-size:14px}@media(max-width:768px){.ac-product-trust{grid-template-columns:1fr}}.product__media-wrapper{padding-right:40px}.product__media{background:#f7f7f7;border-radius:28px;overflow:hidden}.product__media img{border-radius:28px}.thumbnail{border-radius:16px!important;overflow:hidden}.thumbnail[aria-current]{border:2px solid var(--ac-red)!important}.product__media-list{gap:20px}.product__media-item{border-radius:28px}@media(max-width:990px){.product__media-wrapper{padding-right:0}}.ac-product-tabs{margin-top:30px}.ac-tab-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.ac-tab-btn{border:none;background:#f3f3f3;border-radius:14px;padding:14px 20px;font-weight:700;cursor:pointer;transition:.25s ease}.ac-tab-btn.active{background:#111;color:#fff}.ac-tab-content{background:#f7f7f7;border-radius:22px;padding:24px;border:1px solid #ececec}.ac-tab-content ul{margin:0;padding-left:18px}.ac-tab-content li{margin-bottom:10px}@media(max-width:768px){.ac-tab-buttons{flex-direction:column}.ac-tab-btn{width:100%}}.ac-related-products{padding:90px 0;background:#fff}.ac-related-products .section-heading{text-align:center;margin-bottom:40px}.ac-related-products .section-heading span{color:var(--ac-red);text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:1px}.ac-related-products .section-heading h2{font-size:42px;margin:12px 0}.ac-related-products .section-heading p{color:#666}@media(max-width:768px){.ac-related-products{padding:70px 0}.ac-related-products .section-heading h2{font-size:32px}}.collection .product-grid{gap:28px!important}.collection .card-wrapper{background:#fff;border-radius:28px;overflow:hidden;border:1px solid #ececec;transition:.3s ease}.collection .card-wrapper:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.collection .card__media{background:#f7f7f7}.collection .card__media img{padding:26px;object-fit:contain!important}.collection .card__content{padding:22px!important}.collection .card__heading{font-size:18px!important;line-height:1.4}.collection .price{font-size:22px;font-weight:800}.collection .button{border-radius:14px}.facets-container{background:#fff;border-radius:24px;padding:22px;border:1px solid #ececec;margin-bottom:30px}@media(max-width:768px){.collection .product-grid{gap:20px!important}}.header{border-bottom:1px solid #ececec}.header__heading-logo{max-width:180px}.header__icon{width:46px;height:46px;border-radius:14px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;transition:.25s ease}.header__icon:hover{transform:translateY(-2px);background:#efefef}.predictive-search{border-radius:18px;overflow:hidden}.search-modal__form{max-width:720px}.field__input{border-radius:18px!important}.header__menu-item{font-weight:700;transition:.25s ease}.header__menu-item:hover{color:var(--ac-red)}.cart-drawer .drawer__inner{border-radius:24px 0 0 24px}.cart-item{background:#f8f8f8;border-radius:18px;padding:14px;margin-bottom:14px}.cart-item__image{border-radius:14px;overflow:hidden}.drawer__footer{border-top:1px solid #ececec;padding-top:20px}.cart__checkout-button,.drawer__footer .button{border-radius:16px!important;font-weight:700}.totals{font-size:20px;font-weight:800}.quantity{border-radius:12px}.cart-item__name{font-weight:700}@media(max-width:768px){.cart-drawer .drawer__inner{border-radius:20px 20px 0 0}}cart-drawer .drawer{width:520px!important;max-width:100vw}@media(max-width:768px){cart-drawer .drawer{width:100vw!important}}.ac-sticky-cart{min-height:auto}.ac-sticky-product{gap:12px}.sticky-product-image{width:60px;height:60px;object-fit:cover;border-radius:12px}.ac-vehicle-selector{padding:90px 0;background:#f7f7f7}.ac-vehicle-box{background:#fff;border-radius:24px;padding:30px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;box-shadow:0 10px 30px #0000000d}.ac-vehicle-box select{height:58px;border:1px solid #e5e5e5;border-radius:14px;padding:0 16px;font-size:15px;background:#fff}.ac-find-btn{height:58px;border:none;border-radius:14px;background:#d71920;color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.ac-find-btn:hover{transform:translateY(-2px)}@media(max-width:990px){.ac-vehicle-box{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ac-vehicle-box{grid-template-columns:1fr}}.ac-footer{background:#111;color:#fff;padding:80px 0 25px}.ac-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.ac-footer h3,.ac-footer h4{margin-bottom:18px;color:#fff}.ac-footer p{color:#cfcfcf;line-height:1.8}.ac-footer ul{list-style:none;padding:0;margin:0}.ac-footer li{margin-bottom:12px}.ac-footer a{color:#cfcfcf;text-decoration:none;transition:.25s ease}.ac-footer a:hover{color:#fff}.ac-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:25px;text-align:center}@media(max-width:990px){.ac-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ac-footer-grid{grid-template-columns:1fr}}body{background:#0a0a0a;color:#fff}.ac-header{background:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.08)}.ac-topbar{background:#151515;color:#d7d7d7}.ac-nav a{color:#fff!important}.ac-icon{background:#1a1a1a!important;color:#fff}.ac-icon:hover{background:#242424!important}.ac-hero,.ac-featured-products,.ac-related-products,.ac-vehicle-selector{background:#0d0d0d!important}.ac-product-card,.collection .card-wrapper,.ac-vehicle-box{background:#161616!important;border:1px solid rgba(255,255,255,.08);box-shadow:none!important}.ac-product-info h3 a,.card__heading a,.price{color:#fff!important}.product{background:#0a0a0a}.product__title,.product__text,.product__description,.product__info-container,.product__description p{color:#fff!important}.ac-fitment-box,.ac-tab-content{background:#161616!important;border:1px solid rgba(255,255,255,.08);color:#d7d7d7}.ac-tab-btn{background:#1b1b1b;color:#fff}.ac-tab-btn.active{background:#d32f2f}.ac-vehicle-box select{background:#1b1b1b;color:#fff;border:1px solid rgba(255,255,255,.08)}.facets-container{background:#161616!important;border:1px solid rgba(255,255,255,.08)}h1,h2,h3,h4,h5,h6,p,span,label,li,summary,details,.product__description,.rte,.card__heading,.card-information__text,.price,.caption,.subtitle{color:#f5f5f5!important}a{color:#fff}a:hover{color:#d32f2f}button,.button,.shopify-payment-button__button,.ac-find-btn,.ac-cart-btn,.ac-sticky-btn{background:#d32f2f!important;color:#fff!important;border:none!important;border-radius:14px;transition:.25s ease}button:hover,.button:hover,.ac-find-btn:hover,.ac-cart-btn:hover,.ac-sticky-btn:hover{background:#ef4444!important;transform:translateY(-2px)}.ac-product-card p,.ac-product-card span,.card-information *{color:#e5e5e5!important}.collection .card__heading a,.product__title{color:#fff!important}.product__tax,.product__text,.product__inventory,.product__description p{color:#d1d1d1!important}input,select,textarea{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}.cart-item__name,.totals,.drawer__heading{color:#fff!important}@media(max-width:768px){.ac-main-header{flex-direction:column;gap:18px;padding:16px 0}.ac-logo{text-align:center}.site-logo{max-width:150px}.ac-nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0}.ac-nav li{list-style:none}.ac-nav a{font-size:14px}.ac-hero{text-align:center;padding:60px 0}.ac-hero h1{font-size:34px!important;line-height:1.2}.ac-vehicle-box{grid-template-columns:1fr!important;padding:20px}.product{display:block!important}.product__media-wrapper,.product__info-wrapper{width:100%!important;max-width:100%!important}.product__title{font-size:28px!important}.ac-fitment-box,.ac-product-tabs{margin-top:20px}.ac-sticky-cart{padding:10px 14px}.sticky-product-image{width:50px;height:50px}.ac-sticky-btn{padding:12px 18px;font-size:14px}.ac-products-grid{grid-template-columns:1fr!important;gap:18px}.collection .product-grid{gap:16px!important}.ac-footer-grid{grid-template-columns:1fr!important;text-align:center;gap:28px}}*{transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.ac-product-card,.collection .card-wrapper{overflow:hidden;transform:translateY(0)}.ac-product-card:hover,.collection .card-wrapper:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000040}.ac-product-image img,.card__media img{transition:transform .4s ease!important}.ac-product-card:hover img,.collection .card-wrapper:hover img{transform:scale(1.05)}.ac-nav a{position:relative}.ac-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#d32f2f;transition:.3s ease}.ac-icon:hover{transform:translateY(-3px) scale(1.04)}button:hover,.button:hover,.ac-find-btn:hover,.ac-cart-btn:hover,.ac-sticky-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d32f2f40}.ac-vehicle-box select:hover{border-color:#d32f2f!important}.ac-tab-btn:hover{transform:translateY(-2px)}.ac-footer a:hover{padding-left:4px}.ac-header{background:#0b0b0b!important;border-bottom:1px solid rgba(255,255,255,.08)}.ac-main-header{background:#0b0b0b}.ac-nav ul li a{color:#fff!important;font-weight:600}.ac-nav ul li a:hover{color:#d32f2f!important}.ac-topbar{background:#141414!important;border-bottom:1px solid rgba(255,255,255,.06)}.ac-topbar a{color:#d8d8d8!important}.ac-featured-products{background:#0d0d0d!important}.ac-featured-products .section-heading h2,.ac-featured-products .section-heading p{color:#fff!important}.ac-products-grid{gap:28px}.ac-category-grid,.ac-categories{background:#0d0d0d!important}.ac-category-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:24px}.ac-category-card h3,.ac-category-card p{color:#fff!important}.ac-trust-section,.ac-trust{background:#111!important}.ac-trust-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:24px}.ac-trust-card h3,.ac-trust-card p,.section-heading h2,.section-heading p,.section-heading span{color:#fff!important}.ac-product-card{background:#171717!important;border:1px solid rgba(255,255,255,.08)}.ac-product-image{background:#111}.ac-find-btn,.ac-cart-btn{background:#d32f2f!important;color:#fff!important}.ac-find-btn:hover,.ac-cart-btn:hover{background:#ef4444!important}.ac-hero,.ac-featured-products,.ac-categories,.ac-trust,.ac-vehicle-selector{padding:20px 0!important}.ac-category-section .section-heading{text-align:center;margin-bottom:50px}.ac-category-section .section-heading span{color:#d32f2f;font-weight:700;text-transform:uppercase;letter-spacing:1px}.ac-category-section .section-heading h2{color:#fff;font-size:42px;margin:14px 0}.ac-category-section .section-heading p{color:#bdbdbd;max-width:650px;margin:0 auto}.category-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:40px 25px;text-align:center;text-decoration:none;transition:.3s ease;overflow:hidden}.category-card:hover{transform:translateY(-10px);border-color:#d32f2f;box-shadow:0 18px 45px #00000059}.category-icon{width:90px;height:90px;margin:0 auto 24px;border-radius:22px;background:#202020;display:flex;align-items:center;justify-content:center;font-size:38px}.category-card p{color:#cfcfcf!important}.product,.product-grid,.product__info-wrapper,.product__media-wrapper{background:#0d0d0d!important}.product__info-container{background:#111!important;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:30px!important}.product__title,.product__title h1,.product h1{color:#fff!important}.price,.price-item,.product .price{color:#fff!important;font-weight:700}.product-form__input input[type=radio]+label,.select__select{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}.quantity{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.1)!important}.quantity input{color:#fff!important}.product-form__submit,.shopify-payment-button__button{background:#d32f2f!important;color:#fff!important;border:none!important;border-radius:16px!important;min-height:58px}.product-form__submit:hover,.shopify-payment-button__button:hover{background:#ef4444!important}.product__description,.product__description p,.product__description li,.rte{color:#d1d1d1!important}.product__inventory,.product__tax,.product__sku,.caption-with-letter-spacing{color:#bdbdbd!important}.product__accordion,.ac-tab-content{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:18px;color:#fff!important}.product-media-container,.thumbnail,.slider-button{background:#171717!important;border-radius:18px}.thumbnail{border:1px solid rgba(255,255,255,.08)}.related-products{background:#0d0d0d!important}.related-products h2{color:#fff!important}.ac-fitment-box,.ac-trust-badges{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:22px}.breadcrumb,.breadcrumb a{color:#bdbdbd!important}.ac-trust-section{background:#0d0d0d;padding:90px 0}.ac-trust-section .section-heading{text-align:center;margin-bottom:55px}.ac-trust-section .section-heading span{color:#d32f2f;font-weight:700;text-transform:uppercase;letter-spacing:1px}.ac-trust-section .section-heading h2{color:#fff;font-size:42px;margin:14px 0}.ac-trust-section .section-heading p{color:#bdbdbd;max-width:650px;margin:0 auto}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.trust-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:40px 30px;text-align:center;transition:.3s ease}.trust-card:hover{transform:translateY(-10px);border-color:#d32f2f;box-shadow:0 18px 45px #00000059}.trust-icon{width:90px;height:90px;margin:0 auto 24px;border-radius:22px;background:#202020;display:flex;align-items:center;justify-content:center;font-size:38px}.trust-card h3{color:#fff!important;font-size:22px;font-weight:700;margin-bottom:12px}.trust-card p{color:#cfcfcf!important;line-height:1.7;margin:0}@media(max-width:990px){.trust-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.trust-grid{grid-template-columns:1fr}.ac-trust-section{padding:70px 0}.ac-trust-section .section-heading h2{font-size:32px}}.ac-header{position:sticky;top:0;z-index:99;background:#0b0b0b;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ac-topbar{background:#141414;border-bottom:1px solid rgba(255,255,255,.06);color:#d1d1d1;font-size:14px}.ac-topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:44px}.ac-topbar-right{display:flex;align-items:center;gap:24px}.ac-topbar a{color:#d1d1d1!important;text-decoration:none;transition:.25s ease}.ac-topbar a:hover{color:#d32f2f!important}.ac-main-header{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:90px}.site-logo{max-width:180px;height:auto}.ac-logo h2{color:#fff!important;margin:0}.ac-nav ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.ac-nav li{position:relative}.ac-nav a{color:#fff!important;text-decoration:none;font-size:15px;font-weight:600;transition:.25s ease;position:relative}.ac-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#d32f2f;transition:.3s ease}.ac-nav a:hover{color:#d32f2f!important}.ac-nav a:hover:after{width:100%}.ac-icons{display:flex;align-items:center;gap:14px}.ac-icon{width:46px;height:46px;border-radius:14px;background:#171717!important;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff!important;transition:.25s ease}.ac-icon:hover{background:#202020!important;transform:translateY(-3px)}.cart-count{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#d32f2f;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}@media(max-width:990px){.ac-main-header{flex-wrap:wrap;justify-content:center;padding:18px 0}.ac-nav ul{gap:18px;flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.ac-topbar-inner{flex-direction:column;gap:8px;padding:10px 0}.ac-main-header{flex-direction:column;gap:18px}.site-logo{max-width:150px}.ac-nav ul{gap:14px}.ac-nav a{font-size:14px}}.ac-featured-products{background:#0d0d0d;padding:90px 0}.ac-featured-products .section-heading{text-align:center;margin-bottom:55px}.ac-featured-products .section-heading span{color:#d32f2f;font-weight:700;text-transform:uppercase;letter-spacing:1px}.ac-featured-products .section-heading h2{color:#fff;font-size:42px;margin:14px 0}.ac-featured-products .section-heading p{color:#bdbdbd;max-width:650px;margin:0 auto}.ac-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.ac-product-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:26px;overflow:hidden;transition:.3s ease}.ac-product-card:hover{transform:translateY(-10px);border-color:#d32f2f;box-shadow:0 18px 45px #00000059}.ac-product-image{display:block;background:#111;overflow:hidden}.ac-product-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.ac-product-card:hover .ac-product-image img{transform:scale(1.05)}.sale-badge{position:absolute;top:14px;left:14px;background:#d32f2f;color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.ac-product-info{padding:24px}.ac-product-info h3{margin:0 0 14px}.ac-product-info h3 a{color:#fff!important;text-decoration:none;font-size:20px;font-weight:700}.ac-product-title a{-webkit-line-clamp:2!important}.ac-product-title{min-height:56px!important;max-height:none!important;overflow:visible!important}img.ac-product-image{object-fit:contain!important}.ac-price{display:flex;align-items:center;gap:10px;margin-bottom:20px}.old-price{color:#8b8b8b;text-decoration:line-through}.price{color:#fff!important;font-size:20px;font-weight:700}.ac-cart-btn{width:100%;height:54px;border:none;border-radius:16px;background:#d32f2f!important;color:#fff!important;font-size:15px;font-weight:700;cursor:pointer;transition:.25s ease}.ac-cart-btn:hover{background:#ef4444!important;transform:translateY(-2px)}@media(max-width:990px){.ac-products-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ac-products-grid{grid-template-columns:1fr}.ac-featured-products{padding:70px 0}.ac-featured-products .section-heading h2{font-size:32px}}.ac-icon,.ac-icon:visited,.ac-icon:focus{background:#171717!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}.ac-icon:hover{background:#202020!important}.ac-icon svg,.ac-icon path{fill:#fff!important;color:#fff!important;stroke:#fff!important}.header__icon,.header__icon span,.header__icon svg,.header__icon path{color:#fff!important;fill:#fff!important;stroke:#fff!important}.header__icon{background:#171717!important;border-radius:14px}.product-form__submit,.product-form__submit.button,.shopify-payment-button__button,button[name=add],.product-form button{background:#d32f2f!important;color:#fff!important;border:none!important}.product-form__submit:hover,button[name=add]:hover{background:#ef4444!important}.cart-drawer,.drawer,.drawer__inner,.cart-drawer .drawer__inner{background:#111!important;color:#fff!important}.drawer__heading,.drawer__close,.drawer__header{color:#fff!important;background:#111!important}.cart-item,.cart-item__details,.cart-item__name,.cart-item__totals,.totals,.tax-note{color:#fff!important}.cart-item__name{text-decoration:none}.quantity,.quantity__input{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}.cart__checkout-button,.drawer__footer button,.cart__checkout-button.button{background:#d32f2f!important;color:#fff!important;border:none!important}.cart-count-bubble,.cart-count{background:#d32f2f!important;color:#fff!important}.predictive-search,.predictive-search__results-groups-wrapper,.predictive-search__item{background:#171717!important;color:#fff!important}.predictive-search *{color:#fff!important}.search__input,.field__input{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}.cart-item{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px!important;margin-bottom:16px}.cart-item__media{background:#111!important;border-radius:14px;overflow:hidden}.cart-item__image{border-radius:12px}.cart-item__name,.cart-item__name a,.cart-item__details,.cart-item__details *{color:#fff!important}.cart-item__name{font-weight:700;text-decoration:none!important}.cart-item__price-wrapper,.cart-item__totals,.price{color:#fff!important}.product-option{color:#cfcfcf!important}.cart-remove-button button,.cart-remove-button svg,.cart-remove-button path{color:#fff!important;fill:#fff!important}.quantity{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.08);border-radius:12px}.drawer__inner .cart-items,cart-items{background:transparent!important}.drawer{background:transparent!important}.drawer-overlay,.drawer__overlay,.cart-drawer-overlay,body:has(cart-drawer[open]){background:#0000008c!important}cart-drawer .drawer__inner,.cart-drawer .drawer__inner,.drawer__inner{background:#111!important;border-left:1px solid rgba(255,255,255,.08)}body,.gradient{background:#0d0d0d!important}.ac-category-section{background:#0d0d0d;padding:90px 0}.ac-category-section .section-heading{text-align:center;margin-bottom:60px}.ac-category-section .section-heading span{color:#d32f2f;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.ac-category-section .section-heading h2{color:#fff!important;font-size:42px;font-weight:800;margin:14px 0}.ac-category-section .section-heading p{color:#bdbdbd!important;max-width:650px;margin:0 auto;font-size:16px;line-height:1.8}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.category-card{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:42px 30px;text-align:center;text-decoration:none!important;transition:.35s ease;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:-100%;left:-100%;width:220%;height:220%;background:radial-gradient(circle,rgba(211,47,47,.12) 0%,transparent 70%);transition:.5s ease}.category-card:hover:before{top:-50%;left:-50%}.category-card:hover{transform:translateY(-10px);border-color:#d32f2f;box-shadow:0 18px 45px #00000073}.category-icon{width:88px;height:88px;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:42px}.category-card h3{color:#fff!important;font-size:22px;font-weight:700;margin:0}@media(max-width:990px){.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.category-grid{grid-template-columns:1fr}.ac-category-section{padding:70px 0}.ac-category-section .section-heading h2{font-size:32px}}.product,.product-grid,.product__info-wrapper,.product__media-wrapper,.product__info-container{background:#0d0d0d!important;color:#fff!important}.product-section,.product__info-container{background:#0d0d0d!important}.product__title h1,.product__title,h1.product__title{color:#fff!important;font-size:42px;font-weight:800}.price,.price-item,.product__info-container .price{color:#fff!important}.price-item--sale{color:#d32f2f!important}.price-item--regular{color:#999!important}.product__description,.product__description p,.product__description span,.product__description div{color:#cfcfcf!important}.product-form__input select,.select select,select{background:#171717!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px}.quantity{background:#171717!important;border:1px solid rgba(255,255,255,.08)}.quantity__button,.quantity__input{color:#fff!important}.product-form__submit,.shopify-payment-button__button{background:#d32f2f!important;color:#fff!important;border:none!important;border-radius:16px;min-height:58px;font-weight:700}.product-form__submit:hover{background:#ef4444!important}.product__accordion,.accordion,.product-popup-modal__content-info{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:18px;color:#fff!important}.accordion summary,.accordion__title,summary{color:#fff!important}.icon,svg path{fill:#fff!important;color:#fff!important;stroke:#fff!important}.product__media{background:#171717!important;border-radius:24px;overflow:hidden}.thumbnail{background:#171717!important;border:1px solid rgba(255,255,255,.08)}.thumbnail[aria-current]{border-color:#d32f2f!important}.product__tax,.inventory{color:#bdbdbd!important}.related-products,.product-recommendations{background:#0d0d0d!important}.related-products h2,.product-recommendations h2{color:#fff!important}.sticky-atc,.product-form{background:transparent!important}.rating,.caption,.product-meta,.shopify-payment-button{color:#fff!important}.vehicle-compatibility,.compatibility-card,.ac-vehicle-box{background:#171717!important;border:1px solid rgba(255,255,255,.08);border-radius:24px;color:#fff!important}.vehicle-compatibility .compatibility-item,.vehicle-compatibility .compatibility-box,.compatibility-card .item{background:#222!important;border:1px solid rgba(255,255,255,.08);color:#fff!important;border-radius:18px}.vehicle-compatibility h2,.vehicle-compatibility h3,.vehicle-compatibility strong,.vehicle-compatibility label{color:#fff!important}.vehicle-compatibility p,.vehicle-compatibility span,.vehicle-compatibility div{color:#d1d1d1!important}.vehicle-compatibility *{background-color:transparent}.vehicle-compatibility .compatibility-item,.vehicle-compatibility .compatibility-box{background:#222!important}[class*=compatibility]{background:#171717!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:28px!important;color:#fff!important;padding:24px!important}[class*=compatibility] .compatibility-grid,[class*=compatibility] .grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}[class*=compatibility] .compatibility-item,[class*=compatibility] .compatibility-box,[class*=compatibility] .compatibility-field,[class*=compatibility] .item,[class*=compatibility] .grid>div{background:#111!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;padding:18px!important;min-height:90px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}[class*=compatibility] .compatibility-label,[class*=compatibility] .label,[class*=compatibility] strong,[class*=compatibility] h4,[class*=compatibility] .title{color:#9e9e9e!important;font-size:13px!important;font-weight:600!important;margin-bottom:8px!important;text-transform:none!important}[class*=compatibility] .compatibility-value,[class*=compatibility] p,[class*=compatibility] span,[class*=compatibility] .value{color:#fff!important;font-size:18px!important;font-weight:700!important}[class*=compatibility] *{opacity:1!important}@media(max-width:768px){[class*=compatibility] .compatibility-grid,[class*=compatibility] .grid{grid-template-columns:1fr!important}}.product{gap:60px!important;align-items:flex-start!important;padding-top:50px!important;padding-bottom:70px!important}.product__info-wrapper,.product__info-container{padding-left:30px!important}.product__title h1,.product__title{color:#fff!important;font-size:54px!important;font-weight:800!important;line-height:1.1!important;letter-spacing:-1px;margin-bottom:20px!important}.price,.price-item{color:#fff!important;font-size:32px!important;font-weight:700!important}.price-item--regular{color:#8d8d8d!important}.product__description,.product__description p{color:#cfcfcf!important;font-size:17px!important;line-height:1.8!important}.quantity{background:#171717!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important}.quantity__input{color:#fff!important;background:transparent!important}.quantity__button{color:#fff!important}.product-form__submit,.shopify-payment-button button{background:#e53935!important;color:#fff!important;border:none!important;border-radius:14px!important;min-height:58px!important;font-size:17px!important;font-weight:700!important;transition:.3s ease}.product-form__submit:hover{transform:translateY(-2px);background:#ff4b47!important}.product-form__input input[type=radio]+label{background:#171717!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important}.accordion,.product__accordion{background:#111!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;margin-top:18px!important}.accordion summary{color:#fff!important}.accordion__content{color:#cfcfcf!important}.product__info-container{position:sticky;top:120px}.product__media img{border-radius:24px!important}.product-form{margin-top:24px!important}.product__tax,.product__inventory{color:#9f9f9f!important}@media(max-width:768px){.product{gap:30px!important;padding-top:20px!important}.product__title h1{font-size:38px!important}.product__info-wrapper,.product__info-container{padding-left:0!important}}.product{display:grid!important;grid-template-columns:55% 45%!important;gap:50px!important;align-items:start!important}.product__media-wrapper,.product__info-wrapper{width:100%!important;max-width:none!important}.product__info-container{position:static!important;top:auto!important;padding-left:0!important;width:100%!important}.product__title{margin-top:0!important}@media(max-width:990px){.product{grid-template-columns:1fr!important;gap:30px!important}.product__media-wrapper,.product__info-wrapper{width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/autocore-global.css.map */
