.cart-drawer-enter{transform:translateX(100%);opacity:0}.cart-drawer-enter-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-drawer-enter-active,.cart-drawer-exit{transform:translateX(0);opacity:1}.cart-drawer-exit-active{transform:translateX(100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-backdrop-enter{opacity:0}.cart-backdrop-enter-active{opacity:1;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.cart-backdrop-exit{opacity:1}.cart-backdrop-exit-active{opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.cart-drawer-scroll::-webkit-scrollbar{width:6px}.cart-drawer-scroll::-webkit-scrollbar-track{background:transparent}.cart-drawer-scroll::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.3);border-radius:3px}.cart-drawer-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.dark .cart-drawer-scroll::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.4)}.dark .cart-drawer-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.6)}@media (max-width:640px){.cart-drawer-container{width:66.666667%!important;min-width:280px!important;max-width:none!important}}@media (min-width:641px) and (max-width:768px){.cart-drawer-container{width:60%!important;min-width:320px!important;max-width:400px!important}}.cart-header-glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cart-button-hover{transition:all .2s cubic-bezier(.4,0,.2,1)}.cart-button-hover:hover{transform:translateY(-1px);box-shadow:0 4px 12px hsl(var(--primary)/.15)}.cart-item-enter{opacity:0;transform:translateY(20px)}.cart-item-enter-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-item-enter-active,.cart-item-exit{opacity:1;transform:translateY(0)}.cart-item-exit-active{opacity:0;transform:translateY(-20px);transition:all .3s cubic-bezier(.4,0,.2,1)}