/* إخفاء عنصر تخفيضات التلقائي من القائمة */
a[href*="sale"],
a[href*="discount"],
a[href*="offers"],
li:has(a[href*="sale"]),
li:has(a[href*="discount"]) {
  display: none !important;
}
/* ==================================================
   FOOTER FULL & FINAL STYLE
   Platform: Salla
   Theme: Fakhama
   ================================================== */

/* ===== الفوتر العام ===== */
footer, 
#footer, 
[class*="footer"], 
[id*="footer"]{
  padding: 22px 0 18px !important;
  margin-top: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

/* لمّ المساحات */
footer .container, 
#footer .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ===== تقسيم الأعمدة ===== */
footer .container > .row,
#footer .container > .row{
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr !important;
  gap: 24px !important;
  align-items: start !important;
}

/* الأعمدة */
footer .row > [class*="col"],
#footer .row > [class*="col"]{
  width: auto !important;
  max-width: 100% !important;
}

/* ===== اللوجو ===== */
footer img, 
#footer img{
  max-height: 78px !important;
  width: auto !important;
}

/* ==================================================
   روابط الصفحات (روابط مهمة)
   ================================================== */


/* ===== أيقونة لكل صفحة ===== */

/* من نحن */
footer a[href*="about"]::before,
footer a[href*="about-us"]::before{
  content: "👤";
}

/* تواصل معنا */
footer a[href*="contact"]::before{
  content: "📞";
}

/* الأسئلة الشائعة */
footer a[href*="faq"]::before{
  content: "❓";
}

/* سياسة الشحن */
footer a[href*="shipping"]::before{
  content: "🚚";
}

/* سياسة الاستبدال والاسترجاع */
footer a[href*="return"]::before,
footer a[href*="refund"]::before{
  content: "🔄";
}

/* الشروط والأحكام */
footer a[href*="terms"]::before{
  content: "📜";
}

/* سياسة الخصوصية */
footer a[href*="privacy"]::before{
  content: "🔒";
}