/** Shopify CDN: Minification failed

Line 49:0 Unexpected "}"

**/
.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.newsletter-form__message--success{color:var(--color-green);}

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    /* max-width: 36rem; */
  }
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.newsletter-form__field-wrapper .field__input {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #FFF;
  color: #ff;
  background:transparent;
  color: #FFF;
  font-family: var(--font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.newsletter-form__field-wrapper .field__label{color:#ddd;}

  
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 2rem;
}

@media screen and (min-width: 750px) {
  .newsletter-form__message {
    justify-content: flex-start;
  }
}

.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.newsletter-form__button:focus-visible {
  box-shadow: unset;
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:focus {
  box-shadow:unset;
  margin: 0;
  background-color: rgb(var(--color-background));
}

.newsletter-form__field-wrapper .field__input:focus {
    box-shadow:unset;
  margin: 0;
}
.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}
.nl-text{
text-align: right;
font-size: 18px;
font-weight: 400;
line-height: 140%; 
}
/* @media(max-width:1440px){
  .nl-text{text-align:left;}
} */
@media(max-width:991px){
  .nl-text{font-size:15px;}
}