/** Shopify CDN: Minification failed

Line 196:0 Expected "}" to go with "{"

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


@media screen and (min-width: 750px) {
  .newsletter-form {
   
    margin: 0 auto;
    max-width: 100%;
  }
}

/* Newsletter Content Layout */
.newsletter__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 990px) {
  .newsletter__content {
    align-items: flex-start;
    flex-direction: row;
    align-items: flex-end;
    gap: 3rem;
  }
}

/* Text Content Container */
.newsletter__text-content {
  flex: 1;
  /* text-align: left; */
}

/* Form Content Container */
.newsletter__form-content {
  flex: 1;
}

/* Newsletter Field Styling */
.newsletter-field {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}

.newsletter-field .field {
  position: relative;
  flex: 1;
}

@media screen and (min-width: 990px) {
  .newsletter-field .field {
    flex: 0 0 340px;
  }
}


.newsletter-field .field__input {
  width: 100%;
  padding: 8px 20px 8px 20px !important;
  border-radius: 12px;
  border: 2px solid;
  font-size: 1rem;
  box-sizing: border-box;
}

.newsletter-field .field__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.field__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  background: none !important;
  border-radius: 0 !important;
  color: #ffffff;
}

.newsletter-submit-btn {
  flex: 0 0 auto;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  height: auto !important;
  width: auto !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 1rem !important;
  border: none !important;
  white-space: nowrap;
}

/* Hide default label */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

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

.newsletter-form__field-wrapper {
  position: relative;
  flex: 1;
}

.newsletter-form__field-wrapper .field__input {
  padding-right: 50px;
}

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

.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: var(--inputs-border-width);
  top: 0;
  height: 100%;
  z-index: 2;
}

.newsletter-form__button:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:focus {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}
.field {
    /* border-radius: 6px;
    box-shadow: 5px 5px 0px 0px #ffffff;
} */
