.ajax-woo-slider-wrapper{
  display:flex;
  align-items:center;
  width:100%;
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  padding:10px 0;
}

.cats{
  display:flex;
  gap:6px;
  overflow-x:auto;
  flex:1;
  scrollbar-width:none;
}
.cats::-webkit-scrollbar{display:none}

.cats button{
  border:0;
  background:none;
  font-size:13px;
  padding:4px 6px;
  cursor:pointer;
  position:relative;
  white-space:nowrap;
}
.cats button.active{
  font-weight:700;
  color:#e91e63;
}
.cats button.active:after{
  content:'';
  height:3px;
  background:#e91e63;
  width:100%;
  position:absolute;
  left:0;
  bottom:-2px;
}

.arrow{cursor:pointer;font-size:20px;padding:0 8px}
#scroll-sentinel{height:1px}
#loader{text-align:center;display:none;padding:20px}
