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 {
    
    max-width: 52% !important;
  }

  /* ضبط أبعاد الصورة داخل البطاقة للجوال */


}

.s-product-options-option-label small {
  display: none;
}