.t-store__card__mark {
    border-radius: 0px;
    height: 20px;
    width: 80px;
}

.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: transparent !important;
}

.t1002__addBtn {
    border: 1px solid #ffffff;
}

/*Отступ в карточке товара на ПК*/
@media screen and (min-width: 980px) {
.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 20px;
}
}

/*Отступ между карточками на моб*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 12px !important;
    }
}