/** Shopify CDN: Minification failed

Line 20:26 Unexpected "{"
Line 20:35 Expected ":"
Line 20:41 Unexpected "{"
Line 30:10 Unexpected "{"
Line 30:19 Expected ":"
Line 34:11 Unexpected "{"
Line 34:20 Expected ":"
Line 45:10 Unexpected "{"
Line 45:19 Expected ":"
Line 51:10 Unexpected "{"
... and 41 more hidden warnings

**/


 

   .swiper.slider-sweet--{{ section.id }}{
  position:relative;
  width:100%;
  height:auto;
  z-index:1;
  -o-object-fit:cover;
  object-fit:cover;
  overflow:none;     
}
 
#section-{{ section.id }} .sweet-text-wrap {
  max-width:auto;
   padding:70px 50px;
}
 #section-{{ section.id }} a.sweet__slide-link{
  display:block;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:3;
}
#section-{{ section.id }} .sweet-subtitle{
  text-transform:none;
  letter-spacing:0em;
  font-weight:100;
  line-height:100%;
}
#section-{{ section.id }} .sweet-title{
  display:block;
  margin:0 auto;
  letter-spacing:0em;
  line-height:110%;
  font-family:'Cormorant';
  font-weight:400;
}
#section-{{ section.id }} .sweet-text{
  margin:0 auto;
  letter-spacing:0em;
  line-height:120%;
}
.sweet-link{
  padding-top:10px;
  position:relative;
  display:block;
}
#section-{{ section.id }} .sweet-link a.btn {
text-decoration:none;
padding:10px 35px;
border-radius:0px;
}
 {% if section.settings.style_arrows == 'true'  %} 
  #section-{{ section.id }} .sweet-prev {
    position: absolute;
   left:10px;
   top:45%;
   width:25px;
   height:50px;
   z-index:8;

}   
 #section-{{ section.id }} .sweet-next {
   position: absolute;
   right: 15px;
   top:45%;
   width:25px;
   height:50px;
   z-index:8;
}
  #section-{{ section.id }} .sweet-next svg, #section-{{ section.id }} .sweet-prev svg {
   width:25px;
   height:19px;
   fill:#fff;
   color:#fff;
}
  {%- else -%}
   .sweet-prev, .sweet-next {
    display:none;
}    
{%- endif -%}

{%- if section.settings.style_animate_text -%}
#section-{{ section.id }} .swiper-slide-active .sweet-text-content {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
  opacity: 1;
}
#section-{{ section.id }} .swiper-slide-active .sweet-text-content .sweet-subtitle{
  animation-name: fadeIn;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
  opacity: 1;
}
#section-{{ section.id }} .swiper-slide-active .sweet-text-content .sweet-title{
  animation-name: fadeIn;
  animation-duration: 3s;
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
  opacity: 1;
}
#section-{{ section.id }} .swiper-slide-active .sweet-text-content .sweet-text{
  animation-name: fadeIn;
  animation-duration: 4s;
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
  opacity: 1;
}
#section-{{ section.id }} .swiper-slide-active .sweet-text-content .sweet-link{
  animation-name: fadeIn;
  animation-duration: 5s;
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
  opacity: 1;
}
{%- endif -%}
@media (max-width:991px) {
   #section-{{ section.id }}  .sweet-text-wrap {
   padding:50px 30px;
}
  }
@media (max-width:769px) {
 #section-{{ section.id }}  .sweet-link a.btn {
text-decoration:none;
padding:6px 20px;
letter-spacing:0.1em;
} 
  }
  @media (max-width:400px) {
 #section-{{ section.id }}  .sweet-link a.btn {
letter-spacing:0em;
} 
 #section-{{ section.id }} .sweet-text-wrap {
   padding:25px 10px;
    max-width:95%;
}

  }
    
