{{#if cart.items.length}}
{{#each (limit cart.items 4)}}
-
{{#if type '==' 'GiftCertificate'}}

{{else}}
}})
{{/if}}
{{brand.name}}
{{#if quantity '>' 1}}
{{quantity}} ×
{{/if}}
{{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}}
{{price.formatted}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{/each}}
{{#if cart.show_primary_checkout_button}}
{{/if}}
{{#if cart.show_multiple_address_shipping}}
{{/if}}
{{else}}
{{lang 'cart.checkout.empty_cart'}}
{{/if}}