collection-drawer{display:block}.collection-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity var(--duration-default, .25s) ease,visibility var(--duration-default, .25s) ease;z-index:10000}collection-drawer.active .collection-drawer__overlay{opacity:1;visibility:visible}.collection-drawer__panel{position:fixed;top:0;right:0;bottom:0;width:min(100vw,480px);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:translate(100%);transition:transform var(--duration-default, .25s) ease;z-index:10001;display:flex;flex-direction:column;overflow:hidden}collection-drawer.active .collection-drawer__panel{transform:translate(0)}.collection-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.collection-drawer__loading{display:flex;align-items:center;justify-content:center;padding:4rem 0}
/*# sourceMappingURL=/cdn/shop/t/61/assets/component-collection-drawer.css.map */
