.product-details__image-slider-container {
        height: 80%;
        width: 100%;
      }

      .myProductThumbsSwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .myProductThumbsSwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .myProductThumbsSwiper .swiper-slide-thumb-active {
        opacity: 1;
      }