.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    width: fit-content;
    background: #c1a367;
    padding: 6px 10px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
} 
.s-product-card-promotion-title {
    background-color: rgb(193 163 103);
}