
.best-category-item {
    z-index: 2;
    padding: 0 8px 16px;
  }
  
  .best-category-item::before {
    content: "";
    position: absolute;
    top: 63px;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #81adff url("./../../../assets/images/new/image-07.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -2;
  }
  
  .best-category-item::after {
    content: "";
    position: absolute;
    top: 64%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fffffe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 87px;
    height: 66px;
    -webkit-filter: blur(42px);
    filter: blur(42px);
    z-index: -1;
  }
  
  .best-category-item img {
    width: 123px;
    height: 163px;
    margin-bottom: 16px;
  }
  
  .best-category-item .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
  }
  
  .best-category-item:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .best-category-item.gold::before {
    background-color: #fed844;
  }
  
  .best-category-item.warning::before {
    background-color: #fab82a;
    background-image: url("./../../../assets/images/new/image-08.png");
  }
  
  .best-category-item.blue::before {
    background-color: #7262d4;
  }
  
  .best-category-item.purple::before {
    background-color: #c044f9;
  }
  
  @media only screen and (max-width: 575px) {
    .best-category .swiper {
        overflow: visible !important;
    }
  }