salla-add-product-button button.s-button-element {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* ضمان ظهور أيقونة السلة والنص باللون الأبيض */
salla-add-product-button button.s-button-element span,
salla-add-product-button button.s-button-element i {
    color: #ffffff !important;
}
/* إخفاء أيقونة المفضلة (القلب) من بطاقات المنتجات */
.s-product-card-wishlist-btn {
    display: none !important;
}

@media (max-width: 768px) {

  .s-products-slider-slider .swiper-slide {
    flex: 0 0 52% !important;
    max-width: 52% !important;
  }

  /* ضبط أبعاد الصورة داخل البطاقة للجوال */
  .s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 15rem;
  }

}