'number', 'class' => 'input-text qty text form-control', 'title' => esc_attr_x( 'Qty', 'Product quantity input tooltip', 'bs4' ), 'step' => esc_attr( $step ), 'max' => 0 < $max_value ? esc_attr( $max_value ) : '', 'min' => esc_attr( $min_value ), 'size' => 4, 'pattern' => esc_attr( $pattern ), 'inputmode' => esc_attr( $inputmode ), ) ); ?>