.footer__newsletter input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffffb3;
}

.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  top: 10px;
}