In Spartacus 2.0 if you inspect the category page slots from the chrome console you will see something like this for the `Section1` slot:

The `Section1` slot is the one at the top and I see it is divided into 2 main sub slots (because when I hover with the chrome inspector over the `Section1` slot it highlights to parts for the bar which represents the `Section1` slot).
So `Section1` slot is divided into 2 main parts. One has the same width with the category search facet and another has the same width with the products grid.
I want to insert a custom component in the sub slot above the products grid. In the picture you can see the text here, but this is inserted from the chrome console in the Section1 slot.
How do I insert something in the rightmost subslot such that only it to be visible?