.label-icon:after {
    content: " ";
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 99;
    inset: 8px;
    background-repeat: no-repeat;
}
.bez-svininy:after {
    background-image: url(/images/icons/timeicon.svg);
}
.layk:after {
    background-image: url(/images/icons/like.svg);
}
.bez-govyadiny:after {
    background-image: url(/images/icons/govyadina.svg);
}
.bez-glyutena:after {
    background-image: url(/images/icons/no-gluten.svg);
}

.bez-sakhara:after {
    background-image: url(/images/icons/no-sugar.svg);
}

