.stock-in-stock {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #3a4f3a;
}



  /* Цена в карточках товара, на странице товара и в корзине */
  .t-store__card__price-value,
  .t-store__card__price-text,
  .t-store__card__price-currency,
  .t706__product__price-actual,
  .t-store__prod__price-value,
  .t-store__prod__price-currency,
  .t-store__prod-popup__price-value,
  .t-store__prod-popup__price-currency,
  [class*="t-store"] [class*="price"] span,
  [class*="t-store"] [class*="price"] strong,
  [class*="t706"] [class*="price"] span,
  [class*="t706"] [class*="price"] strong {
    color: #3a4f3a !important;
  }
</style>