/** Shopify CDN: Minification failed

Line 88:15 Unexpected "{"
Line 88:24 Expected ":"
Line 88:31 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.index-swiper-section {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }
    
    .swiper-wrapper {
        height: 800px
    }
    
    .swiper {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        background: #fff;
        position: relative;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: auto !important;
    }
    
    .swiper-overlay {
        position: absolute
    }
    .swiper-overlay-inner {
    	padding: 20px;
	}
    .swiper-button-next {
        display: flex !important;
        align-items: flex-start;
    }
    
    .swiper-button-prev {
        display: flex!important;
        align-items: flex-start;
    }
    
    .swiper-button-next:after {
        font-size: 25px !important;
        color: rgba(255, 255, 255, 0.5)
    }
    
    .swiper-button-prev:after {
        font-size: 25px !important;
        color: rgba(255, 255, 255, 0.5)
    }
    
    .swiper-autoheight .swiper-wrapper {
        margin-bottom: -1px
    }
    
 .swiperdots2-{{ section.id }} {
        z-index:11;
    }

.notes {
  margin: auto;
  padding: 2rem 1.2rem 0;
  max-width: 35rem;
  font-family: Open Sans, sans serif;
  text-align: center;
}



.lg-container {
  max-width: 550px;
  position: relative;
  margin: 1rem;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.lg-hotspot:hover .style-1.lg-hotspot__button, .lg-hotspot:active .style-1.lg-hotspot__button {
  border-color: #45b2e3;
}
.lg-hotspot:hover .style-1.lg-hotspot__button:after, .lg-hotspot:active .style-1.lg-hotspot__button:after {
  background-color: #45b2e3;
}

.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
  display:block;
}
.style-1.lg-hotspot__button {
  height: 48px;
  display: block !important;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #30A9DF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.style-1.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #30A9DF;
  transition: border-color 1s linear;
}

.lg-hotspot:hover .style-2.lg-hotspot__button, .lg-hotspot:active .style-2.lg-hotspot__button {
  border-color: #fff;
}
.lg-hotspot:hover .style-2.lg-hotspot__button:after, .lg-hotspot:active .style-2.lg-hotspot__button:after {
  background-color: #fff;
}

.style-2.lg-hotspot__button {
  height: 48px;
  display: block !important;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: rgba(255, 255,255, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.style-2.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "\002B";
  display: block;
  line-height: 1;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #fff;
  transition: border-color 1s linear;
}

.lg-hotspot--selected .style-2.lg-hotspot__button:after {
  content: "\2212";
}

.quickview-button{display:flex;justify-content: center;}
.quickview-button svg{padding-right:10px}
  
.lg-hotspot__label {
  position: absolute;
  display:none;
  padding: 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.lg-hotspot--top-left .lg-hotspot__label {
  left: 55px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  right: 55px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 55px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  left: 55px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.swiper-slide{background:transparent}
.pure-info1 {
    display: flex;
    align-items: center;
}
.pure-info3, .pi-linkicon{
    display: flex;
}  
.pure-info3 a{
    display: flex;
    color: white;
    align-items: center;
}   
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: center;
}
.sbg-container {
  max-width: 550px;
  position: relative;
  margin: 1rem;
  padding: 0;
}

.sbg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.sbg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.sbg-hotspot:hover .style-1.sbg-hotspot__button, .sbg-hotspot:active .style-1.sbg-hotspot__button {
  border-color: #45b2e3;
}
.sbg-hotspot:hover .style-1.sbg-hotspot__button:after, .sbg-hotspot:active .style-1.sbg-hotspot__button:after {
  background-color: #45b2e3;
}

.sbg-hotspot--selected {
  z-index: 999;
}
.sbg-hotspot--selected .sbg-hotspot__label {
  opacity: 1;
  display:block;
}
.style-1.sbg-hotspot__button {
  height: 48px;
  display: block !important;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #30A9DF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.style-1.sbg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #30A9DF;
  transition: border-color 1s linear;
}

.sbg-hotspot:hover .style-2.sbg-hotspot__button, .sbg-hotspot:active .style-2.sbg-hotspot__button {
  border-color: #fff;
}
.sbg-hotspot:hover .style-2.sbg-hotspot__button:after, .sbg-hotspot:active .style-2.sbg-hotspot__button:after {
  background-color: #fff;
}

.style-2.sbg-hotspot__button {
  height: 48px;
  display: block !important;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: rgba(255, 255,255, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.style-2.sbg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "\002B";
  display: block;
  line-height: 1;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #fff;
  transition: border-color 1s linear;
}

.sbg-hotspot--selected .style-2.sbg-hotspot__button:after {
  content: "\2212";
}

.quickview-button{display:flex;justify-content: center;}
.quickview-button svg{padding-right:10px}
  
.sbg-hotspot__label {
  position: absolute;
  display:none;
  padding: 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.sbg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
}
.sbg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.sbg-hotspot--top-left .sbg-hotspot__label {
  left: 55px;
}

.sbg-hotspot--top-right .sbg-hotspot__label {
  right: 55px;
}

.sbg-hotspot--bottom-right .sbg-hotspot__label {
  right: 55px;
}

.sbg-hotspot--bottom-left .sbg-hotspot__label {
  left: 55px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}