/* === RTL Support for Hebrew === */
html[dir="rtl"] {
  /* General RTL overrides */
  text-align: right;
}

html[dir="rtl"] .navbar {
  direction: rtl;
}

html[dir="rtl"] .nav-links {
  flex-direction: row-reverse;
}

html[dir="rtl"] .product-info {
  text-align: right;
}

html[dir="rtl"] .product-details {
  direction: rtl;
}

html[dir="rtl"] .cart-item {
  flex-direction: row-reverse;
}

html[dir="rtl"] .cart-item-details {
  text-align: right;
}

html[dir="rtl"] .checkout-form label {
  text-align: right;
}

html[dir="rtl"] .filter-header {
  flex-direction: row-reverse;
}

html[dir="rtl"] .breadcrumb {
  direction: rtl;
}

html[dir="rtl"] footer {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .footer-grid {
  direction: rtl;
}

html[dir="rtl"] .hero-text {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .story-text {
  direction: rtl;
  text-align: right;
}

/* RTL-specific spacing adjustments */
html[dir="rtl"] .btn-add-to-cart-quick {
  left: 10px;
  right: auto;
}

html[dir="rtl"] .product-card .hover-icon-overlay {
  direction: ltr; /* Icons don't flip */
}

/* RTL-safe margins */
html[dir="rtl"] .cart-count {
  margin-left: 0;
  margin-right: 4px;
}
