
/* Card metrics are the OEM's own (.offers-carousel on suzuki.com.au). */
.szk-offers[data-v-48958025] {
  background: #fff;
  padding: 45px 0 55px;
  text-align: center;
}
.szk-offers__heading[data-v-48958025] {
  font-family: "Loos Extd Bd", "SuzukiSlider", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  margin: 0;
  letter-spacing: 0.5px;
}
.szk-offers__carousel[data-v-48958025] {
  position: relative;
  margin: 45px auto 0;
  max-width: 1115px;
  /* The arrows are children of this box; nothing here may clip them. */
  overflow: visible;
}

/*
  Identical to the model picker's arrows above — same 62px square, same rule,
  same hover inversion — so the two decks are operated the same way.

  They sit INSIDE the carousel's own width. Hanging them off the edges at
  left/right: -26px put them outside the slider's box, and UIkit clips its
  track, so each arrow lost its outer half. Insetting them costs a little of
  the first and last card and keeps both arrows whole.
*/
.szk-offers__arrow[data-v-48958025] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Above the cards, which UIkit stacks as it scrolls them. */
  z-index: 10;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #121212;
  color: #121212;
  background: #fff;
  transition: background-color 300ms ease, color 300ms ease;
}
.szk-offers__arrow[data-v-48958025]:hover {
  background: #121212;
  color: #fff;
}
.szk-offers__arrow--prev[data-v-48958025] {
  left: 8px;
}
.szk-offers__arrow--next[data-v-48958025] {
  right: 8px;
}
@media (max-width: 640px) {
.szk-offers__arrow[data-v-48958025] {
    width: 44px;
    height: 44px;
}
}
.szk-offers__carousel .uk-slider-items > li[data-v-48958025] {
  padding: 0 6px;
  display: flex;
}

/*
  The cards are a flex column with the price block pinned to the foot, so a
  two-line model name on one card cannot leave its "Find out more" sitting
  higher than its neighbours'.
*/
.szk-offers__card[data-v-48958025] {
  background-color: #f1f1f1;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.szk-offers__card[data-v-48958025]:hover,
.szk-offers__card[data-v-48958025]:focus {
  color: inherit;
  text-decoration: none;
}
.szk-offers__top[data-v-48958025] {
  padding: 30px 20px 20px;
}
.szk-offers__logo-wrap[data-v-48958025] {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Same flattening as the model deck — the dealer's logo set mixes white and
   black artwork and these cards are light grey. */
.szk-offers__logo-wrap img[data-v-48958025] {
  width: 170px;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.szk-offers__logo-text[data-v-48958025] {
  font-family: "Loos Extd Bd", "SuzukiSlider", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #121212;
}
.szk-offers__image[data-v-48958025] {
  width: 200px;
  height: auto;
  margin: 15px auto 0;
  display: block;
}
.szk-offers__bottom[data-v-48958025] {
  padding: 25px 20px;
}
.szk-offers__bottom p[data-v-48958025] {
  font-family: "TT Commons Pro Bold", "TTCommons_Bold", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  color: #121212;
  margin: 0;
}

/* TT Commons Pro DemiBold, as Suzuki sets .offer__price__value. Kept at the
   card's own scale rather than the detail page's 2.5rem — three of these sit
   side by side. */
.szk-offers__bottom h4[data-v-48958025] {
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 1.75rem;
  color: #121212;
  margin: 3px 0 6px;
  line-height: 1;
}
.szk-offers__bottom h4 sup[data-v-48958025] {
  line-height: 0;
  font-size: 0.5em;
}
.szk-offers__bottom .szk-cta[data-v-48958025] {
  margin-top: 25px;
}
@media (min-width: 1025px) {
.szk-offers__heading[data-v-48958025] {
    font-size: 24px;
}
.szk-offers__image[data-v-48958025] {
    width: 280px;
}
.szk-offers__bottom p[data-v-48958025] {
    font-size: 0.875rem;
}
.szk-offers__bottom h4[data-v-48958025] {
    font-size: 2.25rem;
}
}

