{% if editmode %}
{{ include('layout/includes/css.html.twig') }}
{% endif %}
<article class="product-category-teaser stretch-link shadow border-radius-8">
<div class="product-category-teaser__img-container">
<div class="{{ not editmode ? 'ratio ratio-4x3' }}">
{{ pimcore_image('category-teaser-img', {
thumbnail: 'product-category',
imgAttributes: {
class: 'ratio-item js-lazy-img product-category__img',
},
lowQualityPlaceholder: true,
})|raw }}
</div>
</div>
<div class="product-category-teaser__content">
<h3 class="category-teaser__link">
{{ pimcore_link('category-teaser-link', {
class: 'stretch-link__link d-flex align-items-center justify-content-between w-100',
textPrefix: '<span class="text-gradient-primary category-teaser__category">',
textSuffix: '</span><span aria-hidden="true" class="icon icon-arrow"></span>',
}) }}
</h3>
{% if editmode or not pimcore_wysiwyg('category-teaser-text').isEmpty() %}
<div class="category-teaser__info">{{ pimcore_wysiwyg('category-teaser-text')|raw }}</div>
{% endif %}
</div>
</article>