        {{! ***** //Cockade - New ***** }}

        {{#if product.cockadeNewShow}}
        <img 
            {{#if misc.isLazyLoadingEnabled}}loading="lazy"{{/if}}
            class="im-cc-cockade cockade-new"
            src="{{misc.currentPath}}{{card.cockades.new.image.image}}" 
            style="
                max-height: {{card.cockades.new.image.height}}px; 
                max-width: {{card.cockades.new.image.width}}px; 
                width: {{card.cockades.new.size}}%; 
                {{misc.cockadeNewCss}} 
            "
            alt="{{l10n.cart_cockade_new}}" 
        />
        {{/if}}        

        {{! ***** //Cockade - Discount ***** }}

        {{#if product.cockadeDiscountShow}}
        <img 
            {{#if misc.isLazyLoadingEnabled}}loading="lazy"{{/if}}
            class="im-cc-cockade cockade-disc"
            src="{{misc.currentPath}}{{card.cockades.discount.image.image}}" 
            style="
                max-height: {{card.cockades.discount.image.height}}px; 
                max-width: {{card.cockades.discount.image.width}}px; 
                width: {{card.cockades.discount.size}}%; 
                {{misc.cockadeDiscountCss}} 
            "
            alt="{{l10n.cart_cockade_discount}}" 
        />
        {{/if}}
