/* v89 — product-card typography only. Handles the runtime price-stack wrapper. */

#products #productsGrid.grid > article.user-card.card > .card-body > h3{
  color:#f8ead0!important;
  -webkit-text-fill-color:#f8ead0!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45)!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .category{
  color:#e9c471!important;
  -webkit-text-fill-color:#e9c471!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .meta{
  color:#aaa59c!important;
  -webkit-text-fill-color:#aaa59c!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .price-stack{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .price-stack > strong,
#products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > strong{
  display:flex!important;
  width:100%!important;
  min-height:25px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#edc269!important;
  -webkit-text-fill-color:#edc269!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.55!important;
  text-align:center!important;
  text-shadow:0 1px 2px rgba(0,0,0,.4)!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .price-stack > .old-price{
  display:block!important;
  margin:0 0 2px!important;
  color:#8f8b82!important;
  -webkit-text-fill-color:#8f8b82!important;
  font-size:10px!important;
  line-height:1.4!important;
  text-align:center!important;
}

#products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .order{
  color:#17120a!important;
  -webkit-text-fill-color:#17120a!important;
}

@media(max-width:650px){
  #products #productsGrid.grid > article.user-card.card > .card-body > h3{
    font-size:11px!important;
  }

  #products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .price-stack > strong,
  #products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > strong{
    min-height:22px!important;
    color:#edc269!important;
    -webkit-text-fill-color:#edc269!important;
    font-size:9px!important;
  }

  #products #productsGrid.grid > article.user-card.card > .card-body > .card-bottom > .price-stack > .old-price{
    font-size:8px!important;
  }
}
