.single-product__section .swiper-wrapper {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.single-product__section .swiper-container {
  width: fit-content; /* Fit to content width */
}

.single-product__section .swiper-wrapper {
  width: fit-content !important; /* Force the wrapper to shrink-wrap slides */
}

.single-product__section .swiper-slide {
  width: auto !important; /* Allow slides to size based on content */
}
