/* Arabic RTL Override Stylesheet */
@import url('../css/style.css');

/* RTL Direction */
body {
  direction: rtl;
  text-align: right;
}

/* Header */
.header-main .container {
  flex-direction: row-reverse;
}

.main-nav {
  flex-direction: row-reverse;
}

.header-actions {
  flex-direction: row-reverse;
}

.cart-count {
  right: auto;
  left: -12px;
}

/* Top Bar */
.top-bar .container {
  flex-direction: row-reverse;
}

.metal-prices {
  flex-direction: row-reverse;
}

/* Product Cards */
.product-badge {
  left: auto;
  right: 1rem;
}

/* Category Layout */
.category-layout {
  flex-direction: row-reverse;
}

/* Breadcrumb */
.breadcrumb {
  flex-direction: row-reverse;
}

/* Footer */
.footer-grid {
  direction: rtl;
}

/* Mobile nav */
@media (max-width: 768px) {
  .main-nav {
    text-align: right;
  }
}
