/* Force LTR on Header regardless of language */

/* الهيدر العلوي */
#unified-category-bar {
    direction: ltr !important;
}

#unified-category-bar * {
    direction: ltr !important;
}

#unified-category-bar .category-title-bar {
    flex-direction: row !important;
}

#back-to-categories {
    order: 1;
}

#category-hero-title {
    order: 2;
}

.header-actions {
    order: 3;
}

/* الـ Bottom Bar */
.floating-action-bar {
    direction: ltr !important;
}

.floating-action-bar .pill-container {
    flex-direction: row !important;
}

/* Sub Category Tabs */
#sub-category-tabs-container {
    direction: ltr !important;
}

#sub-category-swiper {
    direction: ltr !important;
}
