:root{--primary-color: #B01B1B;--primary-dark: #8E1515;--secondary-color: #0A0A0A;--header-gray: #C9C9C4;--background: #D8D8D4;--white: #FFFFFF;--text-color: #1A1A1A;--text-muted: #565656;--light-gray: #E5E5E2;--border-color: #D5D5D0;--dark-bg: #0A0A0A;--heading-font: "Arial Narrow", Arial, sans-serif;--body-font: "Helvetica Neue", Arial, sans-serif;--container-width: 1680px;--container-gutter: clamp(28px, 3vw, 56px);--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--spacing-4xl: 80px;--radius-sm: 2px;--radius-md: 4px;--transition: .25s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--body-font);color:var(--text-color);background-color:var(--background);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:.01em;color:var(--text-color)}h1{font-size:clamp(36px,6vw,60px)}h2{font-size:clamp(28px,4vw,40px)}h3{font-size:clamp(20px,3vw,28px)}h4{font-size:20px}h5{font-size:16px}h6{font-size:14px}p{margin-bottom:var(--spacing-md);color:var(--text-muted);line-height:1.7;font-size:16px}a{color:inherit;text-decoration:none;transition:color var(--transition)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #FFFFFF;outline-offset:3px;box-shadow:0 0 0 5px #111}#MainContent:focus{outline:none;box-shadow:none}.skip-link{position:fixed;inset-block-start:8px;inset-inline-start:8px;z-index:1000;min-height:44px;padding:10px 16px;transform:translateY(-150%);background:var(--secondary-color);color:var(--white);font-weight:700}.skip-link:focus{transform:translateY(0)}.section-title{font-size:clamp(28px,3.5vw,40px);font-weight:700;text-transform:uppercase;color:var(--text-color);letter-spacing:.01em}.section-title .accent{color:var(--primary-color)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:14px 30px;background-color:var(--primary-color);color:var(--white);border:none;border-radius:var(--radius-sm);font-family:var(--heading-font);font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:all var(--transition)}.btn:hover{background-color:var(--primary-dark);color:var(--white)}.btn--dark{background-color:var(--secondary-color)}.btn--dark:hover{background-color:#2a2a2a}.btn--outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn--outline:hover{background:var(--primary-color);color:var(--white)}.btn--sm{padding:10px 20px;font-size:13px}.link-arrow{font-family:var(--heading-font);font-weight:600;text-transform:uppercase;font-size:15px;color:var(--primary-color);display:inline-flex;align-items:center;gap:6px;border-bottom:2px solid var(--primary-color);padding-bottom:2px}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding-inline:var(--container-gutter)}.section{padding:var(--spacing-3xl) 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl);flex-wrap:wrap;gap:var(--spacing-md)}.section-head--center{flex-direction:column;text-align:center;justify-content:center}.product-card{background:var(--white);border:1px solid var(--border-color);padding:20px;display:flex;flex-direction:column;text-align:center;transition:box-shadow var(--transition);position:relative}.product-card:hover{box-shadow:0 6px 20px #0000001f;z-index:2}.product-card__media{position:relative;display:block;width:100%;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:var(--spacing-md);background:var(--white)}.product-card__img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .24s ease,transform .36s ease}.product-card__image-empty{display:grid;width:100%;height:100%;place-items:center;padding:20px;background:#eeeeeb;color:var(--text-muted);font-size:14px;font-weight:700;text-align:center}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover)and (pointer:fine){.product-card--has-secondary:hover .product-card__img--primary,.product-card--has-secondary:focus-visible .product-card__img--primary{opacity:0;transform:scale(1.02)}.product-card--has-secondary:hover .product-card__img--secondary,.product-card--has-secondary:focus-visible .product-card__img--secondary{opacity:1}}@media(prefers-reduced-motion:reduce){.product-card__img{transition:none}}.product-card__title{font-family:var(--body-font);font-weight:700;font-size:16px;text-transform:none;letter-spacing:0;color:var(--text-color);margin-bottom:var(--spacing-sm);line-height:1.3;min-height:42px}.product-card__meta{display:grid;gap:3px;min-height:38px;margin:0 0 var(--spacing-sm);color:var(--text-muted);font-size:12px;line-height:1.35}.product-card__vehicle{color:var(--text-color);font-weight:700}.product-card__freight{color:var(--primary-color);font-weight:700}.product-card__price{font-size:14px;color:var(--text-muted)}.product-card__price strong{color:var(--primary-color);font-size:17px}.product-card__price sup{font-size:9px}@media(max-width:1024px){:root{--container-gutter: 24px}.section{padding:var(--spacing-2xl) 0}}@media(max-width:767px){:root{--container-gutter: 16px}.section{padding:var(--spacing-2xl) 0}.section-head{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
