
@import url('https://unpkg.com/swiper/swiper-bundle.min.css');

.upswiper {
  width: 100%;
  padding: 2rem 0;
}

.upswiper .swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.upswiper .up-card-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

.upswiper .up-card-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.upswiper .up-card-body {
  padding: 0.75rem 1rem 1rem;
}

.upswiper .up-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.35;
  min-height: 2.6em;
}

.upswiper .up-price {
  font-size: 1rem;
  font-weight: 700;
}

.upswiper .swiper-button-prev,
.upswiper .swiper-button-next {
  color: #0073e6;
}

.upswiper .swiper-pagination-bullet-active {
  background: #0073e6;
}
