@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
:root {
  --grid-max-width: calc(1300px + 2 * var(--grid-padding));
  --grid-padding: 16px;
}
@media screen and (min-width: 1440px) {
  :root {
    --grid-padding: 40px;
  }
}

.hero,
.hero-gallery,
.hero-image {
  max-height: 1280px;
  height: 480px;
  height: 66vw;
  position: relative;
}

.hero-image {
  background-color: var(--grey);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}
.hero-image .heading-title,
.hero-image .heading-sub-title {
  color: var(--white);
}

.hero-image-short {
  height: 400px;
}

.hero-image-full-height {
  display: flex;
  flex: 1 0 0;
  position: relative;
  height: auto;
}

.hero-image-gradient::before {
  position: absolute;
  background-image: linear-gradient(transparent, var(--black));
  content: "";
  inset: 50% 0 0 0;
  opacity: 0.75;
}

.hero-image-gradient-full-height::before {
  position: absolute;
  background-image: linear-gradient(transparent, var(--black));
  content: "";
  inset: 0 0 0 0;
  opacity: 0.75;
}

.hero-image-fill::before {
  position: absolute;
  display: block;
  inset: 0;
  content: "";
  background-color: rgba(var(--black-rgb), 0.3);
}

@media screen and (orientation: landscape) {
  .hero-image-fullscreen {
    height: 100vh;
  }
}
.hero-image-fullscreen-top {
  height: calc(100vh - 144px);
  max-height: 800px;
  min-height: 480px;
}

.hero-image-container::after {
  clear: both;
  content: "";
  display: block;
}
.hero-image-container {
  max-width: var(--grid-max-width);
  margin-left: auto;
  margin-right: auto;
}
.hero-image-container {
  padding-left: var(--grid-padding);
  padding-right: var(--grid-padding);
}
.hero-image-container {
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
}

.hero-image-container-bottom-aligned,
.hero-image-container-top-aligned {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: var(--grid-max-width);
}

.hero-image-container-bottom-aligned {
  bottom: 0;
}

.hero-image-container-top-aligned {
  top: 0;
}

.hero-image-container-left-aligned {
  text-align: left;
}

.hero-image-container-center-aligned {
  text-align: center;
}

.hero-image-container-middle-aligned {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-dealership-controls-container {
  z-index: 1;
}

.hero-image-container-actions {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-image-container-row {
  margin-bottom: 16px;
}
.hero-image-container-row:last-child {
  margin-bottom: 0;
}

.hero-image-reduced-content {
  flex: 1;
}

.hero-gallery__btn-show-container--tablet {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hero-image-fullscreen-top {
    height: auto;
    min-height: 320px;
  }
  .hero-gallery__btn-show-container--desktop {
    display: none;
  }
  .hero-gallery__btn-show-container--tablet {
    display: block;
  }
  .hero-gallery-btn-show--with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--black-rgb), 0.5);
    border: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    right: 48px;
    top: 32px;
  }
}
@media screen and (max-width: 650px) {
  .hero-image-gradient::before {
    top: 0;
  }
}
.product-listing::after {
  clear: both;
  content: "";
  display: block;
}
.product-listing {
  display: block;
}
.product-listing {
  margin: 0;
  padding: 16px;
  box-shadow: var(--shadow-light);
  border-radius: var(--border-radius-medium);
  position: relative;
  margin-bottom: 32px;
  background-color: var(--white);
}

.product-listing--information {
  padding: 0;
  margin-bottom: 40px;
}
.product-listing--information .product-listing__benefits-container {
  border-top: 0;
  background-color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
  min-height: 80px;
}

.product-listing--grouped {
  display: flex;
}

.product-listing--condensed {
  padding: 20px 28px;
}
.product-listing--condensed .product-price__additional-info-list {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}
.product-listing--condensed .product-listing__benefits-items {
  justify-content: flex-start;
}
.product-listing--condensed .product-listing__benefits-container {
  min-height: 48px;
}
.product-listing--condensed .product-listing__benefits-list-item {
  color: var(--text-black-dim);
}

.product-listing__main-characteristics {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.product-listing__details {
  display: flex;
  flex: 1;
}

.product-listing__details--information {
  margin-top: 16px;
  margin-right: 16px;
}

.product-listing__information-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}
.product-listing__information-container:last-of-type {
  padding-top: 16px;
  border-top: 1px solid var(--border-colour);
}

.product-image-container {
  flex: 0 0 auto;
  width: calc(25% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 0;
  position: relative;
}

.product-image-container--grouped {
  flex: 0 0 auto;
  width: calc(25% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-container--grouped a {
  width: 100%;
}

.product-image-container--featured {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}

.product-image-container--information {
  margin-top: 16px;
  margin-left: 16px;
}

.product-image {
  float: left;
  height: auto;
  width: 100%;
}

.product-image--empty {
  box-shadow: var(--shadow-light);
  border-radius: var(--border-radius-medium);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}

.product-image--fallback {
  display: none;
}

.product-image__caption {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  position: absolute;
  color: var(--text-black-dim);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.product-details-container {
  flex: 1;
}

.product-details__title,
.product-details__title a {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  margin-bottom: 8px;
  color: var(--black);
  font-weight: var(--normal);
}

.product-details__badges {
  display: flex;
  margin-top: 12px;
}
.product-details__badges .badge {
  margin-right: 8px;
}

.product-details__title--condensed,
.product-details__title--information {
  margin-bottom: 16px;
  margin-top: 12px;
}
.product-details__title--condensed .product-title__part,
.product-details__title--information .product-title__part {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  font-weight: var(--normal);
}
.product-details__title--condensed .product-title__part:last-of-type,
.product-details__title--information .product-title__part:last-of-type {
  font-weight: var(--bold);
}
.product-details__title--condensed .product-title__part:nth-child(3),
.product-details__title--information .product-title__part:nth-child(3) {
  font-weight: var(--bold);
}

.product-details__title--information {
  margin-bottom: 4px;
}

.product-details__title--featured .product-title__part:last-of-type {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  display: block;
}

.product-details__title--grouped {
  margin-top: 12px;
  margin-bottom: 12px;
}
.product-details__title--grouped .product-title__part:first-of-type {
  font-weight: var(--normal);
}
.product-details__title--grouped .product-title__part:last-of-type {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  display: block;
  font-weight: var(--bold);
}

.product-details__subtitle {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  font-weight: var(--bold);
}

.product-title__part {
  font-weight: var(--bold);
}
.product-title__part:last-of-type {
  font-weight: var(--normal);
}

.product-type-container {
  display: flex;
  width: 100%;
}

.product-type__text {
  flex-shrink: 1;
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}

.product-listing__price {
  text-align: right;
  display: flex;
  align-self: flex-end;
  flex-flow: column;
  margin-left: 8px;
}

.product-listing__price--condensed {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  text-align: right;
}
.product-listing__price--condensed .product-price__additional-info-list-value {
  color: var(--black);
}
.product-listing__price--condensed .product-price__amount-price {
  margin-bottom: 0;
  margin-top: 4px;
}
.product-listing__price--condensed .product-price__amount-price-decimal {
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
}

.product-listing__price--featured {
  width: 100%;
  margin-top: 16px;
}

.product-listing__price--grouped {
  width: 100%;
  align-self: flex-end;
  margin-left: 0;
  margin-bottom: 12px;
  white-space: nowrap;
  margin-right: 8px;
}
.product-listing__price--grouped .product-price__additional-info-list-item--saving {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  white-space: nowrap;
}

.product-listing__price--contract {
  text-align: right;
  display: flex;
  align-self: flex-end;
  flex-flow: column;
  margin-left: 8px;
}
.product-listing__price--contract .product-price__additional-info-list-item--saving {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
}

.product-price__amount-copy {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  display: block;
  line-height: 12px;
}

.product-price__vat-copy {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  margin-bottom: 8px;
}

.product-price__amount-price {
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  display: block;
  margin-bottom: -4px;
}

.product-price__amount-price-decimal {
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
}

.product-price__amount-price-text {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  color: var(--black);
}

.product-price__ask-dealer-price {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  font-weight: var(--bold);
}
.product-price__ask-dealer-price:hover {
  text-decoration: none;
}
.product-price__ask-dealer-price .inline-icon {
  margin-right: 8px;
}

.product-details__specifications-list,
.product-price__additional-info-list {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin: 0;
  font-weight: var(--normal);
  padding: 0;
  overflow: auto;
}

.product-listing__benefits-container {
  border-top: 1px solid var(--border-colour);
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-listing__benefits-container + .product-listing__information-container {
  margin-top: 0;
}

.product-listing__benefits-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.product-listing__benefits-list-item {
  color: var(--black);
  display: flex;
  margin-right: 18px;
  padding: 6px 0;
}
.product-listing__benefits-list-item .inline-icon {
  margin-right: 16px;
}

.product-listing__benefits-list-item-text {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  vertical-align: top;
  position: relative;
}

.product-details__specifications-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.product-details__specifications-list-item,
.product-price__additional-info-list-item {
  color: var(--text-black-dim);
  display: inline;
  margin-right: 4px;
  padding-left: 0;
}
.product-details__specifications-list-item::after,
.product-price__additional-info-list-item::after {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  content: "·";
  padding-left: 4px;
  font-weight: var(--bold);
}
.product-details__specifications-list-item:last-child,
.product-price__additional-info-list-item:last-child {
  padding-right: 0;
}
.product-details__specifications-list-item:last-child::after,
.product-price__additional-info-list-item:last-child::after {
  display: none;
}

.product-details__options-list-item {
  flex: 0 0 auto;
  width: calc(25% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  color: var(--black);
  display: inline-block;
  padding-left: 0;
  padding-bottom: 8px;
  white-space: nowrap;
  min-width: 156px;
}
.product-details__options-list-item .inline-icon {
  margin-right: 8px;
}

.product-details__options-list-item-text {
  display: inline-block;
  vertical-align: top;
}

.product-details__options-list-item-note {
  color: var(--text-black-dim);
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  vertical-align: baseline;
}

.product-details__variant-amount {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  color: var(--text-black-dim);
  margin-bottom: 16px;
  white-space: nowrap;
}

.product-price__additional-info-list-item {
  color: var(--black);
  margin-right: 0;
}

.product-price__additional-info-list-item--saving {
  color: var(--text-black-dim);
  font-weight: var(--normal);
}

.product-cta-container,
.product-enquiry-cta-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-cta-container .btn,
.product-enquiry-cta-container .btn {
  white-space: nowrap;
}

.product-enquiry-cta-container {
  margin-left: 8px;
}

.product-enquiry-cta--dealer,
.product-enquiry-cta--message {
  flex-grow: 1;
}

.product-enquiry-cta--request-a-call {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  text-align: center;
  width: 100%;
}

.product-enquiry-cta--dealer {
  margin-right: 12px;
}

.product-listing__key-features {
  display: flex;
  margin-top: 16px;
  flex: 0 1 auto;
  width: 100%;
}

.product-listing__key-features--key {
  color: var(--black);
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
}

.product-listing__key-features--list {
  margin: 0;
  display: flex;
}

.product-listing__key-features--list-item {
  display: flex;
  color: var(--text-black-dim);
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  align-items: center;
  padding-left: 40px;
}
.product-listing__key-features--list-item .inline-icon {
  margin-right: 8px;
}
.product-listing__key-features--list-item:first-of-type {
  padding-left: 20px;
}

.product-delivery-container {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.product-delivery__icon {
  display: flex;
  margin-right: 20px;
  position: relative;
}

.product-delivery__icon-tick {
  display: flex;
  padding: 0 4px 4px;
  background-color: var(--green);
  position: absolute;
  left: 28px;
  width: 16px;
  height: 16px;
  top: -2px;
  border-radius: 100%;
}

.product-delivery__message {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
}
.product-delivery__message .tooltip {
  top: 2px;
}

.product-listing__information-items {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.product-distance-container {
  display: flex;
}

.product-distance__icon {
  display: flex;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}

.product-distance__message {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  color: var(--black);
}

.product-details__emissions {
  display: flex;
  align-items: flex-start;
}

.product-details__emissions-text {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  margin-left: 12px;
}

.product-details__emissions-modal-link {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .product-image-container {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
  .product-image-container--featured {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .product-image-container--grouped {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    display: flex;
  }
  .product-listing__details {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    flex: 1;
    padding-top: 0;
  }
  .product-details__specifications-list--stock > *,
  .product-details__specifications-list--leasing > * {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
  .product-listing__price,
  .product-listing__price--contract {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 16px;
    margin-left: 0;
    text-align: left;
  }
  .product-listing__price--condensed .product-price__amount-price {
    margin-top: 0;
    line-height: 24px;
  }
  .product-listing__price--grouped {
    margin-left: 12px;
  }
  .product-price__vat-copy {
    margin-bottom: 0;
  }
  .product-listing__key-features {
    display: flex;
    flex-flow: column wrap;
    margin-top: 12px;
  }
  .product-listing__key-features--list {
    flex-wrap: wrap;
  }
  .product-listing__key-features--list-item {
    width: 50%;
    padding-top: 12px;
    padding-left: 0;
  }
  .product-listing__key-features--list-item:nth-child(odd) {
    padding-left: 0;
  }
  .product-image__caption {
    bottom: 12px;
  }
  .product-details__subtitle {
    font-size: var(--body-large-font-size);
    line-height: var(--body-large-line-height);
  }
  .product-type-container {
    padding-top: 4px;
  }
  .product-details__options-list-item {
    flex: 0 0 auto;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .product-distance-container {
    margin-top: 12px;
  }
  .product-listing__information-items {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-enquiry-cta-container {
    margin-top: 16px;
    display: flex;
    flex: 0 1 100%;
    margin-left: 0;
  }
  .product-enquiry-cta-container .btn {
    width: 100%;
  }
  .product-listing__information-container {
    flex-wrap: wrap;
  }
  .product-listing__benefits-items {
    justify-content: space-between;
  }
  .product-listing__benefits-list-item {
    margin-right: 0;
    width: 50%;
  }
  .product-listing--condensed {
    padding-top: 36px;
  }
  .product-listing--condensed .product-listing__benefits-items {
    justify-content: space-between;
  }
  .product-listing--condensed .product-listing__benefits-list-item {
    width: auto;
  }
  .product-listing--condensed .product-listing__benefits-list-item .inline-icon {
    margin-right: 8px;
  }
  .product-listing--condensed .product-listing__benefits-list-item-text {
    font-size: var(--body-small-font-size);
    line-height: var(--body-small-line-height);
  }
  .product-listing__benefits-list-item-text {
    font-size: var(--body-medium-font-size);
    line-height: var(--body-medium-line-height);
  }
  .product-details__title--condensed .product-title__part,
  .product-details__title--information .product-title__part {
    font-size: var(--heading-3-font-size);
    line-height: var(--heading-3-line-height);
  }
  .product-listing--information .product-listing__benefits-container {
    min-height: 92px;
  }
}
@media screen and (max-width: 650px) {
  .product-listing__main-characteristics {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .product-listing__details,
  .product-image-container,
  .product-cta-container,
  .product-listing__price,
  .product-listing__key-features,
  .product-listing__price--contract {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .product-listing--grouped {
    display: block;
  }
  .product-image-container {
    margin-bottom: 16px;
  }
  .product-listing__key-features {
    display: flex;
    flex-grow: 1;
    flex-flow: column wrap;
    order: 3;
  }
  .product-listing__price,
  .product-listing__price--contract {
    order: 4;
    margin-top: 12px;
  }
  .product-listing__price--grouped {
    margin-left: 0;
    margin-bottom: 8px;
    align-self: initial;
  }
  .product-price__ask-dealer-price {
    margin-top: 8px;
  }
  .product-listing__information-container {
    flex-wrap: wrap;
  }
  .product-listing__information-container:last-of-type {
    padding-top: 4px;
    border-top: 1px solid var(--border-colour);
  }
  .product-details__title--grouped {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-listing__information-items {
    margin-bottom: 16px;
  }
  .product-cta-container .button_to,
  .product-cta-container .btn {
    width: 100%;
  }
  .product-enquiry-cta-container {
    margin-top: 16px;
    display: flex;
    flex: 0 1 100%;
  }
  .product-distance__message {
    font-size: var(--body-medium-font-size);
    line-height: var(--body-medium-line-height);
  }
  .product-listing--condensed .product-listing__benefits-list-item,
  .product-listing--information .product-listing__benefits-list-item {
    width: 100%;
  }
  .product-listing--information .product-listing__benefits-items {
    padding: 8px 0;
  }
  .product-listing__details--information {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
  .product-image-container--information {
    margin-bottom: 0;
  }
  .product-listing__price--condensed {
    text-align: left;
    align-self: flex-start;
    margin-top: 12px;
  }
  .product-listing__price--condensed .product-price__amount-price {
    font-size: var(--heading-1-font-size);
    line-height: var(--heading-1-line-height);
  }
  .product-listing--condensed {
    padding: 20px 18px;
  }
  .product-listing--condensed .product-listing__benefits-items {
    padding: 8px 0;
  }
  .product-details__title--condensed {
    margin-top: 0;
  }
}
.makes-models-menu__spinner {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.makes-models-menu__list-title {
  padding: 8px 28px;
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  font-weight: var(--bold);
  background-color: var(--grey-extra-light);
  border-bottom: 1px solid var(--border-colour);
}

.makes-models-menu__list {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .makes-models-menu__list:last-child {
    margin-bottom: 88px;
  }
}

.makes-models-menu__list-item {
  padding: 0;
  border-bottom: 1px solid var(--border-colour);
}

.makes-models-menu__make-new-on-carwow {
  display: flex;
  padding-left: 8px;
}

.makes-models-menu__make-promotion-badge {
  display: flex;
  padding-left: 8px;
}

.makes-models-menu__make-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  margin-right: 16px;
}

.makes-models-menu-icons {
  margin-left: auto;
  align-self: center;
  display: flex;
}

.makes-models-menu-icons--model-step {
  align-items: center;
  display: flex;
}

.makes-models-menu-icon {
  margin-left: 8px;
}

.makes-models-menu-footer {
  height: 48px;
  display: flex;
  justify-content: center;
}

.makes-models-menu-footer-legend {
  display: flex;
  align-items: center;
}
.makes-models-menu-footer-legend:first-child {
  margin-right: 24px;
}

.makes-models-menu-footer-legend__description {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  margin-left: 8px;
}

.makes-models-menu__model {
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.makes-models-menu__list-recommendation {
  border-bottom: 1px solid var(--border-colour);
}

.makes-models-menu__recommendation-link {
  background-color: var(--grey-extra-light);
  box-shadow: 0 2px 4px 0 var(--shadow-colour);
  padding-top: 18px;
  padding-left: 28px;
  padding-bottom: 18px;
}
.makes-models-menu__recommendation-link:hover {
  box-shadow: 0 3px 6px 0 var(--shadow-colour);
}

.makes-models-menu__recommendation-copy {
  flex-grow: 1;
  padding-left: 16px;
}

.makes-models-menu__recommendation-name {
  font-weight: var(--bold);
}

.makes-models-menu__recommendation-subheading {
  color: var(--text-black-dim);
}

.makes-models-menu__model-izmo-photo {
  width: 68px;
  height: 46px;
}

.makes-models-menu__recommendation-caret-right {
  margin-right: -8px;
}

.makes-models-menu__link {
  color: var(--black);
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 24px;
  text-decoration: none;
  cursor: pointer;
}
.makes-models-menu__link:hover {
  background-color: var(--grey-extra-light);
}

.makes-models-menu__link-with-image {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}
.makes-models-menu__link-with-image:hover {
  background-color: var(--grey-extra-light);
}

.makes-models-menu__name {
  display: flex;
  flex-direction: column;
}

.makes-models-menu__subtitle {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  font-weight: var(--normal);
}

.makes-models-menu__container {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.makes-models-menu__izmo-image {
  height: 72px;
  width: 120px;
}

.makes-models-menu__imagin-image {
  height: 72px;
  width: 120px;
}

.makes-models-menu__izmo-image--logo {
  background-color: var(--grey-extra-light);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .makes-list-one-column {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .makes-models-menu__spinner {
    height: 100%;
  }
  .makes-models-menu__model-izmo-photo {
    width: 60px;
    height: 41px;
  }
  .makes-models-menu__recommendation-caret-right {
    margin-right: -16px;
  }
}
figure,
.figure {
  margin: 0;
}

.figure-horizontal {
  display: table;
}
.figure-horizontal .inline-icon {
  display: block;
}

.figure-icon {
  display: table-cell;
  vertical-align: middle;
}

.figure-caption {
  display: table-cell;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}
.figure-caption > h5,
.figure-caption > p {
  margin-top: 0;
  margin-bottom: 0;
}

.figures-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.figure-in-row {
  display: table-cell;
  vertical-align: middle;
}

.figure-icon-top,
.figure-in-row-top,
.figure-caption-top {
  vertical-align: top;
}

.hero-unit .hero-image {
  align-items: center;
  display: flex;
  height: 61vh;
  justify-content: flex-start;
  max-height: 650px;
  min-height: 560px;
  position: relative;
  background-color: transparent;
}
.hero-unit .hero-image-container {
  vertical-align: middle;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero-unit .heading-title,
.hero-unit .hero-sub-title {
  color: var(--white);
  text-shadow: 1px 1px 1px var(--shadow-colour);
}
.hero-unit .heading-title {
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  font-weight: var(--bold);
  font-family: var(--font-family-headlines);
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-1-letter-spacing);
}
.hero-unit .hero-sub-title {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  font-weight: var(--normal);
}
.hero-unit .trustpilot {
  margin-top: 24px;
}

.hero-title {
  color: var(--white);
}

.heading-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-sub-title {
  color: var(--white);
  font-weight: var(--normal);
  margin-top: 16px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .hero-unit .hero-image {
    height: 428px;
  }
}
@media screen and (max-width: 650px) {
  .hero-unit .hero-image {
    height: calc(100vh - 48px);
  }
  .hero-unit .hero-sub-title {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
header.signed-out ~ #make-model-lease-deals .breadcrumb {
  display: none;
}

.hero-container--full-width {
  background-color: var(--grey);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
.hero-container--full-width::before {
  content: "";
  background: linear-gradient(90deg, rgb(33, 34, 36) 0%, rgba(33, 34, 36, 0) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

.leasing-makemodel .hero-image-container-home {
  max-width: 60%;
}
.leasing-makemodel .hero-image-gradient {
  background-position: center;
}

.leasing-makemodel-hero__description {
  color: var(--white);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  margin: 24px auto;
}

.leasing-makemodel-hero__actions {
  display: flex;
  justify-content: space-around;
  width: 60%;
}
.leasing-makemodel-hero__actions .leasing-makemodel-action {
  flex-grow: 1;
  flex-basis: 50%;
}
.leasing-makemodel-hero__actions .btn {
  width: 100%;
}
.leasing-makemodel-hero__actions .leasing-makemodel-action ~ .leasing-makemodel-action {
  margin-left: 18px;
}

@media screen and (max-width: 1024px) {
  .leasing-makemodel .hero-image-container {
    width: 80%;
    margin-left: 0;
  }
  .leasing-makemodel .hero-image-container-home,
  .leasing-makemodel .leasing-makemodel-hero__actions {
    max-width: 100%;
    width: 100%;
  }
  .hero-container--full-width {
    background-position: right top;
  }
  .hero-image-container-leasing {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 100%;
    margin-left: 0%;
  }
  .hero-image-container-leasing:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .leasing-makemodel .hero-image-container {
    width: 100%;
    margin-left: 0;
  }
  .leasing-makemodel .leasing-makemodel-hero__actions {
    flex-direction: column;
  }
  .leasing-makemodel .leasing-makemodel-hero__actions .leasing-makemodel-action ~ .leasing-makemodel-action {
    margin-top: 18px;
    margin-left: 0;
  }
  .leasing-makemodel .hero-image-gradient {
    background-position: center;
  }
  .hero-container--full-width {
    background-position: 85% 0;
  }
  .hero-image-container-leasing {
    margin-top: 0;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229717578%;
    width: 100%;
    margin-left: 0%;
  }
  .hero-image-container-leasing:last-child {
    margin-right: 0;
  }
  .leasing-makemodel-get-a-quote {
    width: 100%;
  }
  .leasing-index-header__trustpilot {
    display: none;
  }
}
.leasing-makemodel {
  background-color: var(--grey-extra-light);
}
.leasing-makemodel .hero-sub-title {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
}

.leasing-makemodel__monthly-price {
  font-weight: bold;
}

.leasing-makemodel-information {
  padding-top: 24px;
}
.leasing-makemodel-information .product-listing__information-container:last-of-type {
  border-top: none;
}

.leasing-makemodel-deal-profile {
  margin-top: 0;
  margin-bottom: 0;
}

.leasing-makemodel-deal-profile__item {
  font-size: var(--body-medium-font-size);
  line-height: var(--body-medium-line-height);
  padding-left: 0;
  margin-bottom: 8px;
}
.leasing-makemodel-deal-profile__item:nth-child(2) {
  margin-bottom: 0;
}

.leasing-makemodel-deal-profile__value {
  font-weight: var(--bold);
  color: var(--black);
}

@media screen and (max-width: 650px) {
  .product-price__additional-info-list-item--saving {
    display: none;
  }
  .leasing-makemodel-deal-profile__item:nth-child(2) {
    margin-bottom: 8px;
  }
}
.product-enquiry-find-out-more {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-top: 0;
}

.product-enquiry-approved-dealer {
  display: flex;
  align-items: center;
}

.product-enquiry-approved-dealer__label {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  margin-left: 8px;
  font-weight: var(--bold);
}

.product-enquiry-approved-dealer__icon {
  width: 50px;
  height: 50px;
}

.product-listing-discover-more {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}

@media screen and (max-width: 650px) {
  .product-enquiry-find-out-more,
  .product-enquiry-cta {
    flex-direction: column;
    flex-grow: 1;
    margin-top: 12px;
  }
  .product-enquiry-find-out-more .btn,
  .product-enquiry-cta .btn {
    width: 100%;
  }
  .product-enquiry-approved-dealer {
    margin-bottom: 16px;
  }
}