
Double L Track Slider Winch
Double L Track Slider Winch .tabs { width: 100%; display: inline-block; } .tab-links { margin: 0; padding: 0; list-style: none; overflow-x: auto; white-space: nowrap; } .tab-links:after { display: block; clear: both; content: ''; } .tab-links li { margin: 0; padding: 0; float: left; list-style: none; } .tab-links a { padding: 9px 15px; display: inline-block; border-radius: 10px 10px 0 0; background: #FDCF36; font-size: 16px; font-weight: 600; color: black; border: 1px solid white; transition: all linear 0.15s; text-decoration: none; } .tab-links a:hover { background: #fddc77; text-decoration: none; } .tab-links .active a { background: #2460AC; color: white; border-bottom: 0; } .tab-content { padding: 15px; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,0.15); background: #fff; border-top: none; } .tab { display: none; } .tab.active { display: block; } .tab-divider { border: 0; height: 1px; background: grey; margin: 0 0 20px 0; } .review { margin-bottom: 20px; } .review h3 { margin: 0; font-size: 20px; color: #FFD700; } .review p { margin: 5px 0; } table { width: 100%; border-collapse: collapse; } table th, table td { border: 1px solid black; padding: 8px; text-align: left; } table th { background-color: #2460AC; color: white; } table tr:nth-child(even) { background-color: #F0F0F0; } table tr:nth-child(odd) { background-color: white; } table td strong { font-weight: bold; } Double L Track Slider Winch Advanced Slider Winch for Secure Load Handling Description Key Features Applications Contact Us Reviews Description Introducing the Ancra Double L Slider Web Winch, specifically designed for use with the Double L Slider Track. This robust slider winch is engineered to accommodate up to 4" winch strap webbing, providing a secure and versatile solution for cargo management on your trailer. Specifications Dimensions: 7.5" x 4" x 6" Weight: 6.2 lbs. Material: Heat-treated steel Finish: Black powder-coated Web Slot: Smooth, seamless slot Hand Orientation: Right-handed Working Load Limit (WLL): 5,500 lbs Compliance: Meets DOT, WSTDA-T3, and Canadian Standard 905 Key Features High Strength: Crafted from 7mm heat-treated steel, ensuring superior strength and durability. Flexible Positioning: The slider mechanism allows for easy positioning along the trailer in the Double L track, locking into place when tension is applied to the strap for secure cargo handling. Durable Finish: Features a black powder-coated finish that offers excellent resistance to wear and corrosion. Efficiency: Offers weight savings over conventional materials without sacrificing strength or functionality. High Load Capacity: With a working load limit of 5,500 lbs, it meets the rigorous demands of heavy-duty cargo management. Applications Versatile Cargo Management: Ideal for trailers requiring adjustable and secure winch options for various load types. Contact Us For more information or to enhance your trailer's capabilities, consider adding our Double L Aluminum Track. Contact our sales team at 877-874-5377 for details and orders. Trust in Ancra for top-quality and reliable cargo control solutions. Phone: 877-874-5377 Reviews ★★★★★ Jessica W. This slider winch is fantastic! It offers great flexibility and is very easy to handle. ★★★★★ Mark L. Excellent product. It fits perfectly and provides excellent support for my cargo. ★★★★★ Rachel K. High-quality construction and very durable. Perfect for anyone needing a reliable slider winch. document.addEventListener('DOMContentLoaded', function() { let tabs = document.querySelectorAll('.tab-links a'); tabs.forEach(tab => { tab.addEventListener('click', function(e) { e.preventDefault(); let activeTabs = document.querySelectorAll('.active'); activeTabs.forEach(activeTab => { activeTab.classList.remove('active'); }); this.parentNode.classList.add('active'); let contentId = this.getAttribute('href'); document.querySelector(contentId).classList.add('active'); }); }); });