.footer__subscription #email_signup {
  display: flex;
  height: 35px;    
  margin-bottom: 10px;
}
.footer__subscription #email_signup button {
  margin-left: 20px;
  font-size: 15px;
  padding: 0 20px;
  font-weight: 500;
  background: white;
  border: none;
}
.footer__subscription #email_signup button:hover {
  background: #141414;
  color: #ffbb12;
}
.klaviyo_modal .klaviyo_form_actions {
  padding-top: 16px;
}
.klaviyo_modal .consent_checkbox {
  margin-top: 10px;
}
.klaviyo_modal #subscribe-btn span {
  background: #ff5a00;
}