/* تنسيق Highlight لـ "وصل حديثآ" - باستخدام aria-label */
#mobile-menu a[aria-label="وصل حديثآ"] span {
  background: linear-gradient(135deg, #7dd3c0 0%, #4db8a8 100%) !important;
  color: white !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

#mobile-menu a[aria-label="وصل حديثآ"]:hover span {
  background: linear-gradient(135deg, #6bc4b0 0%, #3da898 100%) !important;
}

/* تنسيق Highlight لـ "مهرجان الأسعار" - باستخدام aria-label */
#mobile-menu a[aria-label="مهرجان الأسعار"] span {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
  color: white !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

#mobile-menu a[aria-label="مهرجان الأسعار"] span::before {
  content: "🔥 ";
}

#mobile-menu a[aria-label="مهرجان الأسعار"]:hover span {
  background: linear-gradient(135deg, #e082ea 0%, #e44d5e 100%) !important;
}

/* Add custom CSS styles below */ 
/*custom-salla-product-card::after {
  content: "عزنا بطبعنا SA";
  background-color: green;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  z-index: 9999999;
  top: 8px;  /* You can adjust this to position it properly */
  left: 8px;    /* You can adjust this to position it properly */
}


/*.product-single .swiper.s-slider-container::after {
  content: "عزنا بطبعنا SA";
  background-color: green;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  z-index: 9999999;
  top: 8px;  /* You can adjust this to position it properly */
  left: 8px;    /* You can adjust this to position it properly */
}