/** Shopify CDN: Minification failed

Line 48:1 Unexpected "-"

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

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: flex-start;
    max-width:400px;
  }
}

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

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

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

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 1rem;
color: #eeede7;
}

@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;
}
.newsletter-form__field-wrapper label.field__label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: #eeede7 !important;
      font-family: OptimaLTPro Medium!important;
}
.newsletter-form__field-wrapper .field__input {
    background: none;
    border-bottom: 1px solid #EEEDE7;
  color: #eeede7;
   font-family: OptimaLTPro Medium!important;
}
.sub-social {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer-block__newsletter p {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.9px;
    margin-bottom: 30px !important;
}
.footer-block__newsletter h2.footer-block__heading {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
      font-family: OptimaLTPro Black!important;
}
button#Subscribe {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color:#EEEDE7;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    border: 2px solid #EEEDE7;
    padding: 20px 77px;
    width: 100%;
      height: 65px;
    max-width: 260px;
      transition: all .35s ease;
      position: inherit;
}
.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after  {
  display:none;
}
.newsletter-form__field-wrapper .field {
    z-index: 0;
    flex-direction: column;
    gap: 20px;
}
button#Subscribe:hover {
    background: #3B6381;
    border: 2px solid #3B6381;
}