@awesomerobot changing the header category color from $header-primary color to $primary made our categories invisible.
had to put this back manually in customizations for now:
header .title-wrapper .bar .badge-category { color: $header-primary !important; }