.product-images {
  position: relative;
}

.swiper-product-images {
  width: 80%;
  height: 80px;
}

.swiper-product-images__slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.swiper-product-images__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-product-images__prev:after, .swiper-product-images__next:after {
  font-size: 18px;
}

.swiper-product-images__next {
  width: auto;
  right: 0;
}

.swiper-product-images__prev {
  width: auto;
  left: 0;
}

.swiper-product-images-pagination {
  bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .swiper-product-images {
    height: 10%;
    width: 100%;
  }
  .swiper-product-images__slide {
    height: 100%;
  }
  .swiper-product-images__prev:after, .swiper-product-images__next:after {
    opacity: 0;
  }
}
