/* Add custom CSS styles below */ 
/* ==============================================
   CENTER EXACT STORE LOGO - IL SOGNO
   ============================================== */

/* 1. جعل شريط النافبار نسبياً */
.navbar,
header,
.site-header,
.header-wrapper {
  position: relative !important;
}

/* 2. نقل عنصر الشعار مباشرة لمنتصف الشاشة */
a[data-testid="store-header-logo"],
.navbar-brand {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin: 0 auto !important;
  display: inline-block !important;
  text-align: center !important;
  z-index: 9999 !important;
}

/* 3. ضبط مقاس صورة الشعار */
a[data-testid="store-header-logo"] img,
.navbar-brand img {
  max-height: 50px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* استبدال رقم الهاتف في الفوتر بالرقم الجديد */
footer a[href*="tel:"],
footer a[href*="506400321"],
a[href*="506400321"] {
  font-size: 0 !important;
}

footer a[href*="tel:"]::after,
footer a[href*="506400321"]::after,
a[href*="506400321"]::after {
  content: "+966579390918" !important;
  font-size: 15px !important;
  direction: ltr !important;
  display: inline-block !important;
  color: inherit !important;
}

/* استبدال كلمة return policy بالعربي */
footer a[href*="1679752483"],
footer a[href*="return-policy"] {
  font-size: 0 !important;
}

footer a[href*="1679752483"]::after,
footer a[href*="return-policy"]::after {
  content: "سياسة الاستخدام والخصوصية" !important;
  font-size: 14px !important;
  color: inherit !important;
}