/* print-store.com – statische Info-/Katalogseite: Boxed-Layout + Aufräumen */

/* ---- Boxed-Layout: bei sehr breiten Fenstern zentriert statt full-bleed ---- */
html { background: #e6e7ea; }
body {
    max-width: 1660px;
    margin-inline: auto !important;
    background: #ffffff;
    box-shadow: 0 0 55px rgba(0, 0, 0, .10);
    overflow-x: hidden;   /* verhindert 100vw-Ausbrecher */
}

/* Elementor-/Theme-Elemente, die per 100vw ueber die Box ausbrechen, einfangen */
body .elementor-section,
body [data-elementor-type],
body .ps-utility-header,
body footer {
    max-width: 100%;
}

/* ---- Aufraeumen: tote Shop-/Login-Links ausblenden (WordPress ist offline) ---- */
a[href*="wp-login"],
a[href*="wp-admin"],
a[href*="/warenkorb"],
a[href*="/kasse"],
a[href*="/mein-konto"],
a[href*="/checkout"],
a[href*="/cart/"] { display: none !important; }

li:has(> a[href*="wp-login"]),
li:has(> a[href*="/warenkorb"]),
li:has(> a[href*="/mein-konto"]),
li:has(> a[href*="/kasse"]),
li:has(> a[href*="/checkout"]) { display: none !important; }
