/**
 * Orevea RTL Stylesheet (Right-to-Left for Arabic / WPML)
 *
 * @package Orevea
 */

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

/* Header & Announcement */
.orevea-topbar__inner,
.orevea-header__main-inner,
.orevea-header__actions {
    flex-direction: row-reverse;
}

.orevea-header__search-form {
    direction: rtl;
}

.orevea-header__search-input {
    padding-right: 48px;
    padding-left: 16px;
    text-align: right;
}

.orevea-header__search-btn {
    right: 12px;
    left: auto;
}

.orevea-header__cart-count,
.orevea-header__wishlist-count {
    right: auto;
    left: -8px;
}

/* Mega Menu */
.orevea-megamenu__nav {
    direction: rtl;
}

.orevea-megamenu__dropdown {
    right: 0;
    left: auto;
}

/* Product Card */
.orevea-product-card__badge {
    left: 10px;
    right: auto;
}

.orevea-wishlist-btn {
    right: auto;
    left: 10px;
}

.orevea-product-card__info {
    text-align: right;
}

.orevea-product-card__rating {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* Shop Archive / Toolbar */
.orevea-shop-toolbar {
    flex-direction: row-reverse;
}

.orevea-shop-filters-sidebar {
    text-align: right;
}

.orevea-filter-cats-list li,
.orevea-filter-brands-list label {
    flex-direction: row-reverse;
}

/* Single Product */
.orevea-product-page-layout {
    direction: rtl;
}

.orevea-pp-buybox {
    text-align: right;
}

.orevea-pp-buybox .orevea-pp-price-row {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.orevea-product-sidebar {
    text-align: right;
}

/* Cart Page */
.orevea-cart-item-card {
    flex-direction: row-reverse;
    text-align: right;
}

.orevea-cart-summary-card {
    text-align: right;
}

/* Mobile Nav Drawer */
.orevea-mobile-nav__panel {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

.orevea-mobile-nav.is-open .orevea-mobile-nav__panel {
    transform: translateX(0);
}

.orevea-mobile-tabbar {
    flex-direction: row-reverse;
}
