/* =========================================================
   لون زرار عربة التسوق العلوي (بدل الأسود الافتراضي)
   تاريخ الإضافة: سبتمبر 2026
   ========================================================= */

.dhb #cart > .btn {
  background-color: #ffd814 !important;
  background-image: none !important;
  border-color: #fcd200 !important;
  color: #0f1111 !important;
  font-weight: bold;
}

.dhb #cart > .btn:hover,
.dhb #cart.open > .btn {
  background-color: #f7ca00 !important;
  color: #0f1111 !important;
}

/* ========================================================= */
/* =========================================================
   توضيح سعر المنتجات في الصفحة الرئيسية وصفحات الأقسام
   ========================================================= */

.dhb .product-thumb .price {
  font-size: 19px !important;
  font-weight: 900 !important;
  display: inline-block;
  padding: 2px 8px;
  background: rgba(39, 174, 96, 0.08);
  border-radius: 4px;
}

/* ========================================================= */