.js-product.t-store__card .js-store-prod-sold-out.t-store__card__sold-out-msg::after {
    content: "SOLD";
    z-index: 9999;
    font-family: Arial;
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: rgba(231, 36, 36, 0.7);
    font-weight: bold;
    color: white;
    border-radius: 7px;
    width: 55px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 950px) {
    .js-product.t-store__card .js-store-prod-sold-out.t-store__card__sold-out-msg::after {
        right: 15px;
}
}

.js-product.t-store__card a {
    position:relative;
}

.t-store__card__price-wrapper,
.t-store__card__textwrapper,
.store__card__has-btns,
.store__card__has-btns a, 
.t-store__card__wrap_txt-and-btns {
    position: initial !important;
}
.js-product {
    position: relative !important;
} 