
    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #66146D;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #66146D;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "\1F50D";
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "\1F5B9";
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
/* Бейдж "Новинка" в карточке */
.t-store__card .t-store__card__mark,
.t-store__card__mark-wrapper,
.t-store__card__mark-text {
    font-size: 10px !important;
    padding: 2px 6px !important;
    line-height: 1.2 !important;
}

/* если бейдж внутри кастомной обертки */
.t-store__card__mark-wrapper {
    transform: scale(0.8);
    transform-origin: top left;
}
.t-catalog__card__mark
{
    color: #66146D;
    border: 1px solid #66146D;
    width: 74px;
    height: 22px;
    border-radius: 5px;
    background-color: unset !important;
    color: #66146D !important;
}