.custom-models-cars {
  padding: 80px 0;
}
.custom-models-cars > .container {
  padding: 0 !important;
  position: relative;
}
.custom-models-cars > .container > .swiper-buttons {
  position: absolute;
  bottom: 40%;
  left: -44px;
  right: -44px;
}
.custom-models-cars > .container > .swiper-buttons .swiper-button-next,
.custom-models-cars > .container > .swiper-buttons .swiper-button-prev {
  padding: 0;
  border: none;
  background: none;
  color: var(--inv360-text-color);
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0.4;
}
.custom-models-cars > .container > .swiper-buttons .swiper-button-next:after,
.custom-models-cars > .container > .swiper-buttons .swiper-button-prev:after {
  font-size: 32px;
  background: none !important;
}
.custom-models-cars > .container > .swiper-buttons .swiper-button-next:hover,
.custom-models-cars > .container > .swiper-buttons .swiper-button-prev:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .custom-models-cars > .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-models-cars > .container {
    /*max-width: 916px;*/
    max-width: 1146px;
  }
}
.custom-models-cars h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--inv360-text-color);
  padding: 0 32px;
  margin: 0 0 48px;
}
.custom-models-cars .expanded-models-tabs-widget {
  padding: 0 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-models-cars .expanded-models-tabs-widget span {
  width: calc(50% - 4px);
  max-width: 190px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #242424;
  transition: background-color 0.3s ease;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.custom-models-cars .expanded-models-tabs-widget span:hover, .custom-models-cars .expanded-models-tabs-widget span.active {
  background-color: var(--inv360-primary-color);
  color: #ffffff;
}
.custom-models-cars .model-item {
  padding: 16px;
  min-width: 230px;
  max-width: 230px;
  position: relative;
}
.custom-models-cars .model-item > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.custom-models-cars .model-item > figure {
  line-height: 0;
  margin: 0;
  padding: 0 8px;
  max-width: 198px;
  position: relative;
}
.custom-models-cars .model-item > figure img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.custom-models-cars .model-item > figure img ~ img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  max-width: calc(100% - 16px) !important;
}
.custom-models-cars .model-item > span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--inv360-text-color);
  display: inline-block;
  border-bottom: 2px solid transparent;
  opacity: 0.6;
}
.custom-models-cars .model-item > h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--inv360-text-color);
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-models-cars .model-item > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--inv360-text-color);
  margin-bottom: 16px;
  opacity: 0.6;
}
.custom-models-cars .model-item:hover > figure img {
  opacity: 0;
}
.custom-models-cars .model-item:hover > figure img ~ img {
  opacity: 1;
}
.custom-models-cars .model-item:hover > span.underline-span {
  border-color: var(--inv360-primary-color);
}
.custom-models-cars .slider-cars-models .swiper-button-prev,
.custom-models-cars .slider-cars-models .swiper-button-next {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  text-align: center;
  color: var(--inv360-primary-color);
  opacity: 0.6;
}
.custom-models-cars .slider-cars-models .swiper-button-prev {
  left: 0;
}
.custom-models-cars .slider-cars-models .swiper-button-prev:after {
  background: none !important;
  display: none !important;
}
.custom-models-cars .slider-cars-models .swiper-button-next {
  right: 0;
}
.custom-models-cars .slider-cars-models .swiper-button-next:after {
  background: none !important;
  display: none !important;
}
.custom-models-cars .slider-cars-models.swiper.hideslider {
  height: 0 !important;
  overflow: hidden !important;
}
.custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae, .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae {
  position: relative;
}
.custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae img, .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae img {
  width: 100%;
  transition: all 0.3s ease;
}
.custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae img + img, .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae img + img {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-models-cars.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img, .custom-models-cars.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img {
  opacity: 0;
}
.custom-models-cars.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img + img, .custom-models-cars.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img + img {
  opacity: 1;
}

[width-extended="1"] .custom-models-cars.custom-style-b > .container {
  max-width: 1246px;
}
[width-extended="1"] .custom-models-cars.custom-style-b > .container > .swiper-buttons {
  bottom: 27%;
}
[width-extended="1"] .custom-models-cars.custom-style-b .container-sliders-models {
  margin-top: 76px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item {
  padding: 4px;
  min-width: 249.5px;
  max-width: 249.5px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item .btn-full-card {
  z-index: 3;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item:hover .model-img-style-b {
  transform: scale(1.3);
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item:hover .model-item-content-info {
  padding-bottom: 32px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-img-style-b {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: transform 1s ease;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-img-style-b img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-item-content-info {
  position: relative;
  z-index: 1;
  padding: 24px;
  transition: padding-bottom 1s ease;
  height: 240px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-item-content-info .model-item-content-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin: 0 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-item-content-info .model-item-content-mpg {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-item-content-info .model-item-content-price {
  color: var(--inv360-primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin: 12px 0 8px;
}
[width-extended="1"] .custom-models-cars.custom-style-b .model-item-content .model-item-content-info .model-item-content-msrp {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item:hover .model-img-style-c img {
  transform: scale(1.1);
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-img-style-c {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-img-style-c img {
  transition: transform 0.5s ease;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-title {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-mpg {
  color: var(--inv360-text-color);
  opacity: 0.6;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin-bottom: 16px;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-price {
  color: var(--inv360-primary-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  display: block;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-msrp {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  [width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-title,
  [width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-mpg,
  [width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-price,
  [width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .model-item-content-msrp {
    text-align: left;
  }
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .btn-inv360 {
  width: 150px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  [width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .btn-inv360 {
    width: 100%;
  }
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .btn-inv360--alternate {
  background-color: #eeeeee;
  color: #585858;
  margin-top: 24px;
}
[width-extended="1"] .custom-models-cars.custom-style-c .model-item .model-item-content .btn-inv360--alternate-ghost {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #585858;
  margin-top: 4px;
}
[width-extended="1"] .custom-models-cars.custom-style-c .expanded-models-tabs-widget span {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
  background: none;
  border-bottom: 2px solid #eeeeee;
  transition: all 0.3s ease;
  border-radius: 0;
}
[width-extended="1"] .custom-models-cars.custom-style-c .expanded-models-tabs-widget span:hover, [width-extended="1"] .custom-models-cars.custom-style-c .expanded-models-tabs-widget span.active {
  border-color: var(--inv360-primary-color);
  color: var(--inv360-primary-color);
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons {
  left: -68px;
  right: -68px;
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-next,
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-prev {
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #a3a3a3;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: background-color 0.3s ease;
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-next:after,
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-prev:after {
  display: none;
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-next:hover,
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-prev:hover {
  background-color: var(--inv360-primary-color);
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-prev {
  mask-image: url(images/arrow-left-circle-default.svg);
}
[width-extended="1"] .custom-models-cars > .container > .swiper-buttons .swiper-button-next {
  mask-image: url(images/arrow-right-circle-default.svg);
}
[width-extended="1"] .custom-models-cars.custom-style-d > .container {
  max-width: 1232px;
  padding: 0 16px !important;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item {
  padding: 0 4px;
  min-width: 240px;
  max-width: 240px;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  overflow: hidden;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-img-style-b {
  height: 174px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-img-style-b img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-item-content-info {
  padding: 16px;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-item-content-info .model-item-content-title {
  color: var(--inv360-text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-item-content-info .model-item-content-mpg {
  color: var(--inv360-text-color);
  opacity: 0.6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 8px;
  display: block;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-item-content-info .model-item-content-price {
  color: var(--inv360-text-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.4px;
  display: block;
  margin: 0 0 4px;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item .model-item-content .model-item-content-info .model-item-content-msrp {
  color: var(--inv360-text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
}
[width-extended="1"] .custom-models-cars.custom-style-d .model-item:hover .model-img-style-b img {
  transform: scale(1.1);
}
[width-extended="1"] .custom-models-cars.custom-style-d .container-sliders-models {
  margin-top: 80px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models {
  margin-top: 32px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae {
  position: relative;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae img, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae img {
  width: 100%;
  transition: all 0.3s ease;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item .model-img-style-ae img + img, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item .model-img-style-ae img + img {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img {
  opacity: 0;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img + img, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img + img {
  opacity: 1;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .btn-inv360, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .btn-inv360 {
  width: 100%;
  height: 40px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .btn-inv360--alternate, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .btn-inv360--alternate {
  background-color: #eeeeee;
  color: #585858;
  margin-top: 24px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .btn-inv360--alternate-ghost, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .btn-inv360--alternate-ghost {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #585858;
  margin-top: 4px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item-content-title, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item-content-title {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item-content-mpg, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item-content-mpg {
  color: var(--inv360-text-color);
  opacity: 0.6;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin: 0 0 8px;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item-content-price, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item-content-price {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin: 0 0 8px;
  display: block;
}
[width-extended="1"] .custom-models-cars.custom-style-e .container-sliders-models .model-item-content-msrp, [width-extended="1"] .custom-models-cars.custom-style-f .container-sliders-models .model-item-content-msrp {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin: 0 0 24px;
}
[width-extended="1"] .custom-models-cars.custom-style-f .model-item-content-aspan {
  color: var(--inv360-primary-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: -0.64px;
  text-decoration: underline;
  display: block;
}

.custom-ac-cars-v2.cars-slides4 {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .custom-ac-cars-v2.cars-slides4 {
    padding: 80px 16px;
  }
}
.custom-ac-cars-v2.cars-slides4 .swiper-buttons {
  bottom: 27%;
}
.custom-ac-cars-v2.cars-slides4 .model-item {
  background: #f2f2f2;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .custom-ac-cars-v2.cars-slides4 .model-item {
    min-width: 251px;
    max-width: 251px;
    width: 251px;
    margin: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .custom-ac-cars-v2.cars-slides4 .model-item {
    min-width: 1px;
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .custom-ac-cars-v2.cars-slides4 .swiper-wrapper {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(2, calc(50% - 6px));
  }
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models {
  margin-top: 56px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item .model-img-style-ae, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item .model-img-style-ae {
  position: relative;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item .model-img-style-ae img, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item .model-img-style-ae img {
  width: 100%;
  transition: all 0.3s ease;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item .model-img-style-ae img + img, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item .model-img-style-ae img + img {
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img {
  opacity: 0;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item:hover .model-img-style-ae img + img, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item:hover .model-img-style-ae img + img {
  opacity: 1;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .btn-inv360, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .btn-inv360 {
  width: 100%;
  height: 40px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .btn-inv360--alternate, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .btn-inv360--alternate {
  background-color: #eeeeee;
  color: #585858;
  margin-top: 24px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .btn-inv360--alternate-ghost, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .btn-inv360--alternate-ghost {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #585858;
  margin-top: 4px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item-content-title, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item-content-title {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item-content-mpg, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item-content-mpg {
  color: var(--inv360-text-color);
  opacity: 0.6;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin: 0 0 8px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item-content-price, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item-content-price {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin: 0 0 8px;
  display: block;
}
.custom-ac-cars-v2.cars-slides4.custom-style-e .container-sliders-models .model-item-content-msrp, .custom-ac-cars-v2.cars-slides4.custom-style-f .container-sliders-models .model-item-content-msrp {
  color: var(--inv360-text-color);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin: 0 0 24px;
}
.custom-ac-cars-v2.cars-slides4.custom-style-f .model-item-content-aspan {
  color: var(--inv360-primary-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: -0.64px;
  text-decoration: underline;
  display: block;
}
.custom-ac-cars-v2 .text-prefix {
  font-size: 16px;
}

/*# sourceMappingURL=styles.css.map */
