/* 🎨 تغيير لون الفوتر بالكامل إلى #009688 */

/* الفوتر الرئيسي */
footer,
.footer,
.site-footer,
.main-footer,
.footer-wrapper,
.footer-container,
.footer-section,
.footer-area,
#footer,
div[class*="footer"] {
  background-color: #009688 !important;
  
  
  
}


/* الشريط السفلي (حقوق الموقع) */
.footer-bottom,
.copyright,
.store-copyright {
  background-color: ##FFFFFF!important;
}

/* تلوين شريط الحقوق أسفل الفوتر بالأبيض */
.store-footer .footer-bottom,
.footer-bottom,
.footer-bottom-wrapper,
.store-copyright {
  background-color: #ffffff !important;
  color: #000000 !important; /* لون النص أسود للتباين */
}

/* لو فيه روابط داخل الشريط */
.store-footer .footer-bottom a,
.footer-bottom a {
  color: #000000 !important;
}


/* التأكد أن باقي الصفحة تبقى بخلفيتها الأصلية */
body:not(footer):not(.footer):not(.site-footer) {
  background-color: transparent !important;
  
  /* 🎨 تغيير لون الهيدر إلى نفس لون الفوتر (#009688) */

/* الهيدر الرئيسي */
header,
.header,
.site-header,
.main-header,
.header-wrapper,
.header-container,
#header,
div[class*="header"] {
  background-color: #009688 !important;
}
/* إلغاء التثبيت التلقائي للهيدر في ثيم رائد */
header.store-header,
.store-header,
header[data-sticky],
.store-header[data-sticky],
header.is-sticky,
.store-header.is-sticky,
html.is-sticky header.store-header,
html.is-sticky .store-header {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
  z-index: 9 !important;
}
/* ✅ أولًا: تأكد أن الهيدر يكون عادي */
.store-header,
header.store-header {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
}

/* 🚫 ثانياً: منع التثبيت بعد تحميل الصفحة */
body::after {
  content: "disable-sticky";
  display: none;
}


/* إلغاء تأثيرات الجافاسكربت الخاصة بالثيم */
html.is-sticky,
body.is-sticky {
  position: relative !important;


/* تغيير لون النصوص والأيقونات داخل الهيدر */
header *,
.header * {
  color: #009688 !important;
}

}
/* 🚫 إخفاء روابط السياسات من الهيدر فقط */
header a[href*="policy"],
header a[href*="privacy"],
header a[href*="terms"],
header a[href*="refund"],
header a[href*="return"],
header a[href*="استرجاع"],
header a[href*="الخصوصية"],
header a[href*="الشروط"],
header a[href*="الأحكام"] {
  display: none !important;
  
/* 🎨 تغيير لون الفوتر بالكامل إلى #009688 */