/* إخفاء فوتر سلة الأصلي */
.store-footer,
footer[class*="store"],
.s-theme-footer {
    display: none !important;
}

/* إخفاء شوهدت مؤخراً */
#viewed-section,
.s-viewed-products,
.recently-viewed {
    display: none !important;
}

/* إخفاء مربع البحث العلوي */
.header-search,
salla-search[data-testid="store-header-search"] {
    display: none !important;
}
.hero .hero-stats,
.hero-badge,
.hero-counter {
    display: none !important;
}
/* إخفاء فقاعة +50,000 مستفيد من خدماتنا */
.s-container .hero-stats,
.s-container .stats,
.s-container .counter,
.hero-stat,
.hero-badge,
.hero-counter,
[class*="stat"][class*="hero"],
[class*="counter"] {
    display: none !important;
}