/* Add custom CSS styles below */ 
footer a[href^="tel:"] {
    display: none !important;
}
/* إخفاء عنوان عدد المنتجات في صفحة المنتجات */
main h1 {
    display: none !important;
}