/*
 * evodiá - RTL Overrides
 * Arabic right-to-left adjustments
 */

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

/* Layout */
body.rtl .header-actions { flex-direction: row-reverse; }
body.rtl .desktop-nav ul { flex-direction: row-reverse; }
body.rtl .footer-grid { direction: rtl; }
body.rtl .footer-contact { text-align: right; }
body.rtl .breadcrumbs { flex-direction: row-reverse; }

/* Cards */
body.rtl .product-card-badges { left: auto; right: var(--spacing-sm); }
body.rtl .product-card-wishlist { right: auto; left: var(--spacing-sm); }
body.rtl .product-card-price .original-price { margin-left: 0; margin-right: 8px; }

/* Forms */
body.rtl .form-input { text-align: right; }
body.rtl .form-checkbox { flex-direction: row-reverse; }

/* Cart */
body.rtl .cart-item { flex-direction: row-reverse; }
body.rtl .cart-summary-row { flex-direction: row-reverse; }

/* Meta items */
body.rtl .product-meta { flex-direction: row-reverse; }

/* Variants */
body.rtl .variant-options { flex-direction: row-reverse; }

/* Toast */
body.rtl .toast-container { right: auto; left: var(--spacing-md); }
body.rtl .toast { flex-direction: row-reverse; }
body.rtl .toast-remove { margin-left: 0; margin-right: auto; }

/* Back to top */
body.rtl .back-to-top { right: auto; left: 20px; }

/* Search */
body.rtl .search-form-large { flex-direction: row-reverse; }

/* Sticky bar */
body.rtl .sticky-buy-bar { flex-direction: row-reverse; }

/* Qty selector */
body.rtl .qty-selector { flex-direction: row-reverse; }
body.rtl .qty-selector input { border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); }

/* Pagination */
body.rtl .pagination { flex-direction: row-reverse; }

/* Product actions */
body.rtl .product-actions-box { flex-direction: row-reverse; }

/* Filter drawer */
body.rtl .filter-drawer { border-left: none; border-right: 1px solid var(--color-border); }
body.rtl .filter-drawer.from-left { left: auto; right: 0; }
body.rtl .filter-checkbox { flex-direction: row-reverse; }

/* Mobile bottom nav */
body.rtl .mobile-bottom-nav { flex-direction: row-reverse; }
body.rtl .mobile-nav-item .cart-badge { right: auto; left: 4px; }

/* Close buttons */
body.rtl .search-close { right: auto; left: 20px; }
body.rtl .mobile-menu-close { left: auto; right: 20px; }

/* Checkout */
body.rtl .checkout-section { text-align: right; }

/* Blog */
body.rtl .blog-card { text-align: right; }
