.block-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-product-card.product-card-style--card {
  background-color: rgb(var(--color-card-background));
}

.block-product-card.product-card-style--card .block-product-price,
.block-product-card.product-card-style--card .block-product-title {
  padding-inline: 8px;
}

.block-product-card > .block-product-card-info:not(.block-product-card-info--layer) {
  display: flex;
  flex: 1;
  flex-direction: column;
}
