  .js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs {
    display: none !important;
}  
  .t-store__card__descr {
    display: none !important;
}  

 .t-store__card__mark {
      width: 65px !important;
    height: 24px !important;

    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}