#shopify-section-template--17020731916462__main {
  h1 {
    font-size: 3em;
    text-align: center;
    border-bottom: 3px solid black;
    font-family: Fahkwang;
  }
}

#shopify-section-template--17020731916462__form {
  .field::before {
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
    border-radius: 0;
  }
  .field::after {
    box-shadow: none;
  }
  .field__input:focus {
    box-shadow: none;
  }
  .contact__button {
    display: flex;
    justify-content: center;
  }
  .contact__button button {
    background: #000000;
  }
}

#shopify-section-template--17020731916462__rich_text_CVKFmi {
  .rich-text__blocks {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .rich-text__blocks * {
    font-size: 16px;
  }
  .rte > h3 {
    margin-block: 0;
  }
}

#shopify-section-template--17020731916462__rich_text_9hdgNp {
  .rich-text__blocks * {
    font-size: 16px;
  }
}

/* #shopify-section-sections--17020732309678__footer {
  footer {
    display: none;
  }
} */

@media screen and (min-width: 750px) {
  #shopify-section-template--17020731916462__form {
    .contact .field {
      margin-bottom: 4em;
    }
  }
}