/* Add custom CSS styles below */ 
/* ===== تحميل خط Cairo يدويًا ===== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

/* ===== فرض خط Cairo على المتجر كامل ===== */
html, body, * {
  font-family: 'Cairo', sans-serif !important;
}
/* ===== هوية متجر الهيبة Alhybah ===== */

/* الخط العام */
body, button, input, textarea {
  font-family: 'Tajawal', 'Cairo', sans-serif;
  background-color: #f9f7f3;
  color: #2f2f2f;
}

/* العناوين */
h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* الأزرار */
button, .btn, .btn-primary {
  background-color: #2f4f3f !important; /* أخضر مخملي */
  color: #ffffff !important;
  border-radius: 6px;
  border: none;
  padding: 12px 28px;
  transition: all 0.3s ease;
}

button:hover, .btn:hover {
  background-color: #243c30 !important;
}

/* الأسعار */
.price, .product-price {
  color: #b79a5b; /* ذهبي ناعم */
  font-weight: 600;
}

/* البطاقات (المنتجات) */
.product-card, .product-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

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

/* الفوتر */
footer {
  background-color: #f1efe9;
  padding: 40px 0;
  text-align: center;
}
/* توحيد لون جميع الأسعار */
.price,
.product-price,
.product-item-price,
.salla-product-price,
span[class*="price"],
div[class*="price"] {
  color: #b79a5b !important; /* ذهبي ناعم */
  font-weight: 600;
}
/* ===== التحكم في بانر الصور المتحركة (محسنة) ===== */

/* العنوان الرئيسي */
.home-slider h2,
.home-slider .slider__title,
.home-slider .carousel-caption h2 {
  text-align: center !important;
  font-family: 'Cairo', 'Tajawal', sans-serif !important;
  color: #e6d3a3 !important; /* ذهبي ناعم */
  font-size: 34px !important;
  line-height: 1.6;
  text-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

/* النص الثانوي */
.home-slider p,
.home-slider .slider__description,
.home-slider .carousel-caption p {
  text-align: center !important;
  font-family: 'Cairo', 'Tajawal', sans-serif !important;
  color: #e6d3a3 !important;
  font-size: 22px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* زر البانر */
.home-slider a,
.home-slider .btn {
  background-color: #2f4f3f !important;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 12px 30px;
}
/* ===== إجبار تنسيق نص البانر في الصفحة الرئيسية ===== */
.home section h2,
.home section h3,
.home section p {
  text-align: center !important;
  font-family: 'Cairo', 'Tajawal', sans-serif !important;
  color: #e6d3a3 !important;
  text-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

/* تكبير العنوان */
.home section h2 {
  font-size: 26px !important;
  line-height: 1.6;
}

/* النص الثانوي */
.home section p {
  font-size: 22px !important;
}
/* ===== اعتماد خط Cairo للمتجر كامل ===== */
*,
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, a, div,
button, input, textarea, label {
  font-family: 'Cairo', sans-serif !important;
}
/* ===== توحيد حجم سطور البانر الرئيسي ===== */
.home h2,
.home h3,
.home p {
  font-size: 34px !important;   /* نفس حجم السطر الأول */
  line-height: 1.6;
}