{% if topSection.showBenefitsComponent === "true" %}
{% include '../benefits/benefits.html' %}
{% endif %}
{% if topSection.showReviewsComponent === "true" %}
{% include '../reviewsTicker/reviewsTicker.html' %}
{% endif %}
{% if topSection.arrowIconAnim === "true" %}
{% endif %}
{% endif %}
{% if topSection.component_dependecies.dependencies.sc_cartRadioButtons == 'true' %}
{% include '../sc_cartRadioButtons/sc_cartRadioButtons.html' %}
{% endif %}