/* Add custom CSS styles below */ 
/* تخصيص أزرار إضافة إلى السلة */
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;
}