{% if cartSingleProduct.hasNotification == 'true' %} {% from "../_notification/_notification.html" import notification %} {{ notification( containerClass="container-lg", notificationTitle =cartSingleProduct.notification.notificationTitle, notificationStatus = cartSingleProduct.notification.notificationStatus, notificationUpdateEnabled = cartSingleProduct.notification.notificationUpdateEnabled, notificationUpdateText = cartSingleProduct.notification.notificationUpdateText, notificationContent= cartSingleProduct.notification.notificationContent ) }} {% endif %}
{% if cartSingleProduct.main_title and cartSingleProduct.main_title != '' %}

{{cartSingleProduct.main_title}}

{% endif %} {% if cartSingleProduct.selection_buttons_style_options.selected == 'toggle-button' and cartSingleProduct.sub_title and cartSingleProduct.sub_title != '' %}

{{cartSingleProduct.sub_title}}

{% endif %}
{% if cartSingleProduct.enableProductSelection == 'true' %}
{% if cartSingleProduct.selection_buttons_image_position_options.selected == 'above_text_with_inner_space' %} {% if cartSingleProduct.product01Selector.image and cartSingleProduct.product01Selector.image != '' %} {{cartSingleProduct.product01Selector.image_alt}} {% endif %} {% endif %}
{{cartSingleProduct.product01Selector.product_name}}
{% if cartSingleProduct.selection_buttons_image_position_options.selected == 'bellow_text_without_inner_space' %} {% if cartSingleProduct.product01Selector.image and cartSingleProduct.product01Selector.image != '' %} {{cartSingleProduct.product01Selector.image_alt}} {% endif %} {% endif %}
{% if cartSingleProduct.selection_buttons_image_position_options.selected == 'above_text_with_inner_space' %} {% if cartSingleProduct.product02Selector.image and cartSingleProduct.product02Selector.image != '' %} {{cartSingleProduct.product02Selector.image_alt}} {% endif %} {% endif %}
{{cartSingleProduct.product02Selector.product_name}}
{% if cartSingleProduct.selection_buttons_image_position_options.selected == 'bellow_text_without_inner_space' %} {% if cartSingleProduct.product02Selector.image and cartSingleProduct.product02Selector.image != '' %} {{cartSingleProduct.product02Selector.image_alt}} {% endif %} {% endif %}
{% endif %} {% if cartSingleProduct.hasSubscribeMode == 'true' and cartSingleProduct.subscribe_section.position_style_options.selected == 'top' %} {% endif %}
{% if cartSingleProduct.color_prices_options.selected == 'color_value_only' and cartSingleProduct.selection_buttons_style_options.selected == 'switch-button' or cartSingleProduct.selection_buttons_style_options.selected == 'switch-button-top-badges' %}{{cartSingleProduct.bottle_1.title}}{% else %}1{% endif %}
{% if cartSingleProduct.color_prices_options.selected == 'color_value_only' and cartSingleProduct.selection_buttons_style_options.selected == 'switch-button' or cartSingleProduct.selection_buttons_style_options.selected == 'switch-button-top-badges' %}{{cartSingleProduct.bottle_3.title}} {{cartSingleProduct.bottle_3.stamp}}{% else %}3{% endif %}
{% if cartSingleProduct.color_prices_options.selected == 'color_value_only' and cartSingleProduct.selection_buttons_style_options.selected == 'switch-button' or cartSingleProduct.selection_buttons_style_options.selected == 'switch-button-top-badges' %}{{cartSingleProduct.bottle_6.title}} {{cartSingleProduct.bottle_6.stamp}}{% else %}6{% endif %}
{% if cartSingleProduct.showCarouselInside %} {% include "../productImagesCarousel/productImagesCarousel.html" ignore missing %} {% endif %} {% if cartSingleProduct.hasProductImagesAbovePrice and cartSingleProduct.hasProductImagesAbovePrice == 'true' %}
{% if cartSingleProduct.single_image_mode.enable === 'true' %}
{{cartSingleProduct.prodImg_alt}}
{% endif %} {% if cartSingleProduct.enableMultipleImageMode == 'true' %}
{% if cartSingleProduct.enableProductSelection == 'true' %} {{cartSingleProduct.product_image_alt}} {{cartSingleProduct.product_image_alt}} {% else %} {{cartSingleProduct.product_image_alt}} {% endif %}
{% if cartSingleProduct.enableProductSelection == 'true' %} {{cartSingleProduct.product_image_alt}} {{cartSingleProduct.product_image_alt}} {% else %} {{cartSingleProduct.product_image_alt}} {% endif %}
{% if cartSingleProduct.enableProductSelection == 'true' %} {{cartSingleProduct.product_image_alt}} {{cartSingleProduct.product_image_alt}} {% else %} {{cartSingleProduct.product_image_alt}} {% endif %}
{% endif %} {% if cartSingleProduct.showRibbon == 'true' %}
{{cartSingleProduct.bottle_3.stamp}}
{% endif %}
{% endif %}
{% if global.geolocation_options.selected != 'US' %}US{% endif %}${{cartSingleProduct.bottle_3.amount}}
{% if cartSingleProduct.pricing_layout_options.selected == 'row_layout' %}
{% endif %}
{{cartSingleProduct.titles.retail}}: ${{cartSingleProduct.bottle_3.retail}}
{{cartSingleProduct.titles.save}}: ${{cartSingleProduct.bottle_3.save}}
{% if cartSingleProduct.pricing_layout_options.selected == 'row_layout' %}
{% endif %}
{% 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 %} {{cartSingleProduct.titles.shipping}} {% if cartSingleProduct.showShipping.showShippingIcon == 'true' %} {% endif %}
{% if cartSingleProduct.hasSubscribeMode == 'true' %} {% if cartSingleProduct.subscribe_section.position_style_options.selected == 'center' %}
{% if cartSingleProduct.subscribe_section.subscriptionNote.text and cartSingleProduct.subscribe_section.subscriptionNote.text != "" %} {{cartSingleProduct.subscribe_section.subscriptionNote.text}} {% endif %}
{% endif %} {% if cartSingleProduct.subscribe_section.disclaimer_position_options.selected == 'above_cta' %} {% endif %} {% endif %} {% if cartSingleProduct.cta.cta_show_promotion_text == 'true' %} {% set ctaText %} {{cartSingleProduct.cta.cta_text}}{{ cartSingleProduct.cta.cta_promotion_text }} {% endset %} {% set ctaClass %} btn--{{cartSingleProduct.cta_style_options.selected}} btn--promo {% endset %} {% else %} {% set ctaText %} {{cartSingleProduct.cta.cta_text}} {% endset %} {% set ctaClass %} btn--{{cartSingleProduct.cta_style_options.selected}} {% endset %} {% endif %} {% if cartSingleProduct.purchase_checkbox.show_alert and cartSingleProduct.purchase_checkbox.show_alert == 'true' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{CTA( wrapCTA = 'true', ctaID = 'cartCta', ctaLink = cartSingleProduct.trackers.three_tracker, ctaTarget = cartSingleProduct.target, dataParam = 'true', ctaParam = 'true', ctaClass = ctaClass, ctaText = ctaText, hasIcon = 'false' ) }} {% else %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{CTA( wrapCTA = 'false', ctaID = 'cartCta', ctaLink = cartSingleProduct.trackers.three_tracker, ctaTarget = cartSingleProduct.target, dataParam = 'true', ctaParam = 'true', ctaClass = ctaClass, ctaText = ctaText, hasIcon = 'false' ) }} {% endif %} {% if cartSingleProduct.hasSubscribeMode == 'true' %} {% if cartSingleProduct.subscribe_section.position_style_options.selected == 'center' and cartSingleProduct.subscribe_section.subscribe_mode_options.selected == 'show_single_SS_checkbox' %} {% endif %} {% endif %}
{% if continuityGiveAwayBanner.bannerLocation_options and continuityGiveAwayBanner.bannerLocation_options.selected == 'Bellow Cart' %} {% include '../continuityGiveAwayBanner/includes/continuityGiveAwayBanner.html' %} {% 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' %} {% if 'svg' in item.image %} {{item.image_alt}} {% else %} {{item.image_alt}} {% endif %} {% endif %} {% if item.ui_options.selected == 'Icon' %} {% 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 %}