/* Add custom CSS styles below */ 
/* 1. Target the main span to hide the original text */
:lang(ar) .s-conditional-offer-checkpoint-label.first-checkpoint span {
    font-size: 0 !important;
}

/* 2. Add your new text and make it visible again */
:lang(ar) .s-conditional-offer-checkpoint-label.first-checkpoint span::after {
    content: "لا يوجد" !important;
    font-size: 14px !important; /* Bring the size back up for the new word */
    display: inline-block;
    position: relative;
    bottom: 8px;
    padding-right: 8px;
}