/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 71:0 Unexpected "<"
Line 142:0 Unexpected "<"
Line 260:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
#three-column-section {
  width: 100%;
}

#three-column-section .row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  margin: 0 auto;
}

#three-column-section .col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
      align-content: flex-start;
    align-items: flex-start;
}

#three-column-section .col-50 {
  width: 50% !important;
}

#three-column-section .col-25 {
  width: 25% !important;
}

#three-column-section a {
  color: #444444;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

/* Stack columns on mobile */
@media screen and (max-width: 768px) {
  #three-column-section .row {
    flex-direction: column !important;
  }

  #three-column-section {padding: 20px 0px;}

#three-column-section .col {
  padding: 10px 17px;
  text-align: left;
      justify-content: left;

}
  
  #three-column-section .col-50,
  #three-column-section .col-25 {
    width: 100% !important;
  }
}
</style>
<style>
.image-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.image-slide {
  position: relative;
  height: 850px;
}

@media screen and (max-width: 749px) {
  .image-slide {
    height: 100vh;
  }
}

.image-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-slide .slide-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.image-slide h2 {
  font-size: 12px;
  letter-spacing: 1px !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0;
}

.image-slide h1 {
  font-family: 'Bacasime', serif !important;
  font-size: 60px;
  letter-spacing: 3px !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0;
}

.image-slide a.button {
  font-size: 12px;
  letter-spacing: 1px !important;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffffff00;
  outline: 1px solid white;
  border-radius: 5px;
  padding: 0px 30px;
  text-decoration: none;
  margin-top: 10px;
}

.image-slide a.button:hover {
  background-color: #efefef;
  color: black;
}
</style>
<style>
.image-text-split {
  width: 100%;
}

.image-text-split__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Ensures both sides are equal height */
  width: 100%;
}

.image-text-split--reverse .image-text-split__inner {
  flex-direction: row-reverse;
}

.image-text-split__image,
.image-text-split__content {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.image-text-split__image {
  overflow: hidden;
}

.image-text-split__image img {
  width: 100%;
  height: 100%; /* Match height of content */
  object-fit: cover; /* Crop image to fit */
  display: block;
}

.image-text-split__content {
  padding: 60px 80px;
  justify-content: center;
  background-color: inherit;
  color: #000;
}

.image-text-split__content h2 {
  font-size: 32px;
  margin-bottom: 50px;
  letter-spacing: 6px;
}

.image-text-split__content p {
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.image-text-split__button a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.image-text-split__button a:hover {
  background-color: #efefef;
  color: #000;
}

.image-text-split__content a.btn {
  outline: 1px solid #333;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  padding: 0px 20px;
  -webkit-text-stroke: 0.2px #333;
}

/* Mobile view */
@media screen and (max-width: 868px) {
  .image-text-split__inner {
    flex-direction: column !important;
  }

  .image-text-split__content a.btn {
  outline: 1px solid #333;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  padding: 0px 20px;
}

  .image-text-split__image,
  .image-text-split__content {
    width: 100%;
  }

  .image-text-split__image img {
    height: 290px;
  }

  .image-text-split__content {
    padding: 50px 17px;
  }

  .image-text-split__content h2 {
    font-size: 24px;
  }

  .image-text-split__content p {
    font-size: 12px;
    line-height: 24px;
  }
}
</style>