.wcps-slider {
  margin: 30px auto;
  position: relative;
  direction: rtl;
  padding: 0 10px;
}

.wcps-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.wcps-slide:hover {
  transform: translateY(-3px);
}

.wcps-slide img {
  width: 70%;
  max-width: 100px;
  height: auto;
  margin-bottom: 8px;
  border-radius: 5px;
  object-fit: contain;
}

.wcps-slide h3 {
  font-size: 14px;
  margin: 6px 0;
  color: #222;
  height: 36px;
  overflow: hidden;
}

.wcps-slide .price {
  color: #d81b60;
  font-size: 13px;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  color: #555;
  font-size: 20px;
  top: 45%;
}
