/* Equal-size product cards: same image box, same title height, buttons on one line */
.swiper-wrapper{align-items:stretch}
.swiper-slide{height:auto!important}
.vh-card{height:100%}
.vh-card-img{display:block;position:relative;overflow:hidden;background:#fff;aspect-ratio:1/1}
.vh-card-img img{display:block;width:100%;height:100%;object-fit:contain}
.vh-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;line-height:1.3}
@media(min-width:1024px){.vh-card-img{aspect-ratio:4/3}}
