h3.sub-title.text-sm {
    white-space: normal !important; /* السماح بلف النص */
    text-wrap: wrap !important; /* التأكد من لف النص */
    overflow: visible !important; /* إظهار النص بالكامل وعدم قصه */
    text-overflow: clip !important; /* عدم استخدام علامة الحذف */
    text-align: center; /* توسيط النص */
    /* يمكن إضافة عرض محدد إذا لزم الأمر لضمان اللف، مثلاً: */
    /* max-width: 150px; */
    /* display: block; */
}
h3.sub-title.text-sm {
    display: none !important; /* إخفاء العنوان الرئيسي بالكامل */
}
img.w-full.h-full.lazy.rounded-md.loaded {
    display: none !important; /* إخفاء الصور */
}
  img.w-full.h-full.lazy.rounded-md.loaded {
    width: auto !important; /* عرض الصورة بحجمها الأصلي */
    height: auto !important; /* ارتفاع الصورة بحجمها الأصلي */
    max-width: 100% !important; /* التأكد من عدم تجاوز عرض الصورة للعنصر الأب */
    object-fit: contain !important; /* التأكد من ظهور الصورة كاملة داخل حاويتها */
}
custom-salla-product-card.s-product-card-out-of-stock::before {
  display: none !important;
}
body {
    color: #231f1e;
    color: #6880a2;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.s-block__title h2 {
    color: #111;
    color: #6880a2;
    font-size: 1.25rem;
    font-size: var(--title-size-mobile, 1.25rem);
    line-height: 1.25;
    line-height: var(--title-line-height, 1.25);
}
.btn-primary {
    background-color: #6880a2;
    background-color: #6880a2;
    color: #ff6767;
    color: #ffffff;
}
.btn-outline-primary, .btn-primary {
    border-color: #414042;
    border-color: #6880a2;
    border-width: 1px;
}
.text-black {
    --tw-text-opacity: 1;
    color: #f9fafb;
    color: rgb(104 128 162);
}
.s-cart-summary-total {
    color: #6880a2;
    font-weight: 600;
}
.store-footer h3 {
    color: #414042;
    color: #f5f5f5;
}