.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#00000015;transition:visibility var(--duration-default) ease;visibility:hidden}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:100%;max-width:480px;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}cart-drawer.is-empty .drawer__inner{display:block}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.drawer.active .drawer__inner{transform:translate(0)}.drawer__close svg{height:12px;width:12px}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}cart-drawer-items.is-empty+.drawer__footer{display:none}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height: 800px),screen and (max-width: 639px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}@media screen and (min-width: 480px){cart-drawer.is-empty .drawer__inner{min-width:480px}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/component-cart-drawer.css.map */
