#ld-focus-content .ld-navigation {display: none;}

/* FluentCart single product page: schmalere Bild-Spalte, breitere Info-Spalte (Stefan, 2026-09-17) */
@container product-page (min-width: 768px) {
    .fct-single-product-page .fct-single-product-page-row {
        grid-template-columns: 20% 80%;
    }
}

/* FluentCart single product page: Meta-Box (Autor/Datum) ausblenden (Stefan, 2026-09-17) */
.single-fluent-products .entry-meta {
    display: none;
}

/* FluentCart single product page: Schatten der Boxed-Card entfernen (Stefan, 2026-09-17) */
.single-fluent-products [class*="ct-container"] > article[class*="post"] {
    box-shadow: none !important;
}

/* FluentCart single product page: Button-Farben (Stefan, 2026-09-17) */
.single-fluent-products .fluent-cart-direct-checkout-button {
    background-image: none !important;
    background-color: #00bff0 !important;
    color: #ffffff !important;
}
.single-fluent-products .fluent-cart-direct-checkout-button * {
    color: #ffffff !important;
}
.single-fluent-products .fluent-cart-direct-checkout-button:hover {
    background-color: #000033 !important;
    color: #ffffff !important;
}
.single-fluent-products .fluent-cart-direct-checkout-button:hover * {
    color: #ffffff !important;
}

.single-fluent-products .fluent-cart-add-to-cart-button {
    background-color: #ffffff !important;
    color: #000033 !important;
}
.single-fluent-products .fluent-cart-add-to-cart-button:hover {
    background-color: #d9e0ea !important;
    color: #000033 !important;
}
