/* Add custom CSS styles below */

/* ===== شارة العرض على بطاقة المنتج ===== */
/* تُثبَّت أعلى صورة المنتج مهما تغيّر ارتفاع الصورة (جوال / تابلت / سطح المكتب) */
.s-product-card-entry .s-product-card-promotion-title {
    top: 10px !important;
    bottom: auto !important;
    padding-top: 3px !important;
    padding-bottom: 7px !important;
    background-color: #991b1b !important;
}

.s-product-card-entry .s-product-card-promotion-title:before,
.s-product-card-entry .s-product-card-promotion-title:after {
    border-bottom-color: #7f1d1d !important;
}

/* ===== شارة العرض في صفحة المنتج ===== */
.promotion-title {
    padding-right: 55px !important;
    background-color: #991b1b !important;
}

.promotion-title:where([dir="rtl"], [dir="rtl"] *) {
    right: -5px !important;
}

/* ===== ارتفاع صورة البطاقة ===== */
.s-product-card-fit-height .s-product-card-image {
    height: 14rem !important;
}