.dictionary__param[data-producer_code]{
display: flex!important;

@media (min-width: 979px) {
    .navbar-subnav {
        overflow-y: scroll;
        max-height: 70vh;
    }
    html.--fixed-header header #logo, html.--fixed-header header #menu_settings {
        display: block !important;
    }
    html.--fixed-header header {
        grid-template-areas:
        "logo menu_search menu_settings menu_basket"
"menu_categories menu_categories menu_categories menu_categories"
"breadcrumbs breadcrumbs breadcrumbs breadcrumbs"!important;
    }
}

}
.search_description__wrapper p{
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
}

.dictionary .dictionary__group {
display: flex;
flex-direction: column;
}
.dictionary .dictionary__param[data-responsible-entity="true"] {
order: 2;
}
.dictionary .dictionary__param:last-child {
margin-bottom: 2rem;
}
.dictionary .dictionary__param:empty {
display: none;
}

.projector_safe__info::after {
  content: "Bezpieczne zakupy" "\A" "Sprawdź rabaty w koszyku";  /* Numer telefonu + dodatkowy tekst */
  white-space: pre-line;  /* Dzięki temu zachowujemy odstęp pomiędzy dwoma liniami */
  display: block;  /* Wymusza wyświetlanie w nowej linii */
  font-size: 12px;  /* Rozmiar czcionki */
  color: #000000;  /* Kolor tekstu */
  margin-top: 10px;  /* Odstęp między numerem telefonu a nowym tekstem */
}
.search_categoriesdescription_next:not(.expanded) > * {
display: block !important;
}
.search_categoriesdescription_next .show_description {
display: none !important;
}

#news_list .article__image_wrapper {
    display: none !important;
}

#main_news .article__image_wrapper {
    display: none !important;
}