About the product The QUICKSET GT gang tool holder is a high quality and cost effective way to maximize production on your CNC or Manual Lathe. Made to fit square shank tool holders/pockets. The easy to set up design enables single tool position to become gang tooling capable. Streamlining machine setups and boosting production. Increase Tool Capacity by drilling, tapping, boring, reaming, and more, on a single tool position. Reducing cycle time and set-ups. Specifications Tool Positions: 4 Centerline Height: .750" (19.05 mm) Center-Center distance. 1.50" (38.1 mm) Bore Size: .750" (19.05 mm) 3 blind bores. Ideal for holding our straight shank ER-20 collet chucks or any other tool with a short 3/4" round shank. 1 through bore. Ideal for holding our straight shank ER-20 collet chuck or any other tool with a 3/4" round shank. Overall Dimensions: Length: 6.25" (158.75 mm) Width: 1.875" (47.62 mm) Height: 1.66" (42.16 mm) Weight: 5.2 lbs. or 2.35 kg. (Weight includes 4 ER-20 collet chucks) What’s Included The Holder Four (4) ER20 Collet Chucks. One (1) Hex Key Five (5) Set Screws pre-installed One (1) 3/8" Dowel Pin pre-installed /* 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); }); })();