response.json())
.then(cart => { document.getElementById('cart_item_count').innerHTML = cart.item_count;})
fetch('/cart?view=ajax')
.then(response => response.text())
.then(html => { $refs.cartContent.innerHTML = html })
"
@keydown.window.escape="showCart = false;"
class="fixed inset-0 overflow-hidden z-[999999]">