{"product_id":"titleist-gts4-driver-rh-lh","title":"Titleist GTS4 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 GTS4 Driver\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003e\n      Built for golfers seeking aggressive spin reduction, powerful distance, and a more penetrating ball flight,\n      the Titleist GTS4 Driver is designed for players who need to manage excess spin while maintaining strong\n      performance off the tee.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"highlight-grid\"\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003eAggressive Spin Reduction\u003c\/strong\u003e\n        \u003cspan\u003eDesigned for players who need help reducing excess driver spin.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003ePenetrating Ball Flight\u003c\/strong\u003e\n        \u003cspan\u003eBuilt to help produce a stronger, more efficient flight off the tee.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003ePerformance-Focused Profile\u003c\/strong\u003e\n        \u003cspan\u003eIdeal for golfers who prioritize spin control and shot efficiency.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-card\"\u003e\n        \u003cstrong\u003eCustom-Fit Ready\u003c\/strong\u003e\n        \u003cspan\u003eBest optimized through fitting to match launch, spin, shaft, and ball flight.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-block\"\u003e\n    \u003ch2\u003eLow-Spin Performance for a Stronger Tee Shot\u003c\/h2\u003e\n    \u003cp\u003e\n      The Titleist GTS4 Driver is built for golfers who need more aggressive spin control from the tee.\n      Within the GTS driver family, GTS4 is the option designed for players who want a lower-spin profile\n      and a more penetrating, performance-driven ball flight.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Choose GTS4 if you tend to generate too much driver spin or want a driver that helps create a stronger,\n      more efficient trajectory. For best results, Titleist recommends a professional fitting to identify the\n      correct model, loft, shaft, and overall setup 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 aggressive spin reduction and a stronger ball flight.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePerformance Profile:\u003c\/strong\u003e Low-spin, distance-focused, and flight-efficient.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePlayer Type:\u003c\/strong\u003e Golfers who create excess spin or prefer a more penetrating tee shot.\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 GTS4 Driver?\u003c\/h2\u003e\n    \u003cp\u003e\n      Choose GTS4 if your priority is lowering excess spin and creating a stronger, more penetrating tee shot.\n      Compared with GTS2, which is positioned as the most stable GTS model, and GTS3, which emphasizes precision\n      and control, GTS4 is the aggressive spin-reduction option in the GTS driver family.\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":51326278336676,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN 60 5.5 R","offer_id":51326278369444,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Project X TITAN 60 6.5 X","offer_id":51326278402212,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei Blue 1K 55 S","offer_id":51326278434980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei Blue 1K 55 R","offer_id":51326278467748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Denali Red 50 S","offer_id":51326278500516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Denali Red 50 R","offer_id":51326278533284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 65 S","offer_id":51326278566052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 65 X","offer_id":51326278598820,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tensei White 1K 75 S","offer_id":51326278631588,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51326278664356,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51326278697124,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51326278729892,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51326278762660,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51326278795428,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51326278828196,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51326278860964,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51326278893732,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326278926500,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326278959268,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326278992036,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326279024804,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326279057572,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326279090340,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326279123108,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326279155876,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326279188644,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326279221412,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326279254180,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326279286948,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326279319716,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326279352484,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326279385252,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326279418020,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326279450788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326279483556,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326279516324,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326279549092,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326279581860,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326279614628,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326279647396,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326279680164,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326279712932,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326279745700,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326279778468,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326279811236,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326279844004,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326279876772,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 6.0 S","offer_id":51326279909540,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 5.5 R","offer_id":51326279942308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Project X TITAN 60 6.5 X","offer_id":51326279975076,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei Blue 1K 55 S","offer_id":51326280007844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei Blue 1K 55 R","offer_id":51326280040612,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Denali Red 50 S","offer_id":51326280073380,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Denali Red 50 R","offer_id":51326280106148,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 65 S","offer_id":51326280138916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 65 X","offer_id":51326280171684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tensei White 1K 75 S","offer_id":51326280204452,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5S (+$200)","offer_id":51326280237220,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 5X (+$200)","offer_id":51326280269988,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6S (+$200)","offer_id":51326280302756,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-DI 6X (+$200)","offer_id":51326280335524,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5S (+$200)","offer_id":51326280368292,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 5X (+$200)","offer_id":51326280401060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6S (+$200)","offer_id":51326280433828,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Tour AD-VF 6X (+$200)","offer_id":51326280466596,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326280499364,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326280532132,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326280564900,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326280597668,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326280630436,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326280663204,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326280695972,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326280728740,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326280761508,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326280794276,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326280827044,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326280859812,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326280892580,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326280925348,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326280958116,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326280990884,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326281023652,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326281056420,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326281089188,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326281121956,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326281154724,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326281187492,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326281220260,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326281253028,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326281285796,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326281318564,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326281351332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4S ($345)","offer_id":51326281384100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R ($345)","offer_id":51326281416868,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 9° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326281449636,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 6.0 S","offer_id":51326281482404,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 5.5 R","offer_id":51326281515172,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Project X TITAN 60 6.5 X","offer_id":51326281547940,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei Blue 1K 55 S","offer_id":51326281580708,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei Blue 1K 55 R","offer_id":51326281613476,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Denali Red 50 S","offer_id":51326281646244,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Denali Red 50 R","offer_id":51326281679012,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 65 S","offer_id":51326281711780,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 65 X","offer_id":51326281744548,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tensei White 1K 75 S","offer_id":51326281777316,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5S (+$200)","offer_id":51326281810084,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 5X (+$200)","offer_id":51326281842852,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6S (+$200)","offer_id":51326281875620,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-DI 6X (+$200)","offer_id":51326281908388,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5S (+$200)","offer_id":51326281941156,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 5X (+$200)","offer_id":51326281973924,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6S (+$200)","offer_id":51326282006692,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Tour AD-VF 6X (+$200)","offer_id":51326282039460,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326282072228,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326282104996,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326282137764,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326282170532,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326282203300,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326282236068,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326282268836,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326282301604,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326282334372,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326282367140,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326282399908,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326282432676,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326282465444,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326282498212,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326282530980,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326282563748,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326282596516,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326282629284,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326282662052,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326282694820,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326282727588,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326282760356,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326282793124,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326282825892,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326282858660,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326282891428,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326282924196,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4S ($345)","offer_id":51326282956964,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R ($345)","offer_id":51326282989732,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 10° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326283022500,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 6.0 S","offer_id":51326283055268,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 5.5 R","offer_id":51326283088036,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Project X TITAN 60 6.5 X","offer_id":51326283120804,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei Blue 1K 55 S","offer_id":51326283153572,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei Blue 1K 55 R","offer_id":51326283186340,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Denali Red 50 S","offer_id":51326283219108,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Denali Red 50 R","offer_id":51326283251876,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 65 S","offer_id":51326283284644,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 65 X","offer_id":51326283317412,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tensei White 1K 75 S","offer_id":51326283350180,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5S (+$200)","offer_id":51326283382948,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 5X (+$200)","offer_id":51326283415716,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6S (+$200)","offer_id":51326283448484,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-DI 6X (+$200)","offer_id":51326283481252,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5S (+$200)","offer_id":51326283514020,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 5X (+$200)","offer_id":51326283546788,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6S (+$200)","offer_id":51326283579556,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Tour AD-VF 6X (+$200)","offer_id":51326283612324,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326283645092,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326283677860,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326283710628,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326283743396,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326283776164,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326283808932,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326283841700,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326283874468,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326283907236,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326283940004,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326283972772,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326284005540,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326284038308,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326284071076,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326284103844,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326284136612,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326284169380,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326284202148,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326284234916,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326284267684,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326284300452,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326284333220,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326284365988,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326284398756,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326284431524,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326284464292,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326284497060,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4S ($345)","offer_id":51326284529828,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R ($345)","offer_id":51326284562596,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Right \/ 11° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326284595364,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 6.0 S","offer_id":51326284628132,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 5.5 R","offer_id":51326284660900,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Project X TITAN 60 6.5 X","offer_id":51326284693668,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei Blue 1K 55 S","offer_id":51326284726436,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei Blue 1K 55 R","offer_id":51326284759204,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Denali Red 50 S","offer_id":51326284791972,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Denali Red 50 R","offer_id":51326284824740,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 65 S","offer_id":51326284857508,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 65 X","offer_id":51326284890276,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tensei White 1K 75 S","offer_id":51326284923044,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5S (+$200)","offer_id":51326284955812,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 5X (+$200)","offer_id":51326284988580,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6S (+$200)","offer_id":51326285021348,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-DI 6X (+$200)","offer_id":51326285054116,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5S (+$200)","offer_id":51326285086884,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 5X (+$200)","offer_id":51326285119652,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6S (+$200)","offer_id":51326285152420,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Tour AD-VF 6X (+$200)","offer_id":51326285185188,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5S ($345)","offer_id":51326285217956,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5R ($345)","offer_id":51326285250724,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 5X ($345)","offer_id":51326285283492,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6S ($345)","offer_id":51326285316260,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue Velocore+ 6X ($345)","offer_id":51326285349028,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5S ($345)","offer_id":51326285381796,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 5X ($345)","offer_id":51326285414564,"sku":null,"price":1044.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6S ($345)","offer_id":51326285447332,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black Velocore+ 6X ($345)","offer_id":51326285480100,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5S ($345)","offer_id":51326285512868,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5R ($345)","offer_id":51326285545636,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 5X ($345)","offer_id":51326285578404,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6S ($345)","offer_id":51326285611172,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red Velocore+ 6X ($345)","offer_id":51326285643940,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5S ($345)","offer_id":51326285676708,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5R ($345)","offer_id":51326285709476,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 5X ($345)","offer_id":51326285742244,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6S ($345)","offer_id":51326285775012,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Blue TR Velocore+ 6X ($345)","offer_id":51326285807780,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5S ($345)","offer_id":51326285840548,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 5X ($345)","offer_id":51326285873316,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6S ($345)","offer_id":51326285906084,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Black TR Velocore+ 6X ($345)","offer_id":51326285938852,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5S ($345)","offer_id":51326285971620,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 5R ($345)","offer_id":51326286004388,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6S ($345)","offer_id":51326286037156,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus Red TR Velocore+ 6X ($345)","offer_id":51326286069924,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4S ($345)","offer_id":51326286102692,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R ($345)","offer_id":51326286135460,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 8° \/ Ventus White Velocore 4R2 ($345)","offer_id":51326286168228,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 6.0 S","offer_id":51326286200996,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 5.5 R","offer_id":51326286233764,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Project X TITAN 60 6.5 X","offer_id":51326286266532,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei Blue 1K 55 S","offer_id":51326286299300,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei Blue 1K 55 R","offer_id":51326286332068,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Denali Red 50 S","offer_id":51326286364836,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Denali Red 50 R","offer_id":51326286397604,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 65 S","offer_id":51326286430372,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 65 X","offer_id":51326286463140,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Left \/ 9° \/ Tensei White 1K 75 S","offer_id":51326286495908,"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_35_21PM.png?v=1778549854","url":"https:\/\/www.yesgolfshop.com\/products\/titleist-gts4-driver-rh-lh","provider":"Yesgolfshop.com","version":"1.0","type":"link"}