<div class="bgc-white br-0 overflow-hidden">
<div class="d-flex max-0 pills-products position-relative justify-content-between">
<div class="col-auto px-0">
<div class="nav wi-300 flex-column nav-pills bgc-F1F5F6 pay-50 pal-60 c-0d8fc4-h" id="v-pills-tab" role="tablist"
aria-orientation="vertical">
{% for key, category in getCategories() %}
<a
class="{{ (loop.first) ? 'activeCatLink ' }} d-flex c-06303E c-3992B0-h mab-5 bgc-white-h position-relative transition pay-12 br-0 pointer w-100 cat-menu-link link-img-cat align-items-center c-44515d fs-18 fw-600 tdl-none-h c-0d8fc4-h {{ (loop.first) ? 'active' }}"
id="v-pills-home-tab{{ loop.index }}"
data-img="{{ category.categoryFileName ? asset(vich_uploader_asset(category, 'categoryFile'))|imagine_filter('medium') : asset('assets/img/sans-img-1-dmd-inox.jpg')|imagine_filter('medium') }}"
{# data-img="{{ category ? asset(vich_uploader_asset(category, 'categoryFile')) }}"#}
data-toggle="pill" href="#v-pills-home{{ loop.index }}" role="tab"
aria-controls="v-pills-home{{ loop.index }}"
aria-selected="true"
data-href="{{ path('front_products', {"catSlug":category.slug}) }}"
>
<div class="position-relative col-auto pax-10">
<div class="wi-65 he-65 d-flex align-items-center jusify-content-center" style="background-color:{{category.color}}">
{# <img src="{{ asset(vich_uploader_asset(category, 'categoryIconFile')) }}"#}
<img src="{{ category.categoryIconFileName ? asset(vich_uploader_asset(category, 'categoryIconFile'))|imagine_filter('medium') : asset('assets/img/sans-img-1-dmd-inox.jpg')|imagine_filter('medium') }}"
alt="{{ category.title }}" class="img-white position-absolute t-0 b-0 w-auto l-0 r-0 m-auto img-white"/>
</div>
</div>
<div class="col pax-0">
<div class="c-inherit text-uppercase fs-14" data-link3>
{{ category.title }}
{# <div class="c-A0A2A6 link c-9DC771-h fs-13 fw-600 d-block allProductsLink" data-href="{{ path('front_products', {"catSlug":category.slug}) }}" >
{{"menuProducts.allProducts.link"|trans|raw }}
</div>#}
</div>
</div>
<div class="position-absolute wi-22 he-22 t-0 b-0 r-20 arrowProduct my-auto d-flex align-items-center justify-content-center">
<i class="fa-solid fa-chevron-right c-inherit fs-12"></i>
</div>
</a>
{% endfor %}
</div>
</div>
<div class="col-auto px-0 brw-1 brs-solid bc-F1F5F6 ">
<div class="tab-content h-100 pay-35 pal-24 par-48 bgc-F2F4F8 position-relative" id="v-pills-tabContent">
{% for key, category in getCategories() %}
<div class="tab-pane {{ (loop.first) ? 'show active ' }}" id="v-pills-home{{ loop.index }}"
role="tabpanel" aria-labelledby="v-pills-home-tab{{ loop.index }}">
<div class="fw-700 c-06303E fs-16 mab-10">
{{ category.title }}
</div>
{% for key, subCategory in getSubCategories(category) %}
<div id="accordionProducts{{ loop.index }}{{category.id}}" class="cat{{category.id}}Application{{ loop.index }}">
<div class="">
<div class="" id="headingOneProducts{{ loop.index }}{{category.id}}">
<div role="button" data-cat="{{category.id}}" data-app="{{ loop.index }}" class="c-06303E headingOneProducts{{ loop.index }} {{ (loop.first) ? 'activesubCatLink ' }} mab-3 cat-subMenu-link position-relative c-65B3CD-h d-flex position-relative transition pay-8 par-10 br-0 pointer w-100 fs-14 fw-500">
<a class="c-06303E c-65B3CD-h pointer w-100 fs-14 fw-500" href="{% if getSubValues(subCategory)|length == 0 %}{{ getProductUrl(null, false, null, subCategory, null, null) }}{% else %}{{ getProductUrl(null, true, null, subCategory, null, null) }}{% endif %}">
{{ subCategory.title }}
</a>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
<div class="col-auto px-0 px-0 brw-1 brs-solid bc-F1F5F6">
{% for key, category in getCategories() %}
<div class=" {{ (loop.first) ? 'catActive' }}">
{% for key, subCategory in getSubCategories(category) %}
<div id="contentCat{{category.id}}Application{{ loop.index }}" class="{{ (loop.first) ? 'appActive' }} contentCat pay-35 pal-24 par-48">
<div class="fw-700 c-06303E fs-16 mab-10">
{{ subCategory.title }}
</div>
{% for key, subSubCategory in getSubSubCategories(subCategory) %}
<div class="">
<div id="cat{{category.id}}Application{{ subCategory.id }}Sub{{loop.index}}" role="button" data-cat="{{category.id}}" class="c-06303E {#headingOneProducts{{ loop.index }}#} {{ (loop.first) ? 'activesubsubCatLink ' }} headingOneSubProducts{{ loop.index }} mab-3 cat-subSubMenu-link position-relative c-65B3CD-h d-flex position-relative transition pay-8 par-10 br-0 pointer w-100 fs-14 fw-500" data-subcat="{{ subCategory.id }} " data-subsubCat="{{ loop.index }}" >
<a class="c-06303E c-65B3CD-h pointer w-100 fs-14 fw-500" href="{% if getSubValues(subSubCategory)|length == 0 %}{{ getProductUrl(null, false, null, null, subSubCategory, null) }}{% else %}{{ getProductUrl(null, true, null, null, subSubCategory, null) }}{% endif %}">
{{ subSubCategory.title }}
</a>
</div>
</div>
{% endfor %}
{# {% for key, product in getProducts(subCategory) %}
<div class="mab-24">
<a class="c-7D7D7D fw-600 fs-14 c-9DC771-h link-transform" href="{{ getProductUrl(product, subCategory) }}">
{{ product.title }}
</a>
</div>
{% endfor %}#}
</div>
{% endfor %}
</div>
{% endfor %}
</div>
<div class="col-auto px-0 brw-1 brs-solid bc-F1F5F6">
{% for key, category in getCategories() %}
<div class=" {{ (loop.first) ? 'catActive3' }}">
{% for key, subCategory in getSubCategories(category) %}
{# <div id="contentCat{{category.id}}Application{{ loop.index }}" class="{{ (loop.first) ? 'appActive' }} contentCat pay-35 pal-24 par-48">#}
{# <div class="fw-700 c-06303E fs-16 mab-10">
{{ subCategory.title }}
</div>#}
<div class=" {{ (loop.first) ? 'subcatActive3' }}">
{% for key, subSubCategory in getSubSubCategories(subCategory) %}
<div class="cat{{category.id}}Application{{ subCategory.id }}Sub{{loop.index}} contentSubSubCat {{ (loop.first) ? 'subSubcatActive3' }} pay-35 pal-24 par-48">
<div class="fw-700 c-06303E fs-16 mab-10">
{{ subSubCategory.title }}
</div>
{# <div role="button" data-cat="{{category.id}}" class="c-06303E mab-3 cat-subSubMenu-link position-relative c-65B3CD-h d-flex position-relative transition pay-8 par-10 br-0 pointer w-100 fs-14 fw-500" data-subcat="{{ subCategory.id }} " data-subsubCat="{{ loop.index }}" >
</div>#}
{% for key, subSubSubCategory in getSubSubSubCategories(subSubCategory) %}
<div class="mab-8">
<a class="c-06303E c-65B3CD-h pointer w-100 fs-14 fw-500" href="{{ getProductUrl(null, true, null, null, null, subSubSubCategory) }}">
{{ subSubSubCategory.title }}
</a>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
{# {% for key, product in getProducts(subCategory) %}
<div class="mab-24">
<a class="c-7D7D7D fw-600 fs-14 c-9DC771-h link-transform" href="{{ getProductUrl(product, subCategory) }}">
{{ product.title }}
</a>
</div>
{% endfor %}#}
{# </div>#}
{% endfor %}
</div>
{% endfor %}
</div>
{% set firstCategory = getCategories()[0] %}
<div class="col pax-0">
<div class="par-30 pay-34 pal-20 h-100 d-flex align-items-center justify-content-center">
{# {{dump(getCategories()[0])}}#}
<img class="img-cat of-contain h-100 wi-300 mr-auto"
src="{{ firstCategory.categoryFileName ? asset(vich_uploader_asset(firstCategory, 'categoryFile'))|imagine_filter('medium') : asset('assets/img/sans-img-1-dmd-inox.jpg')|imagine_filter('medium') }}"
alt="{{ getCategories()[0].title }}" />
{# {% for key, category in getCategories() %}
{% endfor %}#}
</div>
</div>
</div>
</div>