/* Custom CSS */


.splide.products-list .splide__arrow--prev, .splide.products-list .splide__arrow--next {
  width: 50px;
  height: 50px;
}
.form-cart-wrap > a, .form-cart-wrap button {
  font-size: 14px;
  padding: 14px;
}

#image-gallery .imageZoom {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
#image-gallery .zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  clip-path: inset(0);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease,
  transform 0.3s ease;
}
#image-gallery .imageZoom {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

#image-gallery .flexImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.flexImg:hover .main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}



.banner-section {
  background-color: #f9f9f9;
  padding: 0;
  margin-top: 40px;
}

.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: customize pagination dots */
.splide__pagination__page {
  background: #ccc;
}

.splide__pagination__page.is-active {
  background: #ff5a5f;
}


