How to change color and weight of breadcrumbs on Shop Page

To change color and weight of breadcrumbs on Shop Page, like this.

You can use this code to Custom CSS.

nav.nested-category-breadcrumb *, ul.nested-category-children * {
    color: #f1f !important;
    font-weight: bold;
}

Result