/** Shopify CDN: Minification failed

Line 80:0 Unexpected "}"

**/
.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;
  width: 100%;
  box-sizing: border-box;
}

@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;
  }
}
/* Full-width, modern contact form button */
.formbutton {
  width: 100%;
  padding: 1.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: #000000; /* Change to match your brand */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  margin-top: 1.5rem;
}

/* Hover effect */
.formbutton:hover {
  background-color: #333333; /* Slightly lighter for hover */
  transform: translateY(-1px);
}

/* Focus state (for keyboard accessibility) */
.formbutton:focus {
  outline: 2px solid #007aff;
  outline-offset: 2px;
}
.producttitle{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
}