/**
 * Mobil Safari/Chrome: input focus zoom (font-size < 16px) engelleme.
 * Wubito checkout ve genel form alanları.
 */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media screen and (max-width: 1024px) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="file"]):not([type="image"]),
    textarea,
    select,
    .iti input.iti__tel-input,
    .iti input[type="tel"] {
        font-size: 16px !important;
    }
}
