  .t-store__card__mark {
    border-radius: 0 !important;
    background-color: #931f21 !important;
    width: 60px !important;
    height: 30px !important;
  }
  
  .t-store__card__price-item::before {
      content: "Наша цена: " !important;
      color: black !important;
      font-size: 17px !important;
      font-weight: 600 !important;
    }
    
  .t-store__card__price-item {
      font-size: 17px !important;
      font-weight: 600 !important;
  }
    
  .t-store__card__price_old:before {
      content: "Цена бутика: " !important;
      color: black !important;
      font-size: 17px !important;
      font-weight: 600 !important;
  }
  
  .t-store__card__price-wrapper {
      display: flex;
      flex-direction: column;
      text-align: center;
  }
  
  .t-store__card__price_old {
    color: black !important;
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  
  .t-name_xs::after {
    content: none !important;      
  }
  
 .js-store-prod-price-old-val {
    text-decoration: line-through; 
 }
 
.js-store-prod-name {
  text-align: center;    
}

.t-store__card__mark-wrapper {
  right: 0px    
}

