/* ===============================
   TOHAFY - White Badge Gold Text
   خلفية بيضاء + كتابة ذهبية
================================ */

/* شارات المنتجات مثل: الأكثر مبيعًا / المقاس */
.s-product-card-entry .s-product-card-badge,
.s-product-card-entry [class*="badge"],
.s-product-card-entry [class*="ribbon"],
.s-product-card-entry [class*="promotion"],
.product-card [class*="badge"],
.product-card [class*="ribbon"],
.product-card [class*="promotion"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #b89445 !important;
  border: 1px solid #d7bd74 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

/* إزالة أي طرف أو ظل أحمر من الشارة */
.s-product-card-entry .s-product-card-badge::before,
.s-product-card-entry .s-product-card-badge::after,
.s-product-card-entry [class*="badge"]::before,
.s-product-card-entry [class*="badge"]::after,
.s-product-card-entry [class*="ribbon"]::before,
.s-product-card-entry [class*="ribbon"]::after,
.product-card [class*="badge"]::before,
.product-card [class*="badge"]::after,
.product-card [class*="ribbon"]::before,
.product-card [class*="ribbon"]::after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #d7bd74 !important;
}

/* رقم السلة لو كان أحمر */
.s-cart-summary-count,
.cart-count,
.header-cart-count,
[class*="cart"] .badge,
[class*="cart"] [class*="count"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #b89445 !important;
  border: 1px solid #d7bd74 !important;
}

/* السعر الأحمر داخل كرت المنتج فقط */
.s-product-card-entry .s-product-card-price,
.product-card .product-price,
.product-card .price,
.s-product-card-entry .price {
  color: #b89445 !important;
}

/* النصوص الحمراء داخل كرت المنتج فقط */
.s-product-card-entry .text-red-500,
.s-product-card-entry .text-red-600,
.s-product-card-entry .text-danger,
.product-card .text-red-500,
.product-card .text-red-600,
.product-card .text-danger {
  color: #b89445 !important;
}

/* ===============================
   TOHAFY - Product Page Red to Gold
   تغيير الأحمر في صفحة المنتج إلى ذهبي
================================ */

/* شارات الخصم والعروض في صفحة المنتج */
.s-product-badge,
.s-product-sale,
.s-product-discount,
.product-badge,
.product-label,
.product-promotion,
[class*="discount"],
[class*="promotion"],
[class*="sale"],
[class*="coupon"],
[class*="badge"] {
  background-color: #b89445 !important;
  background: #b89445 !important;
  color: #ffffff !important;
  border-color: #b89445 !important;
}

/* إزالة أي طرف أحمر أو مثلث من الشارة */
.s-product-badge::before,
.s-product-badge::after,
.s-product-sale::before,
.s-product-sale::after,
.s-product-discount::before,
.s-product-discount::after,
.product-badge::before,
.product-badge::after,
.product-label::before,
.product-label::after,
[class*="discount"]::before,
[class*="discount"]::after,
[class*="promotion"]::before,
[class*="promotion"]::after,
[class*="sale"]::before,
[class*="sale"]::after,
[class*="coupon"]::before,
[class*="coupon"]::after,
[class*="badge"]::before,
[class*="badge"]::after {
  background-color: #b89445 !important;
  background: #b89445 !important;
  border-color: #b89445 !important;
}

/* أي نص أحمر في صفحة المنتج */
.text-red-500,
.text-red-600,
.text-danger,
.text-error,
[class*="text-red"],
[class*="text-danger"] {
  color: #b89445 !important;
}

/* أي خلفية حمراء في صفحة المنتج */
.bg-red-500,
.bg-red-600,
.bg-danger,
.bg-error,
[class*="bg-red"],
[class*="bg-danger"] {
  background-color: #b89445 !important;
  background: #b89445 !important;
}

/* السعر أو الخصم إذا ظهر بالأحمر */
.price,
.product-price,
.s-product

/* ===============================
   TOHAFY - Menu Red to Gold
   تغيير لون عناوين القائمة الحمراء إلى ذهبي
================================ */

/* روابط القائمة العلوية */
header a,
.store-header a,
.navbar a,
.main-menu a,
.s-menu a,
.s-header a {
  color: #111111 !important;
}

/* الرابط النشط أو التخفيضات */
header a.active,
.store-header a.active,
.navbar a.active,
.main-menu a.active,
.s-menu a.active,
.s-header a.active,
header a:hover,
.store-header a:hover,
.navbar a:hover,
.main-menu a:hover,
.s-menu a:hover,
.s-header a:hover,
header a[href*="offers"],
header a[href*="sale"],
header a[href*="discount"],
header a[href*="تخفيضات"],
.main-menu a[href*="offers"],
.main-menu a[href*="sale"],
.main-menu a[href*="discount"],
.main-menu a[href*="تخفيضات"] {
  color: #b89445 !important;
}

/* أي نص أحمر داخل الهيدر فقط */
header .text-red-500,
header .text-red-600,
header .text-danger,
.store-header .text-red-500,
.store-header .text-red-600,
.store-header .text-danger,
.navbar .text-red-500,
.navbar .text-red-600,
.navbar .text-danger {
  color: #b89445 !important;
}