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