{% if topSection.showProductImage and topSection.showProductImage == 'true' %}
{% 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 != '' %}
{% endif %}
{% if topSection.title.text and topSection.title.text != '' or topSection.content.text and topSection.content.text != '' %}
{% if topSection.showRatingAboveTitle and topSection.showRatingAboveTitle == 'true' %}
5 out of 5
{% endif %}
{% 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.text and topSection.title.text != '' %}
{{topSection.title.text}}
{% endif %}
{% if topSection.content.text and topSection.content.text != '' %}
{{topSection.content.text}}
{% endif %}
{% if topSection.content.cta.show == 'true' and topSection.content.cta.text != '' %}
{% endif %}
{% endif %}
{% if topSection.vsl.video_src and topSection.vsl.showVSL == 'true' %}
{% from "../_vsl/_vsl.html" import vsl %}
{{ vsl(
brightcoveVideoStorage = topSection.vsl.brightcoveVideoStorage,
brightcoveAccountID = "6415681346001",
brightcoveVideoID = topSection.vsl.brightcoveVideoID,
customPlay = topSection.vsl.customPlay,
ID = 'topSectionVsl',
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.content and topSection.offer_text.content != ''%}