 @media (max-width:768px){
  .drawer--menu a[href*="/listing/category/"]{ display:none !important; }
}
@media (max-width:768px){
  .drawer--menu .drawer__content{ max-height:calc(100vh - 64px); overflow:auto; }
}