.icon-discount {
    position: relative;
}

.icon-discount::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    background-image: url("img/icons.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 1247px) {
    .i-subheader-nav-link:has(+.i-menu.i-menu-sale) {
        padding-right: 55px;
    }
}
