:root{color-scheme:light;--bg:#fff;--surface:#fff;--soft:#f4f5f6;--ink:#20252b;--muted:#69717b;--line:#e1e4e8;--red:#e7192d;--price:#d51529;--heading:'Barlow Condensed','Arial Narrow',sans-serif}
:root[data-theme=dark]{color-scheme:dark;--bg:#15191e;--surface:#1e232a;--soft:#262c34;--ink:#eef1f5;--muted:#adb5bf;--line:#343c47;--price:#ff6573}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;background:var(--bg);color:var(--ink);font:400 14px/1.4 'Barlow',Arial,sans-serif}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}svg{width:20px;height:20px;flex-shrink:0}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #388ddd;outline-offset:3px}.container{width:calc(100% - 48px);max-width:1380px;margin:auto}.skip{position:fixed;top:-60px;z-index:30;background:white;color:black;padding:12px}.skip:focus{top:0}
.utility{background:#20252a;color:#e2e5e8;font-size:11px}.utility-inner,.utility-left,.utility-right{display:flex;align-items:center;gap:24px}.utility-inner{justify-content:space-between;min-height:30px}.utility span,.utility a{display:inline-flex;align-items:center;gap:6px}.utility svg{width:13px;height:13px}.utility-right{gap:20px}.theme-picker{display:flex;background:#14181d;border:1px solid #454b52;border-radius:4px;margin:3px 0;padding:2px;gap:2px}.theme-picker button{border:0;background:transparent;color:#ccd1d8;border-radius:2px;padding:2px 7px;font-size:11px}.theme-picker button[aria-pressed=true]{background:#f5f6f8;color:#20252b}
.main-header{background:var(--surface)}.header-inner{display:flex;align-items:center;gap:34px;min-height:80px}.brand{display:flex;align-items:center;flex-shrink:0;gap:9px}.brand img{width:62px;height:62px;object-fit:contain;background:#fff;border-radius:3px}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong,.brand b{font-family:var(--heading);font-size:25px;font-weight:600;letter-spacing:.4px}.brand b{font-size:20px;color:var(--red);letter-spacing:1.5px}.brand small{font-size:7px;letter-spacing:.6px;margin-top:6px}.search{display:flex;flex:1;border:1px solid var(--line);height:39px;border-radius:5px;overflow:hidden;background:var(--bg)}.search input{width:100%;min-width:0;border:0;background:transparent;color:var(--ink);padding:0 14px;font-size:13px}.search button{border:0;background:var(--red);color:white;width:47px;flex-shrink:0;display:grid;place-items:center}.account-links{display:flex;gap:22px;align-items:center}.account-links button{display:flex;align-items:center;gap:7px;position:relative;background:transparent;border:0;padding:4px 0;font-size:12px;font-weight:500}.account span{display:flex;flex-direction:column;text-align:left}.account b{font-weight:500}.account small{font-size:10px;color:var(--muted)}.account-links svg{width:23px;height:23px}.account-links i{position:absolute;right:-7px;top:-2px;font-size:9px;font-style:normal;width:13px;height:13px;border-radius:50%;background:var(--red);color:white;text-align:center}
.navigation{background:#23272b;color:#fff}.nav-inner,.nav-links{display:flex;align-items:stretch}.category-menu{display:flex;align-items:center;gap:10px;background:var(--red);padding:0 17px;width:240px;flex-shrink:0;font-weight:500}.category-menu span{margin-left:auto}.nav-links{gap:30px;margin-left:38px;min-height:40px}.nav-links a{display:flex;align-items:center;font-size:13px;font-weight:500;position:relative;white-space:nowrap}.nav-links a.active:after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--red)}
.hero{background:radial-gradient(ellipse at 65% 80%,#3a4249 0,transparent 54%),linear-gradient(110deg,#0d1116,#1d232b 65%,#0d1116);color:#fff;overflow:hidden}.hero-inner{min-height:285px;position:relative;display:flex;align-items:center}.hero-copy{position:relative;z-index:2;width:52%;padding:25px 0}.eyebrow{font-size:11px;letter-spacing:2.2px;color:#c5c9cf;font-weight:500}.hero h1{font-family:var(--heading);font-size:43px;font-weight:600;text-transform:uppercase;line-height:1.03;margin:9px 0 10px;letter-spacing:.2px}.hero h1 em{color:#ff3346;font-style:italic}.hero-copy>p{font-size:14px;color:#e0e4e9}.hero-points{display:flex;gap:18px;font-size:11px;margin:18px 0}.hero-points span{display:flex;align-items:center;gap:5px}.hero-points svg{width:15px;height:15px}.hero-actions{display:flex;gap:12px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:37px;padding:0 20px;border-radius:3px;font-size:13px;font-weight:500}.primary-button{background:var(--red);color:#fff}.secondary-button{border:1px solid #98a0aa}.hero-art{position:absolute;right:18px;bottom:-34px;width:51%;height:330px;pointer-events:none}.hero-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:screen}.hero-caption{position:absolute;right:0;top:22px;transform:rotate(-7deg);font:italic 500 21px/1.1 var(--heading);letter-spacing:.5px}.hero-caption span{display:block;width:100px;height:3px;background:var(--red);margin-top:8px}
.shop-body{padding-top:16px;padding-bottom:14px}.categories{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:13px}.category{background:var(--soft);border-radius:5px;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:4px 6px 8px;gap:1px;transition:transform .15s}.category:hover{transform:translateY(-3px)}.category>span{font-size:12px;font-weight:500}.part-photo{background-image:url('catalog-parts.png');background-size:300% 200%;background-repeat:no-repeat;aspect-ratio:1;width:100%}.pads{background-position:0 0}.tire{background-position:50% 0}.battery{background-position:100% 0}.light{background-position:0 100%}.oil{background-position:50% 100%}.wipers{background-position:100% 100%}.category .part-photo{width:66px;mix-blend-mode:multiply}.engine,.suspension{background-image:url('hero-parts.png');background-size:190%;background-position:26% 55%}.suspension{background-position:81% 48%}.category .engine,.category .suspension{mix-blend-mode:normal;border-radius:4px}:root[data-theme=dark] .category .part-photo{mix-blend-mode:normal;border-radius:4px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 9px;min-height:24px}.section-heading h2{font:600 22px/1.1 var(--heading);position:relative;padding-left:13px}.section-heading h2:before{content:'';position:absolute;left:0;top:3px;bottom:3px;width:4px;background:var(--red);border-radius:2px}.section-heading>a,.section-heading>span{display:inline-flex;gap:7px;align-items:center;font-size:11px;white-space:nowrap}.section-heading svg{width:14px;height:14px}.featured{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:16px}.catalog{min-width:0}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.product-card{border:1px solid var(--line);border-radius:5px;background:var(--surface);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.product-card:hover{border-color:#a0a6af;box-shadow:0 3px 14px #0000000d}.product-visual{position:relative;display:flex;align-items:center;justify-content:center;background:#f4f4f4;padding:7px;overflow:hidden}.product-visual .part-photo{width:100%;max-width:145px}.product-tag{position:absolute;z-index:1;top:7px;left:7px;color:#fff;background:var(--red);border-radius:3px;padding:2px 6px;font-size:10px;font-weight:500}.product-info{padding:8px;display:flex;flex-direction:column;flex:1}.product-info h3{font-size:13px;font-weight:500;line-height:1.25;min-height:33px}.product-info p{font-size:10px;color:var(--muted);margin:4px 0;min-height:28px}.product-condition{font-size:10px;color:var(--muted)}.product-condition span{margin:0 3px}.price{font-size:17px;font-weight:600;color:var(--price);margin:4px 0 9px;display:flex;align-items:baseline;gap:5px}.price del{font-size:10px;font-weight:400;color:var(--muted)}.cart-button{margin-top:auto;background:transparent;border:1px solid var(--red);color:var(--price);border-radius:3px;display:flex;align-items:center;justify-content:center;gap:5px;width:100%;font-size:11px;font-weight:500;padding:6px 2px}.cart-button svg{width:13px;height:13px}.cart-button:hover{background:var(--red);color:white}.offer{margin-top:33px;background:radial-gradient(ellipse at 100% 55%,#8a1522,#29181e 65%,#161a20);border-radius:5px;color:#fff;position:relative;overflow:hidden;padding:15px;display:flex;flex-direction:column;align-items:flex-start;isolation:isolate}.offer-label{background:#df1930;padding:4px 7px;border-radius:3px;font-size:9px;font-weight:500;letter-spacing:.3px}.offer h2{font:italic 600 29px/1.05 var(--heading);text-transform:uppercase;margin-top:12px;z-index:2}.offer p{font-size:11px;color:#e0d9dc;max-width:130px;margin-top:8px;z-index:2}.offer-photo{position:absolute;width:175px;right:-38px;bottom:33px;opacity:.35;mix-blend-mode:screen;z-index:-1}.offer>a{background:#fff;color:#23272b;border-radius:3px;padding:8px 11px;font-size:11px;font-weight:500;margin-top:auto;display:flex;align-items:center;gap:8px}.offer>a svg{width:15px;height:15px}
.brands-section{margin-top:13px}.brands{display:grid;grid-template-columns:repeat(8,1fr);align-items:center;min-height:53px;border:1px solid var(--line);border-radius:4px;background:var(--surface);padding:7px;gap:10px}.brands>span{text-align:center;font:italic 600 25px/.9 var(--heading);letter-spacing:.3px}.brands>span:nth-child(3n+1){color:var(--price)}.brands>span:nth-child(3n+2){color:#4f79af}.subbrand{display:block;font:500 7px/1 'Barlow',sans-serif;letter-spacing:1px;margin-top:3px}.service-strip{display:grid;grid-template-columns:repeat(4,1fr) 1.65fr;margin-top:10px;background:#262b30;color:#fff;border-radius:4px;overflow:hidden}.service-strip>div{display:flex;align-items:center;gap:9px;padding:14px 12px}.service-strip>div>svg{width:26px;height:26px}.service-strip strong{font-size:12px;font-weight:500;display:block}.service-strip p span,.service-strip small{display:block;font-size:10px;color:#c9ced5;margin-top:2px}.support-cta{background:linear-gradient(115deg,#b71122,#e91930);padding:13px;display:flex;align-items:center;justify-content:space-between;gap:10px}.support-cta small{color:#fbdde1}.guides{margin-top:13px}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.guide-grid article{border:1px solid var(--line);background:var(--surface);border-radius:4px;padding:12px;display:flex;gap:12px;align-items:center}.step{font:500 28px var(--heading);color:var(--price);padding-right:10px;border-right:1px solid var(--line)}.guide-grid h3{font-size:12px;font-weight:500;margin-bottom:3px}.guide-grid p{font-size:11px;color:var(--muted);line-height:1.35}
.footer{background:#22272c;color:#e3e6eb;padding:20px 0 10px}.footer-grid{display:grid;grid-template-columns:1.15fr .85fr 1fr 1.35fr;gap:35px}.footer-brand img{width:45px;height:45px}.footer-brand strong{font-size:22px}.footer-brand b{font-size:17px}.footer h3{font-size:12px;font-weight:500;margin-bottom:9px}.footer p,.footer a:not(.brand){font-size:11px;color:#c4c9d0}.footer-about p{margin-top:8px}.footer-grid>div>a:not(.brand){display:block;margin-bottom:4px}.footer-categories{display:grid;grid-template-columns:1fr 1fr;gap:4px}.newsletter{display:flex;gap:7px;margin-top:9px}.newsletter input{min-width:0;width:100%;border:1px solid #59616a;border-radius:3px;background:#fff;color:#20252b;padding:8px;font-size:11px}.newsletter button{background:var(--red);color:#fff;border:0;border-radius:3px;padding:0 13px;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #3a4149;margin-top:16px;padding-top:10px;font-size:10px;color:#aeb6c1}
@media(min-width:1600px){.hero-inner{min-height:310px}.hero h1{font-size:47px}.hero-art{height:365px}.product-visual .part-photo{max-width:155px}}
@media(max-width:1200px){.container{width:calc(100% - 32px)}.header-inner{gap:20px}.account-links{gap:14px}.account-links .wishlist span,.account-links .basket span{display:none}.nav-links{gap:23px;margin-left:25px}.hero h1{font-size:37px}.hero-points{gap:10px}.hero-caption{display:none}.featured{grid-template-columns:minmax(0,1fr) 180px;gap:12px}.product-grid{gap:6px}.product-info{padding:6px}.product-info h3{font-size:12px}.service-strip{grid-template-columns:repeat(4,1fr)}.support-cta{grid-column:1/-1;padding:8px 14px}.support-cta span{display:flex;align-items:center;gap:12px}.utility-left span:last-child{display:none}}
@media(max-width:950px){.utility-left span:nth-child(2){display:none}.header-inner{flex-wrap:wrap;padding:10px 0;gap:10px 20px}.brand{margin-right:auto}.search{order:3;flex-basis:100%}.nav-links{overflow-x:auto;gap:24px;margin-left:20px}.category-menu{width:205px;font-size:12px}.hero h1{font-size:34px}.hero-copy{width:57%}.hero-art{right:-55px;width:55%}.hero-points span:last-child{display:none}.featured{grid-template-columns:minmax(0,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-info h3{min-height:0;font-size:14px}.product-info p{min-height:0;font-size:12px}.product-info{padding:10px}.product-visual .part-photo{max-width:150px}.offer{margin:0;min-height:140px;padding:18px}.offer h2{font-size:27px}.offer h2 br{display:none}.offer p{max-width:none}.offer-photo{width:180px;right:20px;bottom:-15px}.offer>a{position:absolute;right:30px;top:52px}.brands>span{font-size:21px}.categories{gap:7px}.category>span{font-size:10px}.service-strip>div{gap:6px;padding:12px 9px}.service-strip strong{font-size:11px}.service-strip p span{font-size:9px}.footer-grid{gap:20px;grid-template-columns:1fr 1fr}.guide-grid article{align-items:flex-start}.guide-grid{gap:8px}.step{font-size:23px}}
@media(max-width:600px){.container{width:calc(100% - 24px)}.utility-inner{gap:10px}.utility-left{font-size:10px}.utility-right{gap:10px}.utility-right>a{display:none}.theme-picker button{padding:3px 6px}.brand img{width:46px;height:46px}.brand strong{font-size:21px}.brand b{font-size:16px}.brand small{font-size:6px}.account-links{gap:17px}.account span{display:none}.account-links svg{width:21px;height:21px}.header-inner{gap:9px}.search{height:39px}.search input{font-size:12px}.nav-inner{width:100%;display:block}.category-menu{display:none}.nav-links{margin:0;padding:0 12px;gap:26px;min-height:39px}.nav-links a{font-size:12px}.hero-inner{min-height:385px;align-items:flex-start}.hero-copy{width:100%;padding-top:22px}.eyebrow{font-size:9px;letter-spacing:1.5px}.hero h1{font-size:35px;max-width:350px}.hero-copy>p{font-size:12px;max-width:285px}.hero-points{font-size:10px;margin:13px 0}.hero-actions{gap:8px}.primary-button,.secondary-button{font-size:12px;padding:0 12px;min-height:35px}.hero-art{height:210px;width:90%;right:-32px;bottom:-40px;opacity:.82}.shop-body{padding-top:12px}.categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.category .part-photo{width:57px}.category>span{font-size:11px}.section-heading h2{font-size:21px}.section-heading>a,.section-heading>span{font-size:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-info h3{font-size:13px;min-height:33px}.product-info p{font-size:11px;min-height:28px}.product-info{padding:9px}.product-condition{font-size:9px}.product-visual .part-photo{max-width:155px}.cart-button{font-size:12px;padding:8px 2px}.price{font-size:18px}.offer{min-height:165px;padding:16px}.offer h2{max-width:190px;font-size:26px}.offer h2 br{display:block}.offer p{max-width:165px}.offer>a{right:13px;top:auto;bottom:16px;font-size:10px}.offer-photo{right:-20px;bottom:5px;width:170px}.brands{grid-template-columns:repeat(4,1fr);gap:18px 10px;padding:15px 7px}.brands>span{font-size:22px}.service-strip{grid-template-columns:1fr 1fr}.service-strip>div{padding:14px 11px}.service-strip p span{font-size:10px}.service-strip strong{font-size:12px}.support-cta span{display:block}.support-cta{padding:13px}.guide-grid{grid-template-columns:1fr}.guide-grid article{padding:12px;align-items:center}.guide-grid p{font-size:12px}.guide-grid h3{font-size:13px}.guides .section-heading>span{display:none}.footer-grid{gap:23px 18px}.footer-grid>div:last-child{grid-column:1/-1}.footer-about{grid-column:1/-1}.footer-about p br{display:none}.footer-bottom{flex-direction:column;gap:5px}.footer{padding-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
