/** Shopify CDN: Minification failed

Line 54:12 Unexpected "{"
Line 54:21 Expected ":"
Line 55:16 Expected identifier but found whitespace
Line 55:18 Unexpected "{"
Line 55:27 Expected ":"
Line 55:78 Expected ":"
Line 56:19 Expected identifier but found whitespace
Line 56:21 Unexpected "{"
Line 56:30 Expected ":"
Line 56:84 Expected ":"
... and 30 more hidden warnings

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}
.contact .field {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  .contact-request-group {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contact-request-label {
    margin: 0 0 0.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.65);
  }

  .contact-request-types {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0;
  }

  .contact-request-type-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.4rem;
    padding: 0 1.8rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    text-decoration: none;
    color: rgb(var(--color-foreground));
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .contact-request-type-button:hover {
    border-color: rgb(var(--color-foreground));
  }

  .contact-request-type-button.is-active {
    background: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    border-color: rgb(var(--color-foreground));
    pointer-events: none;
  }

  @media screen and (max-width: 749px) {
    .contact-request-types {
      flex-direction: column;
      gap: 0.8rem;
    }

    .contact-request-type-button {
      width: 100%;
    }
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  .contact-order-field.is-hidden {
  display: none !important;
}

.contact-success-message {
  margin-top: 2rem;
  max-width: 68rem;
}

.contact-success-message h3 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 400;
}

.contact-success-message p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }