.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;
}