/** Shopify CDN: Minification failed

Line 11:0 Unexpected "}"

**/
.contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  }
}

.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 {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

.contact-form__text a {
  color: #272225;
  text-underline-offset: 3px;
  font-weight: bold;
}

.contact-form__text {
  text-align: center;
}

.contact .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form__legend {
  text-transform: uppercase;
  font-family: 'Shhit';
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}


.field__input:focus + .field__label,
.field__input:not(:placeholder-shown) + .field__label {
  display: none;
}

