<div class="card product-card">
    <img src="/images/card-image.jpg" alt="card with icon" class="product-card-img" />
    <div class="product-card-content">
        <h3 class="prod-title">Product Title</h3>
        <h4 class="prod-category">Product Category</h4>
        <i class="far fa-heart overlay-icon"></i>
        <span class="prod-ecomm-badge">New</span>
        <p>
            <strong>₹ 1499</strong> <small><s>₹ 2999</s></small>
            <small class="card-discount">(50% OFF)</small>
        </p>
        <a href="#" class="prod-action-btn">Add to Cart</a>
    </div>
</div>