quantity-select{align-items:center;display:flex}quantity-select button{cursor:pointer;background-color:var(--bg-field);border:1px solid var(--border-field);border-radius:4px;height:36px;padding:6px 12px;&:hover,&:focus{background-color:var(--bg-field);border:1px solid var(--border-field)}&:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}&:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}}quantity-select input{text-align:center;background-color:var(--bg-field);border:1px solid var(--border-field);border-left:none;border-right:none;border-radius:0;outline:none;width:56px;min-width:56px;height:36px}quantity-select.error button,quantity-select.error input{border-color:var(--border-error)}