.js-store-prod-name {
    width: 180px!important; /*ширина контейнера заголовка*/
    text-align: left; /*выравнивание заголовка*/
    
}
.js-store-prod-name {
  display: inline-block;
}
.js-store-price-wrapper, .js-store-prod-sold-out {
  display: inline-block;
  margin-top: 0px !important; /*отступ цены сверху*/
  text-align: right; /*выравнивание цены по краю*/
  z-index: 10!important;
}
.t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
}

.js-product.t-store__card.t-col>a {
    position: relative;
}
.js-product.t-store__card.t-col {
    position: relative;
}

.t-store__card .t-typography__title {
     z-index: 10!important;
 }
 .js-store-prod-sold-out.t-store__card__sold-out-msg {
     display:none!important;
 }
 @media screen and (min-width: 1200px) {
.t-store__card__textwrapper {
     margin-top:-75px!important;
     padding-left:15px!important;
     padding-right:15px!important;
 }
}

@media screen and (max-width: 1190px) {
.t-store__card__textwrapper {
     margin-top:-45px!important;
     display: flex!important;
     padding-left:15px!important;
     padding-right:15px!important;
     padding-top: 7px!important;
   }
}
@media screen and (max-width: 1190px) {
.t-store__grid-cont_mobile-one-row .t-store__card__price-wrapper {
    margin-bottom: -17px;
}
.js-store-grid-cont.t-store__grid-cont.t-store__grid-cont_col-width_stretch.t-container_100.t-store__grid-cont_mobile-one-row {
overflow-y: hidden;
}
}
