/**
 * @file
 * Fondu product gallery (Swiper main + thumbnails).
 */

.fondu-product-gallery__main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.fondu-product-gallery__main .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fondu-product-gallery__thumbs {
  margin-top: 0.75rem;
}

.fondu-product-gallery__thumb-slide {
  width: 4.5rem;
  max-width: 22%;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.fondu-product-gallery__thumbs .swiper-slide-thumb-active,
.fondu-product-gallery__thumbs .swiper-slide-thumb-active .fondu-product-gallery__thumb-img {
  opacity: 1;
}

.fondu-product-gallery__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}
