.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: #e74c3c !important;
  }
  
  
  /* Старая (зачёркнутая) цена — светло-серая */
  .t-store__card__price_old,
  .t-price__old,
  .t-store__card__price_old span {
    color: #999999 !important;
  }


  /* Старая цена внутри попапа (карточки товара) — светло-серая */
  .t-store__prod-popup__price_old,
  .t-store__prod-popup__price_old span,
  .js-product-old-price,
  .t-store__prod-popup__info .t-store__card__price_old {
    color: #999999 !important;
  }

#rec722566522 .t886__wrapper {
  border-radius: 12px !important;
}