.vehicle-details {
  display: block;
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.vehicle-details .backdrop-image {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: calc(100% + 200px);
  height: calc(100% + 20px);
  max-width: var(--viewWidth);
  transform: translateX(-50%);
  filter: blur(30px) brightness(1.5) opacity(0.5);
  object-fit: cover;
  opacity: 0.5;
  z-index: -1;
}
.vehicle-details .media-container {
  display: block;
  position: relative;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  aspect-ratio: 4/3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  overflow: clip;
  border-radius: 20px 20px 0 0;
}
.vehicle-details .media-container .media-slider {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  height: 100%;
  background-color: var(--color-dark-blue);
  transition: margin-left 100ms ease-in-out;
}
.vehicle-details .media-container .media-slider .vehicle-media {
  display: block;
  position: relative;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.vehicle-details .media-container .btn-previous {
  display: block;
  position: absolute;
  top: 50%;
  height: 100px;
  width: 50px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  left: 0;
}
.vehicle-details .media-container .btn-previous .icon {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}
.vehicle-details .media-container .btn-next {
  display: block;
  position: absolute;
  top: 50%;
  height: 100px;
  width: 50px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  right: 0;
}
.vehicle-details .media-container .btn-next .icon {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}
.vehicle-details .heading {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.vehicle-details .heading-brand {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.vehicle-details .heading-brand .model-brand {
  display: block;
  position: relative;
  color: inherit;
}
.vehicle-details .profile-properties {
  position: relative;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 10px;
}
.vehicle-details .profile-properties .profile-item {
  display: block;
  width: 100%;
  max-width: 200px;
}
.vehicle-details .profile-properties .profile-item.width-100 {
  max-width: 100%;
}
.vehicle-details .profile-properties dt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-family: var(--font-family-1), sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-middle-grey);
}
.vehicle-details .profile-properties dt .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.vehicle-details .profile-properties dd {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-family: var(--font-family-2), sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-dark-blue);
}
.vehicle-details .profile-properties dd.width-100 {
  padding: 0;
  width: 100%;
}
.vehicle-details .offer {
  position: relative;
}
.vehicle-details .offer dt, .vehicle-details .offer dd {
  display: block;
  position: relative;
}
.vehicle-details .offer sup {
  position: relative;
  top: -5px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
}
.vehicle-details .offer .price {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .vehicle-details .offer .selling-offer, .vehicle-details .offer .rental-offer {
    width: 50%;
  }
}
.vehicle-details .address {
  display: block;
  position: relative;
  margin: 30px 0 50px 0;
  padding: 60px 0 0 0;
  font-family: var(--font-family-1), sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
}
.vehicle-details .address .dealer-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.vehicle-details .address .account-link {
  display: inline-block;
  position: relative;
  font-family: var(--font-family-1), sans-serif;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.vehicle-details .address .account-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .vehicle-details .address {
    padding: 0 0 0 70px;
  }
  .vehicle-details .address .dealer-logo {
    width: 50px;
  }
}
.vehicle-details dd.equipment-list {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.vehicle-details dd.equipment-list .equipment-item {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  row-gap: 10px;
  column-gap: 10px;
  width: 100%;
  max-width: 320px;
}
.vehicle-details dd.equipment-list .equipment-item .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.vehicle-details .legal-text {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-middle-grey);
}
.vehicle-details .invalid-ribbon-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 20px;
}
.vehicle-details .invalid-ribbon-container .invalid-ribbon {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  max-width: 400px;
  transform: translateX(-50%) rotateZ(-10deg);
  margin: 0;
  padding: 10px 20px 8px 20px;
  font-family: var(--font-family-1), var(--font-family-2), var(--font-family-3), sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--color-orange);
  border: solid 3px var(--color-orange);
  border-radius: 10px;
  background-color: #fffaf6;
  z-index: 10;
}

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