.product-carousel .thumbSwiper .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}

.product-carousel .swiper-slide.swiper-slide-active:not(.swiper-slide-visible) {
  opacity: 1;
}

/* //Smaller screens than 1024px */
@media only screen and (max-width: 1024px) {
  .product-carousel .thumbSwiper {
    margin-top: 10px;
  }
}
