
.border-top-1[data-v-be72f59a] {
  border-top: 1px solid #e1e4e8;
}
.call-us-icon[data-v-be72f59a] {
  padding: 10px;
  border-radius: 50px;
  background-color: #d2d2d2;
  webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.call-us-icon[data-v-be72f59a]:hover {
  background-color: #0bd415;
}
.icon-enquire[data-v-be72f59a] {
  width: 30px;
  height: 30px;
}
.icon-back[data-v-be72f59a] {
  width: 40px;
  height: 40px;
}
.call-us-icon svg[data-v-be72f59a] {
  width: 36px;
  height: 36px;
}
.trading-title[data-v-be72f59a]{
  margin-top: 0;
}
.variant-modal-body[data-v-be72f59a]{
  max-width: 480px
}


.trading-title {
  padding-left: 20px;
}

/* Full-width model header banner, matched to the vehicle page's hero
   treatment. Below 960 the mobile pagepack cut renders at its NATIVE portrait
   ratio (1280x1380) — that's the frame Suzuki composed the car into, and the
   bottom-anchored heading/CTA overlay needs the height. Desktop crops the
   2280x1600 cut dead centre (every banner composes the car in the vertical
   middle) to a band tall enough to carry the overlay without burying the car. */
.offer-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 1380;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 960px) {
.offer-hero img {
    aspect-ratio: auto;
    height: clamp(420px, 60vh, 640px);
}
}

/* The vehicle page's bottom gradient, grounding the uk-light overlay copy. */
.offer-hero .uk-gradient {
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent 68.91%);
}

/* Hero type, copied from Vehicle.vue's scoped .szk-hero block (the OEM's
   .hb-2025-refresh treatment) — scoped under .offer-hero because Vue's
   attribute-scoped originals don't reach this template. */
.offer-hero .szk-hero__title {
  display: block;
  font-family: "SuzukiSlider", "TTCommons_Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.offer-hero .szk-hero__strap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  margin-top: 12px;
}
.offer-hero .szk-hero__subtitle {
  font-family: "SuzukiSlider", "TTCommons_Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}
.offer-hero .szk-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* The OEM anchors the hero copy in a left column rather than letting the
   lines run the banner's full width. */
.offer-hero__copy {
  max-width: 780px;
  margin-right: auto;
}
.offer-hero .szk-hero__cta {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-family: "SuzukiSlider", "TTCommons_Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 25px;
  margin-right: 10px;
  transition: background-color 300ms ease, color 300ms ease;
}
.offer-hero .szk-hero__cta:hover,
.offer-hero .szk-hero__cta:focus {
  background: #fff;
  color: #121212;
  text-decoration: none;
}

/* "Back to offer list" — a plain Suzuki-blue text link (guide §2:
   a { color:#00368f }, hover darkened), not a button. */
.offer-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 16px;
  color: #00368f;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.offer-back-link:hover,
.offer-back-link:focus {
  color: #00235c;
  text-decoration: none;
}

/* "MORE ABOUT <model>" — the OEM's standard outline CTA (guide §5):
   Loos uppercase, 1px ink border, fills on hover over 300ms. */
.offer-more-cta {
  display: inline-block;
  font-family: "Loos Extd Bd", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  color: #121212 !important;
  border: 1px solid #121212;
  background: transparent;
  padding: 7px 25px;
  text-decoration: none !important;
  transition: background-color 300ms ease, color 300ms ease;
}
.offer-more-cta:hover,
.offer-more-cta:focus {
  background: #121212;
  color: #fff !important;
}
@media (min-width: 1025px) {
.offer-more-cta {
    font-size: 17px;
    padding: 14px 25px;
}
}

/*
  The 90vh sticky treatment is a DESKTOP split-panel device — the image stays
  put while the offer panel scrolls beside it. Stacked on mobile it instead
  vertically centres the car in 90vh of white space, so below the @m breakpoint
  the panel is left at its natural height and the content stacks tight, the way
  suzuki.com.au's own offer pages read on a phone.
*/
@media (min-width: 960px) {
.hero-offer-left {
    height: 90vh;
    position: sticky;
    top: 0;
}
}
.offer-panel-header {
  min-width: 350px;
  background: #f5f6f7;
  position: relative;
  z-index: 3;
}
.offer-panel-header .features li::before {
  background-image: none;
  background-color: #c00;
  border-radius: 25px;
  top: 8px;
  width: 0.3em;
  height: 0.3em;
}
.features li span {
  font-size: 12px;
  line-height: 18px;
}

/*
  Suzuki's own feature-list bullets, from suzuki.com.au's stylesheet:
  `.offer__description li { line-height:1.2; margin-bottom:5px }` and the
  global `ul:not(.unstyled) li:before` — a 0.3125rem round dot in Suzuki red
  #e52b2b, set inline and middle-aligned, with the ul's left margin pulling
  the dot back into the gutter.
*/
.offer-detail__features {
  list-style: none;
  margin: 20px 0 0;
  padding-left: 1.1875rem;
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 16px;
  color: #121212;
}
.offer-detail__features li {
  line-height: 1.2;
  margin-bottom: 5px;
}
.offer-detail__features li::before {
  content: " ";
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background: #e52b2b;
  margin-left: -1.1875rem;
  margin-right: 0.875rem;
  vertical-align: middle;
}
@media (min-width: 1200px) {
.offer-panel-header {
    max-width: 450px;
}
.filter-results {
    position: sticky;
    top: 0;
    padding-top: 10px;
    z-index: 2;
}
.offer-img-scale {
    position: relative;
    margin: -20px;
    transform: scale(1.4);
}
}
.offer-background {
  width: 1000%;
  max-width: 1000%;
  margin: 0 calc(-50vw + 50%);
  z-index: -1;
}

/*
  Suzuki's offer-detail styling, taken from suzuki.com.au's own stylesheet
  (.offer__logo, .offer__price__value, .offer__price__description,
  .offer__disclaimer--content). Suzuki blue is #00368f.
*/
.offer-detail__logo {
  margin-bottom: 0.125rem;
}

/* The dealer's wordmarks are a mix of white and black artwork on transparent
   backgrounds; this panel is white, so they are flattened to black the way
   Suzuki runs its own. */
.offer-detail__logo img {
  max-width: 10.625rem;
  height: auto;
  filter: brightness(0);
}
.offer-detail__name {
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #00368f;
  margin: 0.625rem 0 0;
}
.offer-detail__price {
  line-height: 1;
  margin: 10px 0 15px;
  color: #00368f;
}
.offer-detail__price-label,
.offer-detail__price-desc {
  display: block;
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0.1875rem;
}
.offer-detail__price-desc {
  text-transform: none;
  margin: 0.1875rem 0 0;
}
.offer-detail__price-value {
  display: block;
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

/* The asterisk rides high and small so it reads as a reference mark rather
   than part of the number. */
.offer-detail__price-value sup {
  line-height: 0;
  font-size: 20px;
}

/* The features fold away behind a Suzuki-styled accordion title — same
   DemiBold uppercase treatment as the nameplate, on the white card ground. */
.offer-detail__accordion {
  margin: 0 0 20px;
}
.offer-detail__accordion > li {
  background: #fff;
  padding: 0 15px;
}
.offer-detail__accordion .uk-accordion-title {
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #121212;
  padding: 14px 0;
}
.offer-detail__accordion .uk-accordion-title:hover {
  color: #00368f;
  text-decoration: none;
}
.offer-detail__accordion .uk-accordion-content {
  margin-top: 0;
  padding-bottom: 15px;
}
.offer-detail__accordion .offer-detail__features {
  margin-top: 0;
}

/* Suzuki's own .cta spec, icon-free: "Loos Extd Bd" — the wide extended face
   every OEM button is set in (already shipped as /fonts/2455_vdef_emp_8e85) —
   at 13px with the OEM's letter-spacing and 14px/25px padding, full-width,
   in solid Suzuki blue. */
.offer-detail__cta {
  display: block;
  /* width:100% PLUS the 25px side padding — without border-box the padding
     rides outside the 100% and the button overflows the card's right edge. */
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #00368f;
  color: #fff !important;
  font-family: "Loos Extd Bd", Arial, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  padding: 14px 25px;
  margin: 12px 0 0;
  transition: background-color 300ms ease, color 300ms ease;
}
.offer-detail__cta:hover,
.offer-detail__cta:focus {
  background-color: #00276b;
}

/* The OEM's .cta--outline / .cta--outline-blue variants. */
.offer-detail__cta--outline,
.offer-detail__cta--outline-blue {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212 !important;
}
.offer-detail__cta--outline:hover,
.offer-detail__cta--outline:focus {
  background-color: #121212;
  color: #fff !important;
}
.offer-detail__cta--outline-blue {
  border-color: #00368f;
  color: #00368f !important;
}
.offer-detail__cta--outline-blue:hover,
.offer-detail__cta--outline-blue:focus {
  background-color: #00368f;
  color: #fff !important;
}
.offer-detail__ends {
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 14px;
  color: #6d6d6d;
  /* The CTAs above carry no bottom margin (they stack on their top margins),
     so the gap to the fine print lives here. */
  margin: 15px 0 0.5rem;
}
.offer-detail__disclaimer-toggle {
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 14px;
  color: #6d6d6d;
  text-decoration: underline;
}
.offer-detail__disclaimer-toggle:hover {
  color: #00368f;
}
.offer-details__available-extras-price {
  float: right;
}
.offer-details__available-extras-name {
  float: left;
}
.col-xs-12 {
  width: auto;
  padding: 30px;
  background-color: #e1e3e3;
}
.offer-details__available-extras-item {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #aeaeae 1px, transparent 0);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  align-items: center;
}
.offer-details__available-extras-details {
  text-align: right;
  white-space: nowrap;
  padding-left: .8rem;
  margin-left: auto;
  background-color: #e1e3e3;
}
.offer-details__available-extras-name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: .3rem;
  margin-bottom: .5rem;
  background-color: #e1e3e3;
  display: flex;
}
.offer-details__available-extras-heading {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.da-radio input[type="radio"][data-v-5c2a6d7a] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.da-radio-box label[data-v-5c2a6d7a] {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #ccc inset;
  transition: box-shadow 0.4s ease-in-out;
}
.da-radio-box label[data-v-5c2a6d7a]:hover,
.da-radio-box input[type="radio"]:focus + label[data-v-5c2a6d7a],
.da-radio-box input[type="radio"]:checked + label[data-v-5c2a6d7a],
.da-radio-box-active[data-v-5c2a6d7a] {
  box-shadow: 0 0 0 2px #222 inset;
}
.da-radio-circle[data-v-5c2a6d7a] {
  display: inline-block;
}


.stickytop[data-v-84d3877e] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}


.variant-price-footer[data-v-0da70e39] {
  bottom: 0;

  position: sticky;
  position: -webkit-sticky;
  border-top: 1px solid #e9e9e9;
  background: #f5f6f7;
  z-index: 8;
}


.variant-price-block[data-v-08fd6be4] {
  padding-right: 20px;
}


.uk-icon-button[data-v-57aa03f0] {
  border: 1px solid #e3e3e3 !important;
}

