/** Shopify CDN: Minification failed

Line 117:0 Expected "}" to go with "{"

**/
.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;
  }



  .contact-form-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 20px;
  }

  .contact__fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .field {
    display: flex;
    flex-direction: column;
  }

  .field label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #333;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #fff;
    appearance: none;
  }

  .field select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
  }

  .field textarea {
    resize: vertical;
    min-height: 100px;
  }

  .contact__button button {
    background-color: #003366;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
  }

  .contact__button button:hover {
    background-color: #00264d;
  }

  @media (max-width: 768px) {
    .contact-form-wrapper {
      padding: 10px;
    }
}
