/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 26:18 Unexpected "{"
Line 26:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 43:18 Unexpected "{"
Line 43:27 Expected ":"
Line 53:18 Unexpected "{"
... and 32 more hidden warnings

**/


/* CSS from section stylesheet tags */
<style>
#shopify-section-{{ section.id }} .blog-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 146px;
}

#shopify-section-{{ section.id }} .blog-slider .swiper {
  width: 100%;
  height: 100%;
}


#shopify-section-{{ section.id }} .blog-slider .swiper-slide {
  display: flex !important;
  flex-direction: row;
  align-items:center;
  justify-content:center;
  gap:3rem;
  height:600px;
  border-radius:15px;
  overflow:hidden;
}

#shopify-section-{{ section.id }} .background-overlay{
  background:rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  position:absolute;
  z-index:1;
  display:block !important;
}


#shopify-section-{{ section.id }} .blog-slider .article-content{
  border:none !important;
  max-width:1000px;
  text-align:center;
  padding:1.5rem;
  z-index:2;
}

#shopify-section-{{ section.id }} .article-content > .h2{
  color:#fff !important;
  margin: 0 0 1rem;
}

#shopify-section-{{ section.id }}  .article-card2-AuthBox{
    display: flex;
    align-items:center;
    flex-wrap: wrap;
  }
#shopify-section-{{ section.id }}  .mid-name{
    margin: 0 15px 0 10px;
  }  

#shopify-section-{{ section.id }}  .article-card2-textbox-img{
    width: 35px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
  }  

#shopify-section-{{ section.id }} .blog-slider a.appliMoudle3-seemore_link  {
    max-width: 140px;
    font-size: 14px;
    margin: 1rem auto;
}
  
#shopify-section-{{ section.id }} .blog-slider .article-content h4{
  font-size: var(--text-h4);
  line-height: 1.3;
  margin-top:var(--spacing-6);
}

#shopify-section-{{ section.id }} .blog-slider .article-content {
  margin: 1rem 0;
}

#shopify-section-{{ section.id }} .blog-slider .article-card2-AuthBox{
justify-content:center;
}

#shopify-section-{{ section.id }} .blog-slider .article-card2-AuthBox .h4{
color: #fff !important;
}  

#shopify-section-{{ section.id }} .swiper-button-prev, .swiper-button-next {
    display: block !important;
}

#shopify-section-{{ section.id }} .swiper-buttons {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
}

#shopify-section-{{ section.id }} .swiper-button-prev, .swiper-button-next{
   color: #fff;
}

#shopify-section-{{ section.id }} .swiper-button-prev {
    left: 2rem;
}

#shopify-section-{{ section.id }} span.swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.95);
}

#shopify-section-{{ section.id }} span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

@media(max-width:767px){

.blog-slider {
    margin-top: 100px;
}

.blog-slider .swiper-slide{
 height:400px;
}

}  
  
</style>