@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);
  }
}
.c-product__wrapper {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .c-product__wrapper {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .layout_vehicle_gallery {
    overflow: visible;
  }
}

.l-vehicle-gallery {
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .l-vehicle-gallery {
    width: calc(100% + 40px);
    overflow: visible;
    margin-left: -20px;
  }
}
.l-vehicle-gallery__promotion-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.l-vehicle-gallery__zoom-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/zoom-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .l-vehicle-gallery__zoom-icon {
    background-image: url("/wp-content/themes/autos-moliere/img/icons/zoom-icon-black.svg");
  }
}
.l-vehicle-gallery__slide-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.l-vehicle-gallery__slide-item {
  display: none;
}
.l-vehicle-gallery__slide-item.is-first {
  display: block;
}
.l-vehicle-gallery__slide-nav-item {
  display: none;
}
.l-vehicle-gallery__slide-nav-item.is-first {
  display: block;
}
.l-vehicle-gallery__slide-for {
  overflow: hidden;
}
.l-vehicle-gallery__slide-for .slick-slide {
  display: none;
}
.l-vehicle-gallery__slide-for .slick-slide img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .l-vehicle-gallery__slide-for .slick-slide img {
    border-radius: 0;
  }
}
.l-vehicle-gallery__slide-for .slick-arrow {
  background-color: transparent;
  background-size: 10px 20px;
  transition: 0.2s all;
  top: 50%;
  transform: translateY(-50%);
}
.l-vehicle-gallery__slide-for .slick-arrow:hover.slick-prev {
  left: -5px;
}
.l-vehicle-gallery__slide-for .slick-arrow:hover.slick-next {
  right: -5px;
}
.l-vehicle-gallery__slide-for .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/chevron-left-white.svg");
  transform: translateY(-50%);
}
.l-vehicle-gallery__slide-for .slick-arrow.slick-next {
  right: 0;
  left: auto;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/chevron-right-white.svg");
}
.l-vehicle-gallery__slide-nav {
  margin-top: 10px;
  padding: 0 45px;
}
@media (max-width: 575.98px) {
  .l-vehicle-gallery__slide-nav {
    margin-top: 0;
    padding: 0;
  }
}
.l-vehicle-gallery__slide-nav .slick-slide {
  cursor: pointer;
}
.l-vehicle-gallery__slide-nav .slick-slide img {
  border: 2px solid transparent;
  object-fit: cover;
  height: 100%;
}
.l-vehicle-gallery__slide-nav .slick-current img {
  border-color: #3fb2d2;
}
.l-vehicle-gallery__slide-nav .slick-arrow {
  width: 45px;
  background-color: #ecf7fa;
  background-size: 10px 20px;
  transition: 0.2s all;
  transform: none;
  height: 100%;
  top: 0;
}
.l-vehicle-gallery__slide-nav .slick-arrow:hover {
  border: 2px solid #3fb2d2;
}
.l-vehicle-gallery__slide-nav .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/chevron-left-blue.svg");
  border-radius: 10px 0 0 10px;
}
.l-vehicle-gallery__slide-nav .slick-arrow.slick-next {
  border-radius: 0 10px 10px 0;
  right: 0;
  left: auto;
  background-image: url("/wp-content/themes/autos-moliere/img/icons/chevron-right-blue.svg");
}

.pswp__img {
  object-fit: contain;
  max-width: none !important;
  height: auto !important;
}
.pswp__button {
  background: none !important;
  background-image: none !important;
  background-position-x: 100% !important;
}