/* Add custom CSS styles below */ 
/* إخفاء عرض الكل - ديسكتوب */
li.has-children a[href*="c1337251944"] ~ ul li a.text-gray-500 {
    display: none !important;
}

/* إخفاء عرض الكل - موبايل (كل المستويات داخل أجهزتنا) */
#mobile-menu li[id="4099395"] > ul > li:first-child,
#mobile-menu li[id="4099395"] ul ul li:first-child,
#mobile-menu a.text-gray-500[href="#"] {
    display: none !important;
}