> 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-product.md).

# Featured Product

A complete buy-box for **one product** on any page — gallery, price, variant picker, and add-to-cart, right on your homepage or a landing page. Perfect for a hero piece or a one-product drop.

## Section settings

| Setting                                        | What it does                              | Default  |
| ---------------------------------------------- | ----------------------------------------- | -------- |
| Product                                        | The product to feature                    | —        |
| Color scheme                                   | Section colors                            | Scheme 1 |
| Secondary background                           | Alternate background treatment            | Off      |
| Media → Width                                  | Small / Medium / Large                    | Medium   |
| Constrain to screen height                     | Caps tall media                           | On       |
| Fit                                            | Original (contain) or Fill (cover)        | Original |
| Position                                       | Media Left or Right                       | Left     |
| Zoom                                           | Open lightbox / Click and hover / No zoom | Lightbox |
| Hide other variant media after one is selected | Filter gallery to the chosen variant      | Off      |
| Loop video                                     | Loop product videos                       | Off      |
| Padding top / bottom                           | 0–100px                                   | 36 / 36  |

## Blocks

The default stack: Text → Title → Price → Variant picker → Quantity selector → Buy buttons → Share.

* **Text** — freeform line; style Body / Subtitle / Uppercase
* **Title** — heading size Small → Extra extra large
* **Price** — with **Show sale badge** (on)
* **SKU** — text style Body / Subtitle / Uppercase
* **Quantity selector**
* **Variant picker** — style **Pills** or Dropdown; swatch shape Circle / Square / None
* **Buy buttons** — **Dynamic checkout buttons** (Shop Pay/PayPal, on) and **Gift card sending options** (on)
* **Share** — custom label
* **Custom Liquid** — code/app embeds
* **Product rating** — requires a reviews app
* **Icon with text** — three icon-or-image + heading pairings in a horizontal or vertical layout; 40+ built-in icons (truck, lock, star, shirt, recycle…); leave a heading blank to hide its pairing
* **App blocks**

💡 **Pro tip:** For a one-piece drop, build a landing page that's just Slideshow → Featured product → Testimonials → FAQ. Shoppers buy without ever 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-product.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.
