{{ component('sylius_shop:main_image', { product: product, class: "w-100 h-100 object-fit-cover" }) }}
{{ product.name }}
{% if not product.enabledVariants.empty() %} {{ component('sylius_shop:catalog_promotions', { variant: variant, appliedPromotions: applied_promotions, withDescription: false }) }} {{ component('sylius_shop:product:card:price', { variant: variant, template: '@SyliusShop/product/common/price.html.twig' }) }} {% endif %}