/*
 Theme Name: Astra Child
 Template: astra
*/
/* Make every product card the same height and align the button to bottom */
.ylc-kiosk .ylc-kiosk-grid { align-items: stretch; }                 /* stretch all tracks */
.ylc-kiosk .ylc-card{ display:flex; flex-direction:column; height:100%; }

/* Consistent image block height */
.ylc-kiosk .ylc-thumb img{ 
  width:100%; height:100%; object-fit:cover; 
  aspect-ratio: 4 / 3; /* or 1 / 1 if you prefer a square */
}

/* Keep title to 2 lines (equal vertical space) */
.ylc-kiosk .ylc-title{
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  line-height:1.35;
  min-height: calc(1.35em * 2); /* reserves space for 2 lines */
}

/* Push meta → button to the bottom, and make the button full-width */
.ylc-kiosk .ylc-actions{ margin-top:auto; }
.ylc-kiosk .ylc-actions .button{ width:100%; }
