/* خلفية الموقع */
body {
  background-color: ##f4a4d6!important;
}

/* روابط التصفح */
a, .nav a {
  color: #D14C8F !important; /* وردي */
}

/* تأثير الهوفر على الروابط */
a:hover, .nav a:hover {
  color: white !important;
  background-color: #fffae1!important; /* أصفر */
}

/* أزرار المتجر */
button, .btn, .add-to-cart, .button {
  background-color: #FFD700 !important;
  color: #000 !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: bold;
}

/* أيقونات مثل السلة */
.cart-icon, .icon-cart, .header-cart {
  color: #FFD700 !important;
}

/* ✅ الشريط العلوي */
.header, .site-header {
  background-color: #FFF5CC !important;  /* أصفر فاتح */
  color: #000000 !important;
}

.header a, .site-header a, .header * {
  color: #000000 !important;
}

/* ✅ الشريط السفلي (footer) */
footer, .site-footer, .footer {
  background-color: #ffccec!important;  /* أصفر فاتح */
  color: #000000 !important;
}

footer a, .site-footer a, .footer a {
  color: #000000 !important;
}

/* العناوين */
h1, h2, h3, .section-title {
  color: #D14C8F !important;
}