{% comment %}theme-check-disable ImgLazyLoading{% endcomment %} {{ 'component-collection-hero.css' | asset_url | stylesheet_tag }} {%- style -%} @media screen and (max-width: 749px) { .collection-hero--with-image .collection-hero__inner { padding-bottom: calc({{ settings.media_shadow_vertical_offset | at_least: 0 }}px + 2rem); } } {%- endstyle -%}

{{ 'sections.collection_template.title' | t }}: {{- collection.title | escape -}}

{%- if section.settings.show_collection_description -%}
{{ collection.description }}
{%- endif -%}
{%- if section.settings.show_collection_image and collection.image -%}
{{ collection.image.alt | escape }}
{%- endif -%}
{% schema %} { "name": "t:sections.main-collection-banner.name", "class": "section", "settings": [ { "type": "paragraph", "content": "t:sections.main-collection-banner.settings.paragraph.content" }, { "type": "checkbox", "id": "show_collection_description", "default": true, "label": "t:sections.main-collection-banner.settings.show_collection_description.label" }, { "type": "checkbox", "id": "show_collection_image", "default": false, "label": "t:sections.main-collection-banner.settings.show_collection_image.label", "info": "t:sections.main-collection-banner.settings.show_collection_image.info" }, { "type": "color_scheme", "id": "color_scheme", "label": "t:sections.all.colors.label", "default": "scheme-1" } ] } {% endschema %}