The Black Hole Pro HD has been redesigned for an even better putting experience in the field or on the course. The new Black Hole Pro HD design features a sturdier chain rack, deeper cage, and stronger base — constructed with thick 8mm wire compared to the Pro’s 6mm wire. The ProHD also sports our seamless black matte powder coating and double chain tiered design with 24 high visibility zinc coated heavy duty course weighted chains, 12 outer, 12 inner chains with Black Hole equidistant orientation for zero weak pockets. The Pro HD fits standard PDGA height and size regulations and assembles in under 1 minute.
Seamless Matte Black color
Electrophoresed first stage followed with tough powder coated outer shell for extra durability and protection
24 high visibility zinc coated heavy duty course weighted chains in three tiers
8mm wire construction vs. 6mm on Black Hole® Pro
12 outer and 12 inner course weighted chains equidistantly oriented for zero weak pockets – reducing cut-throughs and pole bounces
PDGA Approved and built to standard PDGA height and size regulation
Sturdy all-metal construction, all joints welded
Uniquely engineered design – assembles or disassembles in under 1 minute
Compact easily transportable disassembled unit
Threaded tension connections for a sturdy assembly without any distracting wobble or play
Choosing a selection results in a full page refresh.
document.addEventListener('DOMContentLoaded', function () {
// Grab all variant images that are linked to variants
const variantImages = document.querySelectorAll('[data-variant-image]');
variantImages.forEach(image => {
// Add an event listener for a click event on each variant image
image.addEventListener('click', function () {
const variantId = this.getAttribute('data-variant-id');
// If the variantId attribute is found, set it as the selected variant
if (variantId) {
const selectElement = document.querySelector('select[name="id"]');
if (selectElement) {
selectElement.value = variantId;
// Dispatch a change event to update the selection
const event = new Event('change');
selectElement.dispatchEvent(event);
}
}
});
});
});