/**
 * Homepage + hero: extra RTL fixes (Bootstrap 4 offset is LTR-oriented).
 * Loaded only when site language direction is rtl.
 */
html[dir="rtl"] .shop_banner_slider .offset-lg-3 {
    margin-left: 0 !important;
    margin-right: 25%;
}

/* Hero text column: keep block aligned to the visual “start” side in RTL */
html[dir="rtl"] .shop_banner_slider .banner_slide_content .col-lg-8.text-right {
    margin-right: auto;
    margin-left: 0;
}
