Hit $50 & Get Free Shipping Instantly
Menu
Forecast Rubber Winding Check - Durable Rubber Gasket Seal for Plumbing, HVAC, and Industrial Applications - Perfect for Pipe Leak Prevention and Waterproofing
Forecast Rubber Winding Check - Durable Rubber Gasket Seal for Plumbing, HVAC, and Industrial Applications - Perfect for Pipe Leak Prevention and Waterproofing

Forecast Rubber Winding Check - Durable Rubber Gasket Seal for Plumbing, HVAC, and Industrial Applications - Perfect for Pipe Leak Prevention and Waterproofing

$27.5 $50 -45% OFF

Free shipping on all orders over $50

7-15 days international

10 people viewing this product right now!

30-day free returns

Secure checkout

84244511

Guranteed safe checkout
amex
paypal
discover
mastercard
visa
apple pay

Description

  • Low Profile Rubber Winding Check
  • Perfect For Inshore, Fresh & Saltwater Rods
  • UV Resistant
  • Variety of Sizes

ForeCast winding checks are designed for any saltwater or freshwater application. This winding check is perfect for the budget build. Constructed from a combination of high strength UV resistant rubber and PVC, the ForeCast winding check will provide the finishing touch to your handle assembly. Available in many sizes, finding the “one” will prove to be easy.

PART
ID (MM)ID (IN)OD (MM)OD (IN)
BWC066.40080.25211.22680.442
BWC077.01040.27611.76020.463
BWC087.62000.30012.64920.498
BWC098.89000.35014.50340.571
BWC1010.21080.40215.64640.616
BWC1111.43000.45016.40840.646
BWC1212.06500.47516.94180.667
BWC1312.70000.50017.52600.690
BWC1413.99540.55118.66900.735
BWC1515.24000.60020.21840.796
BWC1817.78000.70022.58060.889
BWC2424.00300.94529.03221.143
{ img.classList.remove('active-thumbnail'); }); } } function selectSize(element) { var parent = element.parentElement; var variantOptions = parent.querySelectorAll('.variant-option'); for (var i = 0; i < variantOptions.length; i++) { variantOptions[i].classList.remove('active'); } element.classList.add('active'); var value = element.getAttribute('data-option'); document.querySelector('input.size_value').value = value; element.style.transform = 'translateY(-5px)'; setTimeout(function() { element.style.transform = 'translateY(0)'; }, 300); } document.addEventListener('DOMContentLoaded', function() { // Color selection const colorOptions = document.querySelectorAll('.goods-container .color-option'); colorOptions.forEach(option => { option.addEventListener('click', function() { colorOptions.forEach(opt => opt.classList.remove('active')); this.classList.add('active'); // Here you would typically change the main image to show the selected color }); }); // Size selection const sizeOptions = document.querySelectorAll('.goods-container .size-option'); sizeOptions.forEach(option => { option.addEventListener('click', function() { sizeOptions.forEach(opt => opt.classList.remove('active')); this.classList.add('active'); }); }); // Thumbnail click const thumbnails = document.querySelectorAll('.goods-container .thumbnail'); thumbnails.forEach(thumbnail => { thumbnail.addEventListener('click', function() { const mainImageSrc = this.src.replace('150x150', '600x600'); document.querySelector('.goods-container .main-image').src = mainImageSrc; }); }); // Add to cart animation const addToCartBtn = document.querySelector('.goods-container .btn-add-to-cart'); if (addToCartBtn) { addToCartBtn.addEventListener('click', function() { this.innerHTML = ' Added to Cart'; this.style.backgroundColor = '#2a9d8f'; setTimeout(function() { addToCartBtn.innerHTML = ' Add to Cart'; addToCartBtn.style.backgroundColor = '#e63946'; }, 2000); }); } });