/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 77:0 Unexpected "<"

**/
<style>
.newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
}

.newsletter-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.newsletter-submit {
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #68302A;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border: none;
}

.newsletter-submit:hover {
  opacity: .85;
}

div#section-newsletter {
    
    background: #E5D4D2;
    margin: 0;
    padding: 0;
    margin-bottom: -1.5%;
}



p.section-header__subtitle {
    color: #68302A;
}

h2.section-header__title {
    margin-bottom: 1%;
}

input[type="hidden"] {
    color: #68302A;
}

button.newsletter-submit:hover {
    background: transparent;
    border: 1px solid;
    border-radius: 25px;
}

input:not([type=submit]), textarea, select{
color: #68302A;
}

button.newsletter-submit {
    border-radius: 25px;
    border: 1px solid transparent;
}

</style>