{##
# Main element (input)
#}
{% if this.getTarget() == 'cart' %}
<label for="{{ this.getBoxId() }}" class="visually-hidden">{{ t('Quantity') }}</label>
{% endif %}
<input
type="number"
min="1"
inputmode="numeric"
value="{{ this.getBoxValue() }}"
class="{{ this.getClass() }}"
id="{{ this.getBoxId() }}"
name="{{ this.getBoxName() }}"
title="{{ t(this.getBoxTitle()) }}"
onclick="this.focus();"/>
<span class="wheel-mark"> </span>