.projector_status_main_wrapper {
    display: none !important;
}
.redirection__suggestions {
    display: none !important;
}
.redirection__background {
    display: none !important;
}
a.nav-link[title*="WYPRZEDAŻ"] {
    background-color: #e60000;
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}
span.nav-link[title="KATEGORIE"] {
    background-color: #ff9ad8;
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
.products__item-photo {
    position: relative;
    overflow: hidden; 
}

.products__item.sale a,
.products__item--sale a {
    position: relative;
    display: block;
    overflow: hidden;
}

.products__item.sale a::after,
.products__item--sale a::after {
    content: "SALE";
    position: absolute;
    top: 14px;
    left: -32px;
    background: red;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 40px;
    transform: rotate(-45deg);
    z-index: 999;
}