.lemei-featured-products {
  padding: 6rem 0;
  background: #F0F0F0;
  overflow: hidden;
}

.lemei-featured-products .tit {
  position: relative;
  margin-bottom: 26px;text-align: center;
}
.lemei-featured-products .tit h2 {
  margin-bottom: 2rem;
  font-size:clamp(24px, 3vw, 48px);
  color: var(--title-text-color);line-height:1;
  font-weight: normal;
}
.lemei-featured-products .tit p {
  font-size:18px;color: #494949;
  }
.lemei-featured-products .swiper-pagination {
  position: static;
  display: none;
}
.lemei-featured-products .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.lemei-featured-products .swiper-pagination-bullet-active {
  background: linear-gradient(to right, var(--color-primary), var(--color-second));
}
.lemei-featured-products .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 66px auto 0 auto;
  gap: 16px;
}
.lemei-featured-products .swiper-progressbar {
  flex: 1;
  position: relative;
  width: 100%;
  height: 3px !important;
  background: rgba(98, 96, 108, 0.15);

}
.lemei-featured-products .swiper-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, var(--color-second), var(--color-primary));
  opacity: 1;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s;
  z-index: 1;
}

/*
.lemei-featured-products .page .swiper-button-next,
.lemei-featured-products .page .swiper-button-prev {
  position: relative;
  text-align: center;
  height: 18px;
  top: 9px;
}
.lemei-featured-products .page .swiper-button-next i,
.lemei-featured-products .page .swiper-button-prev i {
  color: var(--title-text-color);
  font-size: 18px;
  line-height: 18px;
}
.lemei-featured-products .page .swiper-button-next:hover i,
.lemei-featured-products .page .swiper-button-prev:hover i {
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lemei-featured-products .page .swiper-button-next::after,
.lemei-featured-products .page .swiper-button-prev::after {
  content: none;
}
*/

.lemei-featured-products .products-wrapper{position:relative;}

.lemei-featured-products .swiper-button-next,.lemei-featured-products .swiper-button-prev{width:24px;height:48px;border-radius:15px;display:flex;justify-content:center;align-items:center;text-align:center;background: linear-gradient(90deg, var(--color-primary), var(--color-second));}
.lemei-featured-products .swiper-button-next{right:-34px;left:auto;}
.lemei-featured-products .swiper-button-prev{left:-34px;right:auto;}
.lemei-featured-products .swiper-button-next::after,.lemei-featured-products .swiper-button-prev::after{display:none;}
.lemei-featured-products .swiper-button-next i,.lemei-featured-products .swiper-button-prev i {color:#fff;font-size:13px;}
.lemei-featured-products .swiper-button-next:hover,.lemei-featured-products .swiper-button-prev:hover{background:#B3B3B3;}



.lemei-featured-products .theme-btn {
   margin: 32px auto 0;
}

.lemei-featured-products .product-card {
  padding: 20px 0;
}
.lemei-featured-products .product-card-container {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.lemei-featured-products .product-card-container:hover {
  box-shadow: 0px 5px 27px 0px rgba(0,0,0,0.13);
}

.lemei-featured-products .product-image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 10px 10px 0 0;
}

.lemei-featured-products .product-info {
  padding: 16px;
  position: relative;
  text-align: center;
}

.lemei-featured-products .product-title{display:flex;justify-content:center;align-items:center;font-weight:400;height:44px;overflow:hidden;}
.lemei-featured-products .product-title a{color:#0e0e0e;font-size:18px;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.lemei-featured-products .product-info p {margin-top:10px;line-height:22px;height:66px;overflow:hidden;font-size: 16px;color: #9a9999;}
 
/*.lemei-featured-products .swiper-controls .swiper-button-prev:hover,*/
/*.lemei-featured-products .swiper-controls .swiper-button-next:hover{*/
/*  background: linear-gradient(90deg, #4BC195, #8ED131);*/
/*}*/
/*.lemei-featured-products .swiper-controls .swiper-button-prev:hover i,*/
/*.lemei-featured-products .swiper-controls .swiper-button-next:hover i{*/
/*  transform: scale(1.5);*/
/*  transition: all .2s ease;*/
/*}*/

@media screen and (max-width:1441px) {
.lemei-featured-products .swiper-button-next{right:-28px;}
.lemei-featured-products .swiper-button-prev{left:-28px;}
}

@media screen and (max-width:1367px) {
.lemei-featured-products .swiper-button-next{right:0px;}
.lemei-featured-products .swiper-button-prev{left:0px;}
}

@media (max-width: 992px) {
  .lemei-featured-products .product-title a{
    font-size:17px;
  }
  .lemei-featured-products .swiper-pagination {
    display: block;
  }
  .lemei-featured-products .swiper-button-next,.lemei-featured-products .swiper-button-prev{display:none;}
  .lemei-featured-products .page {
    display: none;
  }
}
@media (max-width: 768px) {
  .lemei-featured-products .product-info  p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
 .lemei-featured-products .tit h2{margin-bottom:8px;}
  .lemei-featured-products {
    padding: 2rem 0;
  }
  .lemei-featured-products .tit {
    margin-bottom: 0;
  }

  .lemei-featured-products .tit p{
    padding-right: 0;
    font-size: 16px;
    text-align: center;
  }
  
  .lemei-featured-products .products-wrapper .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .lemei-featured-products .products-wrapper .swiper-wrapper {
    margin: 0;
  }
  
  .lemei-featured-products .swiper-navigator{
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
.lemei-featured-products .product-info{padding:13px 10px;}
.lemei-featured-products .product-title a{font-size:16px;}
.lemei-featured-products .tit p{font-size:14px;}
}

@media (max-width:480px) {
.lemei-featured-products .product-info p{display:none;}
.lemei-featured-products .theme-btn{margin:20px auto 0;}

.lemei-featured-products .product-title{height:66px;}
.lemei-featured-products .product-title a{font-size:15px;line-height:22px;-webkit-line-clamp:3;}


}

@media (max-width:390px) {

.lemei-featured-products .product-title a{font-size:14px;}


}


