.slider-detail-vehicle:not(.slick-initialized),
#onlyVideoM:not(.slick-initialized) {
  display: flex;
}
.slider-detail-vehicle:not(.slick-initialized) .slider-item,
#onlyVideoM:not(.slick-initialized) .slider-item {
  min-width: 30vw;
}
.slider-detail-vehicle .overlay-preview-video,
#onlyVideoM .overlay-preview-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.slider-detail-vehicle .overlay-preview-video::before,
#onlyVideoM .overlay-preview-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--inv360-primary-color);
  opacity: 0.5;
}
.slider-detail-vehicle .overlay-preview-video p,
.slider-detail-vehicle .overlay-preview-video span,
#onlyVideoM .overlay-preview-video p,
#onlyVideoM .overlay-preview-video span {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.slider-detail-vehicle .overlay-preview-video span,
#onlyVideoM .overlay-preview-video span {
  font-size: 14px;
  text-decoration: underline;
  line-height: 1;
}
.slider-detail-vehicle .slider-item,
#onlyVideoM .slider-item {
  margin-right: 4px;
  width: 30vw;
  max-width: 100%;
  font-size: 0;
  overflow: hidden;
}
.slider-detail-vehicle .slider-item a,
#onlyVideoM .slider-item a {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  max-height: 420px;
}
.slider-detail-vehicle .slider-item:hover img,
.slider-detail-vehicle .slider-item:hover video,
#onlyVideoM .slider-item:hover img,
#onlyVideoM .slider-item:hover video {
  transform: scale(1.05);
}
.slider-detail-vehicle .slider-item img,
.slider-detail-vehicle .slider-item video,
#onlyVideoM .slider-item img,
#onlyVideoM .slider-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.slider-detail-vehicle .slick-arrow,
.slider-detail-vehicle .swiper-button-prev,
.slider-detail-vehicle .swiper-button-next,
#onlyVideoM .slick-arrow,
#onlyVideoM .swiper-button-prev,
#onlyVideoM .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  background-color: transparent;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.slider-detail-vehicle .slick-arrow::after, .slider-detail-vehicle .slick-arrow::before,
.slider-detail-vehicle .swiper-button-prev::after,
.slider-detail-vehicle .swiper-button-prev::before,
.slider-detail-vehicle .swiper-button-next::after,
.slider-detail-vehicle .swiper-button-next::before,
#onlyVideoM .slick-arrow::after,
#onlyVideoM .slick-arrow::before,
#onlyVideoM .swiper-button-prev::after,
#onlyVideoM .swiper-button-prev::before,
#onlyVideoM .swiper-button-next::after,
#onlyVideoM .swiper-button-next::before {
  display: none;
}
.slider-detail-vehicle .slick-arrow.slick-prev,
.slider-detail-vehicle .swiper-button-prev.slick-prev,
.slider-detail-vehicle .swiper-button-next.slick-prev,
#onlyVideoM .slick-arrow.slick-prev,
#onlyVideoM .swiper-button-prev.slick-prev,
#onlyVideoM .swiper-button-next.slick-prev {
  background-image: url(images/arrow-back-slider.svg);
  left: 2%;
}
.slider-detail-vehicle .slick-arrow.slick-next,
.slider-detail-vehicle .swiper-button-prev.slick-next,
.slider-detail-vehicle .swiper-button-next.slick-next,
#onlyVideoM .slick-arrow.slick-next,
#onlyVideoM .swiper-button-prev.slick-next,
#onlyVideoM .swiper-button-next.slick-next {
  background-image: url(images/arrow-next-slider.svg);
  right: 2%;
}
.slider-detail-vehicle .slick-arrow:hover,
.slider-detail-vehicle .swiper-button-prev:hover,
.slider-detail-vehicle .swiper-button-next:hover,
#onlyVideoM .slick-arrow:hover,
#onlyVideoM .swiper-button-prev:hover,
#onlyVideoM .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .slider-detail-vehicle .slick-arrow,
  .slider-detail-vehicle .swiper-button-prev,
  .slider-detail-vehicle .swiper-button-next,
  #onlyVideoM .slick-arrow,
  #onlyVideoM .swiper-button-prev,
  #onlyVideoM .swiper-button-next {
    display: none;
  }
}
.slider-detail-vehicle .swiper-button-prev,
#onlyVideoM .swiper-button-prev {
  background-image: url(images/arrow-back-slider.svg);
  left: 2%;
}
.slider-detail-vehicle .swiper-button-next,
#onlyVideoM .swiper-button-next {
  background-image: url(images/arrow-next-slider.svg);
  right: 2%;
}

#section-detail-vehicle {
  background: #fafafa;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #section-detail-vehicle {
    padding-bottom: 40px;
  }
}

.back-to-inv {
  color: var(--inv360-text-color);
  display: flex;
  gap: 4px;
  align-items: center;
  opacity: 0.5;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.4px;
}
.back-to-inv:hover {
  color: var(--inv360-text-color);
  text-decoration: underline;
}
.back-to-inv i {
  width: 16px;
  height: 16px;
  mask-image: url(images/arrow-back-inv.svg);
  mask-size: 16px;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--inv360-text-color);
}

.content-detail-vehicle {
  padding-top: 24px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .content-detail-vehicle {
    padding-top: 16px;
  }
}
.content-detail-vehicle > div {
  padding-right: 48px;
  width: calc(100% - 320px);
}
.content-detail-vehicle > aside {
  max-width: 320px;
  min-width: 320px;
}
.content-detail-vehicle h1 {
  color: var(--inv360-text-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1.28px;
  margin-top: 16px;
}
.content-detail-vehicle h1 + p {
  color: var(--inv360-text-color);
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
}

.block-discount {
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  gap: 8px;
}
.block-discount span {
  color: var(--inv360-text-color);
  text-decoration: line-through;
  opacity: 0.4;
}
.block-discount b {
  color: var(--inv360-primary-color);
  font-weight: 600;
}

.block-price {
  display: flex;
  align-items: center;
  gap: 16px;
}
.block-price .text-prefix {
  font-size: 18px;
}
.block-price > p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.28px;
}
.block-price .icon-bell {
  width: 16px;
  height: 16px;
  mask-image: url(images/icon-bell.svg);
  mask-size: 16px;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--inv360-accessible-color);
}
.block-price .btn-inv360 {
  gap: 6px;
  border: none;
  font-size: 14px;
  width: auto;
  height: 32px;
  padding: 0 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 480px) {
  .block-price .btn-inv360 {
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -0.4px;
    width: 100%;
    height: 48px;
  }
}
.block-price + .block-ctas-custom {
  padding-top: 24px;
  margin-top: 16px;
  border-top: 1px solid #f1f1f1;
}

.grid-ctas-custom {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.grid-ctas-custom button,
.grid-ctas-custom a {
  width: calc(25% - 6px);
  border: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 160px;
  justify-content: flex-end;
  gap: 12px;
  border-radius: 6px;
  color: #ffffff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 18px;
}
.grid-ctas-custom button:after,
.grid-ctas-custom a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.5;
}
.grid-ctas-custom button p,
.grid-ctas-custom button span,
.grid-ctas-custom a p,
.grid-ctas-custom a span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  top: 0;
  letter-spacing: -0.4px;
}
.grid-ctas-custom button p,
.grid-ctas-custom a p {
  font-weight: 500;
  line-height: 18px;
}
.grid-ctas-custom button span,
.grid-ctas-custom a span {
  line-height: 16px;
}
.grid-ctas-custom button:hover p,
.grid-ctas-custom button:hover span,
.grid-ctas-custom a:hover p,
.grid-ctas-custom a:hover span {
  top: -4px;
}
.grid-ctas-custom button span,
.grid-ctas-custom a span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}
.grid-ctas-custom button span:after,
.grid-ctas-custom a span:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(images/arrow-up-right.svg) no-repeat center;
  top: -2px;
}
.grid-ctas-custom a:hover {
  color: #ffffff;
}

.inv360-block-specs .inv360-tabs-specs-desktop {
  display: none;
}
.inv360-block-specs .inv360-tabs-specs-desktop > div {
  background: var(--inv360-bg-opacity);
  width: 100%;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.inv360-block-specs .inv360-tabs-specs-desktop > div.active {
  background: var(--inv360-primary-color);
  color: var(--inv360-accessible-color);
}
.inv360-block-specs .inv360-tabs-specs-mobile .tab-spec {
  cursor: pointer;
  padding: 12px 16px;
  background-color: var(--inv360-bg-opacity);
  border-radius: 4px;
  font-size: 16px;
  background-image: url(images/bottomsheet.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
}
.inv360-block-specs .inv360-tabs-specs-mobile .tab-spec.active {
  background-color: var(--inv360-primary-color);
  color: var(--inv360-accessible-color);
  background-image: url(images/bottomsheet-up.svg);
}
@media (max-width: 767px) {
  .inv360-block-specs .inv360-tabs-specs-mobile .tab-spec {
    margin-bottom: 8px;
  }
}
.inv360-block-specs .inv360-tabs-specs-mobile .tab-content-spec {
  display: none;
  padding: 0 16px;
}
.inv360-block-specs .inv360-tabs-specs-mobile .tab-content-spec ul {
  list-style-type: disc;
  padding: 0;
  list-style-position: inside;
  column-count: 2;
  margin-bottom: 8px;
}
.inv360-block-specs .inv360-tabs-specs-mobile .tab-content-spec ul li {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .inv360-block-specs .inv360-tabs-specs-mobile .tab-content-spec {
    display: block;
  }
}
@media (min-width: 768px) {
  .inv360-block-specs .inv360-tabs-specs-desktop {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
  }
  .inv360-block-specs .inv360-tabs-specs-desktop .tab-spec-desktop {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  .inv360-block-specs .inv360-tabs-specs-desktop .tab-spec-desktop:hover {
    background-color: #e0e0e0;
  }
  .inv360-block-specs .inv360-tabs-specs-desktop .tab-spec-desktop.active {
    background-color: #ccc;
  }
  .inv360-block-specs .inv360-tabs-specs-mobile .tab-spec {
    display: none;
  }
}

.description-block,
.specs-block,
.inv360-block-specs {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f1f1f1;
}
.description-block h3,
.specs-block h3,
.inv360-block-specs h3 {
  font-size: 18px;
  line-height: 1.3;
  color: var(--inv360-text-color);
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.description-block p,
.specs-block p,
.inv360-block-specs p {
  font-size: 14px;
  color: var(--inv360-text-color);
  letter-spacing: -0.4px;
  font-weight: 300;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .description-block p,
  .specs-block p,
  .inv360-block-specs p {
    line-height: 24px;
    font-size: 16px;
  }
}

.specs-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.specs-block ul li {
  display: flex;
  width: calc(33.33% - 11px);
  align-items: center;
  gap: 8px;
}
.specs-block ul li p {
  display: flex;
  flex-direction: column;
  min-width: 1px;
}
.specs-block ul li p span {
  font-size: 12px;
  color: var(--inv360-text-color);
  opacity: 0.5;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .specs-block ul li p span {
    font-size: 14px;
  }
}
.specs-block ul li p b {
  font-size: 14px;
  color: var(--inv360-text-color);
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .specs-block ul li p b {
    font-size: 16px;
    line-height: 16px;
  }
}

.contact-box {
  background: var(--inv360-bg-opacity);
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 16px;
  color: var(--inv360-primary-color);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .contact-box {
    display: none;
  }
}
.contact-box.variantion-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .contact-box.variantion-mobile {
    display: flex;
    margin: 24px 0;
  }
  .contact-box.variantion-mobile p {
    font-weight: 700;
  }
}
.contact-box + .block-ctas-custom {
  padding-top: 24px;
  margin-top: 16px;
  border-top: 1px solid #f1f1f1;
}
.contact-box a {
  color: var(--inv360-primary-color);
  border-bottom: 1px solid var(--inv360-primary-color);
  padding-bottom: 1px;
  line-height: 1;
}
.contact-box p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.contact-box h3 {
  font-size: 18px;
  color: var(--inv360-text-color);
  letter-spacing: -0.56px;
  font-weight: 600;
}
.contact-box .icon-phone-box,
.contact-box .icon-whatsapp-box {
  height: 16px;
  width: 16px;
  mask-image: url(images/phone.svg);
  mask-size: 16px;
  mask-repeat: no-repeat;
  mask-position: center;
  background: var(--inv360-primary-color);
}
.contact-box .icon-whatsapp-box {
  mask-image: url(images/message-circle.svg);
}

.text-foot-detail {
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .text-foot-detail {
    padding-top: 24px;
  }
}
.text-foot-detail p {
  color: var(--inv360-text-color);
  opacity: 0.6;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .text-foot-detail p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }
}

.form-box {
  border: 1px solid #f1f1f1;
  background: var(--inv360-bg-color);
  border-radius: 6px;
}

.cta-contact {
  margin-top: 40px;
  padding: 24px;
  border-radius: 8px;
  background: url(images/bg-cta.png) no-repeat center;
  color: #ffffff;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cta-contact:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.4;
}
.cta-contact h5 {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 480px) {
  .cta-contact h5 {
    line-height: 22px;
  }
}
.cta-contact p {
  font-size: 14px;
  max-width: 370px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.4px;
  padding: 8px 0 12px;
}
.cta-contact button,
.cta-contact button:hover {
  position: relative;
  z-index: 2;
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .cta-contact button,
  .cta-contact button:hover {
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    height: 40;
    width: 140px;
  }
}

.swiper-wrapper {
  display: flex;
}

.back-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.back-block .inv360-checkbox {
  margin: 0;
}
.back-block .btn-like,
.back-block .btn-share {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid var(--inv360-border-inputs);
  cursor: pointer;
  background: url(images/icon-heart.svg) no-repeat center;
  background-color: #ffffff;
}
.back-block .btn-like.active,
.back-block .btn-share.active {
  background: url(images/icon-active-heart.svg) no-repeat center;
  background-color: #ffffff;
}
.back-block .btn-share {
  background: url(images/icon-share.svg) no-repeat center;
  background-color: #ffffff;
}
.back-block .container-checkbox {
  border: 1px solid var(--inv360-border-inputs);
  padding: 4px 8px 5px 6px;
  border-radius: 4px;
  background-color: #ffffff;
}
.back-block > div {
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  .grid-ctas-custom {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 4px));
  }
  .grid-ctas-custom button,
  .grid-ctas-custom a {
    width: 100%;
  }
  .specs-block ul li {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .content-detail-vehicle {
    flex-direction: column;
  }
  .content-detail-vehicle > div {
    padding-right: 0;
    width: 100%;
  }
  .content-detail-vehicle > aside {
    min-width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .content-detail-vehicle > aside {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .slider-detail-vehicle:not(.slick-initialized) .slider-item {
    min-width: 95vw;
  }
}
@media screen and (max-width: 480px) {
  .inv360-block-specs .inv360-tabs-specs-mobile .tab-content-spec ul {
    column-count: 1;
  }
  .grid-ctas-custom {
    grid-template-columns: 100%;
  }
  .grid-ctas-custom button,
  .grid-ctas-custom a {
    height: 88px;
  }
  .grid-ctas-custom button.carfax,
  .grid-ctas-custom a.carfax {
    height: auto;
  }
  .specs-block ul {
    gap: 24px;
  }
  .specs-block ul li {
    width: 100%;
  }
  .block-price {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-detail-vehicle h1,
  .block-price > p {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1.28px;
    margin-top: 16px;
  }
  .block-price > p {
    margin-top: 0;
  }
  .back-to-inv {
    text-decoration: underline;
    /*.icon-back-inv {
      display: none;
    }*/
  }
}
.toggle-more {
  font-size: 14px;
  display: inline-block;
  color: #333333;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  line-height: 1.3;
}
.toggle-more:hover {
  border-color: #333333;
}

#sliderWVideo {
  display: none;
}
@media screen and (min-width: 768px) {
  #sliderWVideo {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #sliderWOVideo,
  #onlyVideoM {
    display: none !important;
  }
}

#onlyVideoM {
  width: 100%;
  font-size: 0;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f1f1f1;
}
#onlyVideoM a[data-fancybox=gallery-v] {
  display: block;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#onlyVideoM a[data-fancybox=gallery-v] video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#onlyVideoM a[data-fancybox=gallery-v] video[poster] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #onlyVideoM a[data-fancybox=gallery-v] video {
    object-fit: cover;
    object-position: center;
  }
  #onlyVideoM a[data-fancybox=gallery-v] video[poster] {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  #onlyVideoM a[data-fancybox=gallery-v] {
    height: 250px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #onlyVideoM a[data-fancybox=gallery-v] {
    height: 350px;
  }
}
#onlyVideoM .slider-swiper-video {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#onlyVideoM .slider-swiper-video:not(:first-child) {
  display: none;
}

.inv360VehicleCard__tags-container:not(:empty) {
  display: flex;
  gap: 4px;
  margin: 12px 0;
  flex-wrap: wrap;
}
.inv360VehicleCard__tag {
  transition: all 0.3s ease;
  opacity: 1;
  padding: 0 8px 0 26px;
  font-size: 12px;
  background: url(images/icon-star.svg) no-repeat 6px center;
  background-color: #faff1a;
  color: #2e2e2e;
  border-radius: 4px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv360VehicleCard__tag--lowPrice, .inv360VehicleCard__tag--down-price, .inv360VehicleCard__tag--down_price {
  background: url(images/icon-arrow-down-circle.svg) no-repeat 6px center;
  background-color: #1affe3;
}
.inv360VehicleCard__tag--new, .inv360VehicleCard__tag--recently-added, .inv360VehicleCard__tag--recently_added {
  background: url(images/icon-bookmark.svg) no-repeat 6px center;
  background-color: #5cebff;
}
.inv360VehicleCard__tag--sale, .inv360VehicleCard__tag--on-sale, .inv360VehicleCard__tag--on_sale {
  background: url(images/icon-dollar-sign.svg) no-repeat 6px center;
  background-color: #ff5c6f;
  color: #ffffff;
}
.inv360VehicleCard .text-prefix {
  font-size: 18px;
}

#onlyVideoM:not(.slick-initialized) {
  display: block;
}

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