/* Swiper Navigation Buttons */
.custom-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-arrow:hover {
  background-color: #ff6600;
  color: #fff;
  border-color: #ff6600;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 18px;
}

.swiper-button-next {
  right: -20px;
}

.swiper-button-prev {
  left: -20px;
}

/* Adjust spacing between slides */
.shop-card-wrapper {
  display: flex;
  justify-content: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
