header{z-index:40;width:100%;position:absolute;top:0}.nav{z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:15px;display:flex;position:fixed}.nav.scrolled{background-color:#000}.overlay{z-index:999;background-color:#0006;width:100%;height:100%;position:fixed;top:0;left:0}.nav__menu-bar{cursor:pointer;flex-direction:column;row-gap:6px;display:flex}.nav__menu-bar div{background-color:#fff;border-radius:2px;width:40px;height:3px}.nav__menu-list{z-index:999;background-color:#fff;flex-direction:column;width:450px;max-width:100%;max-height:100%;transition:all .3s;display:flex;position:fixed;top:0;bottom:0;left:-450px}.nav__menu-list.active{left:0}.nav__menu-list-cart{z-index:999;background:#fff;width:450px;max-width:100%;max-height:100%;transition:all .3s;position:fixed;top:0;bottom:0;right:-450px}.nav__menu-list-cart.active{right:0}
