{% if reviewsVideoSlider and reviewsVideoSlider.isAboveTheFold == 'true' %} {% include "../reviewsVideoSlider/reviewsVideoSlider.html" %} {% endif %} {% if aboutProductBanner.vslVersion and aboutProductBanner.vslVersion == 'true' %} {% from "../_vsl/_vsl.html" import vsl %} {{ vsl( customPlay = aboutProductBanner.vsl.customPlay, ID = aboutProductBanner.vsl.ID, placeholder = aboutProductBanner.vsl.image, alt = aboutProductBanner.vsl.alt, src = aboutProductBanner.vsl.video_src, path = global.path, hasControls = aboutProductBanner.vsl.hasControls, isMutedAndAutoplay = aboutProductBanner.vsl.isMutedAndAutoplay ) }} {% endif %} {% if global.promotion and global.promotion.enable != 'true' %} {% if aboutProductBanner.title and aboutProductBanner.title != '' %}

{{aboutProductBanner.title}}

{% endif %} {% endif %}
    {% for item in aboutProductBanner.list %}
  • {{item.text}}
  • {% endfor %}
{{aboutProductBanner.product.image_alt}}
{{aboutProductBanner.disclaimer}}
{% if aboutProductBanner.availabilityComponent.showAvailabilityComponent == "true" and aboutProductBanner.showSocialProof == "false" %}
{{aboutProductBanner.availabilityComponent.availabilityTitle}}: {{aboutProductBanner.availabilityComponent.availabilityStatus}}
{% endif %} {% if aboutProductBanner.showSocialProof == "true" %} {% endif %} {% if aboutProductBanner.extra_data and aboutProductBanner.extra_data != '' %}
{% for item in aboutProductBanner.extra_data %} {% if item.visibility_options.selected == 'show' %}
{% if item.ui_options.selected == 'Image' %} {{item.image_alt}} {% endif %} {% if item.ui_options.selected == 'Icon' %} {% endif %}

{{item.content}} {% if item.alternative_content and item.alternative_content != '' %} {% endif %}

{% endif %} {% endfor %}
{% endif %}