/** Shopify CDN: Minification failed

Line 7:0 Unexpected "}"

**/

}

.newsletter-form__field-wrapper .field {
  z-index: 0;
  width: 300px;
   border-radius: 0px !important;
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
  font-size: 0.85rem;
   border-radius: 0px !important;


}

.newsletter-form__message--success {
  margin-top: 2rem;
   border-radius: 0px !important;
}

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

.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  position: absolute;
  right: 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
   border-radius: 0px !important;
}

.newsletter-form__button:focus-visible,
.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));
   border-radius: 0px !important;
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
   border-radius: 0px !important;
}

.newsletter-form__button .icon {
  width: 1.5rem;
   border-radius: 0px !important;
}
/* Remove border-radius from newsletter input and button */
.newsletter-form__field-wrapper input,
.newsletter-form__field-wrapper button,
.newsletter-form__button,
.newsletter-form__message,
.newsletter-form__field-wrapper .field__input {
  border-radius: 0px !important;
}