.t-store__card .t-store__card__price_old {
    font-size: 11px!important;
    color: #d56b6b!important;
    font-family: 'MS-H',Arial,sans-serif!important;
}
.t-store__card .t-store__card__price {
    font-size:11px !important;
}
/*стили карточек на главной*/
.t396 .imagezoom {
    overflow: hidden;
  }

  .t396 .imagezoom > .tn-atom {
    transform: scale(1);
    transform-origin: center center;
    transition: transform 200ms cubic-bezier(0.33, 1, 0.68, 1) !important;
    will-change: transform;
  }

  .t396 .imagezoom.imagezoom-active > .tn-atom,
  .t396 .imagezoom:focus-within > .tn-atom {
    transform: scale(1.06) !important;
  }