/*
 * RTL Stylesheet for دار لام واو للعبايات
 * Adjustments for right-to-left Arabic layout
 */

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

/* Header RTL */
.main-navigation a::after {
    left: auto;
    right: 0;
}

/* Hero badge position flip */
.hero-img-badge {
    left: auto;
    right: -20px;
}

/* Hero background shape flip */
.hero-section::before {
    right: auto;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 200px;
}

/* Footer widget heading underline */
.footer-widget h3::after {
    right: auto;
    left: 0;
}

/* Cart count badge */
.cart-count {
    right: auto;
    left: -10px;
}

/* Close modal button */
.close-modal {
    left: auto;
    right: 20px;
}

/* Mobile drawer slides from left in RTL */
.mobile-nav-drawer {
    right: auto;
    left: -300px;
}

body.mobile-nav-open .mobile-nav-drawer {
    right: auto;
    left: 0;
}

.mobile-nav-drawer {
    box-shadow: 8px 0 30px rgba(45, 31, 30, 0.15);
}

/* WooCommerce My Account navigation active border */
.woocommerce-MyAccount-navigation ul li a {
    border-right: none !important;
    border-left: 3px solid transparent !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    border-left-color: var(--accent) !important;
}

/* Sale badge position in archive */
.woocommerce span.onsale {
    left: auto !important;
    right: 15px !important;
}
