menu
the wire
store
archive
contact
mailing list
Skip to content
Your cart is empty
Continue shopping
Have an account?
Log in
to check out faster.
Your cart
Loading...
VIVA LA HIGH LIFE COLLECTION
[ CLICK TO UNLOCK ARCHIVE ]
← BACK TO COVER
×
Choosing a selection results in a full page refresh.
Opens in a new window.
CART
0
document.addEventListener('DOMContentLoaded', () => { if (window.subscribe) { subscribe(PUB_SUB_EVENTS.cartUpdate, (event) => { fetch('/cart.js') .then(res => res.json()) .then(cart => { const countBadge = document.querySelector('.universal-root-count'); if (countBadge) countBadge.textContent = cart.item_count; }); }); } });