/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 79:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.custom-slideshow-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-slideshow {
  position: relative;
  width: 100%;
  height: auto;
}

.custom-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 0;
  display: none;
}

.custom-slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  display: block;
}

.custom-slide img {
  width: 100%;
  height: auto;
  display: none;
}

@media (min-width: 768px) {
  .custom-slide .desktop-image {
    display: block;
  }
}

@media (max-width: 767px) {
  .custom-slide .mobile-image {
    display: block;
  }
}

/* Dots */
.slideshow-dots {
  text-align: center;
  margin-top: 10px;
}

.slideshow-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slideshow-dots .dot.active {
  background-color: #333;
}
</style>