/* getmirchi.com - Product Card Style (bigger image) */
.product-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    background: #fff;
    margin: 24px 0 0 0;
}
