.t951 .t951__grid-cont.t-store__valign-buttons .t-item {
flex-direction: row;
flex-wrap: wrap;
background: #fafafa;
padding: 20px;
border-radius: 10px;
}
.t951 .t-store__filter__search .t-store__filter__input {
width: 420px;
}
.js-product a[href="#order"]{
flex: 0 0 100%;
}
.js-product-controls-wrapper,.t-store__card__btns-wrapper {
flex: 1 0 50%;
}
.t-store__card__textwrapper {
display: flex;
gap: 20px;
align-items: center;
}
.t-store__card__sku {
order: 1;
flex: 1;
font-size: 10px;
}
.js-store-prod-name {
order: 2;
flex: 4;
font-size: 14px;
}
.t-store__card .t-typography__descr {
font-size: 10px;
margin-top: 0;
order: 3;
flex: 1;
}
.t-store__card__price-wrapper{
margin-top:0px;
order: 4;
flex: 1;
margin-bottom: 3px;
}
.t-store__card__price-wrapper{
display: flex;
justify-content: space-around;
align-items: center;
}
.t-store__card__price-wrapper:after {
content:'';
display: block;
width: 20px;
height: 20px;
background: url('https://static.tildacdn.com/tild6137-6662-4035-a239-646265613735/Group_285.svg') no-repeat;
background-size: contain;
}
}
/*скрываем от взаимодействия элементы управления городами*/
.js-product .t-product__option {
position: absolute;
opacity: 0;
pointer-events: none;
}
@media(max-width:1199px){
.t-store__parts-switch-wrapper {
display: none;
}
}