> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/featured-collection.md).

# Featured Collection

A product grid (or carousel) pulled from any collection — the workhorse of your homepage. Show your latest drop, best sellers, or a category tease with a "View all" button.

## Section settings

### Content

| Setting                                | What it does                                                     | Default                                 |
| -------------------------------------- | ---------------------------------------------------------------- | --------------------------------------- |
| Collection                             | Which collection to show                                         | —                                       |
| Product count                          | 2–25 products                                                    | 4                                       |
| Heading + size + alignment             | Section title (heading/description alignment: left/center/right) | "Featured collection" / Medium / Center |
| Description                            | Your own rich-text description                                   | —                                       |
| Show collection description from admin | Use the collection's own description instead                     | Off                                     |
| Description style                      | Body / Subtitle / Uppercase                                      | Body                                    |

### Layout

| Setting             | What it does                                               | Default  |
| ------------------- | ---------------------------------------------------------- | -------- |
| Columns (desktop)   | 1–6                                                        | 4        |
| Carousel (desktop)  | Horizontal slider instead of a grid                        | Off      |
| Full width products | Grid stretches edge-to-edge                                | Off      |
| "View all" button   | Shows when the collection has more products than displayed | On       |
| "View all" style    | Link / Outline button / Solid button                       | Solid    |
| Color scheme        | Section colors                                             | Scheme 1 |

### Product card

| Setting                     | What it does                                                                                                                                   | Default       |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| Image ratio                 | Adapt / Portrait / Square                                                                                                                      | Adapt         |
| Image shape                 | Default / Arch / Blob / Chevrons / Diamond / Parallelogram / Round                                                                             | Default       |
| Show second image on hover  | ⚠️ In *this* section, cards always show the first photo only — this toggle is inherited from shared card settings but doesn't swap images here | On            |
| Vendor                      | Show brand name                                                                                                                                | Off           |
| Product rating              | Needs a reviews app                                                                                                                            | Off           |
| Hide sale badge             | Suppress "On sale" badges just in this section                                                                                                 | Off           |
| Product card text alignment | Theme default / Left / Center / Right                                                                                                          | Theme default |
| Quick add                   | None / **Standard** (add-to-cart on card) / Bulk (quantity boxes)                                                                              | None          |

### Mobile & padding

Mobile columns (1 or 2, default 2), mobile **Carousel** toggle (off), padding top/bottom (36/36).

💡 **Pro tip:** Two stacked Featured Collections — "NEW ARRIVALS" (4 products, View all solid button) then "BEST SELLERS" (8 products, carousel on) — outperforms one giant grid. Keep quick add on **Standard** so shoppers can grab a size without leaving the page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/featured-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
