How to add breadcrumbs to crave theme 2.0

Hello. As the title says, I want to add breadcrumbs. Mainly they will be necessary for the product/ collection pages.
I tried to code it myself but I just couldnt get it working.

If there is a tutorial on this- please share it :slightly_smiling_face:

@HarmonicWander below link might be helpful to you :
https://shopify.github.io/liquid-code-examples/example/breadcrumb-navigation

Thanks for the reply. I tried the code and it worked, but i can only get it to be right at the very top of the page- above the announce bar; or under the footer.
I want it to be visible below the header if possible.
How would i do this?

@HarmonicWander you need to add custom css to handle the layout of the breadcrumb in perfect position.

I was able to do what I needed. I had to place it just below:
{% sections ‘header-group’ %}