/* ========================================= 19) حركة بسيطة للكرت ========================================= */
@media (hover: hover) {
custom-salla-product-card:hover,
salla-product-card:hover,
.s-product-card-entry:hover {
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}
}
/* ========================================= 20) زر تحميل المزيد ========================================= */
button.s-infinite-scroll-btn.s-button-btn.s-button-primary span { color: #ffffff !important; }
/* ========================================= 21) الفوتر ========================================= */
footer img.img-fluid { filter: brightness(0) invert(1); }
/* ================================================== تثبيت نهائي قوي للسعر يمنع لون القالب الأصفر ================================================== */
.s-product-card-entry [class*="price"], custom-salla-product-card [class*="price"], salla-product-card [class*="price"], .product-card__content [class*="price"], .s-product-card-content [class*="price"] { color: #000000 !important; }