/** Shopify CDN: Minification failed

Line 53:0 Unexpected "{"
Line 53:1 Expected identifier but found "%"
Line 67:0 Unexpected "{"
Line 67:1 Expected identifier but found "%"

**/
.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;
  }
}
.required {
  color: red;
  font-weight: 600;
  margin-left: 2px;
}
{%- style -%}
  /* 🔳 Send button styling */
  .contact__button .button {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .contact__button .button:hover {
    background-color: #333 !important;
    transform: scale(1.03);
  }
{%- endstyle -%}