.t121 *:not(.t-text, .t-descr) {
    border-radius: 15px;
}
.t706__cartwin-content{
    border-radius: 25px;
}
.t-slds__arrow {
    opacity: .5;
}
.t-store__card__price-wrapper {
    margin-top: 5px;
}
.t-store .t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts {
    padding-top: 0px;
    padding-bottom: 10px;
    flex: 1;
}
.t-descr_xxs {
    font-size: 14px;
 }
 .t-btn {
    font-weight: 600;
}
.t706__product-imgdiv {
    width: 135px !important;
}
.t1002__product-imgdiv {
    width: 120px;
}
.t1002__product-title {
    margin-left: auto !important;
}
.t554__card {
    border-radius: 25px;
}
.t-menu__link-item.t-active {
        bottom: -1px;
    border-bottom: 3px solid #ffffff;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    border-radius:15px;
    border-image: linear-gradient(to right, blue, violet, red, orange , yellow, green, blue, violet);
    border-image-slice: 1;
}
.t-store__mobile-two-columns.t-store__grid-cont .t-store__card.t-item {
    margin-bottom: auto;
}
.t203__textwrapper {
    border-radius: 25px;
}
.t-form__successbox {
    border-radius: 25px;
}
.t-form__errorbox-wrapper {
    border-radius: 15px;
}

.text-stroke .tn-atom {
    /* Укажи толщину обводки */
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}

/* Кнопка вместо ссылки в карточке товара */
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #C0C0C0;
    color: #100E19 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #C0C0C0;
    color: #100E19 !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}