  /* Скрывает значок "В наличии" */
  .js-product .t-store__card__imgwrapper:after {
    display: none !important;
  }
