.custom-drawer{position:fixed;top:0;right:0;width:40rem;max-width:calc(100vw - 3rem);height:100%;background:#fff;border:.1rem solid rgba(var(--color-foreground),.2);transform:translate(100%);transition:transform var(--duration-default)ease;z-index:1000}.custom-drawer.open{transform:translate(0)}.custom-drawer__inner{display:flex;flex-direction:column;height:100%;padding:1.5rem}.custom-drawer__close{background:none;border:none;cursor:pointer}.custom-drawer__close svg{height:2rem;width:2rem}.custom-drawer__header{display:flex;align-items:flex-start;gap:20px;margin-bottom:3rem;justify-content:space-between}.custom-drawer__header h2,.custom-drawer__header h3{margin:0;padding:0}.custom-drawer__content{flex-grow:1}.custom-drawer__overlay{width:100%;height:100%;background:#00000080;z-index:1000;position:fixed;display:none}.form-loading{display:flex;align-items:center;justify-content:center;min-height:100%;flex-grow:1}.spinner path{animation:spinner 1s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/component-consultation-drawer.css.map */
