/* Add custom CSS styles below */ 
/* الأزرار */
button.add-to-cart, 
button.buy-now {
  background-color: #9b59b6 !important; /* موف غامق */
  color: #fff !important;
  border-radius: 10px;
}
button.add-to-cart:hover, 
button.buy-now:hover {
  background-color: #8e44ad !important; /* موف أغمق عند المرور */
}

/* الهيدر */
header {
  background-color: #f3e6f9 !important; /* خلفية بنفسجي فاتح */
}

/* العناوين */
h1, h2, h3, .product-title {
  color: #6a0dad !important; /* بنفسجي ملكي */
}

/* الروابط */
a {
  color: #9b59b6 !important;
}
a:hover {
  color: #8e44ad !important;
  text-decoration: underline;
}

/* عناوين الأقسام */
.section-title {
  border-bottom: 2px solid #9b59b6;
  color: #6a0dad !important;
}

/* الفوتر */
footer {
  background-color: #6a0dad !important; /* خلفية موف غامق */
}

/* نصوص الفوتر */
footer, 
footer a, 
footer p, 
footer span, 
footer small {
  color: #222222 !important;  /* خط غامق واضح */
  font-weight: 600 !important;
}