/* Add custom CSS styles below */ 


/* إخفاء قسم التخفيضات بناءً على الرابط */
a[href*="sale"],
a[href*="discount"],
a[href*="offers"] {
  display: none !important;
}