.t-store__prod-popup__container {
        padding-top: 0px;
}
.t-store__prod-snippet__container {
    padding-top: 0px;
}

.t-store__card__descr {
    margin-top: 5px;
}

.t-store__card__textwrapper {
    padding-top: 10px;
}

.t-store__card__price-wrapper {
    margin-top: 3px;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}


    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius:0px;
    font-weight: 400;
}

.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

/* тут уже существующий код */

/* NEW badge custom */
.t-store__card__mark {
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    width: 90px !important;
    height: 90px !important;
    border-radius: 0 !important;
    overflow: visible !important;
    position: relative !important;
}

.t-store__card__mark::before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url("https://res.cloudinary.com/dl5fghbuc/image/upload/v1780923219/novinka_luminarpolis_badge_gzmedl.svg") center center / contain no-repeat;
}

@media (max-width: 640px) {
    .t-store__card__mark,
    .t-store__card__mark::before {
        width: 76px !important;
        height: 76px !important;
    }
}