@font-face {
  font-family: "RoadRadioLight";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/RoadRadio-Light.woff2") format("woff2"),
       url("../fonts/RoadRadio-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RoadRadioRegular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RoadRadio.woff2") format("woff2"),
       url("../fonts/RoadRadio.ttf") format("truetype");
}

@font-face {
  font-family: "RoadRadioBold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/RoadRadio-Bold.woff2") format("woff2"),
       url("../fonts/RoadRadio-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RoadRadioBlack";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/RoadRadio-Black.woff2") format("woff2"),
       url("../fonts/RoadRadio-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/inter-400.woff2") format("woff2"),
       url("../fonts/google/inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/google/inter-600.woff2") format("woff2"),
       url("../fonts/google/inter-600.ttf") format("truetype");
}

.sl-home-redesign-page {
  background: var(--sl-color-surface-default) !important;
  margin: 0 !important;
  padding: 0 !important;
}

html,
body.sl-home-redesign-page,
.sl-home-redesign-page {
  min-width: 0 !important;
}

.sl-home-redesign-page .tpl-component-2129,
.sl-home-redesign-page .top-image,
.sl-home-redesign-page .header,
.sl-home-redesign-page .mainheader,
.sl-home-redesign-page .maincats,
.sl-home-redesign-page .bottomline,
.sl-home-redesign-page .foot,
.sl-home-redesign-page footer.hide.show-s {
  display: none !important;
}

.sl-home-redesign-page .allm,
.sl-home-redesign-page .allm-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--sl-color-surface-default);
}

.sl-home-redesign {
  --sl-blue: var(--sl-color-action-primary-default);
  --sl-blue-2: #3f6bff;
  --sl-blue-2-hover: #3159e8;
  --sl-blue-hover: var(--sl-color-action-primary-hover);
  --sl-control-bg: var(--sl-color-surface-default);
  --sl-control-border: var(--sl-color-border-strong);
  --sl-control-border-focus: var(--sl-color-focus-ring);
  --sl-control-placeholder: var(--sl-color-text-disabled);
  --sl-focus-ring: var(--sl-shadow-focus-soft);
  --sl-yellow: var(--sl-color-surface-highlight);
  --sl-text: var(--sl-color-text-primary);
  --sl-muted: var(--sl-color-text-secondary);
  --sl-line: var(--sl-color-border-brand-subtle);
  color: var(--sl-text);
  font-family: var(--sl-font-body);
  overflow: hidden;
  background: var(--sl-color-surface-default);
}

.sl-home-redesign a {
  color: inherit;
  text-decoration: none;
}

.sl-home-redesign h1,
.sl-home-redesign h2,
.sl-home-redesign h3 {
  font-family: var(--sl-font-display) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

.sl-home-redesign [hidden] {
  display: none !important;
}

.sl-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sl-home-redesign button,
.sl-home-redesign input,
.sl-home-redesign select,
.sl-home-redesign textarea {
  font: inherit;
}

.sl-home-redesign button,
.sl-home-redesign select,
.sl-home-redesign input[type="button"],
.sl-home-redesign input[type="submit"] {
  cursor: pointer;
}

.sl-home-redesign :disabled,
.sl-home-redesign [aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .55;
}

.sl-home-hero {
  background: linear-gradient(180deg, var(--sl-color-surface-brand-strong) 0, var(--sl-color-surface-brand-strong) 94px, var(--sl-color-surface-brand-soft) 94px, var(--sl-color-surface-default) 568px);
}

@media (min-width: 769px) {
  .sl-home-redesign {
    background-color: var(--sl-color-surface-default);
    background-image: linear-gradient(180deg, var(--sl-color-surface-brand-strong) 0, var(--sl-color-surface-brand-strong) 94px, var(--sl-color-surface-brand-soft) 94px, var(--sl-color-surface-default) 1000px);
    background-size: 100% 1000px;
    background-repeat: no-repeat;
  }
  .sl-home-redesign .sl-home-hero { background: transparent; }
}

.sl-home-nav {
  align-items: center;
  box-sizing: border-box;
  color: var(--sl-color-text-inverse);
  display: flex;
  height: 94px;
  justify-content: space-between;
  padding: 24px var(--sl-layout-inline, 64px);
}

.sl-home-nav-main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: var(--sl-space-8);
  min-width: 0;
}

.sl-home-logo {
  align-items: center;
  display: flex;
  flex: 0 0 151px;
  height: 20px;
  width: 151px;
}

.sl-home-logo img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.sl-home-logo__service {
  height: 20px;
  width: 151px;
}

.sl-home-nav-tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--sl-space-3);
}

.sl-home-menu {
  align-items: center;
  background: var(--sl-blue-2);
  border-radius: 4px;
  display: flex;
  height: 46px;
  justify-content: center;
  transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 46px;
}

.sl-home-menu:hover {
  background: var(--sl-blue-2-hover);
}

.sl-home-menu:active {
  transform: translateY(1px);
}

.sl-home-menu:focus-visible {
  box-shadow: var(--sl-focus-ring);
  outline: none;
}

.sl-home-menu img {
  height: 24px;
  width: 24px;
}

.sl-home-search-shortcut {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  padding: 0;
  transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 46px;
}

.sl-home-search-shortcut img {
  display: block;
  height: 24px;
  width: 24px;
}

.sl-home-search-shortcut:hover {
  background: rgba(255,255,255,.08);
}

.sl-home-search-shortcut:active {
  transform: translateY(1px);
}

.sl-home-search-shortcut:focus-visible {
  box-shadow: var(--sl-focus-ring);
  outline: none;
}

.sl-home-search {
  flex: 0 0 314px;
  height: 46px;
  position: relative;
  width: 314px;
  z-index: 30;
}

.sl-home-search-form {
  align-items: stretch;
  background: var(--sl-control-bg);
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(32,42,77,.08);
  box-sizing: border-box;
  display: flex;
  height: 46px;
  overflow: hidden;
  transition: box-shadow .16s ease, transform .16s ease;
  width: 314px;
}

.sl-home-search-launcher {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.sl-home-search-launcher:hover,
.sl-home-search-launcher:focus-visible {
  box-shadow: 0 10px 28px rgba(4, 22, 59, .18);
}

.sl-home-search-launcher:focus-visible {
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}

.sl-home-search-launcher__label {
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  color: var(--sl-color-text-secondary);
  display: flex;
  flex: 1 1 auto;
  font-family: var(--sl-font-body);
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 20px;
  min-width: 0;
  padding: 0 16px;
}

.sl-home-search-launcher__icon {
  align-self: stretch;
  background: var(--sl-blue-2);
  background-image: url("../images/figma-nav/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  flex: 0 0 50px;
  transition: background-color .16s ease, filter .16s ease;
}

.sl-home-search-launcher:hover .sl-home-search-launcher__icon,
.sl-home-search-launcher:focus-visible .sl-home-search-launcher__icon {
  background-color: var(--sl-blue-2-hover);
}

.sl-home-locations {
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-1);
  font-size: 14px;
}

.sl-home-locations a {
  align-items: center;
  color: rgba(255,255,255,.8);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: var(--sl-space-2);
  line-height: 18px;
  padding: 2px 16px;
}

.sl-home-locations a:before {
  background: url("../images/figma-nav/location.svg") center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.sl-home-phone {
  display: flex;
  flex-direction: column;
  flex: 0 0 174px;
  gap: 5px;
  justify-content: center;
  white-space: nowrap;
  width: 174px;
}

.sl-home-phone span {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.sl-home-phone small {
  color: var(--sl-yellow);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.sl-home-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--sl-space-6);
  height: 33px;
}

.sl-home-actions a {
  position: relative;
}

.sl-home-actions img {
  display: block;
  object-fit: contain;
}

.sl-home-actions a:nth-child(1) img {
  height: 32px;
  width: 40px;
}

.sl-home-actions a:nth-child(2) img,
.sl-home-actions a:nth-child(3) img {
  height: 32px;
  width: 32px;
}

.sl-home-actions span {
  align-items: center;
  background: #e1eaff;
  border-radius: 9px;
  color: var(--sl-ref-black);
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 14px;
  justify-content: center;
  position: absolute;
  right: -1px;
  top: 0;
  width: 14px;
}

.sl-mobile-hero-banner {
  display: none;
}

.sl-mobile-hero-info,
.sl-tab-label-mobile {
  display: none;
}

.sl-home-hero-inner {
  margin: 0 auto;
  max-width: var(--sl-layout-content-max, 1200px);
  padding: 29px 0 0;
  text-align: center;
  width: calc(100% - var(--sl-layout-gutter, 64px) - var(--sl-layout-gutter, 64px));
}

.sl-home-hero h1,
.sl-section-head h2,
.sl-mobile-only h2,
.sl-centers h2 {
  color: var(--sl-blue);
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

.sl-home-hero h1 + p {
  color: var(--sl-ref-slate-600);
  font-size: 14px;
  line-height: 20px;
  margin: -2px auto 33px;
  text-align: center;
}

.sl-axis-grid {
  display: grid;
  gap: var(--sl-space-6);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 0 41px;
}

.sl-axis-card {
  background: var(--sl-color-surface-default);
  border: 1px solid transparent;
  border-radius: var(--sl-radius-card);
  background-clip: padding-box;
  box-shadow: var(--sl-shadow-card-quiet);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  min-height: 138px;
  overflow: hidden;
  padding: 16px 0 0;
  position: relative;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease;
  width: 100%;
}

.sl-axis-card h3 {
  color: var(--sl-color-text-primary);
  font-family: var(--sl-font-display-regular) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 15px;
  min-width: 0;
  opacity: .8;
  padding-left: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.sl-axis-card:after {
  background-image: var(--sl-axis-image);
  background-position: var(--sl-axis-x, left) bottom;
  background-repeat: no-repeat;
  background-size: var(--sl-axis-size);
  content: "";
  display: block;
  flex: 0 0 95px;
  height: 95px;
  filter: var(--sl-tire-media-filter, none);
  mix-blend-mode: var(--sl-tire-media-blend-mode, multiply);
  opacity: var(--sl-tire-media-opacity, 1);
  pointer-events: none;
  width: 100%;
}

.sl-axis-card--steer {
  --sl-axis-image: url("../images/home-axis-2x/axis-steer@2x.png");
  --sl-axis-x: right;
  --sl-axis-size: 91px 100px;
}

.sl-axis-card--drive {
  --sl-axis-image: url("../images/home-axis-2x/axis-drive@2x.png");
  --sl-axis-x: left;
  --sl-axis-size: 115px 100px;
}

.sl-axis-card--trailer {
  --sl-axis-image: url("../images/home-axis-2x/axis-trailer@2x.png");
  --sl-axis-x: left;
  --sl-axis-size: 170px 95px;
}

.sl-axis-card--universal {
  --sl-axis-image: url("../images/home-axis-2x/axis-universal@2x.png");
  --sl-axis-x: left;
  --sl-axis-size: 174px 92px;
}

.sl-axis-card--construction {
  --sl-axis-image: url("../images/home-axis-2x/axis-construction@2x.png");
  --sl-axis-x: left;
  --sl-axis-size: 175px 89px;
}

.sl-axis-card--light {
  --sl-axis-image: url("../images/home-axis-2x/axis-light@2x.png");
  --sl-axis-x: left;
  --sl-axis-size: 175px 89px;
}

.sl-axis-card:hover {
  border-color: var(--sl-color-border-brand);
  box-shadow: var(--sl-shadow-card-hover);
}

.sl-axis-card:hover span {
  color: var(--sl-blue);
}

.sl-filter-panel {
  background: var(--sl-color-surface-default);
  border: 1px solid var(--sl-color-border-brand);
  border-radius: var(--sl-radius-card);
  box-sizing: border-box;
  box-shadow: var(--sl-shadow-card-resting);
  margin: 0 auto;
  height: 151px;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: height .18s ease;
  max-width: 100%;
  width: 770px;
  z-index: 15;
}

.sl-filter-panel.is-help-active {
  height: 290px;
}

.sl-filter-tabs,
.sl-offer-tabs {
  align-items: center;
  background: var(--sl-color-surface-subtle);
  border-radius: var(--sl-radius-control);
  display: inline-flex;
  gap: var(--sl-space-2);
  list-style: none;
  margin: 0;
  padding: 2px;
}

.sl-filter-tabs {
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 26px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.sl-offer-tabs {
  margin-bottom: 32px;
}

.sl-filter-tabs li,
.sl-offer-tabs li {
  margin: 0;
}

.sl-filter-tabs button,
.sl-offer-tabs button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--sl-radius-segmented-inner);
  color: var(--sl-ref-slate-600);
  display: block;
  font-family: var(--sl-font-display-regular);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  min-height: 44px;
  padding: 10px 20px;
  transition: background-color var(--sl-motion-fast) var(--sl-motion-easing), box-shadow var(--sl-motion-fast) var(--sl-motion-easing), color var(--sl-motion-fast) var(--sl-motion-easing);
}

.sl-filter-tabs button {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.sl-filter-tabs button svg {
  display: block;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.sl-filter-tabs button:hover,
.sl-offer-tabs button:hover {
  color: var(--sl-ref-slate-900);
}

.sl-filter-tabs .active button,
.sl-offer-tabs .active button,
.sl-filter-tabs button[aria-selected="true"],
.sl-offer-tabs button[aria-selected="true"] {
  background: var(--sl-ref-white);
  box-shadow: var(--sl-shadow-segmented-selected);
  color: var(--sl-ref-slate-900);
}

.sl-filter-tabs button:focus-visible,
.sl-offer-tabs button:focus-visible {
  box-shadow: var(--sl-shadow-segmented-focus);
  outline: none;
}

.sl-filter-pane form {
  align-items: center;
  display: flex;
  gap: var(--sl-space-4);
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 82px;
  transform: translateX(-50%);
  width: 660px;
}

.sl-compact-filter label {
  display: block;
  flex: 0 0 120px;
  line-height: 0;
  margin: 0;
  position: relative;
}

.sl-compact-filter label span {
  display: none;
}

.sl-filter-pane .item,
.sl-filter-pane .input {
  margin: 0 !important;
}

.sl-filter-pane select,
.sl-filter-pane input[type="text"],
.sl-filter-pane input[type="search"] {
  background-color: var(--sl-control-bg) !important;
  border: 1px solid var(--sl-control-border) !important;
  border-radius: var(--sl-radius-control) !important;
  box-sizing: border-box;
  color: var(--sl-control-placeholder) !important;
  display: block;
  font-family: var(--sl-font-body);
  font-size: 14px !important;
  font-weight: 400;
  height: 36px !important;
  line-height: 20px !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 9px !important;
  transition: border-color .16s ease, box-shadow .16s ease, color .16s ease;
  width: 100% !important;
}

.sl-filter-pane select {
  appearance: none;
  background-image: url("../images/catalog-ui/icon-chevron-down.svg");
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  padding-right: 30px !important;
}

.sl-filter-pane select:hover,
.sl-filter-pane input[type="text"]:hover,
.sl-filter-pane input[type="search"]:hover {
  border-color: var(--sl-ref-slate-500) !important;
}

.sl-filter-pane select:focus,
.sl-filter-pane input[type="text"]:focus,
.sl-filter-pane input[type="search"]:focus {
  border-color: var(--sl-control-border-focus) !important;
  box-shadow: var(--sl-focus-ring);
  color: var(--sl-ref-slate-900) !important;
  outline: none;
}

.sl-filter-pane select.sl-searchable-select__native {
  height: 1px !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px !important;
}

.sl-compact-filter .sl-filter-wide select {
  min-width: 200px;
}

.sl-compact-filter .sl-filter-wide {
  flex-basis: 200px;
}

.sl-filter-pane input[type="submit"],
.sl-filter-pane button:where(:not(.sl-button-primary)),
.sl-filter-pane .button {
  align-items: center;
  background: var(--sl-blue) !important;
  border: 0 !important;
  border-radius: var(--sl-radius-control) !important;
  color: var(--sl-ref-white) !important;
  display: inline-flex;
  font-size: 14px !important;
  font-family: var(--sl-font-body);
  font-weight: 600;
  height: 36px;
  line-height: 20px;
  justify-content: center;
  margin: 0 !important;
  min-width: 0;
  padding: 0 16px !important;
  transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 100%;
}

.sl-filter-pane form > button[type="submit"] {
  flex: 0 0 172px;
  width: 172px;
}

.sl-filter-pane [data-sl-home-filter-submit]:not(.sl-button-primary) {
  line-height: 16px;
  text-align: center;
}

.sl-filter-pane input[type="submit"]:hover,
.sl-filter-pane button:where(:not(.sl-button-primary)):hover,
.sl-filter-pane .button:hover {
  background: var(--sl-blue-hover) !important;
}

.sl-filter-pane input[type="submit"]:active,
.sl-filter-pane button:where(:not(.sl-button-primary)):active,
.sl-filter-pane .button:active {
  transform: translateY(1px);
}

.sl-filter-pane input[type="submit"]:focus-visible,
.sl-filter-pane button:where(:not(.sl-button-primary)):focus-visible,
.sl-filter-pane .button:focus-visible {
  box-shadow: var(--sl-focus-ring);
  outline: none;
}

.sl-searchable-select {
  color: var(--sl-ref-slate-900);
  font-family: var(--sl-font-body);
  line-height: 20px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.sl-searchable-select.is-open {
  z-index: 20;
}

.sl-filter-pane .sl-searchable-select__button {
  align-items: center;
  appearance: none;
  background: var(--sl-ref-white) !important;
  border: 1px solid var(--sl-control-border) !important;
  border-radius: var(--sl-radius-control) !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: var(--sl-control-placeholder) !important;
  display: flex;
  font-family: var(--sl-font-body);
  font-size: 14px !important;
  font-weight: 400;
  height: 36px;
  justify-content: flex-start;
  line-height: 20px;
  margin: 0 !important;
  padding: 0 30px 0 9px !important;
  position: relative;
  text-align: left;
  transform: none !important;
  width: 100%;
}

.sl-filter-pane .sl-searchable-select__button:after {
  background: url("../images/catalog-ui/icon-chevron-down.svg") center / 14px 8px no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.sl-filter-pane .sl-searchable-select.is-open .sl-searchable-select__button:after {
  transform: translateY(-50%) rotate(180deg);
}

.sl-filter-pane .sl-searchable-select__button:hover {
  background: var(--sl-color-surface-default) !important;
  border-color: var(--sl-color-border-strong) !important;
  color: var(--sl-color-text-primary) !important;
}

.sl-filter-pane .sl-searchable-select__button:focus-visible,
.sl-filter-pane .sl-searchable-select.is-open .sl-searchable-select__button {
  background: var(--sl-color-surface-default) !important;
  border-color: var(--sl-control-border-focus) !important;
  box-shadow: var(--sl-focus-ring) !important;
  outline: none;
}

.sl-searchable-select.has-value .sl-searchable-select__button {
  color: var(--sl-ref-slate-900) !important;
}

.sl-searchable-select__menu {
  background: var(--sl-ref-white);
  border: 1px solid var(--sl-ref-slate-400);
  border-radius: var(--sl-radius-control);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
  box-sizing: border-box;
  display: none;
  left: 0;
  margin-top: 6px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: max(100%, 220px);
}

.sl-searchable-select.is-open .sl-searchable-select__menu {
  display: block;
}

.sl-searchable-select__search-wrap {
  border-bottom: 1px solid var(--sl-ref-slate-200);
  padding: var(--sl-space-2);
  position: relative;
}

.sl-filter-pane .sl-searchable-select__search {
  background: var(--sl-ref-white) !important;
  border: 1px solid var(--sl-color-border-medium) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: var(--sl-ref-slate-900) !important;
  font-size: 14px !important;
  height: 34px !important;
  line-height: 20px !important;
  padding: 0 34px 0 10px !important;
}

.sl-searchable-select__search-wrap:after {
  background: var(--sl-color-text-secondary);
  content: "";
  height: 18px;
  -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;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.sl-searchable-select__search-wrap:before {
  content: none;
}

.sl-searchable-select__list {
  list-style: none;
  margin: 0;
  max-height: 188px;
  overflow-y: auto;
  padding: 4px 0;
}

.sl-searchable-select__list::-webkit-scrollbar {
  width: 4px;
}

.sl-searchable-select__list::-webkit-scrollbar-thumb {
  background: #3159e8;
  border-radius: var(--sl-radius-pill);
}

.sl-searchable-select__option,
.sl-searchable-select__empty {
  box-sizing: border-box;
  color: var(--sl-ref-slate-600);
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
}

.sl-filter-pane .sl-searchable-select__option {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--sl-ref-slate-600) !important;
  display: block;
  font-weight: 400;
  height: auto;
  justify-content: flex-start;
  margin: 0 !important;
  min-height: 34px;
  padding: 7px 12px !important;
  text-align: left;
  transform: none !important;
  width: 100%;
}

.sl-filter-pane .sl-searchable-select__option:hover,
.sl-filter-pane .sl-searchable-select__option.is-active {
  background: var(--sl-color-surface-brand-soft) !important;
  color: var(--sl-ref-brand-800) !important;
}

.sl-filter-pane .sl-searchable-select__option.is-selected {
  background: var(--sl-ref-brand-800) !important;
  color: var(--sl-ref-white) !important;
}

.sl-searchable-select__empty {
  color: var(--sl-ref-slate-400);
}

.sl-filter-pane--help .sl-help-filter {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-3);
  top: 88px;
  width: 526px;
}

.sl-help-filter__title {
  color: var(--sl-ref-slate-600);
  font-family: var(--sl-font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.sl-help-filter__title a {
  color: var(--sl-blue);
}

.sl-compact-filter .sl-help-filter__message {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
  width: 100%;
}

.sl-help-filter__message span {
  display: none;
}

.sl-filter-pane textarea {
  background: var(--sl-control-bg) !important;
  border: 1px solid var(--sl-control-border) !important;
  border-radius: var(--sl-radius-control) !important;
  box-sizing: border-box;
  color: var(--sl-ref-slate-900) !important;
  display: block;
  font-family: var(--sl-font-body);
  font-size: 14px !important;
  font-weight: 400;
  height: 100px !important;
  line-height: 20px !important;
  margin: 0 !important;
  min-height: 100px !important;
  padding: 7px 9px !important;
  resize: vertical;
  transition: border-color .16s ease, box-shadow .16s ease;
  width: 100% !important;
}

.sl-filter-pane textarea::placeholder {
  color: var(--sl-control-placeholder);
  opacity: 1;
}

.sl-filter-pane textarea:hover {
  border-color: var(--sl-ref-slate-500) !important;
}

.sl-filter-pane textarea:focus {
  border-color: var(--sl-control-border-focus) !important;
  box-shadow: var(--sl-focus-ring);
  outline: none;
}

.sl-filter-pane--help form > button[type="submit"] {
  flex: 0 0 auto;
  height: 36px;
  width: 172px;
}

.sl-home-banners {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(571px, 1fr) minmax(320px, 1fr);
  margin: 38px auto 58px;
  max-width: var(--sl-layout-content-max, 1200px);
  width: calc(100% - var(--sl-layout-gutter, 64px) - var(--sl-layout-gutter, 64px));
}

@media (max-width: 1179px) and (min-width: 768px) {
  .sl-home-nav {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sl-home-search {
    display: none;
  }

  .sl-home-search-shortcut {
    display: flex;
  }

  .sl-home-hero-inner,
  .sl-home-banners,
  .sl-home-offers {
    max-width: calc(100% - 128px);
    width: auto;
  }

  .sl-home-banners {
    grid-template-columns: minmax(571px, 571px) minmax(240px, 1fr);
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sl-home-hero-inner {
    max-width: calc(100% - 64px);
    width: auto;
  }

  .sl-home-banners {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  .sl-home-banners {
    grid-template-columns: minmax(0, 571px);
    justify-content: center;
  }

  .sl-map-banner {
    display: none;
  }
}

@media (max-width: 1179px) and (min-width: 768px) {
  .sl-axis-grid {
    gap: var(--sl-space-4);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sl-brand-slider,
.sl-map-banner {
  border-radius: var(--sl-radius-card);
  display: block;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.sl-brand-slider {
  background: linear-gradient(180deg, var(--sl-color-surface-brand-soft) 0%, var(--sl-color-surface-subtle) 100%);
}

.sl-brand-slider__track {
  height: 100%;
  position: relative;
  width: 100%;
}

.sl-brand-slide {
  background: linear-gradient(180deg, var(--sl-color-surface-brand-soft) 0%, var(--sl-color-surface-subtle) 100%);
  color: var(--sl-color-text-primary);
  display: block;
  height: 100%;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateX(18px);
  transition: opacity .55s ease, transform .55s ease;
  width: 100%;
}

.sl-brand-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

.sl-brand-slide--image {
  background: var(--sl-color-surface-brand-soft);
}

.sl-brand-slide__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sl-brand-slider__arrow {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(11, 66, 146, .12);
  border-radius: var(--sl-radius-pill);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
  cursor: pointer;
  display: flex;
  height: 34px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(.96);
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, opacity .16s ease, transform .16s ease;
  width: 34px;
  z-index: 6;
}

.sl-brand-slider__arrow::before {
  border-color: var(--sl-blue);
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
}

.sl-brand-slider__arrow--prev {
  left: 14px;
}

.sl-brand-slider__arrow--prev::before {
  margin-left: 3px;
  transform: rotate(135deg);
}

.sl-brand-slider__arrow--next {
  right: 14px;
}

.sl-brand-slider__arrow--next::before {
  margin-right: 3px;
  transform: rotate(-45deg);
}

.sl-brand-slider:hover .sl-brand-slider__arrow,
.sl-brand-slider:focus-within .sl-brand-slider__arrow,
.sl-brand-slider__arrow:focus-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.sl-brand-slider__arrow:hover {
  background: var(--sl-ref-white);
  border-color: rgba(11, 66, 146, .24);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .2);
}

.sl-brand-slider__arrow:focus-visible {
  box-shadow: var(--sl-focus-ring), 0 10px 26px rgba(15, 23, 42, .2);
  outline: none;
}

.sl-brand-slide h2 {
  color: #1f1f1f;
  display: block;
  font-family: var(--sl-font-display) !important;
  font-size: 20.5px !important;
  font-style: normal;
  font-weight: 700 !important;
  left: 25px;
  line-height: 1.15;
  max-width: 223px;
  position: absolute;
  top: 25px;
  z-index: 2;
}

.sl-brand-slide p {
  color: var(--sl-ref-slate-600);
  font-size: 14px;
  font-weight: 600;
  left: 25px;
  line-height: 18px;
  margin: 0;
  max-width: 245px;
  position: absolute;
  top: 82px;
  z-index: 2;
}

.sl-brand-slide__logo {
  height: 24.93px;
  left: 26.43px;
  position: absolute;
  top: 91px;
  width: 193.58px;
  z-index: 2;
}

.sl-brand-slide strong {
  color: #323232;
  font-family: var(--sl-font-display);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  left: 451px;
  line-height: 15.7px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  top: 55px;
  width: 78px;
  z-index: 4;
}

.sl-brand-slide__tires {
  height: 149.5px;
  left: 217px;
  object-fit: cover;
  position: absolute;
  top: 22px;
  transform: rotate(-4.04deg);
  width: 355.9px;
  z-index: 2;
}

.sl-brand-slide__badge {
  height: 87.7px;
  left: 449px;
  position: absolute;
  top: 18px;
  width: 87.7px;
  z-index: 3;
}

.sl-brand-slide--stock h2,
.sl-brand-slide--service h2 {
  max-width: 260px;
}

.sl-brand-slide--stock .sl-brand-slide__tires {
  height: 154px;
  left: 250px;
  top: 25px;
  transform: rotate(-1deg);
  width: 340px;
}

.sl-brand-slide--stock strong {
  left: 426px;
  top: 34px;
}

.sl-brand-slide--service .sl-brand-slide__tires {
  height: 142px;
  left: 260px;
  top: 38px;
  transform: rotate(-5deg);
  width: 318px;
}

.sl-brand-slide--service strong {
  background: var(--sl-ref-yellow-400);
  border-radius: 50%;
  display: flex;
  height: 78px;
  justify-content: center;
  left: 427px;
  padding-top: 23px;
  top: 22px;
  width: 78px;
}

.sl-brand-slider__dots {
  display: flex;
  gap: 0;
  left: 17px;
  position: absolute;
  bottom: 17px;
  z-index: 5;
}

.sl-brand-slider__dots button {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--sl-radius-pill);
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: background-color .22s ease, box-shadow .16s ease, transform .16s ease, width .22s ease;
  width: 44px;
}

.sl-brand-slider__dots button::before {
  background: #c7cdd4;
  border-radius: var(--sl-radius-pill);
  content: "";
  display: block;
  height: 6px;
  left: 18px;
  position: absolute;
  bottom: 0;
  transition: background-color .22s ease, width .22s ease;
  width: 8px;
}

.sl-brand-slider__dots button::after {
  background: var(--sl-blue);
  border-radius: inherit;
  content: "";
  display: none;
  bottom: 0;
  height: 6px;
  left: 8px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  width: 28px;
}

.sl-brand-slider__dots button.is-active {
  background: transparent;
  height: 44px;
  width: 44px;
}

.sl-brand-slider__dots button.is-active::before {
  display: none;
}

.sl-brand-slider__dots button.is-active::after {
  animation: sl-brand-dot-progress 4.5s linear forwards;
  display: block;
}

.sl-brand-slider__dots button:hover::before {
  background: #8aa4d8;
}

.sl-brand-slider__dots button:focus-visible {
  box-shadow: var(--sl-focus-ring);
  outline: none;
}

@keyframes sl-brand-dot-progress {
  from {
    transform: scaleX(.18);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl-brand-slide,
  .sl-brand-slider__arrow,
  .sl-brand-slider__dots button,
  .sl-brand-slider__dots button::before,
  .sl-brand-slider__dots button::after {
    animation: none;
    transition: none;
  }
}

@media (hover: none) {
  .sl-brand-slider__arrow {
    opacity: .92;
    transform: translateY(-50%) scale(1);
  }
}

.sl-map-banner {
  background: var(--sl-color-surface-brand-soft);
  border: 1px solid rgba(0,0,0,.15);
  box-sizing: border-box;
  min-width: 0;
  padding: 0;
}

.sl-map-banner__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.sl-map-banner h2 {
  background: #484848;
  border-radius: 4px;
  color: var(--sl-ref-white);
  display: inline-block;
  font-size: 20px !important;
  font-weight: 500 !important;
  left: 22px;
  line-height: 20px;
  max-width: calc(100% - 44px);
  padding: 4px 10px;
  position: absolute;
  top: 21px;
  text-transform: uppercase;
  width: 210px;
  z-index: 2;
}

.sl-map-banner__marker {
  height: 25px;
  position: absolute;
  width: 25px;
  z-index: 2;
}

.sl-map-banner__marker--one {
  left: 12%;
  top: 64.5%;
}

.sl-map-banner__marker--two {
  left: 67%;
  top: 67%;
}

.sl-home-offers {
  margin: 0 auto 62px;
  max-width: var(--sl-layout-content-max, 1200px);
  width: calc(100% - var(--sl-layout-gutter, 64px) - var(--sl-layout-gutter, 64px));
}

.sl-section-head {
  height: 72px;
  text-align: center;
}

.sl-section-head h2,
.sl-mobile-only h2,
.sl-centers h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.sl-offers-list {
  display: block;
  margin-top: 18px;
  position: relative;
}

.sl-offers-grid {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sl-offers-empty {
  align-items: center;
  border: 1px solid var(--sl-color-border-subtle);
  border-radius: var(--sl-radius-control);
  color: var(--sl-color-text-secondary);
  display: flex;
  gap: var(--sl-space-4);
  justify-content: center;
  min-height: 160px;
}

.sl-offers-empty a {
  color: var(--sl-blue);
  font-weight: 700;
}

.sl-offers-list .sl-offer-card {
  background: var(--sl-color-surface-subtle) !important;
  border: 1px solid var(--sl-color-border-subtle) !important;
  border-radius: var(--sl-radius-card);
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  gap: var(--sl-space-2);
  margin: 0 !important;
  height: 322px !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 16px !important;
  position: relative;
  vertical-align: top;
  width: 100% !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sl-offers-list .sl-offer-card:hover {
  border-color: var(--sl-color-border-brand) !important;
  box-shadow: var(--sl-shadow-card-hover);
  transform: translateY(-2px);
}

.sl-offer-card__rating {
  color: var(--sl-color-text-primary);
  font-family: var(--sl-font-display-regular);
  font-size: 16px;
  font-weight: 400;
  left: 15px;
  line-height: 19px;
  position: absolute;
  top: 15px;
}

.sl-offer-card__rating span {
  color: var(--sl-color-surface-highlight);
}

.sl-offer-card__image {
  align-items: center;
  display: flex;
  height: 124px;
  justify-content: center;
  width: 100%;
}

.sl-offer-card__image img {
  filter: var(--sl-tire-media-filter, none);
  height: 118px;
  max-width: 100%;
  mix-blend-mode: var(--sl-tire-media-blend-mode, multiply);
  object-fit: contain;
  opacity: var(--sl-tire-media-opacity, 1);
}

.sl-offer-card__meter {
  display: none;
}

.sl-offer-card__meter span {
  background: #d9d9d9;
  flex: 1 1 0;
  height: 2px;
}

.sl-offer-card__meter span:first-child {
  background: #9a9a9a;
}

.sl-offers-list .sl-offer-card__title {
  color: var(--sl-ref-black) !important;
  display: block;
  font-family: var(--sl-font-display) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1;
  margin: 0;
  min-height: 42px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.sl-offer-card__heading {
  min-height: 42px;
}

.sl-offer-card__size {
  color: #252525;
  font-family: var(--sl-font-display-light);
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 2px 0 0;
  opacity: 1;
}


.sl-offer-card__price {
  color: #252525 !important;
  font-family: var(--sl-font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: auto 0 0;
}

.sl-offer-card__price .rub {
  display: inline-block;
  font-family: var(--sl-font-body);
  font-size: .78em;
  font-weight: 600;
  line-height: 1;
  margin-left: 2px;
  transform: translateY(-1px);
}

#wrapper .sl-home-redesign .sl-offer-card__price .rub {
  font-family: var(--sl-font-body) !important;
}


.sl-offer-card__button {
  align-items: center;
  background: var(--sl-blue);
  border-radius: var(--sl-radius-control);
  color: var(--sl-ref-white) !important;
  display: flex;
  font-family: var(--sl-font-display);
  font-size: 16px;
  font-weight: 700;
  height: var(--sl-control-md);
  justify-content: center;
  line-height: var(--sl-control-md);
  text-transform: uppercase;
  width: 100%;
}

.sl-offer-card__button:hover,
.sl-offer-card__title:hover {
  text-decoration: none !important;
}

@media (max-width: 1179px) and (min-width: 1024px) {
  .sl-offers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .sl-home-offers {
    max-width: calc(100% - 64px);
  }

  .sl-offers-grid {
    gap: var(--sl-space-6);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  .sl-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sl-mobile-only {
  display: none;
}

.sl-mobile-hero-subtitle,
.sl-mobile-search-entry {
  display: none;
}

.sl-home-footer {
  background: var(--sl-color-surface-brand-strong) !important;
  box-sizing: border-box;
  color: var(--sl-color-text-inverse) !important;
  display: grid;
  column-gap: clamp(var(--sl-space-8), 4vw, var(--sl-space-16));
  grid-template-columns: minmax(0, 1fr) clamp(275px, 24vw, 320px);
  grid-template-rows: auto auto auto;
  min-height: 0;
  padding: 48px var(--sl-layout-rail-inline, var(--sl-layout-inline, 64px));
  row-gap: var(--sl-space-8);
}

.sl-availability-sheet {
  display: none;
}

body.sl-home-sheet-lock {
  overflow: hidden;
}

.sl-footer-links {
  display: grid;
  gap: clamp(var(--sl-space-6), 3vw, 48px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sl-footer-links div,
.sl-footer-contacts,
.sl-footer-bottom {
  display: flex;
  flex-direction: column;
}

.sl-footer-links div {
  gap: var(--sl-space-3);
}

.sl-footer-links a {
  color: var(--sl-ref-white) !important;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  opacity: .84;
  text-decoration: none !important;
  transition: opacity var(--sl-motion-fast) var(--sl-motion-easing);
}

.sl-footer-links .sl-footer-heading {
  color: var(--sl-ref-yellow-400) !important;
  font-family: var(--sl-font-display) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px;
  margin: 0 0 var(--sl-space-1) !important;
}

.sl-footer-links a:hover {
  opacity: 1;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.sl-footer-contacts {
  align-self: start;
  grid-column: 2;
  grid-row: 1 / span 3;
  gap: var(--sl-space-6);
}

.sl-footer-primary-contact,
.sl-footer-addresses,
.sl-footer-email-group,
.sl-footer-policies {
  display: flex;
  flex-direction: column;
}

.sl-footer-primary-contact {
  gap: var(--sl-space-4);
  width: 100%;
}

.sl-question {
  align-items: center;
  border: 1px solid var(--sl-ref-white);
  border-radius: var(--sl-radius-control);
  box-sizing: border-box;
  display: flex;
  font-family: var(--sl-font-action);
  font-size: 14px;
  justify-content: center;
  line-height: 20px;
  min-height: 48px;
  padding: 0 var(--sl-space-6);
  text-transform: uppercase;
  transition: background-color var(--sl-motion-fast) var(--sl-motion-easing);
  width: 100%;
}

.sl-question:hover {
  background: rgba(255, 255, 255, .1);
}

.sl-footer-phone {
  font-family: var(--sl-font-action);
  margin: 0;
}

.sl-footer-addresses {
  gap: var(--sl-space-2);
}

.sl-footer-addresses p {
  align-items: center;
  display: flex;
  gap: var(--sl-space-2);
  margin: 0;
  opacity: .78;
  white-space: normal;
}

.sl-footer-addresses p:before {
  background: url("../images/figma-nav/location.svg") center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.sl-footer-email-group {
  gap: var(--sl-space-5);
  width: 100%;
}

.sl-footer-policies {
  gap: 6px;
  opacity: .66;
}

.sl-footer-contacts p,
.sl-footer-contacts a,
.sl-footer-bottom span,
.sl-footer-bottom a {
  color: var(--sl-ref-white) !important;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none !important;
}

.sl-footer-contacts .sl-footer-phone {
  font-family: var(--sl-font-action) !important;
  font-size: 22px;
  line-height: 28px;
}

.sl-footer-addresses p {
  font-size: 13px;
  line-height: 18px;
}

.sl-footer-contacts .sl-footer-policies a,
.sl-footer-contacts .sl-privacy-settings {
  font-family: var(--sl-font-body) !important;
  font-size: 12px;
  line-height: 18px;
}

.sl-home-footer :where(a, button):focus-visible {
  border-radius: 2px;
  outline: var(--sl-focus-outline-inverse);
  outline-offset: 3px;
}

.sl-footer-email {
  text-decoration: underline !important;
}

.sl-footer-disclaimer {
  align-self: end;
  color: var(--sl-ref-white) !important;
  font-family: var(--sl-font-body);
  font-size: 13px;
  font-weight: 400;
  grid-column: 1 / 2;
  grid-row: 2;
  line-height: 20px;
  margin: 0;
  opacity: .72;
  width: 100%;
}

.sl-footer-bottom {
  align-items: center;
  display: grid;
  gap: var(--sl-space-6);
  grid-column: 1 / 2;
  grid-row: 3;
  grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
  opacity: .76;
  width: 100%;
}

.sl-footer-bottom span {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.sl-footer-bottom .sl-footer-support {
  justify-self: end;
}

.sl-footer-bottom .sl-footer-support a {
  opacity: .84;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity var(--sl-motion-fast) var(--sl-motion-easing);
}

.sl-footer-bottom .sl-footer-support a:hover {
  opacity: 1;
}

.sl-footer-logo {
  align-items: center;
  display: flex;
  height: 20px;
  width: 151px;
}

.sl-footer-logo img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.sl-footer-logo__service {
  height: 20px;
  width: 151px;
}

@media (min-width: 1100px) {
  .sl-footer-contacts {
    border-left: 1px solid rgba(255, 255, 255, .18);
    box-sizing: border-box;
    padding-left: var(--sl-space-8);
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .sl-footer-contacts {
    grid-column: 2;
    grid-row: 1;
  }

  .sl-footer-disclaimer {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sl-footer-bottom {
    box-sizing: border-box;
    grid-column: 1 / -1;
    grid-row: 3;
    padding-right: 72px;
  }
}

@media (max-width: 768px) {
  .sl-home-mobile-v2 {
    display: flex;
    flex-direction: column;
  }

  .sl-home-redesign-page .allm {
    min-width: 0 !important;
  }

  .sl-home-hero {
    background: linear-gradient(180deg, var(--sl-color-surface-brand-strong) 0, var(--sl-color-surface-brand-strong) 39px, var(--sl-color-surface-brand-soft) 39px, var(--sl-color-surface-default) 139px);
  }

  .sl-home-nav {
    height: 39px;
    justify-content: space-between;
    padding: 0 16px;
  }

  .sl-home-nav-main {
    flex: 0 1 auto;
    gap: var(--sl-space-3);
  }

  .sl-home-nav-tools {
    gap: 0;
  }

  .sl-home-search-shortcut {
    display: none;
  }

  .sl-home-search,
  .sl-home-locations,
  .sl-home-phone,
  .sl-axis-grid {
    display: none;
  }

  .sl-home-logo {
    flex: 0 1 auto;
    height: 14px;
    width: 108px;
  }

  .sl-home-logo__service {
    height: 14px;
    width: 108px;
  }

  .sl-home-menu {
    background: transparent;
    height: 32px;
    width: 32px;
  }

  .sl-home-menu img,
  .sl-home-actions img {
    height: 20px;
    width: 20px;
  }

  .sl-home-actions {
    gap: var(--sl-space-4);
    height: 24px;
  }

  .sl-home-actions a:nth-child(1) img,
  .sl-home-actions a:nth-child(2) img,
  .sl-home-actions a:nth-child(3) img {
    height: 20px;
    width: 20px;
  }

  .sl-home-hero-inner {
    max-width: none;
    padding: 24px 16px 16px;
    text-align: left;
    width: auto;
  }

  .sl-home-hero h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .sl-home-hero h1 + p {
    display: none;
  }

  .sl-mobile-hero-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 8px 0 24px;
  }

  .sl-mobile-hero-info span {
    align-items: center;
    color: var(--sl-ref-slate-600);
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 500;
    gap: var(--sl-space-2);
    line-height: 20px;
    white-space: nowrap;
  }

  .sl-mobile-hero-info span:before {
    align-items: center;
    background: var(--sl-ref-teal-600);
    border-radius: 50%;
    color: var(--sl-ref-white);
    content: "✓";
    display: block;
    flex: 0 0 18px;
    font-size: 12px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 18px;
    text-align: center;
    width: 18px;
  }

  .sl-mobile-hero-subtitle {
    color: var(--sl-ref-slate-600);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 16px;
    max-width: 343px;
  }

  .sl-mobile-search-entry {
    background: var(--sl-ref-white);
    border: 1px solid #dbe7ff;
    border-radius: var(--sl-radius-card);
    box-shadow: 0 14px 36px rgba(24, 64, 128, .08);
    box-sizing: border-box;
    display: grid;
    gap: var(--sl-space-2);
    margin: 0 0 8px;
    padding: var(--sl-space-4);
    width: 100%;
  }

  .sl-mobile-search-entry h2 {
    color: var(--sl-blue);
    font-family: var(--sl-font-display) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    margin: 0;
    text-transform: uppercase;
  }

  .sl-mobile-search-entry__field {
    align-items: center;
    appearance: none;
    background: var(--sl-ref-slate-50);
    border: 1px solid var(--sl-color-border-brand);
    border-radius: var(--sl-radius-card);
    box-sizing: border-box;
    color: var(--sl-ref-slate-500);
    display: flex;
    font-size: 13px !important;
    font-weight: 600;
    gap: 9px;
    justify-content: flex-start;
    line-height: 17px !important;
    min-height: 42px;
    padding: 9px 12px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .sl-mobile-search-entry__field span {
    display: block;
    font-size: 13px !important;
    line-height: 17px !important;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sl-mobile-search-entry__field:before {
    border: 2px solid var(--sl-blue);
    border-radius: 50%;
    content: "";
    flex: 0 0 13px;
    height: 13px;
    position: relative;
    width: 13px;
  }

  .sl-mobile-search-entry__field:after {
    background: var(--sl-blue);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 26px;
    position: absolute;
    top: 27px;
    transform: rotate(45deg);
    transform-origin: center;
    width: 7px;
  }

  .sl-mobile-search-entry__field:focus-visible,
  .sl-mobile-search-entry__chips button:focus-visible {
    outline: 3px solid rgba(49, 89, 232, .24);
    outline-offset: 2px;
  }

  .sl-mobile-search-entry p {
    color: var(--sl-ref-slate-500);
    font-size: 11px;
    line-height: 15px;
    margin: 0;
  }

  .sl-mobile-search-entry__chips {
    align-items: center;
    display: flex;
    gap: var(--sl-space-2);
    margin: 0 -16px;
    min-height: var(--sl-target-min);
    overflow-x: auto;
    padding: 0 16px 2px;
    scrollbar-width: none;
  }

  .sl-mobile-search-entry__chips::-webkit-scrollbar {
    display: none;
  }

  .sl-mobile-search-entry__chips button {
    appearance: none;
    background: var(--sl-color-surface-subtle);
    border: 1px solid #dce6f4;
    border-radius: var(--sl-radius-pill);
    color: var(--sl-color-text-secondary);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-block: 6px;
    min-height: 32px;
    padding: 6px 11px;
    position: relative;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
    white-space: nowrap;
  }

  .sl-mobile-search-entry__chips button::after {
    content: "";
    inset: -6px 0;
    position: absolute;
  }

  .sl-mobile-search-entry__chips button:hover,
  .sl-mobile-search-entry__chips button:focus-visible {
    background: var(--sl-color-surface-brand-soft);
    border-color: var(--sl-color-border-brand);
    color: var(--sl-blue);
  }

  .sl-mobile-hero-banner {
    background: linear-gradient(180deg, #e5e9ff, #f7f7f7);
    border-radius: var(--sl-radius-card);
    box-sizing: border-box;
    display: block;
    height: 103px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 15px;
    position: relative;
  }

  .sl-mobile-hero-banner__track {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .sl-mobile-hero-banner__slide {
    display: block;
    height: 100%;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: translateX(12px);
    transition: opacity .55s ease, transform .55s ease;
    width: 100%;
  }

  .sl-mobile-hero-banner__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    z-index: 2;
  }

  .sl-mobile-hero-banner__image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .sl-mobile-hero-banner__slide--fallback {
    background: linear-gradient(180deg, #e5e9ff, #f7f7f7);
  }

  .sl-mobile-hero-banner__slide--fallback span,
  .sl-mobile-hero-banner__slide--fallback strong {
    position: relative;
    z-index: 2;
  }

  .sl-mobile-hero-banner__slide--fallback span {
    display: block;
    color: #1f1f1f;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    left: 15px;
    max-width: 136px;
    position: absolute;
    top: 15px;
  }

  .sl-mobile-hero-banner__logo {
    display: block;
    height: 15px;
    left: 15px;
    object-fit: contain;
    object-position: left center;
    position: absolute;
    top: 51px;
    width: 116px;
    z-index: 2;
  }

  .sl-mobile-hero-banner__tires {
    bottom: -18px;
    height: 105px;
    object-fit: cover;
    position: absolute;
    right: -1px;
    transform: rotate(-4deg);
    width: 220px;
    z-index: 1;
  }

  .sl-mobile-hero-banner__badge {
    height: 58px;
    position: absolute;
    right: 19px;
    top: 9px;
    width: 58px;
    z-index: 3;
  }

  .sl-mobile-hero-banner strong {
    color: #323232;
    display: block;
    font-family: var(--sl-font-body);
    font-size: 8px;
    font-style: italic;
    font-weight: 700;
    line-height: 9.5px;
    position: absolute;
    right: 26px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    top: 30px;
    width: 48px;
    z-index: 4;
  }

  .sl-mobile-hero-banner__dots {
    align-items: center;
    bottom: 14px;
    display: flex;
    gap: 7px;
    left: 15px;
    position: absolute;
    z-index: 4;
  }

  .sl-mobile-hero-banner__dots button {
    appearance: none;
    background: #cacaca;
    border: 0;
    background: #cacaca;
    border-radius: var(--sl-radius-pill);
    display: block;
    height: 5px;
    padding: 0;
    transition: background-color .22s ease, width .22s ease;
    width: 8px;
  }

  .sl-mobile-hero-banner__dots button.is-active {
    background: var(--sl-blue);
    width: 29px;
  }

  .sl-filter-panel {
    border: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    max-width: none;
    padding: 0;
    overflow: visible;
    width: auto;
  }

  .sl-home-mobile-v2 .sl-mobile-hero-banner,
  .sl-home-mobile-v2 .sl-filter-panel {
    display: none;
  }

  .sl-filter-panel.is-help-active {
    height: auto;
  }

  .sl-filter-panel:before {
    color: var(--sl-blue);
    content: "Подобрать";
    display: block;
    font-size: 20px;
    font-family: var(--sl-font-display);
    font-weight: 500;
    margin: 16px 0 12px;
    text-transform: uppercase;
  }

  .sl-filter-tabs {
    display: flex;
    left: auto;
    margin-bottom: 12px;
    overflow: visible;
    position: static;
    top: auto;
    transform: none;
    width: 100%;
  }

  .sl-filter-tabs li {
    flex: 1 1 0;
  }

  .sl-filter-tabs li:nth-child(3) {
    display: none;
  }

  .sl-filter-tabs button {
    justify-content: center;
    font-size: 13px;
    min-width: 0;
    width: 100%;
    white-space: nowrap;
  }

  .sl-tab-label-desktop {
    display: none;
  }

  .sl-tab-label-mobile {
    display: inline;
  }

  .sl-filter-content {
    background: #f5f5f5;
    border-radius: var(--sl-radius-card);
    padding: var(--sl-space-4);
  }

  .sl-filter-pane form {
    display: grid;
    gap: var(--sl-space-3);
    grid-template-columns: 1fr 1fr;
    left: auto;
    position: static;
    top: auto;
    transform: none;
    width: auto;
  }

  .sl-filter-pane--help .sl-help-filter {
    display: flex;
    gap: var(--sl-space-3);
    position: static;
    transform: none;
    width: auto;
  }

  .sl-help-filter__title {
    font-size: 14px;
    line-height: 18px;
  }

  .sl-filter-pane--help button[type="submit"] {
    width: 100%;
  }

  .sl-filter-pane form > * {
    min-width: 0;
  }

  .sl-filter-pane form > *:last-child,
  .sl-filter-pane input[type="submit"],
  .sl-filter-pane button,
  .sl-filter-pane .button {
    grid-column: auto;
    width: auto;
  }

  .sl-compact-filter label span {
    color: var(--sl-ref-slate-600);
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 4px;
  }

  .sl-compact-filter .sl-filter-wide {
    grid-column: 1 / -1;
  }

  .sl-compact-filter .sl-filter-wide select {
    min-width: 0;
  }

  .sl-filter-pane select,
  .sl-filter-pane input[type="text"],
  .sl-filter-pane input[type="search"] {
    width: 100% !important;
  }

  .sl-filter-pane input[type="submit"],
  .sl-filter-pane button,
  .sl-filter-pane .button {
    grid-column: 1 / -1;
    height: 44px;
    font-size: 14px !important;
    min-width: min(100%, 172px);
    padding: 6px 12px !important;
    white-space: normal;
    width: 100% !important;
  }

  .sl-filter-pane form > button[type="submit"] {
    flex: none;
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .sl-home-banners {
    box-sizing: border-box;
    display: flex;
    gap: 0;
    margin: 0;
    max-width: none;
    order: 3;
    padding: 0 16px 24px;
    width: 100%;
  }

  .sl-brand-slider {
    border-radius: var(--sl-radius-card);
    flex: 1 1 100%;
    height: 120px;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .sl-brand-slide {
    height: 100%;
    inset: 0;
    width: 100%;
  }

  .sl-brand-slider__arrow {
    display: none;
  }

  .sl-brand-slide h2 {
    font-size: 10px !important;
    max-width: 136px;
  }

  .sl-brand-slide strong {
    font-size: 18px;
    margin-top: 10px;
  }

  .sl-brand-slide img {
    bottom: -20px;
    height: 120px;
    right: -45px;
    width: 250px;
  }

  .sl-brand-slide--image .sl-brand-slide__image {
    bottom: auto;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
  }

  .sl-map-banner {
    display: none;
  }

  .sl-mobile-only {
    display: block;
  }

  .sl-home-hero {
    order: 1;
  }

  .sl-availability {
    align-items: center;
    background: var(--sl-color-surface-brand-soft);
    border-radius: var(--sl-radius-card);
    box-sizing: border-box;
    display: flex;
    gap: var(--sl-space-3);
    margin: 0 16px 24px;
    min-height: 132px;
    overflow: hidden;
    padding: var(--sl-space-4);
    position: relative;
    order: 2;
  }

  .sl-availability > div {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 2;
  }

  .sl-availability h2,
  .sl-reasons h2,
  .sl-centers h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 0 0 6px;
  }

  .sl-availability p {
    color: var(--sl-ref-slate-600);
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 12px;
  }

  .sl-availability .sl-availability__button {
    align-items: center;
    appearance: none;
    box-shadow: 0 0 16px rgba(0,0,0,.06);
    box-sizing: border-box;
    height: var(--sl-control-md);
    justify-content: center;
    line-height: 20px;
    min-height: var(--sl-control-md);
    padding: 0 var(--sl-space-4);
    white-space: nowrap;
  }

  .sl-availability img {
    flex: 0 0 auto;
    height: 96px;
    object-fit: contain;
    object-position: center bottom;
    transform: scaleY(1.13);
    transform-origin: center bottom;
    width: 96px;
  }

  .sl-reasons {
    padding: 16px 16px 32px;
  }

  .sl-reasons {
    order: 4;
  }

  .sl-centers {
    order: 5;
    padding: 32px 16px;
  }

  .sl-centers h2 {
    font-size: 20px !important;
    line-height: normal !important;
    margin: 0 0 4px !important;
  }

  .sl-reasons ul {
    display: grid;
    gap: var(--sl-space-4);
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
  }

  .sl-reasons li {
    display: grid;
    column-gap: var(--sl-space-3);
    row-gap: 2px;
    grid-template-columns: 32px minmax(0, 1fr);
    position: relative;
  }

  .sl-reasons li:before {
    align-items: center;
    background-color: var(--sl-color-surface-brand-soft);
    border-radius: var(--sl-radius-control);
    content: "";
    display: flex;
    font-weight: 700;
    grid-row: 1 / 3;
    height: 32px;
    justify-content: center;
    width: 32px;
  }

  .sl-reasons li:after {
    background-color: #111;
    content: "";
    height: 16px;
    left: 8px;
    -webkit-mask: var(--sl-reason-icon) center / contain no-repeat;
    mask: var(--sl-reason-icon) center / contain no-repeat;
    position: absolute;
    top: 8px;
    width: 16px;
  }

  .sl-reasons li:nth-child(1) {
    --sl-reason-icon: url("../images/mobile-figma/reason-dealer.svg?v=2");
  }

  .sl-reasons li:nth-child(2) {
    --sl-reason-icon: url("../images/mobile-figma/reason-stock.svg?v=2");
  }

  .sl-reasons li:nth-child(3) {
    --sl-reason-icon: url("../images/mobile-figma/reason-centers.svg?v=2");
  }

  .sl-reasons li:nth-child(4) {
    --sl-reason-icon: url("../images/mobile-figma/reason-service.svg?v=2");
  }

  .sl-reasons strong {
    font-size: 13px;
  }

  .sl-reasons span,
  .sl-centers p,
  .sl-centers span {
    color: var(--sl-ref-slate-500);
    font-size: 12px;
  }

  .sl-centers__hours {
    align-items: center;
    color: var(--sl-ref-slate-500);
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 500;
    gap: var(--sl-space-1);
    line-height: normal;
    margin: 0;
    position: relative;
  }

  .sl-centers__hours::before {
    background: url("../images/mobile-figma/center-clock.svg?v=2") center / contain no-repeat;
    content: "";
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
  }

  .sl-centers__hours::after {
    content: none;
  }

  .sl-home-offers {
    margin: 0;
    max-width: none;
    order: 6;
    padding: 14px 16px 24px;
    width: auto;
  }

  .sl-section-head {
    height: auto;
    text-align: left;
  }

  .sl-section-head h2 {
    font-size: 20px !important;
  }

  .sl-offer-tabs {
    margin-bottom: 0;
    max-width: 100%;
    overflow-x: auto;
  }

  .sl-filter-tabs,
  .sl-offer-tabs,
  .sl-offers-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sl-filter-tabs::-webkit-scrollbar,
  .sl-offer-tabs::-webkit-scrollbar,
  .sl-offers-list::-webkit-scrollbar {
    display: none;
  }

  .sl-filter-tabs button,
  .sl-offer-tabs button {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .sl-offers-list {
    display: flex;
    gap: var(--sl-space-3);
    margin: 16px -16px 0 0;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .sl-offers-grid {
    display: flex;
    gap: var(--sl-space-3);
    width: max-content;
  }

  .sl-offers-list .sl-offer-card {
    border-radius: var(--sl-radius-card);
    flex: 0 0 136px !important;
    gap: 7px;
    margin: 0 !important;
    height: 232px !important;
    min-height: 0;
    padding: 12px !important;
    width: 136px !important;
  }

  .sl-offer-card__image {
    height: 92px;
    margin-top: 0;
  }

  .sl-offer-card__image img {
    height: 92px;
    max-width: 84px;
  }

  .sl-offers-list .sl-offer-card__title {
    font-size: 13px !important;
    line-height: 14px;
    min-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sl-offer-card__heading {
    min-height: 28px;
    margin: 0;
  }

  .sl-offer-card__size {
    font-size: 12px;
    line-height: 16px;
  }

  .sl-offer-card__price {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .sl-offer-card__button {
    display: none;
  }

  .sl-all-link {
    background: var(--sl-blue);
    border-radius: var(--sl-radius-control);
    color: var(--sl-ref-white) !important;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 20px;
    padding: 8px 12px;
    text-decoration: none !important;
  }

  .sl-centers a {
    align-items: start;
    background: var(--sl-color-surface-brand-soft);
    border-radius: var(--sl-radius-card);
    box-sizing: border-box;
    display: grid;
    gap: var(--sl-space-3);
    grid-template-columns: 20px minmax(0, 1fr) 22px;
    margin-top: 8px;
    padding: var(--sl-space-3);
    text-decoration: none !important;
  }

  .sl-centers__hours + a {
    margin-top: 12px;
  }

  .sl-centers__pin {
    background: url("../images/mobile-figma/center-pin.svg?v=2") center / contain no-repeat;
    display: block;
    height: 20px;
    width: 20px;
  }

  .sl-centers__pin::after {
    content: none;
  }

  .sl-centers__copy {
    display: grid;
    gap: var(--sl-space-1);
    min-width: 0;
  }

  .sl-centers__chevron {
    align-self: center;
    background: url("../images/mobile-figma/center-chevron.svg?v=2") center / contain no-repeat;
    display: block;
    height: 22px;
    justify-self: end;
    transform: rotate(-90deg);
    width: 22px;
  }

  .sl-centers strong {
    color: var(--sl-ref-black);
    font-family: var(--sl-font-display-regular) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
  }

  .sl-centers__copy span {
    color: var(--sl-ref-slate-600);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
  }

  .sl-home-footer {
    display: flex;
    flex-direction: column;
    gap: var(--sl-space-6);
    min-height: 0;
    padding: 28px 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    order: 7;
  }

  #wrapper .sl-home-redesign .sl-home-footer {
    padding: 28px 16px !important;
  }

  .sl-footer-links {
    display: none;
  }

  .sl-footer-contacts {
    align-items: center;
    gap: var(--sl-space-6);
    order: 1;
    width: 100%;
  }

  .sl-footer-primary-contact {
    align-items: center;
    gap: var(--sl-space-4);
  }

  .sl-question {
    align-items: center;
    border-radius: var(--sl-radius-control);
    box-sizing: border-box;
    font-family: var(--sl-font-action) !important;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 20px;
    min-height: var(--sl-control-md);
    padding: 0 var(--sl-space-4);
    transition: background-color var(--sl-motion-fast) var(--sl-motion-easing);
    width: 100%;
  }

  .sl-question:hover {
    background: rgba(255, 255, 255, .1);
  }

  .sl-question:focus-visible {
    outline: var(--sl-focus-outline-inverse);
    outline-offset: 2px;
  }

  .sl-footer-contacts .sl-footer-phone {
    font-family: var(--sl-font-action) !important;
    font-size: 18px;
    line-height: 24px;
  }

  .sl-footer-addresses {
    align-items: center;
    gap: 6px;
    width: 100%;
  }

  .sl-footer-addresses p {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 328px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    white-space: normal;
  }

  .sl-footer-email-group {
    align-items: center;
    gap: var(--sl-space-5);
    width: 100%;
  }

  .sl-footer-contacts .sl-footer-email {
    font-size: 14px;
    line-height: 20px;
  }

  .sl-footer-policies {
    align-items: center;
    gap: var(--sl-space-2);
    width: 100%;
  }

  .sl-footer-contacts .sl-footer-policies a,
  .sl-footer-contacts .sl-privacy-settings {
    font-family: var(--sl-font-body) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: none;
  }

  html body.sl-home-redesign-page .sl-home-redesign .sl-home-footer .sl-privacy-settings {
    font-family: var(--sl-font-body) !important;
    text-transform: none;
  }

  .sl-footer-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--sl-space-3);
    order: 3;
    text-align: center;
    width: 100%;
  }

  .sl-footer-disclaimer {
    align-self: center;
    max-width: 52ch;
    order: 2;
    text-align: center;
    width: 100%;
  }

  .sl-footer-bottom .sl-footer-support {
    justify-self: auto;
  }

  .sl-footer-bottom span {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .sl-footer-logo {
    align-items: center;
  }

  .sl-footer-logo img {
    object-position: center;
  }

  .sl-availability-sheet {
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .18s ease;
    z-index: 1200;
  }

  .sl-availability-sheet.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .sl-availability-sheet__backdrop {
    background: rgb(59 66 84 / 74%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    inset: 0;
    position: absolute;
  }

  .sl-availability-sheet__panel {
    background: var(--sl-ref-white);
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-sizing: border-box;
    display: grid;
    gap: var(--sl-space-3);
    left: 0;
    padding: 18px 16px 20px;
    position: absolute;
    transform: translateY(100%);
    transition: transform .22s ease;
    width: 100%;
  }

  .sl-availability-sheet.is-open .sl-availability-sheet__panel {
    transform: translateY(0);
  }

  .sl-availability-sheet__panel h2 {
    color: var(--sl-blue);
    font-family: var(--sl-font-display) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px;
    margin: 0;
    padding-right: 44px;
    text-transform: uppercase;
  }

  .sl-availability-sheet__panel p {
    color: var(--sl-ref-slate-600);
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }

  .sl-availability-sheet__panel label {
    display: grid;
    gap: var(--sl-space-1);
  }

  .sl-availability-sheet__panel label span {
    color: var(--sl-ref-slate-600);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  .sl-availability-sheet__panel input,
  .sl-availability-sheet__panel textarea {
    border: 1px solid var(--sl-ref-slate-500);
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--sl-ref-slate-900);
    font: 500 15px/20px "Inter", Arial, sans-serif;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
  }

  .sl-availability-sheet__panel textarea {
    min-height: 86px;
    resize: vertical;
  }

  .sl-availability-sheet__panel button[type="submit"] {
    background: var(--sl-blue);
    border: 0;
    border-radius: var(--sl-radius-control);
    color: var(--sl-ref-white);
    font: 700 15px/20px "Inter", Arial, sans-serif;
    min-height: 44px;
    padding: 12px 16px;
  }

  .sl-availability-sheet__legal {
    color: var(--sl-ref-slate-500);
    font-size: 11px !important;
    line-height: 15px !important;
    margin: -2px 0 0 !important;
  }

  .sl-availability-sheet__legal a {
    color: var(--sl-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .sl-availability-sheet__close {
    appearance: none;
    background: var(--sl-color-surface-brand-soft);
    border: 0;
    border-radius: 50%;
    height: 44px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px;
  }

  .sl-availability-sheet__close::before,
  .sl-availability-sheet__close::after {
    background: var(--sl-color-text-secondary);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 18px;
  }

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

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

}

/* Keep homepage heading typography stable after auxiliary widgets are loaded. */
@media (min-width: 769px) {
  #wrapper .sl-home-redesign .sl-home-hero-inner > h1,
  .sl-home-redesign .sl-home-hero-inner > h1 {
    font-family: var(--sl-font-display) !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
  }

  #wrapper .sl-home-redesign .sl-section-head h2,
  #wrapper .sl-home-redesign .sl-mobile-only h2,
  #wrapper .sl-home-redesign .sl-centers h2,
  #wrapper .sl-home-redesign .sl-availability h2,
  #wrapper .sl-home-redesign .sl-reasons h2,
  .sl-home-redesign .sl-section-head h2,
  .sl-home-redesign .sl-mobile-only h2,
  .sl-home-redesign .sl-centers h2,
  .sl-home-redesign .sl-availability h2,
  .sl-home-redesign .sl-reasons h2 {
    font-family: var(--sl-font-display) !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
  }

  #wrapper .sl-home-redesign .sl-home-footer {
    padding: 48px var(--sl-layout-rail-inline, var(--sl-layout-inline, 64px)) !important;
  }
}

.sl-home-redesign .sl-axis-card h3 {
  font-family: var(--sl-font-display-regular) !important;
  font-weight: 400 !important;
}

.sl-home-redesign .sl-brand-slide h2,
.sl-home-redesign .sl-offer-card__title,
.sl-home-redesign .sl-offer-card__price,
.sl-home-redesign .sl-footer-links .sl-footer-heading {
  font-family: var(--sl-font-display) !important;
  font-weight: 700 !important;
}

.sl-home-redesign .sl-smart-search,
.sl-home-redesign .sl-smart-search h2,
.sl-home-redesign .sl-smart-search h3 {
  font-family: var(--sl-font-body);
}

.sl-home-redesign .sl-smart-search .sl-smart-search__title {
  font-family: var(--sl-font-display-regular) !important;
  font-weight: 400 !important;
}

/* Unified special-offers component shared with catalog pages. */
.sl-home-redesign .sl-home-offers {
  overflow: visible;
  padding-bottom: 40px;
  padding-top: 40px;
}

.sl-home-redesign .sl-home-offers .sl-section-head {
  height: auto;
  margin-bottom: 24px;
}

.sl-home-redesign .sl-home-offers .sl-offer-tabs {
  margin-bottom: 0;
}

.sl-home-redesign .sl-home-offers .sl-offers-list {
  display: block;
  margin-top: 0;
  overflow: visible;
}

.sl-home-redesign .sl-home-offers .sl-offers-list[hidden] {
  display: none;
}

.sl-home-redesign .sl-catalog-special-rail-wrap {
  max-width: 100%;
  position: relative;
}

.sl-home-redesign .sl-catalog-special-rail {
  display: flex;
  gap: var(--sl-space-5);
  margin: -16px -4px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sl-home-redesign .sl-catalog-special-rail::-webkit-scrollbar {
  display: none;
}

.sl-home-redesign .sl-catalog-special-card {
  box-sizing: border-box;
  background: var(--sl-ref-white);
  border: 1px solid var(--sl-color-border-product-card);
  border-radius: var(--sl-radius-card-featured);
  box-shadow: 0 8px 18px rgba(20, 56, 118, .06);
  color: var(--sl-ref-black);
  display: flex;
  flex: 0 0 190px;
  flex-direction: column;
  gap: var(--sl-space-3);
  min-height: 236px;
  overflow: hidden;
  padding: 12px 12px 16px;
  position: relative;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.sl-home-redesign .sl-catalog-special-card__top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  min-width: 0;
  width: 100%;
}

.sl-home-redesign .sl-catalog-special-card__media {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  height: 90px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  width: 59px;
}

.sl-home-redesign .sl-catalog-special-card__media img {
  display: block;
  filter: var(--sl-tire-media-filter, none);
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--sl-tire-media-blend-mode, multiply);
  object-fit: contain;
  opacity: var(--sl-tire-media-opacity, 1);
}

.sl-home-redesign .sl-catalog-special-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-2);
  min-width: 0;
}

.sl-home-redesign .sl-catalog-axis-label {
  background: var(--sl-ref-slate-100);
  border-radius: 4px;
  color: var(--sl-color-text-primary);
  display: inline-flex;
  font-family: var(--sl-font-display-regular);
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  text-transform: lowercase;
  width: max-content;
}

.sl-home-redesign .sl-catalog-special-card strong {
  color: var(--sl-ref-black);
  display: -webkit-box;
  font-family: var(--sl-font-display);
  font-size: 16px;
  line-height: 1;
  min-height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sl-home-redesign .sl-catalog-special-card small {
  color: var(--sl-ref-slate-500);
  font-family: var(--sl-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.sl-home-redesign .sl-catalog-special-card em {
  color: var(--sl-ref-brand-800);
  font-family: var(--sl-font-display);
  font-size: 20px;
  font-style: normal;
  line-height: 1.15;
  white-space: nowrap;
}

.sl-home-redesign .sl-catalog-special-card em .rub {
  font-family: var(--sl-font-body);
  font-size: .78em;
  font-weight: 700;
  margin-left: 2px;
}

.sl-home-redesign .sl-catalog-promo-badge {
  align-items: center;
  background: var(--sl-ref-yellow-400);
  border-radius: var(--sl-radius-control);
  color: var(--sl-ref-slate-900);
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.sl-home-redesign .sl-catalog-promo-badge img,
.sl-home-redesign .sl-catalog-promo-badge svg {
  display: block;
  height: 22px;
  max-width: none;
  object-fit: contain;
  width: 22px;
}

.sl-home-redesign .sl-catalog-promo-badge svg path {
  fill: none;
  stroke: var(--sl-ref-brand-800);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.sl-home-redesign .sl-catalog-special-scroll {
  align-items: center;
  appearance: none;
  background: var(--sl-ref-white);
  border: 1px solid var(--sl-color-border-brand-subtle);
  border-radius: var(--sl-radius-pill);
  box-shadow: 0 10px 24px rgba(20, 56, 118, .12);
  color: var(--sl-ref-brand-800);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sl-font-display);
  font-size: 24px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 4;
}

.sl-home-redesign .sl-catalog-special-scroll--prev {
  left: -18px;
}

.sl-home-redesign .sl-catalog-special-scroll--next {
  right: -18px;
}

.sl-home-redesign .sl-catalog-special-scroll:hover,
.sl-home-redesign .sl-catalog-special-scroll:focus-visible {
  background: var(--sl-ref-brand-800);
  color: var(--sl-ref-white);
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .sl-home-redesign .sl-catalog-special-card:hover,
  .sl-home-redesign .sl-catalog-special-card:focus-visible {
    border-color: rgba(11, 66, 146, .28);
    box-shadow: 0 12px 28px rgba(24, 40, 72, .08);
    outline: none;
    transform: translateY(-2px);
  }
}

@media (max-width: 768px) {
  .sl-home-redesign .sl-home-offers {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .sl-home-redesign .sl-home-offers .sl-section-head {
    margin-bottom: 12px;
  }

  .sl-home-redesign .sl-catalog-special-rail {
    gap: var(--sl-space-3);
    margin: -12px -16px -12px 0;
    padding: 12px 16px 12px 0;
  }

  .sl-home-redesign .sl-catalog-special-card {
    flex-basis: 145.333px;
    gap: var(--sl-space-3);
    min-height: 250px;
    padding: 12px 12px 16px;
  }

  .sl-home-redesign .sl-catalog-special-card__media {
    width: 59px;
  }

  .sl-home-redesign .sl-catalog-special-card strong {
    font-size: 14px;
  }

  .sl-home-redesign .sl-catalog-special-card small {
    font-family: var(--sl-font-display-regular);
    font-weight: 400;
  }

  .sl-home-redesign .sl-catalog-special-scroll {
    display: none;
  }
}

/* Shared segmented-control contract: homepage filter tabs and offer tabs are the source visual style. */
.sl-home-redesign :where(.sl-filter-tabs, .sl-offer-tabs) {
  align-items: center !important;
  background: var(--sl-ref-slate-100) !important;
  border: 0 !important;
  border-radius: var(--sl-radius-control) !important;
  display: inline-flex !important;
  gap: 8px !important;
  min-height: 48px !important;
  padding: 2px !important;
}

.sl-home-redesign :where(.sl-filter-tabs button, .sl-offer-tabs button) {
  background: transparent !important;
  border: 0 !important;
  border-radius: var(--sl-radius-segmented-inner) !important;
  color: var(--sl-ref-slate-600) !important;
  font-family: var(--sl-font-display-regular) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  min-height: 44px !important;
  padding: 10px 20px !important;
}

.sl-home-redesign :where(.sl-filter-tabs .active button, .sl-offer-tabs .active button, .sl-filter-tabs button[aria-selected="true"], .sl-offer-tabs button[aria-selected="true"]) {
  background: var(--sl-ref-white) !important;
  box-shadow: var(--sl-shadow-segmented-selected) !important;
  color: var(--sl-ref-slate-900) !important;
}

.sl-home-redesign :where(.sl-filter-tabs button:hover, .sl-offer-tabs button:hover) {
  color: var(--sl-ref-slate-900) !important;
  outline: none !important;
}

.sl-home-redesign :where(.sl-filter-tabs button:focus-visible, .sl-offer-tabs button:focus-visible) {
  box-shadow: var(--sl-shadow-segmented-focus) !important;
  color: var(--sl-ref-slate-900) !important;
  outline: none !important;
}

/* Desktop homepage picker uses the same compact canonical Segmented contract as Special Offers. */
@media (min-width: 769px) {
  .sl-home-redesign .sl-filter-tabs.sl-segmented--canonical {
    box-sizing: border-box;
    gap: var(--sl-space-2) !important;
    min-height: 36px !important;
    top: 32px;
  }

  .sl-home-redesign .sl-filter-tabs.sl-segmented--canonical button {
    border-radius: var(--sl-radius-segmented-inner) !important;
    font-family: var(--sl-font-display) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    min-height: 32px !important;
    padding: 6px 12px !important;
  }

  .sl-home-redesign .sl-filter-tabs.sl-segmented--canonical button svg {
    height: 16px;
    width: 16px;
  }
}

/* Canonical Special Offers segmented control shared with catalog pages. */
.sl-home-redesign .sl-home-offers .sl-section-head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-4);
}

.sl-home-redesign .sl-home-offers .sl-section-head h2 {
  margin: 0;
}

.sl-home-redesign .sl-catalog-special-tabs--canonical {
  align-items: center;
  align-self: flex-start;
  background: var(--sl-color-surface-subtle);
  border: 0;
  border-radius: var(--sl-radius-control);
  box-sizing: border-box;
  display: inline-flex;
  gap: var(--sl-space-2);
  max-width: 100%;
  min-height: 36px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
  width: max-content;
  -webkit-overflow-scrolling: touch;
}

.sl-home-redesign .sl-catalog-special-tabs--canonical::-webkit-scrollbar {
  display: none;
}

.sl-home-redesign .sl-catalog-special-tabs--canonical .sl-catalog-special-tab {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--sl-radius-segmented-inner);
  color: var(--sl-color-text-secondary);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--sl-font-display);
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  min-height: 32px;
  padding: 6px 12px;
  text-align: center;
  transition: background-color var(--sl-motion-fast) var(--sl-motion-easing), box-shadow var(--sl-motion-fast) var(--sl-motion-easing), color var(--sl-motion-fast) var(--sl-motion-easing);
  white-space: nowrap;
}

.sl-home-redesign .sl-catalog-special-tabs--canonical .sl-catalog-special-tab.is-active {
  background: var(--sl-color-surface-default);
  box-shadow: var(--sl-shadow-segmented-selected);
  color: var(--sl-color-text-primary);
}

.sl-home-redesign .sl-catalog-special-tabs--canonical .sl-catalog-special-tab:not(.is-active):not(:disabled):hover {
  background: var(--sl-color-surface-default);
  color: var(--sl-color-text-primary);
}

.sl-home-redesign .sl-catalog-special-tabs--canonical .sl-catalog-special-tab:focus-visible {
  box-shadow: var(--sl-shadow-segmented-focus);
  color: var(--sl-color-text-primary);
  outline: none;
}

@media (max-width: 768px) {
  .sl-home-redesign :where(.sl-filter-tabs, .sl-offer-tabs) {
    min-height: 44px !important;
  }

  .sl-home-redesign :where(.sl-filter-tabs button, .sl-offer-tabs button) {
    font-size: 16px !important;
    line-height: 20px !important;
    min-height: 40px !important;
    padding: 8px 14px !important;
  }

  .sl-home-redesign .sl-home-offers .sl-section-head {
    gap: var(--sl-space-3);
  }

  .sl-home-redesign .sl-catalog-special-tabs--canonical {
    height: fit-content;
    min-height: 0;
  }

  .sl-home-redesign .sl-catalog-special-tabs--canonical .sl-catalog-special-tab {
    font-size: 13px;
    line-height: 20px;
    margin-block: 0;
    min-height: 32px;
    padding: 6px 12px;
  }
}

/* Smart Search entry chips follow the same Inter-based contract as catalog chips. */
.sl-mobile-search-entry__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;
}

.sl-mobile-search-entry__chips button:hover {
  background: var(--sl-chip-hover-background);
  border-color: var(--sl-chip-hover-border-color);
  color: var(--sl-chip-hover-color);
}

.sl-mobile-search-entry__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-mobile-search-entry__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);
}

/* Site-wide responsive grid: keep Home on the same column as inner pages. */
.sl-home-nav {
  padding-left: var(--sl-layout-rail-inline, var(--sl-layout-inline, 16px));
  padding-right: var(--sl-layout-rail-inline, var(--sl-layout-inline, 16px));
}

@media (min-width: 769px) and (max-width: 1179px) {
  .sl-home-redesign .sl-home-nav {
    gap: var(--sl-space-6);
    justify-content: space-between;
    padding-left: var(--sl-space-4);
    padding-right: var(--sl-space-4);
  }

  .sl-home-redesign .sl-home-nav-main {
    flex: 0 1 auto;
    gap: var(--sl-space-6);
  }

  .sl-home-redesign .sl-home-nav-tools {
    gap: var(--sl-space-3);
  }

  .sl-home-redesign .sl-home-locations {
    display: flex;
    flex: 0 0 auto;
  }

  .sl-home-redesign .sl-home-actions {
    gap: var(--sl-space-6);
  }
}

.sl-home-hero-inner,
.sl-home-banners,
.sl-home-offers {
  max-width: var(--sl-layout-content-max, 1200px);
  width: calc(100% - var(--sl-layout-gutter, 16px) - var(--sl-layout-gutter, 16px));
}

/*
  Mobile Home uses full-bleed section wrappers and one shared 16px content
  gutter. Keep this final override after the desktop grid contract so the
  legacy calc() width cannot shrink banners or push offers past the viewport.
*/
@media (max-width: 768px) {
  .sl-home-banners,
  .sl-home-offers {
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: var(--sl-layout-gutter, 16px);
    padding-right: var(--sl-layout-gutter, 16px);
    width: 100%;
  }

  .sl-home-redesign .sl-home-offers > .sl-all-link {
    margin-right: var(--sl-space-4);
  }
}

/* Fresh editorial proof after the commercial homepage journey. */
.sl-home-redesign .sl-home-news {
  box-sizing: border-box;
  margin: 0 auto var(--sl-space-16);
  max-width: var(--sl-layout-content-max, 1200px);
  width: calc(100% - var(--sl-layout-gutter, 16px) - var(--sl-layout-gutter, 16px));
}

.sl-home-redesign .sl-home-news__head {
  align-items: flex-end;
  display: flex;
  gap: var(--sl-space-6);
  justify-content: space-between;
  margin-bottom: var(--sl-space-6);
}

.sl-home-redesign .sl-home-news__intro {
  display: grid;
  gap: var(--sl-space-2);
  max-width: 720px;
}

#wrapper .sl-home-redesign .sl-home-news__intro h2,
.sl-home-redesign .sl-home-news__intro h2 {
  color: var(--sl-ref-brand-800);
  font-family: var(--sl-font-display) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  text-transform: uppercase;
}

.sl-home-redesign .sl-home-news__intro p {
  color: var(--sl-color-text-secondary);
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.sl-home-redesign .sl-home-news__nav {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--sl-space-5);
}

.sl-home-redesign .sl-home-news__nav a,
.sl-home-redesign .sl-home-news-card .sl-content-card__cta {
  align-items: center;
  color: var(--sl-ref-brand-800);
  display: inline-flex;
  font-family: var(--sl-font-display);
  font-size: 14px;
  font-weight: 400;
  gap: var(--sl-space-2);
  line-height: 20px;
  text-transform: uppercase;
}

.sl-home-redesign .sl-home-news__nav a::after,
.sl-home-redesign .sl-home-news-card .sl-content-card__cta::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.sl-home-redesign .sl-home-news__nav a:hover,
.sl-home-redesign .sl-home-news__nav a:focus-visible {
  color: var(--sl-color-action-primary-hover);
}

.sl-home-redesign .sl-home-news__nav a:focus-visible,
.sl-home-redesign .sl-home-news-card__link:focus-visible {
  border-radius: var(--sl-radius-control);
  box-shadow: var(--sl-shadow-focus-soft);
  outline: 2px solid var(--sl-color-focus-ring);
  outline-offset: 3px;
}

.sl-home-redesign .sl-home-news__grid {
  display: grid;
  gap: var(--sl-space-5);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sl-home-redesign .sl-home-news-card {
  box-shadow: none;
  height: 100%;
}

.sl-home-redesign .sl-home-news-card:hover {
  box-shadow: none;
}

.sl-home-redesign .sl-home-news-card__link {
  color: var(--sl-color-text-primary);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  text-decoration: none;
}

.sl-home-redesign .sl-home-news-card .sl-content-card__media {
  overflow: hidden;
}

.sl-home-redesign .sl-home-news-card .sl-content-card__media img {
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.sl-home-redesign .sl-home-news-card .sl-content-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--sl-space-3);
}

.sl-home-redesign .sl-home-news-card .sl-content-card__meta {
  display: flex;
}

.sl-home-redesign .sl-home-news-card h3 {
  color: var(--sl-color-text-primary);
  display: -webkit-box;
  font-family: var(--sl-font-display-regular) !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sl-home-redesign .sl-home-news-card p {
  display: -webkit-box;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sl-home-redesign .sl-home-news-card .sl-content-card__cta {
  margin-top: auto;
}

@media (hover: hover) and (pointer: fine) {
  .sl-home-redesign .sl-home-news-card:hover .sl-content-card__media img {
    transform: scale(1.025);
  }
}

@media (max-width: 768px) {
  .sl-home-redesign .sl-home-news {
    margin: 0;
    max-width: none;
    order: 7;
    overflow: hidden;
    padding: var(--sl-space-6) 0 var(--sl-space-8) var(--sl-layout-gutter, 16px);
    width: 100%;
  }

  .sl-home-redesign .sl-home-news__head {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--sl-space-3);
    margin-bottom: var(--sl-space-4);
    padding-right: var(--sl-layout-gutter, 16px);
  }

  #wrapper .sl-home-redesign .sl-home-news__intro h2,
  .sl-home-redesign .sl-home-news__intro h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .sl-home-redesign .sl-home-news__intro p {
    font-size: 13px;
    line-height: 18px;
  }

  .sl-home-redesign .sl-home-news__nav {
    gap: var(--sl-space-4);
  }

  .sl-home-redesign .sl-home-news__grid {
    display: flex;
    gap: var(--sl-space-3);
    margin-right: calc(var(--sl-layout-gutter, 16px) * -1);
    overflow-x: auto;
    padding: 2px var(--sl-layout-gutter, 16px) var(--sl-space-3) 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sl-home-redesign .sl-home-news__grid::-webkit-scrollbar {
    display: none;
  }

  .sl-home-redesign .sl-home-news-card {
    flex: 0 0 min(82vw, 332px);
    scroll-snap-align: start;
  }

  .sl-home-redesign .sl-home-news-card p {
    -webkit-line-clamp: 2;
  }

  .sl-home-redesign .sl-centers,
  .sl-home-redesign .sl-home-centers-wide {
    order: 8;
  }

  .sl-home-redesign .sl-home-centers-wide {
    padding-inline: var(--sl-space-4);
  }

  .sl-home-redesign .sl-home-footer {
    order: 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sl-home-redesign .sl-home-news-card .sl-content-card__media img {
    transition: none;
  }
}

/* Homepage picker and real service-center navigation. */
.sl-picker-illustration { display: none; }
.sl-picker-fields { min-width: 0; }
.sl-filter-panel--renewed { --sl-control-placeholder: var(--sl-color-text-placeholder); }
.sl-picker-illustration img[hidden] { display: none; }
.sl-picker-help { margin: var(--sl-space-3) 0 0; font: 400 13px/18px var(--sl-font-body); color: var(--sl-color-text-secondary); text-align: left; }
.sl-home-redesign .sl-picker-help a { color: var(--sl-color-text-brand); }
.sl-home-center-picker { min-width: 0; }
@media (min-width: 769px) {
  .sl-home-redesign .sl-filter-panel--renewed { display: grid; grid-template-columns: 132px minmax(0, 1fr); align-items: center; gap: var(--sl-space-6); width: 100%; height: auto; padding: var(--sl-space-6); box-shadow: none; transition: none; }
  .sl-picker-illustration { display: grid; place-items: center; }
  .sl-picker-illustration img { display: block; width: 100%; max-width: 156px; height: auto; aspect-ratio: 1; object-fit: contain; }
  .sl-picker-heading { display: flex; align-items: center; justify-content: flex-start; gap: var(--sl-space-4); margin-bottom: var(--sl-space-4); }
  .sl-picker-heading h2 { margin: 0; color: var(--sl-color-text-brand); font: 700 24px/28px var(--sl-font-display); }
  .sl-filter-panel--renewed .sl-filter-tabs { position: static; transform: none; margin: 0; }
  .sl-filter-panel--renewed .sl-filter-pane form { position: static; transform: none; width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, .95fr); align-items: end; }
  .sl-filter-panel--renewed .sl-compact-filter label { min-width: 0; }
  .sl-filter-panel--renewed .sl-compact-filter label > span { display: block; margin-bottom: var(--sl-space-2); font: 600 12px/18px var(--sl-font-body); color: var(--sl-color-text-secondary); text-align: left; }
  .sl-filter-panel--renewed .sl-compact-filter .sl-filter-wide { flex: auto; }
  .sl-filter-panel--renewed .sl-filter-pane select,
  .sl-filter-panel--renewed .sl-filter-pane .sl-searchable-select,
  .sl-filter-panel--renewed .sl-filter-pane .sl-searchable-select__button,
  .sl-filter-panel--renewed .sl-filter-pane button[type="submit"] { width: 100%; min-width: 0; min-height: var(--sl-target-min); height: var(--sl-target-min); }
  .sl-home-banners { align-items: stretch; }
  .sl-home-banners .sl-brand-slider { height: 100%; min-height: 170px; }
}
@media (max-width: 900px) { .sl-home-center-picker { display: none; } }
@media (min-width: 901px) { .sl-home-banners { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) { .sl-picker-heading h2, .sl-picker-help { display: none; } }
@media (min-width: 769px) and (max-width: 1000px) {
  .sl-home-redesign .sl-filter-panel--renewed { grid-template-columns: 96px minmax(0, 1fr); gap: var(--sl-space-4); }
  .sl-picker-illustration img { max-width: 112px; }
  .sl-filter-panel--renewed .sl-filter-pane form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
