/* Add custom CSS styles below */ 
/* إخفاء المنتجات المخفية من السلايدر، الأكثر مبيعاً، وأحدث المنتجات */
.swiper-slide:has(a[href*="359984206"]), .swiper-slide:has(a[href*="1653636912"]), 
.swiper-slide:has(a[href*="1964851387"]), .swiper-slide:has(a[href*="795090229"]),
.s-product-card-entry:has(a[href*="359984206"]), .s-product-card-entry:has(a[href*="1653636912"]),
.s-product-card-entry:has(a[href*="1964851387"]), .s-product-card-entry:has(a[href*="795090229"]),
.product-card:has(a[href*="359984206"]), .product-card:has(a[href*="1653636912"]),
.product-card:has(a[href*="1964851387"]), .product-card:has(a[href*="795090229"]) {
    display: none !important;
}