.site-header__logo-wrapper { position: absolute; margin: auto; left: 0; right: 0; z-index: 33; width: fit-content; }
.mobile-menu { z-index: 99; }

:root { --site-header-height: 83px; }
@media (min-width: 1441px) { :root { --site-header-height: 98px; } }
body { padding-top: var(--site-header-height); }

body.drawer-open { padding-top: 0 !important; }