:root {
  --accent: #e42329;
  --accent-dark: #bd1117;
  --ink: #17191b;
  --muted: #74797d;
  --line: #e8e9ea;
  --soft: #f2f3f4;
  --warm: #f8f5f1;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(21, 25, 28, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
button { border: 0; cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 84px 0; }
.empty-page { min-height: 65vh; padding: 160px 0 80px; }
.empty-page h1 { font-size: clamp(38px, 5vw, 70px); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); transition: .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(20,22,24,.05); }
.site-header__inner { height: 86px; display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand__mark { position: relative; width: 43px; height: 43px; flex: 0 0 43px; }
.brand__mark img { width: 43px; height: 43px; object-fit: contain; }
.brand__name { white-space: nowrap; font-size: 17px; font-weight: 800; letter-spacing: -.055em; }
.brand__name span { color: var(--accent); }
.city-label { display: flex; align-items: center; gap: 8px; min-width: 126px; }
.city-label svg { width: 21px; color: var(--ink); }
.city-label span, .header-phone { display: flex; flex-direction: column; }
.city-label b { font-size: 12px; }
.city-label small, .header-phone small { color: #8c9195; font-size: 8px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 16px; margin-left: auto; white-space: nowrap; }
.main-nav a { font-size: 10px; font-weight: 700; transition: color .2s; }
.main-nav a:hover { color: var(--accent); }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin-left: 6px; }
.header-phone { flex: 0 0 auto; white-space: nowrap; text-align: right; }
.header-phone b { font-size: 14px; }
.header-actions .button { white-space: nowrap; padding-inline: 15px; }
.site-header--inner .site-header__inner { height: 74px; }
.inner-header-search { min-width: 240px; height: 48px; display: flex; flex: 1 1 auto; align-items: center; overflow: hidden; border-radius: 14px; background: var(--soft); }
.inner-header-search button { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; padding: 0; color: #74797d; background: transparent; }
.inner-header-search button svg { width: 23px; }
.inner-header-search input { min-width: 0; height: 100%; flex: 1 1 auto; padding: 0 12px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: 12px; }
.inner-header-search input::placeholder { color: #8b9094; }
.inner-header-search__city { height: 32px; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 0 15px; border-left: 1px solid #dfe1e2; white-space: nowrap; font-size: 10px; }
.inner-header-search__city svg { width: 18px; }
.inner-header-mobile-city { display: none; }
.inner-header-nav { height: 50px; display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.inner-header-nav a { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 750; transition: color .2s; }
.inner-header-nav a:hover { color: var(--accent); }
.inner-header-nav__vehicle { font-size: 11px !important; }
.inner-header-nav__vehicle svg { width: 23px; height: 20px; stroke-width: 2.1; }
.mega-menu--inner { inset: 124px 0 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 13px; font-size: 11px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: #fff; background: var(--ink); box-shadow: 0 9px 24px rgba(18,20,22,.14); }
.button--accent { color: #fff; background: var(--accent); box-shadow: 0 10px 24px rgba(228,35,41,.22); }
.button--accent:hover { background: var(--accent-dark); }
.button--light { color: var(--ink); border: 1px solid var(--line); background: #fff; }
.button--white { color: var(--accent); background: #fff; box-shadow: 0 10px 28px rgba(102,0,0,.18); }
.button--photo { color: var(--ink); border: 1px solid #e2e3e4; background: #fff; }
.button--photo svg { width: 18px; color: var(--accent); }
.menu-button { width: 42px; height: 42px; flex: 0 0 42px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 11px; border: 1px solid transparent; border-radius: 12px; background: var(--soft); transition: background .2s, border-color .2s; }
.menu-button:hover { border-color: #dadcdf; background: #e9eaeb; }
.menu-button span { width: 100%; height: 2px; border-radius: 2px; background: #222; transition: .2s; }
.menu-button.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.mega-menu { position: fixed; z-index: 95; inset: 86px 0 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s, visibility .22s; }
.mega-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.mega-menu__backdrop { position: absolute; inset: 0; width: 100%; padding: 0; background: rgba(22,24,26,.28); backdrop-filter: blur(3px); }
.mega-menu__panel { position: relative; max-height: calc(100vh - 98px); overflow-y: auto; margin: 0 12px; padding: 50px 0 25px; border-radius: 0 0 28px 28px; background: #fff; box-shadow: 0 28px 75px rgba(20,22,24,.18); transform: translateY(-14px); transition: transform .26s ease; }
.mega-menu.is-open .mega-menu__panel { transform: none; }
.mega-menu__content { display: grid; grid-template-columns: .8fr 1fr 2.15fr; gap: 58px; }
.mega-menu__label { margin: 0 0 23px; color: #92969a; font-size: 11px; font-weight: 700; }
.mega-menu__links { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; }
.mega-menu__links a { position: relative; font-size: 12px; font-weight: 650; line-height: 1.25; transition: color .18s, transform .18s; }
.mega-menu__links a:hover { color: var(--accent); transform: translateX(3px); }
.mega-menu__links .mega-menu__lead-link { font-size: 18px; font-weight: 800; letter-spacing: -.035em; }
.mega-menu__urgent { display: inline-flex; align-items: center; gap: 8px; }
.mega-menu__urgent i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(228,35,41,.09); }
.mega-menu__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; align-content: start; }
.mega-feature { min-width: 0; min-height: 92px; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 13px; padding: 10px; border: 1px solid transparent; border-radius: 18px; color: var(--ink); background: transparent; text-align: left; transition: border-color .18s, background .18s, transform .18s; }
.mega-feature:hover { border-color: var(--line); background: #fafafa; transform: translateY(-2px); }
.mega-feature__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: #35383a; background: var(--soft); }
.mega-feature__icon svg { width: 33px; height: 33px; }
.mega-feature__icon--red { color: #fff; background: var(--accent); }
.mega-feature__icon--dark { color: #fff; background: #1b1d1f; }
.mega-feature > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.mega-feature b { font-size: 13px; line-height: 1.25; letter-spacing: -.025em; }
.mega-feature small { margin-top: 5px; color: #8e9396; font-size: 8px; line-height: 1.45; }
.mega-menu__bottom { min-height: 82px; display: flex; align-items: center; gap: 10px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.mega-menu__contact { display: flex; flex-direction: column; margin-right: 20px; }
.mega-menu__contact small { color: #92969a; font-size: 8px; }
.mega-menu__contact a { margin-top: 2px; font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.mega-menu__bottom p { flex: 1; margin: 0; color: #858a8e; font-size: 10px; }
.mega-menu__bottom .button { min-height: 46px; }

.hero { padding: 82px 0 58px; }
.hero__inner { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #858a8e; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(228,35,41,.09); }
.hero h1 { margin: 22px 0 14px; font-size: clamp(48px, 6.25vw, 78px); line-height: .98; letter-spacing: -.065em; }
.hero__lead { max-width: 720px; margin: auto; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero__lead strong { color: var(--ink); }
.finder { max-width: 1000px; margin: 44px auto 0; padding: 10px; border-radius: 27px; background: var(--soft); text-align: left; }
.finder__title { min-height: 70px; display: flex; align-items: center; gap: 13px; padding: 0 20px; border-radius: 19px; background: #fff; font-size: 14px; font-weight: 700; }
.finder__title svg { width: 24px; color: #73787c; }
.finder__hint { margin-left: auto; color: #9a9ea1; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.finder__fields { display: grid; grid-template-columns: 1fr 1fr .8fr .9fr 1.25fr; gap: 7px; padding-top: 8px; }
.select-field { height: 59px; display: grid; align-content: center; padding: 0 14px; border-radius: 15px; background: #fff; }
.select-field span { color: #979b9f; font-size: 7px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.select-field select { width: 100%; padding: 2px 18px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; }
.finder__submit { height: 59px; border: 0; }
.photo-pick-hero { width: min(1000px, 100%); min-height: 66px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; column-gap: 13px; margin: 10px auto 0; padding: 10px 17px; border: 1px solid #e5e6e7; border-radius: 20px; color: var(--ink); background: #fff; text-align: left; transition: border-color .2s, box-shadow .2s, transform .2s; }
.photo-pick-hero:hover { border-color: #efb6b8; box-shadow: 0 12px 30px rgba(31,34,36,.07); transform: translateY(-2px); }
.photo-pick-hero > span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--accent); }
.photo-pick-hero svg { width: 23px; }
.photo-pick-hero b { align-self: end; font-size: 12px; }
.photo-pick-hero small { align-self: start; margin-top: 2px; color: #91969a; font-size: 8px; }
.photo-pick-hero i { grid-column: 3; grid-row: 1 / 3; font-size: 23px; font-style: normal; }
.quick-grid { max-width: 1000px; display: grid; grid-template-columns: repeat(4, 1fr) 1.8fr; gap: 8px; margin: 16px auto 0; text-align: left; }
.quick-card { min-height: 142px; display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.quick-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: auto; border-radius: 14px; color: var(--accent); background: #fff0f0; }
.quick-card__icon svg { width: 25px; }
.quick-card b { margin: 11px 0 3px; font-size: 11px; }
.quick-card small { color: #92969a; font-size: 8px; }
.promo-card { position: relative; min-height: 142px; overflow: hidden; display: flex; align-items: center; padding: 22px; border-radius: 21px; color: #fff; background: #17191b; }
.promo-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -45px; top: -55px; border-radius: 50%; background: var(--accent); opacity: .95; }
.promo-card > div:first-child { position: relative; z-index: 2; display: flex; flex-direction: column; }
.promo-card small { color: #aeb2b5; font-size: 8px; }
.promo-card b { max-width: 120px; margin: 5px 0 14px; font-size: 15px; line-height: 1.2; }
.promo-card a { font-size: 9px; font-weight: 800; }
.promo-card__meter { position: absolute; z-index: 2; right: 20px; width: 96px; height: 68px; display: grid; place-items: center; align-content: center; border: 7px solid #303437; border-radius: 10px; color: #60e77c; background: #101212; transform: rotate(5deg); }
.promo-card__meter small { color: #7c8680; font-size: 5px; }
.promo-card__meter strong { font-size: 21px; }
.promo-card__meter span { font-size: 6px; }

.brands-section { padding: 34px 0 78px; background: #fff; }
.brands-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.brands-head h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.brands-head a { min-height: 42px; display: inline-flex; align-items: center; gap: 15px; padding: 0 17px; border-radius: 12px; background: var(--soft); font-size: 10px; font-weight: 800; }
.brands-head a span { font-size: 22px; line-height: 1; }
.brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 54px; row-gap: 23px; }
.car-brand { min-width: 0; display: flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; transition: color .2s; }
.car-brand:hover { color: var(--accent); }
.car-logo { width: 39px; height: 25px; flex: 0 0 39px; display: grid; place-items: center; color: #25282a; }
.car-logo img { display: block; width: 39px; height: 24px; object-fit: contain; }
.car-logo b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #202326; font-size: 11px; }
.product-fitments { margin: 16px 0 22px; padding: 14px 16px; border-radius: 14px; background: var(--soft); }
.product-fitments summary { cursor: pointer; font-size: 11px; font-weight: 800; }
.product-fitments p { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.catalog { border-top: 0; padding-top: 64px; background: #fff; }
.catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 38px; }
.section-kicker { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-head h2, .product-description h2 { margin: 12px 0 0; font-size: clamp(35px, 4.4vw, 55px); line-height: 1.02; letter-spacing: -.055em; }
.catalog-head > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.catalog-head--listings { align-items: center; margin-bottom: 30px; }
.catalog-head--listings h2 { font-size: 36px; }
.catalog-head--listings > p { padding: 10px 14px; border-radius: 12px; color: #6f7478; background: var(--soft); font-size: 10px; font-weight: 700; }
.listing-card { min-width: 0; }
.listing-card__media { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; border-radius: 17px; background: var(--soft); }
.listing-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card:hover .listing-card__media img { transform: scale(1.025); }
.listing-card__media .badge { top: auto; bottom: 12px; left: 12px; padding: 6px 9px; border-radius: 7px; font-size: 7px; }
.listing-card__favorite { position: absolute; z-index: 2; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(22,24,26,.28); backdrop-filter: blur(7px); }
.listing-card__favorite svg { width: 21px; stroke-width: 2; }
.listing-card__body { padding: 12px 1px 0; }
.listing-card__price { display: flex; align-items: baseline; gap: 8px; }
.listing-card__price strong { font-size: 21px; line-height: 1.15; letter-spacing: -.035em; }
.listing-card__price del { color: #9a9ea1; font-size: 9px; }
.listing-card h3 { margin: 4px 0 3px; font-size: 14px; letter-spacing: -.025em; }
.listing-card h3 a:hover { color: var(--accent); }
.listing-card__meta, .listing-card__warranty { margin: 0; color: #858a8e; font-size: 9px; line-height: 1.55; }
.listing-card__warranty { margin-top: 2px; color: #aaaeb1; }
.product-feed-status { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 36px; color: #969a9d; font-size: 10px; font-weight: 700; text-align: center; }
.product-feed-spinner { display: inline-flex; gap: 4px; }
.product-feed-spinner i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: product-feed-pulse 1s ease-in-out infinite; }
.product-feed-spinner i:nth-child(2) { animation-delay: .14s; }
.product-feed-spinner i:nth-child(3) { animation-delay: .28s; }
.product-feed-status:not(.is-loading) .product-feed-spinner, .product-feed-status.is-complete .product-feed-spinner { display: none; }
.product-feed-status button { padding: 8px 12px; border-radius: 9px; color: #fff; background: var(--dark); font-size: 9px; font-weight: 800; }
.product-feed-status.is-complete { min-height: 45px; color: #b0b3b5; }
.product-feed-sentinel { height: 1px; }
@keyframes product-feed-pulse { 0%, 100% { opacity: .28; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }

.catalog-page { min-height: 70vh; background: #fff; }
.catalog-breadcrumbs { padding-top: 26px; }
.catalog-page__hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 45px; padding-bottom: 43px; }
.catalog-page__hero h1 { margin: 12px 0 12px; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -.06em; }
.catalog-page__hero p { max-width: 610px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.catalog-page__benefits { display: grid; grid-template-columns: repeat(3, 1fr); min-width: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.catalog-page__benefits span { min-height: 74px; display: flex; flex-direction: column; justify-content: center; padding: 14px 17px; border-left: 1px solid var(--line); color: #898e91; font-size: 8px; }
.catalog-page__benefits span:first-child { border-left: 0; }
.catalog-page__benefits b { margin-bottom: 2px; color: var(--ink); font-size: 15px; }
.catalog-browser { padding-bottom: 85px; }
.catalog-search { display: flex; gap: 10px; margin-bottom: 24px; }
.catalog-search__field { min-height: 62px; flex: 1; display: flex; align-items: center; gap: 13px; padding: 0 20px; border-radius: 18px; background: var(--soft); }
.catalog-search__field svg { width: 23px; color: #777c80; }
.catalog-search__field input { width: 100%; border: 0; outline: 0; background: transparent; font: inherit; font-size: 12px; }
.catalog-filter-toggle { display: none; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border-radius: 16px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; }
.catalog-filter-toggle svg { width: 20px; }
.catalog-filter-toggle span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 8px; }
.catalog-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 36px; align-items: start; }
.catalog-filter-overlay { display: none; }
.catalog-filters { position: sticky; top: 108px; padding: 22px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.catalog-filters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px; }
.catalog-filters__head strong { font-size: 18px; letter-spacing: -.035em; }
.catalog-filters__head button { display: none; color: var(--ink); background: transparent; font-size: 27px; line-height: 1; }
.filter-group { display: grid; gap: 10px; margin: 0; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-group legend, .filter-select > span { display: block; margin-bottom: 1px; padding: 0; font-size: 10px; font-weight: 800; }
.filter-group > label { display: flex; align-items: center; gap: 9px; color: #555a5d; font-size: 10px; cursor: pointer; }
.filter-group input[type="checkbox"] { width: 17px; height: 17px; margin: 0; accent-color: var(--accent); }
.filter-range { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.filter-range label { min-width: 0; height: 42px; display: flex; align-items: center; gap: 4px; padding: 0 8px; border: 1px solid var(--line); border-radius: 10px; }
.filter-range span { color: #9da1a4; font-size: 8px; }
.filter-range input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font: inherit; font-size: 9px; font-weight: 700; }
.filter-select { display: block; padding-top: 17px; }
.filter-select select { width: 100%; height: 42px; margin-top: 8px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: #fff; font-size: 9px; font-weight: 700; }
.catalog-filters__actions { display: grid; gap: 8px; margin-top: 20px; }
.catalog-filters__actions .button { min-height: 44px; width: 100%; }
.filter-reset { padding: 8px; color: #8b9093; background: transparent; font-size: 9px; font-weight: 700; }
.catalog-results { min-width: 0; }
.catalog-results__bar { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.catalog-results__bar p { margin: 0; color: #8a8f92; font-size: 10px; }
.catalog-results__bar p b { color: var(--ink); }
.catalog-results__bar label { display: flex; align-items: center; gap: 9px; color: #969a9d; font-size: 8px; }
.catalog-results__bar select { min-height: 38px; padding: 0 30px 0 11px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: #fff; font-size: 9px; font-weight: 700; }
.catalog-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 14px; }
.catalog-listing-card .listing-card__media { aspect-ratio: 1 / .9; }
.catalog-no-results { padding: 90px 30px; border-radius: 24px; background: var(--soft); text-align: center; }
.catalog-no-results span { display: block; font-size: 23px; font-weight: 800; letter-spacing: -.04em; }
.catalog-no-results p { margin: 8px 0 20px; color: var(--muted); font-size: 10px; }
.catalog-help { color: #fff; background: var(--accent); }
.catalog-help .shell { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.catalog-help small { color: #ffd1d3; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-help h2 { margin: 7px 0 7px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.055em; }
.catalog-help p { margin: 0; color: #ffd1d3; font-size: 10px; }
.product-card { overflow: hidden; border: 1px solid #e2e0dd; border-radius: 27px; background: #fff; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__image { position: relative; aspect-ratio: 1.08; display: grid; place-items: center; overflow: hidden; background: #f3f1ee; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 11px; border-radius: 9px; color: #fff; background: var(--accent); font-size: 8px; font-weight: 800; }
.product-card__arrow { position: absolute; z-index: 2; right: 16px; bottom: 16px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 18px; }
.product-card__body { padding: 25px; }
.product-card__type, .product-info__type { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 10px; font-size: 22px; letter-spacing: -.04em; }
.product-card h3 a:hover { color: var(--accent); }
.product-card__body > p { min-height: 56px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.product-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 20px 0; }
.product-specs span { padding: 12px; border-radius: 12px; background: var(--soft); }
.product-specs small { display: block; margin-bottom: 3px; color: #92969a; font-size: 7px; }
.product-specs b { font-size: 11px; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.price { display: flex; flex-direction: column; }
.price strong { font-size: 21px; letter-spacing: -.04em; }
.price del { color: #a0a4a7; font-size: 9px; }
.product-card__footer .button { min-height: 43px; }
.catalog-note { display: flex; align-items: center; gap: 18px; margin-top: 18px; padding: 20px 24px; border-radius: 18px; color: #fff; background: var(--ink); font-size: 10px; }
.catalog-note span:first-child { color: #aeb2b5; }
.catalog-note b { margin-right: auto; }
.catalog-note a { font-weight: 800; }
.catalog-empty { grid-column: 1 / -1; padding: 40px; border-radius: 20px; background: #fff; text-align: center; }

.site-footer { color: #d6d9db; background: #111315; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr .9fr; gap: 42px; padding: 54px 0; }
.brand--footer .brand__name { color: #fff; }
.footer-main > p { margin: 4px 0; color: #81878a; font-size: 10px; line-height: 1.7; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; align-content: start; }
.footer-nav a { font-size: 10px; font-weight: 700; }
.footer-contact { display: flex; flex-direction: column; text-align: right; }
.footer-contact small, .footer-contact span { color: #757b7e; font-size: 8px; }
.footer-contact a { margin: 4px 0; color: #fff; font-size: 17px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #2a2e30; color: #656b6e; font-size: 8px; }

.toast { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: min(370px, calc(100% - 48px)); padding: 26px; border-radius: 22px; color: #fff; background: #17191b; box-shadow: 0 30px 80px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translateY(15px); transition: .25s; }
.toast.is-open { opacity: 1; visibility: visible; transform: none; }
.toast > button { position: absolute; right: 13px; top: 10px; color: #fff; background: transparent; font-size: 24px; }
.toast small { color: #9fa4a7; font-size: 8px; text-transform: uppercase; }
.toast strong { display: block; margin: 7px 0; font-size: 19px; }
.toast p { margin: 0 0 18px; color: #aeb2b5; font-size: 10px; line-height: 1.6; }

.photo-picker { position: fixed; z-index: 140; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s, visibility .22s; }
.photo-picker.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.photo-picker__backdrop { position: absolute; inset: 0; width: 100%; background: rgba(18,20,22,.62); backdrop-filter: blur(5px); }
.photo-picker__dialog { position: relative; width: min(610px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px; border-radius: 27px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.3); transform: translateY(12px) scale(.985); transition: transform .22s; }
.photo-picker.is-open .photo-picker__dialog { transform: none; }
.photo-picker__close { position: absolute; top: 13px; right: 14px; width: 38px; height: 38px; border-radius: 12px; color: #333; background: var(--soft); font-size: 25px; line-height: 1; }
.photo-picker__dialog h2 { margin: 9px 45px 10px 0; font-size: 32px; line-height: 1.05; letter-spacing: -.05em; }
.photo-picker__dialog > p { margin: 0 0 20px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.photo-picker__demo { display: grid; gap: 12px; }
.photo-picker__demo > .button { width: 100%; }
.photo-picker form { display: grid; gap: 12px; }
.photo-picker__upload { min-height: 150px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #cdd0d2; border-radius: 18px; background: #fafafa; cursor: pointer; }
.photo-picker__upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.photo-picker__upload > span { display: flex; align-items: center; flex-direction: column; gap: 5px; text-align: center; }
.photo-picker__upload b { color: var(--accent); font-size: 12px; }
.photo-picker__upload small { color: #959a9d; font-size: 8px; }
.photo-picker__upload img { width: 100%; max-height: 260px; object-fit: contain; }
.photo-picker__upload img[hidden], .photo-picker__upload > span[hidden] { display: none !important; }
.photo-picker__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.photo-picker form label:not(.photo-picker__upload):not(.photo-picker__consent):not(.photo-picker__website) { display: grid; gap: 6px; }
.photo-picker form label > span { font-size: 9px; font-weight: 800; }
.photo-picker input[type="tel"], .photo-picker input[type="text"], .photo-picker textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: #fff; font: inherit; font-size: 10px; }
.photo-picker textarea { resize: vertical; }
.photo-picker input:focus, .photo-picker textarea:focus { border-color: #c7cacc; box-shadow: 0 0 0 3px rgba(228,35,41,.07); }
.photo-picker__consent { display: flex; align-items: center; gap: 8px; color: #858a8e; font-size: 8px; }
.photo-picker__consent input { accent-color: var(--accent); }
.photo-picker__website { position: absolute; left: -9999px; }
.photo-picker form > .button { width: 100%; }
.photo-picker__status { min-height: 16px; margin: 0; color: #6e7477; font-size: 9px; text-align: center; }
.photo-picker__status.is-error { color: var(--accent); }
.photo-picker__privacy { margin: -3px 0 0; color: #8b9093; font-size: 8px; text-align: center; }
.photo-picker__manual { justify-self: center; color: #555b5f; font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.photo-picker__result { display: grid; gap: 5px; padding: 16px; border: 1px solid #cfe8d6; border-radius: 16px; background: #f1fbf4; text-align: center; }
.photo-picker__result[hidden] { display: none !important; }
.photo-picker__result > span { color: #6f7772; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.photo-picker__result strong { font-size: 18px; line-height: 1.2; }
.photo-picker__result small { margin-bottom: 5px; color: #6f7772; font-size: 8px; }
.photo-picker__result .button { width: 100%; }
.photo-picker [data-photo-recognize].is-loading { cursor: progress; opacity: .72; }
body.photo-modal-open { overflow: hidden; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 35px; color: #8b9093; font-size: 9px; }
.breadcrumbs a:hover { color: var(--accent); }
.product-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; padding-top: 32px; padding-bottom: 85px; }
.product-gallery { position: relative; align-self: start; height: 620px; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: var(--warm); }
.product-gallery img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__note { position: absolute; left: 20px; bottom: 18px; padding: 8px 10px; border-radius: 8px; color: #7e8386; background: rgba(255,255,255,.85); font-size: 7px; font-weight: 700; backdrop-filter: blur(8px); }
.product-gallery__main { width: 100%; height: 100%; min-height: 0; display: grid; place-items: center; }
.product-gallery__main img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.product-gallery__thumbs { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 18px; display: flex; gap: 8px; overflow-x: auto; padding: 4px; border-radius: 15px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); }
.product-gallery__thumbs button { width: 58px; height: 58px; flex: 0 0 58px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 11px; background: #fff; cursor: pointer; }
.product-gallery__thumbs button.is-active { border-color: var(--dark); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery--multiple .product-gallery__note { display: none; }
.product-info { padding-top: 20px; }
.product-info h1 { margin: 11px 0 14px; font-size: clamp(42px, 5vw, 65px); line-height: 1; letter-spacing: -.06em; }
.product-info__lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-price { display: flex; align-items: baseline; gap: 14px; margin: 28px 0; }
.product-price strong { font-size: 36px; letter-spacing: -.05em; }
.product-price del { color: #999da0; font-size: 14px; }
.spec-table { margin: 0 0 26px; border-top: 1px solid var(--line); }
.spec-table div { display: flex; justify-content: space-between; gap: 30px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec-table dt { color: #858a8e; font-size: 10px; }
.spec-table dd { margin: 0; font-size: 10px; font-weight: 800; text-align: right; }
.product-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8px; }
.product-disclaimer { margin: 13px 0 0; color: #969a9d; font-size: 8px; line-height: 1.6; }
.product-details { background: var(--soft); }
.product-details__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.entry-content { margin-top: 25px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.entry-content p { margin: 0 0 14px; }
.service-cards { display: grid; gap: 10px; }
.service-cards article { min-height: 155px; display: grid; grid-template-columns: 55px 1fr; align-content: center; column-gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.service-cards article > span { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--accent); background: #fff0f0; font-size: 10px; font-weight: 800; }
.service-cards h3 { margin: 2px 0 6px; font-size: 16px; }
.service-cards p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.product-bottom-cta { padding: 55px 0; color: #fff; background: var(--accent); }
.product-bottom-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.product-bottom-cta small { color: #ffd3d4; font-size: 9px; text-transform: uppercase; }
.product-bottom-cta h2 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.05em; }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .header-photo-cta { display: none; }
  .menu-button { display: flex; order: 1; }
  .brand { order: 0; }
  .city-label { order: 2; }
  .header-actions { order: 3; margin-left: auto; }
  .site-header--inner .site-header__inner { height: 86px; }
  .inner-header-search, .inner-header-nav { display: none; }
  .inner-header-mobile-city { display: flex; order: 2; }
  .mega-menu--inner { inset: 86px 0 0; }
  .mega-menu__panel { padding-top: 38px; }
  .mega-menu__content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 50px; }
  .mega-menu__features { grid-column: 1 / -1; }
  .finder__fields { grid-template-columns: repeat(2, 1fr); }
  .finder__submit { grid-column: span 2; }
  .quick-grid { grid-template-columns: repeat(4, 1fr); }
  .promo-card { grid-column: span 4; min-height: 120px; }
  .catalog-page__hero { align-items: flex-start; flex-direction: column; gap: 27px; }
  .catalog-page__benefits { width: 100%; min-width: 0; }
  .catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 25px; }
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero { gap: 40px; }
  .product-gallery { height: 520px; min-height: 480px; }
}

@media (max-width: 820px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .site-header__inner { height: 74px; }
  .site-header--inner .site-header__inner { height: 74px; }
  .mega-menu { top: 74px; }
  .mega-menu--inner { inset: 74px 0 0; }
  .mega-menu__panel { max-height: calc(100vh - 82px); margin: 0 7px; padding: 30px 0 18px; border-radius: 0 0 22px 22px; }
  .mega-menu__content { gap: 34px 24px; }
  .mega-menu__features { grid-template-columns: 1fr; }
  .mega-menu__bottom { flex-wrap: wrap; margin-top: 24px; }
  .mega-menu__bottom p { min-width: 100%; order: -1; }
  .mega-menu__contact { margin-right: auto; }
  .brand__name { font-size: 17px; }
  .brand__mark { width: 37px; height: 37px; }
  .city-label { margin-left: auto; min-width: 0; }
  .city-label small, .header-phone, .header-cta { display: none; }
  .header-actions { margin-left: 0; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 50px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-card { grid-column: span 2; }
  .catalog-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); grid-auto-flow: row; grid-template-rows: none; column-gap: 24px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
  body.filters-open { overflow: hidden; }
  .catalog-page__hero { padding-top: 35px; }
  .catalog-filter-toggle { display: inline-flex; }
  .catalog-layout { display: block; }
  .catalog-filter-overlay { position: fixed; z-index: 89; inset: 0; display: block; background: rgba(10,12,13,.45); opacity: 0; visibility: hidden; transition: .2s; }
  .catalog-filters { position: fixed; z-index: 90; inset: 0 0 0 auto; top: 0; width: min(380px, calc(100% - 36px)); overflow-y: auto; padding: 25px; border: 0; border-radius: 24px 0 0 24px; box-shadow: -25px 0 70px rgba(0,0,0,.15); transform: translateX(105%); transition: transform .25s ease; }
  .catalog-filters.is-open { transform: none; }
  .catalog-page.filters-open .catalog-filter-overlay { opacity: 1; visibility: visible; }
  .catalog-filters__head button { display: block; }
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .product-card__image { aspect-ratio: auto; min-height: 340px; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-contact { text-align: left; }
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery { height: auto; min-height: 0; aspect-ratio: 1.1; }
  .product-gallery__main, .product-gallery__main img { min-height: 0; height: 100%; }
  .product-info { padding-top: 0; }
  .product-details__grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 24px); }
  .site-header__inner { gap: 9px; }
  .brand { gap: 7px; }
  .brand__name { font-size: 15px; }
  .brand__mark { width: 34px; height: 34px; border-radius: 10px; }
  .menu-button { width: 38px; height: 38px; flex-basis: 38px; padding: 0 9px; }
  .city-label small { display: none; }
  .mega-menu__panel { padding-top: 25px; }
  .mega-menu__content { grid-template-columns: 1fr; gap: 30px; }
  .mega-menu__label { margin-bottom: 15px; }
  .mega-menu__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
  .mega-menu__links .mega-menu__lead-link { font-size: 15px; }
  .mega-menu__features { grid-column: auto; gap: 6px; }
  .mega-feature { min-height: 78px; grid-template-columns: 50px minmax(0, 1fr); padding: 7px; }
  .mega-feature__icon { width: 50px; height: 50px; border-radius: 14px; }
  .mega-feature__icon svg { width: 28px; }
  .mega-menu__bottom { align-items: stretch; }
  .mega-menu__contact { width: 100%; }
  .mega-menu__bottom .button { flex: 1; padding-inline: 12px; }
  .city-label svg { width: 18px; }
  .city-label b { font-size: 11px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 37px; }
  .hero__lead { font-size: 12px; }
  .photo-pick-hero { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 62px; padding: 9px 12px; border-radius: 17px; }
  .photo-pick-hero > span { width: 38px; height: 38px; }
  .photo-pick-hero b { font-size: 10px; }
  .photo-pick-hero small { font-size: 7px; }
  .photo-picker { padding: 10px; }
  .photo-picker__dialog { max-height: calc(100vh - 20px); padding: 26px 18px 20px; border-radius: 22px; }
  .photo-picker__dialog h2 { font-size: 27px; }
  .photo-picker__fields { grid-template-columns: 1fr; }
  .finder { margin-top: 31px; border-radius: 21px; }
  .finder__title { min-height: 62px; padding: 0 14px; font-size: 11px; }
  .finder__title svg { width: 20px; }
  .finder__hint { display: none; }
  .finder__fields { grid-template-columns: 1fr; }
  .finder__submit { grid-column: auto; }
  .quick-card { min-height: 132px; }
  .promo-card { padding-right: 120px; }
  .promo-card__meter { right: 13px; transform: rotate(5deg) scale(.83); }
  .catalog-head h2, .product-description h2 { font-size: 34px; }
  .brands-section { padding: 22px 0 58px; }
  .brands-head { align-items: flex-start; margin-bottom: 28px; }
  .brands-head h2 { font-size: 24px; }
  .brands-head a { min-height: 38px; padding: 0 12px; font-size: 8px; }
  .brands-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 13px; }
  .car-brand { gap: 8px; font-size: 11px; }
  .car-logo { width: 30px; flex-basis: 30px; }
  .car-logo img { width: 30px; }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .catalog-breadcrumbs { padding-top: 21px; }
  .catalog-page__hero { padding-top: 28px; padding-bottom: 32px; }
  .catalog-page__hero h1 { font-size: 39px; }
  .catalog-page__benefits { grid-template-columns: 1fr; }
  .catalog-page__benefits span { min-height: 55px; border-top: 1px solid var(--line); border-left: 0; }
  .catalog-page__benefits span:first-child { border-top: 0; }
  .catalog-browser { padding-bottom: 58px; }
  .catalog-search__field { min-height: 56px; padding: 0 14px; }
  .catalog-search__field input { font-size: 10px; }
  .catalog-filter-toggle { width: 55px; padding: 0; font-size: 0; }
  .catalog-filter-toggle span { position: absolute; margin: -38px 0 0 36px; font-size: 8px; }
  .catalog-results__bar { align-items: flex-start; flex-direction: column; }
  .catalog-results__bar label { width: 100%; justify-content: space-between; }
  .catalog-results__bar select { flex: 1; }
  .catalog-product-grid { grid-template-columns: 1fr; gap: 31px; }
  .catalog-help .shell { align-items: flex-start; flex-direction: column; justify-content: center; padding: 45px 0; }
  .catalog-help h2 { font-size: 32px; }
  .catalog-head--listings { align-items: flex-start; }
  .catalog-head--listings > p { margin: 0; }
  .listing-card__media { border-radius: 15px; }
  .listing-card__price strong { font-size: 22px; }
  .listing-card h3 { font-size: 15px; }
  .product-card { display: block; }
  .product-card__image { aspect-ratio: 1.08; min-height: 0; }
  .product-card__body { padding: 21px; }
  .product-card__body > p { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .product-hero { padding-bottom: 60px; }
  .product-gallery { border-radius: 22px; }
  .product-info h1 { font-size: 43px; }
  .product-actions { grid-template-columns: 1fr; }
  .service-cards article { grid-template-columns: 48px 1fr; padding: 20px; }
  .product-bottom-cta .shell { align-items: flex-start; flex-direction: column; }
}

/* Sales flow: new/used split, quick catalog controls, hits and recommendations. */
.finder-source-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; margin-bottom: 8px; padding: 4px; border-radius: 19px; background: #e6e8e9; }
.finder-source-switch button { min-height: 58px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border-radius: 15px; color: #777c80; background: transparent; transition: color .18s, background .18s, box-shadow .18s; }
.finder-source-switch button b { font-size: 11px; letter-spacing: -.025em; }
.finder-source-switch button small { color: inherit; font-size: 7px; opacity: .72; }
.finder-source-switch button.is-active { color: var(--ink); background: #fff; box-shadow: 0 6px 20px rgba(24,26,28,.08); }

.home-hits { background: #f7f7f7; }
.home-hits__head { margin-bottom: 28px; }
.home-hits__actions { display: flex; align-items: center; gap: 7px; }
.home-hits__actions > button { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--ink); background: #fff; font-size: 17px; transition: opacity .18s, background .18s; }
.home-hits__actions > button:hover { background: #ebecee; }
.home-hits__actions > button:disabled { cursor: default; opacity: .3; }
.home-hits__all { min-height: 45px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; border-radius: 13px; background: #fff; font-size: 9px; font-weight: 800; }
.home-hits__all span { color: var(--accent); font-size: 16px; }
.home-products-slider { min-width: 0; overflow: hidden; }
.home-products-slider__track { display: flex; gap: 14px; overflow-x: auto; padding: 2px 1px 13px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-products-slider__track::-webkit-scrollbar { display: none; }
.home-products-slider__track .listing-card { flex: 0 0 calc((100% - 42px) / 4); min-width: 0; background: #fff; scroll-snap-align: start; }

.home-stock-heading { margin-bottom: 28px; }
.home-stock-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.home-stock-panel { min-width: 0; padding: 22px; border-radius: 27px; background: #f1f2f3; }
.home-stock-panel--new { background: #fff0f0; }
.home-stock-panel__head { min-height: 105px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.home-stock-panel__head small { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.home-stock-panel__head h3 { margin: 6px 0 5px; font-size: 28px; line-height: 1; letter-spacing: -.05em; }
.home-stock-panel__head p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.home-stock-panel__head > a { flex: 0 0 auto; padding-top: 4px; font-size: 8px; font-weight: 800; white-space: nowrap; }
.home-stock-panel__head > a span { margin-left: 4px; color: var(--accent); }
.home-stock-panel__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
.home-stock-panel__grid .listing-card { min-width: 0; }

.catalog-quick-filters { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 9px; margin: 0 0 14px; padding: 9px; border-radius: 19px; background: var(--soft); }
.catalog-quick-filters__condition { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.catalog-quick-filters__condition button { min-height: 58px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px; border-radius: 13px; color: #777c80; background: transparent; }
.catalog-quick-filters__condition button b { font-size: 11px; }
.catalog-quick-filters__condition button small { font-size: 7px; }
.catalog-quick-filters__condition button.is-active { color: var(--ink); background: #fff; box-shadow: 0 5px 17px rgba(24,26,28,.07); }
.catalog-quick-filters > label { min-width: 0; min-height: 58px; display: flex; justify-content: center; flex-direction: column; padding: 0 13px; border-radius: 13px; background: #fff; }
.catalog-quick-filters > label span { margin-bottom: 3px; color: #969b9e; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.catalog-quick-filters > label select { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 9px; font-weight: 800; }

.product-recommendations { background: #fff; }
.product-recommendations__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 38px; }
.product-recommendations__head h2 { margin: 8px 0 0; font-size: clamp(34px, 4.6vw, 54px); line-height: 1; letter-spacing: -.055em; }
.product-recommendations__head > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; text-align: right; }
.product-recommendations__group + .product-recommendations__group { margin-top: 55px; padding-top: 38px; border-top: 1px solid var(--line); }
.product-recommendations__group-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.product-recommendations__group-head h3 { margin: 0; font-size: 24px; letter-spacing: -.045em; }
.product-recommendations__group-head a { font-size: 9px; font-weight: 800; }
.product-recommendations__group-head a span { margin-left: 4px; color: var(--accent); }

@media (max-width: 820px) {
  .home-products-slider__track .listing-card { flex-basis: calc((100% - 14px) / 2); }
  .home-stock-split { grid-template-columns: 1fr; }
  .catalog-quick-filters { grid-template-columns: 1fr 1fr; }
  .catalog-quick-filters__condition { grid-column: 1 / -1; }
  .product-recommendations__head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-recommendations__head > p { text-align: left; }
}

@media (max-width: 560px) {
  .finder-source-switch button { min-height: 54px; }
  .finder-source-switch button b { font-size: 9px; }
  .finder-source-switch button small { font-size: 6px; }
  .home-hits__head { align-items: flex-start; gap: 17px; }
  .home-hits__actions { width: 100%; }
  .home-hits__all { flex: 1; }
  .home-products-slider__track .listing-card { flex-basis: 82%; }
  .home-stock-panel { padding: 17px; border-radius: 22px; }
  .home-stock-panel__head { min-height: 0; align-items: flex-start; flex-direction: column; margin-bottom: 18px; }
  .home-stock-panel__grid { grid-template-columns: 1fr; }
  .catalog-quick-filters { grid-template-columns: 1fr; }
  .catalog-quick-filters__condition { grid-column: auto; }
  .product-recommendations__group-head { align-items: flex-start; flex-direction: column; gap: 7px; }
}

/* Catalog v2: vehicle switcher, top filters and advertising rail. */
.catalog-page .shell { width: min(1180px, calc(100% - 48px)); }
.catalog-vehicle-tabs { width: min(590px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 0 0 16px auto; padding: 4px; border-radius: 17px; background: var(--soft); }
.catalog-vehicle-tabs button { min-height: 62px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 8px; padding: 8px 13px; border: 0; border-radius: 13px; text-align: left; background: transparent; transition: background .2s, color .2s, box-shadow .2s; }
.catalog-vehicle-tabs button > span { grid-row: span 2; align-self: center; font-size: 22px; }
.catalog-vehicle-tabs button b { font-size: 12px; }
.catalog-vehicle-tabs button small { color: #969b9e; font-size: 8px; }
.catalog-vehicle-tabs button.is-active { color: var(--ink); background: #fff; box-shadow: 0 5px 18px rgba(22,24,26,.07); }
.catalog-vehicle-tabs button.is-active small { color: #8e9396; }
.catalog-search { margin-bottom: 12px; }
.catalog-filter-toggle { min-width: 150px; display: inline-flex; }
.catalog-filters { position: static; inset: auto; width: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 10px 14px; margin-bottom: 38px; padding: 0; border: 0; border-radius: 0; box-shadow: none; transform: none; }
.catalog-filters:not(.is-open) { display: none; }
.catalog-filters__head { grid-column: 1 / -1; margin-bottom: 2px; }
.catalog-filters__head button { display: block; }
.catalog-filters .filter-group { align-self: stretch; align-content: start; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.catalog-filters .filter-group > label { font-size: 9px; }
.catalog-filters .filter-select { align-self: stretch; padding-top: 0; }
.catalog-filters .filter-select select { height: 62px; margin-top: 8px; padding: 0 17px; border: 0; border-radius: 14px; background: var(--soft); font-size: 11px; }
.catalog-filters .filter-range { margin-top: 8px; gap: 2px; }
.catalog-filters .filter-range label { height: 62px; padding: 0 15px; border: 0; border-radius: 14px; background: var(--soft); }
.catalog-filters .filter-range label:first-child { border-radius: 14px 3px 3px 14px; }
.catalog-filters .filter-range label:last-child { border-radius: 3px 14px 14px 3px; }
.catalog-filters__actions { grid-column: 3; align-self: stretch; align-content: end; margin-top: 0; }
.catalog-filters__actions .button { min-height: 62px; padding: 0 10px; border-radius: 14px; background: #090a0b; box-shadow: none; font-size: 11px; }
.catalog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; align-items: start; }
.catalog-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 14px; }
.catalog-listing-card .listing-card__media { aspect-ratio: 4 / 3; }
.catalog-promo-rail { position: sticky; top: 108px; display: grid; gap: 11px; }
.catalog-ad-slot { min-height: 600px; display: flex; flex-direction: column; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.catalog-ad-slot > span { align-self: flex-end; padding: 5px 8px; border-radius: 7px; color: #9da1a4; background: var(--soft); font-size: 7px; text-transform: uppercase; }
.catalog-ad-slot > div { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #a4a8ab; text-align: center; }
.catalog-ad-slot svg { width: 42px; margin-bottom: 14px; }
.catalog-ad-slot strong { color: #767b7e; font-size: 13px; }
.catalog-ad-slot small { margin-top: 4px; font-size: 8px; }
.catalog-rail-cta { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border-radius: 18px; color: #fff; background: var(--accent); }
.catalog-rail-cta small { color: #ffd1d3; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.catalog-rail-cta b { margin: 5px 0 15px; font-size: 22px; letter-spacing: -.04em; }
.catalog-rail-cta span { font-size: 9px; font-weight: 800; }
.catalog-promo-card { overflow: hidden; border-radius: 20px; }
.catalog-promo-card--urgent { position: relative; min-height: 365px; display: flex; align-items: flex-end; color: #fff; background: #16191b; }
.catalog-promo-card--urgent::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,14,16,.98), rgba(12,14,16,.2) 76%); }
.catalog-promo-card--urgent > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.catalog-promo-card--urgent > div { position: relative; z-index: 2; padding: 22px; }
.catalog-promo-card--urgent small { color: #ff9fa2; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-promo-card--urgent h2 { margin: 7px 0 8px; font-size: 25px; line-height: 1.04; letter-spacing: -.05em; }
.catalog-promo-card--urgent p { margin: 0 0 16px; color: #b9bec1; font-size: 9px; line-height: 1.6; }
.catalog-promo-card--urgent .button { width: 100%; min-height: 43px; }
.catalog-promo-card--tradein, .catalog-promo-card--test { padding: 20px; border: 1px solid var(--line); background: #fff; }
.catalog-promo-card--tradein > span { font-size: 24px; }
.catalog-promo-card--tradein h3, .catalog-promo-card--test h3 { margin: 12px 0 6px; font-size: 16px; letter-spacing: -.035em; }
.catalog-promo-card--tradein p, .catalog-promo-card--test p { margin: 0 0 15px; color: var(--muted); font-size: 8px; line-height: 1.6; }
.catalog-promo-card--tradein a { font-size: 8px; font-weight: 800; }
.catalog-promo-card--test { color: #fff; border: 0; background: var(--accent); }
.catalog-promo-card--test > b { font-size: 28px; letter-spacing: -.05em; }
.catalog-promo-card--test h3 { margin-top: 5px; }
.catalog-promo-card--test p { margin-bottom: 0; color: #ffd0d2; }

@media (max-width: 1080px) {
  .catalog-filters { grid-template-columns: repeat(3, 1fr); }
  .catalog-filters__actions { grid-column: 3; grid-template-columns: 1fr; }
  .catalog-layout { grid-template-columns: minmax(0, 1fr) 240px; }
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.filters-open { overflow: auto; }
  .catalog-filter-toggle { min-width: 130px; }
  .catalog-filters { position: static; inset: auto; width: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 19px; border: 1px solid var(--line); border-radius: 19px; box-shadow: none; transform: none; }
  .catalog-filters:not(.is-open) { display: none; }
  .catalog-filters__head { grid-column: 1 / -1; }
  .catalog-filters__actions { grid-column: 1 / -1; }
  .catalog-layout { display: grid; grid-template-columns: 1fr; }
  .catalog-promo-rail { position: static; grid-template-columns: 1fr; }
  .catalog-ad-slot { min-height: 360px; }
  .catalog-promo-card--urgent { min-height: 280px; }
  .catalog-promo-card--tradein, .catalog-promo-card--test { min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; }
}

@media (max-width: 560px) {
  .catalog-vehicle-tabs { overflow-x: auto; grid-template-columns: repeat(3, minmax(150px, 1fr)); padding-bottom: 3px; }
  .catalog-vehicle-tabs button { min-height: 66px; }
  .catalog-filter-toggle { width: 58px; min-width: 58px; }
  .catalog-filter-toggle span { position: absolute; margin: -39px 0 0 38px; }
  .catalog-filters { grid-template-columns: 1fr; }
  .catalog-filters__head, .catalog-filters__actions { grid-column: auto; }
  .catalog-filters__actions { grid-template-columns: 1fr; }
  .catalog-product-grid { grid-template-columns: 1fr; }
  .catalog-promo-rail { grid-template-columns: 1fr; }
  .catalog-promo-card--urgent, .catalog-promo-card--tradein, .catalog-promo-card--test { min-height: 290px; }
}

/* Catalog v3: transport icons, make-first flow and model directory. */
.catalog-page [hidden] { display: none !important; }
.catalog-selection[hidden], .catalog-brand-picker[hidden] { display: none !important; }
.catalog-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
.catalog-vehicle-tabs { width: 100%; margin: 0 0 34px; padding: 5px; border-radius: 18px; }
.catalog-vehicle-tabs button { min-height: 72px; grid-template-columns: 42px 1fr; padding: 9px 16px; cursor: pointer; }
.catalog-vehicle-tabs button > svg { grid-row: span 2; align-self: center; width: 34px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.catalog-vehicle-tabs button b { font-size: 14px; letter-spacing: -.025em; }
.catalog-vehicle-tabs button small { font-size: 8px; }
.catalog-step-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.catalog-step-head > div > span { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-step-head h2 { margin: 7px 0 0; font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.catalog-step-head p { max-width: 260px; margin: 0 0 2px; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: right; }
.catalog-brand-picker { padding: 7px 0 34px; }
.catalog-brand-picker__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.catalog-brand-picker__grid button { min-width: 0; min-height: 66px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 11px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); background: #fff; text-align: left; transition: color .18s, background .18s; }
.catalog-brand-picker__grid button:nth-child(4n) { border-right: 0; }
.catalog-brand-picker__grid button:hover, .catalog-brand-picker__grid button.is-active { color: var(--accent); background: #faf8f7; }
.catalog-brand-picker__grid button[hidden] { display: none; }
.catalog-brand-picker__grid span { overflow: hidden; max-width: 100%; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.catalog-brand-picker__grid small { margin-top: 3px; color: #a1a5a8; font-size: 7px; }
.catalog-model-picker { margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid var(--line); scroll-margin-top: 112px; }
.catalog-model-picker__head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.catalog-model-picker__title { min-width: 0; flex: 1; }
.catalog-model-picker__title > small { display: block; margin-bottom: 6px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-model-picker__head h2 { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -.055em; }
.catalog-model-picker__actions { display: flex; align-items: center; gap: 8px; }
.catalog-model-picker__head .catalog-model-action { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; font-size: 8px; font-weight: 800; white-space: nowrap; }
.catalog-model-picker__head .catalog-model-action:hover { border-color: #c9c5c1; background: var(--soft); }
.catalog-model-picker__head .catalog-model-action svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.catalog-model-picker__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 22px; row-gap: 2px; }
.catalog-model-picker__grid button { min-width: 0; padding: 8px 0; overflow: hidden; color: #242729; background: transparent; font-size: 11px; text-align: left; text-overflow: ellipsis; white-space: nowrap; transition: color .18s; }
.catalog-model-picker__grid button:hover, .catalog-model-picker__grid button.is-active { color: var(--accent); font-weight: 800; }
.catalog-model-picker__empty { margin: 0; padding: 18px; border-radius: 14px; color: var(--muted); background: var(--soft); font-size: 9px; line-height: 1.6; }
.catalog-model-picker.is-collapsed { margin-bottom: 14px; padding: 17px 18px; border: 1px solid #e1ddda; border-radius: 18px; background: #faf8f7; }
.catalog-model-picker.is-collapsed .catalog-model-picker__head { margin-bottom: 0; }
.catalog-model-picker.is-collapsed .catalog-model-picker__grid, .catalog-model-picker.is-collapsed .catalog-model-picker__empty { display: none !important; }
.catalog-model-picker.is-collapsed .catalog-model-picker__head h2 { font-size: 25px; }
.catalog-selection .catalog-search { margin-bottom: 14px; }
.catalog-selection .catalog-filters { margin-bottom: 28px; }
.catalog-selection .catalog-filters__actions { grid-column: auto; }
.catalog-selection .catalog-results__bar { padding-top: 7px; border-top: 1px solid var(--line); }
.catalog-results__bar { scroll-margin-top: 112px; }
.catalog-reset-selection { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 1px solid #f0b8ba; border-radius: 16px; color: #c7151b; background: #fff7f7; font-size: 9px; font-weight: 800; white-space: nowrap; }
.catalog-reset-selection:hover { color: #fff; border-color: var(--accent); background: var(--accent); }
.catalog-reset-selection svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.catalog-selection .filter-reset { min-height: 44px; padding: 0 14px; border: 1px solid #e8d1d2; border-radius: 12px; color: #b7161b; background: #fff7f7; font-size: 9px; }
.catalog-promo-rail { top: 112px; }

@media (max-width: 1080px) {
  .catalog-layout { grid-template-columns: minmax(0, 1fr) 240px; }
  .catalog-brand-picker__grid, .catalog-model-picker__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-brand-picker__grid button:nth-child(4n) { border-right: 1px solid var(--line); }
  .catalog-brand-picker__grid button:nth-child(3n) { border-right: 0; }
}

@media (max-width: 820px) {
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-promo-rail { position: static; }
  .catalog-step-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .catalog-step-head p { text-align: left; }
  .catalog-model-picker__head { align-items: flex-start; flex-direction: column; }
  .catalog-model-picker__actions { width: 100%; }
  .catalog-model-picker__head .catalog-model-action { flex: 1; }
  .catalog-search { flex-wrap: wrap; }
  .catalog-search__field { flex-basis: 100%; }
  .catalog-filter-toggle, .catalog-reset-selection { flex: 1; }
}

@media (max-width: 560px) {
  .catalog-vehicle-tabs { grid-template-columns: repeat(3, minmax(118px, 1fr)); margin-bottom: 26px; }
  .catalog-vehicle-tabs button { min-height: 66px; grid-template-columns: 30px 1fr; padding: 8px 10px; }
  .catalog-vehicle-tabs button > svg { width: 27px; }
  .catalog-vehicle-tabs button b { font-size: 11px; }
  .catalog-vehicle-tabs button small { font-size: 7px; }
  .catalog-step-head h2, .catalog-model-picker__head h2 { font-size: 28px; }
  .catalog-brand-picker__grid, .catalog-model-picker__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-brand-picker__grid button:nth-child(3n) { border-right: 1px solid var(--line); }
  .catalog-brand-picker__grid button:nth-child(2n) { border-right: 0; }
  .catalog-model-picker__grid { column-gap: 14px; }
  .catalog-model-picker__grid button { font-size: 10px; }
  .catalog-model-picker.is-collapsed { padding: 15px; }
  .catalog-model-picker.is-collapsed .catalog-model-picker__head h2 { font-size: 22px; }
  .catalog-model-picker__actions { align-items: stretch; flex-direction: column; }
  .catalog-model-picker__head .catalog-model-action { width: 100%; }
  .catalog-filter-toggle { width: auto; min-width: 0; font-size: 9px; }
  .catalog-filter-toggle span { position: static; margin: 0; }
  .catalog-reset-selection { padding: 0 12px; }
}

/* Home stock streams and catalog sidebar. */
.home-stock-panel__viewport {
  height: min(980px, calc(100vh - 130px));
  min-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 8px;
  overscroll-behavior: contain;
  scrollbar-color: #c9ccce transparent;
  scrollbar-width: thin;
}
.home-stock-panel__viewport::-webkit-scrollbar { width: 7px; }
.home-stock-panel__viewport::-webkit-scrollbar-track { background: transparent; }
.home-stock-panel__viewport::-webkit-scrollbar-thumb { border-radius: 10px; background: #c9ccce; }
.home-stock-panel__viewport .product-feed-status { margin-top: 20px; }

.catalog-layout { grid-template-columns: minmax(0, 1fr); }
.catalog-selection {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 0 28px;
}
.catalog-selection .catalog-model-picker,
.catalog-selection .catalog-search { grid-column: 1 / -1; }
.catalog-selection .catalog-filters,
.catalog-selection .catalog-filters:not(.is-open) {
  position: sticky;
  top: 112px;
  display: block;
  grid-column: 1;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  box-shadow: none;
  transform: none;
}
.catalog-selection .catalog-filters__head { margin-bottom: 10px; }
.catalog-selection .catalog-filters__head strong { font-size: 17px; }
.catalog-selection .catalog-filters__head button { display: none; }
.catalog-selection .filter-select { padding-top: 13px; }
.catalog-selection .filter-select select { height: 43px; margin-top: 7px; padding: 0 10px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 9px; }
.catalog-selection .filter-group { margin-top: 3px; padding: 16px 0 0; border: 0; }
.catalog-selection .filter-range { margin-top: 8px; gap: 6px; }
.catalog-selection .filter-range label,
.catalog-selection .filter-range label:first-child,
.catalog-selection .filter-range label:last-child { height: 43px; padding: 0 9px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.catalog-selection .catalog-filters__actions { display: grid; grid-column: auto; gap: 7px; margin-top: 18px; }
.catalog-selection .catalog-filters__actions .button { min-height: 45px; border-radius: 12px; font-size: 9px; }
.catalog-selection__results { min-width: 0; grid-column: 2; }
.catalog-selection__results .catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-selection .catalog-filter-toggle { display: none; }

@media (max-width: 1080px) {
  .catalog-selection { grid-template-columns: 220px minmax(0, 1fr); gap: 0 22px; }
  .catalog-selection__results .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .home-stock-panel__viewport { height: 760px; min-height: 0; }
  .catalog-selection { display: block; }
  .catalog-selection .catalog-filter-toggle { display: inline-flex; }
  .catalog-selection .catalog-filters,
  .catalog-selection .catalog-filters:not(.is-open) { position: static; display: none; margin-bottom: 22px; }
  .catalog-selection .catalog-filters.is-open { display: block; }
  .catalog-selection .catalog-filters__head button { display: block; }
}

@media (max-width: 560px) {
  .home-stock-panel__viewport { height: 680px; padding-right: 5px; }
  .catalog-selection__results .catalog-product-grid { grid-template-columns: 1fr; }
}
