/* الخلفية العامة */
body{
  background:#ffffff;
  color:#000000;
  font-family:'Cairo',sans-serif;
}

/* الشريط العلوي */
header,.header{
  background:#ffffff !important;
  border-bottom:2px solid #0D47A1; /* أزرق غامق */
}

/* اسم المتجر والقوائم */
.store-name,
.header__store-name,
.navbar a,
.menu a{
  color:#0D47A1 !important; /* أزرق */
  font-weight:600;
}

/* الأزرار */
button,.btn,.add-to-cart{
  background:#1976D2 !important; /* أزرق أساسي */
  color:#ffffff !important;
  border-radius:8px;
  font-weight:700;
}
button:hover,.btn:hover{
  background:#0D47A1 !important; /* أزرق أغمق */
  color:#ffffff !important;
}

/* بطاقات المنتجات */
.product-card,.product-item{
  background:#ffffff;
  border:1px solid #cccccc;
  border-radius:12px;
}

/* الأسعار */
.price,.product-price{
  color:#0D47A1; /* أزرق */
  font-weight:800;
}

/* الخصومات */
.discount,.badge-sale{
  background:#000000 !important; /* أسود */
  color:#ffffff !important;
  border-radius:6px;
}

/* العناوين */
h1,h2,h3,h4{
  color:#0D47A1;
}

/* الفوتر */
footer{
  background:#000000;
  color:#ffffff;
}
footer a{
  color:#1976D2;
}

/* جعل جميع نصوص الفوتر بالأزرق */
footer,
footer p,
footer span,
footer a,
footer li,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footer,
.footer * {
  color:#1976D2 !important;
}

/* عند المرور على روابط الفوتر */
footer a:hover{
  color:#64B5F6 !important; /* أزرق فاتح */
}