.s-products-list-horizontal-cards {
  background: transparent !important;
}

.s-product-card-horizontal {
  background: white !important;
  border-radius: 8px !important;
}

.scroll-top  {  right:  auto;  left:  16px;  }

 /////*صفحة الدفع
/* خلفية الصفحة */
body.cart, .cart-page {
 background-color: #000000;
}

/* النصوص العامة */
.cart-item, .cart-item * {
 color: #ffffff;
}

/* أسعار المنتجات بدون تخفيض */
.item-price {
 color: #ffffff !important;
}

/* أسعار المنتجات مع تخفيض */
.item-original-price {
 color: #e0a71d !important;
}

/* ملخص الطلب */
#sub-total, [data-cart-total] {
 color: #e0a71d !important;
}

/* المربعات البيضاء تصبح سوداء مع إطار ذهبي */
.cart-item, .shadow-default {
 background-color: #000000 !important;
 border: 2px solid #e0a71d !important;
}

/* صندوق ملخص الطلب */
.bg-white {
 background-color: #000000 !important;
 border: 2px solid #e0a71d !important;
}

/* مربع عدد المنتجات */
.s-quantity-input-input, .s-quantity-input-button {
 background-color: #000000 !important;
 color: #e0a71d !important;
 border: 1px solid #e0a71d !important;
}


 /////* القائمة الرئيسية عالجوال

/* القائمة الرئيسية على الجوال - خلفية سوداء مع إطار ذهبي */
.mobile-menu, #mobile-menu, 
.mm-ocd__content,
.mm-spn--main {
  background-color: #000000 !important;
  border: 2px solid #e0a71d !important;
}

/* نص "القائمة الرئيسية" */
.mobile-menu [data-mm-spn-title],
.mm-spn--navbar,
.mm-spn {
  color: #e0a71d !important;
  background-color: #000000 !important;
}

/* الخلفية الخارجية للقائمة */
.mm-ocd {
  background-color: #000000 !important;
}

/* عناصر القائمة */
.mobile-menu ul li a,
.main-menu li a {
  color: #ffffff !important;
  background-color: transparent !important;
}


 /////* اظهار التصنيفات في الجوال فقط

/* إخفاء التصنيفات على الكمبيوتر (768px وفوق) */
@media (min-width: 768px) {
  .mm-ocd--right .main-menu {
    display: none !important;
  }
}

/* إظهار التصنيفات على الجوال (767px وتحت) */
@media (max-width: 767px) {
  .mm-ocd--right .main-menu {
    display: block !important;
  }
}

 // كود تغيير تباعد النص

.kesra-main-banner h1 {
  font-family: "Alfares", sans-serif !important;
}
.kesra-main-banner h1 {
  font-family: "Alfares", sans-serif !important;
}

span.tracking-widest {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  text-transform: none !important;
}

span.text-sm.tracking-widest.font-bold.uppercase.mb-4.block {
  font-family: "Alfares", sans-serif !important;
  letter-spacing: 0 !important;       /* إلغاء تباعد الأحرف */
  word-spacing: 0 !important;         /* إلغاء تباعد الكلمات */
  text-transform: none !important;    /* إلغاء التحويل لأحرف كبيرة */
}