> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/theme-settings/shapes.md).

# Shapes

{% hint style="info" %}
**Theme Editor → Theme settings → Shape**
{% endhint %}

### Shape is a brand language

Most shoppers won't consciously notice your button corners. But they will feel the difference. Sharp, squared-off corners read as confident, editorial, and premium. Soft, rounded corners feel approachable, modern, and friendly.&#x20;

Avante lets you apply a consistent visual language across every UI element — from buttons to images to the burger menu — so your design feels intentional throughout.

<figure><img src="/files/yfAs5ko75wAM76BQPdw7" alt=""><figcaption></figcaption></figure>

***

### Buttons & interactive elements

The **Buttons** and **Text fields, dropdowns** settings define how all interactive UI feels at a touch level. Match these to the same radius value as a baseline — consistency between inputs and buttons is the most immediate signal of a polished UI.

<figure><img src="/files/hssopDL4DnWEP4AhWkIB" alt=""><figcaption></figcaption></figure>

| Radius           | Brand personality                                     |
| ---------------- | ----------------------------------------------------- |
| Disabled / Small | Fashion, luxury, editorial — confident and sharp      |
| Medium / Large   | Contemporary, lifestyle, DTC — modern and friendly    |
| XLarge / Round   | Soft brands, beauty, wellness — approachable and warm |

**Round** creates fully circular elements — works especially well for color swatch pills and icon buttons.

***

#### Images & sections

<figure><img src="/files/HNPPxWbCRhOnkoXN2TWr" alt=""><figcaption></figcaption></figure>

**Images and sections** controls the radius applied to section containers and product images. Unlike buttons, this setting goes up to **XXLarge** but not **Round** — preventing unintended oval shapes on tall images.

{% hint style="info" %}
Mixing styles here is intentional: square section backgrounds with rounded product card images creates a layered visual hierarchy that many contemporary brands use.
{% endhint %}

***

#### Product card images

<figure><img src="/files/xi4d4Sf28MwgEyCitABr" alt=""><figcaption></figcaption></figure>

This setting applies specifically to product images inside collection cards, independent from other image contexts. Use it to define how your grid looks without affecting hero banners or section images.

{% hint style="success" icon="sparkles" %}
**Pro tip:** Start with **Buttons** and **Text fields** at the same value, then try **Product card images** one step higher. The slight contrast draws attention to the product photos while keeping the interactive layer consistent.
{% endhint %}


---

# 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://staylime.com/docs/avante-themes/theme-settings/shapes.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.
