/* Steering-wheel storefront revision */
.category-nav{display:none!important}
.site-header{top:0}
.hero,.hero__copy{min-height:clamp(650px,78vh,860px)}
.hero__copy{align-items:flex-end;padding-right:max(24px,calc((100% - var(--max))/2));text-align:right}
.hero h1{justify-items:end;max-width:1000px}
.hero h1 span:last-child{margin-left:0}
.hero__actions{justify-content:flex-end}
.hero__slide:first-child img{object-position:center}
.hero__slide--carbon img{object-position:center}
.hero__shade{background:linear-gradient(270deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.52) 38%,rgba(0,0,0,.08) 68%),linear-gradient(0deg,rgba(0,0,0,.34),transparent 55%)}
.wheel-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);max-width:var(--max);margin:0 auto;padding:90px 24px;background:#fff}
.wheel-feature__image{position:relative;display:block;overflow:hidden;min-height:540px;border:0;background:#171819}
.wheel-feature__image:after{position:absolute;right:0;bottom:0;width:140px;height:7px;background:var(--red);content:"";transform:skewX(-32deg)}
.wheel-feature__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s var(--ease)}
.wheel-feature__image:hover img{transform:scale(1.025)}
.wheel-feature__copy{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:60px clamp(32px,6vw,90px);background:#121212;color:#fff}
.wheel-feature__copy h2{max-width:610px;margin:12px 0 34px;font-size:clamp(3rem,5vw,5.8rem);font-weight:900;letter-spacing:-.055em;line-height:.84;text-transform:uppercase}
.wheel-feature__copy dl{width:100%;margin:0 0 36px}
.wheel-feature__copy dl div{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px 0;border-top:1px solid #383838}
.wheel-feature__copy dl div:last-child{border-bottom:1px solid #383838}
.wheel-feature__copy dt{color:var(--red);font-size:.75rem;font-weight:900}
.wheel-feature__copy dd{margin:0;color:#d4d4d4;font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.fitment{margin-top:0}
.catalogue{background:#efefef}
@media(max-width:900px){.wheel-feature{grid-template-columns:1fr;padding:0}.wheel-feature__image{min-height:420px}.wheel-feature__copy{padding:60px 28px}.hero__copy{padding-right:24px}}
@media(max-width:620px){.hero,.hero__copy{min-height:calc(100svh - 68px)}.hero__copy{align-items:flex-start;padding:84px 20px 116px;text-align:left}.hero h1{font-size:clamp(3rem,14.8vw,4.4rem)}.hero__actions{justify-items:stretch;width:100%}.hero__slide:first-child img{object-position:42% center}.wheel-feature__image{min-height:350px}.wheel-feature__copy{padding:52px 20px}.wheel-feature__copy h2{font-size:clamp(2.8rem,13vw,4rem)}}
