/* .sticker__item--stock,
.sticker__item--stock::before,
.sticker__item--new,
.sticker__item--new::before
{display:none!important} */
[data-code="NEW"] {
    display: none;
}
[data-code="STOCK"] {
    display: none;
}