
snippets > card-product.liquidを開いてください。
118行目・155行目の
href="{{ card_product.url }}" を
href="{% if collection %}{{ collection.handle }}{% endif %}{{ card_product.url }}" に書き換えてください。
変更箇所は2ヶ所になります。

各種ページに設置してください。
- コレクションページ
- 商品ページ
- 下層ページ
- ブログ一覧ページ
- ブログ記事ページ
トップページに戻るテキストを設定できます。
ちょこっとコード
<div class="page-width">
{%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
{%- assign t = template | split: '.' | first -%}
<nav class="breadcrumbs" role="navigation" aria-label="breadcrumbs">
<ol class="breadcrumbs__list">
<li class="breadcrumbs__item">
<a class="breadcrumbs__link" href="/">{{ section.settings.home_text }}</a>