Buy me a coffee

#218

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
 $(document).ready(function() {
    $('<span class="breadcrumb-separator" aria-hidden="true">|</span>').insertAfter('.nested-category-tree-wrapper .category-item a');
  });
  </script>
<style>
div.nested-category-tree-wrapper li.category-item {
    display: flex;
    align-items: center;
}
a.category-link {
    margin: 0 1.5vw;
    white-space: nowrap;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
li.category-item {
    margin: 0px !important;
}
li.category-item:last-child .breadcrumb-separator {
    display: none;
}
</style>