Skip to content

RELEASE BRACKET

SKU PB-42
Original price $5.42 - Original price $5.42
Original price
$5.42
$5.42 - $5.42
Current price $5.42
document.addEventListener("DOMContentLoaded", function() { fetch('/cart.js') .then(response => response.json()) .then(data => { let cartCountElement = document.querySelector('.cart-count'); // Adjust based on your theme if (cartCountElement) { cartCountElement.textContent = data.item_count; } }); });