/* العمود الذي يحتوي على اللوجو */
.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated::before {
    content: "";
    display: block;            
    width: 100%;               /* عرض كامل العمود */
    height: 120px;             /* ارتفاع الشعار */
    margin-bottom: 20px;       /* مسافة بين الشعار والمحتوى */
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pQRbEZ/wdEWxqTM9xoKS2bZJ1qPE5nDM9pMbMLQk8UXsr4N.png');
    background-size: contain;   /* يحافظ على أبعاد الشعار */
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 15px;        /* حماية المسافة الجانبية */
    padding-right: 15px;       /* حماية المسافة الجانبية */
    box-sizing: border-box;    /* يجعل padding ضمن عرض العمود */
}

/* أجهزة الموبايل الصغيرة */
@media (max-width: 767px) {
    .lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated::before {
        height: 80px;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* أجهزة التابلت */
@media (min-width: 768px) and (max-width: 1023px) {
    .lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated::before {
        height: 100px;
        margin-bottom: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* أجهزة الديسكتوب الكبيرة */
@media (min-width: 1024px) {
    .lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated::before {
        height: 120px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}






/* 🎨 تلوين منطقة النبذة والروابط التي تقع فوق الفوتر */
.footer-main,
.main-footer,
.footer-top {
  background-color: #231f20 !important;
  color: #ffffff !important;
}


.store-footer__inner {
  background-color: #000000 !important; /* لون الخلفية */
  color: #fff; /* يخلي النص أبيض لو الخلفية غامقة */
  padding: 40px 0; /* مسافة من فوق وتحت */
}

.store-footer__inner {
  color: #ffffff; /* النص أبيض */
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* توسيط أفقي */
  justify-content: center; /* توسيط عمودي لو فيه ارتفاع محدد */
  text-align: center; /* توسيط النصوص */
}

.store-footer__inner .container {
  max-width: 1200px; /* عرض أقصى للمحتوى */
  margin: 0 auto; /* توسيط الحاوية */
}


/* ✨ جعل النصوص داخل الفوتر باللون الأبيض */
.footer-main .container,
.footer-bottom .container,
.footer-a .container,
.main-footer .container,
.footer-top .container {  background-color: #231f20 !important;
}



/* ✨ جعل النصوص داخل الفوتر باللون الأبيض */
footer,
footer a,
footer p,
footer span,
footer li,
footer h2,
footer h3,
footer h4,
.footer-main a,
.footer-bottom a {
  color: #ffffff !important;
}
/* ✨ لمسة أنيقة عند تمرير الماوس على الروابط */
.footer-main a:hover,
.footer-bottom a:hover {
  color: #bb9233 !important; /* ذهبي أفتح */
  transition: color 0.3s ease;
}

/* ✅ ضبط عرض المحتوى ليبقى في المنتصف */

.footer-main .container,
.footer-bottom .container,
.footer-a .container,
.main-footer .container,
.footer-top .container {
  max-width: 1200px; /* عرض ثابت أنيق */
  margin: 0 auto; /* توسيط أفقي */
  text-align: center;
}



/* تغيير لون الأيقونات إن وُجدت */
.footer-main svg path {
  fill: #ffffff !important;
}

/* ✨ تنسيق محاذاة المنتصف للفوتر العلوي */
.footer-main {
  text-align: center;
  padding: 2rem 0;
}


/* ============================= */
/* 🟡 الفوتر السفلي - اللون الذهبي */
/* ============================= */
footer,
.footer-bottom {
  background-color: #bb9233 !important;
  color: #ffffff !important;
  text-align: center;
  padding: 1rem 0;
}

/* النصوص والروابط داخل الفوتر السفلي */
.footer-bottom a,
.footer-bottom p,
.footer-bottom span {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}


/* ============================= */
/* ✨ توحيد الشكل العام */
/* ============================= */
footer * {
  font-family: 'Cairo', sans-serif;
  line-height: 1.6;
}


/* ============================= */
/* ⚙️ Header Code */
/* ============================= */
/* 🎨 تنسيق منطقة الأيقونات في الهيدر */
.header-icons-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem; /* المسافة بين الأيقونات */
}

/* 🎯 إخفاء أيقونة السلة الأصلية */
salla-cart-summary .s-cart-summary-wrapper svg,
salla-cart-summary .s-cart-summary-wrapper i {
  display: none !important;
}

/* 🧾 أيقونة السلة (الفواتير) */
salla-cart-summary .s-cart-summary-wrapper::before {
  content: "\eec0"; /* رمز أيقونة الفواتير */
  font-family: "sallaicons" !important;
  font-size: 1.3rem;
  color: #231f20;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

salla-cart-summary .s-cart-summary-wrapper:hover::before {
  color: #bb9233;
  transform: scale(1.1);
}




/* ✨ لمسة خفيفة لتوحيد المحاذاة */
.header-icons-custom * {
  vertical-align: middle;
}