.quantity { position: relative; }

.quantity input.qty[data-kevira-localization-quantity="true"] {
	color: transparent !important;
	caret-color: currentColor;
}

.kevira-localization__quantity {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	color: var(--kev-integration-text, inherit);
	font: inherit;
}

@media (max-width: 782px) {
	html input:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='color']):not([type='hidden']),
	html select,
	html textarea {
		font-size: 16px !important;
	}
}
