.product-path-widget {
    font-size: 14px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-path-widget a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-path-widget a:hover {
    color: #000;
}

.product-path-widget .separator {
    margin: 0 8px;
    color: #bbb;
}
