Skip to content

GREASE CAP W/ GREASE ZERK

SKU ZG-430
Original price $4.40 - Original price $4.40
Original price
$4.40
$4.40 - $4.40
Current price $4.40
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; } }); });