/** Shopify CDN: Minification failed

Line 72:10 Unexpected "{"
Line 72:19 Expected ":"
Line 78:10 Unexpected "{"
Line 78:19 Expected ":"
Line 83:10 Unexpected "{"
Line 83:19 Expected ":"
Line 84:10 Unexpected "{"
Line 84:19 Expected ":"
Line 89:10 Unexpected "{"
Line 89:19 Expected ":"
... and 4 more hidden warnings

**/
.newsletter__wrapper {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* @media screen and (min-width: 750px) {
  .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
} */

.newsletter__wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter__wrapper > * + * {
  margin-top: 2rem;
}

.newsletter__wrapper > * + .newsletter-form {
  margin-top: 3rem;
}

.newsletter__subheading {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 75rem;
}

.newsletter-form__field-wrapper .newsletter-form__message {
  margin-top: 1.5rem;
}

.newsletter__button {
  margin-top: 3rem;
  width: fit-content;
}

@media screen and (min-width: 750px) {
  .newsletter__button {
    flex-shrink: 0;
    margin: 0 0 0 1rem;
  }
}
.newsletter .newletter_wrapper-block .field__input {
    background: var(--gradient-base-background-2) ;
    color:#fff;
}

/* 1. Target the actual placeholder attribute text */
#section-{{ section.id }} .field__input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

/* 2. Target the label (even if it has visually-hidden, this ensures it's white if it appears) */
#section-{{ section.id }} .field__label {
  color: #ffffff !important;
}

/* 3. Specifically target the 'floating' label state in Dawn/Sense themes */
#section-{{ section.id }} .field__input:focus ~ .field__label,
#section-{{ section.id }} .field__input:not(:placeholder-shown) ~ .field__label {
  color: #ffffff !important;
}

/* 4. Browser Specific Overrides for Placeholder */
#section-{{ section.id }} .field__input::-webkit-input-placeholder { color: #ffffff !important; }
#section-{{ section.id }} .field__input::-moz-placeholder { color: #ffffff !important; }
#section-{{ section.id }} .field__input:-ms-input-placeholder { color: #ffffff !important; }