.adsymphony-product-gallery .splide__slide {
  border: 0px;
  margin-bottom: 10px;
}

/* Styling for the thumbnail gallery */
.adsymphony-product-gallery-thumbnails .splide__slide {
  border: 0px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.adsymphony-product-gallery-thumbnails .splide__slide.is-active {
  opacity: 1;
  border: none !important;
}

.splide__arrow {
  padding: 6px !important;
  border-radius: 50px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.splide__arrow:focus,
.splide__arrow:hover {
  border-radius: 50px !important;
}

.adsymphony-product-gallery .splide__slide img {
  max-height: 500px;
  height: 500px;
  object-fit: cover; /* To make the images cover the area without being sliced */
  width: 100%;
  border-radius: 10px !important;
}

.adsymphony-product-gallery-thumbnails .splide__slide img {
  max-height: 90px !important;
  height: 90px !important;
  object-fit: cover; /* To make the images cover the area without being sliced */
  width: 90px !important;
}

.adsymphony-product-gallery-thumbnails .splide__slide {
  border-radius: 10px !important;
  overflow: hidden !important;
}