| 12345678910111213 |
- <a href="/{{ product.meta.path }}" class="related-products-child x" id="{{ product.meta.title | slugify }}">
- <figure class="psr x x1">
- <img src="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('product-grid', block.info.width, product.meta.path, size=4, size_attr=False) }}"
- srcset="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('product-grid', block.info.width, product.meta.path) }}"
- sizes="(max-width: 759px) 50vw, (max-width: 2879px) 25vw, 20vw"
- alt="{{ product.meta.title }}"
- width="{{ block.info.width }}"
- height="{{ block.info.height }}"
- class="x1"
- >
- <figcaption class="psa b0 l0 bgc-blackest pt0-25 pr0-25 pb0-25 pl0-25 lg-pt0-42 lg-pr0-42 lg-pb0-42 lg-pl0-42">{{ product.meta.title }} {{ product.meta.price }}{{ cart.meta.currency }}</figcaption>
- </figure>
- </a>
|