/* v117 — darker, modern product price; visual scope: #products only */
#products.products #productsGrid.grid > article.card.user-card .card-bottom strong,
#products.products #productsGrid.grid > article.card.user-card .price-stack strong{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:30px!important;
  margin:0 auto!important;
  padding:5px 12px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #cfe6df!important;
  border-radius:999px!important;
  background:#eef8f5!important;
  color:#075f4f!important;
  -webkit-text-fill-color:#075f4f!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-shadow:none!important;
  box-shadow:0 3px 10px rgba(7,95,79,.07)!important;
}
@media(max-width:700px){
  #products.products #productsGrid.grid > article.card.user-card .card-bottom strong,
  #products.products #productsGrid.grid > article.card.user-card .price-stack strong{
    min-height:25px!important;
    padding:4px 8px!important;
    font-size:10.5px!important;
  }
}
