.t-store__card__sold-out-msg {
    display: none !important;
}

/* Контейнер с картинкой для карточек магазина (ST315N + каталог) */
.js-product .t-store__card__imgwrapper {
    position: relative;
}

/* Сам бейдж "В наличии / Под заказ" */
.product-status-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1;
    z-index: 10;
    pointer-events: none;

    /* стили по ТЗ */
    background: #000000;
    color: #ffffff;
    font-family: 'NeutralFace', 'Neutral Face', Arial, sans-serif;
}

/* На будущее, если захочешь отличать визуально */
.product-status-label--instock { }
.product-status-label--preorder { }