/*
 * ChamaeleonStyle V5 – Global layout
 * ===================================
 * The shop now uses almost the full viewport width. Content is capped only on
 * very large displays so text lines and product images remain usable.
 */
.site-container,
.content_content {
    width: min(var(--cs-content-max), calc(100% - (2 * var(--cs-page-padding))));
    margin-inline: auto;
}

#flexbox-main {
    width: 100%;
    min-height: 100vh;
}

#flexbox-main_head,
#flexbox-main_middle,
.content_menu {
    width: 100%;
}

.content_content {
    min-height: 520px;
    padding-top: clamp(24px, 3vw, 46px);
    padding-bottom: clamp(48px, 6vw, 90px);
}

.content_content main,
.content_content article {
    display: block;
    width: 100%;
}

.page-section {
    padding-block: var(--cs-section-gap);
}

.page-heading {
    max-width: 920px;
    margin-bottom: 30px;
}

.page-heading p {
    color: var(--cs-muted);
}

.eyebrow {
    margin: 0 0 8px !important;
    color: var(--cs-red) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.boxinhalteabstand {
    padding: 0;
}

/* Old floating containers must not constrain the new full-width layout. */
#container_gesamt,
#container_a,
#container_productview,
#container_b,
#container_availableinfo,
#information,
.product_informations {
    width: 100% !important;
    max-width: none !important;
}

/* Legacy clear helpers. */
#after-floating-box {
    clear: both;
}
