#trending {
  padding: 0 0 19px 0;
}

#trending .title {
  font-size: 36px;
  line-height: 53px;
}

#trending .container {
  width: 1310px;
}

#trending .swiper-slide {
  border-radius: 16px;
}

#trending .swiper-slide a {
  text-decoration: none;
  color: #222 !important;
}

#trending .swiper-wrapper {
  height:auto;
}

#trending .swiper-slide .img {
  border: 1px solid #eee;
  border-radius: 16px;
}

#trending .swiper-slide img {
  max-width: 100% !important;
  height: 308px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

#trending .price {
  top: -58px;
  left: -38px;
  font-size: 40px;
  width: 177px;
  height: 158px;
  border-radius: 50%;
  line-height: 50px;
  padding-top: 83px;
  padding-left: 21px;
}

#trending .price .circle {
  top: 8px;
  left: 0;
  width: 170px;
  height: 150px;
  border-radius: 50%;
}

#trending .price sup {
  font-size: 58%;
  line-height: 44px;
}

#trending .price span {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  margin-top: -25px;
}

#trending .price.digit3 {
  font-size: 35px;
}

#trending .product-name {
  margin: 8px 0 0 0;
  font-size: 20px;
}

#trending .brand {
  margin-top: 4px;
  font-size: 16px;
}

#trending .swiper-slide .getthis {
  width: 155px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
}

#trending .swiper-button-next:after,
#trending .swiper-button-prev:after {
  display: none;
}

#trending .swiper-button-prev,
#trending .swiper-button-next {
  background-image: url('../../../images/home/redesign/swiper-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -28px;
}

#trending .swiper-button-next {
  transform: scale(-1);
  left:auto;
  right: -28px;
}

@media screen and (max-width: 992px ) {
  #trending .trending-swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 768px ) {
  #trending .swiper-slide img {
    max-height: 193px;
    width: 100%;
  }
}

@media screen and (max-width: 567px ) {
  #trending .title {
    font-size: 24px;
    line-height:1.2;
    margin: 23px 0 12px 0;
  }

  #trending .price {
    font-size: 24px;
    width: 111px;
    height: 99px;
    top: -35px;
    left: -24px;
    padding-top: 42px;
    padding-left: 10px;
  }

  #trending .price span {
    margin-top: -35px;
    font-size: 7px;
  }

  #trending .price .circle {
    top: 5px;
  }

  #trending .price.digit3 {
    font-size: 21px;
  }

  #trending .price .circle {
    width: 106px;
    height: 94px;
  }

  #trending .product-name {
    font-size: 14px;
    margin-top: 3px;
  }

  #trending .brand {
    font-size: 11px;
    margin-top: 3px;
  }

  #trending .getthis {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    width: 115px;
    margin-top: 14px;
  }
  
}