html[lang^='ar'] quantity-input.cart-quantity .quantity__input {
  color: transparent;
  caret-color: rgb(var(--color-foreground));
}

html[lang^='ar'] quantity-input.cart-quantity .cart-arabic-quantity-display {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  inset-inline: calc(4.5rem / var(--font-body-scale) + var(--inputs-border-width));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  font: inherit;
  pointer-events: none;
}
