nav.main-navbar {
    background-color: white !important;
}

.banners-slider-swiper-actions-next {
    display: none;
}.banners-slider-swiper-actions-prev {
    display: none;
}

/* تنسيق الحاوية الرئيسية للنص */
.sold-info-container {
  font-size: 0.9em; /* حجم الخط */
  color: #555; /* لون النص الرمادي */
  font-weight: normal; /* وزن الخط عادي */
  margin-top: 15px; /* مساحة أعلى العنصر */
  margin-bottom: 10px; /* مساحة أسفل العنصر */
}
/* كل الأسعار في المتجر بالإنجليزي + حجم أكبر */
.product-price, 
[class*="price"], 
span[class*="price"], 
.cart-price, 
.checkout-price, 
.product-card .price,
.product-card-content-meta-pricing-current-not-discounted { /* السعر على بطاقات الصفحة الرئيسية */
    font-family: "Arial", sans-serif !important;  /* خط يدعم الأرقام الإنجليزية */
    unicode-bidi: bidi-override;
    direction: ltr;
    font-size: 18px !important;   /* حجم كبير وواضح */
    font-weight: 700 !important;  /* ثقيل وواضح */
    color: #c58b00 !important;    /* لون ذهبي جذاب */