/** Shopify CDN: Minification failed

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

**/
.newsletter_styled_bg {
  background-image: url(/cdn/shop/files/Newsletter_Large_74e4ac34-eea3-40ae-b1bc-a45e52b04890.png?v=1727373287);
  background-size: cover;
  background-attachment: inherit;
  height:51vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter_styled_text {
  color: #fafafa;
  width: 41vw;
  font-family: "Gordita";
  font-weight: 200;
  font-size: 2.5vw;
  height: auto;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
}

.newsletter-form__field-wrapper_styled {
  background: rgba(225, 225, 217, 0.3);
  border: solid 1px #fafafa;
  width: 30vw;
  max-width: 30vw!important;
  height: 3vw!important;
}

.newsletter-form__wrapper_styled {
  width: 30vw;
  max-width: 30vw!important;
  height: 3vw!important;
}

.field__label_styled {
  color: #fafafa;
  font-size: 0.75vw;
  line-height: 1.75vw;
  font-weight: 100;
  left: 1vw;
  top: 0.75vw;
}

.newsletter-form__button_styled {
  color: #fafafa;
  background: transparent;
  border: none;
  padding: 1vw;
  text-decoration-line: underline;
  font-size: 0.75vw;
}

.field_newsletter_styled:after {
  box-shadow: none!important;
  border: none!important;
}

.newsletter__subheading {
  padding: 3rem 0;
  color: #fafafa;
}

@media screen and (max-width: 749px) {
  .newsletter_styled_bg {
  background-image: url(/cdn/shop/files/Newsletter_BG.png?v=1727217819);
  background-size: cover;
  background-attachment: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
    height: 70vw;
}

.newsletter_styled_text {
  color: #fafafa;
        font-family: "Gordita";
        font-weight: 200;
        font-size: 6vw;
        height: auto;
        text-align: center;
        margin: 0;
        width: 74%;
}

.newsletter-form__field-wrapper_styled {
  background: rgba(225, 225, 217, 0.3);
  border: solid 1px #fafafa;
  width: 200px!important;
  max-width: 300px!important;
  height: 30px!important;
}

.newsletter-form__wrapper_styled {
  width: 200px!important;
  max-width: 300px!important;
  height: 30px!important;
}

.field__label_styled {
  color: #fafafa;
  font-size: 12px;
  line-height: 100%;
  font-weight: 100;
  left: 6px;
  top: 11px;
}

.newsletter-form__button_styled {
  color: #fafafa;
  background: transparent;
  border: none;
  padding: 1vw;
  text-decoration-line: underline;
  font-size: 12px;
}

.field_newsletter_styled:after {
  box-shadow: none!important;
  border: none!important;
}
.field {
    position: relative;
    width: 100%;
    transition: box-shadow var(--duration-short) ease;
    display: flex;
    flex-direction: column;
}