{{item.title}}
{{currency.symbol}}{{ (item.pricePromo > 0 ? item.pricePromo : item.price) | number:0 }}
{{currency.symbol}}{{ item.price | number:0 }}
📍 {{item.provinces}} • {{item.category}}
{{item.badgeText}}
{{ (item.shortDescription | limitTo: 117) + (item.shortDescription.length > 117 ? '...' : '') }}
…