/* v119 — approved coral-pink order button; #products only */
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom a.order,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .order{
  border:0!important;
  border-color:transparent!important;
  background:#ff416f!important;
  background-image:linear-gradient(135deg,#ff5c82 0%,#ff3568 100%)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
  box-shadow:0 8px 18px rgba(255,53,104,.20)!important;
}
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom a.order:hover,
#products.products #productsGrid.grid > article.card.user-card .card-body .card-bottom .order:hover{
  background:#ed2859!important;
  background-image:linear-gradient(135deg,#fa4c76 0%,#ed2859 100%)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
#products.products #productsGrid.grid > article.card.user-card.sold-out .card-body .card-bottom .order{
  background:#bdc5c2!important;
  background-image:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
