{% if topSection.showBackgroundImage and topSection.showBackgroundImage == 'true' %} {% endif %} {% if global.isVslVersion == 'false' and topSection.offer_text_and_effect.content != '' and topSection.showProductImage and topSection.showProductImage == 'true' %} {% endif %}
{% if topSection.showProductImage and topSection.showProductImage == 'true' %}
{{ topSection.productImage.image_alt }} {% if global.isVslVersion == 'false' and topSection.offer_text_and_effect.content != '' %}
{{topSection.offer_text_and_effect.content}}
{% endif %}
{% endif %} {% if topSection.badges[0].image and topSection.badges[0].image != '' %}
    {% for badge in topSection.badges %}
  • {{ badge.image_alt }}
  • {% endfor %}
{% endif %} {% if topSection.title and topSection.title != '' or topSection.content and topSection.content != '' %}
{% if topSection.dynamic_title.use_dynamic_title and topSection.dynamic_title.use_dynamic_title == 'true' %}

{{topSection.dynamic_title.dynamic_title_list[0].item}} {{topSection.dynamic_title.static_title_portion}}

{% elif topSection.title and topSection.title != '' %}

{{topSection.title}}

{% endif %} {% if topSection.content and topSection.content != '' %}

{{topSection.content}}

{% endif %}
{% endif %} {% if topSection.vsl.video_src and topSection.vsl.showVSL == 'true' %}
{% from "../_vsl/_vsl.html" import vsl %} {{ vsl( customPlay = topSection.vsl.customPlay, ID = topSection.vsl.ID, placeholder = topSection.vsl.image, alt = topSection.vsl.alt, src = topSection.vsl.video_src, path = global.path, hasControls = topSection.vsl.hasControls, isMutedAndAutoplay = topSection.vsl.isMutedAndAutoplay ) }}
{% endif %} {% if topSection.offer_text and topSection.offer_text.content != '' %}

{{topSection.offer_text.content}}

{% endif %}
{% if topSection.dynamic_title.use_dynamic_title == 'true' %} {% endif %}