html, body { direction: rtl; text-align: right; }
input, textarea, select, button { font: inherit; }
.nav, .hero-actions, .header-actions, .product-meta, .qty-row { flex-direction: row-reverse; }
.header-actions { justify-content: flex-start; }
.header-inner > *:first-child { justify-self: start; }
.header-inner > *:last-child { justify-self: end; }
.collection-grid .card-body, .product-card .card-body, .category-card .card-body { text-align: right; }
