:root{--mobile-layout-menu-width-default: 300px;--mobile-layout-menu-width-default-transform: -300px;--mobile-layout-menu-width: 300px;--mobile-layout-menu-width-transform: -300px;--mobile-layout-menu-background: transparent;--mobile-layout-menu-backdrop-background: rgba(0, 0, 0, .32)}.dench-menu{position:fixed;top:0;left:-100%;bottom:0;width:var(--mobile-layout-menu-width-default);background:var(--mobile-layout-menu-background);transform:translate(var(--mobile-layout-menu-width-default-transform));z-index:10;transition:all .3s cubic-bezier(.88,0,.11,1.01)}.dench-menu.active{transform:translate(0);z-index:99;left:0;width:100%}.dench-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;z-index:9;visibility:hidden;overflow:hidden;background:var(--mobile-layout-menu-backdrop-background);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.dench-menu-backdrop.active{opacity:1;visibility:visible}.dench-menu-inner{height:100%;overflow-y:auto}@media only screen and (max-width: 767px),(min-width: 767px) and (max-width: 812px) and (orientation: landscape){.dench-menu{width:var(--mobile-layout-menu-width-default);background:var(--mobile-layout-menu-background);transform:translate(var(--mobile-layout-menu-width-default-transform))}}@media only screen and (min-width: 768px) and (max-width: 1024px){.dench-menu{left:-100%;width:0}.dench-menu.active{left:0;width:100%}.dench-menu.active .navigation-menu{overflow-x:scroll;scrollbar-width:none}}
