Skip to content

CLICK HERE to contact us for configuration, pricing and availability.

Lift Chain

SKU

Costasur has provided lift chains for hundreds of rides over the last 40 years. Many varieties of chain are available.

 

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; } }); });