.sl-smart-search {
  --sl-search-blue: var(--sl-ref-brand-800);
  --sl-search-blue-2: #3159e8;
  --sl-search-red: var(--sl-ref-red-600);
  --sl-search-ink: #172033;
  --sl-search-text: var(--sl-search-ink);
  --sl-search-focus: var(--sl-search-blue-2);
  --sl-search-muted: #607086;
  --sl-search-line: #dbe4f0;
  --sl-search-soft: #f4f7fb;
  --sl-search-card: var(--sl-ref-white);
  --sl-search-mark: #fff1a8;
  --sl-search-shadow: 0 18px 55px rgba(24, 40, 72, .16);
  --sl-search-radius: 22px;
  color: var(--sl-search-ink);
  font-family: Inter, Arial, sans-serif;
  color-scheme: light;
}

.sl-smart-search,
.sl-smart-search * {
  box-sizing: border-box;
}

.sl-search-demo {
  min-height: 100vh;
  padding: 36px 24px;
}

.sl-smart-search {
  max-width: var(--sl-layout-content-max, 1200px);
  margin: 0 auto;
}

.sl-smart-search--overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: rgb(59 66 84 / 74%);
  backdrop-filter: blur(10px) saturate(110%);
  -webkit-backdrop-filter: blur(10px) saturate(110%);
  padding: 34px 24px;
}

.sl-smart-search--overlay.is-open {
  display: block;
}

.sl-smart-search--overlay .sl-smart-search__hero {
  max-width: var(--sl-layout-content-max, 1200px);
  margin: 0 auto;
  justify-items: start;
  text-align: left;
}

.sl-smart-search--overlay .sl-smart-search__surface {
  width: 100%;
  max-height: calc(100dvh - 112px);
}

.sl-smart-search--overlay .sl-smart-search__close {
  position: fixed;
  top: 24px;
  right: var(--sl-layout-viewport-inline, 24px);
  z-index: 40;
  display: block;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #eef3f9;
  box-shadow: 0 16px 38px rgba(8, 15, 28, .28);
}

.sl-smart-search--overlay .sl-smart-search__close::before,
.sl-smart-search--overlay .sl-smart-search__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: #34445c;
}

.sl-smart-search--overlay .sl-smart-search__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sl-smart-search--overlay .sl-smart-search__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sl-smart-search--overlay .sl-smart-search__copy {
  width: 100%;
  max-width: none;
  padding: 4px 72px 0 0;
}

.sl-smart-search--overlay .sl-smart-search__title {
  color: var(--sl-ref-white);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  white-space: nowrap;
}

.sl-smart-search--overlay .sl-smart-search__copy p {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.45;
}

.sl-smart-search button,
.sl-smart-search input {
  font: inherit;
}

.sl-smart-search button {
  cursor: pointer;
}

.sl-smart-search__hero {
  position: relative;
  display: grid;
  gap: 24px;
}

.sl-smart-search__menu {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-grid;
  place-items: center;
  gap: 4px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: var(--sl-search-blue);
  box-shadow: 0 12px 28px rgba(11, 66, 146, .22);
}

.sl-smart-search__menu span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--sl-ref-white);
}

.sl-smart-search__copy {
  max-width: 720px;
  padding-right: 72px;
}

.sl-smart-search__title {
  display: block;
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 18pt;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.sl-smart-search__copy p {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sl-smart-search__surface {
  position: relative;
  z-index: 10;
  width: 100%;
}

.sl-smart-search__form {
  margin: 0;
}

.sl-smart-search__field {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid rgba(219, 228, 240, .96);
  border-radius: 18px;
  background: var(--sl-search-card);
  box-shadow: var(--sl-search-shadow);
  transition: border-color .16s ease, box-shadow .16s ease;
}

.sl-smart-search__field:focus-within {
  border-color: rgba(139, 154, 176, .36);
  box-shadow: 0 22px 62px rgba(12, 21, 38, .2);
}

.sl-smart-search__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.sl-smart-search__icon:hover {
  opacity: .78;
}

.sl-smart-search__icon:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(49, 89, 232, .16);
}

.sl-smart-search__icon::after {
  content: none;
}

.sl-smart-search__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sl-search-blue);
  -webkit-mask: url("../images/catalog-ui/icon-search.svg") center / contain no-repeat;
  mask: url("../images/catalog-ui/icon-search.svg") center / contain no-repeat;
}

.sl-smart-search.has-query .sl-smart-search__icon {
  border-color: transparent;
  border-radius: 8px;
}

.sl-smart-search.has-query .sl-smart-search__icon::before,
.sl-smart-search.has-query .sl-smart-search__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2.5px;
  margin: 0;
  border-radius: 3px;
  background: var(--sl-search-blue);
  -webkit-mask: none;
  mask: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sl-smart-search.has-query .sl-smart-search__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sl-smart-search__field input {
  display: block;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--sl-search-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0 20px 0 14px;
}

.sl-smart-search__field input:focus {
  border: 0;
  outline: 0 !important;
  box-shadow: none;
}

.sl-smart-search__field input::-webkit-search-cancel-button,
.sl-smart-search__field input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.sl-smart-search__field input::placeholder {
  color: #8a98ac;
  opacity: 1;
}

.sl-smart-search__chips,
.sl-smart-search__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-smart-search__mobile-tabs {
  display: none;
}

.sl-smart-search__chips {
  margin-top: 10px;
}

.sl-smart-search__chips button {
  min-height: 32px;
  border: 1px solid #dce6f4;
  border-radius: 999px;
  background: var(--sl-color-surface-subtle);
  color: #34445c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 11px;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.sl-smart-search__filters button {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #607086;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 12px;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.sl-smart-search__chips button:hover,
.sl-smart-search__filters button:hover {
  border-color: var(--sl-color-border-brand);
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
}

.sl-smart-search__chips button:active,
.sl-smart-search__filters button:active {
  transform: translateY(1px);
}

.sl-smart-search__chips button:focus-visible,
.sl-smart-search__filters button:focus-visible,
.sl-smart-search__mobile-tabs button:focus-visible,
.sl-smart-search__close:focus-visible,
.sl-smart-search__result:focus-visible,
.sl-smart-search__section-main:focus-visible,
.sl-smart-search__section-result:focus-visible,
.sl-smart-search__section-toggle:focus-visible,
.sl-smart-search__sections-open:focus-visible,
.sl-smart-search__show-more-brands:focus-visible,
.sl-smart-search__empty a:focus-visible,
.sl-smart-search__diagnostic a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(49, 89, 232, .16);
}

.sl-smart-search__filters {
  gap: 4px;
  margin: 0 0 12px;
  border-radius: 14px;
  background: #f4f7fb;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

.sl-smart-search__filters button {
  flex: 0 0 auto;
}

.sl-smart-search__filters button.is-active {
  background: var(--sl-search-blue);
  border-color: var(--sl-search-blue);
  color: var(--sl-ref-white);
}

.sl-smart-search__results-panel {
  position: absolute;
  top: calc(100% + 32px);
  left: 0;
  display: none;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 0;
  width: 100%;
  max-height: min(70vh, 680px);
  border: 1px solid rgba(11, 66, 146, .12);
  border-radius: 18px;
  background: var(--sl-ref-white);
  box-shadow: var(--sl-search-shadow);
  padding: 10px;
  overflow: hidden;
}

.sl-smart-search__results-main {
  min-width: 0;
  padding-right: 12px;
}

.sl-smart-search__results {
  position: static;
  display: block;
  width: 100%;
  max-height: calc(min(70vh, 680px) - 74px);
  overflow: auto;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 0 0 12px 12px;
  background: transparent;
  box-shadow: none;
  padding: 0 12px;
  scrollbar-color: #3159e8 transparent;
  scrollbar-width: thin;
}

.sl-smart-search__results.is-start-view {
  padding-right: 0;
  padding-left: 0;
}

.sl-smart-search__results::-webkit-scrollbar {
  width: 20px;
}

.sl-smart-search__results::-webkit-scrollbar-track {
  background: transparent;
}

.sl-smart-search__results::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(to right, #3159e8 0 4px, transparent 4px 100%);
}

.sl-smart-search.is-open .sl-smart-search__results-panel {
  display: grid;
}

@media (min-width: 769px) {
  .sl-smart-search.is-sections-mode .sl-smart-search__results-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .sl-smart-search.is-sections-mode .sl-smart-search__results-main {
    padding-right: 0;
  }

  .sl-smart-search.is-sections-mode .sl-smart-search__sitemap {
    display: none;
  }

  .sl-smart-search--overlay.is-sections-mode {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__copy,
  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__form,
  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__chips,
  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__mobile-tabs,
  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__filters {
    display: none;
  }

  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__hero {
    gap: 0;
  }

  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__surface {
    max-height: calc(100dvh - 48px);
  }

  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__results-panel {
    top: 0;
    max-height: calc(100dvh - 48px);
    border-radius: 22px;
    padding: 20px;
  }

  .sl-smart-search--overlay.is-sections-mode .sl-smart-search__results {
    max-height: calc(100dvh - 88px);
    padding: 0;
  }

  .sl-smart-search__desktop-mega-shell {
    display: grid;
    gap: 18px;
  }

  .sl-smart-search__desktop-mega-head {
    display: grid;
    gap: 4px;
    padding: 2px 72px 0 4px;
  }

  .sl-smart-search__desktop-mega-head h2 {
    margin: 0;
    color: var(--sl-search-blue);
    font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .sl-smart-search__desktop-mega-head p {
    margin: 0;
    color: var(--sl-search-muted);
    font-size: 14px;
    line-height: 20px;
  }

  .sl-smart-search__desktop-mega {
    display: grid;
    grid-template-columns: 244px minmax(0, 1fr);
    gap: 16px;
    min-height: 474px;
  }

  .sl-smart-search__desktop-mega-nav {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 8px;
    border-radius: 16px;
    background: #f3f6fb;
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link) {
    position: relative;
    display: block;
    width: 100%;
    min-height: 66px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--sl-search-muted);
    font-family: "Inter", Arial, sans-serif;
    text-align: left;
    padding: 10px 36px 10px 12px;
    cursor: pointer;
    appearance: none;
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link) > span {
    display: grid;
    gap: 2px;
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link) strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link) small {
    display: -webkit-box;
    overflow: hidden;
    font: 400 12px/18px var(--sl-font-body);
    text-transform: none;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sl-smart-search__desktop-mega-nav .sl-smart-search__desktop-mega-nav-chevron {
    background-color: var(--sl-ref-slate-400);
    display: block;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 18px;
    -webkit-mask: url('../images/catalog-ui/icon-chevron-right.svg') center/9px 16px no-repeat;
    mask: url('../images/catalog-ui/icon-chevron-right.svg') center/9px 16px no-repeat;
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link):hover,
  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link):focus-visible {
    background: rgba(255, 255, 255, .72);
    color: var(--sl-search-blue);
  }

  .sl-smart-search__desktop-mega-nav :is(button, .sl-smart-search__fleet-link):focus-visible {
    outline: 2px solid var(--sl-search-focus);
    outline-offset: 1px;
  }

  .sl-smart-search__desktop-mega-nav button[aria-selected="true"] {
    background: #fff;
    color: var(--sl-search-blue);
    box-shadow: 0 2px 8px rgba(18, 42, 79, .09);
  }

  .sl-smart-search__desktop-mega-content {
    min-width: 0;
  }

  .sl-smart-search__desktop-mega-panel {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 100%;
    border: 1px solid #dbe6f6;
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
  }

  .sl-smart-search__desktop-mega-panel[hidden] {
    display: none !important;
  }

  .sl-smart-search__desktop-mega-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .sl-smart-search__desktop-mega-panel-head > span {
    display: grid;
    gap: 3px;
  }

  .sl-smart-search__desktop-mega-panel-head h3,
  .sl-smart-search__desktop-mega-panel-head p,
  .sl-smart-search__desktop-mega-brands h4 {
    margin: 0;
  }

  .sl-smart-search__desktop-mega-panel-head h3 {
    color: var(--sl-search-blue);
    font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .sl-smart-search__desktop-mega-panel-head p {
    color: var(--sl-search-muted);
    font-size: 13px;
    line-height: 18px;
  }

  .sl-smart-search__desktop-mega-panel-head > a,
  .sl-smart-search__desktop-mega-all-brands {
    color: var(--sl-search-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
  }

  .sl-smart-search__desktop-mega-panel-head > a:hover,
  .sl-smart-search__desktop-mega-all-brands:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
  }

  .sl-smart-search__desktop-mega-brands {
    display: grid;
    gap: 10px;
  }

  .sl-smart-search__desktop-mega-brand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .sl-smart-search__desktop-mega-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 86px;
    border: 1px solid #dbe6f6;
    border-radius: 11px;
    background: #fff;
    color: var(--sl-search-text);
    padding: 8px;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease;
  }

  .sl-smart-search__desktop-mega-brand:hover,
  .sl-smart-search__desktop-mega-brand:focus-visible {
    border-color: #a8c7f5;
    background: #f7faff;
  }

  .sl-smart-search__desktop-mega-brand:focus-visible {
    outline: 2px solid var(--sl-search-focus);
    outline-offset: 1px;
  }

  .sl-smart-search__desktop-mega-brand .sl-smart-search__brand-logo--mega {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 36px;
    background: transparent;
  }

  .sl-smart-search__desktop-mega-brand .sl-smart-search__brand-logo--mega img {
    max-width: 82px;
    max-height: 32px;
    object-fit: contain;
  }

  .sl-smart-search__desktop-mega-brand strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sl-smart-search__desktop-mega-all-brands {
    justify-self: start;
  }

  .sl-smart-search__desktop-mega-groups,
  .sl-smart-search__desktop-mega-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sl-smart-search__desktop-mega-group {
    min-width: 0;
    border: 1px solid #e4ebf5;
    border-radius: 12px;
    background: #f8faff;
    padding: 12px;
  }

  .sl-smart-search__desktop-mega-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--sl-search-blue);
    font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
  }

  .sl-smart-search__desktop-mega-group-arrow {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: url('../images/catalog-ui/icon-chevron-right.svg') center/9px 16px no-repeat;
  }

  .sl-smart-search .sl-smart-search__desktop-mega-group-more {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--sl-search-blue);
    cursor: pointer;
    display: inline-flex;
    font: 600 12px/16px var(--sl-font-body);
    gap: 8px;
    justify-content: flex-start;
    margin-top: 4px;
    min-height: 44px;
    padding: 6px 7px;
    text-align: left;
  }

  .sl-smart-search .sl-smart-search__desktop-mega-group-more i {
    background: url('../images/catalog-ui/icon-chevron-down.svg') center/12px 8px no-repeat;
    display: block;
    flex: 0 0 14px;
    height: 8px;
    transition: transform .16s ease;
    width: 14px;
  }

  .sl-smart-search .sl-smart-search__desktop-mega-group-more[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .sl-smart-search .sl-smart-search__desktop-mega-group-more:hover,
  .sl-smart-search .sl-smart-search__desktop-mega-group-more:focus-visible {
    color: var(--sl-search-blue);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
  }

  .sl-smart-search .sl-smart-search__desktop-mega-group-more:focus-visible {
    outline: 2px solid var(--sl-search-focus);
    outline-offset: 2px;
  }

  .sl-smart-search__desktop-mega-group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }

  [data-sl-desktop-vehicle-group]:not(.is-expanded) li:nth-child(n + 5) {
    display: none;
  }

  [data-sl-desktop-size-group]:not(.is-expanded) li:nth-child(n + 9) {
    display: none;
  }

  .sl-smart-search__desktop-mega-group li a {
    display: flex;
    align-items: center;
    min-height: 30px;
    border-radius: 8px;
    color: var(--sl-search-muted);
    font-size: 12px;
    line-height: 16px;
    padding: 6px 7px;
    text-decoration: none;
  }

  .sl-smart-search__desktop-mega-group li a:hover,
  .sl-smart-search__desktop-mega-group li a:focus-visible {
    background: #fff;
    color: var(--sl-search-blue);
  }

  .sl-smart-search__desktop-mega-links > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 70px;
    border: 1px solid #dbe6f6;
    border-radius: 12px;
    background: #f8faff;
    color: var(--sl-search-text);
    padding: 12px 14px;
    text-decoration: none;
  }

  .sl-smart-search__desktop-mega-links > a:hover,
  .sl-smart-search__desktop-mega-links > a:focus-visible {
    border-color: #a8c7f5;
    background: #fff;
  }

  .sl-smart-search__desktop-mega-links > a > span {
    display: grid;
    gap: 3px;
  }

  .sl-smart-search__desktop-mega-links strong {
    color: var(--sl-search-blue);
    font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .sl-smart-search__desktop-mega-links small {
    color: var(--sl-search-muted);
    font-size: 11px;
    line-height: 15px;
  }

  .sl-smart-search__desktop-mega-links .sl-smart-search__sitemap-chevron {
    color: var(--sl-ref-slate-400);
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .sl-smart-search__desktop-mega {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 12px;
  }

  .sl-smart-search__desktop-mega-panel {
    padding: 16px;
  }

  .sl-smart-search__desktop-mega-group ul {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .sl-smart-search__filters [data-sl-search-filter="tpms"],
  .sl-smart-search__filters [data-sl-search-filter="sections"] {
    display: none !important;
  }
}

.sl-smart-search__filters [data-sl-search-filter="tpms"],
.sl-smart-search__filters [data-sl-search-filter="articles"] {
  display: none;
}

.sl-smart-search__sitemap {
  align-self: stretch;
  min-width: 0;
  max-height: calc(min(70vh, 680px) - 20px);
  overflow: auto;
  overscroll-behavior: contain;
  border-left: 1px solid #edf2f8;
  border-radius: 0 10px 10px 0;
  background: var(--sl-color-surface-subtle);
  padding: 14px 12px 16px 14px;
  scrollbar-color: #c4cfde transparent;
  scrollbar-width: thin;
}

.sl-smart-search__sitemap::-webkit-scrollbar {
  width: 4px;
}

.sl-smart-search__sitemap::-webkit-scrollbar-track {
  background: transparent;
}

.sl-smart-search__sitemap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c4cfde;
}

.sl-smart-search__sitemap-head {
  display: grid;
  gap: 3px;
  margin: 0 0 12px;
  padding: 0 4px;
}

.sl-smart-search__sitemap-head h3 {
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.sl-smart-search__sitemap-head p {
  margin: 0;
  color: #74839a;
  font-size: 12px;
  line-height: 16px;
}

.sl-smart-search__sitemap-body {
  display: grid;
  gap: 8px;
}

.sl-smart-search__sitemap-group,
.sl-smart-search__sitemap-subgroup {
  border-radius: 12px;
  transition: background-color .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.sl-smart-search__sitemap-group {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(226, 234, 246, .8);
}

.sl-smart-search__sitemap-group.is-highlighted,
.sl-smart-search__sitemap-subgroup.is-highlighted {
  background: var(--sl-color-surface-brand-soft);
  box-shadow: inset 3px 0 0 var(--sl-search-blue);
}

.sl-smart-search__sitemap-group-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #263348;
  font-family: var(--sl-font-action);
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  padding: 8px 10px;
  text-align: left;
  text-transform: uppercase;
}

.sl-smart-search__sitemap-group-toggle .sl-smart-search__sitemap-chevron {
  color: var(--sl-ref-slate-400);
  transition: transform .16s ease;
}

.sl-smart-search__sitemap-group-toggle[aria-expanded="true"] .sl-smart-search__sitemap-chevron {
  transform: rotate(90deg);
}

@media (min-width: 769px) {
  .sl-smart-search__sitemap-group-toggle {
    font-size: 16px !important;
    line-height: normal !important;
  }
}

.sl-smart-search__sitemap-group-body {
  display: grid;
  gap: 7px;
  padding: 0 8px 10px;
}

.sl-smart-search__sitemap-subgroup {
  padding: 6px 6px 7px;
}

.sl-smart-search__sitemap-subtitle,
.sl-smart-search__sitemap-leaf {
  color: var(--sl-search-blue);
  text-decoration: none;
}

.sl-smart-search__sitemap-subtitle {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.sl-smart-search__sitemap-subgroup ul {
  display: grid;
  gap: 1px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.sl-smart-search__sitemap-subgroup li a,
.sl-smart-search__sitemap-leaf {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  color: #526176;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 7px;
  text-decoration: none;
}

.sl-smart-search__sitemap-subgroup li a:hover,
.sl-smart-search__sitemap-subgroup li a:focus-visible,
.sl-smart-search__sitemap-leaf:hover,
.sl-smart-search__sitemap-leaf:focus-visible,
.sl-smart-search__sitemap-subtitle:hover,
.sl-smart-search__sitemap-subtitle:focus-visible {
  background: var(--sl-ref-white);
  color: var(--sl-search-blue);
  outline: 0;
}

.sl-smart-search__sitemap-subgroup li a .sl-smart-search__sitemap-chevron,
.sl-smart-search__sitemap-leaf .sl-smart-search__sitemap-chevron {
  color: var(--sl-ref-slate-400);
  height: 16px;
  width: 16px;
}

.sl-smart-search__sitemap-more {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 4px 0 0 7px;
  border: 0;
  border-radius: 8px;
  background: #edf3fb;
  color: var(--sl-search-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 9px;
}

.sl-smart-search__start,
.sl-smart-search__popular,
.sl-smart-search__group {
  display: grid;
  gap: 8px;
}

.sl-smart-search__start {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.sl-smart-search__start--with-sections {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 18px;
}

.sl-smart-search__start-column {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.sl-smart-search__start-heading {
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 4px 12px;
  text-transform: uppercase;
}

.sl-smart-search__start-title,
.sl-smart-search__query-title {
  grid-column: 1 / -1;
  margin: 0 0 0 12px;
  color: var(--sl-search-blue);
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 24px;
}

.sl-smart-search__query-title {
  color: var(--sl-search-ink);
  font-size: 16px;
  margin: 0 0 12px;
}

.sl-smart-search__start-group {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.sl-smart-search__start--compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 10px 10px 16px;
}

.sl-smart-search__start-intro {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

.sl-smart-search__start-intro h3 {
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

.sl-smart-search__start-intro p {
  margin: 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__start-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sl-smart-search__start-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 118px;
  border: 1px solid #e3ebf7;
  border-radius: 16px;
  background: var(--sl-ref-white);
  color: inherit;
  padding: 14px;
  text-align: left;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sl-smart-search__start-card:hover,
.sl-smart-search__start-card:focus-visible {
  border-color: var(--sl-color-border-brand);
  background: var(--sl-color-surface-subtle);
  box-shadow: 0 12px 26px rgba(24, 40, 72, .08);
  outline: 0;
}

.sl-smart-search__start-card:active {
  transform: translateY(1px);
}

.sl-smart-search__start-card-marker {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
}

.sl-smart-search__start-card-marker svg {
  display: block;
  width: 20px;
  height: 20px;
}

.sl-smart-search__start-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sl-smart-search__start-card-copy strong {
  color: var(--sl-search-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.sl-smart-search__start-card-copy small,
.sl-smart-search__start-card-copy em {
  display: block;
  color: var(--sl-search-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}

.sl-smart-search__start-card-copy em {
  color: #8796aa;
}

.sl-smart-search__popular-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 2px 2px;
}

.sl-smart-search__popular-row span {
  color: #6d7d93;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.sl-smart-search__popular-row button {
  min-height: 30px;
  border: 1px solid #dce6f4;
  border-radius: 999px;
  background: var(--sl-color-surface-subtle);
  color: #34445c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 10px;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.sl-smart-search__popular-row button:hover,
.sl-smart-search__popular-row button:focus-visible {
  border-color: var(--sl-color-border-brand);
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
  outline: 0;
}

.sl-smart-search__tire-finder {
  display: grid;
  gap: 14px;
  padding: 2px 0 6px;
}

.sl-smart-search__tire-finder-head {
  padding: 0;
}

.sl-smart-search__tire-finder-head h3 {
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadio", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 28px;
  text-transform: uppercase;
}

.sl-smart-search__tire-finder-head p {
  margin: 5px 0 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__tire-finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sl-smart-search__tire-finder-card,
.sl-smart-search__tire-scenario {
  border: 1px solid #e3ebf7;
  border-radius: 16px;
  background: var(--sl-ref-white);
  padding: 14px;
}

.sl-smart-search__tire-finder-card h4 {
  margin: 0 0 10px;
  color: var(--sl-search-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.sl-smart-search__tire-finder-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sl-smart-search__tire-finder-chips button {
  min-height: 32px;
  border: 1px solid #dce6f4;
  border-radius: 999px;
  background: var(--sl-color-surface-subtle);
  color: #34445c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 11px;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.sl-smart-search__tire-finder-chips button:hover,
.sl-smart-search__tire-finder-chips button:focus-visible {
  border-color: var(--sl-color-border-brand);
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
  outline: 0;
}

.sl-smart-search__tire-finder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--sl-search-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 6px 0;
  text-align: left;
}

.sl-smart-search__tire-finder-link:hover,
.sl-smart-search__tire-finder-link:focus-visible {
  color: #003f91;
  outline: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sl-smart-search__consultation {
  display: grid;
  gap: 14px;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
  background: var(--sl-ref-white);
  padding: 18px;
}

.sl-smart-search__consultation-copy h3 {
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadio", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 28px;
  text-transform: uppercase;
}

.sl-smart-search__consultation-copy p {
  max-width: 640px;
  margin: 6px 0 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__consultation-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sl-smart-search__consultation-topics button {
  min-height: 32px;
  border: 1px solid #dce6f4;
  border-radius: 999px;
  background: var(--sl-color-surface-subtle);
  color: #34445c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 11px;
}

.sl-smart-search__consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-smart-search__consultation-actions a,
.sl-smart-search__consultation-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #dce6f4;
  border-radius: 12px;
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 9px 14px;
  text-decoration: none;
}

.sl-smart-search__consultation-actions button {
  appearance: none;
  cursor: pointer;
}

.sl-smart-search__consultation-actions a:first-child,
.sl-smart-search__consultation-actions button:first-child {
  border-color: var(--sl-search-blue);
  background: var(--sl-search-blue);
  color: var(--sl-ref-white);
}

.sl-smart-search__tire-scenario {
  display: grid;
  gap: 12px;
  margin: 12px 0 14px;
}

.sl-smart-search__tire-scenario-copy p {
  margin: 4px 0 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__fitment-row {
  display: grid;
  gap: 7px;
  padding: 0 2px;
}

.sl-smart-search__fitment-row strong {
  color: var(--sl-search-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.sl-smart-search__fitment-note {
  margin: 0;
  border-radius: 12px;
  background: var(--sl-color-surface-subtle);
  color: #6d7d93;
  font-size: 12px;
  line-height: 17px;
  padding: 9px 11px;
}

.sl-smart-search__group + .sl-smart-search__group,
.sl-smart-search__popular + .sl-smart-search__group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf1f6;
}

.sl-smart-search__group-title {
  margin: 0;
  padding-left: 0 !important;
  color: var(--sl-search-blue) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: .04em;
  line-height: 24px;
  text-transform: uppercase;
}

.sl-smart-search__result {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px 16px;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
  transition: background-color .14s ease, transform .14s ease;
}

.sl-smart-search__result--with-logo {
  grid-template-columns: 56px 1fr auto auto;
}

@media (min-width: 769px) {
  .sl-smart-search__group .sl-smart-search__result:only-of-type {
    justify-self: start;
    width: 50%;
  }
}

.sl-smart-search__result:hover,
.sl-smart-search__result.is-active {
  background: var(--sl-search-soft);
}

.sl-smart-search__result::after {
  background-color: #8a98ac;
  content: "";
  display: block;
  height: var(--sl-icon-size-md, 18px);
  -webkit-mask: url("../images/catalog-ui/icon-chevron-right.svg") center / contain no-repeat;
  mask: url("../images/catalog-ui/icon-chevron-right.svg") center / contain no-repeat;
  width: var(--sl-icon-size-md, 18px);
}

.sl-smart-search__result-title {
  display: block;
  color: var(--sl-search-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.sl-smart-search__result-subtitle {
  display: block;
  margin-top: 3px;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__result-meta {
  display: block;
  margin-top: 5px;
  color: #8a98ac;
  font-size: 12px;
  font-weight: 500;
}

.sl-smart-search__result-action {
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sl-smart-search__best-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #e3ebf7;
  border-radius: 14px;
  background: var(--sl-ref-white);
  color: inherit;
  padding: 12px 14px;
  text-decoration: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

.sl-smart-search__best-card:hover,
.sl-smart-search__best-card.is-active,
.sl-smart-search__best-card:focus-visible {
  border-color: var(--sl-color-border-brand);
  box-shadow: 0 10px 24px rgba(31, 62, 147, .10);
  transform: translateY(-1px);
}

.sl-smart-search__best-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
  font-size: 22px;
  line-height: 1;
}

.sl-smart-search__best-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.sl-smart-search__best-copy strong {
  color: var(--sl-search-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.sl-smart-search__best-copy small {
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__best-copy em {
  color: #8a98ac;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.sl-smart-search__best-action {
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sl-smart-search__brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sl-smart-search__group--brand .sl-smart-search__result {
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 72px;
  border: 1px solid #e3ebf7;
  border-radius: 14px;
  background: var(--sl-ref-white);
  padding: 9px 34px 9px 10px;
  position: relative;
}

.sl-smart-search__group--brand .sl-smart-search__result::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.sl-smart-search__group--brand .sl-smart-search__result:hover,
.sl-smart-search__group--brand .sl-smart-search__result.is-active {
  border-color: var(--sl-color-border-brand);
  background: var(--sl-color-surface-subtle);
}

.sl-smart-search__group--brand .sl-smart-search__result-subtitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sl-smart-search__axis-showcase {
  display: grid;
  gap: 12px;
  margin: 0 0 14px;
  padding: 14px 12px;
  border: 1px solid #e6edf8;
  border-radius: 14px;
  background: var(--sl-color-surface-subtle);
}

.sl-smart-search__axis-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sl-smart-search__axis-head span {
  display: grid;
  gap: 3px;
}

.sl-smart-search__axis-head strong {
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.sl-smart-search__axis-head small {
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__axis-head a {
  flex: 0 0 auto;
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.sl-smart-search__axis-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sl-smart-search__axis-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  border: 1px solid #e6edf8;
  border-radius: 12px;
  background: var(--sl-ref-white);
  color: inherit;
  padding: 10px;
  text-decoration: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

.sl-smart-search__axis-card:hover,
.sl-smart-search__axis-card.is-active,
.sl-smart-search__axis-card:focus-visible {
  border-color: var(--sl-color-border-brand);
  box-shadow: 0 10px 24px rgba(24, 40, 72, .08);
  outline: none;
  transform: translateY(-1px);
}

.sl-smart-search__axis-card img {
  display: block;
  max-height: 58px;
  max-width: 54px;
  object-fit: contain;
}

.sl-smart-search__axis-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.sl-smart-search__axis-card strong {
  color: var(--sl-search-ink);
  display: -webkit-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sl-smart-search__axis-card small {
  color: var(--sl-search-muted);
  font-size: 12px;
  line-height: 15px;
}

.sl-smart-search__axis-card b {
  color: var(--sl-search-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.sl-smart-search__product-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sl-smart-search__product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  min-height: 262px;
  border: 1px solid #e8ecf3;
  border-radius: 8px;
  background: var(--sl-ref-slate-50);
  color: inherit;
  overflow: hidden;
  padding: 12px;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sl-smart-search__product-card:hover,
.sl-smart-search__product-card.is-active,
.sl-smart-search__product-card:focus-visible {
  border-color: rgba(11, 66, 146, .28);
  box-shadow: 0 12px 28px rgba(24, 40, 72, .08);
  outline: 0;
  transform: translateY(-2px);
}

.sl-smart-search__product-media {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  height: 126px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.sl-smart-search__product-media img {
  display: block;
  filter: var(--sl-tire-media-filter, none);
  height: 120px;
  max-width: 100%;
  mix-blend-mode: var(--sl-tire-media-blend-mode, multiply);
  object-fit: contain;
  opacity: var(--sl-tire-media-opacity, 1);
}

.sl-smart-search__product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sl-smart-search__product-brand,
.sl-smart-search__product-model {
  color: var(--sl-ref-black);
  display: -webkit-box;
  font-family: "RoadRadioBold", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sl-smart-search__product-model {
  min-height: 32px;
  -webkit-line-clamp: 2;
}

.sl-smart-search__product-size,
.sl-smart-search__product-meta {
  color: #252525;
  font-family: "RoadRadioLight", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.sl-smart-search__product-meta {
  color: var(--sl-ref-slate-500);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.sl-smart-search__product-price {
  color: #252525;
  font-family: "RoadRadioBold", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-top: auto;
}

.sl-smart-search__product-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 10px 0 0 12px;
  border-radius: 10px;
  background: var(--sl-color-surface-brand-soft);
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
  text-decoration: none;
}

.sl-smart-search__sections-open,
.sl-smart-search__show-more-brands,
.sl-smart-search__sections-empty button {
  align-items: center;
  background: var(--sl-color-surface-brand-soft);
  border: 0;
  border-radius: 10px;
  color: var(--sl-search-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  padding: 0 14px;
}

.sl-smart-search__sections-map {
  display: grid;
  gap: 10px;
}

.sl-smart-search__sections-intro {
  padding: 2px 12px 6px;
}

.sl-smart-search__sections-intro h3 {
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.sl-smart-search__sections-intro p {
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
  margin: 4px 0 0;
}

.sl-smart-search__section-card {
  border: 1px solid #e6edf8;
  border-radius: 14px;
  background: var(--sl-ref-white);
  overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.sl-smart-search__section-card:hover {
  border-color: var(--sl-color-border-brand);
  box-shadow: 0 10px 24px rgba(24, 40, 72, .06);
}

.sl-smart-search__section-main,
.sl-smart-search__section-result {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr auto;
  min-height: 54px;
  padding: 12px;
  text-decoration: none;
}

.sl-smart-search__section-main[type="button"],
.sl-smart-search__mobile-section-row[type="button"] {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.sl-smart-search__section-main {
  padding-right: 54px;
}

.sl-smart-search__section-main:hover,
.sl-smart-search__section-result:hover,
.sl-smart-search__section-main.is-active,
.sl-smart-search__section-result.is-active {
  background: var(--sl-color-surface-subtle);
}

.sl-smart-search__section-icon {
  align-items: center;
  background: var(--sl-color-surface-brand-soft);
  border-radius: 10px;
  color: var(--sl-search-blue);
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.sl-smart-search__brand-logo {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--sl-search-blue);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-width: 72px;
  overflow: hidden;
  padding: 4px;
  width: 72px;
}

.sl-smart-search__brand-logo img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.sl-smart-search__brand-logo span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.sl-smart-search__brand-logo--result {
  height: 38px;
  width: 86px;
  min-width: 86px;
}

.sl-smart-search__brand-logo--result span {
  font-size: 9.5px;
}

.sl-smart-search__brand-logo--cordiant {
  --fill-0: var(--sl-ref-white);
  background: transparent;
  padding: 4px;
}

.sl-smart-search__brand-logo--windpower {
  background: transparent;
  padding: 5px;
}

.sl-smart-search__brand-logo--kama,
.sl-smart-search__brand-logo--kama-pro,
.sl-smart-search__brand-logo--kama-forza {
  background: transparent;
  border-color: transparent;
  color: #172033;
}

.sl-smart-search__brand-logo--aeolus {
  background: transparent;
}

.sl-smart-search__brand-logo--hankook {
  background: transparent;
  border-color: transparent;
  color: #bf4a00;
}

.sl-smart-search__brand-logo--michelin {
  background: transparent;
  color: #174a9c;
}

.sl-smart-search__brand-logo--china {
  background: transparent;
  border-color: transparent;
  color: #b72020;
}

.sl-smart-search__section-main strong,
.sl-smart-search__section-result strong {
  color: var(--sl-search-ink);
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.sl-smart-search__section-main small,
.sl-smart-search__section-result small,
.sl-smart-search__section-main em,
.sl-smart-search__section-result em {
  color: var(--sl-search-muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin-top: 2px;
}

.sl-smart-search__section-result b {
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.sl-smart-search__mobile-section-row .sl-smart-search__sitemap-chevron {
  color: var(--sl-ref-slate-400);
}

.sl-smart-search__section-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8a98ac;
  display: flex;
  font-size: 24px;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: transform .16s ease;
  width: 44px;
}

.sl-smart-search__section-card {
  position: relative;
}

.sl-smart-search__section-toggle[aria-expanded="true"] {
  transform: rotate(90deg);
}

.sl-smart-search__section-children {
  border-top: 1px solid #eef3f9;
  display: grid;
  gap: 8px;
  padding: 8px;
}

.sl-smart-search__section-children .sl-smart-search__section-card {
  background: var(--sl-ref-slate-50);
}

.sl-smart-search__brand-children {
  display: grid;
  gap: 8px;
}

.sl-smart-search__more-brands {
  display: grid;
  gap: 8px;
}

.sl-smart-search__brand-children h4 {
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 2px 4px;
  text-transform: uppercase;
}

.sl-smart-search__section-results {
  display: grid;
  gap: 8px;
}

.sl-smart-search__mobile-section-head {
  display: grid;
  gap: 4px;
  padding: 2px 8px 8px;
}

.sl-smart-search__mobile-section-head button {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--sl-search-blue);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}

.sl-smart-search__mobile-section-head h3 {
  margin: 0;
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

.sl-smart-search__mobile-section-head p {
  margin: 0;
  color: var(--sl-search-muted);
  font-size: 13px;
  line-height: 18px;
}

.sl-smart-search__mobile-brand-list {
  display: grid;
  gap: 8px;
}

.sl-smart-search__mobile-brand-list h4 {
  margin: 0 0 2px 8px;
  color: var(--sl-search-blue);
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.sl-smart-search mark {
  border-radius: 5px;
  background: var(--sl-search-mark);
  color: inherit;
  padding: 0 2px;
}

.sl-smart-search__message,
.sl-smart-search__empty,
.sl-smart-search__diagnostic {
  border-radius: 16px;
  background: var(--sl-search-soft);
  padding: 18px;
}

.sl-smart-search__message {
  color: var(--sl-search-muted);
  font-size: 15px;
  font-weight: 500;
}

.sl-smart-search__empty h3,
.sl-smart-search__diagnostic h3 {
  margin: 0;
  color: var(--sl-search-ink);
  font-size: 18px;
  line-height: 24px;
}

.sl-smart-search__empty p,
.sl-smart-search__diagnostic p {
  margin: 8px 0 0;
  color: var(--sl-search-muted);
  font-size: 14px;
  line-height: 20px;
}

.sl-smart-search__diagnostic ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.sl-smart-search__diagnostic li {
  position: relative;
  padding-left: 18px;
  color: #34445c;
  font-size: 14px;
  line-height: 20px;
}

.sl-smart-search__diagnostic li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-search-red);
}

.sl-smart-search__empty a,
.sl-smart-search__diagnostic a,
.sl-smart-search__filter-empty button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 14px;
  border-radius: 12px;
  background: var(--sl-search-blue);
  color: var(--sl-ref-white);
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.sl-smart-search__close {
  display: none;
}

body.sl-smart-search-lock {
  overflow: hidden;
}

.sl-home-redesign .sl-smart-search.sl-smart-search--overlay .sl-smart-search__title {
  color: var(--sl-ref-white) !important;
  font-family: "RoadRadioRegular", "Inter", Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

@media (max-width: 1023px) {
  .sl-smart-search.is-open .sl-smart-search__results-panel {
    display: block;
  }

  .sl-smart-search__results-main {
    padding-right: 0;
  }

  .sl-smart-search__sitemap {
    display: none;
  }

  .sl-smart-search__results {
    max-height: min(60vh, 560px);
  }
}

@media (max-width: 768px) {
  .sl-search-demo {
    padding: 28px 16px;
  }

  .sl-smart-search__copy {
    padding-right: 0;
  }

  .sl-smart-search__title {
    font-size: 30px;
  }

  .sl-smart-search__copy p {
    font-size: 15px;
  }

  .sl-smart-search__menu {
    position: static;
    order: -1;
  }

  .sl-smart-search__surface {
    position: static;
    width: 100%;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__surface {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 100dvh;
    min-height: 100dvh;
    border-radius: 0;
    background: var(--sl-ref-white);
    box-shadow: none;
    padding: 10px 12px 12px;
  }

  .sl-smart-search--overlay {
    padding: 0;
    background: rgb(59 66 84 / 74%);
    backdrop-filter: blur(8px) saturate(110%);
    -webkit-backdrop-filter: blur(8px) saturate(110%);
  }

  .sl-smart-search--overlay .sl-smart-search__copy {
    display: none;
  }

  .sl-smart-search.is-mobile-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgb(59 66 84 / 74%);
    backdrop-filter: blur(8px) saturate(110%);
    -webkit-backdrop-filter: blur(8px) saturate(110%);
  }

  .sl-smart-search--overlay .sl-smart-search__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 20;
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eef3f9;
    box-shadow: none;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__close {
    display: block;
  }

  .sl-smart-search__close::before,
  .sl-smart-search__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: #34445c;
  }

  .sl-smart-search__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .sl-smart-search__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__form {
    padding-right: 0;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__mobile-tabs {
    display: flex;
    gap: 4px;
    order: -1;
    width: calc(100% - 50px);
    margin: 0 0 10px;
    border-radius: 14px;
    background: #f4f7fb;
    padding: 5px;
  }

  .sl-smart-search__mobile-tabs button {
    flex: 1 1 0;
    min-height: 34px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #607086;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 12px;
  }

  .sl-smart-search__mobile-tabs button.is-active {
    background: var(--sl-search-blue);
    color: var(--sl-ref-white);
  }

  .sl-smart-search__field {
    height: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(24, 40, 72, .06);
  }

  .sl-smart-search__field:focus-within {
    box-shadow: 0 5px 18px rgba(24, 40, 72, .09);
  }

  .sl-smart-search__field input {
    height: 100%;
    font-size: 14px;
    line-height: normal;
    padding-right: 8px;
  }

  .sl-smart-search__icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    border-width: 2px;
  }

  .sl-smart-search.has-query .sl-smart-search__icon::before,
  .sl-smart-search.has-query .sl-smart-search__icon::after {
    width: 16px;
    height: 2px;
  }

  .sl-smart-search__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .sl-smart-search__chips {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(to right, var(--sl-ref-black) calc(100% - 28px), transparent);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sl-smart-search__chips::-webkit-scrollbar {
    display: none;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__filters {
    display: flex;
    gap: 4px;
    margin: 0 0 10px;
    padding: 5px;
    border-radius: 14px;
    background: #f4f7fb;
    scrollbar-width: none;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__filters::-webkit-scrollbar {
    display: none;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__filters [data-sl-search-filter="tpms"],
  .sl-smart-search.is-mobile-open .sl-smart-search__filters [data-sl-search-filter="sections"] {
    display: none;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__filters button {
    min-height: 36px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 13px;
  }

  .sl-smart-search.is-mobile-open.is-sections-mode .sl-smart-search__form,
  .sl-smart-search.is-mobile-open.is-sections-mode .sl-smart-search__chips,
  .sl-smart-search.is-mobile-open.is-sections-mode .sl-smart-search__filters {
    display: none;
  }

  .sl-smart-search__chips button,
  .sl-smart-search__filters button {
    flex: 0 0 auto;
  }

  .sl-smart-search__chips button {
    min-height: 28px;
    font-size: 11.5px;
    line-height: 15px;
    padding: 5px 9px;
  }

  .sl-smart-search__results-panel {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 10px;
    border: 0;
    box-shadow: none;
    padding: 0 8px 18px 0;
    scrollbar-gutter: stable;
  }

  .sl-smart-search__results {
    max-height: none;
    padding: 0 4px 0 0;
  }

  .sl-smart-search.is-mobile-open.is-sections-mode .sl-smart-search__results-panel {
    margin-top: 2px;
  }

  .sl-smart-search__mobile-sitemap {
    gap: 8px;
  }

  .sl-smart-search__mobile-sitemap-body {
    display: grid;
    gap: 8px;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-group {
    background: var(--sl-ref-white);
    border-color: #e1e9f5;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-group-toggle {
    min-height: 44px;
    font-size: 15px !important;
    line-height: 19px !important;
    padding: 10px 12px;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__fleet-link {
    font-family: "RoadRadioBold", "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-transform: none;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-group-body {
    gap: 8px;
    padding: 0 10px 10px;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-subtitle {
    font-size: 13px;
  }

  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-subgroup li a,
  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-leaf {
    min-height: 36px;
    font-size: 13px;
    line-height: 17px;
    padding: 8px 9px;
  }

  .sl-smart-search__start {
    grid-template-columns: 1fr;
  }

  .sl-smart-search__start--with-sections {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .sl-smart-search__start--compact {
    gap: 10px;
    padding: 2px 0 6px;
  }

  .sl-smart-search__start-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sl-smart-search__start-card {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 132px;
    border-radius: 14px;
    padding: 11px;
  }

  .sl-smart-search__start-intro h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .sl-smart-search__start-intro p {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-smart-search__start-card-marker {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .sl-smart-search__start-card-marker svg {
    width: 16px;
    height: 16px;
  }

  .sl-smart-search__start-card-copy {
    gap: 3px;
  }

  .sl-smart-search__start-card-copy strong {
    font-size: 13px;
    line-height: 16px;
  }

  .sl-smart-search__start-card-copy small,
  .sl-smart-search__start-card-copy em {
    display: -webkit-box;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .sl-smart-search__start-card-copy small {
    -webkit-line-clamp: 2;
  }

  .sl-smart-search__start-card-copy em {
    -webkit-line-clamp: 2;
  }

  .sl-smart-search__popular-row {
    gap: 6px;
  }

  .sl-smart-search__popular-row span {
    flex: 0 0 100%;
    font-size: 11px;
    line-height: 14px;
  }

  .sl-smart-search__popular-row button {
    min-height: 28px;
    font-size: 11px;
    line-height: 14px;
    padding: 4px 9px;
  }

  .sl-smart-search__tire-finder {
    gap: 10px;
    padding: 0 0 6px;
  }

  .sl-smart-search__tire-finder-head {
    padding: 0 8px;
  }

  .sl-smart-search__tire-finder-head h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .sl-smart-search__tire-finder-head p {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-smart-search__tire-finder-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sl-smart-search__tire-finder-card,
  .sl-smart-search__tire-scenario {
    border-radius: 14px;
    padding: 11px;
  }

  .sl-smart-search__tire-finder-card h4 {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 17px;
  }

  .sl-smart-search__tire-finder-chips {
    gap: 6px;
  }

  .sl-smart-search__tire-finder-chips button {
    min-height: 34px;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 10px;
  }

  .sl-smart-search__tire-scenario {
    margin: 9px 0 12px;
  }

  .sl-smart-search__consultation {
    gap: 11px;
    border-radius: 14px;
    padding: 12px;
  }

  .sl-smart-search__consultation-copy h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .sl-smart-search__consultation-copy p {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-smart-search__consultation-topics {
    gap: 6px;
  }

  .sl-smart-search__consultation-topics button {
    min-height: 34px;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 10px;
  }

  .sl-smart-search__consultation-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sl-smart-search__fitment-row {
    gap: 6px;
  }

  .sl-smart-search__fitment-row strong {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-smart-search__fitment-note {
    font-size: 11px;
    line-height: 15px;
    padding: 8px 10px;
  }

  .sl-smart-search__start-heading,
  .sl-smart-search__group-title {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-smart-search__query-title {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 20px;
  }

  .sl-smart-search__group + .sl-smart-search__group,
  .sl-smart-search__popular + .sl-smart-search__group {
    margin-top: 10px;
    padding-top: 10px;
  }

  .sl-smart-search__group {
    gap: 4px;
  }

  .sl-smart-search__group-title {
    padding-left: 4px !important;
    letter-spacing: .02em;
  }

  .sl-smart-search.is-mobile-open .sl-smart-search__results-panel {
    display: block;
    flex: 1 1 auto;
    overflow: auto;
  }

  .sl-smart-search__result {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 8px;
    border-radius: 10px;
    padding: 8px 4px;
  }

  .sl-smart-search__result::after {
    align-self: center;
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 18px;
  }

  .sl-smart-search__result-title {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-smart-search__result-subtitle {
    display: -webkit-box;
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sl-smart-search__result-meta,
  .sl-smart-search__result-action {
    display: none;
  }

  .sl-smart-search__best-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    margin-top: 8px;
    padding: 10px;
  }

  .sl-smart-search__best-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
  }

  .sl-smart-search__best-copy strong {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-smart-search__best-copy small {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-smart-search__best-action {
    display: none;
  }

  .sl-smart-search__brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .sl-smart-search__group--brand .sl-smart-search__result {
    align-items: center;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px 10px;
  }

  .sl-smart-search__group--brand .sl-smart-search__brand-logo {
    display: inline-flex;
    height: 30px;
    min-width: 42px;
    padding: 0;
    width: 42px;
  }

  .sl-smart-search__group--brand .sl-smart-search__brand-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .sl-smart-search__group--brand .sl-smart-search__brand-logo span {
    font-size: 7px;
    line-height: 1;
  }

  .sl-smart-search__group--brand .sl-smart-search__result-title {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-smart-search__group--brand .sl-smart-search__result-subtitle,
  .sl-smart-search__group--brand .sl-smart-search__result-meta,
  .sl-smart-search__group--brand .sl-smart-search__result-action,
  .sl-smart-search__group--brand .sl-smart-search__result::after {
    display: none;
  }

  .sl-smart-search__result--with-logo {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .sl-smart-search__result--with-logo .sl-smart-search__result-action {
    grid-column: 2;
  }

  .sl-smart-search__result-action {
    white-space: normal;
  }

  .sl-smart-search__axis-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-smart-search__axis-grid {
    display: flex;
    gap: 8px;
    margin: 0 -12px;
    overflow-x: auto;
    padding: 0 12px 6px;
    scroll-snap-type: x proximity;
  }

  .sl-smart-search__axis-card {
    flex: 0 0 min(260px, 82vw);
    scroll-snap-align: start;
  }

  .sl-smart-search__product-grid {
    display: flex;
    gap: 10px;
    margin: 0 -12px;
    overflow-x: auto;
    padding: 0 12px 6px;
    scroll-snap-type: x proximity;
  }

  .sl-smart-search__product-card {
    flex: 0 0 min(220px, 78vw);
    min-height: 348px;
    scroll-snap-align: start;
  }

  .sl-smart-search__product-media {
    height: 132px;
  }

  .sl-smart-search__product-media img {
    height: 126px;
  }

  .sl-smart-search__product-brand,
  .sl-smart-search__product-model {
    font-size: 15px;
  }

  .sl-smart-search__product-size {
    font-size: 14px;
  }

  .sl-smart-search__product-price {
    font-size: 22px;
  }

  .sl-smart-search__product-more {
    margin-left: 0;
  }

  .sl-smart-search__group-title {
    padding-left: 0 !important;
  }

  .sl-smart-search__sections-intro {
    padding: 2px 8px 6px;
  }

  .sl-smart-search__sections-intro h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .sl-smart-search__section-main,
  .sl-smart-search__section-result {
    grid-template-columns: 34px 1fr;
    min-height: 44px;
    padding: 8px 4px;
  }

  .sl-smart-search__section-main {
    padding-right: 52px;
  }

  .sl-smart-search__section-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 14px;
  }

  .sl-smart-search__section-main strong,
  .sl-smart-search__section-result strong {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-smart-search__section-main small,
  .sl-smart-search__section-result small,
  .sl-smart-search__section-main em,
  .sl-smart-search__section-result em {
    font-size: 11px;
    line-height: 14px;
  }

  .sl-smart-search__section-result b {
    display: none;
  }

  .sl-smart-search__section-children {
    gap: 6px;
    padding: 6px;
  }

  .sl-smart-search__results::-webkit-scrollbar {
    width: 8px;
  }
}

/*
  Shared interactive Chip contract.
  Only suggestions change here; tabs, filters and result cards keep their design.
*/
.sl-smart-search :where(.sl-smart-search__chips, .sl-smart-search__tire-finder-chips) button {
  box-sizing: border-box;
  background: var(--sl-chip-background);
  border: 1px solid var(--sl-chip-border-color);
  border-radius: var(--sl-radius-pill);
  color: var(--sl-chip-color);
  font-family: var(--sl-chip-font-family) !important;
  font-size: var(--sl-chip-font-size);
  font-weight: var(--sl-chip-font-weight);
  line-height: var(--sl-chip-line-height);
  min-height: var(--sl-chip-visual-height);
  padding: var(--sl-chip-padding-block) var(--sl-chip-padding-inline);
  text-transform: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.sl-smart-search :where(.sl-smart-search__chips, .sl-smart-search__tire-finder-chips) button:hover {
  background: var(--sl-chip-hover-background);
  border-color: var(--sl-chip-hover-border-color);
  color: var(--sl-chip-hover-color);
}

.sl-smart-search :where(.sl-smart-search__chips, .sl-smart-search__tire-finder-chips) button:focus-visible {
  background: var(--sl-chip-hover-background);
  border-color: var(--sl-color-focus-ring);
  box-shadow: var(--sl-shadow-focus-soft);
  color: var(--sl-chip-hover-color);
  outline: none;
}

.sl-smart-search :where(.sl-smart-search__chips, .sl-smart-search__tire-finder-chips) button:is(.is-active, [aria-pressed="true"], [aria-selected="true"]) {
  background: var(--sl-chip-selected-background);
  border-color: var(--sl-chip-selected-border-color);
  color: var(--sl-chip-selected-color);
}

/* Shared navigation data, compact responsive presentation. */
.sl-smart-search__picker-all {
  display: inline-flex;
  align-items: center;
  min-height: var(--sl-target-min);
  margin-top: var(--sl-space-2);
  font: 600 13px/18px var(--sl-font-body);
}

.sl-smart-search__fleet-card { grid-column: 1 / -1; }
.sl-smart-search__fleet-link { text-decoration: none; }
.sl-smart-search .sl-smart-search__start-card-copy :is(small, em) {
  font: 400 12px/18px var(--sl-font-body);
  text-transform: none;
}
.sl-smart-search__fleet-link strong { font-family: var(--sl-font-action); }
.sl-smart-search__fleet-link small {
  display: block;
  margin-top: var(--sl-space-1);
  font: 400 12px/18px var(--sl-font-body);
  color: var(--sl-color-text-secondary);
}

@media (min-width: 769px) {
  .sl-smart-search__desktop-mega-group--catalog > .sl-smart-search__desktop-mega-group-title,
  .sl-smart-search__desktop-mega-group--sizes > .sl-smart-search__desktop-mega-group-title,
  .sl-smart-search__desktop-mega-group--axis > .sl-smart-search__desktop-mega-group-title,
  [data-sl-desktop-vehicle-group] > .sl-smart-search__desktop-mega-group-title {
    color: var(--sl-search-blue);
    font: 400 16px/normal var(--sl-font-action);
  }

  .sl-smart-search__desktop-mega-group--sizes ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--sl-space-2);
  }
}

@media (max-width: 768px) {
  .sl-smart-search__mobile-sitemap .sl-smart-search__mobile-picker {
    padding: 0;
  }

  .sl-smart-search__mobile-picker > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sl-space-2);
    min-height: var(--sl-target-min);
    padding: var(--sl-space-3) var(--sl-space-2);
    color: var(--sl-color-text-brand);
    font: 400 13px/18px var(--sl-font-action);
    cursor: pointer;
    list-style: none;
    border-radius: var(--sl-radius-control);
  }

  .sl-smart-search__mobile-picker > summary::-webkit-details-marker { display: none; }
  .sl-smart-search__mobile-picker > summary::after {
    content: '';
    flex: 0 0 16px;
    height: 16px;
    background: url('../images/catalog-ui/icon-chevron-right.svg') center / 9px 16px no-repeat;
  }
  .sl-smart-search__mobile-picker[open] > summary::after { transform: rotate(90deg); }
  .sl-smart-search__mobile-picker > summary:is(:hover, :active) { background: var(--sl-color-surface-brand-soft); }
  .sl-smart-search__mobile-picker > summary:focus-visible,
  .sl-smart-search__mobile-picker a:focus-visible {
    outline: var(--sl-focus-outline);
    outline-offset: 2px;
  }
  .sl-smart-search__mobile-sitemap .sl-smart-search__mobile-picker > ul {
    gap: var(--sl-space-2);
    margin: 0;
  }
  .sl-smart-search__mobile-picker[data-sitemap-group="map-tires-size"] > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-subgroup li a,
  .sl-smart-search__mobile-sitemap .sl-smart-search__sitemap-more {
    min-height: var(--sl-target-min);
    padding: var(--sl-space-2);
  }
  .sl-smart-search__mobile-picker[data-sitemap-group="map-tires-size"] li a {
    font-size: 12px;
    white-space: nowrap;
  }
}
