:root{--theme-radius:18px;--theme-dark:#070a12;--theme-warm:#f59e0b}
body{background:var(--site-background-color,#f8fafc)}
.site-header-main{background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.07)}
.site-header-main .container-app{min-height:90px}
.desktop-nav,.desktop-nav-shell{background:var(--theme-dark)!important}
.card,.product-card{border-radius:var(--theme-radius)!important}
.product-card{border:1px solid #e5e7eb;transition:transform .22s ease,box-shadow .22s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.12)}
.btn-primary{border-radius:12px!important;font-weight:800}
.featured-category-card,.category-card{overflow:hidden;border-radius:20px!important}
.vehicle-selector-shell{border-radius:20px!important;overflow:hidden}
.section-title{font-weight:900;letter-spacing:-.025em}
@media(max-width:767px){.site-header-main .container-app{min-height:78px}.product-card:hover{transform:none}.card,.product-card{border-radius:14px!important}}
