/* Add custom CSS styles below */
/* إخفاء رقم الاتصال من تذييل المتجر */
footer a[href^="tel:"] {
  display: none !important;
}

/* Hide promotional copy over product-card artwork throughout the store. */
.s-product-card-image .s-product-card-promotion-title {
  display: none !important;
}

/* Keep the store email in the footer, without repeating it in the header. */
salla-contacts[data-testid="store-header-contacts"] a[href^="mailto:"] {
  display: none !important;
}

/* Keep game navigation in the store categories, outside footer information links. */
footer .s-menu-footer-list a[href*="page-2093293040"],
footer .s-menu-footer-list a[href*="page-87909115"] {
  display: none !important;
}