{"product_id":"used-fujikura-ventus-blue-velocore-driver-shaft-stiff-flex-graphite-44-25-in-titleist-surefit-adapter-2","title":"Used Fujikura Ventus Blue Velocore Driver Shaft Stiff Flex Graphite - 44.25 in - Titleist Surefit Adapter","description":"\u003cstyle\u003e\n\/* Force a real 2-column grid on THIS list only, overriding the theme *\/\n#product-desc-list{\n  display:grid !important;\n  grid-template-columns:1fr 1fr;\n  gap:0;\n  list-style:none;\n  margin:0 0 16px 0;\n  padding:0;\n  column-count:initial !important; \/* kill multi-column layout *\/\n}\n#product-desc-list \u003e li{\n  margin:0 !important;\n  padding:6px !important;\n  border-bottom:1px solid #d9d9d9 !important;\n  float:none !important;          \/* kill float layouts *\/\n  width:auto !important;          \/* kill width:50% rules *\/\n}\n#product-desc-list \u003e li._left { border-right:1px solid #d9d9d9 !important; }\n\u003c\/style\u003e\n\n\u003cul id=\"product-desc-list\" style=\"visibility:hidden\"\u003e\n    \u003cli\u003e\n\u003cb\u003eShaft Condition:\u003c\/b\u003e Excellent\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eBrand:\u003c\/b\u003e Fujikura\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eModel:\u003c\/b\u003e Ventus Blue Velocore Driver\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eClub Type:\u003c\/b\u003e Driver\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eShaft Flex:\u003c\/b\u003e Stiff\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eShaft Material:\u003c\/b\u003e Graphite\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eShaft Weight:\u003c\/b\u003e 65g\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eTip Diameter:\u003c\/b\u003e .335\u003c\/li\u003e\n\u003cli\u003e\n  \u003cb\u003eAdapter Type:\u003c\/b\u003e \n  \u003ca href=\"https:\/\/s3.us-east-1.amazonaws.com\/nrg.productimages\/Shaft+Adapter+Types.png\" target=\"_blank\" style=\"color: #ff5000; text-decoration: underline; cursor: pointer;\"\u003e\n    Titleist Surefit Adapter\n  \u003c\/a\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eLength:\u003c\/b\u003e 44.25 in\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003eGrip Condition:\u003c\/b\u003e No Wear\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cscript\u003e\n(function () {\n  const ul = document.getElementById('product-desc-list');\n  if (!ul) return;\n\n  function pruneAndLayout(){\n    \/\/ Remove empty\/unspecified rows instead of hiding them\n    const items = Array.from(ul.querySelectorAll('li'));\n    let kept = [];\n    items.forEach(li =\u003e {\n      const label = li.querySelector('b');\n      const labelText = label ? label.textContent : '';\n      const valueOnly = label\n        ? li.textContent.replace(labelText, '').trim()\n        : li.textContent.trim();\n\n      const emptyish =\n        valueOnly === '' ||\n        valueOnly === '°' ||\n        \/^(Not Specified|Unspecified|Not Applicable|N\\\/A|NA)$\/i.test(valueOnly);\n\n      if (emptyish) li.remove();\n      else kept.push(li);\n    });\n\n    \/\/ Re-mark visible items as left\/right cells so borders line up\n    kept = Array.from(ul.querySelectorAll('li')); \/\/ in case we removed some\n    kept.forEach((li, i) =\u003e {\n      li.classList.toggle('_left',  i % 2 === 0);\n      li.classList.toggle('_right', i % 2 === 1);\n    });\n\n    \/\/ If odd count, add a blank cell so the last row closes cleanly\n    if (kept.length % 2 === 1) {\n      const filler = document.createElement('li');\n      filler.innerHTML = '';\n      ul.appendChild(filler);\n      filler.classList.add('_right');\n    }\n\n    \/\/ Show after we’re done so there’s no flash\n    ul.style.visibility = 'visible';\n  }\n\n  \/\/ Run immediately (before most theme scripts finish)\n  pruneAndLayout();\n\n  \/\/ Guard: if the theme reflows\/rewrites after our run, fix it again\n  const mo = new MutationObserver(() =\u003e pruneAndLayout());\n  mo.observe(ul, { childList: true, subtree: false, attributes: false });\n})();\n\u003c\/script\u003e\n\n\n\n\u003cdiv class=\"nr-desc\"\u003e\n  \u003cdiv class=\"section hide-if-empty\" data-val=\"The Fujikura Ventus Blue VeloCore Driver Shaft pairs mid launch with mid-low spin, powered by VeloCore's multi-material bias core. Ultra-high modulus Pitch 70-ton carbon fortifies the tip to curb twisting and keep speed on off-center hits. A smooth-loading handle and firm tip deliver stability and tight dispersion without feeling boardy.\"\u003e\n    The Fujikura Ventus Blue VeloCore Driver Shaft pairs mid launch with mid-low spin, powered by VeloCore's multi-material bias core. Ultra-high modulus Pitch 70-ton carbon fortifies the tip to curb twisting and keep speed on off-center hits. A smooth-loading handle and firm tip deliver stability and tight dispersion without feeling boardy.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section hide-if-empty\" data-val=\"The shaft shows lightly worn graphics, indicating minimal cosmetic wear. Overall, it remains in excellent condition, suitable for continued use.\"\u003e\n    The shaft shows lightly worn graphics, indicating minimal cosmetic wear. Overall, it remains in excellent condition, suitable for continued use.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n  .pured-shaft-section { display: none; }\n  .pured-shaft-section[data-pured^=\"Yes\" i] { display: block; }\n\u003c\/style\u003e\n\u003cdiv class=\"pured-shaft-section section\" data-pured=\"No\"\u003e\n  \u003cb\u003e\u003cu\u003ePured Shaft Upgrade\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003e\n  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.\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\n  \u003cdiv class=\"section hide-if-empty\" data-val=\"Our Next Round Golf club experts recommend the Fujikura Ventus Blue Velocore Driver Shaft for golfers who want a premium, tour proven graphite shaft that delivers smooth feel with excellent stability and consistent ball flight; we like the Ventus Blues Velocore technology, which reinforces the shafts core to reduce twisting and improve energy transfer, helping promote a controlled mid launch with tighter dispersion and dependable distance, making it an excellent choice for players seeking confidence, accuracy, and overall performance off the tee.\"\u003e\n    \u003cb\u003e\u003cu\u003eOur Recommendation\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003e\n    Our Next Round Golf club experts recommend the Fujikura Ventus Blue Velocore Driver Shaft for golfers who want a premium, tour proven graphite shaft that delivers smooth feel with excellent stability and consistent ball flight; we like the Ventus Blues Velocore technology, which reinforces the shafts core to reduce twisting and improve energy transfer, helping promote a controlled mid launch with tighter dispersion and dependable distance, making it an excellent choice for players seeking confidence, accuracy, and overall performance off the tee.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section hide-if-empty\" data-val=\"Fujikura is a leader in high-performance golf shafts used by pros and amateurs worldwide. Known for smooth feel, tight dispersion, and advanced materials, Fujikura shafts like the Ventus series are trusted for maximizing distance and consistency.\"\u003e\n    \u003cb\u003e\u003cu\u003eAbout Fujikura\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003e\n    Fujikura is a leader in high-performance golf shafts used by pros and amateurs worldwide. Known for smooth feel, tight dispersion, and advanced materials, Fujikura shafts like the Ventus series are trusted for maximizing distance and consistency.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cb\u003e\u003cu\u003ePlaying It Forward\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003e\n    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.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cb\u003e\u003cu\u003eNext Round Guarantee\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003e\n    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 shafts.\u003cbr\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003eStock # S2026-04-29-569316\u003c\/div\u003e\n  \u003cdiv class=\"section\"\u003eMaster SKU # 1020916\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fujikura","offers":[{"title":"Default Title","offer_id":52410849034516,"sku":"S2026-04-29-569316","price":214.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0601\/0165\/6746\/files\/03250240-7695-5fae-a972-79adaeb69117.jpg?v=1777501655","url":"https:\/\/nextroundgolf.com\/products\/used-fujikura-ventus-blue-velocore-driver-shaft-stiff-flex-graphite-44-25-in-titleist-surefit-adapter-2","provider":"Next Round","version":"1.0","type":"link"}