/** Shopify CDN: Minification failed

Line 41:0 Unexpected "}"

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

.subscribe__button{
  align-items: center;
  background-color: #891E20;
  min-width: 120px;
  border: 0;
  font-size: 11px;
  font-weight: 700;
  margin-top: 5vh;
  color: currentColor;
  cursor: pointer;
  /* display: flex; */
  height: 3.5rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  /* position: absolute; */
  right: 0;
  top: 0;
  width: 4.4rem;
}

.subscribe__button:hover{
  box-shadow: 0 0 0 .2rem #891E20;
}


}

@media screen and (min-width: 750px) {
  .newsletter-form {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 36rem;
  }
}

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

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}

.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__message--success {
    position: absolute;
    width: 100%;
    bottom: -22%;
    justify-content: center;
  }
}

.newsletter-form__button {
  width: 9rem;
  margin: 0;
  margin-top: 2rem;
}

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