cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.drawer{position:fixed;z-index:calc(var(--header-z-index) + 10);left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{position:relative;display:flex;flex-direction:column;height:100%;width:47rem;max-width:100vw;background-color:rgb(var(--color-background));filter:drop-shadow(0px 4rem 6rem rgba(var(--color-foreground),.05));overflow:hidden;transform:translate(100%);opacity:0;visibility:hidden;transition:all var(--duration-long) ease}.drawer.active .drawer__inner{transform:translate(0);opacity:1;visibility:visible}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-overlay),.3)}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}cart-drawer-items{overflow:auto}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow-y:scroll}}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer .cart-drawer__bottom{display:flex;flex-direction:column;gap:1.2rem}.cart-drawer #Details-CartDrawer textarea{resize:none}.cart-drawer #Details-CartDrawer summary{margin-bottom:1.2rem}.cart-drawer #Details-CartDrawer .summary__title{pointer-events:none}.cart-drawer #Details-CartDrawer #CartDrawer-Note{margin-bottom:2rem}cart-drawer-items::-webkit-scrollbar{width:3px;height:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-cart-drawer.css.map */
