.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  font-weight: 300 !important;
  color: #b0b0b0 !important; /* 은은한 회색 */
}

.swiper-pagination {
  min-height: 24px; /* 도트가 들어갈 최소 높이 */
  box-sizing: border-box;
}

/* ✅ 베스트 카드 Swiper: 카드가 로딩되기 전에도 높이 확보 */
.bestprice-swiper {
  position: relative;
  /* 카드 + 여백 기준 예상 높이 (PC) */
  min-height: 360px !important;
  padding: 20px 0 !important;
}

/* 모바일에서는 좀 더 낮게 */
@media (max-width: 768px) {
  .bestprice-swiper {
    min-height: 300px !important;
  }
}

/* 혹시 wrapper가 높이를 0으로 두고 있어도 안전하게 */
.bestprice-swiper .swiper-wrapper {
  min-height: 100% !important;
}

.bestprice-section {
  margin: 20px auto !important;
  padding: 0 !important;
  overflow-x: hidden;
}
