/* Add custom CSS styles below */ 

/* Allow inspect everywhere */
* {
  user-select: text !important;
  pointer-events: auto !important;
}



.s-product-card-image-contain{
  background-color: white;
}

.s-slider-block__title {
  pointer-events: none;
}

.s-slider-block__title-nav {
  pointer-events: auto;
}
.s-product-card-promotion-title {
  position: absolute;


  background: #16a34a; /* أخضر يوحي بالأصالة */
  color: #fff;

  font-size: 12px;
  font-weight: 600;

  padding: 4px 10px;
  border-radius: 999px;

  line-height: 1;
  white-space: nowrap;

  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 5;
}

.s-product-card-content-title a {
  display: block;
  width: 100%;

  white-space: nowrap;     /* stay on one line */
  overflow: hidden;        /* hide overflow */
  text-overflow: ellipsis; /* show ... */

  line-height: 1.4;
}

.btn--wishlist.is-added svg {
  background: #ef4444;
  fill: #fff;
}

.swiper-slide{
  background-color: transparent;
}
.swiper-slide div{
background-color: transparent;}