/* v118 — final dark price lock; #products only */
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .price-stack,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .price-stack strong,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom > strong{
  color:#071a2d!important;
  -webkit-text-fill-color:#071a2d!important;
  text-decoration-color:#071a2d!important;
  text-shadow:none!important;
  opacity:1!important;
  filter:none!important;
}
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .price-stack strong *,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom > strong *{
  color:#071a2d!important;
  -webkit-text-fill-color:#071a2d!important;
  text-shadow:none!important;
  opacity:1!important;
}
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .price-stack strong,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom > strong{
  border-color:#d7dfe2!important;
  background:#f3f6f7!important;
  box-shadow:0 3px 10px rgba(7,26,45,.08)!important;
  font-weight:950!important;
}
/* Keep a former price secondary when a discount exists. */
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .price-stack .old-price{
  color:#7d888d!important;
  -webkit-text-fill-color:#7d888d!important;
  text-decoration-color:#7d888d!important;
  text-shadow:none!important;
}
