/* خلفية الموقع */
body {
  background-color: #F8F4EF !important; /* بيج مخملي */
  color: #3A3A3A !important; /* خط داكن */
  font-family: 'Cairo', sans-serif;
}

/* أزرار الإضافة للسلة */
button.add-to-cart,
.product-card__button,
.button, 
.btn-primary {
  background-color: #862D49 !important; /* عنابي ملكي */
  color: #ffffff !important; /* كتابة بيضاء */
  border-radius: 6px;
  font-weight: 600;
  border: none;
}

/* عند المرور على الأزرار */
button.add-to-cart:hover,
.product-card__button:hover {
  background-color: #5D3A66 !important; /* بنفسجي غني */
  color: #fff !important;
}

/* الروابط */
a {
  color: #862D49 !important;
}
a:hover {
  color: #5D3A66 !important;
}

/* الهيدر */
.site-header, .header {
  background-color: transparent !important;
  color: #3A3A3A;
}

/* الفوتر */
.site-footer {
  background-color: #F6E6E7 !important; /* وردي فاخر */
  color: #3A3A3A;
}
.site-footer a {
  color: #862D49 !important;
}
.site-footer a:hover {
  color: #5D3A66 !important;
}

/* الأيقونات */
.icon, .social-icon {
  color: #C7C1BB !important;
}
.social-icon.language {
  color: #862D49 !important;
}

/* الأسعار */
.product-card__price, .price {
  color: #862D49 !important;
}

/* عناوين الأقسام والأسئلة الشائعة */
h1, h2, h3, h4, h5, h6 {
  color: #862D49 !important;
  font-weight: 600;
}
.faq-title,
.faq-question {
  color: #5D3A66 !important;
  font-weight: bold;
}