.eshop-cart-shell{position:fixed;inset:0;z-index:50;display:flex;flex-direction:row;justify-content:flex-end;pointer-events:none}.eshop-cart-shell.open{pointer-events:auto}.eshop-cart-overlay{flex:1 1 auto;min-width:0;height:100%;background:var(--color-sidebar-overlay,rgba(0,43,89,.25));opacity:0;pointer-events:none;transition:opacity .22s ease 0s}.eshop-cart-shell.open .eshop-cart-overlay{opacity:1;pointer-events:auto;transition:opacity .25s ease .28s}.eshop-cart-drawer{flex:0 0 auto;width:min(100%,380px);height:100%;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);background-color:color-mix(in srgb,var(--color-background) 78%,transparent);color:var(--color-foreground);border-left:1px solid var(--color-border,#c1c1c2);display:flex;flex-direction:column;box-shadow:-8px 0 32px rgba(0,0,0,.12);backdrop-filter:blur(8px) saturate(150%)}.eshop-cart-shell.open .eshop-cart-drawer{transform:translateX(0)}