✦ Verified product
ER25 Collet Chuck
USD 85.00
Wolfram Machinery Inc.
Verified independent store
→
About the product Our QUICKSET GT ER25 Collet Chuck is a high quality straight shank chuck specifically designed to accommodate a variety of our Gang Tool Holders. The Collet Chuck
s have a flat section to keep the tool from rotating. Specifications Straight Shank Shank Diameter: 1.0" (25.4 mm) Through Hole: .610" (15.5 mm) Overall Length: 2.85" (72.4 mm) What’s Included One (1) Shank Body One (1) Locking Nut /* Dividers like your screenshot */ .accordion .acc-item { margin: 0; border-bottom: 1px solid #e5e5e5; /* bottom divider */ } .accordion .acc-item:first-of-type { border-top: 1px solid #e5e5e5; /* top divider */ } /* Row header */ .accordion summary { display: flex; align-items: center; justify-content: space-between; /* title left, icon right */ gap: 1rem; padding: 0.875rem 0; cursor: pointer; font-weight: 500; list-style: none; /* hide Firefox marker */ } .accordion summary::-webkit-details-marker { display: none; } /* hide Chrome/Safari marker */ /* Explicit indicator element to avoid theme collisions */ .accordion .acc-indicator::before { content: "+"; font-size: 1.25rem; line-height: 1; display: inline-block; } .accordion .acc-item[open] > summary .acc-indicator::before { content: "–"; } /* Body spacing */ .accordion .acc-content { padding: 0 0 0.875rem 0; } .accordion .acc-content p { margin: 0.5rem 0; } (function () { function initAccordions(root) { (root || document).querySelectorAll('.accordion').forEach(function (acc) { const items = acc.querySelectorAll('details.acc-item'); if (!items.length) return; // Ensure only the first is open on init items.forEach(function (it, idx) { if (idx === 0) it.setAttribute('open', ''); else it.removeAttribute('open'); }); // Close siblings when one opens items.forEach(function (it) { it.addEventListener('toggle', function () { if (!it.open) return; items.forEach(function (other) { if (other !== it) other.removeAttribute('open'); }); }); }); }); } // Run immediately initAccordions(document); // Also run on DOMContentLoaded document.addEventListener('DOMContentLoaded', function () { initAccordions(document); }); // Shopify dynamic sections support document.addEventListener('shopify:section:load', function (evt) { initAccordions(evt.target || document); }); })();