/** Shopify CDN: Minification failed

Line 341:8 Expected identifier but found whitespace
Line 341:10 Unexpected "{"
Line 341:19 Expected ":"
Line 349:8 Expected identifier but found whitespace
Line 349:10 Unexpected "{"
Line 349:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.button-wrapper h2.contact-content {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 37px !important;
  /*text-transform: capitalize!important;*/
}

.button-wrapper h2.contact-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 1px;
  background: #b8aa83;
}
  .contact-page .contact-form .contact_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    background: #b8aa83;
  }
  .contact-page .contact-form h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    background: #b8aa83;
  }

.contact-page .contact-form .contact_top .info_left .info-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    background: #b8aa83;
}
  .contact-page .contact-form .contact_top .info_left .title_follow:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 0px;
    height: 1px;
    background: #b8aa83;
}
  @media (max-width: 768px) {
    
    .col-lg-6.col-md-12 span {
      left: -6%!important;
    }
  }
.container-info{
  padding: 0 1%;
}
.section-banner-v6 {
  padding: 15px 0;
}

.section-banner-v6 .row_banner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.section-banner-v6 .col_banner_4 {
  width: 33.33%;
  padding: 0 10px;
}

.section-banner-v6 .banner-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: none !important;
}
.section-banner-v6 .banner-item:after {
  content: "";
  transition: none!important;
   transform: none!important;
}
.section-banner-v6 .banner-item .box-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.section-banner-v6 .banner-item:hover img {
  transform: none!important;
  transition: none!important;
}


.section-banner-v6 .border-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section-banner-v6 .border-container:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  border: 2px solid white;
  z-index: 2;
  pointer-events: none;
}

.section-banner-v6 .border-container img {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  filter: brightness(0.9) contrast(105%);
}

.section-banner-v6 .banner-item .content {
  position: relative;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  padding: 0 15px;
}

.section-banner-v6 .banner-item .title-banner {
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.section-banner-v6 .banner-item .explore-more {
 display: inline-block;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  margin-bottom: 10px; 
  transition: all 0.3s ease;
}

.section-banner-v6 .banner-item .explore-more:hover {
  background-color: #ffffff;
  color: #000000;
}

@media (max-width: 991px) {
  .section-banner-v6 .col_banner_4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section-banner-v6 .col_banner_4 {
    width: 100%;
  }
  
  .section-banner-v6 .banner-item {
    margin-bottom: 15px;
  }
}
.section-banner-v8-1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.background-embed1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background-embed1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .container1-v1 {
  position: static;
  width: 100%;
  height: 100%;
}

.row {
  position: static;
  height: 100%;
}

.col-lg-6 {
  position: static;
}

.banner-info1 {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: clamp(300px, 90%, 500px);
}

.banner-info1 .title1 {
  margin-bottom: 15px;
}

.banner-info1 .sub_title1 {
  margin-bottom: 10px;
}

.iframe-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.27); 
  width: 100%;
  height: 100%;
}
  .shop-link {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.shop-link:hover {
  color: #CEA384;
}
.section-banner-v8 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0;
}

.background-embed {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper {
  height: 100vh!important;
}

.background-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.row {
  position: static;
  height: 100%;
}

.col-lg-6 {
  position: static;
}

.banner-info {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: clamp(300px, 90%, 500px);
}

.banner-info .title {
  margin-bottom: 5px;
}

.banner-info .sub_title {
  margin-bottom: 0;
}

.banner-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.banner-buttons a {
  display: inline-block;
  padding: 0px 10px 0 0;
  border-radius: 4px;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-shop {
  color: #fff;
}

.btn-shop:hover {
  color: {{ section.settings.shop_hover_color }};
}

.btn-collection {
  color: #fff;
}

.btn-collection:hover {
  color: {{ section.settings.collection_hover_color }};
}

.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .background-embed iframe {
    transform: scale(4.3);
    transform-origin: center center;
  }
  .video-wrapper {
    height:100%!important;
  }
}
.box-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.title-collection {
  font-size: 24px; 
  font-weight: 300;
}

.box-img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}