res.json())
"
@show-cart.window="open = true"
@click.outside="open = false"
x-show="open"
x-transition:enter="transition-all ease-in-out duration-0"
x-transition:enter-start="translate-x-full invisible"
x-transition:enter-end="translate-x-0 visible"
x-transition:leave="transition-all ease-in-out duration-0 delay-500"
x-transition:leave-start="translate-x-0 visible"
x-transition:leave-end="translate-x-full invisible"
class="fixed right-0 top-0 z-50 flex h-screen w-screen justify-end"
>