/* Product groups stay collapsed in the listing. Clicking a group deliberately
   opens its options modal; the child products are never rendered inline. */
.product-card.product-group-card {
  cursor: pointer;
}
.product-card.product-group-card .purchase-button {
  cursor: pointer;
}
