/* ✅ عناوين الأقسام الرئيسية */
h2,
h3,
.section-title,
.section-header__title,
h2.section-title {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #222 !important;
  line-height: 1.4;
  text-align: center;
}

/* ✅ عنوان "الأسئلة الشائعة" */
.text-3xl.font-bold.tracking-tight {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #222 !important;
  text-align: center;
  line-height: 1.4;
}

/* ✅ اسم المنتج */
.product-card__title {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  color: #222 !important;
  line-height: 1.6;
}

/* ✅ وصف المنتج */
.product-card__desc {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.4;
}

/* ✅ السعر */
.product-card__price {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important; /* ← تم تصغيره */
  color: #111 !important;
}

/* ✅ زر الإضافة للسلة */
button.add-to-cart {
  font-family: 'Loew Next Arabic', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 0.3px;
}

/* 🔥 إزالة الفاصل تمامًا */
.enhanced-title-border {
  display: none !important;
}
/* ✅ تنسيق السعر الحالي */
.total-price {
  font-family: 'Loew Next Arabic', sans-serif !important;
  color: #D97706 !important; /* برتقالي راقي */
  font-weight: 700 !important;
  font-size: 16px !important;
}

/* ✅ السعر الحالي */
.total-price {
  font-family: 'Loew Next Arabic', sans-serif !important;
  color: #222 !important; /* أسود داكن */
  font-weight: 700 !important;
  font-size: 16px !important;
}

/* ✅ السعر القديم (المشطوب) */
.before-price {
  font-family: 'Loew Next Arabic', sans-serif !important;
  color: #999 !important;
  font-size: 13px !important;
  text-decoration-color: #ccc !important;
  margin-left: 5px;
}

/* ✅ لون نص زر الأسئلة الشائعة */
.faq-btn p {
  color: #777 !important;
  font-size: 13px !important;
}

/* ✅ لون أيقونة السهم داخل أزرار الأسئلة */
.faq-btn i {
  color: #777 !important;
  stroke: #777 !important;
  fill: #777 !important;
  background-color: transparent !important;
}
.s-block-animated-brands img {
    filter: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
    transition: none !important;
}