/** Shopify CDN: Minification failed

Line 168:17 Expected "}" to go with "{"

**/
.waitlist-section {
  background-color: #F5F0E8;
  padding: 120px 24px;
  text-align: center;
}

.waitlist-inner {
  max-width: 620px;
  margin: 0 auto;
}

.waitlist-eyebrow {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7A9478;
  margin-bottom: 24px;
  display: block;
}

.waitlist-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.15;
  color: #2C2C2A;
  margin: 0 0 22px;
  font-kerning: auto;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.waitlist-heading em {
  font-style: italic;
  color: #7A9478;
}

.waitlist-body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #4A4A46;
  max-width: 540px;
  margin: 0 auto 48px;
}

.waitlist-body p {
  margin: 0;
}

.waitlist-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto 24px;
  border: 1px solid rgba(44, 44, 42, 0.25);
  border-radius: 2px;
  overflow: hidden;
}

.waitlist-input {
  flex: 1;
  border: none;
  background: #FAF7F2;
  padding: 18px 20px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #2C2C2A;
  border-radius: 0;
}

.waitlist-input:focus {
  outline: none;
  background: #FFFFFF;
}

.waitlist-input::placeholder {
  color: #4A4A46;
  opacity: 0.55;
}

.waitlist-submit {
  background-color: #2C2C2A;
  color: #F5F0E8;
  border: none;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0 36px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.25s ease;
}

.waitlist-submit:hover {
  background-color: #4A4A46;
}

.waitlist-fine {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #4A4A46;
  opacity: 0.7;
  margin: 0;
}

.waitlist-success {
  background-color: #C5CFC0;
  padding: 36px;
  border-radius: 2px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.waitlist-success-heading {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: #2C2C2A;
  margin: 0 0 10px;
}

.waitlist-success-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #2C2C2A;
  margin: 0;
  line-height: 1.6;
}

.waitlist-error {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #8B3A3A;
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 749px) {
  .waitlist-section {
    padding: 80px 20px;
  }

  .waitlist-form {
    flex-direction: column;
    border: none;
  }

  .waitlist-input {
    border: 1px solid rgba(44, 44, 42, 0.25);
    border-radius: 2px;
    margin-bottom: 12px;
  }

  .waitlist-submit {
    padding: 16px