/* Quantity/stock numbers follow html[lang]: en → 0-9, ar → ٠-٩ */
html[lang="en"] .qty-input,
html[lang="en"] .qty-display {
  direction: ltr;
  unicode-bidi: isolate;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html[lang="ar"] .qty-input,
html[lang="ar"] .qty-display {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: "Cairo", system-ui, sans-serif;
}

.qty-input {
  text-align: center;
}
