✦ Verified product
ER20 Metric Collet Set
USD 110.00
Wolfram Machinery Inc.
Verified independent store
→
About the product Utra-Precise 12 Piece Collet Set. 12 ER20 collets 2-13mm Ideal for all your CNC machining needs, our high-quality collets ensure exceptional grip and accuracy, mi
nimizing runout for superior performance. Specifications Metric Collets: 2mm-13mm by 1mm increments What’s Included The Case with twelve (12) Metric Collets in the following sizes: 2mm, 3mm, 4mm, 5mm, 6mm, 7mm, 8mm, 9mm, 10mm, 11mm, 12mm, 13mm. /* 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); }); })();