.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "Под заказ";
    font-size: 14px;
}


/* .t-menu__link-item[href="/child"]::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://tutmnohowsego.ru/morda.png") no-repeat center;
    background-size: contain;
    margin-left: 6px;
}

*/


.t-menu__link-item[href="/child"] {
    position: relative;
}

.t-menu__link-item[href="/child"]::before {
    content: "Ликвидация";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    font-size: 10px;
    color: red;
    white-space: nowrap;
}

