.product-hero-container .openDialog {
  background: #323F47;
  color: #fff;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 20px;
  text-wrap:balance;
}

.product-hero-container .openDialog span {
  cursor: pointer;
  font-weight: 400;
}
#features dialog {
  position: fixed;
  z-index: 2;
  background: #323F47;
  color: #fff;
  max-width: 767px;
  width: 100vw;
  border: 0;
  top: auto;
  bottom: 0;
  margin: 0;
}

#features dialog::backdrop {
  background: rgba(189, 189, 189, 0.6)
}

#features dialog input[type=email] {
  border-color: #fff;
  color: #fff;
}
#features dialog input[type=email]::placeholder {
  color: #fff;
}
#features dialog h4.feature-subheader {
  font-style: normal;
  text-align: center;
  font-size: 20px !important;
  font-family: 'proxima-nova', sans-serif !important;
  margin: 0;
  font-weight: 700;
}
#features dialog h4.feature-subheader span{
  font-size: 30px !important;
}

#features dialog .header,
#features dialog .subheader {
  text-align: center;
  font-weight:bold;
  line-height: 1.2;
}
#features dialog .header {
  font-size: clamp(24px, 5vw, 40px);
}
html[lang="en"] #features dialog .header {
  font-size: clamp(30px, 5vw, 60px);
}
#features dialog .subheader {
  font-size: clamp(20px, 7vw, 30px);  
}

#features dialog input[type="email"],
#features dialog label {
  width: 100%;
  margin: 0 0 15px;
}

#features dialog input[type="email"]::placeholder {
  text-transform: none !important;
}

#features dialog input {
  background: none;
}

#features dialog input:focus {
  outline: none;
}

#features dialog button {
  text-align: center;
  background: #eb8500;
  color: #fff;
  border: 0;
  padding: 5px 25px;
}

#features dialog p,
#features dialog label,
#features dialog .agreeMessage,
#features dialog .emailMessage {
  font-size: 16px !important;
}

#features dialog input[type=email] {
  font-size: 100%;
}

section#features dialog p,
section#features dialog .subscribeMessage p {
  text-align: center;
  color:#fff !important;
}

#features dialog .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 26px;
}

#features dialog .agreeMessage,
#features dialog .emailMessage {
  display: none;
  color: #ff2d2d;
  margin: 0 0 15px;
}

#features dialog .signupSuccess,
#features dialog .signupFailure {
  display: none;
}

#features dialog .signupSuccess p,
#features dialog .signupFailure p,
#features dialog .signupSuccess h4.feature-subheader {
  text-align: center;
  margin: 10px 0;
  line-height: 1.4;
}

#features dialog .signupSuccess p strong{
  font-size: 18px;
}
#features dialog .signupSuccess h4.feature-subheader span {
  font-weight: 400;
  font-size: 16px;
}

#features dialog .signupSuccess .emailAdd {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  
  #features dialog {
    padding: 20px 40px;
    top: 0;
    margin: auto;
    max-width: 600px;
  }
  #features dialog h4.feature-subheader {
    font-size: 30px !important;
  }

  #features dialog h4.feature-subheader span{
    font-size: 50px !important;
  }

  #features dialog p {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {  
  .product-hero-container .openDialog {
    display: inline-block;
    margin-left: 20px;
    max-width: 200px;
    position: absolute;
    top: -40px;
    right: 0;
  }

}