.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: 10px;
    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);
}

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