{% sw_extends '@Storefront/storefront/element/cms-element-product-slider.html.twig' %} {# FreeThemeOne 'element/cms-element-product-slider.html.twig' #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# FreeThemeOne: Set theme variables #} {% set iconPack = theme_config('ft-icon-set') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# FreeThemeOne: Adjust icon #} {% block element_product_slider_controls_items_prev_icon %} {% if iconPack == "feather" %} {% sw_icon 'chevron-left' style { pack: iconPack, size: 'xl' } %} {% else %} {# Default icon #} {% sw_icon 'arrow-head-left' %} {% endif %} {% endblock %} {# FreeThemeOne: Adjust icon #} {% block element_product_slider_controls_items_next_icon %} {% if iconPack == "feather" %} {% sw_icon 'chevron-right' style { pack: iconPack, size: 'xl' } %} {% else %} {# Default icon #} {% sw_icon 'arrow-head-right' %} {% endif %} {% endblock %}