.bestprice-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.bestprice-title {
  font-size: 20px;
  font-weight: 700;
  justify-self: center;
}

/* Swiper 카드 영역 */
.bestprice-swiper {
  padding: 20px 0 40px;
  overflow: visible;
}

.bestprice-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.85);
  opacity: 0.4;
}

.bestprice-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.bestprice-swiper .swiper-slide.swiper-slide-next,
.bestprice-swiper .swiper-slide.swiper-slide-prev {
  transform: scale(0.9);
  opacity: 0.8;
  z-index: 2;
}

.bestprice-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
  opacity: 0.3;
}
