/** Shopify CDN: Minification failed

Line 84:1 Expected "}" to go with "{"

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

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

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

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}

.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: 12.4rem;
    margin: 0;
    right: var(--inputs-border-width);
    top: 0;
    height: 100%;
    z-index: 2;
    background-color: var(--gradient-base-background-2) !important;
    border: none;
    border-radius: 25px;
   font-weight:bold;
color: rgb(var(--color-base-text));
}

.newsletter-form__button:focus-visible {
  
}

.newsletter-form__button:focus {


.newsletter-form__button:not(:focus-visible):not(.focused) {
 
}

.newsletter-form__button .icon {
  width: 1.5rem;
}


@media only screen and (max-width: 750px){
form{max-width: 100% !important;}
  
}