/**
sem dáváme úpravy pokud je body v módu with_still_menu tzn s horním menu a bez side menu
zadáváme vždy s root cestou `body.with_still_menu` aby se předešlo konfliktům s jinými styly
*/

body.with_still_menu > .searchfilters-modul-cover{
	height: var(--jbcore-top-menu-height);
}

body.with_still_menu .jbcore-bar{
	top: var(--jbcore-top-menu-height);
}

body.with_still_menu .jbcore-logo{
	display: none;
}

body.with_still_menu .jbcore-bar-left{
	flex-basis: 13rem;
}

body.with_still_menu .jbcore_nav{
    z-index: 100;
}