.Home {
  margin: 20px 0px;
}

.Home .popular_prod_mobile {
  display: none;
}
.Home .desktop_view .custom_first_col {
  overflow: unset !important;
}

.sticky_swiper {
    align-self: flex-start;
    position: sticky;
    top: 153px;
}
/* .Home .body_container {
    height: 100vh;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
} */

@media (min-width: 0px) and (max-width: 991px) {
  .Home .body_container {
    height: unset;
  }

  .Home .popular_prod_mobile {
    display: block;
  }

  .Home .popular_prod_desktop {
    display: none;
  }
}
