.t-store__card__wrap_all {
    border-radius: 20px;
    overflow: hidden;
    
}


/*Добавляем от в карточку товара*/
.js-store-price-wrapper.t-store__prod-popup__price-wrapper::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 700;
    font-family:Playfair Display;
    top: 3px;
    position: relative !important;
}
/*Добавляем стоимость от в корзине рядом с товаром*/
.t706__product-amount.t-descr.t-descr_sm::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 400;
    font-family: Playfair Display;
}
/*Добавляем от в общую сумму заказа*/
span.t706__cartwin-prodamount::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: Playfair Display;
}
/*Добавляем от в общую сумму заказа в самом низу*/
span.t706__cartwin-totalamount::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: Playfair Display;
}
.t-store__card__price.t-store__card__price-item.t-name.t-name_xs::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    top: 3px;
    position: relative !important;
}