/**
 * Sticky main nav sits below the FooBar top bar (--brera-top-fixed-offset from JS).
 */
.header__menu--sticky {
	top: var(--brera-top-fixed-offset, 0px) !important;
}
