.t-store__tabs__item[data-tab-title*="СКРЫТЬ"] {
    display: none;
   
}

h2.t-store__tabs__item-title.t-name.t-name_xs[data-tab-title*="СКРЫТЬ"] {
    color: #efefe9 !important;
    font-size: 0px !important;
}

h2.t-store__tabs__item-title.t-name.t-name_xs:contains("СКРЫТЬ") {
    font-family: 'Pygmy' !important;
    font-weight: 700 !important;
    font-size: 0px !important;
    color: #efefe9 !important;
}

@media screen and (max-width: 480px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 0px!important;
    }
} 