@media screen and (max-width:1200px){
    .t-store .t-descr_xxs,
    .t-store .t-name_xs,
    .t-store .t-store__relevants__container .t-descr_xxs {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .t-store .t-store__relevants__container .t-name_xs {
        font-size: 12px;
    }
}


#rec546051494 .t-gallery__filter-icon {
    display: none !important;
}


/* === Унификация текста в pop-up каталога ST320N === */

/* Основной текст описания товара */
.t-popup__container .t-store__prod-popup__description,
.t-popup__container .t-store__prod-popup__text,
.t-popup__container .t-store__prod-popup__descr,
.t-popup__container p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

/* Заголовок товара */
.t-popup__container .t-store__prod-popup__title {
    font-size: 22px !important;
    line-height: 1.25 !important;
}

/* Все заголовки внутри описания */
.t-popup__container h1,
.t-popup__container h2,
.t-popup__container h3,
.t-popup__container h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

/* Списки */
.t-popup__container ul,
.t-popup__container ol,
.t-popup__container li {
    font-size: 16px !important;
    line-height: 1.55 !important;
}
