.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3rem;
}

.breadcrumbs a {
    text-decoration: underline;
    /* color: #0073aa; */
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Styling for when this is on a single product */
.single-product .breadcrumbs a {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}

.single-product .breadcrumbs a:hover {
    text-decoration: underline;
}

.single-product .breadcrumbs {
    color: var(--wp--preset--color--light-grey);
}
