@media (max-width: 1024px){
  .block-category .rcs-pills-wrapper{
        display:none;
    }
.nav_custom {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
     gap: 8px;
  scrollbar-width: none; 
}
 .rcs-pill {
  flex: 0 0 auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
  background: #fff;  
  gap: 8px;
}
 .nav_custom {
  position: sticky;
  top: 54px; /* adjust based on your header height */
  z-index: 50;
  background: #fff;
  padding: 8px 0;
}
 .rcs-pills::-webkit-scrollbar {
  display: none;              /* Chrome / Safari */
}
	.nav_custom nav {
    display: none;
}
}
@media (min-width: 1024px) {
    .nav_custom .rcs-pills-wrapper{
        display:none;
    }
    
    div#js-product-list-top {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
	
    div#js-product-list-top {
        margin-top: 0px!important;
    }
     .rcs-pill {
   display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  padding: 10px 0px;
 
  
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
  background: #fff;  
  gap: 8px;
}

}
.rcs-pills-wrapper {
    margin: 5px 2px 7px;
}
.rcs-pill:hover {
  background: rgba(0,0,0,0.04);
color:#c10363;
}
#category .breadcrumb {
    background-color: #fff!important;
    padding: 0px;
}

#category #_desktop_category_header h1 {
    border: none;
    color: #212529;
}

a.rcs-pill {
    margin-right: 10px;
}

