/* كود شامل لاستهداف زر إضافة للسلة في بطاقة المنتج */

.product-card .s-button-element, 
.product-footer .btn-add-to-cart,
[data-product-id] .btn-add-to-cart,
.s-bundle-item-add-to-cart {
    background-color: #c97b94 !important;
    color: #ffffff !important;
    border-color: #c97b94 !important;
}

/* تعديل لون النص داخل أيقونة السلة أو الكتابة داخل الزر */
.product-card .s-button-element *, 
.product-footer .btn-add-to-cart span {
    color: #ffffff !important;
}

/* تأثير عند مرور الماوس */
.product-card .s-button-element:hover {
    background-color: #b56a82 !important;
    border-color: #b56a82 !important;
}