.drawer-menu{left:-480px;right:auto;transition:left .25s linear;background-color:var(--color-black);height:100vh;max-height:100vh;overflow-y:auto}.drawer-menu__header{background-color:var(--color-white);padding:2em 0 2em 2em;display:grid;grid-template-columns:auto 1fr;gap:2em}.drawer-menu__header button{width:3em;height:3em;border-radius:50%;background-color:var(--color-black);cursor:pointer;display:flex;align-items:center;justify-content:center}.drawer-menu__header button svg{width:1.25em;height:1.25em}.drawer-menu__header button svg line{fill:none;stroke:var(--color-white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.drawer-menu__header .swiper{height:3em;width:100%;max-width:100%}.drawer-menu__header .swiper::after{content:'';position:absolute;right:0;top:0;width:7em;height:100%;z-index:2;background:linear-gradient(to right,rgba(255,255,255,0),#fff);pointer-events:none}.drawer-menu__header .swiper .swiper-slide{width:-moz-fit-content;width:fit-content}.drawer-menu__header .swiper .swiper-slide:last-child{padding-right:3em}.drawer-menu__header .swiper a{width:-moz-fit-content;width:fit-content;height:100%;display:flex;align-items:center;text-decoration:none}.drawer-menu__header .swiper a:focus,.drawer-menu__header .swiper a:hover{text-decoration:none}.drawer-menu__menus{background-color:var(--color-white);padding:0 2em 1em 2em}.drawer-menu__footer{color:var(--color-white);padding:2em}.drawer-menu-open .drawer-menu{left:0}