/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 50:0 Unexpected "<"
Line 159:0 Unexpected "<"
Line 187:0 Unexpected "<"
Line 318:0 Unexpected "<"
Line 323:0 Unexpected "<"
Line 330:0 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
<style>
#section-contact {}
#section-contact {
  padding: 5%;
}
.sec_contact-wrap {
  max-width: 1680px;
  margin: 0 auto;
}

#section-contact .container-fluid .row  {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-contact .section-heading {
  color: var(--red);
}
#section-contact  .section-content {
  color: var(--red);
  padding-bottom: 20px;
}
#section-contact .pad {
  padding: 5%;
}
#section-contact .contact__button  {
  text-align: right;
  margin-top: 20px;
}
#section-contact .section-featured-image {
  padding: 5%;
}
#section-contact .field {
  margin-bottom: 20px;
}
</style>
<style>
#banner-product-slider { }
#banner-product-slider { 
	margin-bottom: -80px;
}
#banner-product-slider .bps-wrap {
	width: 100%;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 2% 0px 0% 0px;
}

#banner-product-slider i {
	font-family: "Font Awesome 6 Free";
}

#banner-product-slider  .ps-wrap {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
#banner-product-slider .product-slide a {
	text-decoration: none;
}
#banner-product-slider  .ps-title {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 18px;
    text-decoration: none;
    color: var(--red);
	font-family: var(--accent-it) !important;
}
#banner-product-slider .ps-price {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 18px;
    text-decoration: none;
    color: var(--red);
	font-family: var(--accent-it) !important;
}
#banner-product-slider .ps-img img {
	width: 100%;
}

#banner-product-slider .container.contain {
	width: 100%;
	max-width: 96%;
	margin: 0 auto;
}

#banner-product-slider .section-heading {
	font-size: calc(var(--font-heading-scale) * 6.2rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	color: var(--red);
	padding-bottom: 20px;
}

#banner-product-slider .section-link {
	text-align: right;
	font-size: 20px;
	letter-spacing: 0.5px;
	padding-right: 60px;
}

#banner-product-slider .section-link a {
	color: var(--red); 
	text-decoration: none; 
	font-size: 18px;
}

#banner-product-slider .slick-hidden {

}

#banner-product-slider .col-xl-6.nav {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: center;
}

#banner-product-slider .section-nav {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	font-size: 20px;
	color: var(--red); 
	padding-bottom: 0px;
}

#banner-product-slider .section-nav-prev {
	cursor: pointer;
	padding-right: 60px;
}

#banner-product-slider .section-nav-next {
	cursor: pointer;
}

#banner-product-slider .product-slide {
	margin-right: 20px;
}

</style>
<style>
#section-half {}
#section-half .row {
  display: flex;
    align-items: center;
    justify-content: center;
}

#section-half .secimg {
    background-size: cover;
    height: 100%;
    object-fit: cover;
    min-height: 800px;
    background-position: center center;
}

#section-half .section-heading {
  padding-bottom: 20px;
  color: var(--blue);
}
#section-half .section-content {
  color: var(--blue);
}
#section-half .section-wrap {
  text-align: center;
  padding: 5%;
}
</style>
<style>
#section-markers {}
#section-markers {

}

#section-markers .markers {
  position: relative;
}
#section-markers .marker-image {
  position: relative;
  z-index: 1;
}

#section-markers .markers {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}
#section-markers .product-slider-markers {
  padding: 20% 25% !important;
}

#section-markers .product-slider-markers {

}


#section-markers i {
	font-family: "Font Awesome 6 Free";
}

#section-markers  .ps-wrap {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
#section-markers .product-slide a {
	text-decoration: none;
}
#section-markers  .ps-title {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 18px;
    text-decoration: none;
    color: var(--red);
    font-family: var(--accent-it) !important;
}
#section-markers .ps-price {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 18px;
    text-decoration: none;
    color: var(--red);
    font-family: var(--accent-it) !important;
}
#section-markers .ps-img img {
	width: 100%;
}


#section-markers .section-nav {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 28px;
    color: var(--red); 
    position: absolute;
    width: 50%;
    height: 100vh;
    z-index: 99;
    display: none;
}

#section-markers .section-nav-prev {
	cursor: pointer;
	position: relative;
  left: -40px;
}

#section-markers .section-nav-next {
	cursor: pointer;
  position: relative;
  right: -40px;
}

#section-markers .slick-dots {
  left: 0px;
  bottom: unset;
  padding-top: 40px;
}
#section-markers  .slick-dots li button:before { color: #fff !important; }
#section-markers  .slick-dots li button {
  width: 5px;
  height: 5px;
  border: 1px solid var(--red);
  border-radius: 100%;
}
#section-markers  .slick-dots li button:before { 
  font-size: 0px;
}
#section-markers  .slick-dots li.slick-active button {
  background: var(--red) !important; 
}
#section-markers  .slick-dots li:only-child {
    display: none;
} 

@media (max-width: 767px) {
    #section-markers .product-slider-markers {
      padding: 40px 20px !important;
    }
    #section-markers .product-slider-markers  .slick-slide {
      width: 100% !important;
      padding-bottom: 40px;
    }
    #banner-product-slider {
      margin-bottom: -40px;
      padding: 40px 0px 40px 15px !important;
    }
    #banner-product-slider .col-xl-6.nav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
      margin-left: 0px !important;
  }
}
</style>
<style>
#section-marquees {}
#section-marquees {
}
</style>
<style>
#custom-socials { }
#custom-socials .socials-wrap {
	width: 100%;
	padding: 40px;
}
</style>