/* Minor overrides beyond Tailwind */
html {
    scroll-behavior: smooth;
}

input[type="date"],
input[type="time"],
input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
    font-family: inherit;
}

/* Hide the hidden-template row used by Alpine.js to clone product rows */
[x-cloak] {
    display: none !important;
}
