/**
 * SAVA MOTORS Home Preview — Phase 1.
 *
 * Scope: /home-preview/ only.
 */

body.sm-home-preview-page {
overflow-x: hidden;
background: #ffffff;
}

body.sm-home-preview-page .site-main {
width: 100%;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}

body.sm-home-preview-page .site-main > .page-header {
display: none !important;
}

body.sm-home-preview-page .site-main > .page-content {
width: 100%;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}

.sm-home-preview,
.sm-home-preview *,
.sm-home-preview *::before,
.sm-home-preview *::after {
box-sizing: border-box;
}

.sm-home-preview {
--sm-home-ink: #07101d;
--sm-home-white: #ffffff;
--sm-home-ford: #2861a4;
--sm-home-chery: #b99b75;

width: 100%;
margin: 0;
padding: 0;
color: var(--sm-home-ink);
background: var(--sm-home-white);
font-family: Arial, sans-serif;
}

.sm-home-preview__hero {
position: relative;
width: 100%;
  min-height: 0;
  aspect-ratio: 32 / 9;
overflow: hidden;
background: #07101d;
isolation: isolate;
}

.sm-home-preview__brands {
position: absolute;
inset: 0;
z-index: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
height: 100%;
}

.sm-home-preview__brand {
position: relative;
min-width: 0;
height: 100%;
overflow: hidden;
background: #07101d;
}

.sm-home-preview__brand + .sm-home-preview__brand {
border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.sm-home-preview__brand-link {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
color: #ffffff;
text-decoration: none;
}

.sm-home-preview__brand-video {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
border: 0;
object-fit: cover;
object-position: center;
transform: scale(1.02);
transition:
transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1),
filter 450ms ease;
}

.sm-home-preview__brand-overlay {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
linear-gradient(
180deg,
rgba(7, 16, 29, 0.08) 0%,
rgba(7, 16, 29, 0.18) 45%,
rgba(7, 16, 29, 0.84) 100%
);
}

.sm-home-preview__brand--ford .sm-home-preview__brand-overlay {
box-shadow: inset 0 -5px 0 var(--sm-home-ford);
}

.sm-home-preview__brand--chery .sm-home-preview__brand-overlay {
box-shadow: inset 0 -5px 0 var(--sm-home-chery);
}

.sm-home-preview__brand-content {
position: absolute;
right: clamp(28px, 4vw, 64px);
bottom: clamp(42px, 7vh, 82px);
left: clamp(28px, 4vw, 64px);
z-index: 2;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 24px;
pointer-events: none;
}

.sm-home-preview__brand-name {
font-size: clamp(38px, 5vw, 76px);
line-height: 0.95;
font-weight: 700;
letter-spacing: -0.045em;
color: #ffffff;
text-shadow: 0 5px 28px rgba(0, 0, 0, 0.35);
}

.sm-home-preview__brand-cta {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 11px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.82);
font-size: 12px;
line-height: 1.2;
font-weight: 700;
color: #ffffff;
white-space: nowrap;
}

.sm-home-preview__brand-cta span {
font-size: 17px;
transition: transform 220ms ease;
}

.sm-home-preview__brand-link:hover .sm-home-preview__brand-video,
.sm-home-preview__brand-link:focus-visible .sm-home-preview__brand-video {
filter: saturate(1.08) contrast(1.03);
transform: scale(1.065);
}

.sm-home-preview__brand-link:hover .sm-home-preview__brand-cta span,
.sm-home-preview__brand-link:focus-visible .sm-home-preview__brand-cta span {
transform: translate(3px, -3px);
}

.sm-home-preview__brand-link:focus-visible {
outline: 3px solid #ffffff;
outline-offset: -3px;
}

.sm-home-preview__intro {
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
width: min(620px, calc(100% - 48px));
padding: clamp(30px, 4.2vw, 56px);
border: 1px solid rgba(255, 255, 255, 0.28);
background: rgba(7, 16, 29, 0.68);
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
color: #ffffff;
text-align: center;
transform: translate(-50%, -54%);
}

.sm-home-preview__kicker,
.sm-home-preview__section-kicker {
margin: 0 0 13px;
font-size: 11px;
line-height: 1.3;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
}

.sm-home-preview__kicker {
color: rgba(255, 255, 255, 0.74);
}

.sm-home-preview__title {
margin: 0;
font-size: clamp(52px, 6.4vw, 94px);
line-height: 0.94;
font-weight: 700;
letter-spacing: -0.058em;
color: #ffffff;
}

.sm-home-preview__lead {
max-width: 38ch;
margin: 23px auto 0;
font-size: clamp(15px, 1.4vw, 19px);
line-height: 1.55;
color: rgba(255, 255, 255, 0.88);
}

.sm-home-preview__intro-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
margin-top: 28px;
}

.sm-home-preview__intro-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 112px;
min-height: 44px;
padding: 11px 18px;
border: 1px solid rgba(255, 255, 255, 0.6);
background: transparent;
font-size: 12px;
line-height: 1.2;
font-weight: 700;
color: #ffffff;
text-decoration: none;
transition:
background-color 180ms ease,
border-color 180ms ease,
color 180ms ease;
}

.sm-home-preview__intro-actions a:hover,
.sm-home-preview__intro-actions a:focus-visible {
border-color: #ffffff;
background: #ffffff;
color: #07101d;
outline: none;
}

.sm-home-preview__scroll {
position: absolute;
right: 28px;
bottom: 25px;
z-index: 5;
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.82);
text-decoration: none;
}

.sm-home-preview__scroll span:last-child {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border: 1px solid rgba(255, 255, 255, 0.55);
border-radius: 50%;
font-size: 16px;
}

.sm-home-preview__introduction {
width: 100%;
padding: clamp(78px, 11vw, 156px) 24px;
background: #ffffff;
}

.sm-home-preview__introduction-inner {
width: min(100%, 1100px);
margin: 0 auto;
text-align: center;
}

.sm-home-preview__section-kicker {
color: #667085;
}

.sm-home-preview__introduction h2 {
max-width: 940px;
margin: 0 auto;
font-size: clamp(42px, 6vw, 82px);
line-height: 0.98;
font-weight: 700;
letter-spacing: -0.05em;
color: #07101d;
}

.sm-home-preview__introduction p:not(
.sm-home-preview__section-kicker
) {
max-width: 650px;
margin: 26px auto 0;
font-size: 18px;
line-height: 1.65;
color: #5a6574;
}

.sm-home-preview__introduction-actions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 34px;
}

.sm-home-preview__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 13px 25px;
border: 1px solid #07101d;
font-size: 12px;
font-weight: 700;
color: #07101d;
text-decoration: none;
transition:
background-color 180ms ease,
border-color 180ms ease,
color 180ms ease;
}

.sm-home-preview__button--primary {
background: #07101d;
color: #ffffff;
}

.sm-home-preview__button:hover,
.sm-home-preview__button:focus-visible {
border-color: var(--sm-home-ford);
background: var(--sm-home-ford);
color: #ffffff;
outline: none;
}

/* SM HOME DESKTOP INTRO COMPACT */
@media (min-width: 768px) {
  .sm-home-preview__intro {
    width: min(500px, calc(100% - 48px));
    padding: clamp(24px, 2.4vw, 36px);
  }

  .sm-home-preview__kicker {
    margin-bottom: 9px;
    font-size: 9px;
  }

  .sm-home-preview__title {
    font-size: clamp(44px, 4.2vw, 68px);
    line-height: 0.96;
  }

  .sm-home-preview__lead {
    margin-top: 16px;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.45;
  }

  .sm-home-preview__intro-actions {
    margin-top: 20px;
  }

  .sm-home-preview__intro-actions a {
    min-width: 90px;
    min-height: 38px;
    padding: 9px 14px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
.sm-home-preview__intro {
width: min(570px, calc(100% - 36px));
}

.sm-home-preview__brand-content {
flex-direction: column;
align-items: flex-start;
}
}

@media (max-width: 767px) {
.sm-home-preview__hero {
  aspect-ratio: auto;
min-height: 0;
overflow: visible;
}

.sm-home-preview__intro {
position: relative;
top: auto;
left: auto;
width: 100%;
padding: 43px 20px 40px;
border: 0;
background: #07101d;
box-shadow: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
transform: none;
}

.sm-home-preview__title {
font-size: clamp(48px, 15vw, 66px);
}

.sm-home-preview__lead {
margin-top: 18px;
font-size: 15px;
}

.sm-home-preview__intro-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
margin-top: 24px;
}

.sm-home-preview__intro-actions a {
min-width: 0;
padding-right: 8px;
padding-left: 8px;
}

.sm-home-preview__brands {
position: relative;
display: grid;
grid-template-columns: 1fr;
height: auto;
}

.sm-home-preview__brand {
height: auto;
aspect-ratio: 4 / 3;
}

.sm-home-preview__brand + .sm-home-preview__brand {
border-top: 1px solid rgba(255, 255, 255, 0.24);
border-left: 0;
}

.sm-home-preview__brand-content {
right: 20px;
bottom: 24px;
left: 20px;
flex-direction: row;
align-items: flex-end;
}

.sm-home-preview__brand-name {
font-size: clamp(42px, 14vw, 58px);
}

.sm-home-preview__brand-cta {
font-size: 10px;
}

.sm-home-preview__scroll {
display: none;
}

.sm-home-preview__introduction {
padding: 78px 20px 86px;
}

.sm-home-preview__introduction h2 {
font-size: clamp(42px, 12vw, 58px);
}

.sm-home-preview__introduction p:not(
.sm-home-preview__section-kicker
) {
margin-top: 21px;
font-size: 16px;
}

.sm-home-preview__introduction-actions {
display: grid;
grid-template-columns: 1fr;
}

.sm-home-preview__button {
width: 100%;
}
}

@media (max-width: 370px) {
.sm-home-preview__intro-actions {
grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
.sm-home-preview__brand-video,
.sm-home-preview__brand-cta span {
transition: none;
}
}

/* SM HOME STOCK INLINE V1 START */
.sm-home-stock {
    --sm-home-stock-bg: #071522;
    --sm-home-stock-bg-soft: #0b1e30;
    --sm-home-stock-card: #102438;
    --sm-home-stock-card-line: rgba(255, 255, 255, 0.13);
    --sm-home-stock-text: #ffffff;
    --sm-home-stock-muted: rgba(255, 255, 255, 0.68);
    --sm-home-stock-ford: #003478;
    --sm-home-stock-chery: #b99b75;
    --sm-home-stock-gap: 18px;
    background: linear-gradient(180deg, var(--sm-home-stock-bg) 0%, #06111d 100%);
    color: var(--sm-home-stock-text);
    padding: clamp(42px, 4.8vw, 68px) 0 clamp(44px, 5.2vw, 72px);
    overflow: hidden;
}

.sm-home-stock,
.sm-home-stock * {
    box-sizing: border-box;
}

.sm-home-stock__inner {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.sm-home-stock__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
}

.sm-home-stock__title {
    margin: 0;
    color: var(--sm-home-stock-text);
    font-size: clamp(28px, 2.65vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.sm-home-stock__lead {
    margin: 8px 0 0;
    color: var(--sm-home-stock-muted);
    font-size: 15px;
    line-height: 1.45;
}

.sm-home-stock__tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.sm-home-stock__tab {
    appearance: none;
    min-height: 38px;
    padding: 0 17px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.045);
    color: var(--sm-home-stock-text) !important;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.sm-home-stock__tab span {
    margin-left: 7px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 800;
}

.sm-home-stock__tab:hover,
.sm-home-stock__tab.is-active {
    border-color: var(--sm-home-stock-chery);
    background: rgba(185, 155, 117, 0.13);
    color: #f6dfc4 !important;
}

.sm-home-stock__slider {
    position: relative;
}

.sm-home-stock__track {
    align-items: stretch;
    display: flex;
    gap: var(--sm-home-stock-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
    padding: 0;
    scrollbar-width: none;
}

.sm-home-stock__track::-webkit-scrollbar {
    display: none;
}

.sm-home-stock__item {
    flex: 0 0 calc((100% - (3 * var(--sm-home-stock-gap))) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.sm-home-stock__item.is-hidden {
    display: none;
}

.sm-home-stock .sm-stock-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    height: 100%;
    min-height: 0;
    background: var(--sm-home-stock-card);
    border: 1px solid var(--sm-home-stock-card-line);
    border-radius: 10px;
    overflow: hidden;
    color: var(--sm-home-stock-text);
    box-shadow: none;
}

.sm-home-stock .sm-stock-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.sm-home-stock .sm-stock-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}

.sm-home-stock .sm-stock-card__badge {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: none;
}

.sm-home-stock__item[data-brand="ford"] .sm-stock-card__badge {
    background: var(--sm-home-stock-ford) !important;
}

.sm-home-stock__item[data-brand="chery"] .sm-stock-card__badge {
    background: var(--sm-home-stock-chery) !important;
    color: #071522 !important;
}

.sm-home-stock .sm-stock-card__badge--temp {
    display: none !important;
}

.sm-home-stock .sm-stock-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 104px;
    padding: 14px 14px 16px;
}

.sm-home-stock .sm-stock-card__meta-line {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.sm-home-stock .sm-stock-card__title {
    margin: 0 0 9px;
    color: var(--sm-home-stock-text);
    font-size: 16px;
    line-height: 1.14;
    letter-spacing: -0.032em;
}

.sm-home-stock .sm-stock-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.sm-home-stock .sm-stock-card__price {
    margin: auto 0 0;
    color: var(--sm-home-stock-text);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.sm-home-stock .sm-stock-card__stats,
.sm-home-stock .sm-stock-card__actions {
    display: none !important;
}

.sm-home-stock__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    padding: 0 !important;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background: rgba(7, 21, 34, 0.82) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font: inherit;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transform: translateY(-50%);
}

.sm-home-stock__arrow:hover,
.sm-home-stock__arrow:focus {
    border-color: rgba(255, 255, 255, 0.44) !important;
    background: rgba(7, 21, 34, 0.95) !important;
    color: #ffffff !important;
    outline: none;
}

.sm-home-stock__arrow--prev {
    left: -14px;
}

.sm-home-stock__arrow--next {
    right: -14px;
}

.sm-home-stock__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.sm-home-stock__all {
    color: var(--sm-home-stock-text) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.sm-home-stock__all:hover,
.sm-home-stock__all:focus {
    color: #f6dfc4 !important;
}

@media (max-width: 1180px) {
    .sm-home-stock__item {
        flex-basis: calc((100% - (2 * var(--sm-home-stock-gap))) / 3);
    }
}

@media (max-width: 900px) {
    .sm-home-stock {
        padding: 34px 0 42px;
    }

    .sm-home-stock__inner {
        width: min(100% - 32px, 680px);
    }

    .sm-home-stock__head {
        display: block;
        margin-bottom: 22px;
    }

    .sm-home-stock__tabs {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .sm-home-stock__tab {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    .sm-home-stock__item {
        flex-basis: min(82vw, 330px);
    }

    .sm-home-stock__arrow {
        display: none;
    }

    .sm-home-stock__footer {
        justify-content: flex-start;
    }
}
/* SM HOME STOCK INLINE V1 END */

/* SM HOME TITLE SCALE V1 START */
.sm-home-stock__title {
    font-size: clamp(30px, 2.35vw, 38px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-weight: 900 !important;
}

.sm-home-stock__tab {
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.sm-home-stock .sm-stock-card__title {
    font-size: clamp(17px, 1.05vw, 19px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.032em !important;
    font-weight: 800 !important;
}

.sm-home-stock .sm-stock-card__price {
    font-size: clamp(18px, 1.15vw, 21px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

@media (max-width: 900px) {
    .sm-home-stock__title {
        font-size: 26px !important;
    }

    .sm-home-stock .sm-stock-card__title {
        font-size: 18px !important;
    }

    .sm-home-stock .sm-stock-card__price {
        font-size: 20px !important;
    }
}
/* SM HOME TITLE SCALE V1 END */

/* SM HOME BENEFITS V1 START */
.sm-home-benefits {
    --sm-benefits-ink: #07101d;
    --sm-benefits-muted: #4f5c6b;
    --sm-benefits-line: #dfe5ec;
    --sm-benefits-ford: #003478;
    --sm-benefits-chery: #b99b75;
    background: #ffffff;
    color: var(--sm-benefits-ink);
    padding: clamp(36px, 4.1vw, 58px) 0 clamp(34px, 4vw, 56px);
}

.sm-home-benefits,
.sm-home-benefits * {
    box-sizing: border-box;
}

.sm-home-benefits__inner {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.sm-home-benefits__title {
    margin: 0 0 clamp(22px, 2.4vw, 34px);
    color: var(--sm-benefits-ink);
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 900;
    text-transform: uppercase;
}

.sm-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid rgba(7, 16, 29, 0.08);
    border-bottom: 1px solid rgba(7, 16, 29, 0.08);
}

.sm-home-benefits__item {
    min-height: 156px;
    padding: 8px 18px 0;
    text-align: center;
    border-left: 1px solid var(--sm-benefits-line);
}

.sm-home-benefits__item:first-child {
    border-left: 0;
}

.sm-home-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin-bottom: 10px;
    color: var(--sm-benefits-ink);
}

.sm-home-benefits__icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.sm-home-benefits__item--number .sm-home-benefits__icon span {
    color: var(--sm-benefits-ford);
    font-size: 44px;
    letter-spacing: -0.055em;
}

.sm-home-benefits__item--ford .sm-home-benefits__icon span {
    min-width: 76px;
    height: 34px;
    padding: 0 16px;
    border: 2px solid var(--sm-benefits-ford);
    border-radius: 999px;
    color: var(--sm-benefits-ford);
    font-size: 19px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.sm-home-benefits__item--chery .sm-home-benefits__icon span {
    color: #5c5145;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.sm-home-benefits__item--parts .sm-home-benefits__icon span,
.sm-home-benefits__item--service .sm-home-benefits__icon span,
.sm-home-benefits__item--support .sm-home-benefits__icon span,
.sm-home-benefits__item--finance .sm-home-benefits__icon span {
    border: 2px solid rgba(7, 16, 29, 0.62);
    border-radius: 999px;
    font-size: 26px;
    font-weight: 800;
}

.sm-home-benefits__item-title {
    margin: 0 0 8px;
    color: var(--sm-benefits-ink);
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: -0.015em;
    font-weight: 900;
    text-transform: uppercase;
}

.sm-home-benefits__text {
    margin: 0 auto;
    max-width: 150px;
    color: var(--sm-benefits-muted);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 600;
}

@media (max-width: 1120px) {
    .sm-home-benefits__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 28px;
        border-bottom: 0;
    }

    .sm-home-benefits__item:nth-child(4n + 1) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .sm-home-benefits {
        padding: 34px 0 38px;
    }

    .sm-home-benefits__inner {
        width: min(100% - 32px, 680px);
    }

    .sm-home-benefits__title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .sm-home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
        border: 0;
    }

    .sm-home-benefits__item,
    .sm-home-benefits__item:nth-child(4n + 1) {
        min-height: 150px;
        padding: 0 14px;
        border-left: 1px solid var(--sm-benefits-line);
    }

    .sm-home-benefits__item:nth-child(2n + 1) {
        border-left: 0;
    }
}
/* SM HOME BENEFITS V1 END */

/* SM HOME BENEFITS LOGOS V1 START */
.sm-home-benefits__icon img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sm-home-benefits__item--ford .sm-home-benefits__icon img {
    max-width: 88px;
    max-height: 38px;
}

.sm-home-benefits__item--chery .sm-home-benefits__icon img {
    max-width: 106px;
    max-height: 32px;
}
/* SM HOME BENEFITS LOGOS V1 END */

/* SM HOME SOFT PALETTE V1 START */
.sm-home-stock {
    --sm-home-stock-bg: #f3f5f7;
    --sm-home-stock-bg-soft: #eef2f5;
    --sm-home-stock-card: #ffffff;
    --sm-home-stock-card-line: #dfe5ec;
    --sm-home-stock-text: #293241;
    --sm-home-stock-muted: #6c7684;
    background: linear-gradient(180deg, #f6f8fa 0%, #eef2f5 100%) !important;
    color: #293241 !important;
}

.sm-home-stock__title,
.sm-home-stock .sm-stock-card__title,
.sm-home-stock .sm-stock-card__price,
.sm-home-stock__all {
    color: #293241 !important;
}

.sm-home-stock__lead,
.sm-home-stock .sm-stock-card__meta-line,
.sm-home-stock .sm-stock-card__stat strong {
    color: #6c7684 !important;
}

.sm-home-stock .sm-stock-card {
    background: #ffffff !important;
    border-color: #dfe5ec !important;
    box-shadow: 0 12px 26px rgba(18, 31, 45, 0.08) !important;
}

.sm-home-stock__tab {
    background: #ffffff !important;
    border-color: #d8e0e8 !important;
    color: #293241 !important;
}

.sm-home-stock__tab span {
    color: #7a8491 !important;
}

.sm-home-stock__tab:hover,
.sm-home-stock__tab.is-active {
    border-color: #b99b75 !important;
    background: #f7f1e8 !important;
    color: #293241 !important;
}

.sm-home-stock__arrow {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: #d8e0e8 !important;
    color: #5f6b7a !important;
}

.sm-home-stock__arrow:hover,
.sm-home-stock__arrow:focus {
    background: #ffffff !important;
    border-color: #b7c2cd !important;
    color: #293241 !important;
}

.sm-home-benefits {
    --sm-benefits-ink: #293241;
    --sm-benefits-muted: #6c7684;
    background: #f8fafb !important;
    color: #293241 !important;
}

.sm-home-benefits__title,
.sm-home-benefits__item-title {
    color: #293241 !important;
}

.sm-home-benefits__text {
    color: #6c7684 !important;
}

.sm-home-benefits__item--number .sm-home-benefits__icon span {
    color: #ed1c24 !important;
}

.sm-home-benefits__item--parts .sm-home-benefits__icon span,
.sm-home-benefits__item--service .sm-home-benefits__icon span,
.sm-home-benefits__item--support .sm-home-benefits__icon span,
.sm-home-benefits__item--finance .sm-home-benefits__icon span {
    border-color: #7d8794 !important;
    color: #4b5563 !important;
}

body.page-id-247 footer,
body.page-id-247 .site-footer,
body.page-id-247 .elementor-location-footer,
body.page-id-247 .sm-footer {
    background: #f3f5f7 !important;
    color: #5f6b7a !important;
    border-top: 1px solid #dfe5ec !important;
}

body.page-id-247 footer *,
body.page-id-247 .site-footer *,
body.page-id-247 .elementor-location-footer *,
body.page-id-247 .sm-footer * {
    color: #5f6b7a !important;
}

body.page-id-247 footer strong,
body.page-id-247 footer b,
body.page-id-247 footer h2,
body.page-id-247 footer h3,
body.page-id-247 footer h4,
body.page-id-247 .site-footer strong,
body.page-id-247 .site-footer b,
body.page-id-247 .site-footer h2,
body.page-id-247 .site-footer h3,
body.page-id-247 .site-footer h4,
body.page-id-247 .elementor-location-footer strong,
body.page-id-247 .elementor-location-footer b,
body.page-id-247 .elementor-location-footer h2,
body.page-id-247 .elementor-location-footer h3,
body.page-id-247 .elementor-location-footer h4,
body.page-id-247 .sm-footer strong,
body.page-id-247 .sm-footer b,
body.page-id-247 .sm-footer h2,
body.page-id-247 .sm-footer h3,
body.page-id-247 .sm-footer h4 {
    color: #293241 !important;
}

body.page-id-247 footer a,
body.page-id-247 .site-footer a,
body.page-id-247 .elementor-location-footer a,
body.page-id-247 .sm-footer a {
    color: #4b5563 !important;
}

body.page-id-247 footer a:hover,
body.page-id-247 .site-footer a:hover,
body.page-id-247 .elementor-location-footer a:hover,
body.page-id-247 .sm-footer a:hover {
    color: #ed1c24 !important;
}
/* SM HOME SOFT PALETTE V1 END */

/* SM HOME BENEFITS LINES V1 START */
.sm-home-benefits__grid {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
/* SM HOME BENEFITS LINES V1 END */

/* SM HOME STOCK TAB COLORS V1 START */
.sm-home-stock__tab[data-sm-home-stock-filter="all"] {
    border-color: #cfd8e3 !important;
    background: #ffffff !important;
    color: #293241 !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter="all"]:hover,
.sm-home-stock__tab[data-sm-home-stock-filter="all"].is-active {
    border-color: #7c8795 !important;
    background: #eef2f5 !important;
    color: #293241 !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter="ford"] {
    border-color: rgba(0, 52, 120, 0.28) !important;
    background: #ffffff !important;
    color: #003478 !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter="ford"]:hover,
.sm-home-stock__tab[data-sm-home-stock-filter="ford"].is-active {
    border-color: #003478 !important;
    background: rgba(0, 52, 120, 0.08) !important;
    color: #003478 !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter="chery"] {
    border-color: rgba(185, 155, 117, 0.42) !important;
    background: #ffffff !important;
    color: #8a6b42 !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter="chery"]:hover,
.sm-home-stock__tab[data-sm-home-stock-filter="chery"].is-active {
    border-color: #b99b75 !important;
    background: rgba(185, 155, 117, 0.13) !important;
    color: #7b5f3d !important;
}

.sm-home-stock__tab[data-sm-home-stock-filter] span {
    color: #7a8491 !important;
}

.sm-home-stock__all,
.sm-home-stock__all:link,
.sm-home-stock__all:visited {
    color: #293241 !important;
    text-decoration-color: rgba(41, 50, 65, 0.45) !important;
}

.sm-home-stock__all:hover,
.sm-home-stock__all:focus {
    color: #111827 !important;
    text-decoration-color: #111827 !important;
}
/* SM HOME STOCK TAB COLORS V1 END */

/* SM HOME INSTAGRAM MANUAL V1 START */
.sm-home-instagram {
    background: #f8fafb;
    color: #293241;
    padding: clamp(38px, 4.2vw, 62px) 0 clamp(44px, 4.8vw, 70px);
}

.sm-home-instagram,
.sm-home-instagram * {
    box-sizing: border-box;
}

.sm-home-instagram__inner {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.sm-home-instagram__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.sm-home-instagram__title {
    margin: 0;
    color: #293241;
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 900;
    text-transform: uppercase;
}

.sm-home-instagram__lead {
    margin: 8px 0 0;
    color: #6c7684;
    font-size: 15px;
    line-height: 1.45;
}

.sm-home-instagram__handle {
    display: inline-flex;
    margin-top: 8px;
    color: #003478 !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

.sm-home-instagram__follow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    background: #ffffff;
    color: #293241 !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.sm-home-instagram__follow:hover,
.sm-home-instagram__follow:focus {
    border-color: #9ca8b6;
    color: #111827 !important;
}

.sm-home-instagram__viewport {
    overflow: hidden;
}

.sm-home-instagram__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 60px) / 4);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0;
    scrollbar-width: none;
}

.sm-home-instagram__track::-webkit-scrollbar {
    display: none;
}

.sm-home-instagram__card {
    position: relative;
    display: block;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    scroll-snap-align: start;
    text-decoration: none !important;
    box-shadow: none;
}

.sm-home-instagram__card::after {
    display: none;
}

.sm-home-instagram__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.sm-home-instagram__card:hover img,
.sm-home-instagram__card:focus img {
    transform: scale(1.035);
}

.sm-home-instagram__play {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #293241;
    font-size: 12px;
    line-height: 1;
}

.sm-home-instagram__caption {
    display: none;
}

@media (max-width: 1024px) {
    .sm-home-instagram__track {
        grid-auto-columns: calc((100% - 40px) / 3);
    }
}

@media (max-width: 767px) {
    .sm-home-instagram {
        padding: 34px 0 42px;
    }

    .sm-home-instagram__inner {
        width: min(100% - 32px, 680px);
    }

    .sm-home-instagram__head {
        display: block;
        margin-bottom: 20px;
    }

    .sm-home-instagram__title {
        font-size: 26px;
    }

    .sm-home-instagram__follow {
        margin-top: 16px;
    }

    .sm-home-instagram__track {
        grid-auto-columns: 78%;
        gap: 14px;
    }
}
/* SM HOME INSTAGRAM MANUAL V1 END */
/* SM HOME SERVICE INSTAGRAM FINAL ALIGN */
body.page-id-247 .sm-home-service-instagram {
    background: #f3f6f8;
    padding: clamp(54px, 5vw, 76px) 0;
    color: #243244;
}

body.page-id-247 .sm-home-service-instagram__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
    gap: 0;
    align-items: stretch;
    height: auto;
}

body.page-id-247 .sm-home-service-instagram__service {
    position: relative;
    height: auto;
    min-height: 374px;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(3, 14, 25, 0.88), rgba(3, 14, 25, 0.58) 48%, rgba(3, 14, 25, 0.22)),
        var(--sm-service-photo);
    background-size: cover;
    background-position: center;
    color: #fff;
}

body.page-id-247 .sm-home-service-instagram__service-content {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 374px;
    padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.page-id-247 .sm-home-service-instagram__service h2 {
    margin: 0 0 6px;
    font-size: clamp(32px, 2.8vw, 44px);
    line-height: 0.98;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

body.page-id-247 .sm-home-service-instagram__service p {
    margin: 0;
    font-size: 15px;
    color: rgba(255,255,255,0.88);
}

body.page-id-247 .sm-home-service-instagram__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: auto 0 20px;
    width: min(100%, 550px);
}

body.page-id-247 .sm-home-service-instagram__features span {
    min-height: 88px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 14px 10px;
    border-left: 1px solid rgba(255,255,255,0.34);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.22;
}

body.page-id-247 .sm-home-service-instagram__features span:first-child {
    border-left: 0;
}

body.page-id-247 .sm-home-service-instagram__button {
    width: fit-content;
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 20px;
    border: 1px solid rgba(255,255,255,0.68);
    color: #fff;
    background: rgba(0,0,0,0.12);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

body.page-id-247 .sm-home-service-instagram__button:hover {
    background: #fff;
    color: #102033;
}

body.page-id-247 .sm-home-service-instagram__instagram {
    position: relative;
    min-width: 0;
    background: #f3f6f8;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram {
    padding: 16px 28px 12px 20px;
    background: transparent;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__inner {
    width: 100%;
    margin: 0;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin-bottom: 8px;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__title {
    font-size: clamp(30px, 2.45vw, 39px);
    line-height: 0.98;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__grid,
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__track,
body.page-id-247 .sm-home-service-instagram__instagram [class*="instagram"] ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card,
body.page-id-247 .sm-home-service-instagram__instagram [class*="instagram"] li {
    width: 100%;
    min-width: 0;
    height: 246px;
    aspect-ratio: auto;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card:nth-child(n+4),
body.page-id-247 .sm-home-service-instagram__instagram [class*="instagram"] li:nth-child(n+4) {
    display: none;
}

body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card img,
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card picture,
body.page-id-247 .sm-home-service-instagram__instagram [class*="instagram"] li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.page-id-247 .sm-home-service-instagram__ig-next {
    display: none;
}


@media (max-width: 980px) {
    body.page-id-247 .sm-home-service-instagram__inner {
        grid-template-columns: 1fr;
        width: min(720px, calc(100% - 32px));
        height: auto;
    }

    body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram {
        padding: 34px 52px 0 0;
    }
}

@media (max-width: 620px) {
    body.page-id-247 .sm-home-service-instagram {
        padding-bottom: 42px;
    }

    body.page-id-247 .sm-home-service-instagram__inner {
        width: 100%;
    }

    body.page-id-247 .sm-home-service-instagram__service,
    body.page-id-247 .sm-home-service-instagram__service-content {
        min-height: 350px;
    }

    body.page-id-247 .sm-home-service-instagram__service-content {
        padding: 28px 18px;
    }

    body.page-id-247 .sm-home-service-instagram__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.page-id-247 .sm-home-service-instagram__features span,
    body.page-id-247 .sm-home-service-instagram__features span:first-child {
        min-height: 62px;
        border: 1px solid rgba(255,255,255,0.24);
        align-items: center;
    }

    body.page-id-247 .sm-home-service-instagram__instagram {
        padding: 0 18px;
    }

    body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram {
        padding: 34px 44px 0 0;
    }

    body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__grid,
    body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__track,
    body.page-id-247 .sm-home-service-instagram__instagram [class*="instagram"] ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.page-id-247 .sm-home-service-instagram__ig-next {
        right: 8px;
        width: 34px;
        height: 48px;
        font-size: 26px;
    }
}

/* SM FIX V3: Home Preview centered content rail */
body.page-id-247 .site-main,
body.page-id-247 .page-content,
body.page-id-247 .entry-content,
body.page-id-247 .sm-home-preview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-247 .sm-home-preview > *:not(.sm-home-hero) {
  margin-left: auto;
  margin-right: auto;
}
body.page-id-247 .sm-home-new-nav__container,
body.page-id-247 .sm-home-actions__inner,
body.page-id-247 .sm-home-benefits__inner,
body.page-id-247 .sm-home-instagram__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* SM FIX V4: Home akcije gray background full width */
body.page-id-247 .sm-home-actions {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body.page-id-247 .sm-home-actions__inner {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}


/* SM HOME INSTAGRAM FULL SIX GRID */
body.page-id-247 .sm-home-service-instagram__service {
  display: none !important;
}
body.page-id-247 .sm-home-service-instagram__inner {
  display: block;
  width: min(1120px,calc(100% - 48px));
  margin: 0 auto;
}
body.page-id-247 .sm-home-service-instagram__instagram {
  width: 100%;
  padding: 0;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram {
  padding: 0;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__inner {
  width: 100%;
  max-width: none;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__viewport {
  overflow: visible;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__track {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(6,minmax(0,1fr));
  grid-auto-columns: auto;
  gap: 12px;
  overflow: visible;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card,
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card:nth-child(n+4) {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 9/16;
}
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:980px) {
  body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__track {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:620px) {
  body.page-id-247 .sm-home-service-instagram__inner {
    width: min(100% - 32px,680px);
  }
  body.page-id-247 .sm-home-service-instagram__instagram {
    padding: 0;
  }
  body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram {
    padding: 0;
  }
  body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__track {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
}



/* SM HOME INSTAGRAM WHITE FULL CONTENT WIDTH */
body.page-id-247 .sm-home-service-instagram {
  background: #fff !important;
}
body.page-id-247 .sm-home-service-instagram__inner {
  width: min(1180px,calc(100% - 48px));
}
body.page-id-247 .sm-home-service-instagram__instagram,
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram,
body.page-id-247 .sm-home-service-instagram__instagram .sm-home-instagram__inner {
  width: 100%;
  max-width: none;
  background: #fff !important;
}
@media (max-width:620px) {
  body.page-id-247 .sm-home-service-instagram__inner {
    width: min(100% - 32px,680px);
  }
}



/* SM HOME INSTAGRAM AND NEWS SAME WIDTH */
body.page-id-247 .sm-home-service-instagram__inner,
body.page-id-247 .sm-news--home .sm-news__inner {
  width: min(1120px,calc(100% - 48px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:620px) {
  body.page-id-247 .sm-home-service-instagram__inner,
  body.page-id-247 .sm-news--home .sm-news__inner {
    width: calc(100% - 32px);
  }
}



/* SM HOME SECTION HEADINGS ALIGN */
body.page-id-247 .sm-home-new-nav__container,
body.page-id-247 .sm-home-actions__inner,
body.page-id-247 .sm-home-stock__inner,
body.page-id-247 .sm-home-benefits__inner,
body.page-id-247 .sm-home-service-instagram__inner,
body.page-id-247 .sm-news--home .sm-news__inner {
  width: min(1120px,calc(100% - 48px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-247 .sm-home-new-nav__title,
body.page-id-247 .sm-home-new-nav__heading,
body.page-id-247 .sm-home-actions__title,
body.page-id-247 .sm-home-actions__heading,
body.page-id-247 .sm-home-stock__title,
body.page-id-247 .sm-home-stock__heading,
body.page-id-247 .sm-home-benefits__title,
body.page-id-247 .sm-home-instagram__title,
body.page-id-247 .sm-news__heading {
  margin: 0 0 22px;
  padding: 0;
  color: #17283b;
  font-family: inherit;
  font-size: clamp(30px,2.5vw,40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width:620px) {
  body.page-id-247 .sm-home-new-nav__container,
  body.page-id-247 .sm-home-actions__inner,
  body.page-id-247 .sm-home-stock__inner,
  body.page-id-247 .sm-home-benefits__inner,
  body.page-id-247 .sm-home-service-instagram__inner,
  body.page-id-247 .sm-news--home .sm-news__inner {
    width: calc(100% - 32px);
  }

  body.page-id-247 .sm-home-new-nav__title,
  body.page-id-247 .sm-home-new-nav__heading,
  body.page-id-247 .sm-home-actions__title,
  body.page-id-247 .sm-home-actions__heading,
  body.page-id-247 .sm-home-stock__title,
  body.page-id-247 .sm-home-stock__heading,
  body.page-id-247 .sm-home-benefits__title,
  body.page-id-247 .sm-home-instagram__title,
  body.page-id-247 .sm-news__heading {
    margin-bottom: 18px;
    font-size: 28px;
  }
}



/* SM HOME FINAL CONTENT ALIGNMENT */
body.page-id-247 .sm-home-new-nav,
body.page-id-247 .sm-home-actions,
body.page-id-247 .sm-home-stock,
body.page-id-247 .sm-home-benefits,
body.page-id-247 .sm-home-service-instagram,
body.page-id-247 .sm-news--home {
  box-sizing: border-box;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body.page-id-247 .sm-home-new-nav__container,
body.page-id-247 .sm-home-actions__inner,
body.page-id-247 .sm-home-stock__inner,
body.page-id-247 .sm-home-benefits__inner,
body.page-id-247 .sm-home-service-instagram__inner,
body.page-id-247 .sm-news--home .sm-news__inner {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-247 .sm-home-actions__head,
body.page-id-247 .sm-home-actions__header,
body.page-id-247 .sm-home-stock__head,
body.page-id-247 .sm-home-stock__header,
body.page-id-247 .sm-home-benefits__head,
body.page-id-247 .sm-home-benefits__header,
body.page-id-247 .sm-home-instagram__head,
body.page-id-247 .sm-home-instagram__header,
body.page-id-247 .sm-news--home .sm-news__header {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-247 .sm-home-new-nav__title,
body.page-id-247 .sm-home-new-nav__heading,
body.page-id-247 .sm-home-actions__title,
body.page-id-247 .sm-home-actions__heading,
body.page-id-247 .sm-home-stock__title,
body.page-id-247 .sm-home-stock__heading,
body.page-id-247 .sm-home-benefits__title,
body.page-id-247 .sm-home-instagram__title,
body.page-id-247 .sm-news--home .sm-news__heading {
  margin: 0 0 24px !important;
  padding: 0 !important;
  font-family: inherit !important;
  font-size: clamp(30px, 2.5vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

@media (max-width: 620px) {
  body.page-id-247 .sm-home-new-nav,
  body.page-id-247 .sm-home-actions,
  body.page-id-247 .sm-home-stock,
  body.page-id-247 .sm-home-benefits,
  body.page-id-247 .sm-home-service-instagram,
  body.page-id-247 .sm-news--home {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  body.page-id-247 .sm-home-new-nav__container,
  body.page-id-247 .sm-home-actions__inner,
  body.page-id-247 .sm-home-stock__inner,
  body.page-id-247 .sm-home-benefits__inner,
  body.page-id-247 .sm-home-service-instagram__inner,
  body.page-id-247 .sm-news--home .sm-news__inner {
    width: calc(100% - 32px) !important;
  }

  body.page-id-247 .sm-home-new-nav__title,
  body.page-id-247 .sm-home-new-nav__heading,
  body.page-id-247 .sm-home-actions__title,
  body.page-id-247 .sm-home-actions__heading,
  body.page-id-247 .sm-home-stock__title,
  body.page-id-247 .sm-home-stock__heading,
  body.page-id-247 .sm-home-benefits__title,
  body.page-id-247 .sm-home-instagram__title,
  body.page-id-247 .sm-news--home .sm-news__heading {
    margin-bottom: 20px !important;
    font-size: 28px !important;
  }
}


/* SM HOME SERVICE CARDS */
body.page-id-247 .sm-home-service-cards {
  width: 100%;
  padding: 64px 0;
  background: #f3f6f8;
}

body.page-id-247 .sm-home-service-cards__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

body.page-id-247 .sm-home-service-cards__title {
  margin: 0 0 24px;
  color: #17283b;
  font-size: clamp(30px, 2.5vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body.page-id-247 .sm-home-service-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.page-id-247 .sm-home-service-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(23, 40, 59, .07);
}

body.page-id-247 .sm-home-service-card__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #687482;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

body.page-id-247 .sm-home-service-card__label::before {
  width: 24px;
  height: 3px;
  background: #b99b75;
  content: "";
}

body.page-id-247 .sm-home-service-card__title {
  margin: 0 0 12px;
  color: #17283b;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.12;
}

body.page-id-247 .sm-home-service-card__text {
  margin: 0 0 24px;
  color: #647080;
  font-size: 15px;
  line-height: 1.6;
}

body.page-id-247 .sm-home-service-card__cta {
  margin-top: auto;
  color: #17283b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body.page-id-247 .sm-home-stock,
body.page-id-247 .sm-home-benefits,
body.page-id-247 .sm-news--home {
  background: #fff !important;
}

body.page-id-247 .sm-home-service-cards,
body.page-id-247 .sm-home-service-instagram,
body.page-id-247 .sm-home-service-instagram__instagram,
body.page-id-247 .sm-home-service-instagram .sm-home-instagram,
body.page-id-247 .sm-home-service-instagram .sm-home-instagram__inner {
  background: #f3f6f8 !important;
}

@media (max-width: 820px) {
  body.page-id-247 .sm-home-service-cards__grid {
    grid-template-columns: 1fr;
  }

  body.page-id-247 .sm-home-service-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body.page-id-247 .sm-home-service-cards {
    padding: 44px 0;
  }

  body.page-id-247 .sm-home-service-cards__title {
    font-size: 28px;
  }

  body.page-id-247 .sm-home-service-card {
    padding: 24px;
  }
}


/* SM INSTAGRAM FULL WIDTH BACKGROUND */
body.page-id-247 .sm-home-service-instagram {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #f3f6f8 !important;
}



/* SM DEALER RED CTA */
body.page-id-247 .sm-home-service-card__label::before {
  background: #ed1c24 !important;
}

body.page-id-247 .sm-home-service-card__cta,
body.page-id-247 .sm-home-stock__all,
body.page-id-247 .sm-home-stock__all:link,
body.page-id-247 .sm-home-stock__all:visited,
body.page-id-247 .sm-home-stock__all:hover,
body.page-id-247 .sm-home-stock__all:focus,
body.page-id-247 .sm-home-stock__all:active {
  color: #ed1c24 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.page-id-247 .sm-home-instagram__head a,
body.page-id-247 .sm-home-instagram__header a {
  color: #ed1c24 !important;
  text-decoration: none !important;
}

body.page-id-247 .sm-home-instagram__head > a:last-child,
body.page-id-247 .sm-home-instagram__header > a:last-child,
body.page-id-247 .sm-home-instagram__cta,
body.page-id-247 .sm-home-instagram__follow {
  color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}



/* SM HOME REMOVE SCROLL .146 */
.sm-home-preview__hero .sm-home-preview__scroll,
.sm-home-preview .sm-home-preview__scroll {
    display: none !important;
}


/* SM HOME BRAND TEXT LOWER .147 */
.sm-home-preview__hero .sm-home-preview__brand-content,
.sm-home-preview .sm-home-preview__brand-content {
    bottom: 18px !important;
}

.sm-home-preview__hero .sm-home-preview__brand-title,
.sm-home-preview .sm-home-preview__brand-title {
    margin-bottom: 6px !important;
}

.sm-home-preview__hero .sm-home-preview__brand-link,
.sm-home-preview .sm-home-preview__brand-link {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .sm-home-preview__hero .sm-home-preview__brand-content,
    .sm-home-preview .sm-home-preview__brand-content {
        bottom: 14px !important;
    }
}


/* SM HOME CENTRAL CTA LARGER .148 */

.sm-home-preview__intro-actions {
    gap: 12px !important;
}

.sm-home-preview__intro-actions a {
    min-width: 112px !important;
    min-height: 44px !important;
    padding: 12px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767px) {
    .sm-home-preview__intro-actions a {
        min-width: 96px !important;
        min-height: 42px !important;
        padding: 11px 16px !important;
        font-size: 11px !important;
    }
}


/* SM HOME CENTRAL CTA FONT .149 */
.sm-home-preview__intro-actions a {
    font-size: 13px !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 767px) {
    .sm-home-preview__intro-actions a {
        font-size: 12px !important;
    }
}


/* SM HOME DEALER KICKER .150 */
body.sm-core-active.sm-brand-dealer
.sm-home-preview__intro
.sm-home-preview__kicker {
    color: #ed1c24 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.13em !important;
    line-height: 1.25 !important;
    margin-bottom: 16px !important;
}

@media (max-width: 767px) {
    body.sm-core-active.sm-brand-dealer
    .sm-home-preview__intro
    .sm-home-preview__kicker {
        font-size: 12px !important;
    }
}
