/* 🎀 ألوان الفساتين الفاخرة لمتجر سيليا */

/* الخلفية العامة */
body {
  background-color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
}

/* الهيدر */
.header-main {
  background: linear-gradient(135deg, #8B1E3F, #6A0D3E) !important;
}

/* عناوين المنتجات */
.product-title a,
.product-card-title a,
.product-box .title a {
  color: #8B1E3F !important;
  font-weight: bold !important;
}

/* السعر */
.price,
.product-price,
.product-price-value,
.product-box .price,
.product-box .product-price {
  color: #D4AF37 !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
}

/* الفوتر */
.site-footer {
  background: #2C2C2C !important;
  color: #F5F5DC !important;
}

/* الروابط داخل الفوتر */
.site-footer a {
  color: #D4AF37 !important;
}

.site-footer a:hover {
  color: #8B1E3F !important;
}

/* الأزرار */
.btn,
.button,
.add-to-cart {
  background-color: #D4AF37 !important;
  color: #2C2C2C !important;
  border-radius: 30px !important;
  font-weight: bold !important;
}

.btn:hover,
.button:hover,
.add-to-cart:hover {
  background-color: #8B1E3F !important;
  color: #fff !important;

body.products-has-border .product-card {
     border: 1px solid white; 
}