{"product_id":"titleist-gts3-driver-rh-lh","title":"Titleist GTS3 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\n\u003csection class=\"product-section\"\u003e\n\n  \u003cdiv class=\"product-hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eNew Titleist Driver Lineup\u003c\/div\u003e\n    \u003ch1 class=\"product-title\"\u003eTitleist GTS3 Driver\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003e\n      Built for golfers seeking speed, control, and precision-tuned performance, the Titleist GTS3 Driver\n      is designed to help players dial in their preferred ball flight with a confident, Tour-inspired profile.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"highlight-grid\"\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003ePrecision Control\u003c\/strong\u003e\n        \u003cspan\u003eDesigned for golfers who want more control over trajectory and shot shape.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003ePlayer-Tuned Performance\u003c\/strong\u003e\n        \u003cspan\u003eBuilt for golfers who benefit from a more dialed-in driver setup.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003eTour-Validated\u003c\/strong\u003e\n        \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\n        \u003cspan\u003eOptimized through fitting to match launch, spin, shaft, and ball-flight needs.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-block\"\u003e\n    \u003ch2\u003eSpeed and Control in a Precision-Focused Driver\u003c\/h2\u003e\n    \u003cp\u003e\n      The Titleist GTS3 Driver is ideal for golfers who want the speed of Titleist’s next-generation GTS\n      platform with a stronger emphasis on control, adjustability, and shot-making confidence. It is designed\n      for players who want to fine-tune their driver performance and create a more specific ball flight.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Choose GTS3 if you are looking for a driver that balances speed and forgiveness with a more precise,\n      player-preferred setup. For best results, Titleist recommends a professional fitting to identify the\n      correct model, loft, shaft, and overall configuration for your swing.\n    \u003c\/p\u003e\n\n    \u003cul class=\"benefit-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBest For:\u003c\/strong\u003e Golfers seeking speed, control, and a more dialed-in driver setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePerformance Profile:\u003c\/strong\u003e Fast, controlled, and precision-focused off the tee.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePlayer Type:\u003c\/strong\u003e Golfers who want to tune trajectory, shot shape, and overall performance.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRecommended Setup:\u003c\/strong\u003e Custom fitting recommended to optimize launch, spin, and consistency.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-block\"\u003e\n    \u003ch2\u003eGTS Driver Comparison Chart\u003c\/h2\u003e\n    \u003cp\u003e\n      Compare the GTS2, GTS3, and GTS4 driver models to find the best fit for your preferred ball flight,\n      forgiveness level, and performance needs.\n    \u003c\/p\u003e\n\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\u003e\n              Titleist GTS2\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Player Profile\"\u003e\n              Golfers who want speed with added stability and a more forgiving profile.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Performance Focus\"\u003e\n              Distance, forgiveness, and confidence across the face.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Launch \/ Spin\"\u003e\n              Designed for a playable launch and controlled spin. Official retail specs should be confirmed before publishing final loft\/spin claims.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Forgiveness\"\u003e\n              Highest stability within the GTS driver family.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Best For\"\u003e\n              Players who want the most forgiving GTS option.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd data-label=\"Model\"\u003e\n              \u003cspan class=\"badge\"\u003eControl\u003c\/span\u003e\u003cbr\u003e\n              Titleist GTS3\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Player Profile\"\u003e\n              Golfers who want a more precise driver setup with greater control over ball flight.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Performance Focus\"\u003e\n              Speed, control, and player-tuned performance.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Launch \/ Spin\"\u003e\n              Suits players seeking a balanced flight with more fitting precision. Official retail specs should be confirmed before publishing final loft\/spin claims.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Forgiveness\"\u003e\n              Forgiving, with a stronger emphasis on adjustability and control.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Best For\"\u003e\n              Players who want to fine-tune trajectory, shot shape, and performance.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd data-label=\"Model\"\u003e\n              \u003cspan class=\"badge\"\u003eLow Spin\u003c\/span\u003e\u003cbr\u003e\n              Titleist GTS4\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Player Profile\"\u003e\n              Golfers who need spin reduction and a more penetrating ball flight.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Performance Focus\"\u003e\n              Aggressive spin control, distance, and stronger flight management.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Launch \/ Spin\"\u003e\n              Lower-spin performance profile. Official retail specs should be confirmed before publishing final loft\/spin claims.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Forgiveness\"\u003e\n              Designed for performance-focused players who prioritize spin control.\n            \u003c\/td\u003e\n            \u003ctd data-label=\"Best For\"\u003e\n              Players fighting excess spin or looking for a more penetrating tee shot.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\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.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-block\"\u003e\n    \u003ch2\u003eWhy Choose the Titleist GTS3 Driver?\u003c\/h2\u003e\n    \u003cp\u003e\n      Choose GTS3 if you want a driver built around speed, control, and fitting precision. Compared with\n      GTS2, GTS3 is positioned for golfers who want a more player-tuned setup, while GTS4 is the better fit\n      for players specifically seeking aggressive spin reduction. For golfers who want to shape, tune, and\n      optimize their tee shots, GTS3 is the control-focused option in the GTS lineup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\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\n\u003c\/section\u003e","brand":"Titleist","offers":[{"title":"Right \/ 8° \/ Project X TITAN 60 6.0 S","offer_id":51326267228324,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN 60 5.5 R","offer_id":51326267261092,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN 60 6.5 X","offer_id":51326267293860,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei Blue 1K 55 S","offer_id":51326267326628,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei Blue 1K 55 R","offer_id":51326267359396,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Denali Red 50 S","offer_id":51326267392164,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Denali Red 50 R","offer_id":51326267424932,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 65 S","offer_id":51326267457700,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 65 X","offer_id":51326267490468,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 75 S","offer_id":51326267523236,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51326267556004,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51326267588772,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51326267621540,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51326267654308,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51326267687076,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51326267719844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51326267752612,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51326267785380,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326267818148,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326267850916,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326267883684,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326267916452,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326267949220,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326267981988,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326268014756,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326268047524,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326268080292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326268113060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326268145828,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326268178596,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326268211364,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326268244132,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326268276900,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326268309668,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326268342436,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326268375204,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326268407972,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326268440740,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326268473508,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326268506276,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326268539044,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326268571812,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326268604580,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326268637348,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326268670116,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326268702884,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326268735652,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326268768420,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 6.0 S","offer_id":51326268801188,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 5.5 R","offer_id":51326268833956,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 6.5 X","offer_id":51326268866724,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei Blue 1K 55 S","offer_id":51326268899492,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei Blue 1K 55 R","offer_id":51326268932260,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Denali Red 50 S","offer_id":51326268965028,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Denali Red 50 R","offer_id":51326268997796,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 65 S","offer_id":51326269030564,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 65 X","offer_id":51326269063332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 75 S","offer_id":51326269096100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5S (+$200)","offer_id":51326269128868,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5X (+$200)","offer_id":51326269161636,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6S (+$200)","offer_id":51326269194404,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6X (+$200)","offer_id":51326269227172,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5S (+$200)","offer_id":51326269259940,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5X (+$200)","offer_id":51326269292708,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6S (+$200)","offer_id":51326269325476,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6X (+$200)","offer_id":51326269358244,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326269391012,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326269423780,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326269456548,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326269489316,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326269522084,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326269554852,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326269587620,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326269620388,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326269653156,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326269685924,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326269718692,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326269751460,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326269784228,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326269816996,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326269849764,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326269882532,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326269915300,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326269948068,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326269980836,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326270013604,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326270046372,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326270079140,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326270111908,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326270144676,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326270177444,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326270210212,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326270242980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4S ($345)","offer_id":51326270275748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R ($345)","offer_id":51326270308516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326270341284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 6.0 S","offer_id":51326270374052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 5.5 R","offer_id":51326270406820,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 6.5 X","offer_id":51326270439588,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei Blue 1K 55 S","offer_id":51326270472356,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei Blue 1K 55 R","offer_id":51326270505124,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Denali Red 50 S","offer_id":51326270537892,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Denali Red 50 R","offer_id":51326270570660,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 65 S","offer_id":51326270603428,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 65 X","offer_id":51326270636196,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 75 S","offer_id":51326270668964,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5S (+$200)","offer_id":51326270701732,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5X (+$200)","offer_id":51326270734500,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6S (+$200)","offer_id":51326270767268,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6X (+$200)","offer_id":51326270800036,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5S (+$200)","offer_id":51326270832804,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5X (+$200)","offer_id":51326270865572,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6S (+$200)","offer_id":51326270898340,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6X (+$200)","offer_id":51326270931108,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326270963876,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326270996644,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326271029412,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326271062180,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326271094948,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326271127716,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326271160484,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326271193252,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326271226020,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326271258788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326271291556,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326271324324,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326271357092,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326271389860,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326271422628,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326271455396,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326271488164,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326271520932,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326271553700,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326271586468,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326271619236,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326271652004,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326271684772,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326271717540,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326271750308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326271783076,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326271815844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4S ($345)","offer_id":51326271848612,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R ($345)","offer_id":51326271881380,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326271914148,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 6.0 S","offer_id":51326271946916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 5.5 R","offer_id":51326271979684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 6.5 X","offer_id":51326272012452,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei Blue 1K 55 S","offer_id":51326272045220,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei Blue 1K 55 R","offer_id":51326272077988,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Denali Red 50 S","offer_id":51326272110756,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Denali Red 50 R","offer_id":51326272143524,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 65 S","offer_id":51326272176292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 65 X","offer_id":51326272209060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 75 S","offer_id":51326272241828,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5S (+$200)","offer_id":51326272274596,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5X (+$200)","offer_id":51326272307364,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6S (+$200)","offer_id":51326272340132,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6X (+$200)","offer_id":51326272372900,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5S (+$200)","offer_id":51326272405668,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5X (+$200)","offer_id":51326272438436,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6S (+$200)","offer_id":51326272471204,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6X (+$200)","offer_id":51326272503972,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326272536740,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326272569508,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326272602276,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326272635044,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326272667812,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326272700580,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326272733348,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326272766116,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326272798884,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326272831652,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326272864420,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326272897188,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326272929956,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326272962724,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326272995492,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326273028260,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326273061028,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326273093796,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326273126564,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326273159332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326273192100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326273224868,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326273257636,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326273290404,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326273323172,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326273355940,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326273388708,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4S ($345)","offer_id":51326273421476,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R ($345)","offer_id":51326273454244,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326273487012,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 6.0 S","offer_id":51326273519780,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 5.5 R","offer_id":51326273552548,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 6.5 X","offer_id":51326273585316,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei Blue 1K 55 S","offer_id":51326273618084,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei Blue 1K 55 R","offer_id":51326273650852,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Denali Red 50 S","offer_id":51326273683620,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Denali Red 50 R","offer_id":51326273716388,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 65 S","offer_id":51326273749156,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 65 X","offer_id":51326273781924,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 75 S","offer_id":51326273814692,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51326273847460,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51326273880228,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51326273912996,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51326273945764,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51326273978532,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51326274011300,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51326274044068,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51326274076836,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326274109604,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326274142372,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326274175140,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326274207908,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326274240676,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326274273444,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326274306212,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326274338980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326274371748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326274404516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326274437284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326274470052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326274502820,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326274535588,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326274568356,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326274601124,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326274633892,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326274666660,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326274699428,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326274732196,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326274764964,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326274797732,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326274830500,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326274863268,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326274896036,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326274928804,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326274961572,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326274994340,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326275027108,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326275059876,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 6.0 S","offer_id":51326275092644,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 5.5 R","offer_id":51326275125412,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 6.5 X","offer_id":51326275158180,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei Blue 1K 55 S","offer_id":51326275190948,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei Blue 1K 55 R","offer_id":51326275223716,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Denali Red 50 S","offer_id":51326275256484,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Denali Red 50 R","offer_id":51326275289252,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 65 S","offer_id":51326275322020,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 65 X","offer_id":51326275354788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 75 S","offer_id":51326275387556,"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_36_33PM.png?v=1778549878","url":"https:\/\/www.yesgolfshop.com\/products\/titleist-gts3-driver-rh-lh","provider":"Yesgolfshop.com","version":"1.0","type":"link"}