> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/content/detailseite/layout.md).

# Layouts

## Theme Standard-Layout

{% hint style="info" %}
Ab **Shopware 6.6** gibt es kein Theme Standard-Layout der Produktseite mehr - stattdessen wird das Standard-Layout der Produktseite aus den Erlebniswelten verwendet. \
Beachte unseren [Update Guide](/update-guides/shopware-6.6.0.0.md) und den Eintrag [Standardlayout](/content/detailseite/standardlayout.md) um mehr über das Anlegen eines Standard-Layouts zu erfahren.
{% endhint %}

In der Theme Standard-Ansicht liegt der Produktname über der rechten Buybox.

![Theme Standard Ansicht](/files/IxOuydPMqAFNELY7W6ik)

## Erlebniswelten Standard Layout

In der Erlebniswelten Standard Ansicht der Produktseite steht die Überschrift des Produktes horizontal über der Galerie und Buybox. Du kannst dieses Standard Layout jederzeit durch ein eigenes ersetzen. Erfahre im Eintrag [Standardlayout](/content/detailseite/standardlayout.md) mehr über das Anlegen eigener Produktseite Layouts.

![Erlebniswelten Standard Ansicht](/files/p7Pjt2PRKq7wDMBwdrtk)

Über die Layout-Einstellungen des Produktes kann dem Produkt ein Produktseiten-Layout zugewiesen werden.

![](/files/uMiL4fUas289y4t0eWO2)

## Erlebniswelten Layout Alternativen

Mit Hilfe unseres Themes stehen Dir weitere Blöcke zur Gestaltung der Produktseite zur Verfügung. Erfahre im Eintrag [Standardlayout](/content/detailseite/standardlayout.md) mehr über das Anlegen eigener Produktseite Layouts.


---

# 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://themedocs.zenit.design/content/detailseite/layout.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.
