{% comment %} Renders a product card within a product list. Usually within a collection template or the Product list section Accepts: - product: {object} The product object - https://shopify.dev/docs/api/liquid/objects/product Usage: {% render 'product-card' product: product %} {% endcomment %}