@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.c-product__wrapper {
  position: relative;
}
.c-product .animated {
  scroll-margin-top: 120px;
}

.layout_vehicle_sidebar {
  overflow: visible;
}

.l-vehicle-sidebar {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.21);
  font-family: "Gantari", sans-serif;
  margin-bottom: 50px;
  z-index: 1;
  position: fixed;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .l-vehicle-sidebar {
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.l-vehicle-sidebar__tab {
  display: none;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__tab {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.21);
    padding: 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    cursor: pointer;
  }
}
.is-open .l-vehicle-sidebar__tab {
  box-shadow: none;
}
.is-open .l-vehicle-sidebar__tab i {
  transform: rotate(180deg);
}
.l-vehicle-sidebar__tab i {
  width: 20px;
  height: 12px;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/caret-down-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: 0.2s all;
}
.l-vehicle-sidebar__tab-image-container {
  border-radius: 6px;
  overflow: hidden;
  width: 74px;
  height: 44px;
}
.l-vehicle-sidebar__tab-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.l-vehicle-sidebar__tab-title-brand {
  color: #000;
  font-size: 1.25em;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.l-vehicle-sidebar__tab-title {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin: 0;
}
.l-vehicle-sidebar__content {
  transition: 0.2s all ease-in;
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .single-product .l-vehicle-sidebar__content {
    max-height: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__content.is-reserve {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.is-open .l-vehicle-sidebar__content {
  padding-top: 20px;
  max-height: 100%;
  opacity: 1;
  pointer-events: all;
}
.l-vehicle-sidebar__image-container {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__image-container {
    max-height: none;
    border-radius: 10px;
  }
}
.l-vehicle-sidebar__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-vehicle-sidebar__wrapper {
  position: relative;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599.98px) {
  .l-vehicle-sidebar__wrapper {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__wrapper {
    margin-top: 0;
    padding: 10px 0 35px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.l-vehicle-sidebar__favourite {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.5s;
  cursor: pointer;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/favourite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 21px;
}
.l-vehicle-sidebar__favourite:hover {
  transform: scale(1.2);
}
.l-vehicle-sidebar__favourite.is-active {
  background-image: url("/wp-content/themes/autos-moliere/img/icons/favourite-icon-fill.svg");
  background-size: 40px 36px;
}
.l-vehicle-sidebar__tooltip {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.l-vehicle-sidebar__price-info {
  margin-top: 0.5em;
  position: relative;
  font-weight: bold;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__price-info {
    margin-top: 10px;
  }
}
.l-vehicle-sidebar__price {
  font-size: 0.9em;
  font-weight: normal;
  line-height: normal;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.l-vehicle-sidebar__price p {
  margin: 0;
}
.l-vehicle-sidebar__price span {
  text-decoration: line-through;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__price {
    font-size: 1.125em;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__price {
    font-size: 0.875em;
  }
}
.l-vehicle-sidebar__financing-price {
  font-size: 1.1666666667em;
  font-weight: bold;
  line-height: normal;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__financing-price {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__financing-price {
    font-size: 1.375em;
  }
}
.l-vehicle-sidebar__financing-price p {
  margin: 0;
}
.l-vehicle-sidebar__vehicle-info {
  position: relative;
}
.l-vehicle-sidebar__name {
  font-size: 1em;
}
.l-vehicle-sidebar__title {
  font-family: "Gantari", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  line-height: normal;
  padding-right: 40px;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__title {
    font-size: 1.125em;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__title {
    font-size: 0.9375em;
  }
}
.l-vehicle-sidebar__title-brand {
  font-family: "Gantari", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.0666666667em;
  line-height: 1.44;
  display: block;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__title-brand {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__title-brand {
    font-size: 1.5em;
    line-height: 1.92;
  }
}
.l-vehicle-sidebar__features {
  font-family: "Gantari", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #555555;
  line-height: 1.43;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__features {
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__features {
    font-size: 0.875em;
  }
}
.l-vehicle-sidebar__features p {
  margin: 0;
}
.l-vehicle-sidebar__feature:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #3fb2d2;
  display: inline-block;
  margin: 0 5px 0 8px;
}
.l-vehicle-sidebar__feature:last-of-type:after {
  content: none;
}
.l-vehicle-sidebar__feature:first-of-type {
  font-weight: bold;
}
.l-vehicle-sidebar__environmental-icon {
  max-width: 2em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__environmental-icon {
    max-width: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__environmental-icon {
    max-width: 32px;
  }
}
.l-vehicle-sidebar__quote-entrance {
  display: flex;
  align-items: center;
  background-color: #ecf7fa;
  border-radius: 20px;
  gap: 0.75em;
  min-height: 2.5em;
  margin-top: 1em;
  padding: 0 0.8333333333em;
  font-size: 0.9em;
  font-weight: normal;
  line-height: normal;
  color: #252525;
  text-decoration: underline;
  color: #252525;
}
.l-vehicle-sidebar__quote-entrance:hover, .l-vehicle-sidebar__quote-entrance:active, .l-vehicle-sidebar__quote-entrance:focus, .l-vehicle-sidebar__quote-entrance:visited {
  color: #252525;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__quote-entrance {
    font-size: 1.125em;
    padding: 0 20px;
    min-height: 60px;
    margin-top: 20px;
    gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__quote-entrance {
    padding: 0 10px;
    gap: 10px;
    min-height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__quote-entrance {
    font-size: 0.875em;
    padding: 0 5px;
    gap: 10px;
    min-height: 40px;
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__quote-entrance p {
    flex: 1;
    text-align: center;
  }
}
.l-vehicle-sidebar__quote-entrance span {
  font-weight: bold;
}
.l-vehicle-sidebar__quote-entrance:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/chevron-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em 1em;
  transition: 0.2s all;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__quote-entrance:before {
    background-size: 16px 20px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__quote-entrance:before {
    background-size: 12px 16px;
    width: 20px;
    height: 20px;
  }
}
.l-vehicle-sidebar__quote-entrance:hover::before {
  transform: translateX(5px);
}
.l-vehicle-sidebar__quote-price {
  font-size: 1.1em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__quote-price {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__quote-price {
    font-size: 16px;
  }
}
.l-vehicle-sidebar__quote-price .woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__quote-price .woocommerce-Price-currencySymbol {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__quote-price .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}
.l-vehicle-sidebar__separator {
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media (max-width: 1599.98px) {
  .l-vehicle-sidebar__separator {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.l-vehicle-sidebar__conditions {
  margin-bottom: 10px;
}
.l-vehicle-sidebar__condition {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.6666666667em;
  font-size: 0.8em;
  font-family: "Gantari", sans-serif;
  font-weight: normal;
  color: #000;
  line-height: normal;
  padding: 0 0 0.5em;
}
.l-vehicle-sidebar__condition::before {
  content: "";
  width: 12px;
  min-width: 12px;
  height: 8px;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/check-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 6px;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__condition {
    font-size: 1em;
    gap: 20px;
    padding: 0 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__condition {
    font-size: 0.875em;
    gap: 10px;
    padding: 0 0 10px;
  }
}
.l-vehicle-sidebar__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.1s ease;
}
.l-vehicle-sidebar__buttons.is-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px;
  background-color: #fff;
  flex-direction: row;
  gap: 8px;
  box-shadow: 0 -16px 38px -20px rgba(0, 0, 0, 0.25), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(0);
}
.l-vehicle-sidebar__buttons.is-fixed-bottom.hide {
  transform: translateY(100%);
}
.l-vehicle-sidebar__buttons-responsive {
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(200%);
  height: 0;
}
.l-vehicle-sidebar__buttons-responsive.is-fixed-bottom {
  height: auto;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 10px;
  background-color: #fff;
  flex-direction: row;
  gap: 8px;
  box-shadow: 0 -16px 38px -20px rgba(0, 0, 0, 0.25), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
}
.l-vehicle-sidebar__buttons-responsive.is-fixed-bottom.hide {
  transform: translateY(200%);
}
.l-vehicle-sidebar__button {
  font-family: "Gantari", sans-serif;
  width: 100%;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.43;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  transition: 0.5s all;
  border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .l-vehicle-sidebar__button {
    min-height: 2.5em;
    padding: 0.5em 1em;
    border-radius: 1.5em;
  }
}
.l-vehicle-sidebar__button.disabled:hover {
  cursor: initial;
}
.l-vehicle-sidebar__button.l-vehicle-sidebar__question-button {
  font-size: 0.875em;
}
.l-vehicle-sidebar__button--red {
  background-image: linear-gradient(to bottom, #c94eca 1%, #002858);
  color: #fff;
  color: #fff;
  font-size: 1.125em;
  line-height: normal;
}
.l-vehicle-sidebar__button--red:hover, .l-vehicle-sidebar__button--red:active, .l-vehicle-sidebar__button--red:focus, .l-vehicle-sidebar__button--red:visited {
  color: #fff;
}
.l-vehicle-sidebar__button--red:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 40, 88, 0.25);
  background-color: #002858;
}
.l-vehicle-sidebar__button--orange {
  background-color: #ff6f00;
  color: #fff;
  color: #fff;
  font-size: 1.5em;
  line-height: normal;
}
.l-vehicle-sidebar__button--orange:hover, .l-vehicle-sidebar__button--orange:active, .l-vehicle-sidebar__button--orange:focus, .l-vehicle-sidebar__button--orange:visited {
  color: #fff;
}
@media (max-width: 1599.98px) {
  .l-vehicle-sidebar__button--orange {
    font-size: 1.2em;
  }
}
.l-vehicle-sidebar__button--orange:hover {
  box-shadow: 0 5px 5px 0 rgba(255, 111, 0, 0.25);
  background-color: rgba(255, 111, 0, 0.9);
}
.l-vehicle-sidebar__button--blue {
  background-color: #50d5ec;
  color: #fff;
  color: #fff;
  font-size: 1.375em;
  line-height: normal;
}
.l-vehicle-sidebar__button--blue:hover, .l-vehicle-sidebar__button--blue:active, .l-vehicle-sidebar__button--blue:focus, .l-vehicle-sidebar__button--blue:visited {
  color: #fff;
}
.l-vehicle-sidebar__button--blue:hover {
  box-shadow: 0 5px 5px 0 rgba(80, 213, 236, 0.25);
  background-color: #50d5ec;
}
.l-vehicle-sidebar__button--white {
  background: #fff;
  color: #002858;
  color: #002858;
  font-size: 0.875em;
  border: 2px solid #002858;
  margin-top: 10px;
}
.l-vehicle-sidebar__button--white:hover, .l-vehicle-sidebar__button--white:active, .l-vehicle-sidebar__button--white:focus, .l-vehicle-sidebar__button--white:visited {
  color: #002858;
}
.l-vehicle-sidebar__button--white:hover {
  text-decoration: none;
  box-shadow: 0 5px 5px 0 rgba(0, 40, 88, 0.25);
  color: #fff;
  background-color: #002858;
}
.l-vehicle-sidebar__button--xl {
  font-size: 1.125em;
}
.l-vehicle-sidebar__button span {
  margin-left: 5px;
}
.l-vehicle-sidebar__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__contact {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__contact {
    gap: 15px;
  }
}
.is-fixed-bottom .l-vehicle-sidebar__contact {
  gap: 8px;
}
.l-vehicle-sidebar__contact-link {
  display: flex;
  align-items: center;
  gap: 1.5em;
  border-radius: 30px;
  border: solid 2px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #3fb2d2;
  min-height: 2.5em;
  padding: 0 0.5em;
  transition: 0.3s all;
  width: 100%;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__contact-link {
    font-size: 1.125em;
    padding: 0 10px;
    min-height: 50px;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__contact-link {
    gap: 10px;
    font-size: 1em;
    min-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__contact-link {
    transition: none;
  }
}
.l-vehicle-sidebar__contact-link--responsive {
  padding: 0 !important;
  justify-content: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.l-vehicle-sidebar__contact-link span {
  flex: 1;
}
@media (max-width: 991.98px) {
  .is-fixed-bottom .l-vehicle-sidebar__contact-link span {
    display: none;
  }
}
.l-vehicle-sidebar__contact-link img {
  transition: 0.3s all;
  max-width: 1.4em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__contact-link img {
    max-width: 28px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__contact-link img {
    max-width: 28px;
  }
}
.l-vehicle-sidebar__buttons-reponsive .l-vehicle-sidebar__contact-link img {
  width: 20px;
}
.l-vehicle-sidebar__contact-link.phone {
  border-color: #3fb2d2;
  color: #3fb2d2;
  padding: 0 25px;
}
@media (max-width: 1599.98px) {
  .l-vehicle-sidebar__contact-link.phone {
    padding: 0 15px;
  }
}
.l-vehicle-sidebar__contact-link.phone:hover {
  color: #fff;
  background-color: #3fb2d2;
}
.l-vehicle-sidebar__contact-link.phone:hover img {
  filter: brightness(0) invert(1);
}
.l-vehicle-sidebar__contact-link.whatsapp {
  border-color: #63d496;
  color: #63d496;
  padding: 0 10px 0 25px;
}
@media (max-width: 1599.98px) {
  .l-vehicle-sidebar__contact-link.whatsapp {
    padding: 0 10px 0 15px;
  }
}
.l-vehicle-sidebar__contact-link.whatsapp:hover {
  color: #fff;
  background-color: #63d496;
}
.l-vehicle-sidebar__contact-link.whatsapp:hover img {
  filter: brightness(0) invert(1);
}
.l-vehicle-sidebar__buttons-reponsive .l-vehicle-sidebar__contact-link.whatsapp {
  background-color: #63d496;
}
.l-vehicle-sidebar__buttons-reponsive .l-vehicle-sidebar__contact-link.whatsapp img {
  filter: brightness(0) invert(1);
  width: 26px;
}
.l-vehicle-sidebar__bottom {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  font-weight: normal;
  line-height: normal;
  margin-top: 1em;
}
@media (min-width: 1600px) {
  .l-vehicle-sidebar__bottom {
    font-size: 1em;
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__bottom {
    font-size: 0.875em;
    margin-top: 10px;
  }
}
.l-vehicle-sidebar__bottom strong,
.l-vehicle-sidebar__bottom a {
  color: #3fb2d2;
}