/** Shopify CDN: Minification failed

Line 174:2 Expected identifier but found "*"
Line 537:0 Unexpected "}"

**/

slideshow-component{    
  position: relative;
  display: block;
}
body.banner-radius .index-slideshow .spaced-section > div:not(.container-fluid) slideshow-component .swiper-container{
  border-radius: var(--radius_value);
}
slideshow-component .index-slideshow-container {
  position: relative;  
}

.index-product-feature-slideshow .swiper-container
{
  border: 20px solid #000;
}

slideshow-component .index-slideshow__background{
  background-size: cover;  
}
slideshow-component .index-slideshow-background img{
  width: 100%;
}
slideshow-component .swiper-wrapper-loader{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
} 
slideshow-component .index-slideshow-pagination{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
}
slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet{
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 100%;  
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 8px;
  cursor: pointer;
}
slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet-active,
slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet:hover
{
  color: #000;
  
}
@media screen and (min-width: 992px){
  /*slideshow-component .index-slideshow-pagination{
    position: absolute;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }*/
}
@media screen and (max-width: 575px){
  slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet{
    margin: 0 3px;
    width: 15px;
    height: 15px;
    line-height: 13px;
  }
}
slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet.index-slideshow-pagination-bullet-active:hover,
slideshow-component .index-slideshow-pagination .index-slideshow-pagination-bullet.index-slideshow-pagination-bullet-active{cursor: default;}
slideshow-component .index-slideshow-navigation{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  top: 50%;    
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  visibility: hidden;  
}
slideshow-component .index-slideshow-navigation svg{
  fill: currentcolor;
  color: currentcolor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40%;
}
@media screen and (min-width: 768px){
  slideshow-component:hover .index-slideshow-navigation{
    visibility: visible;
  }
  slideshow-component .index-slideshow-navigation:hover{
    opacity:  0.5;
  }
}
slideshow-component .index-slideshow-navigation.index-slideshow-nav-prev{left: 20px;}
slideshow-component .index-slideshow-navigation.index-slideshow-nav-next{right: 20px;}
@media screen and (max-width: 1199px){
  slideshow-component .index-slideshow-navigation{
    height: 40px;
    width: 40px;
  }
  slideshow-component .index-slideshow-navigation.index-slideshow-nav-prev{left: 5px;}
  slideshow-component .index-slideshow-navigation.index-slideshow-nav-next{right: 5px;}
}

/*
@media screen and (min-width: 576px) {
  slideshow-component .index-slideshow-caption{
    max-width: calc(540px / 2 - 15px);
  }
}
@media screen and (min-width: 768px) {
  slideshow-component .index-slideshow-caption{
    max-width: calc(720px / 2 - 20px);
  }
}
@media screen and (min-width: 992px) {
  slideshow-component .index-slideshow-caption{
    max-width: calc(960px / 2 - 20px);
  }
}  
@media screen and (min-width: 1200px) {
  slideshow-component .index-slideshow-caption{
    max-width: calc(1140px / 2 - 20px);
  }
}  
@media screen and (min-width: 1400px){
  slideshow-component .index-slideshow-caption{
    max-width: calc(1320px / 2 - 20px);
  }
} 
*/

slideshow-component .index-slideshow-caption-subtitle{    
  font-size: 36px;
  letter-spacing: .2em;
  line-height: 1em;
  margin-bottom: 5px;
  font-family: var(--font_subheading);
}
slideshow-component .index-slideshow-caption-title{  
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}
slideshow-component .index-slideshow-caption-description{font-size: 1.4rem !important; margin-bottom: 20px;}
slideshow-component .index-slideshow-caption-action > a{
  display: inline-block;
  *display: inline;
  zoom: 1;  
  transition: all 300ms ease;  
  margin-top: 45px;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
}
slideshow-component .index-slideshow-caption-action > a *{
  color: currentcolor;
  fill: currentcolor;
}
slideshow-component .index-slideshow-caption-action > a svg{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 300ms ease;  
}
@media only screen and (max-width: 1399px) {
  slideshow-component .index-slideshow-caption-title{ 
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px){
  slideshow-component .index-slideshow-caption-subtitle{   
    font-size: 18px;
  }
  slideshow-component .index-slideshow-caption-title{ 
    font-size: 35px;
  }
}
@media screen and (max-width: 991px){
  slideshow-component .index-slideshow-caption-subtitle{   
    font-size: 15px;
  }
  slideshow-component .index-slideshow-caption-title{ 
    font-size: 24px;
  }
  slideshow-component .index-slideshow-caption-action>a{
    
  }
}
@media screen and (max-width: 767px){
  slideshow-component .index-slideshow-caption.index-slideshow-caption-action > a{
    height: 30px;
    line-height: 28px;
    padding: 0 10px 0 10px;
  }
  slideshow-component .index-slideshow-caption-description{
    display: none;
  }
  slideshow-component .index-slideshow-caption-action>a{
    margin-top: 0;
  }
  slideshow-component .index-slideshow-caption-title{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px){
  slideshow-component .index-slideshow-pagination{
           
  }
  slideshow-component .index-slideshow-caption-title{
    font-size: 2rem !important;
  }
  slideshow-component .index-slideshow-caption-action>a{
     
  }
}

.index-slideshow-caption.position-right-center{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index-slideshow-caption.position-right-top{
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.index-slideshow-caption.position-right-bottom{
  position: absolute;
  top: 0;
  bottom: 15%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.index-slideshow-caption.position-left-center{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index-slideshow-caption.position-left-top{
  position: absolute;
  top: 15%;
  bottom: 0;
  right: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.index-slideshow-caption.position-left-bottom{
  position: absolute;
  top: 0%;
  bottom: 15%;
  right: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.index-slideshow-caption.position-middle-top{
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.index-slideshow-caption.position-middle-center{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.index-slideshow-caption.position-middle-bottom{
  position: absolute;
  top: 0%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.index-slideshow-caption.align-right{
  text-align: right;
}
.index-slideshow-caption.align-left{
  text-align: left;
}
.index-slideshow-caption.align-center{
  text-align: center;
}
.index-slideshow-link{
  display: block !important;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
}
/*Custom*/
  /*Video*/

.index-slideshow-video-container{
  height: 100% !important;
  overflow: hidden;
  position: relative;
}
.index-slideshow-video-container video{
  position: absolute;
  top: 0;
  left: 0;  
  height: 100% !important;
  width: 100% !important;
}
.index-slideshow-video-container iframe{
  pointer-events: none;
  width: 100%;
  height: 300% !important;
  left: auto;
  top: -100%;
  bottom: -100%; 
  max-width: none;
  position: absolute;
}

.index-slideshow-video-container:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.46) 100%);  
}


/*End Video*/
.index-slideshow__top{
  position: relative;
}
.index-slideshow__top .icon-scroll{
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90px;
}

.index-slideshow-caption-group.position-middle-center div {
    height: 67%;
    display: flex;
    align-items: center;
}

.slideshow-caption-product-image .index-slideshow-caption-image img
{
  max-height: unset;
  max-width: unset;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px)
{
  .slideshow-caption-product-image .index-slideshow-caption-image img
  {
    transform: translateY(-4%);
  }
}

.index-product-feature-slideshow .slideshow-caption-product-button
{
  z-index: 2;
}



.index-product-feature-slideshow .slideshow-caption-product-image
{
  z-index: 1;
}

.index-product-feature-slideshow .slideshow-caption-product-name,
.index-product-feature-slideshow .slideshow-caption-product-name div,
.index-product-feature-slideshow .slideshow-caption-product-name img
{
  max-width: 100%;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 767px)
{
  .index-product-feature-slideshow .slideshow-caption-product-image,
  .index-product-feature-slideshow .slideshow-caption-product-name
  {
    width: 100%;
  }
}

@media screen and (max-width: 991px)
{
  .swiper-container
  {
    height: auto !important;
  }
}

@media screen and (max-width: 767px)
{
  .swiper-slide
  {
    min-height: 75vh;
    height: auto;
  }

  .index-slideshow-background,
  .index-slideshow-background .index-slideshow__background
  {
    height: 100% !important;
  }
}


.index-product-feature-slideshow .index-slideshow-caption-group.position-middle-bottom
{
  height: 100%;
  bottom: unset;
}

.index-product-feature-slideshow .index-slideshow-caption-group.position-middle-bottom a.button
{
  position: relative;
  bottom: 60px;
  background-color: #000;
  color: #fff;
}

.index-product-feature-slideshow .index-slideshow-caption-group.position-middle-bottom a.button:hover
{
  color: var(--color_btn_text1);
    border-color: var(--color_btn_border1);
    background-color: var(--color_btn_bg1);
    }
}