/* الخلفية العامة */
body {
  background-color: #f5f5dc !important; /* أسود داكن */
  color: #1a1a1a !important;           /* بيج فاتح */
}

/* الهيدر */
.header, .main-header {
  background-color: #d4af00 !important; /* أصفر غامق متناسق مع الشعار */
}

.header a, .main-header a, nav a, .nav-link {
  color: #444 !important; /* رمادي داكن للنص */
}

/* الفوتر */
.footer, .main-footer {
  background-color: #000 !important;
  color: #fff !important;
}

/* أزرار مثل أضف للسلة وغيره */
button, .btn, input[type="submit"] {
  background-color: #ffcc00 !important; /* أصفر واضح */
  color: #000 !important; /* أسود */
  border: none !important;
  border-radius: 5px !important;
}

/* عند المرور بالماوس */
button:hover, .btn:hover {
  background-color: #e0b000 !important;
}

/* بطاقات المنتجات (لو تبي تخليها بيج مثلًا) */
a[href*="/product/"] {
  background-color: #2a2a2a !important;
  border: 1px solid #f5f5dc !important;
  color: #f5f5dc !important;
}