.t-store__card__imgwrapper::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('https://static.tildacdn.com/tild3166-3138-4135-b230-323630343739/11111111.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
    z-index: 999;
}

.t-store__card__imgwrapper::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 30px;
    height: 30px;
    background-image: url('https://static.tildacdn.com/tild3531-3034-4436-a666-663031613338/unnamed_3.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
    z-index: 999;
}
