
.filter-nav .uk-active a::before,
.filter-nav a:hover::before {
  right: 0;
  border-bottom: 4px solid #f61e2a;
}
.filter-nav .uk-navbar-nav>li>a {
  font-size: 18px;
  font-weight: 300;
}
.offer-panel-header {
  border: 1px solid #e6e6e6;
}

/* The dealer's logo set mixes white artwork (Swift, Jimny, Ignis, S-Cross)
   with black (Fronx, Vitara). These cards sit on white, so the white ones
   would be invisible — every asset is a transparent PNG or SVG, so
   flattening to black normalises the set, the way Suzuki's own cards run
   them. */
.offer-logo {
  margin-bottom: 18px;
}

/* The nameplate as text, between the wordmark and the price — Suzuki's own
   cards carry both ("SWIFT HYBRID" under the Swift wordmark). Metrics are
   the OEM's `h4` plus `.offer__name-cell .title`, read off
   544c3dd3-style-cache.css: DemiBold at 500, 1.25rem (1.125rem on phones),
   .625rem above and nothing below. */
.offer-model {
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
  margin: 0.625rem 0 0;
}
@media (max-width: 640px) {
.offer-model {
    font-size: 1.125rem;
}
}

/* Small label above the figure — Suzuki's `.offer__price__description`
   verbatim: it sets no family of its own, so it inherits the body's
   REGULAR face at 16px. Uppercased in CSS because the feed's own casing is
   inconsistent ("DRIVE AWAY FROM" / "Drive Away from" on different
   records). */
.offer-label {
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  color: #121212;
  /* The OEM wraps label+figure in .offer__price{margin:10px 0 20px} —
     the 10px is the air between the nameplate and DRIVE AWAY FROM. */
  margin: 10px 0 0.1875rem;
}

/* Suzuki's own .offer__price__value — TT Commons Pro DemiBold at 2.5rem,
   which the site registers under the family name TTCommons_DemiBold. */
.offer-price {
  font-family: "TT Commons Pro DemiBold", "TTCommons_DemiBold", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #121212;
  margin: 3px 0;
}
.offer-price sup {
  line-height: 0;
  font-size: 20px;
}
.offer-label--after {
  text-transform: none;
  margin-bottom: 20px;
}
.offer-ends {
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  color: #6b6b6b;
  margin: 0;
}
.offer-cta {
  margin-top: 25px;
}
.offer-disclaimer {
  margin-top: 18px;
  max-width: 34rem;
}

/* Suzuki sets theirs underlined at 11px in grey — quiet enough not to
   compete with the CTA, plain enough to read as a control. */
.offer-disclaimer__toggle {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  color: #6d6d6d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.offer-disclaimer__toggle:hover {
  color: #121212;
}
.offer-disclaimer__content {
  margin-top: 0.375rem;
  font-family: "TT Commons Pro Regular", "TTCommons_Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #6d6d6d;
}
.offer-disclaimer__content p {
  margin: 0 0 0.5rem;
  color: #6d6d6d;
}
@media (min-width: 1025px) {
.offer-ends {
    font-size: 0.875rem;
}
}
.offer-logo img {
  max-width: 170px;
  max-height: 44px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.iua-container--bg300{
  background: #e4e4e4;
}
.uk-sticky-fixed .uk-margin-auto{
  width: 100%;
}
.icon-tick, .text-red{
  color: red;
}
.uk-navbar-offers{
  z-index:2!important
}
.offer__finance__content {
width: 17.5rem;
padding: .5625rem;
background: #00A499;
display: flex;
align-items: center;
}

