/** Shopify CDN: Minification failed

Line 134: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 {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 45rem;
  }
}

.newsletter-form__field-wrapper {
  width: 100%;
  border-radius: 30px;
}

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
  border-radius: 30px;
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
  border-radius: 30px;
}

.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;
  background-color: inherit;
}

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

/* Remove default Shopify border + hover glow on newsletter field */
.field,
.field::before,
.field::after {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

/* Remove hover and focus ring */
.field:hover,
.field:focus,
.field:focus-within,
.field__input:focus,
.field__input:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #fff !important;
}

/* Fully rounded pill input */
.field__input {
  border-radius: 30px !important;
  border: none !important;
  outline: none !important;
  background: #fff !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  color: #000 !important;
}

/* Round button to match input */
.newsletter-form__button {
  border: none !important;
  border-radius: 0 30px 30px 0 !important;
  background-color: #000 !important;
  color: #fff !important;
}

/* Center form block on desktop */
@media screen and (min-width: 750px) {
  .newsletter-form {
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    max-width: 400px !important;
  }
}

.p {font-size: 16px;
max-width: 60%;
