/** Shopify CDN: Minification failed

Line 134:0 Expected "}" to go with "{"

**/
.newsletter__wrapper {
  padding-right: calc(4rem / var(--font-body-scale));
  padding-left: calc(4rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

.newsletter__wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter__wrapper > * + * {
  margin-top: 2rem;
}

.newsletter__wrapper > * + .newsletter-form {
  margin-top: 3rem;
}

.newsletter__subheading {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 36rem;
}

.newsletter-form__field-wrapper .newsletter-form__message {
  margin-top: 1.5rem;
}

.newsletter__button {
  margin-top: 3rem;
  width: fit-content;
}

@media screen and (min-width: 750px) {
  .newsletter__button {
    flex-shrink: 0;
    margin: 0 0 0 1rem;
  }

}
.newsletter-privacy {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.newsletter-privacy input[type="checkbox"] {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  visibility: visible !important;
}
.newsletter-privacy a {
    color: #bd7a48 !important;  
    text-decoration: none; 
}

.newsletter-privacy a:hover {
    text-decoration: underline; 
}
.field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.field {
    display: flex;
    align-items: center;
    position: relative;
}

.newsletter-form__button {
    position: absolute;
    right: 16px; 
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px; 
    width: 24px; 

}
.newsletter-privacy input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
  min-width: 16px; 
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  flex-shrink: 0;
    border: 1px solid #2d201a;
    position: relative;
    cursor: pointer;
}

.newsletter-privacy input[type="checkbox"]:checked::before {
    content: "✔";
    font-size: 12px;
    color: #bd7a48;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#privacy-error {
    margin-top: 12px; 
    color: #2d201a; 
    font-size: 14px;
    text-align: left;
