.product-images-slider .swiper-slide {
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
.product-images-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-images-slider .swiper-button-prev {
  left: 30;
  color: #fff;
  text-shadow: 1px 1px 3px black;
}
.product-images-slider .swiper-button-next {
  right: 30;
  color: #fff;
  text-shadow: -1px 1px 3px black;
}
.product-images-slider-thumbs .swiper-slide {
  cursor: pointer;
  border-top: 4px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.product-images-slider-thumbs .swiper-slide-thumb-active {
  border-color: #60a5fa;
}
.product-images-slider-thumbs-wrapper {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
}
.product-images-slider-thumbs-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
