.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.easyzoom.is-ready img {
  cursor: auto;
}

.product__carousel .gallery-top {
  margin-bottom: 5px;
  max-height: 558px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  opacity: .5;
  max-height: 100px;
  max-width: 100px;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
  opacity: 1;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.easyzoom-flyout {
  position: absolute !important;
  z-index: 9999 !important;
  pointer-events: none; /* Prevent flickering issues */
}
.easyzoom-flyout img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

.product__carousel .swiper-slide {
  border-radius: 5px !important;
}

.product__carousel .gallery-thumbs .swiper-slide {
    max-height: 106px;
    max-width: 106px;
}