/* Add custom CSS styles below */ 
/* كود مكثف لتغيير لون العنوان الترويجي لبراند Co Matcha */
.product-promotion-title, 
[class*="promotion"], 
.s-product-card-promotion {
    background-color: #FFDBE9 !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: none !important;
}
/* كود الاستهداف الشامل والقوي لزر الإضافة */
.s-product-card-add-button, 
.s-button-btn-add-to-cart, 
button[class*="add-to-cart"], 
.s-product-card-sub-footer button {
    background-color: #ffdbe9 !important;
    background: #ffdbe9 !important; /* لضمان عدم وجود تدرج لوني يعطل اللون */
    color: #000000 !important;
    border: none !important;
    box-shadow: 0 0 15px 2px rgba(255, 219, 233, 0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* استهداف النص والأيقونة داخل الزر لضمان ظهورهم بالأسود */
.s-product-card-add-button *, 
.s-button-btn-add-to-cart * {
    color: #000000 !important;
}

/* تأثير التوهج عند تمرير الماوس */
.s-product-card-add-button:hover, 
.s-button-btn-add-to-cart:hover {
    background-color: #ffc2d9 !important;
    box-shadow: 0 0 25px 5px rgba(255, 219, 233, 1) !important;
}