/* Hintergrund komplett auf Weiß setzen */
body {
    background-color: #ffffff !important;
}

/* Alle Container und Sektionen angleichen */
.page-content,
.container,
.section,
#wrapper,
#content {
    background-color: #ffffff !important;
}

/* Einheitliche Breadcrumbs für Kategorie- und Produktseiten */

/* Kategorie-Seiten (Creative Elements) */
.ce-breadcrumbs,
.elementor-widget-breadcrumb,
.category .breadcrumb {
    background-color: #f9f9f9 !important;
    padding: 8px 15px !important;
    font-size: 12px !important;
}

/* Produkt-Seiten (Classic Template Breadcrumbs) */
body.product .breadcrumb,
#wrapper .breadcrumb {
    background-color: #f9f9f9 !important;
    padding: 8px 15px !important;
    font-size: 12px !important;
}

/* Links & Textfarbe einheitlich */
.breadcrumb a,
.ce-breadcrumbs a,
.elementor-widget-breadcrumb a,
body.product .breadcrumb a {
    color: #555555 !important;
}

.breadcrumb li,
.breadcrumb span {
    font-size: 12px !important;
    color: #555555 !important;
}

