{% set block_id = 'styles' %}
{% include 'layouts/_shared_store.html' %}
{% for cat in model.category_list.categories %}
{% if cat.is_available() %}
{% include 'components/store/_product_category.html' %}
{% endif %}
{% endfor %}
{% include 'components/store/_basket.html' %}
{% set block_id = 'scripts' %}
{% include 'layouts/_shared_store.html' %}