# Card Swatches

Allow customers to preview Product Swatch Options directly from the product cards, making it simple to display various colors or styles for a single product.

<div align="center"><figure><img src="/files/OFMR28mPSmOdOhs8D9WX" alt="" width="323"><figcaption></figcaption></figure></div>

## How to enable swatch?

To enable first navigate to your **Page Builder** [*(how to launch Page Builder?)*](/themes/manifest-theme.md#page-builder)

Within the Theme editor, navigate to the **Products** tab and locate the **Product Cards** section. From here, you can enable the **Show swatch** checkbox option.

{% hint style="warning" %}
The first swatch set in the admin will be the one displayed on the product card.
{% endhint %}

## How to Resize & Style?

To enable first navigate to your **Page Builder** [*(how to launch Page Builder?)*](/themes/manifest-theme.md#page-builder)

Within the Theme editor, navigate to the **Products** tab and locate the **Product Cards** section. From here, you can select the different sizes from the **Swatch Size** dropdown (**Small, Medium, Large & XLarge**). Select whichever better showcases the product options.

There are two distinct styles available for Swatches: **Normal** and **Flyout**.

**Normal** - Presents the swatch options individually at the center of the product card.

**Flyout** - Arranges product options to the right of the product card, and upon hovering, unveils the product options with a flyout animation.


---

# Agent Instructions: 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:

```
GET https://help.gordonbyte.com/themes/general/card-swatches.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
