/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

    [data-pp-message] iframe {
        opacity: 1 !important;
        pointer-events: auto !important;
        visibility: visible !important;
        min-height: 24px; /* Asegura un espacio mínimo */
    }


#checkout-guest-form input[type="text"]:not(input[name="password"]):not([name="email"]),
#checkout-addresses-step input[type="text"],
#delivery-address input[type="text"],
#invoice-address input[type="text"] {
    text-transform: uppercase;
}