/*
Generated time: June 24, 2025 07:11
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.custom-drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100vh;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s}.custom-drawer.animate{visibility:visible;opacity:1;transition-delay:0s}.custom-scroll-bar{scrollbar-width:6px}.custom-scroll-bar::-webkit-scrollbar{width:6px}.custom-scroll-bar::-webkit-scrollbar-thumb{background-color:#000;border-radius:5px}.custom-scroll-bar::-webkit-scrollbar-track{background-color:#f6f4ed}.custom-drawer .drawer__inner-custom{height:100%;max-width:800px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .5s cubic-bezier(.25, .1, .25, 1)}@media screen and (min-width:768px){.custom-drawer .drawer__inner-custom{width:72.5%}}@media screen and (max-width:767px){.custom-drawer .drawer__inner-custom{width:100%;max-width:100%}}.custom-drawer.active .drawer__inner-custom{transform:translateX(0)}.drawer__header-custom{position:relative;padding:1.5rem 24px 0 24px;display:flex;align-items:center}.drawer__close-custom{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}body>.custom-drawer-container{position:fixed;top:0;left:0;width:100%;height:0;overflow:visible;z-index:9997}body>.custom-drawer-container .custom-drawer{pointer-events:auto}