.js-store-prod-charcs {
    display: none !important;
}


@media screen and (max-width: 1920px) {
.t-descr_xxs {
	font-size: 20px!important;
}
.t-name_xs {
	font-size: 22px!important;
}
}


/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "От" !important;
    margin-right: 7px;
}



.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}








.t-store__card {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 0.2);
  padding: 15px !important;
}

