{% trans_default_domain 'store' %}
<!-- START OF ARTICLE -->
<div class="column {% if isOneThird is defined and isOneThird == 1 %}
is-one-third-desktop is-one-third-tablet is-half-mobile
{% elseif isOneQuarter is defined and isOneQuarter == 1 %}
is-one-quarter-desktop is-one-quarter-tablet is-half-mobile
{% else %}is-half{% endif %}">
<div class="card {% if cssClass is defined and cssClass%}{{ cssClass }}{% endif%} {% if compareIds is defined and product.id in compareIds %} compare {% endif %}">
<span>
{% if (product.availability and product.availability.id == 1) or (product.availability and product.availability.id == 15 and app.request.locale == 'pl') or (product.availability and product.availability.id == 12 and app.request.locale == 'pl') or (product.availability and product.availability.id == 5) %}
<div class="is-24h-product"></div>
{% elseif productData.isPromotion %}
<div class="is-promotion-product"></div>
{% endif %}
</span>
<div class="{% if isOneThird is defined and isOneThird == 1 %}with-description{% else %}no-description{% endif %}">
<div class="card-image">
<div class="image">
{% if productData.subName is defined and productData.subName %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug, 'sub':productData.subId}) }}">
{% else %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
{% endif %}
{% if lazyDisabled is defined and lazyDisabled %}
<img data-main="{{ asset('/images/product/'~productData.mainPhoto~'') | imagine_filter('small') }}" src="{{ asset('/images/product/'~productData.mainPhoto~'') | imagine_filter('small') }}" alt="{{ product.name }}" class="img-responsive small-photo" />
{% else %}
<img data-main="{{ asset('/images/product/'~productData.mainPhoto~'') | imagine_filter('small') }}" src="/images/ajax-loader.gif" alt="{{ product.name }}" class="lazy img-responsive small-photo" data-src="{{ asset('/images/product/'~productData.mainPhoto~'') | imagine_filter('small') }}" />
{% endif %}
</a>
</div>
<div class="markers">
{% if product.listingMarkersIds %}
{% set listingImages = markerListingsProduct(product, app.request.locale) %}
{% set c = 0 %}
{% if listingImages|length %}
{% for listingImage in listingImages if listingImage.text %}
{% if listingImage.url %}
<a href="{{ listingImage.url }}">
<div class="listing-marker-element listing-marker-element-{{ c }}" style="background: {{ listingImage.backgroundColor }}; color:{{ listingImage.textColor }};">
{{ listingImage.text }}
</div>
</a>
{% set c = c + 1 %}
{% else %}
<div class="listing-marker-element" style="background: {{ listingImage.backgroundColor }}; color:{{ listingImage.textColor }};">
{{ listingImage.text }}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
</div>
</div>
<div class="card-content">
{% if productData.subName is defined and productData.subName %}
<a class="cut-text" href="{{ path('product', {'id':product.id, 'slug':product.slug, 'sub':productData.subId}) }}">
<span class="small-product-title">{{ productData.subName }}</span>
</a>
{% else %}
<a class="cut-text" href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
<span class="small-product-title">{{ product.name }}</span>
</a>
{% endif %}
<div class="title is-4">
<div class="ta is-medium">
{% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
<span style="color:#e22d2d">
{% endif %}
{% if productData.subPrice is defined and productData.subPrice %}
<strong>{{ productData.subPrice|formatPrice(productData.currencyId) }}</strong>
{% else %}
<strong>{{ productData.priceDescription|formatPrice(productData.currencyId) }}</strong>
{% endif %}
{% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
</span>
{% endif %}
{% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
<br/>
<span style="font-size: 14px!important; font-weight: 300!important;"><strike>{{ productData.priceCrossed|formatPrice(productData.currencyId) }}</strike></span>
{% endif %}
</div>
</div>
<div class="level is-mobile">
<div class="level-left" style="margin-left:-5px;">
{% if product.smallProductPhoto == constant('App\\Entity\\Product::SMALL_PRODUCT_PHOTO') %}
{% set c = 0 %}
{% for photo in getPhotos(product, language) %}
{% if c < 3 and photo.main != 1 and photo.imageName %}
{% set c = c + 1 %}
<div class="level-item color-thumb {% if c == 2 %}is-hidden-mobile{% endif %}">
<figure class="image">
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
{% if lazyDisabled is defined and lazyDisabled %}
<img src="{{ asset('/images/product/'~photo.imageName~'') | imagine_filter('textileBig4') }}">
{% else %}
<img src="/images/ajax-loader.gif" class="lazy" data-src="{{ asset('/images/product/'~photo.imageName~'') | imagine_filter('textileBig4') }}">
{% endif %}
</a>
</figure>
</div>
{% endif %}
{% endfor %}
{% else %}
{% set counter = 0 %}
{% set c = 0 %}
{% for value in product.getAllVariantValues() %}
{% set c = c + 1 %}
{% if c <= 3 %}
{% set counter = counter + 1 %}
{% if value.imageName %}
<div class="level-item color-thumb {% if c == 3 %}is-hidden-mobile{% endif %}">
<figure class="image">
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
<img class="lazy" data-src="{{ asset('/images/parameters/'~value.imageName~'') | imagine_filter('textileBig4') }}">
</a>
</figure>
</div>
{% endif %}
{% endif %}
{% endfor %}
{% if counter %}
<!-- START OF MORE COLOURS / MATERIALS -->
<div class="level-item" style="margin-left:-10px;">
<span class="subtitle is-7">
{% if c > 3 %}
<a href="#">+{{ c-3 }}</a>
{% endif %}
</span>
</div>
<!-- END OF MORE COLOURS / MATERIALS -->
{% endif %}
{% endif %}
</div>
</div>
<div class="ta is-medium" style="{% if product.listingMarkersIds %}min-height: 85px;{% endif %}">
{% if product.getShortDescriptionColor %}
<div class="">
<span class="subtitle is-7 short-description">
<span style="font-weight: normal">{{ 'colours'|trans }}:</span> <strong>{{ product.getShortDescriptionColor|striptags }}</strong>
</span>
</div>
{% endif %}
{% if product.getShortDescriptionTextile %}
<div class="is-hidden-mobile">
<span class="subtitle is-7 short-description">
<span style="font-weight: normal">{{ 'textile'|trans }}: </span>
<strong>{{ product.getShortDescriptionTextile|striptags }}</strong>
</span>
</div>
{% endif %}
<div>
<span class="subtitle is-7 short-description">
<span style="font-weight: normal">{{ 'shipping'|trans }}: </span> <strong>{{ product.getAvailability(language.localeShort).name }}</strong>
</span>
</div>
{#
{% if product.listingMarkersIds %}
{% set listingImage = markerListingsProduct(product, app.request.locale) %}
{% if listingImage %}
{% if listingImage.url %}
<a href="{{ listingImage.url }}">
<span class="subtitle is-7">
<img class="listing-marker" src="/images/important/{{ listingImage.getImageName }}">
</span>
</a>
{% else %}
<span class="subtitle is-7">
<img class="listing-marker" src="/images/important/{{ listingImage.getImageName }}">
</span>
{% endif %}
{% endif %}
{% endif %}
#}
</div>
</div>
<div class="item-details is-hidden-touch" {% if lazyDisabled is defined and lazyDisabled %}style="display: none;" {% endif %}>
<div class="container hidableContainer">
{% if product.shortDescription %}
<span class="subtitle is-7">
{{ product.shortDescription|raw }}
</span>
<br>
{% endif %}
{#
<label {% if compareIds is defined and product.id in compareIds %}comparechecked{% endif %} @click="compareactive" class="checkbox" style="margin-top:5px;">
#}
<label class="checkbox" style="margin-top: 7px; font-size: 12px!important;">
<input {% if compareIds is defined and product.id in compareIds %}
checked="checked"
{% endif %} type="checkbox" data-removepath="{{ path('remove_compare') }}" data-path="{{ path('add_to_compare') }}" class="add_to_compare" data-product="{{ product.id }}" id="{{ product.id }}">
{{ 'add_to_compare'|trans }}
</label>
</div>
</div>
</div>
</div>
</div>
{#
<chair-card inline-template {% if productData.isPromotion %}promotion{% endif %} {% if compareIds is defined and product.id in compareIds %}comparechecked{% endif %} v-cloak {% if (product.availability and product.availability.id == 1) or (product.availability and product.availability.id == 15 and app.request.locale == 'pl') or (product.availability and product.availability.id == 12 and app.request.locale == 'pl') or (product.availability and product.availability.id == 5) %}delivery24{% endif %}>
<div class="column
{% if isOneThird is defined and isOneThird == 1 %}
is-one-third
{% elseif isOneQuarter is defined and isOneQuarter == 1 %}
is-one-quarter
{% else %}is-half{% endif %}">
<div class="card" :class="{ 'compare': compare }">
<span v-if="!promotion">
<div class="is-24h-product" v-if="delivery24"></div>
</span>
<div class="is-promotion-product" v-if="promotion"></div>
<div class="{% if isOneThird is defined and isOneThird == 1 %}with-description{% else %}no-description{% endif %}">
<div class="card-image">
<div class="image">
{% if productData.subName is defined and productData.subName %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug, 'sub':productData.subId}) }}">
{% else %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
{% endif %}
<img src="/images/ajax-loader.gif" alt="{{ product.name }}" class="lazy" data-src="{{ asset('/images/product/'~productData.mainPhoto~'') | imagine_filter('small') }}" class="img-responsive" />
</a>
</div>
</div>
<div class="card-content">
{% if productData.subName is defined and productData.subName %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug, 'sub':productData.subId}) }}">
<span class="title is-6">{{ productData.subName }}</span>
</a>
{% else %}
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
<span class="title is-6">{{ product.name }}</span>
</a>
{% endif %}
<div class="title is-4">
<div class="ta is-medium">
{% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
<span style="color:#fe931f"><strong><strike>{{ productData.priceCrossed }} {{ productData.currencySign }}</strike></strong></span>
{% endif %}
{% if productData.subPrice is defined and productData.subPrice %}
<strong>{{ productData.subPrice|formatPrice(productData.currencyId) }}</strong>
{% else %}
<strong>{{ productData.priceDescription|formatPrice(productData.currencyId) }}</strong>
{% endif %}
</div>
</div>
<div class="level is-mobile">
<div class="level-left" style="margin-left:-5px;">
{% if product.smallProductPhoto == constant('App\\Entity\\Product::SMALL_PRODUCT_PHOTO') %}
{% set c = 0 %}
{% for photo in getPhotos(product, language) %}
{% if c < 3 and photo.main != 1 and photo.imageName %}
{% set c = c + 1 %}
<div class="level-item color-thumb">
<figure class="image">
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
<img src="/images/ajax-loader.gif" class="lazy" data-src="{{ asset('/images/product/'~photo.imageName~'') | imagine_filter('textileBig4') }}">
</a>
</figure>
</div>
{% endif %}
{% endfor %}
{% else %}
{% set counter = 0 %}
{% set c = 0 %}
{% for value in product.getAllVariantValues() %}
{% set c = c + 1 %}
{% if c <= 3 %}
{% set counter = counter + 1 %}
{% if value.imageName %}
<div class="level-item color-thumb">
<figure class="image">
<a href="{{ path('product', {'id':product.id, 'slug':product.slug}) }}">
<img class="lazy" data-src="{{ asset('/images/parameters/'~value.imageName~'') | imagine_filter('textileBig4') }}">
</a>
</figure>
</div>
{% endif %}
{% endif %}
{% endfor %}
{% if counter %}
<!-- START OF MORE COLOURS / MATERIALS -->
<div class="level-item" style="margin-left:-10px;">
<span class="subtitle is-7">
{% if c > 3 %}
<a href="#">+{{ c-3 }}</a>
{% endif %}
</span>
</div>
<!-- END OF MORE COLOURS / MATERIALS -->
{% endif %}
{% endif %}
</div>
</div>
<div class="ta is-medium" style="{% if product.listingMarkersIds %}min-height: 85px;{% endif %}">
{% if product.getShortDescriptionColor %}
<span class="subtitle is-7 short-description">
{{ 'colours'|trans }}: <strong>{{ product.getShortDescriptionColor|striptags }}</strong>
</span>
<br>
{% endif %}
{% if product.getShortDescriptionTextile %}
<span class="subtitle is-7 short-description">
{{ 'textile'|trans }}: <strong>{{ product.getShortDescriptionTextile|striptags }}</strong>
</span>
<br>
{% endif %}
<span class="subtitle is-7 short-description">
{{ 'shipping'|trans }}: <strong>{{ product.getAvailability(language.localeShort).name }}</strong>
</span>
{% if product.listingMarkersIds %}
{% set listingImage = markerListingsProduct(product, app.request.locale) %}
{% if listingImage %}
{% if listingImage.url %}
<a href="{{ listingImage.url }}">
<span class="subtitle is-7">
<img class="listing-marker" src="/images/important/{{ listingImage.getImageName }}">
</span>
</a>
{% else %}
<span class="subtitle is-7">
<img class="listing-marker" src="/images/important/{{ listingImage.getImageName }}">
</span>
{% endif %}
{% endif %}
{% endif %}
</div>
</div>
<div class="item-details">
<div class="container hidableContainer">
{% if product.shortDescription %}
<span class="subtitle is-7">
{{ product.shortDescription|raw }}
</span>
<br>
{% endif %}
<label {% if compareIds is defined and product.id in compareIds %}comparechecked{% endif %} @click="compareactive" class="checkbox" style="margin-top:5px;">
<input {% if compareIds is defined and product.id in compareIds %}
checked="checked"
{% endif %} type="checkbox" v-model="compare" data-removepath="{{ path('remove_compare') }}" data-path="{{ path('add_to_compare') }}" class="add_to_compare" data-product="{{ product.id }}" id="{{ product.id }}">
{{ 'add_to_compare'|trans }}
</label>
</div>
</div>
</div>
</div>
</div>
</chair-card>
<!-- END OF ARTICLE -->
#}