.custom-menu-drawer{position:fixed;z-index:9999;left:0;top:var(--header-bottom, 0);width:100vw;height:calc(100vh - var(--header-bottom, 0));display:flex;justify-content:flex-start;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;opacity:0;background:transparent;pointer-events:none}.custom-menu-drawer.active{visibility:visible;opacity:1;pointer-events:auto}.custom-menu-drawer__inner{height:100%;width:70rem;max-width:calc(100vw - 3rem);padding:0;border:.1rem solid rgba(var(--color-foreground),.2);border-left:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.custom-menu-drawer__header.hidden{display:none}.custom-menu-drawer__layout{display:flex;height:100%;width:100%;position:relative}.custom-menu-drawer__menu-column{width:40%;display:flex;flex-direction:column;padding:3.2rem;border-right:1px solid rgba(var(--color-foreground),.1);position:relative;overflow:hidden}.custom-menu-drawer__image-column{width:60%;padding:3.2rem;position:relative;overflow:hidden;background-color:rgb(var(--color-background));display:flex;align-items:flex-start;justify-content:center}.custom-menu-drawer__image{width:100%;height:auto;object-fit:contain;display:block}.custom-menu-drawer__image-placeholder{width:100%;height:50%;background-color:#eee}.custom-menu-drawer__close{display:inline-block;padding:0;max-width:1.2rem;max-height:1.2rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);background-color:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));position:absolute;top:1rem;right:1rem;z-index:10}.custom-menu-drawer__close .svg-wrapper{height:100%;width:100%;object-fit:contain;display:block}.custom-menu-drawer__section{margin-bottom:4rem;display:flex;flex-direction:column;gap:1.6rem}.custom-menu-drawer__section-title{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1rem;margin:0;color:rgba(var(--color-foreground),.7)}.custom-menu-drawer__views-wrapper{position:relative;flex-grow:1}.custom-menu-drawer__view{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.custom-menu-drawer__view::-webkit-scrollbar{display:none}.custom-menu-drawer__view--active{opacity:1;visibility:visible;z-index:1;position:relative}.custom-menu-drawer .list-menu__item{font-size:1.6rem;padding-top:1rem;padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground))}.custom-menu-drawer .list-menu__item:hover{opacity:.7}.custom-menu-drawer__chevron{width:1.2rem;height:1.2rem;transform:rotate(-90deg)}.custom-menu-drawer__back-btn{display:flex;align-items:center;background:none;border:none;font-size:1.6rem;cursor:pointer;margin-bottom:2rem;padding:0;color:rgb(var(--color-foreground));font-weight:700}.custom-menu-drawer__back-btn .svg-wrapper{width:1.5rem;height:1.5rem;margin-right:1rem;transform:rotate(90deg)}.custom-menu-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:transparent}@media screen and (max-width:750px){.custom-menu-drawer__inner{width:100%;max-width:100%}.custom-menu-drawer__image-column{display:none}.custom-menu-drawer__menu-column{width:100%;padding:5rem 2rem 2rem;border-right:none}}.custom-menu-drawer .list-menu__item{padding:0}.custom-menu-drawer .list-menu{display:flex;flex-direction:column;gap:1.6rem;list-style:none}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-custom-menu-drawer.css.map */
