Store Offer Menu

  • Image
    Used Callaway Elyte Triple Diamond Driver - 9 Degrees - Extra Stiff Flex Mitsubishi TENSEI 1K Black - Left-Handed

    Used Callaway Elyte Triple Diamond Driver - 9 Degrees - Extra Stiff Flex Mitsubishi TENSEI 1K Black - Left-Handed

    Product information for Used Callaway Elyte Triple Diamond Driver - 9 Degrees - Extra Stiff Flex Mitsubishi TENSEI 1K Black - Left-Handed

    $453.99
    $379.9916% OFF
    /* 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: 9° 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: Extra Stiff Shaft Brand: Mitsubishi Shaft Model: TENSEI 1K Black Shaft Material: Graphite Shaft Weight: 68g Headcover Included?: Yes (function () { // --- NEW LOGIC START --- // 1. Capture the department variable const department = "Men"; // 2. Identify the image element const chartImg = document.getElementById('chart-img'); // 3. Define the Women's Wood Chart URL const womenChartUrl = "https://cdn.shopify.com/s/files/1/0601/0165/6746/files/Women_s_Wood_Standard_Lengths.png?v=1771424027&width=1640"; // 4. If the department is exactly "Women", swap the source if (chartImg && department.trim() === 'Women') { chartImg.src = womenChartUrl; chartImg.alt = "Women's Wood Standard Lengths"; } // --- NEW LOGIC END --- 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|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 Elyte Triple Diamond Driver swept top honors in 2025, earning a Gold rating from Golf Digest, #1 overall in MyGolfSpy's Most Wanted, and top-tier status in Golf Monthly's best drivers list. Designed for low-spin precision and exceptional workability, it delivers elite-level performance for skilled players who demand total control off the tee. This driver shows minor scratches on the crown, light sole wear, noticeable face wear from ball strikes, and minor paint chips. Overall, it remains in good playing condition. Pured Shaft Upgrade Our Recommendation The club experts at Next Round Golf recommend the Callaway Elyte Triple Diamond Driver for skilled players with faster swing speeds seeking a low-spin, tour-level driver. While it's less forgiving than other models, the Elyte Triple Diamond delivers impressive ball speed and consistency when struck well, making it ideal for confident ball-strikers who prioritize precision and distance off the tee. 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 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 Callaway golf clubs. Stock # S2026-04-01-596805 Master SKU # 1016991 (function () { // Read the template variable const pured = "No"; // Find the new section + text holder const section = document.getElementById('pured-shaft-section'); const textEl = document.getElementById('pured-shaft-text'); if (!section || !textEl) return; // Clean it up (handles empty, extra spaces, etc.) const value = (pured || "").trim(); // Show only for the allowed "Yes" values const shouldShow = (value === "Yes" || value === "Yes + Premium Shaft"); if (shouldShow) { textEl.textContent = "This shaft has been pured through computerized analysis to identify its most stable, consistent bending plane, optimizing performance, increasing distance, tightening dispersion, and reducing natural structural irregularities."; section.style.display = ""; } else { // Keep fully hidden so no text and no spacing appears section.style.display = "none"; } })();
  • More Deals You’ll Love

    Callaway Driver MAVRIK SUBZERO 9° Stiff Tour AD SZ-5 Type2
    GOLF Partner logo

    Callaway Driver MAVRIK SUBZERO 9° Stiff Tour AD SZ...

    Product Ref: 2100394142237Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: MAVRIK SUBZEROLoft: 9°Flex: StiffShaft Type: Tour AD SZ-5 Type2Shaft Material: CarbonLength (inch): 45.75Lie Angle: StandardSwing Balance: D4.0Total Weight (g): 309Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $269.99
    $188.9930% OFF
    Bridgestone Driver BRIDGESTONE B2 HT 10.5° Regular VANQUISH BS50
    GOLF Partner logo

    Bridgestone Driver BRIDGESTONE B2 HT 10.5° Regular...

    Product Ref: 2100398447581Brand: BridgestoneGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: BRIDGESTONE B2 HTLoft: 10.5°Flex: RegularShaft Type: VANQUISH BS50 Shaft Material: CarbonLength (inch): 45.25Lie Angle: StandardSwing Balance: D2.0Total Weight (g): 296Headcover: Not IncludeWrench: Not IncludeConditions: BActual item pictured above
    $369.99
    $258.9930% OFF
    TaylorMade Driver BRNR MINI DRIVER 13.5° StiffRegular PROFORCE 65 M40X JP SPEC
    GOLF Partner logo

    TaylorMade Driver BRNR MINI DRIVER 13.5° StiffRegu...

    Product Ref: 2100402042849Brand: TaylorMadeGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: BRNR MINI DRIVERLoft: 13.5°Flex: StiffRegularShaft Type: PROFORCE 65 M40X JP SPECShaft Material: CarbonLength (inch): 43.5Lie Angle: StandardSwing Balance: D4.0Total Weight (g): 325Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $479.99
    $335.9930% OFF
    Kasco Driver POWER TORNADO UFO 10.5° Stiff Falcon Shaft for DD
    GOLF Partner logo

    Kasco Driver POWER TORNADO UFO 10.5° Stiff Falcon ...

    Product Ref: 2100398344767Brand: KascoGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: POWER TORNADO UFOLoft: 10.5°Flex: StiffShaft Type: Falcon Shaft for DDShaft Material: CarbonLength (inch): 43.5Lie Angle: StandardSwing Balance: D1.0Total Weight (g): 309Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $129.99
    $97.4925% OFF
    Callaway Driver ELYTE 10.5° Stiff VENTUS GREEN 50 for CW(ELYTE)
    GOLF Partner logo

    Callaway Driver ELYTE 10.5° Stiff VENTUS GREEN 50 ...

    Product Ref: 2100390904327Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: ELYTELoft: 10.5°Flex: StiffShaft Type: VENTUS GREEN 50 for CW(ELYTE)Shaft Material: CarbonLength (inch): 45.5Lie Angle: StandardSwing Balance: D2.5Total Weight (g): 306Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $349.99
    $279.9920% OFF
    Callaway Driver EPIC SPEED Triple D LS 9° Flex-X Kaili 60
    GOLF Partner logo

    Callaway Driver EPIC SPEED Triple D LS 9° Flex-X K...

    Product Ref: 2100395346726Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: EPIC SPEED Triple D LSLoft: 9°Flex: Flex-XShaft Type: Kaili 60Shaft Material: CarbonLength (inch): 46Lie Angle: StandardSwing Balance: E0.5Total Weight (g): 325Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $199.99
    $149.9925% OFF
    HONMA Driver LB 818 460 10.5° (Head Only)
    GOLF Partner logo

    HONMA Driver LB 818 460 10.5° (Head Only)

    Product Ref: 2100393739438Brand: HONMAGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: LB 818 460Loft: 10.5°Flex: -Shaft Type: -Shaft Material: Length (inch): -Lie Angle: StandardSwing Balance: -Total Weight (g): 194Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $189.99
    $132.9930% OFF
    Ryoma golf Driver MAXIMA TYPE-D 10.5° Regular Tour AD M2-D
    GOLF Partner logo

    Ryoma golf Driver MAXIMA TYPE-D 10.5° Regular Tour...

    Product Ref: 2100391511463Brand: Ryoma golfGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: MAXIMA TYPE-DLoft: 10.5°Flex: RegularShaft Type: Tour AD M2-DShaft Material: CarbonLength (inch): 45.5Lie Angle: StandardSwing Balance: D1.0Total Weight (g): 294Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $99.99
    $69.9930% OFF
    Titleist Driver 913 D3 9.5° Stiff Diamana B60
    GOLF Partner logo

    Titleist Driver 913 D3 9.5° Stiff Diamana B60

    Product Ref: 2100396508772Brand: TitleistGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: 913 D3Loft: 9.5°Flex: StiffShaft Type: Diamana B60Shaft Material: CarbonLength (inch): 45.25Lie Angle: StandardSwing Balance: D2.0Total Weight (g): 320Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $99.99
    $74.9925% OFF
    TaylorMade Driver STEALTH2 PLUS 9° Stiff Tour AD CQ-6
    GOLF Partner logo

    TaylorMade Driver STEALTH2 PLUS 9° Stiff Tour AD C...

    Product Ref: 2100382836209Brand: TaylorMadeGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: STEALTH2 PLUSLoft: 9°Flex: StiffShaft Brand: Graphite DesignShaft Type: Tour AD CQ-6Shaft Material: CarbonLength (inch): 45.25Lie Angle: StandardSwing Balance: D3.0Total Weight (g): 314Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $299.99
    $239.9920% OFF
    Callaway Driver PARADYM X 10.5° Stiff Tour AD CQ-5
    GOLF Partner logo

    Callaway Driver PARADYM X 10.5° Stiff Tour AD CQ-5

    Product Ref: 2100381651896Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: PARADYM XLoft: 10.5°Flex: StiffShaft Brand: Graphite DesignShaft Type: Tour AD CQ-5Shaft Material: CarbonLength (inch): 45.5Lie Angle: StandardSwing Balance: D2.0Total Weight (g): 307Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $349.99
    $244.9930% OFF
    Used Titleist TSR3 Driver - 10 Degrees - Seniors Flex Fujikura Air Speeder - Right-Handed
    Next Round logo

    Used Titleist TSR3 Driver - 10 Degrees - Seniors F...

    /* 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° Handedness: Right-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: Seniors Shaft Brand: Fujikura Shaft Model: Air Speeder Shaft Material: Graphite Shaft Weight: 40g 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 Titleist TSR3 is a high-performance golf club designed for experienced players who demand precision and control. Its advanced technology includes a forged face insert for increased ball speed and distance, as well as a compact head shape for enhanced workability and shot shaping. The club's adjustable hosel allows for customization of loft and lie angle, while its tungsten weighting provides optimal balance and stability. If you're looking for a club that delivers consistent performance and versatility on the course, the Titleist TSR3 is a top choice. 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 Titleist TSR3 for golfers looking for a club that delivers distance and accuracy. With its innovative design and advanced technology, the TSR3 provides maximum ball speed and forgiveness on off-center hits. We believe this club is perfect for golfers who want to improve their game and see real results on the course. 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 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 Titleist golf clubs. Stock # S2025-10-14-595393 Master SKU # 1010735
    $599.99
    $225.9962% OFF
    Bridgestone Driver BRIDGESTONE B1 ST 9.5° Stiff VENTUS BS6
    GOLF Partner logo

    Bridgestone Driver BRIDGESTONE B1 ST 9.5° Stiff VE...

    Product Ref: 2100381454923Brand: BridgestoneGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: BRIDGESTONE B1 STLoft: 9.5°Flex: StiffShaft Type: VENTUS BS6Shaft Material: CarbonLength (inch): 45.5Lie Angle: StandardSwing Balance: D2.0Total Weight (g): 308Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $309.99
    $232.4925% OFF
    Callaway Driver ROGUE ST MAX LS 9° Stiff Tour AD TP-6
    GOLF Partner logo

    Callaway Driver ROGUE ST MAX LS 9° Stiff Tour AD T...

    Product Ref: 2100390355570Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: ROGUE ST MAX LSLoft: 9°Flex: StiffShaft Type: Tour AD TP-6Shaft Material: CarbonLength (inch): 45Lie Angle: StandardSwing Balance: D2.5Total Weight (g): 314Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $339.99
    $237.9930% OFF
    PRGR Driver RS F JUST(2022) 9.5°(head only)
    GOLF Partner logo

    PRGR Driver RS F JUST(2022) 9.5°(head only)

    Product Ref: 2100390705313Brand: PRGRGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: RS F JUST(2022)Loft: 9.5°Flex: -Shaft Type: -Shaft Material: -Length (inch): 0Lie Angle: StandardSwing Balance: -Total Weight (g): 191Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $129.99
    $97.4925% OFF
    Daiwa Driver ONOFF (2020) AKA 10.5° Regular LABOSPEC
    GOLF Partner logo

    Daiwa Driver ONOFF (2020) AKA 10.5° Regular LABOSP...

    Product Ref: 2100394883369Brand: DaiwaGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: ONOFF (2020) AKALoft: 10.5°Flex: RegularShaft Type: LABOSPECShaft Material: CarbonLength (inch): 46Lie Angle: StandardSwing Balance: D2.0Total Weight (g): 294Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $149.99
    $112.4925% OFF
    Yamaha Driver RMX 120 9.5° Stiff Speeder 569 EVOLUTION 6
    GOLF Partner logo

    Yamaha Driver RMX 120 9.5° Stiff Speeder 569 EVOLU...

    Product Ref: 2100384666262Brand: YamahaGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: RMX 120Loft: 9.5°Flex: StiffShaft Type: Speeder 569 EVOLUTION 6Shaft Material: CarbonLength (inch): 46Lie Angle: StandardSwing Balance: D2.5Total Weight (g): 303Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $149.99
    $104.9930% OFF
    Titleist Driver 915 D2 9.5° Stiff Speeder 661 EVOLUTION
    GOLF Partner logo

    Titleist Driver 915 D2 9.5° Stiff Speeder 661 EVOL...

    Product Ref: 2100397349725Brand: TitleistGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: 915 D2Loft: 9.5°Flex: StiffShaft Type: Speeder 661 EVOLUTIONShaft Material: CarbonLength (inch): 45.25Lie Angle: StandardSwing Balance: D3.5Total Weight (g): 319Headcover: Not IncludeWrench: Not IncludeConditions: CActual item pictured above
    $99.99
    $74.9925% OFF
    Bridgestone Driver BRIDGESTONE B2 10.5° Stiff Diamana BS50(DR)
    GOLF Partner logo

    Bridgestone Driver BRIDGESTONE B2 10.5° Stiff Diam...

    Product Ref: 2100382129769Brand: BridgestoneGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: BRIDGESTONE B2Loft: 10.5°Flex: StiffShaft Type: Diamana BS50(DR)Shaft Material: CarbonLength (inch): 45.5Lie Angle: StandardSwing Balance: D2.5Total Weight (g): 305Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $249.99
    $174.9930% OFF
    Titleist Driver Fair Rating TS1 9.5° Stiff Titleist Diamana 50
    GOLF Partner logo

    Titleist Driver Fair Rating TS1 9.5° Stiff Titleis...

    Product Ref: 2100379752734Brand: TitleistGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: TS1Loft: 9.5°Flex: StiffShaft Type: Titleist Diamana 50Shaft Material: CarbonLength (inch): 45.75Lie Angle: StandardSwing Balance: D3.0Total Weight (g): 277Headcover: Not IncludeWrench: Not IncludeConditions: FActual item pictured above
    $129.99
    $97.4925% OFF
    Callaway Driver PARADYM MAX FAST 10.5° StiffRegular SPEEDER NX 40 for CW
    GOLF Partner logo

    Callaway Driver PARADYM MAX FAST 10.5° StiffRegula...

    Product Ref: 2100378288708Brand: CallawayGolf Club Type: DriverClub Number: 1WNumber of Clubs: -Handedness: Right-HandedDepartment: MenModel: PARADYM MAX FASTLoft: 10.5°Flex: StiffRegularShaft Type: SPEEDER NX 40 for CW(PARADYM)Shaft Material: CarbonLength (inch): 45.75Lie Angle: StandardSwing Balance: D3.0Total Weight (g): 278Headcover: IncludeWrench: Not IncludeConditions: CActual item pictured above
    $251.99
    $176.3930% OFF

    Subscribe to Next Round coupon newsletter

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