.slider-wrapper{display:flex;align-items:center;margin-bottom:10px}
.arrow{cursor:pointer;font-size:20px;padding:0 8px}
.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}
.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}
#loader{display:none;text-align:center;padding:20px;color:#999}