.product-details-img .icon {
  right: 52px;
}
.product-details-img :global(.swiper) {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-img :global(.swiper-slide) {
  background-size: cover;
  background-position: center;
}
.product-details-img :global(.mySwiper2) {
  height: 80%;
  width: 100%;
}
.product-details-img :global(.mySwiper) {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-details-img :global(.mySwiper .swiper-slide) {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-details-img :global(.mySwiper .swiper-slide-thumb-active) {
  opacity: 1;
}
.product-details-img :global(.swiper-slide img) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-500 {
  height: 500px;
}/*# sourceMappingURL=productDetailsImg.module.css.map */