.product-card{overflow:hidden;transition:box-shadow var(--transition-normal);display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow-card)}
.product-card__body{padding:var(--space-md);display:flex;flex-direction:column;flex:1}
.product-card__title{font-size:var(--text-base);font-weight:600;line-height:1.4}
