/*
 * Fesselliebe Black Red v1.4.0
 * PrestaShop 9.1.x / Hummingbird 2.0 child-theme asset bridge.
 *
 * PrestaShop's theme-main resolver prefers a child's assets/css/theme.css
 * whenever it exists. ThemeValidator also expects this file to resolve in
 * either child or parent. Importing the parent's compiled bundle here keeps
 * the Hummingbird foundation intact while Fesselliebe modules add their own CSS.
 */
@import url("../../../hummingbird/assets/css/theme.css");

/* Fesselliebe 2.3.3 critical fallback: Hummingbird breadcrumb rail */
.breadcrumb__wrapper{width:100%;background:#f4f3ef;color:#222}
.breadcrumb__wrapper .breadcrumb,.breadcrumb__wrapper .breadcrumb *{color:#2b2b2b}

/* Fesselliebe 2.3.4 – breadcrumb normal-flow fallback */
.breadcrumb__wrapper{left:auto!important;right:auto!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;transform:none!important}
