.section-newsletter {
  /* padding: 0 20px; */
  background-color: #008290;
}

.newsletter-content {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  width: 75%;
  margin: 0 auto;
  /* position: relative; */
  height: auto;
  background: #008290;
  padding-bottom: 30px;
  padding-top: 22px;
}
.newsletter-title{
  color: #fff;
  font-weight: bold;
}
.newsletter-title .text-center{
  text-align: left;
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  text-transform: uppercase;
}

.newsletter-button-group {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.newsletter-button-group .field.newsletter--field{
  flex: 1;
}
.newsletter-button-group .field.newsletter--field .field__input{
  height: 50px;
}

.newsletter-desc {
  margin-top: 15px;
  /* position: absolute; */
  bottom: 0;
  /* margin-bottom: 28px; */
  order: 3;
  color: #fff;    
  text-align: left;  
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.button:not(.button--link), .shopline-element-buy-now {
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0 !important;
}
.button:not(.button--link)::after, .shopline-element-buy-now::after {
  box-shadow: none;
}
.newsletter--field {
  margin-bottom: 0;
  width: 260px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .newsletter-button-group{
    flex-wrap: wrap;
  }
  .newsletter--field{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .newsletter--button{
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .newsletter-content form {
    width: 100%;
  }
  .newsletter--field {
    width: 100%;
  }
  .newsletter-button-group .shopline-localization-form {
    flex: 1;
  }
}

.newsletter-commit--message .icon {
  width: 14px;
  margin-right: 4px;
}

.newsletter--button {
  min-width: 90px;
}

.newsletter-form {
  width: 100%;
}

.section-newsletter .field__input {
  background: rgba(var(--color-button-text), 0.5);
}
.field.newsletter--field:after{
  border-radius: unset;
  border-width: 0;
  border: none;
 }
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
