/** Shopify CDN: Minification failed

Line 84:0 Unexpected "{"
Line 84:1 Expected identifier but found "%"
Line 95:6 Unexpected "}"
Line 100:4 Unexpected "{"
Line 100:5 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;
  }
}

.contact__button .button {
  background-color: #a98956;
  font-size: 20px;
  font-family: Playfair Display;
  font-weight: normal;
  line-height: 30px;
}

#shopify-section-template--23534325924128__main {
  background-image: url("/cdn/shop/files/pexels-pixabay-269630.png?v=1727073166");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  isolation: isolate;
  height: 400px;
  overflow: hidden;
  justify-content: end;
}

#shopify-section-template--23534325924128__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity */
  z-index: -1; /* Keep it behind the content */
}

{% if template == "contact" %}
     header.header {
      position: absolute;
      width: 100%;
      right: 0;
      left: 0;
      background-color: #fff;
      opacity: 0.9;
       display: flex;
      justify-content: center;
  }
      }
      .scrolled-past-header header.header {
      background-color: #ffffff;
      opacity: 1;
  }
    {% endif %}

.main-page-title {
 color: #ffffff;
  font-family: Playfair Display;
}

.contact-icons svg {
  width: 24px; 
  height: 24px; 
  fill: #a98956; 
}
.contact-icon-with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
}
.content-text * {
    text-align: center;
    color: #000;
    padding: 0 20px;
}
.contact-icon-text {
  display: block;
}
.contact-icon-text span.icon-text a{
 color: rgb(var(--color-foreground));
  text-decoration: none;
}
.contact-card__info h3{
  font-family: Playfair Display;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #a98956;
}

.contact-caption {
  font-family: Roboto;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
}

.contact-icon {
  padding: 0 20px;
}

@media screen and (max-width: 749px) {
  .contact-grid {
    /* display: block; */
    padding: 0 20px;
  }
  .contact-grid .grid__item {
    width: 100%;
    max-width: 100%; 
    padding-top: 20px;
  }
  .contact-grid .grid__item:nth-child(2){
    order:2;
  }
}

.contact-social {
  gap: 20px;
}

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


.contact{
    padding: 52px 20px;
}
.contact-card__info {
    padding: 0 5rem;
}