#shop-carousel .splide {
  visibility: visible;
}

#shop-carousel #shop-main-slider .splide__slide {
  width: 100%;
  max-width: 753px;
  padding: 0 24px 16px;
}

#shop-carousel #shop-main-slider .splide__slide img {
  width: 100%;
  max-width: 705px;
  height: 350px;
  object-fit: cover;
}

#shop-carousel #shop-main-slider.is-initialized .splide__slide img {
  opacity: 0.5;
  transition: opacity 0.3s linear;
}

#shop-carousel #shop-main-slider.is-initialized .splide__slide.is-active img {
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

#shop-carousel #shop-thumb-slider {
  width: 75%;
  margin: 16px auto 0;
  max-width: 1060px;
  padding: 0 50px;
}

#shop-carousel #shop-thumb-slider .splide__slide {
  opacity: 0.36;
}

#shop-carousel #shop-thumb-slider .splide__slide.is-active {
  opacity: 1;
}

#shop-carousel #shop-thumb-slider .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

#shop-carousel #shop-thumb-slider .splide__arrow {
  background: transparent;
  opacity: 1;
}

#shop-carousel #shop-thumb-slider .splide__arrow svg {
  fill: #0d6c40;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 1216px) {
  #shop-carousel #shop-main-slider .splide__slide {
    padding: 0 0 24px;
    max-width: 100%;
  }

  #shop-carousel #shop-main-slider .splide__slide img {
    height: auto;
    opacity: 1;
  }

  #shop-carousel #shop-thumb-slider {
    width: 82%;
  }
}

@media screen and (max-width: 767px) {
  #shop-carousel #shop-main-slider .splide__slide {
    padding: 0 0 10px;
  }

  #shop-carousel #shop-main-slider .splide__slide img {
    min-height: 50vw;
    height: auto;
  }

  #shop-carousel #shop-thumb-slider {
    padding: 0 32px;
  }

  #shop-carousel #shop-thumb-slider .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
}
