{% if cartSingleProduct.main_title and cartSingleProduct.main_title != '' %}

{{cartSingleProduct.main_title}}

{% endif %}
{% if cartSingleProduct.product01Selector.image and cartSingleProduct.product01Selector.image != '' %} {{cartSingleProduct.product01Selector.image_alt}} {% endif %}
{{cartSingleProduct.product01Selector.product_name}}
{% if cartSingleProduct.product02Selector.image and cartSingleProduct.product02Selector.image != '' %} {{cartSingleProduct.product02Selector.image_alt}} {% endif %}
{{cartSingleProduct.product02Selector.product_name}}
{{cartSingleProduct.bottle_1.title}}
{{cartSingleProduct.bottle_3.title}} {{cartSingleProduct.bottle_3.stamp}}
{{cartSingleProduct.bottle_6.title}} {{cartSingleProduct.bottle_6.stamp}}
{% if global.geolocation_options.selected != 'US' %} US{% endif %} ${{cartSingleProduct.bottle_3.amount}}
{{cartSingleProduct.titles.retail}}: ${{cartSingleProduct.bottle_3.retail}}
{{cartSingleProduct.titles.shipping}} {% if cartSingleProduct.bottle_3.shipping_time_sensitive and cartSingleProduct.bottle_3.shipping_time_sensitive != '' %} {{cartSingleProduct.bottle_3.shipping_time_sensitive}} {% else %} {{cartSingleProduct.bottle_3.shipping}} {% endif %} {% if cartSingleProduct.showShipping.showShippingIcon == 'true' %} {% endif %}
{{cartSingleProduct.titles.save}}: ${{cartSingleProduct.bottle_3.save}} {{cartSingleProduct.bottle_3.savings_extra_text}}
{% if cartSingleProduct.cta.cta_show_promotion_text == 'true' %} {% set ctaText %} {{cartSingleProduct.cta.cta_text}}{{ cartSingleProduct.cta.cta_promotion_text }} {% endset %} {% set ctaClass %} btn btn--promo {% endset %} {% else %} {% set ctaText %} {{cartSingleProduct.cta.cta_text}} {% endset %} {% set ctaClass %} btn {% endset %} {% endif %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{CTA( wrapCTA = 'false', ctaID = 'cartCta', ctaLink = cartSingleProduct.trackers.three_tracker, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaClass = ctaClass, ctaText = ctaText, hasIcon = 'false' ) }} {% if cartSingleProduct.subscribe_section.subscribe_mode_options.selected == 'show_single_SS_checkbox' %} {% endif %}
{% if cartSingleProduct.vsl.video_src and cartSingleProduct.vsl.showVSL == 'true' %}
{% from "../_vsl/_vsl.html" import vsl %} {{vsl( brightcoveVideoStorage = cartSingleProduct.vsl.brightcoveVideoStorage, brightcoveAccountID = "6415681346001", brightcoveVideoID = cartSingleProduct.vsl.brightcoveVideoID, customPlay = cartSingleProduct.vsl.customPlay, ID = 'cartSingleProductVsl', placeholder = cartSingleProduct.vsl.image, alt = cartSingleProduct.vsl.alt, src = cartSingleProduct.vsl.video_src, path = global.path, hasControls = cartSingleProduct.vsl.hasControls, isMutedAndAutoplay = cartSingleProduct.vsl.isMutedAndAutoplay ) }}
{% endif %}
{% if cartSingleProduct.extra_data and cartSingleProduct.extra_data != '' %}
{% for item in cartSingleProduct.extra_data %} {% if item.visibility_options.selected == 'show' %}
{% if item.ui_options.selected == 'Image' %} {{item.image_alt}} {% endif %} {% if item.ui_options.selected == 'Icon' %} {% if item.time_sensitive_image == '' %} {% else %} {% endif %} {% endif %}
{% if item.time_sensitive_content and item.time_sensitive_content != '' %}{{item.time_sensitive_content}} {% else %}{{item.content}} {% endif %} {% if item.alternative_content and item.alternative_content != '' %} {% endif %}
{% endif %} {% endfor %}
{% endif %}