{"product_id":"titleist-gts2-driver-rh-lh-copy","title":"Titleist GTS2 Driver RH\/LH","description":"\u003cstyle\u003e\n  .product-section {\n    font-family: Arial, Helvetica, sans-serif;\n    color: #1f1f1f;\n    line-height: 1.6;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 32px 18px;\n  }\n\n  .product-hero {\n    background: linear-gradient(135deg, #f5f5f2 0%, #ffffff 100%);\n    border: 1px solid #e3e3de;\n    border-radius: 18px;\n    padding: 36px 28px;\n    margin-bottom: 32px;\n  }\n\n  .eyebrow {\n    font-size: 13px;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 700;\n  }\n\n  .product-title {\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.1;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .product-subtitle {\n    font-size: clamp(17px, 2.5vw, 21px);\n    color: #444;\n    max-width: 760px;\n    margin: 0 0 24px;\n  }\n\n  .highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .highlight-card {\n    background: #ffffff;\n    border: 1px solid #e5e5e0;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .highlight-card strong {\n    display: block;\n    font-size: 15px;\n    color: #111;\n    margin-bottom: 6px;\n  }\n\n  .highlight-card span {\n    font-size: 14px;\n    color: #555;\n  }\n\n  .content-block {\n    margin-bottom: 34px;\n  }\n\n  .content-block h2 {\n    font-size: clamp(24px, 3.5vw, 34px);\n    margin: 0 0 14px;\n    color: #111;\n  }\n\n  .content-block p {\n    font-size: 16px;\n    color: #444;\n    margin: 0 0 14px;\n  }\n\n  .benefit-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    padding: 0;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .benefit-list li {\n    background: #fafafa;\n    border: 1px solid #e7e7e2;\n    border-radius: 12px;\n    padding: 16px 18px;\n    font-size: 15px;\n  }\n\n  .comparison-wrapper {\n    margin-top: 28px;\n    overflow-x: auto;\n  }\n\n  .comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 760px;\n    background: #fff;\n    border: 1px solid #dfdfd8;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .comparison-table th {\n    background: #111;\n    color: #fff;\n    text-align: left;\n    padding: 16px;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: .6px;\n  }\n\n  .comparison-table td {\n    padding: 16px;\n    border-top: 1px solid #e7e7e2;\n    font-size: 15px;\n    vertical-align: top;\n    color: #333;\n  }\n\n  .comparison-table tr:nth-child(even) td {\n    background: #fafafa;\n  }\n\n  .badge {\n    display: inline-block;\n    background: #efefe9;\n    color: #111;\n    padding: 5px 10px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .note-box {\n    background: #f7f7f2;\n    border-left: 4px solid #111;\n    padding: 16px 18px;\n    border-radius: 10px;\n    font-size: 14px;\n    color: #444;\n    margin-top: 22px;\n  }\n\n  .cta-box {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 28px;\n    margin-top: 34px;\n    text-align: center;\n  }\n\n  .cta-box h3 {\n    font-size: clamp(22px, 3vw, 30px);\n    margin: 0 0 10px;\n  }\n\n  .cta-box p {\n    color: #e6e6e6;\n    margin: 0 auto 20px;\n    max-width: 680px;\n  }\n\n  .cta-button {\n    display: inline-block;\n    background: #ffffff;\n    color: #111;\n    text-decoration: none;\n    padding: 13px 24px;\n    border-radius: 999px;\n    font-weight: 700;\n    transition: all .25s ease;\n  }\n\n  .cta-button:hover {\n    background: #efefe9;\n    transform: translateY(-1px);\n  }\n\n  @media (max-width: 768px) {\n    .product-section {\n      padding: 24px 14px;\n    }\n\n    .product-hero {\n      padding: 28px 20px;\n    }\n\n    .highlight-grid,\n    .benefit-list {\n      grid-template-columns: 1fr;\n    }\n\n    .comparison-wrapper {\n      overflow-x: visible;\n    }\n\n    .comparison-table {\n      min-width: 0;\n      border: 0;\n    }\n\n    .comparison-table thead {\n      display: none;\n    }\n\n    .comparison-table,\n    .comparison-table tbody,\n    .comparison-table tr,\n    .comparison-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .comparison-table tr {\n      border: 1px solid #deded8;\n      border-radius: 14px;\n      margin-bottom: 16px;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .comparison-table td {\n      border-top: 1px solid #ecece7;\n      padding: 14px 16px;\n    }\n\n    .comparison-table td:first-child {\n      border-top: 0;\n      background: #111 !important;\n      color: #fff;\n      font-weight: 700;\n      font-size: 18px;\n    }\n\n    .comparison-table td::before {\n      content: attr(data-label);\n      display: block;\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: .6px;\n      color: #777;\n      font-weight: 700;\n      margin-bottom: 4px;\n    }\n\n    .comparison-table td:first-child::before {\n      color: #ccc;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"product-section\"\u003e\n\u003cdiv class=\"product-hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNew Titleist Driver Lineup\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eTitleist GTS2 Driver\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eBuilt for golfers seeking next-generation Titleist speed, stability, and confidence off the tee, the Titleist GTS2 Driver is designed to deliver a powerful combination of distance, forgiveness, and trusted Titleist feel.\u003c\/p\u003e\n\u003cdiv class=\"highlight-grid\"\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cstrong\u003eMost Stable GTS Model\u003c\/strong\u003e \u003cspan\u003eDesigned for players who want added confidence and forgiveness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cstrong\u003eDistance-Focused\u003c\/strong\u003e \u003cspan\u003eEngineered to help golfers generate strong, consistent performance off the tee.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cstrong\u003eTour-Validated\u003c\/strong\u003e \u003cspan\u003ePart of the GTS family introduced across professional tours.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cstrong\u003eCustom-Fit Ready\u003c\/strong\u003e \u003cspan\u003eBuilt for golfers who want a dialed-in driver setup for their swing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003ch2\u003ePowerful Distance with Added Stability\u003c\/h2\u003e\n\u003cp\u003eThe Titleist GTS2 Driver is ideal for golfers looking for a fast, stable, and forgiving driver that inspires confidence at address. As the most stable model in the GTS driver family, GTS2 is designed for players who want dependable performance across the face without giving up speed.\u003c\/p\u003e\n\u003cp\u003eWhether you are looking to tighten dispersion, improve consistency, or find a driver that feels easier to launch with confidence, GTS2 offers a player-friendly profile within Titleist’s next-generation driver lineup.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest For:\u003c\/strong\u003e Golfers seeking forgiveness, stability, and confidence from the tee.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerformance Profile:\u003c\/strong\u003e Stable, fast, and consistent driving performance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlayer Type:\u003c\/strong\u003e Golfers who want a more forgiving option within the GTS family.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRecommended Setup:\u003c\/strong\u003e Custom fitting recommended to optimize loft, shaft, and ball flight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003ch2\u003eGTS Driver Comparison Chart\u003c\/h2\u003e\n\u003cp\u003eCompare the GTS2, GTS3, and GTS4 driver models to find the best fit for your preferred ball flight, forgiveness level, and performance needs.\u003c\/p\u003e\n\u003cdiv class=\"comparison-wrapper\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003ePlayer Profile\u003c\/th\u003e\n\u003cth\u003ePerformance Focus\u003c\/th\u003e\n\u003cth\u003eLaunch \/ Spin\u003c\/th\u003e\n\u003cth\u003eForgiveness\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Model\"\u003e\n\u003cspan class=\"badge\"\u003eMost Stable\u003c\/span\u003e\u003cbr\u003eTitleist GTS2\u003c\/td\u003e\n\u003ctd data-label=\"Player Profile\"\u003eGolfers who want speed with added stability and a more forgiving profile.\u003c\/td\u003e\n\u003ctd data-label=\"Performance Focus\"\u003eDistance, forgiveness, and confidence across the face.\u003c\/td\u003e\n\u003ctd data-label=\"Launch \/ Spin\"\u003eDesigned for a playable launch and controlled spin. Official retail specs should be confirmed before publishing final loft\/spin claims.\u003c\/td\u003e\n\u003ctd data-label=\"Forgiveness\"\u003eHighest stability within the GTS driver family.\u003c\/td\u003e\n\u003ctd data-label=\"Best For\"\u003ePlayers who want the most forgiving GTS option.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Model\"\u003e\n\u003cspan class=\"badge\"\u003eControl\u003c\/span\u003e\u003cbr\u003eTitleist GTS3\u003c\/td\u003e\n\u003ctd data-label=\"Player Profile\"\u003eGolfers who want a more adjustable driver setup with greater control over ball flight.\u003c\/td\u003e\n\u003ctd data-label=\"Performance Focus\"\u003eSpeed, control, and player-tuned performance.\u003c\/td\u003e\n\u003ctd data-label=\"Launch \/ Spin\"\u003eExpected to suit players seeking a balanced flight with more fitting precision. Official retail specs should be confirmed before publishing final loft\/spin claims.\u003c\/td\u003e\n\u003ctd data-label=\"Forgiveness\"\u003eForgiving, with a stronger emphasis on adjustability and control.\u003c\/td\u003e\n\u003ctd data-label=\"Best For\"\u003ePlayers who want to fine-tune trajectory, shot shape, and performance.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Model\"\u003e\n\u003cspan class=\"badge\"\u003eLow Spin\u003c\/span\u003e\u003cbr\u003eTitleist GTS4\u003c\/td\u003e\n\u003ctd data-label=\"Player Profile\"\u003eGolfers who need spin reduction and a more penetrating ball flight.\u003c\/td\u003e\n\u003ctd data-label=\"Performance Focus\"\u003eAggressive spin control, distance, and stronger flight management.\u003c\/td\u003e\n\u003ctd data-label=\"Launch \/ Spin\"\u003eLower-spin performance profile. Official retail specs should be confirmed before publishing final loft\/spin claims.\u003c\/td\u003e\n\u003ctd data-label=\"Forgiveness\"\u003eDesigned for performance-focused players who prioritize spin control.\u003c\/td\u003e\n\u003ctd data-label=\"Best For\"\u003ePlayers fighting excess spin or looking for a more penetrating tee shot.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cstrong\u003eRetail Note:\u003c\/strong\u003e Final loft, head size, shaft, grip, and weight specifications should be updated once the official Titleist GTS retail specification sheet is released.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-block\"\u003e\n\u003ch2\u003eWhy Choose the Titleist GTS2 Driver?\u003c\/h2\u003e\n\u003cp\u003eChoose GTS2 if you want the most stable option in the GTS lineup, with a focus on forgiveness, confidence, and consistent tee-shot performance. It is a strong fit for golfers who want a premium Titleist driver that helps deliver speed while supporting more reliable results on less-than-perfect contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n  \u003ch3\u003eSchedule Your GTS Fitting Today\u003c\/h3\u003e\n  \u003cp\u003e\n    Get fit for the Titleist GTS driver that best matches your launch, spin, forgiveness, and shot-shape needs.\n    Schedule your fitting today and find the right setup for your game.\n  \u003c\/p\u003e\n  \u003ca href=\"https:\/\/app.squarespacescheduling.com\/schedule\/b34371a2?ref=sched_block\" class=\"cta-button\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    Schedule Your GTS Fitting\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Titleist","offers":[{"title":"Right \/ 8° \/ Project X TITAN Black 60 6.0 S","offer_id":51325308666020,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN Black 60 5.5 R","offer_id":51326259462308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN Black 60 6.5 X","offer_id":51325308698788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325308600484,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325308633252,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K Red with RIP 55 S","offer_id":51325308534948,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K Red with RIP 55 R","offer_id":51325308567716,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K White with RIP 65 S","offer_id":51325308731556,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K White with RIP 65 X","offer_id":51325308764324,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei 1K White with RIP 75 S","offer_id":51325308797092,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51325308829860,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51325308862628,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51325308895396,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51325308928164,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51325308960932,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51325308993700,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51325309026468,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51325309059236,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51325309092004,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51325309124772,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326259495076,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326259527844,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326259560612,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326259593380,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326259626148,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326259658916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326259691684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326259724452,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326259757220,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326259789988,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326259822756,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326259855524,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326259888292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326259921060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326259953828,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326259986596,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326260019364,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326260052132,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326260084900,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326260117668,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326260150436,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326260183204,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326260215972,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326260248740,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326260281508,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326260314276,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326260347044,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326260379812,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN Black 60 6.0 S","offer_id":51325309288612,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN Black 60 5.5 R","offer_id":51326260412580,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN Black 60 6.5 X","offer_id":51325309321380,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325309223076,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325309255844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K Red with RIP 55 S","offer_id":51325309157540,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K Red with RIP 55 R","offer_id":51325309190308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K White with RIP 65 S","offer_id":51325309354148,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K White with RIP 65 X","offer_id":51325309386916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei 1K White with RIP 75 S","offer_id":51325309419684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5S (+$200)","offer_id":51325309452452,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5X (+$200)","offer_id":51325309485220,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6S (+$200)","offer_id":51325309517988,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6X (+$200)","offer_id":51325309550756,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5S (+$200)","offer_id":51325309583524,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5X (+$200)","offer_id":51325309616292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6S (+$200)","offer_id":51325309649060,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6X (+$200)","offer_id":51325309681828,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51325309714596,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51325309747364,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326260445348,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326260478116,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326260510884,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326260543652,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326260576420,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326260609188,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326260641956,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326260674724,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326260707492,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326260740260,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326260773028,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326260805796,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326260838564,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326260871332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326260904100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326260936868,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326260969636,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326261002404,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326261035172,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326261067940,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326261100708,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326261133476,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326261166244,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326261199012,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326261231780,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4S ($345)","offer_id":51326261264548,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R ($345)","offer_id":51326261297316,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326261330084,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN Black 60 6.0 S","offer_id":51325309911204,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN Black 60 5.5 R","offer_id":51326261362852,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN Black 60 6.5 X","offer_id":51325309943972,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325309845668,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325309878436,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K Red with RIP 55 S","offer_id":51325309780132,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K Red with RIP 55 R","offer_id":51325309812900,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K White with RIP 65 S","offer_id":51325309976740,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K White with RIP 65 X","offer_id":51325310009508,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei 1K White with RIP 75 S","offer_id":51325310042276,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5S (+$200)","offer_id":51325310075044,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5X (+$200)","offer_id":51325310107812,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6S (+$200)","offer_id":51325310140580,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6X (+$200)","offer_id":51325310173348,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5S (+$200)","offer_id":51325310206116,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5X (+$200)","offer_id":51325310238884,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6S (+$200)","offer_id":51325310271652,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6X (+$200)","offer_id":51325310304420,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51325310337188,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51325310369956,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326261395620,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326261428388,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326261461156,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326261493924,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326261526692,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326261559460,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326261592228,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326261624996,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326261657764,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326261690532,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326261723300,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326261756068,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326261788836,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326261821604,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326261854372,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326261887140,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326261919908,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326261952676,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326261985444,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326262018212,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326262050980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326262083748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326262116516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326262149284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326262182052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4S ($345)","offer_id":51326262214820,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R ($345)","offer_id":51326262247588,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326262280356,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN Black 60 6.0 S","offer_id":51325310533796,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN Black 60 5.5 R","offer_id":51326262313124,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN Black 60 6.5 X","offer_id":51325310566564,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325310468260,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325310501028,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K Red with RIP 55 S","offer_id":51325310402724,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K Red with RIP 55 R","offer_id":51325310435492,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K White with RIP 65 S","offer_id":51325310599332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K White with RIP 65 X","offer_id":51325310632100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei 1K White with RIP 75 S","offer_id":51325310664868,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5S (+$200)","offer_id":51325310697636,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5X (+$200)","offer_id":51325310730404,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6S (+$200)","offer_id":51325310763172,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6X (+$200)","offer_id":51325310795940,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5S (+$200)","offer_id":51325310828708,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5X (+$200)","offer_id":51325310861476,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6S (+$200)","offer_id":51325310894244,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6X (+$200)","offer_id":51325310927012,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51325310959780,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51325310992548,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326262345892,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326262378660,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326262411428,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326262444196,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326262476964,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326262509732,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326262542500,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326262575268,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326262608036,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326262640804,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326262673572,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326262706340,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326262739108,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326262771876,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326262804644,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326262837412,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326262870180,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326262902948,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326262935716,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326262968484,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326263001252,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326263034020,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326263066788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326263099556,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326263132324,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4S ($345)","offer_id":51326263165092,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R ($345)","offer_id":51326263197860,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326263230628,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN Black 60 6.0 S","offer_id":51325311156388,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN Black 60 5.5 R","offer_id":51326263263396,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN Black 60 6.5 X","offer_id":51325311189156,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325311090852,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325311123620,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K Red with RIP 55 S","offer_id":51325311025316,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K Red with RIP 55 R","offer_id":51325311058084,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K White with RIP 65 S","offer_id":51325311221924,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K White with RIP 65 X","offer_id":51325311254692,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei 1K White with RIP 75 S","offer_id":51325311287460,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51325311320228,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51325311352996,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51325311385764,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51325311418532,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51325311451300,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51325311484068,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51325311516836,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51325311549604,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51325311582372,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51325311615140,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326263296164,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326263328932,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326263361700,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326263394468,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326263427236,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326263460004,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326263492772,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326263525540,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326263558308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326263591076,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326263623844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326263656612,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326263689380,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326263722148,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326263754916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326263787684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326263820452,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326263853220,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326263885988,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326263918756,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326263951524,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326263984292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326264017060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326264049828,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326264082596,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326264115364,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326264148132,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326264180900,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN Black 60 6.0 S","offer_id":51325311778980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN Black 60 5.5 R","offer_id":51326264213668,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN Black 60 6.5 X","offer_id":51325311811748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K Blue with RIP 55 S","offer_id":51325311713444,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K Blue with RIP 55 R","offer_id":51325311746212,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K Red with RIP 55 S","offer_id":51325311647908,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K Red with RIP 55 R","offer_id":51325311680676,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K White with RIP 65 S","offer_id":51325311844516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K White with RIP 65 X","offer_id":51325311877284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei 1K White with RIP 75 S","offer_id":51325311910052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0565\/3351\/6452\/files\/ChatGPTImageMay11_2026_06_37_30PM.png?v=1778549901","url":"https:\/\/www.yesgolfshop.com\/products\/titleist-gts2-driver-rh-lh-copy","provider":"Yesgolfshop.com","version":"1.0","type":"link"}