.article__item:nth-child(n+4) {
    display: block !important;
}

#projector_dictionary .dictionary__group:last-of-type > .dictionary__param:last-child{
  display: none !important;
}

.projector_stocks__info {
display: none !important;
}

.projector_stocks__icon {
display: none !important;

}



#bar24 .bars__content {
    font-size: 0; /* ukrywa oryginalny tekst */
}

#bar24 .bars__content::after {
    content: "Darmowa dostawa na terenie Polski od 100 zł";
    font-size: 14px; /* dopasuj do swojego stylu */
    font-weight: 500;
    color: #000; /* lub var(--font-color) */
}