Hey guys,
I am trying to add breadcrumbs to my dawn theme but I would like to change a few things. I would like to show possibly Home - main category - product.
https://www.supplieswarehouse.co.uk/products/himalayan-4314-bounce-black-composite-safety-trainer
Currently this is what this is what it shows

This item is actually Home - Workwear & Safety - Safety Footwear. Can I change my breadcrumbs to match this?.
Current code is {% if template == ‘product’ %}
{% assign current_collection = product.collections.first %}
{% if current_collection %}
Also how do I make this look better in css?.
Thanks