.t-store__card[data-product-inv=""]::before {
    content: "Под заказ";
    font-family: 'CustomFont',Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ff1d65;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 99;
    width: 70px;
    text-align: center;
    background: white;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    border: 1px solid #ff1d65;
    pointer-events: none;
}

.js-store-product.js-product[data-product-inv=""]::before {
    content: "Под заказ";
    font-family: 'CustomFont',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ff1d65;
    position: absolute;
    background-color: #ededed;
    margin-left: 20px;
    padding: 10px 16px;
    top: 10px;
    z-index: 99;
    background: white;
    border-radius: 0px;
    border: 1px solid #ff1d65;
    pointer-events: none;
}

@media screen and (min-width: 980px) {
    .js-store-product.js-product[data-product-inv=""]::before {
    content: "Под заказ";
    font-family: 'CustomFont',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ff1d65;
    position: absolute;
    background-color: #ededed;
    margin-left: 40px;
    padding: 10px 16px;
    top: 60px;
    z-index: 99;
    background: white;
    border-radius: 0px;
    border: 1px solid #ff1d65;
    pointer-events: none;
}
}

@media screen and (min-width: 480px) and (max-width:979px) {
    .js-store-product.js-product[data-product-inv=""]::before {
    content: "Под заказ";
    font-family: 'CustomFont',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ff1d65;
    position: absolute;
    background-color: #ededed;
    margin-left: 20px;
    padding: 10px 16px;
    top: 10px;
    z-index: 99;
    background: white;
    border-radius: 0px;
    border: 1px solid #ff1d65;
    pointer-events: none;
}
}

@media screen and (min-width: 300px) and (max-width:479px) {
    .js-store-product.js-product[data-product-inv=""]::before {
    content: "Под заказ";
    font-family: 'CustomFont',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ff1d65;
    position: absolute;
    background-color: #ededed;
    margin-left: 0px;
    padding: 10px 16px;
    top: 10px;
    z-index: 99;
    background: white;
    border-radius: 0px;
    border: 1px solid #ff1d65;
    pointer-events: none;
}
}

.t-popup .t-store__card::before {
    margin-top: 25px;
}

.js-store-prod-sold-out {
    display: none;
}