@if (imageUrl()) {
@if (discountPercentage() && discountPercentage()! > 0) { -{{ discountPercentage() }}% }
}

{{ product() }}

@if (formattedOriginalPrice(); as originalPrice) { {{ originalPrice }} } {{ formattedDiscountedPrice() }}
@if (hasVariantSelectors() && !quantityDisabled()) { } @else {
@for (attribute of attributes(); track attribute.label + attribute.value) {
{{ attribute.label }}: {{ attribute.value }}
}
} @if (!readonly()) {
@if (!quantityDisabled() && showRemove()) { }
}