input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
input[type='number'] {-moz-appearance: textfield !important;}

input[type='number']:active,
input[type='number']:focus,
input[type='number']:focus-visible,
input[type='number']:focus-within,
input[type='number']:target,
input[type='number']:visited {
    outline: 0 !important;
    border: 0 !important;
}

/* 
NEWSLETTER
*/
form.klaviyo-form > div {
    min-height: unset !important;
}
.klaviyo-form div[data-testid="form-row"] {flex-direction: column !important;}
.klaviyo-form div[data-testid="form-component"] {
    margin: 0 !important;
    flex: none !important;
    padding: 0 !important;
}

.klaviyo-form input[type='email'],
.klaviyo-form input[type='email']:target,
.klaviyo-form input[type='email']:focus,
.klaviyo-form input[type='email']:focus-within,
.klaviyo-form input[type='email']:focus-visible {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent !important;
    outline: none !important;
    border: 0 !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    color: black !important;
    width: 100% !important;
    height: fit-content !important;
    padding: 0 0 1px !important;
}
.klaviyo-form input[type='email']::placeholder {
    color: black !important;
    opacity: .3 !important;
}

.klaviyo-form button[type='button'] {
    background-color: transparent !important;
    border: 1px solid black !important;
    padding: .4rem .5rem !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer !important;
    transition: 500ms ease !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    color: black !important;
}
@media (hover: hover) {
    .klaviyo-form button[type='button']:hover {
        background-color: black !important;
        color: var(--c-blue) !important;
    }
}

.klaviyo-form .kl-private-reset-css-Xuajs1 * {
    font-weight: 400 !important;
    text-align: left !important;
    color: white !important;
}