    
      .home-swiper {
        overflow: visible;
      }
      .home-swiper .swiper-slide {
        width: auto;
        height: auto;
      }
      .no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
      .no-scrollbar::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
      }
      .recent-scroller {
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scroll-snap-type: x proximity;
      }
      .recent-scroller > * {
        flex: 0 0 auto;
        scroll-snap-align: start;
      }
      [data-recent-section] {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
      }
   