<div id="single-product-smartphone" class="page--mainwrap single-product p-0 slideJs single-product-smartphone">
<div class="page--mainwrap-header single-product--header single-product--header-first">
<h3 class="page--mainwrap-header-heading">
{% if product is defined %}
{{ product.name }}
{% endif %}
</h3>
</div>
<div class="page--mainwrap-arrow slideArrow">
<img src="{{ asset('build/icon/2tec2_arrow_bottom_black.svg') }}" alt="{{ 'caret down icon'|trans }}">
</div>
</div>
<div class="page--mainwrap single-product p-0 slideJs single-product-smartphone">
<div class="page--mainwrap-header single-product--header">
<h3 class="page--mainwrap-header-heading">
{% if product is defined %}
{{ product.name }}
{% endif %}
</h3>
</div>
<div class="page--mainwrap-content single-product--content">
<div class="single-product--content-desc page--mainwrap-content-desc">
<div class="single-product--content-desc-img">
<picture>
<source srcset="{{ product.attachmentsFile['urls'][0]['webp']['thumb_320x280'] }}" type="image/webp">
<source srcset="{{ product.attachmentsFile['urls'][0]['jpg']['thumb_320x280'] }}" type="image/jpeg">
<img src="{{ product.attachmentsFile['urls'][0]['jpg']['thumb_320x280'] }}" alt="{{ product.name }}" class="single-product--content-desc-img-thumb">
</picture>
</div>
<div class="single-product--content-desc-txt scrollableDiv scrollableY">
<div class="scrollableY-content">
<div class="single-product--content-desc-txt-title txt--label">
<h3 class="txt--label">{{ 'Product ADN'|trans|upper }}</h3>
</div>
<p>{{ product.description|raw }}</p>
<div class="single-product--content-desc-txt-buttons">
<a rel="canonical" href="{{ threeDSimulationUrl }}" class="add-product-to-cart cta-button btn page-btn" data-product="{{ product.id }}" data-redirect="true">
{{ include('layouts/buttons/2tec2_3d_simulation.html.twig') }}
{{ "3D Simulation" | trans }}
</a>
{% if product.moq %}
{#{{ include('layouts/buttons/2tec2_basket.html.twig') }}
{{ "Order sample" | trans }}#}
<div class="alert alert-dark" role="alert" style="text-align: center; flex: 1;">
{{ "Minimum order quantity 200 m2"|trans|raw }}
</div>
<a id="btn-contact-product-3" href="{{ contact_url }}" class="cta-button btn page-btn">
{{ 'Contact' | trans }}
</a>
{% endif %}
</div>
</div>
</div>
</div>
<div class="single-product--content-menus">
<div class="single-product--content-menus-menu mobileview--menu">
<div class="single-product--content-menus-menu-title mobileview--toggler toggler--subtitle">
<h3 class="txt--label">{{ 'Technical details'|trans|upper }}</h3>
<span class="mobileview--caretdown toggler--caretdown"><i class="fas fa-caret-down"></i></span>
</div>
<div class="single-product--content-menus-menu-content mobileview--toggled-content toggler--list collapse show">
<ul class="single-product--content-menus-menu-content-list">
<li>{{ 'Composition description' | trans }}</li>
<li>{{ 'Warranty 10 years' | trans }}</li>
<li>{{ 'Level of use Class 33' | trans }}</li>
<li>{{ 'Reaction to fire description' | trans }}</li>
<li>{{ 'Tile size description' | trans }}</li>
<li>{{ 'Total thickness description' | trans }}</li>
<li>{{ 'Impact sound reduction description' | trans }}</li>
</ul>
</div>
</div>
<div class="single-product--content-menus-menu mobileview--menu">
<div class="single-product--content-menus-menu-title mobileview--toggler toggler--subtitle">
<h3 class="txt--label">{{ 'Download'|trans|upper }}</h3>
<span class="mobileview--caretdown toggler--caretdown"><i class="fas fa-caret-down"></i></span>
</div>
<div class="single-product--content-menus-menu-content mobileview--toggled-content toggler--list collapse">
<ul class="single-product--content-menus-menu-content-list">
<li>{{ 'Composition description' | trans }}</li>
<li>{{ 'Warranty 10 years' | trans }}</li>
<li>{{ 'Level of use Class 33' | trans }}</li>
<li>{{ 'Reaction to fire description' | trans }}</li>
<li><a href="{{ path("pages_2tec2Play_index", { _locale: currentLocale }) }}">{{ "Sizes"|trans }}</a></li>
<li><a href="{{ path('pages_aboutOurFloors_detail', { _locale: currentLocale, sectionSlug: section_acoustic.slug }) }}">{{ "Acoustic Comfort Backing"|trans }}</a></li>
</ul>
</div>
</div>
<div class="single-product--content-menus-menu mobileview--menu">
<div class="single-product--content-menus-menu-title mobileview--toggler toggler--subtitle">
<h3 class="txt--label">{{ product.collection.tile ? "Available in various shapes" | trans | upper : 'Available roll' | trans | upper }}</h3>
<span class="mobileview--caretdown toggler--caretdown"><i class="fas fa-caret-down"></i></span>
</div>
{% if product.collection.tile %}
<div class="single-product--content-menus-menu-content mobileview--toggled-content toggler--list collapse">
<ul class="single-product--content-menus-menu-content-list">
<li class="single-product--content-menus-menu-content-list-icons d-flex justify-content-between align-items-center col-12 p-0 mt-1 mb-2">
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_triangle.svg') }}" alt="{{ "triangle shape icon"|trans }}"></span>
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_square.svg') }}" alt="{{ "square shape icon"|trans }}"></span>
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_minisquare.svg') }}" alt="{{ "mini-square shape icon"|trans }}"></span>
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_plank.svg') }}" alt="{{ "plank shape icon"|trans }}"></span>
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_diamond.svg') }}" alt="{{ "diamond shape icon"|trans }}"></span>
<span class="col-15 p-0"><img src="{{ asset('build/icon/2tec2_detailshape_hexagon.svg') }}" alt="{{ "hexagon shape icon"|trans }}"></span>
</li>
<a href="{{ path("pages_2tec2Play_index", { _locale: currentLocale }) }}" class="cta-button btn page-btn">
{{ include('layouts/buttons/2tec2_multi_tab.html.twig') }}
{{ 'Read more' | trans }}
</a>
</ul>
</div>
{% endif %}
{% if not product.collection.tile %}
<a href="{{ path("pages_2tec2Play_index", { _locale: currentLocale }) }}" class="cta-button btn page-btn">
{{ include('layouts/buttons/2tec2_multi_tab.html.twig') }}
{{ 'Read more' | trans }}
</a>
{% endif %}
</div>
</div>
</div>
<div class="page--mainwrap-arrow slideArrow">
<img src="{{ asset('build/icon/2tec2_arrow_bottom_black.svg') }}" alt="{{ 'caret down icon'|trans }}">
</div>
</div>
<div class="page--mainwrap single-product p-0 slideJs single-product-smartphone">
<div class="page--mainwrap-header single-product--header">
<h3 class="page--mainwrap-header-heading">
{% if product is defined %}
{{ product.name }}
{% endif %}
</h3>
</div>
<div class="page--mainwrap-content single-product--associated">
<div class="single-product--content-desc-last page--mainwrap-content-desc">
<p class="single-product--content-desc-title txt--label">
{{ "Projects associated"|trans }}
</p>
</div>
<div id="productsProjectSmartphone" class="page--mainwrap-content-react" data-filter="{% if filter is defined %}{{ filter }}{% endif %}"
data-filterValue="{% if filterValue is defined %}{{ filterValue }}{% endif %}">
</div>
</div>
<div class="single-product--content-button page--mainwrap-content-button">
<a rel="canonical" href="{{ threeDSimulationUrl }}" class="add-product-to-cart cta-button btn page-btn" data-product="{{ product.id }}" data-redirect="true">
{{ include('layouts/buttons/2tec2_3d_simulation.html.twig') }}
{{ "3D Simulation" | trans }}
</a>
{% if product.moq %}
<a id="btn-contact-product-4" href="{{ contact_url }}" class="cta-button btn page-btn">
{{ 'Contact' | trans }}
</a>
{% endif %}
</div>
<div class="page--mainwrap-arrow slideArrow">
<img src="{{ asset('build/icon/2tec2_arrow_bottom_black.svg') }}" alt="{{ 'caret down icon'|trans }}">
</div>
</div>