/* ==========================================================================
   RTL Styles for Aroma Global Luxury Theme (Arabic Translation)
   ========================================================================== */

/* 1. Custom Arabic Typography */
body {
    direction: rtl;
    unicode-bidi: embed;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 14px;
    text-align: right;
}

h1, h2, h3, h4, h5, h6, .site-logo a {
    font-family: 'Amiri', 'Cormorant Garamond', serif;
    letter-spacing: 0; /* Letter spacing doesn't apply well to cursive Arabic script */
}

/* 2. Text Alignment & Positioning Overrides */

.site-header .container,
.site-footer-widgets,
.site-footer-bottom {
    direction: rtl;
}

/* Header Adjustments */
.main-navigation ul {
    direction: rtl;
}

.cart-contents .count {
    right: auto;
    left: -8px;
}

/* WooCommerce Overrides for RTL */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-left: 0;
    border-right: 4px solid var(--color-gold);
    text-align: right;
}

.woocommerce-error {
    border-right-color: #d9534f;
}

.shop_table th {
    text-align: right;
}

.cart-collaterals {
    justify-content: flex-start;
}

/* Forms */
.form-row {
    text-align: right;
}

/* Footer widget listings */
.footer-menu {
    padding-right: 0;
}
