Store Offer Menu

Next Round Deals

Black Friday Next Round Deals & Sales November 2025

Discover the biggest black friday price drops and exclusive Next Round offers. Find discounts on top products while stocks last.

Used PXG 0311 Gen5 Driver - 10.5 Degrees - Regular Flex Project X Cypher Forty - Left-Handed

Used PXG 0311 Gen5 Driver - 10.5 Degrees - Regular...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Loft: 10.5° Handedness: Left-Handed Length: 45.25 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Regular Shaft Brand: Project X Shaft Model: Cypher Forty Shaft Material: Graphite Shaft Weight: 48g Headcover Included?: No (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The PXG 0311 Gen5 Driver is a high-performance used golf club that combines advanced technology with affordability. This club features a unique honeycomb TPE insert, enhancing both distance and forgiveness, making it ideal for golfers seeking to improve their game. The club's high-speed face and optimized weight distribution provide exceptional ball speed and launch conditions. The PXG 0311 Gen5 Driver is perfect for the golfer who values precision and performance without breaking the bank. Experience the perfect blend of modern technology and affordability with this top-tier used golf club. This driver is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation Our Next Round Golf club experts recommend the PXG 0311 Gen5 Driver for golfers looking to improve their distance and accuracy off the tee. With its advanced technology, including a precision-weighting system and adjustable hosel, this driver allows for customization to fit each golfer's unique swing. The sleek design and high-quality materials also make for a visually appealing and durable club. Trust us, you won't be disappointed with the performance of the PXG 0311 Gen5 Driver on the course. About PXG PXG is known for premium, tech-forward clubs that combine bold styling with elite-level performance. With a direct-to-consumer model and a luxury price tag, PXG appeals to serious golfers who want custom-built equipment and standout aesthetics. Playing It Forward By choosing this premium used driver, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used PXG golf clubs. Stock # S2025-09-18-594418 Master SKU # 1010610
$204.99
$160.9921% OFF
Used Titleist 2021 T200 Pitching Wedge - Right-Handed - 48 Degrees - Stiff Flex

Used Titleist 2021 T200 Pitching Wedge - Right-Han...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Value Club Number: Pitching Wedge Loft: 48° Lie Angle Color: Not Specified Bounce: Not Specified° Handedness: Right-Handed Length: 35.75 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: Mitsubishi Shaft Model: Tensei Red AV Series AM(2) Shaft Material: Graphite Shaft Weight: 60-68g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Titleist T200 Wedge is a versatile club that delivers impressive spin and control on the greens. Its advanced technology allows for consistent ball flight and distance, making it a great choice for golfers of all skill levels. The club's sleek design and durable construction ensure long-lasting performance, while its forgiving sweet spot and comfortable grip make it easy to use. If you're looking for a reliable wedge that can help you improve your short game, the Titleist T200 is definitely worth considering. Playable out of the box, value clubs have plenty of life left in them and are a great choice for anyone looking for a great deal or would like to just try something new. This wedge shows moderate to heavy cosmetic wear on the face, sole, crown and/or shaft, and may have prominent paint chips, faded or missing brand badges, deep scratches, and small dings. Despite its appearance, these imperfections are cosmetic and will not affect performance. Our Recommendation Our Next Round Golf club experts recommend the Titleist T200 2021 Wedge for golfers looking to improve their short game. The club features advanced technology that helps increase spin and control on shots around the green. We believe this wedge is perfect for golfers who want to take their game to the next level and lower their scores. Trust us, you won't regret adding the Titleist T200 2021 Wedge to your bag. About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used wedge, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-09-10-579698 Master SKU # 1011085
$140.99
$100.9928% OFF
Used TaylorMade Tour Preferred Single 9-Iron - Right-Handed - Stiff Flex

Used TaylorMade Tour Preferred Single 9-Iron - Rig...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 9-Iron Loft: ° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 36 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: KBS Shaft Model: Tour Shaft Material: Steel Shaft Weight: 120g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade Tour Preferred Single Iron is a high-performance used golf club that offers exceptional accuracy and control on the course. With its advanced technology and sleek design, this club is perfect for golfers who demand the best from their equipment. The unique benefits of this club include its precision-milled grooves, which provide maximum spin and control, and its forged carbon steel construction, which delivers a soft, responsive feel. Whether you're a seasoned pro or a weekend warrior, the TaylorMade Tour Preferred Single Iron is an affordable option that will help you take your game to the next level. This single iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the TaylorMade Tour Preferred Single Iron for golfers who want precision and control in their iron shots. This club features advanced technology that allows for consistent ball speed and distance, while also providing a soft feel at impact. Whether you're a beginner or an experienced player, the Tour Preferred Single Iron can help improve your game and give you the confidence you need on the course. About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used single iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-09-10-373225 Master SKU # 1013061
$54.99
$34.9936% OFF
Used Project X HZRDUS Smoke Red RDX Fairway Wood Shaft Stiff Flex Graphite - 42 in - No Adapter

Used Project X HZRDUS Smoke Red RDX Fairway Wood S...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Excellent Brand: Project X Model: HZRDUS Smoke Red RDX Fairway Wood Club Type: Fairway Wood Shaft Flex: Stiff Shaft Material: Graphite Shaft Weight: 60g Tip Diameter: 0.335 Adapter Type: No Adapter Length: 42 in Grip Condition: No Grip (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Project X HZRDUS Smoke Red RDX Fairway Wood Shaft blends a higher-balance-point profile with Hexcel HexTow carbon to create effortless speed and easy height off tight lies. A firm tip and responsive midsection stabilize impact while encouraging a lively, towering launch. Tuned for today’s heavier fairway heads, it tightens dispersion without adding harshness. This shaft shows only light signs of use. You may notice faint scratches or small marks, but nothing that affects performance. The graphics remain sharp, fully visible, and mostly untouched. Our Recommendation About Project X Project X is a leading manufacturer of high-performance golf shafts, renowned for their innovative designs that enhance accuracy and control. Engineered for golfers seeking precision and consistency, Project X shafts are trusted by both professionals and amateurs to optimize performance on the course. Their commitment to advanced materials and meticulous craftsmanship ensures a superior feel and reliable results. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Project X golf clubs. Stock # S2025-08-29-412218 Master SKU # 1021357
$82.99
$50.9939% OFF
Used Evnroll ER2 Black MidBlade Putter - Right-Handed - 35.25 in - Mid-mallet

Used Evnroll ER2 Black MidBlade Putter - Right-Han...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Mint Handedness: Right-Handed Length: 35.25 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Material: Steel Grip Condition: No Grip Grip Size: No Grip Headcover Included?: Yes (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Evnroll ER2 Black MidBlade Putter offers the precision of a blade with added forgiveness through its wider profile. The black finish reduces glare, while Sweet Face Technology promotes even roll. Perfect for golfers who like a mid-blade shape and want high-performance consistency on the green. This putter has very little cosmetic wear. This may have been a gift that was never played, or a store demo that has only been hit only a few times. Some are even still in the plastic. Our Recommendation Our Next Round Golf club experts recommend the Evnroll ER2 Black MidBlade Putter for golfers who want to improve their accuracy on the green. This putter features unique groove technology that helps keep the ball on line, even on off-center hits. We believe this putter is a game-changer for golfers of all levels looking to improve their putting game. About Evnroll Evnroll is a high-quality golf brand known for its innovative putters that offer exceptional accuracy and consistency. The brand is highly regarded among golf enthusiasts for its unique Sweet Face Technology, which helps golfers achieve a more consistent roll. Notable professionals who have used Evnroll equipment include Brandt Snedeker and Lydia Ko. Playing It Forward By choosing this premium used putter, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Evnroll golf clubs. Stock # S2025-09-22-505125 Master SKU # 1003060
$290.99
$222.9923% OFF
Used Project X HZRDUS Smoke Red RDX Hybrid Shaft Stiff Flex Graphite - 39 in - No Adapter

Used Project X HZRDUS Smoke Red RDX Hybrid Shaft S...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Very Good Brand: Project X Model: HZRDUS Smoke Red RDX Hybrid Club Type: Hybrid Shaft Flex: Stiff Shaft Material: Graphite Shaft Weight: 80g Tip Diameter: 0.37 Adapter Type: No Adapter Length: 39 in Grip Condition: No Wear (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Project X HZRDUS Smoke Red RDX Hybrid Shaft blends a counterbalanced handle with an active midsection for easy speed and mid‑high launch. A firm tip resists twisting, tightening dispersion on aggressive swings. Hexcel carbon layups create a crisp, lively feel, and bold HZRDUS graphics finish the look. Great for players seeking towering carry from long‑approach clubs. This shaft shows normal wear from regular use, including visible scratches, scuffs, or minor cosmetic marks. These do not affect performance. The graphics may show slight fading or wear but remain clear and intact. Our Recommendation About Project X Project X is a leading manufacturer of high-performance golf shafts, renowned for their innovative designs that enhance accuracy and control. Engineered for golfers seeking precision and consistency, Project X shafts are trusted by both professionals and amateurs to optimize performance on the course. Their commitment to advanced materials and meticulous craftsmanship ensures a superior feel and reliable results. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Project X golf clubs. Stock # S2025-09-02-412217 Master SKU # 1021590
$76.99
$47.9938% OFF
Wholesale Lot of 50 Golf Clubs - Right and Left-Handed - Wilson assorted Irons

Wholesale Lot of 50 Golf Clubs - Right and Left-Ha...

Brand: Wilson Model: Aggressor Handedness: Right and Left Flex: Assorted Shaft Material: Graphite and Steel Club Type: Irons Club Condition: Good Number of Clubs: 50 This wholesale lot includes 50 golf clubs ideal for resellers, custom builders, or pro shops looking to restock inventory with trusted gear. Clubs include a mix of Irons from brands such as Wilson . Conditions range from good to playable, with clubs showing cosmetic wear consistent with regular use. Wholesale Lot of 50 Golf Clubs - Assorted Irons Models - ultra select, aggressor Good condition. Light to medium wear. Includes right and left-handed clubs. Various lengths, loft, flexes, and grips (less than 20% require regrips). About Wholesale This bulk lot is an excellent option for resellers looking to scale their golf inventory. Perfect for eBay sellers, pro shops, custom builds, or anyone looking to maximize value through trusted gear. Whether you're breaking down clubs for individual listings, creating bundle sets, or restocking your shop, this lot offers flexibility and value. We work with resellers every day and are here to help you grow. Fast, secure shipping included - message us anytime! By choosing this wholesale lot of golf clubs, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # W2025-06-05-106537
$413.99
$319.9923% OFF
Used Callaway 2019 Big Bertha Single 8-Iron - Right-Handed - Regular Flex

Used Callaway 2019 Big Bertha Single 8-Iron - Righ...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 8-Iron Loft: ° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 35.5 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Regular Shaft Brand: KBS Shaft Model: MAX 80 Steel Shaft Material: Steel Shaft Weight: 111g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Callaway Big Bertha 2019 Single Iron is a high-performance used golf club that offers exceptional distance and accuracy. Featuring Callaway's innovative Suspended Energy Core technology, this club delivers a powerful and consistent ball flight. Golfers who struggle with their long irons will appreciate the forgiving design and easy launch of the Big Bertha. This affordable club is perfect for mid to high handicap players looking to improve their game without breaking the bank. Upgrade your iron game with the Callaway Big Bertha 2019 Single Iron. This single iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the Callaway Big Bertha 2019 Single Iron for golfers who want to improve their accuracy and distance. With its advanced technology, including the Suspended Energy Core and 360 Face Cup, this iron delivers consistent performance and a soft feel. Whether you're a beginner or an experienced player, we believe this club can help you take your game to the next level. About Callaway Callaway is one of golf's leading brands, known for innovation across drivers, irons, wedges, balls, and more. Technologies like Jailbreak and AI-designed faces power their performance, making Callaway gear a trusted option for players at every skill level. Playing It Forward By choosing this premium used single iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Callaway golf clubs. Stock # S2025-09-30-405040 Master SKU # 1013359
$77.99
$50.9935% OFF
Used TaylorMade RBladez Single 9-Iron - Right-Handed - Ladies Flex

Used TaylorMade RBladez Single 9-Iron - Right-Hand...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 9-Iron Loft: ° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 35 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Ladies Shaft Brand: TaylorMade Shaft Model: Rocket Fuel Shaft Material: Graphite Shaft Weight: 45g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The TaylorMade RBladez Single Iron is a high-performance used golf club that offers exceptional distance and accuracy. Its advanced technology includes a Speed Pocket design that promotes faster ball speed and a higher launch angle, resulting in longer shots. This club is perfect for golfers who want to improve their game without breaking the bank. With its affordable price point, the TaylorMade RBladez Single Iron is an excellent choice for golfers of all skill levels who want to add a reliable and effective club to their bag. This single iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the TaylorMade RBladez Single Iron for golfers who want to improve their accuracy and distance. The club features advanced technology that helps to increase ball speed and provide consistent performance on every swing. With its sleek design and comfortable grip, this iron is perfect for golfers of all skill levels who want to take their game to the next level. Trust us, you won't be disappointed with the TaylorMade RBladez Single Iron. About TaylorMade TaylorMade is a powerhouse brand known for breakthrough driver technologies like Twist Face and Speed Pocket. From the Stealth series to P-Series irons, TaylorMade gear blends speed, forgiveness, and innovation for all skill levels. Playing It Forward By choosing this premium used single iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used TaylorMade golf clubs. Stock # S2025-09-17-375001 Master SKU # 1013037
$54.99
$34.9936% OFF
Used Titleist Vokey SM9 Tour Chrome Sand Wedge - Right-Handed - 56 Degrees - Regular Flex

Used Titleist Vokey SM9 Tour Chrome Sand Wedge - R...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: Sand Wedge Loft: 56° Lie Angle Color: Not Specified Bounce: 8° Handedness: Right-Handed Length: 35 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Regular Shaft Brand: UST Shaft Model: Recoil Shaft Material: Graphite Shaft Weight: 95g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Titleist Vokey SM9 Tour Chrome Wedge is a high-performance used golf club that offers exceptional control and precision on the course. The club's tour chrome finish provides a classic look that will appeal to traditionalists, while its advanced design ensures maximum spin and stopping power on approach shots. Whether you're a seasoned pro or a weekend warrior, the Titleist Vokey SM9 Tour Chrome D Grind Wedge is an affordable option that will help you take your game to the next level. This wedge is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the Titleist Vokey SM9 Tour Chrome Wedge for golfers who want to improve their short game. The Tour Chrome finish provides durability and a classic look. Trust us, you won't regret adding this wedge to your bag. About Titleist Titleist is synonymous with tour performance - offering world-class golf balls, irons, drivers, and wedges. Known for the Pro V1 and T-Series clubs, Titleist suits players who demand precision and premium craftsmanship. Playing It Forward By choosing this premium used wedge, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Titleist golf clubs. Stock # S2025-09-04-507078 Master SKU # 1010566
$112.99
$89.9920% OFF
Wholesale Lot of 30 Golf Clubs - Wilson, Maxfli, and Mizuno Fairway Woods

Wholesale Lot of 30 Golf Clubs - Wilson, Maxfli, a...

Brand: Mizuno Model: Assorted Handedness: Right and Left Flex: Regular, Stiff, Ladies Shaft Material: Graphite and Steel Club Type: Fairway Woods Club Condition: Good Number of Clubs: 30 This wholesale lot includes 30 golf clubs ideal for resellers, custom builders, or pro shops looking to restock inventory with trusted gear. Clubs include a mix of Fairway Woods from brands such as Mizuno. Conditions range from good to playable, with clubs showing cosmetic wear consistent with regular use. Wholesale Lot of 30 Golf Clubs - Wilson, Maxfli, and Mizuno Fairway Woods Good condition. Light to medium wear. Includes left and right-handed clubs. Various lengths, loft, flexes, and grips (less than 20% require regrips). About Wholesale This bulk lot is an excellent option for resellers looking to scale their golf inventory. Perfect for eBay sellers, pro shops, custom builds, or anyone looking to maximize value through trusted gear. Whether you're breaking down clubs for individual listings, creating bundle sets, or restocking your shop, this lot offers flexibility and value. We work with resellers every day and are here to help you grow. Fast, secure shipping included - message us anytime! By choosing this wholesale lot of golf clubs, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # W2025-05-30-106506
$252.99
$199.9921% OFF
Wholesale Lot of 40 Golf Clubs - Assorted Irons

Wholesale Lot of 40 Golf Clubs - Assorted Irons

Brand: Assorted Model: Assorted Handedness: Right Flex: Assorted Shaft Material: Steel and Graphite Club Type: Irons Club Condition: Good Number of Clubs: 40 This wholesale lot includes 40 golf clubs ideal for resellers, custom builders, or pro shops looking to restock inventory with trusted gear. Clubs include a mix of Irons from brands such as Single Irons. Conditions range from good to playable, with clubs showing cosmetic wear consistent with regular use. Wholesale Lot of 40 Golf Clubs - Assorted Irons Good condition. Light to medium wear. Includes right-handed clubs. Various lengths, loft, flexes, and grips (less than 20% require regrips). About Wholesale This bulk lot is an excellent option for resellers looking to scale their golf inventory. Perfect for eBay sellers, pro shops, custom builds, or anyone looking to maximize value through trusted gear. Whether you're breaking down clubs for individual listings, creating bundle sets, or restocking your shop, this lot offers flexibility and value. We work with resellers every day and are here to help you grow. Fast, secure shipping included - message us anytime! By choosing this wholesale lot of golf clubs, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # W2025-05-23-106422
$413.99
$319.9923% OFF
Used Callaway Jaws MD5 Tour Grey Sand Wedge - Right-Handed - 56 Degrees - Stiff Flex

Used Callaway Jaws MD5 Tour Grey Sand Wedge - Righ...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Very Good Club Number: Sand Wedge Loft: 56° Lie Angle Color: Not Specified Bounce: 8° Handedness: Right-Handed Length: 34 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Stiff Shaft Brand: True Temper Shaft Model: Dynamic Gold Shaft Material: Steel Shaft Weight: 115g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Callaway MD5 JAWS Tour Grey S Grind Wedge is a high-performance used golf club that combines advanced technology with affordability. Its unique JAWS groove design and S Grind make it perfect for golfers seeking superior spin control and versatility on the course. The club's tour grey finish not only adds a touch of elegance but also enhances durability. This affordable, high-quality wedge is ideal for intermediate to advanced golfers looking to improve their short game. With the Callaway MD5 JAWS Tour Grey S Grind Wedge, you can experience a perfect blend of modern technology and value. This wedge is in above average condition for its age and has been well-maintained. Typical wear includes ball marks and scratching on the face, sole and crown, as well as minor paint chips and blemishes from normal use. Our Recommendation Our Next Round Golf club experts recommend the Callaway MD5 JAWS Tour Grey S Grind Wedge for golfers who want to improve their short game. This wedge features advanced technology that allows for maximum spin and control on approach shots and around the green. The S Grind design is perfect for golfers who have a neutral to steep swing and need versatility in their wedge game. Trust us, you won't regret adding this wedge to your bag. About Callaway Callaway is one of golf's leading brands, known for innovation across drivers, irons, wedges, balls, and more. Technologies like Jailbreak and AI-designed faces power their performance, making Callaway gear a trusted option for players at every skill level. Playing It Forward By choosing this premium used wedge, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Callaway golf clubs. Stock # S2025-09-30-404695 Master SKU # 1001469
$83.99
$56.9932% OFF
Used Cleveland HiBore Single 7-Iron - Right-Handed - Seniors Flex

Used Cleveland HiBore Single 7-Iron - Right-Handed...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 7-Iron Loft: ° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 37 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Seniors Shaft Brand: Cleveland Shaft Model: Stock Graphite Shaft Material: Graphite Shaft Weight: 75g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Cleveland HiBore Single Iron is a high-performance used golf club that offers golfers a unique advantage on the course. Its innovative design features a large, deep cavity back that maximizes forgiveness and distance, making it ideal for mid to high handicap players. The club's low center of gravity and high moment of inertia provide exceptional stability and control, allowing golfers to hit straighter, more accurate shots. With its affordable price point, this club is a great option for golfers looking to upgrade their game without breaking the bank. If you're a mid to high handicap player looking for a reliable, forgiving iron that delivers exceptional performance, the Cleveland HiBore Single Iron is the club for you. This single iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the Cleveland HiBore Single Iron for golfers who want to improve their accuracy and distance. The club's unique design and technology help to increase ball speed and reduce spin, resulting in longer and straighter shots. We believe this club is a great addition to any golfer's bag who wants to take their game to the next level. About Cleveland Cleveland Golf is best known for its tour-trusted wedges, delivering exceptional spin and control. Their full lineup - irons, woods, and more - focuses on forgiveness and consistency, making Cleveland a go-to brand for short-game lovers and improving players. Playing It Forward By choosing this premium used single iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Cleveland golf clubs. Stock # S2025-09-17-377790 Master SKU # 1012755
$60.99
$38.9936% OFF
Used Cleveland HiBore Single 6-Iron - Right-Handed - Seniors Flex

Used Cleveland HiBore Single 6-Iron - Right-Handed...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Club Condition: Good Club Number: 6-Iron Loft: ° Lie Angle Color: Not Specified Handedness: Right-Handed Length: 37.5 in ✕ /* Force true centering and sit above theme layers */ #lengthChartModal.length-modal{ position: fixed !important; inset: 50% auto auto 50% !important; transform: translate(-50%, -50%) !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; z-index: 999999 !important; } #lengthChartModal::backdrop{ background: rgba(0,0,0,.65); } /* The visible card (bigger + scroll-safe) */ #lengthChartModal .length-card{ position: relative; width: min(90vw, 600px); /* <- adjust this for desktop width */ max-height: 80vh; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.35); overflow: hidden; } /* Make image fill card; ignore any width/height attrs */ #lengthChartModal img{ display: block; width: 100% !important; height: auto !important; max-height: 80vh !important; object-fit: contain; } /* Close button INSIDE the card so it can’t be clipped */ #lengthChartModal .length-close{ position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 999px; border: 2px solid rgba(0,0,0,.2); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); } Shaft Flex: Seniors Shaft Brand: Cleveland Shaft Model: Stock Graphite Shaft Material: Graphite Shaft Weight: 75g (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Cleveland HiBore Single Iron is a high-performance used golf club that offers golfers a unique advantage on the course. Its innovative design features a large, deep cavity back that maximizes forgiveness and distance, making it ideal for mid to high handicap players. The club's low center of gravity and high moment of inertia provide exceptional stability and control, allowing golfers to hit straighter, more accurate shots. With its affordable price point, this club is a great option for golfers looking to upgrade their game without breaking the bank. If you're a mid to high handicap player looking for a reliable, forgiving iron that delivers exceptional performance, the Cleveland HiBore Single Iron is the club for you. This single iron is in average condition for its age. It has been well played by its former owner, and shows cosmetic wear including scratches, nicks, and paint chips on the face, sole, and crown. Our Recommendation Our Next Round Golf club experts recommend the Cleveland HiBore Single Iron for golfers who want to improve their accuracy and distance. The club's unique design and technology help to increase ball speed and reduce spin, resulting in longer and straighter shots. We believe this club is a great addition to any golfer's bag who wants to take their game to the next level. About Cleveland Cleveland Golf is best known for its tour-trusted wedges, delivering exceptional spin and control. Their full lineup - irons, woods, and more - focuses on forgiveness and consistency, making Cleveland a go-to brand for short-game lovers and improving players. Playing It Forward By choosing this premium used single iron, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Cleveland golf clubs. Stock # S2025-09-17-377788 Master SKU # 1012755
$60.99
$38.9936% OFF
Used Fujikura Ventus TR Blue Non Velocore Driver Shaft Regular Flex Graphite - 43.75 in - No Adapter

Used Fujikura Ventus TR Blue Non Velocore Driver S...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Excellent Brand: Fujikura Model: Ventus TR Blue Non Velocore Driver Club Type: Driver Shaft Flex: Regular Shaft Material: Graphite Shaft Weight: 58g Tip Diameter: 0.335 Adapter Type: No Adapter Length: 43.75 in Grip Condition: No Wear (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Fujikura Ventus TR Blue Non Velocore Driver Shaft blends the mid‑launch, mid‑low spin Blue profile with TR’s reinforced handle for added torsional stability. The non‑Velocore build offers a slightly softer, smoother feel, helping maintain speed without harshness. Clean blue graphics and a stable midsection suit players seeking tight dispersion with a fluid transition. This shaft shows only light signs of use. You may notice faint scratches or small marks, but nothing that affects performance. The graphics remain sharp, fully visible, and mostly untouched. Our Recommendation About Fujikura Fujikura is a leading manufacturer of high-performance golf shafts, renowned for integrating advanced materials and proprietary technologies to enhance player performance. Their innovative designs focus on optimizing launch conditions, spin rates, and overall consistency, making Fujikura shafts a preferred choice among professional and amateur golfers seeking precision and reliability. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Fujikura golf clubs. Stock # S2025-09-12-422506 Master SKU # 1020923
$105.99
$79.9925% OFF
Used Fujikura Speeder NX TCS Fairway Wood Shaft Regular Flex Graphite - 42 in - No Adapter

Used Fujikura Speeder NX TCS Fairway Wood Shaft Re...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Excellent Brand: Fujikura Model: Speeder NX TCS Fairway Wood Club Type: Fairway Wood Shaft Flex: Regular Shaft Material: Graphite Shaft Weight: 50g Tip Diameter: 0.335 Adapter Type: No Adapter Length: 42 in Grip Condition: No Wear (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Fujikura Speeder NX TCS Fairway Wood Shaft brings Speeder’s Variable Torque Core to your fairways, tightening tip and handle torque for a steadier face while a responsive midsection helps pop shots up from the deck. Built from enso-driven layups, it delivers mid-high launch, mid-low spin, and fast ball speed in lightweight 50–75g options. This shaft shows only light signs of use. You may notice faint scratches or small marks, but nothing that affects performance. The graphics remain sharp, fully visible, and mostly untouched. Our Recommendation About Fujikura Fujikura is a leading manufacturer of high-performance golf shafts, renowned for integrating advanced materials and proprietary technologies to enhance player performance. Their innovative designs focus on optimizing launch conditions, spin rates, and overall consistency, making Fujikura shafts a preferred choice among professional and amateur golfers seeking precision and reliability. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Fujikura golf clubs. Stock # DKSU-SNXTCS Master SKU # 1021213
$88.99
$59.9933% OFF
Wholesale Lot of 30 Golf Clubs -Mizuno and TaylorMade Irons and Wedges

Wholesale Lot of 30 Golf Clubs -Mizuno and TaylorM...

Brand: Assorted Model: MP-14, MP-60, RAC, Burner Plus Handedness: Right and Left Flex: Regular and Stiff Shaft Material: Graphite and Steel Club Type: Irons and Wedges Club Condition: Good Number of Clubs: 30 This wholesale lot includes 30 golf clubs ideal for resellers, custom builders, or pro shops looking to restock inventory with trusted gear. Clubs include a mix of Irons and Wedges from brands such as Mizuno and TaylorMade . Conditions range from good to playable, with clubs showing cosmetic wear consistent with regular use. Wholesale Lot of 30 Golf Clubs -Mizuno and TaylorMade Assorted Single Irons and Wedges. Models Include- MP-14, MP-60, RAC, Burner Plus Good condition. Light to medium wear. Includes left and right-handed clubs. Various lengths, loft, flexes, and grips (less than 20% require regrips). About Wholesale This bulk lot is an excellent option for resellers looking to scale their golf inventory. Perfect for eBay sellers, pro shops, custom builds, or anyone looking to maximize value through trusted gear. Whether you're breaking down clubs for individual listings, creating bundle sets, or restocking your shop, this lot offers flexibility and value. We work with resellers every day and are here to help you grow. Fast, secure shipping included - message us anytime! By choosing this wholesale lot of golf clubs, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # W2025-06-02-106514
$333.99
$259.9922% OFF
Wholesale Lot of 40 Golf Clubs - Assorted Golf Clubs

Wholesale Lot of 40 Golf Clubs - Assorted Golf Clu...

Brand: Assorted Model: Assorted Handedness: Assorted Flex: Assorted Shaft Material: Steel and Graphite Club Type: Drivers, Woods, Hybrids, Wedges, Putters Club Condition: Good Number of Clubs: 40 This wholesale lot includes 40 golf clubs ideal for resellers, custom builders, or pro shops looking to restock inventory with trusted gear. Clubs include a mix of Drivers, Woods, Hybrids, Wedges, Putters from brands such as Callaway, Adams, TaylorMade. Conditions range from good to playable, with clubs showing cosmetic wear consistent with regular use. Wholesale Lot of 40 Golf Clubs - assorted golf clubs Good condition. Light to medium wear. Includes left and right-handed clubs. Various lengths, loft, flexes, and grips (less than 20% require regrips). About Wholesale This bulk lot is an excellent option for resellers looking to scale their golf inventory. Perfect for eBay sellers, pro shops, custom builds, or anyone looking to maximize value through trusted gear. Whether you're breaking down clubs for individual listings, creating bundle sets, or restocking your shop, this lot offers flexibility and value. We work with resellers every day and are here to help you grow. Fast, secure shipping included - message us anytime! By choosing this wholesale lot of golf clubs, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Stock # W2025-05-23-106420
$666.99
$519.9922% OFF
Used Aldila Nv Green Fairway Wood Shaft Stiff Flex Graphite - 41.5 in - No Adapter

Used Aldila Nv Green Fairway Wood Shaft Stiff Flex...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Excellent Brand: Aldila Model: Nv Green Fairway Wood Club Type: Fairway Wood Shaft Flex: Stiff Shaft Material: Graphite Shaft Weight: 75g Tip Diameter: 0.335 Adapter Type: No Adapter Length: 41.5 in Grip Condition: (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); This shaft shows only light signs of use. You may notice faint scratches or small marks, but nothing that affects performance. The graphics remain sharp, fully visible, and mostly untouched. Our Recommendation About Aldila Aldila is a leading manufacturer of high-performance graphite golf shafts, known for their use of advanced materials and cutting-edge design. Their shafts are engineered to optimize launch, spin, and feel, making them a trusted choice for golfers seeking precision and consistency. Aldilas commitment to innovation has earned them widespread use among professionals and amateurs alike. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Aldila golf clubs. Stock # S2025-05-14-404074 Master SKU # 1015530
$64.99
$27.9957% OFF
Used Graphite Design Tour AD DI Fairway Wood Shaft Stiff Flex Graphite - 42.25 in - Ping Adapter

Used Graphite Design Tour AD DI Fairway Wood Shaft...

/* Force a real 2-column grid on THIS list only, overriding the theme */ #product-desc-list{ display:grid !important; grid-template-columns:1fr 1fr; gap:0; list-style:none; margin:0 0 16px 0; padding:0; column-count:initial !important; /* kill multi-column layout */ } #product-desc-list > li{ margin:0 !important; padding:6px !important; border-bottom:1px solid #d9d9d9 !important; float:none !important; /* kill float layouts */ width:auto !important; /* kill width:50% rules */ } #product-desc-list > li._left { border-right:1px solid #d9d9d9 !important; } Shaft Condition: Excellent Brand: Graphite Design Model: Tour AD DI Fairway Wood Club Type: Fairway Wood Shaft Flex: Stiff Shaft Material: Graphite Shaft Weight: 65g Tip Diameter: 0.335 Adapter Type: Ping Adapter Length: 42.25 in Grip Condition: No Wear (function () { const ul = document.getElementById('product-desc-list'); if (!ul) return; function pruneAndLayout(){ // Remove empty/unspecified rows instead of hiding them const items = Array.from(ul.querySelectorAll('li')); let kept = []; items.forEach(li => { const label = li.querySelector('b'); const labelText = label ? label.textContent : ''; const valueOnly = label ? li.textContent.replace(labelText, '').trim() : li.textContent.trim(); const emptyish = valueOnly === '' || valueOnly === '°' || /^(Not Specified|Unspecified|Not Applicable|N\/A|NA)$/i.test(valueOnly); if (emptyish) li.remove(); else kept.push(li); }); // Re-mark visible items as left/right cells so borders line up kept = Array.from(ul.querySelectorAll('li')); // in case we removed some kept.forEach((li, i) => { li.classList.toggle('_left', i % 2 === 0); li.classList.toggle('_right', i % 2 === 1); }); // If odd count, add a blank cell so the last row closes cleanly if (kept.length % 2 === 1) { const filler = document.createElement('li'); filler.innerHTML = ''; ul.appendChild(filler); filler.classList.add('_right'); } // Show after we’re done so there’s no flash ul.style.visibility = 'visible'; } // Run immediately (before most theme scripts finish) pruneAndLayout(); // Guard: if the theme reflows/rewrites after our run, fix it again const mo = new MutationObserver(() => pruneAndLayout()); mo.observe(ul, { childList: true, subtree: false, attributes: false }); })(); The Graphite Design Tour AD DI Fairway Wood Shaft blends a responsive midsection with a firm tip to create mid-high launch and controlled spin from turf or tee. Its Deep Impact profile loads predictably for consistent ball speed, while fairway-specific weights add head feel. Signature orange-and-black cosmetics finish a shaft trusted for penetrating carry and tight dispersion. This shaft shows only light signs of use. You may notice faint scratches or small marks, but nothing that affects performance. The graphics remain sharp, fully visible, and mostly untouched. Our Recommendation About Graphite Design Graphite Design is a premier manufacturer of high-quality graphite golf shafts, renowned for their innovative designs and exceptional performance. Their shafts are engineered to optimize accuracy and distance, making them a preferred choice among professional and amateur golfers alike. With a commitment to utilizing advanced materials and cutting-edge technology, Graphite Design continues to set industry standards for reliability and precision. Playing It Forward By choosing this premium used shaft, you're not only investing in your own game but also contributing to Next Round Golf's mission of making golf more affordable and accessible for enthusiasts at every skill level. You’re joining a passionate community dedicated to sustainability, continuous improvement, and the shared joy of discovering new potential on the course. Next Round Guarantee With over 18,000 five star reviews and a 30 day money back guarantee, you can trust Next Round Golf for high-quality used Graphite Design golf clubs. Stock # S2025-09-10-507340 Master SKU # 1021239
$226.99
$168.9926% OFF

Subscribe to Next Round coupon newsletter

Get notified of offers and coupon codes from Next Round before they expire!