/** Shopify CDN: Minification failed

Line 221:2 Expected "}" to go with "{"

**/
 .qseproductslider_outer_side{
   margin: 50px 0px;
   padding: 30px 0px;
 }
    .product_card_slider_new{
      padding: 20px;
      position: relative;
      height:100%;
      overflow: hidden;
      background: #ffffff;
      transform: scale(0.9);
      transition: 0.4s ease;
      
   
    }
    .qseproductslider .swiper-slide-prev .product_card_slider_new ,.qseproductslider .swiper-slide-next .product_card_slider_new {
      padding: 0px;
    }
     .qseproductslider .swiper-slide-prev .product_card_slider_new .view_product,.qseproductslider .swiper-slide-next .product_card_slider_new .view_product{
      width:100%;
    }
     .qseproductslider .swiper-slide-active .product_card_slider_new .view_product{
      width: 86%;
     }
     .qseproductslider .swiper-slide-active h2{
        font-size: 1.6rem!important;
        padding: 0;
     }
.qseproductslider .swiper-slide-active .product_card_slider_new{
  transform: scale(1.05);
} 
    /* .product_card_slider_new::after{
      content: "";
    position: absolute;
    background: #0c6a6b;
    top: -20px;
    left: -6px;
    width: 30px;
    height: 60px;
    transform: rotate(45deg);
    } */
.product-card-slider__header {
      text-align: center;
      margin-bottom: 20px;
    }
    .qseproductslider {
      width: 100%;
      height: 100%;
      padding: 50px 0px!important;
    }
.qseproductslider_outer .media{
  position: static!important;
}

    .product_card_slider_new_outer {
      text-align: center;
      font-size: 18px;
      
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000000;
      flex-direction: column;
      height: 500px;
    }
    .p_card_detail{
      position: absolute;
      left: 0;
      bottom: 20px;
      height: 90px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      
      flex-direction: column;
    }
   .qseproductslider .swiper-slide img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
     border-radius: 5px;
    }
   .qseproductslider .card-wrapper{
      width: 100%;
     padding: 0px 5px;
     height: 100%;
    }
    .qseproductslider h2{
      color: #000000;
      font-size: 2rem;
      font-weight: 400;
    }
  
    .qseproductslider .sale_price{
      color: #000000;
      font-size: 2rem;
      font-weight: 700;
    }
.qseproductslider .old-price{
      color: #000000;
      font-size: 1.6rem;
      text-decoration: line-through;
    }
      .qseproductslider .card__information a{
      color: #0c6a6b;
      font-size: 1.5rem;
    }
    .qseproductslider .price__sale{
      display: flex!important;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
.heading_color_2 h2{
  margin-top: 0;
  font-size: 4rem;
}

/* .qseproductslider .swiper-slide-active .product_card_slider_new_outer{
  transform: scale(1.2);
} */


    /* From Uiverse.io by barisdogansutcu */ 
.view_product {
display: block;

  margin: auto;
  padding: 5px 0px;
  background: #0c6a6b;
  border-radius: 5px;
  font-weight: bold;
  
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.2s;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  border: 2px solid #0c6a6b;
  
  bottom: 0px;
  margin-top: 20px;
}
.view_product svg{
  fill: #ffffff;
}
.view_product:hover {
  background: #ffffff;
  color: #0c6a6b;
  border: 2px solid #0c6a6b;
  /* outline: 2px solid #70bdca; */
  
}
.view_product:hover svg{
  fill: #0c6a6b;
}

.view_product::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.view_product:hover::before {
  width: 250%;
}
    .view_product i{
      margin-top: 5px;
    }
    .qseproductslider_outer{
      background: #0c6a6b; color: #ffffff;  
    }
    @media screen and (max-width: 1440px) {
      .qseproductslider .card-wrapper{
     
     height: 400px;
    }
    }
@media screen and (max-width: 768px) {
  .qseproductslider {
    padding:0!important;
  }
  .qseproductslider .swiper-slide-active .product_card_slider_new{
  transform: scale(0.95);
}
  .qseproductslider .card-wrapper{
    
     height: 500px;
    }
  .product-card-slider__header{
    margin-bottom: 0;
  }
  .qseproductslider_outer{
       padding: 0px!important;
    }
  
}
    
   
       @media screen and (max-width: 375px) {
      .qseproductslider .card-wrapper{
    
     height: 400px;
    }
  