Schema Location
File:sections/collection-list.liquid:72-887
Features
- 4 layout types: Grid, Carousel, Bento, Editorial
- Collection list picker or automatic collection display
- Mobile carousel option
- Customizable card design
- Navigation controls for carousel
- Responsive column configuration
Settings
Collection Selection
Select specific collections to displayNote: Leave empty to automatically populate with available collections
Layout Type
Display layout for collectionsOptions:
grid- Equal column gridcarousel- Horizontal scrollablebento- Masonry-style layout (4 items max)editorial- Magazine-style layout
Enable carousel mode on mobile devicesVisible when:
layout_type != 'carousel'Grid & Carousel Settings
Number of columns on desktopRange: 1-8, step 1
Visible when:
Visible when:
layout_type == 'grid' or 'carousel'Number of columns on mobileOptions:
1- Single column2- Two columns
Card size on mobile for carouselOptions:
60cqw- ~1 column visible44cqw- ~2 columns visible
Horizontal spacing between itemsRange: 0-100px, step 1
Visible when: Grid or carousel layout
Visible when: Grid or carousel layout
Vertical spacing between rowsRange: 0-100px, step 1
Visible when: Grid layout
Visible when: Grid layout
Bento Layout Settings
Gap between bento itemsRange: 0-100px, step 1
Visible when:
Visible when:
layout_type == 'bento'Editorial Layout Settings
Maximum number of collections to showRange: 1-16, step 1
Visible when:
Visible when:
layout_type == 'editorial'Navigation (Carousel)
Navigation icon styleOptions:
arrow- Arrow iconschevron- Chevron iconsarrows_large- Large arrowschevron_large- Large chevronsnone- No navigation
Background shape for iconsOptions:
none- No backgroundcircle- Circular backgroundsquare- Square background
Section Layout
Section container widthOptions:
page-width- Constrained widthfull-width- Full viewport
Gap between section elementsRange: 0-100px, step 1
Section color scheme
Padding
Top paddingRange: 0-100px, step 1
Bottom paddingRange: 0-100px, step 1
Supported Blocks
The section supports these block types:@theme- All theme blocks@app- App blockstext- Text contenticon- Icon elementsimage- Imagesbutton- Buttonsvideo- Videosgroup- Block containersspacer- Spacing_divider- Divider lines
Static Block: Collection Card
Type:_collection-card
Each collection is rendered using this static block.
Child Blocks:
_collection-card-image- Collection imagecollection-title- Collection name
placement- Title placement (on_image, below_image)horizontal_alignment- Title alignmentvertical_alignment- Vertical positioninherit_color_scheme- Use section color schemeborder- Border styleborder_radius- Corner radius
Implementation
Collection Loop Logic
collection-list.liquid:1-13
Collection Card Rendering
collection-list.liquid:46-49
Layout Types
1. Grid Layout
Best for: Equal importance collections2. Carousel Layout
Best for: Many collections, browsing3. Bento Layout
Best for: Featured collections (max 4)4. Editorial Layout
Best for: Magazine-style presentationPresets
The section includes 4 presets:1. Collections Bento
Category: Collections Settings:- Layout: bento
- Bento gap: 8px
- Section width: page-width
- Padding: 24px top/bottom
- Title on image with white background
- Bottom-left alignment
2. Collections Grid
Category: Collections Settings:- Layout: grid
- Columns: 3
- Mobile columns: 2
- Gaps: 8px
- Padding: 48px top/bottom
- Title on image with white background
- Top-left alignment
3. Collections Carousel
Category: Collections Settings:- Layout: carousel
- Columns: 3
- Arrow navigation with circle background
- Padding: 48px top/bottom
- Title below image
- Center alignment
4. Collections Editorial
Category: Collections Settings:- Layout: editorial
- Max collections: 4
- Large gap: 64px
- Padding: 48px top/bottom
- Title below image
- H5 heading style
- Increased spacing
Resource List Rendering
collection-list.liquid:61-69
Collection Card Image Settings
Image Ratio
adapt, square, portrait, landscape
Title Styling
Accessibility
- Collection titles are semantic headings
- Images include alt text from collection settings
- Keyboard navigation for carousel
- Touch/swipe support on mobile
- Proper focus management
Performance Tips
Common Use Cases
Shop by Category
Use grid layout to show main product categories.Featured Collections
Use bento layout to highlight 4 seasonal or promotional collections.Collection Browser
Use carousel layout to showcase many collections without overwhelming the page.Editorial Feature
Use editorial layout for storytelling-focused collection presentations.Related Sections
Collection Links
Simple collection navigation
Product List
Display products from collections
Carousel
General content carousel