{% if cartToggleMobileSectionsDesktop.sectionBanner.showSectionBanner and cartToggleMobileSectionsDesktop.sectionBanner.showSectionBanner == 'true' %}
{% from "../_sectionBanner/_sectionBanner.html" import sectionBanner %}
{{
sectionBanner(
componentName = 'sectionBanner',
componentVariant = '',
styleVariantion = '',
content = cartToggleMobileSectionsDesktop.sectionBanner.title,
showCta = cartToggleMobileSectionsDesktop.sectionBanner.showCta,
mainBtnText = ''
)
}}
{% endif %}
{% if cartToggleMobileSectionsDesktop.discountBanner.showDiscountBanner == 'true' %}
{% from "../_sectionBanner/_sectionBanner.html" import sectionBanner %}
{{
sectionBanner(
componentName = 'sectionBanner',
componentVariant = 'discountBanner',
styleVariantion = '',
title = cartToggleMobileSectionsDesktop.discountBanner.claim,
content = cartToggleMobileSectionsDesktop.discountBanner.discountText,
showCta = 'false',
mainBtnText = '',
path = global.path,
backgroundImage = cartToggleMobileSectionsDesktop.discountBanner.discountBanner_backgroundImage.image
)
}}
{% endif %}
{% include "../cartToggleSubscriptionMode/includes/extra-data.html" %}
{% if cartToggleMobileSectionsDesktop.benefits_list_modal.show_modal == "true" %}
{% include "../cartToggleSubscriptionMode/includes/benefits-info-modal.html" %}
{% endif %}
{% set isSubscribe = 'true' %}
{% if isSubscribe == 'true' and cartToggleMobileSectionsDesktop.continuity_mode_modal.show_modal == "true" %}
{% include "../cartToggleSubscriptionMode/includes/subscribe-info-modal.html" %}
{% endif %}
{% set isSubscribe = 'false' %}
{% if isSubscribe == 'false' and cartToggleMobileSectionsDesktop.regular_mode_modal.show_modal == "true" %}
{% include "../cartToggleSubscriptionMode/includes/subscribe-modal.html" %}
{% endif %}