.st-window{position:absolute;background:var(--st-window-bg);border:2px solid;border-color:var(--st-border-darker) var(--st-border-light) var(--st-border-light) var(--st-border-darker);box-shadow:2px 2px 4px #0000004d;display:flex;flex-direction:column;z-index:1000;overflow:hidden;max-width:100vw;max-height:100vh;box-sizing:border-box}.st-window[data-centered=true]{position:fixed!important}.st-window--modal{z-index:10002}.st-window--minimized{display:none}.st-window--minimizing{animation:st-window-minimize .15s ease-in-out forwards}@keyframes st-window-minimize{0%{transform:scale(1);opacity:1}to{transform:scale(.8) translateY(20px);opacity:.5}}.st-window--maximized{top:0!important;left:0!important;width:100vw!important;height:calc(100vh - var(--st-taskbar-height, 32px))!important;max-width:100vw!important;max-height:calc(100vh - var(--st-taskbar-height, 32px))!important}.st-window--dragging,.st-window--resizing{opacity:.95;box-shadow:4px 4px 8px #0006;transition:none}.st-window--maximized .st-window__resize-handle{display:none}.st-window__body{flex:1;overflow:scroll;overflow-x:scroll;overflow-y:scroll;padding:var(--st-spacing-xs);background:var(--st-window-bg);min-height:0;scrollbar-gutter:stable}.st-window[style*="height: auto"] .st-window__body,.st-window[style*="height:auto"] .st-window__body{flex:0 0 auto;overflow:visible}.st-window__statusbar{flex-shrink:0;flex-grow:0;margin-top:auto;order:999}.st-window__menu{border-bottom:1px solid var(--st-border-dark);flex-shrink:0}.st-window__resize-handle{position:absolute;background:transparent;z-index:10}.st-statusbar__resize-handle.st-window__resize-handle{position:relative;top:auto;bottom:auto;left:auto;right:auto}.st-window__resize-handle--n{top:0;left:4px;right:4px;height:4px;cursor:n-resize}.st-window__resize-handle--s{bottom:0;left:4px;right:4px;height:4px;cursor:s-resize}.st-window__resize-handle--e{top:4px;bottom:4px;right:0;width:4px;cursor:e-resize}.st-window__resize-handle--w{top:4px;bottom:4px;left:0;width:4px;cursor:w-resize}.st-window__resize-handle--ne{top:0;right:0;width:8px;height:8px;cursor:ne-resize}.st-window__resize-handle--nw{top:0;left:0;width:8px;height:8px;cursor:nw-resize}.st-window__resize-handle--se{bottom:0;right:0;width:8px;height:8px;cursor:se-resize}.st-window__resize-handle--sw{bottom:0;left:0;width:8px;height:8px;cursor:sw-resize}.st-window[data-no-resize=true] .st-window__resize-handle{display:none}.st-window.st-animate-scale-in{animation:st-window-open var(--st-animation-duration) var(--st-animation-easing)}@keyframes st-window-open{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.st-window.st-window--closing{animation:st-window-close var(--st-animation-duration) var(--st-animation-easing)}@keyframes st-window-close{0%{opacity:1}to{opacity:0}}@media (max-width: 767px){.st-window{max-width:calc(100vw - 16px)!important;max-height:calc(100vh - var(--st-taskbar-height, 48px))!important}.st-window--maximized{height:calc(100vh - 48px)!important}.st-window__resize-handle--n,.st-window__resize-handle--s,.st-window__resize-handle--e,.st-window__resize-handle--w,.st-window__resize-handle--ne,.st-window__resize-handle--nw,.st-window__resize-handle--se,.st-window__resize-handle--sw{display:none!important}.st-statusbar__resize-handle{display:flex!important;min-width:20px;min-height:20px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/window-shell.css.map */
