/* الخلفية العامة */
body {
  background: #fff; /* عنابي غامق */
  /*color: #ffffff ;*/
  font-family: 'Cairo', sans-serif;
  direction: rtl;
}

/* الهيدر */
header, .header, .navbar {
  background: #2a0707 !important;
  border-bottom: 1px solid #5a1a1a;
}

/* الروابط */


/* الأزرار */
button, .btn, .button {
/*  background: linear-gradient(135deg, #800020, #c04060) !important;*/
  background: linear-gradient(135deg, #5a0015, #a8324a, #d16a7c) !important;
  color: #ddd !important;
  border-radius: 12px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}

button:hover, .btn:hover {
  transform: scale(1.05);
}

/* بطاقات المنتجات */
.product, .product-card, .card {
  background: #4a0d0d !important;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.product:hover, .card:hover {
  transform: translateY(-10px);
}

/* الصور */
.product img {
  border-radius: 12px;
}

/* السعر */
.price, .product-price {
  color: #f5e6a9 !important;
  font-weight: bold;
  font-size: 16px;
}


/* الفوتر */
footer {
}