.product-gallery {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.product-gallery .swiper {
  width: 100%;
  height: auto;
  padding: 10px;
}

.product-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.product-gallery .swiper-slide img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
}
