/* ==================================================
   تخصيص شارة المنتج - Promotion Badge
   ================================================== */

.promotion-badge {

    /* لون النص */
    color: #ffffff !important;

    /* لون الخلفية */
    background-color: #000000 !important;

    /* حذف الحدود المتقطعة */
    border: none !important;


    /* =========================
       التحكم في الحجم
       ========================= */

    /* عرض الشارة */
    width: 75px !important;

    /* ارتفاع الشارة */
    height: 22px !important;


    /* =========================
       التحكم في انحناء الزوايا
       ========================= */

    /* كلما زاد الرقم أصبحت الزوايا أكثر استدارة */
    border-radius: 4px !important;


    /* =========================
       توسيط النص
       ========================= */

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* يمنع التفاف النص إلى سطرين */
    white-space: nowrap !important;
}