.product-card__form {
width:100%;
  margin-top:auto;
  
}
.product-card__form  .variant-picker__option-info {
  display:none!important;
}
.product-card:has(.product-card__form .select[aria-expanded="true"]) {
  z-index:1;
}
.product-list {
  align-items:stretch;
}
.product-card, .product-card__info {
 display: flex;
 flex-direction: column;
}
.product-card__info {
  height:100%;
}
