.webshop-breadcrumbs {
    margin-bottom: 2rem;
}

.webshop-breadcrumbs dt {
    position: absolute;
    left: -999em;
}

.webshop-breadcrumbs dl {
    display: flex;
    flex-wrap: wrap;
}

.webshop-breadcrumbs dd {
    margin: 0;
}

.webshop-breadcrumbs dd:not(:last-child)::after {
    margin: 0 .5rem;
    font-size: .7rem;
    font-family: 'webshop-icon', sans-serif;
    content: '\e802';
}

.webshop-breadcrumbs a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

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

.webshop-breadcrumbs dd:last-child a {
    font-weight: normal;
}
