@if (showHero() && backgroundImageUrl(); as backgroundImage) { }
@if (checkoutRemainingTime(); as remainingTime) {
Tiempo restante de compra: {{ remainingTime }}
} @if (showHero()) { @if (heroContent(); as content) {

{{ content.eyebrow }}

{{ content.title }}

{{ content.description }}

} @if (carouselImages().length) { } }