/** Shopify CDN: Minification failed

Line 127:0 Unexpected "}"

**/
/* START_SECTION:slideshow (INDEX:59) */
.slideshow-section {
  width: 100%;
  background: #000;
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
}

.slideshow-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow-slide {
  position: relative;
  width: 100%;
  display: none;
  height: 60vh
  min-height: unset;
}

.slideshow-slide:first-child {
  display: block;
}

.slideshow-image,
.slideshow-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 箭头：叠加在视频左右两侧内部 */
.slideshow-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  pointer-events: none;
  z-index: 10;
}

.slideshow-arrow {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}

.slideshow-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* 圆点：叠加在视频底部居中 */
.slideshow-controls {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

.slideshow-pagination {
  display: flex;
  gap: 0.5rem;
  pointer-events: all;
}

.slideshow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slideshow-dot.active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}

.slideshow-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .slideshow-slide {
    height: 60vh;
  }

  .slideshow-arrow {
    width: 32px;
    height: 32px;
  }
}

}
  }
/* END_SECTION:slideshow */
