.goods-card__breadcrumbs-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    display: inline-block;
    padding-right: 30px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    margin-right: 5px;
}
.goods-card__breadcrumbs-item:not(:last-child) {
    background-image: url('/static/img/svg/symbol/path-separator.svg');
}
.goods-card__breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
}
.goods-card__breadcrumbs-item a {
    text-decoration: none;
    color: black;
}