.collapsible { background-color: #f5f5f5; color: #000; cursor: pointer; padding: 12px 16px; width: 100%; border: none; text-align: left; font-weight: 600; font-size: 16px; border-radius: 6px; transition: background-color 0.2s ease; } .collapsible:hover { background-color: #e9e9e9; } .collapsible:after { content: '\25BC'; float: right; font-size: 12px; transition: transform 0.2s ease; } .collapsible.active:after { transform: rotate(180deg); } .content { padding: 0 16px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } This Double Face Sledge is a 100% USA Made, high-carbon steel workhorse featuring dual round crowned striking faces and chamfered edges — built for hard, reliable blows in railyards, construction sites, shops, and garages. Full Product Description Features: Drop forged and heat treated to produce an ideal grain structure with a Rockwell Hardness of 48–55 Rc. Dual round striking faces with a slight crown for clean, efficient blows. Chamfered edges for increased durability and reduced chipping. Finished in signature Warwood Blue. Handled with a proprietary, round steel “GripLock Wedge” for a more secure attachment. Optional Safety Grip handles for added grip security. 100% Made in the USA with U.S.-sourced steel. From driving spikes and striking punches to breaking concrete and heavy demo work, the Warwood Double Face Sledge delivers pure, dependable power — the same way we’ve forged them in Wheeling, West Virginia since 1854. Available Weights: 2.5 lb. 3 lb. 4 lb. 6 lb. 8 lb. 10 lb. 12 lb. 16 lb. 20 lb. Handle Options: 2.5 lb., 3 lb., 4 lb. – 16” American Hickory, 16” Safety Grip Hickory, 13” Fiberglass 6 lb. & 8 lb. – 32” American Hickory, 32” Safety Grip Hickory, 34” Fiberglass 10 lb., 12 lb., 16 lb. – 36” American Hickory, 36” Safety Grip Hickory, 34” Fiberglass 20 lb. – 36” American Hickory, 36” Safety Grip Hickory Since 1854, Warwood Tools have helped build railroads, bridges, factories, and cities across this country — and we continue to forge the strongest tools in the industry for the next generation of workers. document.addEventListener('DOMContentLoaded', function() { var coll = document.querySelectorAll(".collapsible"); coll.forEach(function(button) { button.addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.maxHeight){ content.style.maxHeight = null; } else { content.style.maxHeight = content.scrollHeight + "px"; } }); }); });