<div><script src="https://denios.phaina.com/api/embed.js?autoload=false&isIntegrated=true&lang={{ storeContext.localeInfo.getCurrentLocaleWithHyphen }}&pool={{ storeContext.localeInfo.getDefaultLocaleWithHyphen }}{{ trackingParam|default|raw }}"></script>{% if app.request.get('categoryId') is defined %}{% set sortings = getCategoryListingSortOptions()|default([])|json_encode %}{% set variants = [] %}{% set result = getPageResultByCategory(app.request.get('categoryId'),app.request.get('filter')|default() ) %}{% for product in result.pagedResult.items %}{% set variants = variants|merge(product.variants) %}{% endfor %}{% set skus = variants|map(variant => "#{variant.sku}") %}{% set facets = result.pagedResult.facets|json_encode %}{% set activeFacets = result.activeFacets %}{% set productCount = result.pagedResult.items|length|default(0) %}{% set category = getCategoryById(app.request.get('categoryId')) %}{% set isAmbiGuard = category.key|default() == 'KAT_1391432' %}<div class="phaina__top">{% if isAmbiGuard %}<div class="phaina__abo-info">{{ 'abo_informations'|trans }}</div>{% endif %}<div id="phaina-interview" class="phaina__iframe"></div><div class="phaina__expert-advice-div"><span>{{'expert_advice_questions'|trans}}</span>{% include 'components/atoms/button/button.html.twig'with {'type': 'button','class': 'phaina__expert-advice-button','content': 'expert_advice_modal_headline'|trans|tagWrap('span', {class: 'text-link--arrow-right'}),'attributes': {'data-modal-id': 'expertAdvice','data-gtm-cf-open': ''}} %}</div></div><phainaapi-product-grid-url="{{ path('app_get_product_grid_by_skus') }}"api-product-skus-url="{{ path('app_get_product_skus') }}"api-products-add-to-cart="{{ path('checkout_cart_add_line_items') }}"skus="{{ skus|default([])|json_encode|e('html_attr') }}"sorting="{{ sortings }}"filter="{{ facets }}"category-id="{{ app.request.get('categoryId') }}"product-count="{{ productCount }}"></phaina>{% endif %}</div>