{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_navigation %}
{% endblock %}
{% block base_breadcrumb %}
{% endblock %}
{% block base_footer %}
{% if page.cmsPage %}
{% set customFields = page.header.navigation.active.translated.customFields %}
{% endif %}
{% if customFields.custom_category_footer_usp == 'white' or customFields.custom_category_footer_usp == 'purple' or page.product %}
{% sw_include '@Storefront/storefront/layout/footer/footer-usp.html.twig' with {
uspStyle: customFields.custom_category_footer_usp
} %}
{% endif %}
{{parent()}}
{% endblock %}