/* Add custom CSS styles below */ 
/* تغيير لون الشريط بالكامل */
.s-product-card-promotion-title {
    background-color: #104378 !important;
    color: #fff !important; /* يخلي النص أبيض عشان يبان */
}

/* تغيير لون الشريط في صفحة المنتج */
.promotion-title {
    background: #104378 !important;
    color: #fff !important; /* عشان النص يظل واضح */
}


/* توسيط عنوان القسم */
.s-block__title {
    display: flex !important;
    justify-content: center !important;
}

.s-block__title .right-side {
    width: 100%;
    text-align: center !important;
}

.s-block__title .right-side h2 {
    text-align: center !important;
}