/* تغيير حجم النافذة التي تظهر عند اضافة الصنف الى السلة*/
salla-add-product-toast.s-add-product-toast {
    font-size: 12px !important; /* تصغير الخط */
    padding: 6px 12px !important; /* تقليل المساحة الداخلية */
    height: 170px !important; /* تقليل الارتفاع */
    border-radius: 8px !important; /* تدوير الزوايا */
}

/* (الداخلي)تغيير خصائص  السعر في قائمة الاصناف*/
h2.font-bold.text-xl.inline-block {
 font-weight: bald !important;   /*خط عريض */
  font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif !important; /* خط حديث */
  font-size: 17px !important;
  color: #001BB7 !important; /* تغيير اللون */
}

/* (الخارجي)تغيير خصائص  السعر في قائمة الاصناف*/
h4.main-price {
  font-weight:bald !important; /* خط عريض */
  font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif !important; /* خط حديث */
  font-size: 17px !important;
  color: #001BB7 !important; /* تغيير اللون */
}

/* لاخفاء السعر عند الضغط على المنتج */
.center-between.w-full {
  display: none !important;
}

/* لاخفاء قسم الوصف تحت السعر 

.s-block__title {
  display: none !important;
}

.product__description{
  display: none !important;
}
*/

/* تقليص مربع الصنف داخلي */