/* RTL Support for Mathab Honey Theme */

body {
    direction: rtl;
    text-align: right;
}

html {
    direction: rtl;
}

/* Header RTL */
.header-content {
    flex-direction: row-reverse;
}

/* Gallery Buttons RTL */
.gallery-prev {
    right: 1rem;
    left: auto;
}

.gallery-next {
    left: 1rem;
    right: auto;
}

/* Cart Drawer RTL */
.cart-drawer-content {
    right: 0;
    left: auto;
}

/* Modal Close Button RTL */
.modal-close {
    right: 1rem;
    left: auto;
}
