.category-carousel {
  width: 100%;
  padding: 20px 0;
}

.category-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.category-carousel .swiper-slide img {
  width: 60%;
  height: 150px;
  object-fit: contain;
}

.category-carousel .swiper-slide:hover {
  transform: scale(1.05);
}

.category-title {
  font-size: 14px;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  color: #444;
}

.swiper-pagination-bullet {
  background: #666;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  background: #000;
}
