footer .footer-badges,
footer [class*="footer-badges"],
.s-footer .footer-badges,
.s-footer [class*="footer-badges"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* إظهار زر الإضافة للسلة دائمًا في سلايدر "أحدث المنتجات" */
/* يستهدف الأنماط التي تخفي الزر عند عدم التمرير */
.index .s-block--best-offers custom-salla-product-card .product-card__addToCart,
.index .s-block--best-offers custom-salla-product-card .product-card__buttons {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* التأكد من أن الزر يظهر بشكل صحيح في الجوال إذا كان مخفيًا */
@media (max-width: 991px) {
  .index .s-block--best-offers custom-salla-product-card .product-card__addToCart.mobile {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}