.wtb-product-breadcrumb {
    margin: 0 !important;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #394050;

    a {
        color: inherit;
        text-decoration: none;
        font-size: 14px;

        &:hover {
            color: #394050 !important;
        }
    }

    .wtb-breadcrumb-separator {
        margin: 0 4px;
    }

    .wtb-breadcrumb-current {
        font-family: var(--e-global-typography-primary-font-family-bold, inherit);
        font-weight: 700;
    }
}