/** Shopify CDN: Minification failed

Line 28:28 Unexpected "{"
Line 28:37 Expected ":"
Line 28:44 Unexpected "{"

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

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

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

.contact .field {
  margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
  .contact-section-wrapper-{{ section.id }} {
    padding: 50px 0;
  }
}

.contact__button {
  margin-top: 1.5rem;
}

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

/* Mobile-first contact card styles */
.contact.contact-card {
  background-color: #FEF7F1;
  border-radius: 20px;
  padding: 28px 26px !important;
  max-width: 350px;
  margin: 20px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* Mobile typography */
.contact.contact-card .title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 800;
  color: #4E2215;
  margin-bottom: 1rem;
}

.contact.contact-card .contact__subheading.rte p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #702814;
  margin-bottom: 1rem;
}

.contact.contact-card .contact__email.link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #702814;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.contact-card .contact__email svg {
  width: 18px;
  height: 18px;
  stroke: #F9582A;
}

/* Mobile form styles */
.contact-card .field {
  margin-bottom: 1rem;
  text-align: left;
}

.contact-card .field__input,
.contact-card .text-area {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 12px 15px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-card .text-area {
  min-height: 80px;
  resize: vertical;
}

.custom-label {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #702814;
  display: block;
}

.contact-card .button {
  background-color: #F9582A;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 24px;
}

/* Desktop adjustments */
@media screen and (min-width: 750px) {
  .contact.contact-card {
    padding: 3rem 4rem;
    max-width: 648px;
    margin: 144px auto;
  }
  
  .contact.contact-card .title {
    font-size: 60px;
    line-height: 72px;
  }
  
  .contact.contact-card .contact__subheading.rte p {
    font-size: 18px;
    line-height: 28px;
  }
  
  .contact.contact-card .contact__email.link {
    font-size: 20px;
    line-height: 32px;
    gap: 0.8rem;
    margin-bottom: 2.5rem;
  }
  
  .contact-card .contact__email svg {
    width: 20px;
    height: 20px;
  }
  
  .contact-card .field {
    margin-bottom: 1.5rem;
  }
  
  .custom-label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  
  .contact-card .button {
    font-size: 24px;
    line-height: 36px;
    padding: 15px 40px;
    width: auto;
  }
}

/* Force single column on mobile */
.contact__fields {
  display: block;
}

/* General contact form styles */
.contact.page-width {
  background-color: #fdf5ec;
}

.contact .field__label {
  color: #a96c53;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.contact .field__input {
  background-color: #fffcf9;
  border: none;
  border-radius: 8px;
  color: #3D2C21;
  padding: 15px;
  width: 100%;
  box-shadow: none;
}

.contact .field__input::placeholder {
  color: #dcc7be;
  opacity: 1;
}

.contact .field__input:focus {
  box-shadow: 0 0 0 2px #a96c53;
}

.contact textarea.field__input {
  min-height: 120px;
}

/* Force labels to show */
.field__label,
.form__label,
label[for^="ContactForm"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 0.8rem !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  color: #333 !important;
  line-height: 1.4 !important;
  height: auto !important;
  width: auto !important;
  position: static !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  text-indent: 0 !important;
}

.contact .field__label.visually-hidden,
.contact .form__label.visually-hidden {
  position: static !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  margin: 0 0 0.8rem 0 !important;
}

.contact .field__label,
.contact .form__label,
.contact label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.contact__fields .field {
  --inputs-border-opacity: 0 !important;
  display: block;
}

#ContactForm .field {
  --inputs-border-width: 0px !important;
  --inputs-border-opacity: 0px !important;
  display: block;
}

.field__input,
.text-area {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
}