.price {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
}

.product-card .mdl-card__supporting-text {
  position: relative; /* Positioning context for the button */
  padding-bottom: 60px; /* Space for the absolute button */
}
