{"product_id":"square-2-square-tri-hot-jailbird-single-bend-putter","title":"Square 2 Square TRI-HOT Jailbird Single Bend Putter","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1\" name=\"viewport\"\u003e\n\u003ctitle\u003eSquare 2 Square TRI-HOT Jailbird Single Bend\u003c\/title\u003e\n\u003cmeta content=\"Explore the multi-material construction, Ai-DUAL insert technology, specifications, video, and gallery of the Square 2 Square TRI-HOT Jailbird Single Bend putter.\" name=\"description\"\u003e\n\u003cstyle\u003e\n    :root {\n      --black: #080808;\n      --charcoal: #111111;\n      --graphite: #191919;\n      --soft-black: #232323;\n      --white: #ffffff;\n      --off-white: #f5f3ef;\n      --silver: #c8c8c8;\n      --muted: #a8a8a8;\n      --line: rgba(255, 255, 255, 0.12);\n      --accent: #b6121b;\n      --max-width: 1280px;\n      --radius-lg: 24px;\n      --radius-md: 16px;\n      --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      background: var(--black);\n      color: var(--white);\n      font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n      -webkit-font-smoothing: antialiased;\n      text-rendering: optimizeLegibility;\n    }\n\n    img {\n      display: block;\n      width: 100%;\n    }\n\n    a {\n      color: inherit;\n    }\n\n    .product-page {\n      overflow: hidden;\n      background:\n        radial-gradient(circle at 12% 4%, rgba(182, 18, 27, 0.16), transparent 28%),\n        linear-gradient(180deg, #090909 0%, #111111 45%, #080808 100%);\n    }\n\n    .container {\n      width: min(calc(100% - 40px), var(--max-width));\n      margin: 0 auto;\n    }\n.eyebrow {\n      margin: 0 0 14px;\n      color: var(--silver);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.24em;\n      text-transform: uppercase;\n    }\n.section {\n      padding: 104px 0;\n    }\n\n    .section-header {\n      display: grid;\n      grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1.25fr);\n      gap: 48px;\n      align-items: end;\n      margin-bottom: 52px;\n    }\n\n    .section-kicker {\n      margin: 0 0 12px;\n      color: var(--accent);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n    }\n\n    .section-title {\n      margin: 0;\n      font-size: clamp(34px, 5vw, 60px);\n      line-height: 1;\n      letter-spacing: -0.045em;\n    }\n\n    .section-intro {\n      margin: 0;\n      color: var(--muted);\n      font-size: 17px;\n      line-height: 1.75;\n    }\n\n    .tech-grid {\n      display: grid;\n      grid-template-columns: repeat(6, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .tech-card {\n      grid-column: span 2;\n      position: relative;\n      min-width: 0;\n      overflow: hidden;\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n      background:\n        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),\n        var(--charcoal);\n      box-shadow: var(--shadow);\n      transition: transform 220ms ease, border-color 220ms ease;\n    }\n\n    .tech-card:nth-child(4) {\n      grid-column: 2 \/ span 2;\n    }\n\n    .tech-card:nth-child(5) {\n      grid-column: 4 \/ span 2;\n    }\n\n    .tech-card:hover {\n      transform: translateY(-6px);\n      border-color: rgba(255, 255, 255, 0.26);\n    }\n\n    .tech-image {\n      aspect-ratio: 4 \/ 3;\n      overflow: hidden;\n      background: #d9d9d9;\n    }\n\n    .tech-image img {\n      height: 100%;\n      object-fit: cover;\n      transition: transform 500ms ease;\n    }\n\n    .tech-card:hover .tech-image img {\n      transform: scale(1.035);\n    }\n\n    .tech-content {\n      padding: 28px 28px 32px;\n    }\n\n    .tech-index {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 34px;\n      height: 34px;\n      margin-bottom: 22px;\n      border: 1px solid rgba(255, 255, 255, 0.18);\n      border-radius: 50%;\n      color: var(--silver);\n      font-size: 12px;\n      font-weight: 700;\n    }\n\n    .tech-card h3 {\n      margin: 0 0 14px;\n      font-size: 24px;\n      line-height: 1.15;\n      letter-spacing: -0.025em;\n    }\n\n    .tech-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.72;\n    }\n\n    .spec-section {\n      background: var(--off-white);\n      color: #111111;\n    }\n\n    .spec-section .section-kicker {\n      color: var(--accent);\n    }\n\n    .spec-section .section-intro {\n      color: #606060;\n    }\n\n    .table-shell {\n      overflow: hidden;\n      border: 1px solid rgba(0, 0, 0, 0.10);\n      border-radius: var(--radius-lg);\n      background: #ffffff;\n      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);\n    }\n\n    .table-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .spec-table {\n      width: 100%;\n      min-width: 1040px;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .spec-table thead {\n      background: #111111;\n      color: #ffffff;\n    }\n\n    .spec-table th {\n      padding: 20px 18px;\n      border-right: 1px solid rgba(255, 255, 255, 0.10);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      white-space: nowrap;\n    }\n\n    .spec-table td {\n      padding: 22px 18px;\n      border-top: 1px solid #e8e8e8;\n      font-size: 14px;\n      line-height: 1.45;\n      white-space: nowrap;\n    }\n\n    .spec-table tbody tr:nth-child(even) {\n      background: #f7f7f7;\n    }\n\n    .spec-table tbody tr:hover {\n      background: #f0efec;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 700;\n    }\n\n    .video-wrap {\n      position: relative;\n      overflow: hidden;\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow);\n      background: #000;\n      aspect-ratio: 16 \/ 9;\n    }\n\n    .video-wrap iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .gallery {\n      display: grid;\n      grid-template-columns: repeat(12, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .gallery-item {\n      grid-column: span 3;\n      position: relative;\n      overflow: hidden;\n      min-height: 360px;\n      border-radius: var(--radius-md);\n      background: var(--graphite);\n    }\n\n    .gallery-item img {\n      height: 100%;\n      object-fit: cover;\n      transition: transform 550ms ease, filter 550ms ease;\n    }\n\n    .gallery-item:hover img {\n      transform: scale(1.045);\n      filter: contrast(1.03);\n    }\n\n    .gallery-item::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      border: 1px solid rgba(255, 255, 255, 0.10);\n      border-radius: inherit;\n      pointer-events: none;\n    }\n\n    .footer-note {\n      padding: 0 0 56px;\n      color: #747474;\n      font-size: 12px;\n      text-align: center;\n    }\n\n\n    .text-hero {\n      position: relative;\n      padding: 112px 0 92px;\n      overflow: hidden;\n      border-bottom: 1px solid rgba(255, 255, 255, 0.10);\n      background:\n        radial-gradient(circle at 14% 20%, rgba(182, 18, 27, 0.18), transparent 34%),\n        linear-gradient(180deg, #090909 0%, #111111 100%);\n    }\n\n    .text-hero::after {\n      content: \"\";\n      position: absolute;\n      right: -110px;\n      bottom: -170px;\n      width: 420px;\n      height: 420px;\n      border: 1px solid rgba(255, 255, 255, 0.06);\n      border-radius: 50%;\n      pointer-events: none;\n    }\n\n    .text-hero-inner {\n      position: relative;\n      z-index: 1;\n    }\n\n    .text-hero h1 {\n      max-width: 780px;\n      margin: 0;\n      font-size: clamp(54px, 9vw, 108px);\n      line-height: 0.88;\n      letter-spacing: -0.06em;\n      text-transform: uppercase;\n    }\n\n    .text-hero-copy {\n      max-width: 600px;\n      margin: 28px 0 0;\n      color: #d4d4d4;\n      font-size: clamp(16px, 2vw, 20px);\n      line-height: 1.65;\n    }\n\n    @media (max-width: 980px) {\n      .section {\n        padding: 82px 0;\n      }\n\n      .section-header {\n        grid-template-columns: 1fr;\n        gap: 22px;\n      }\n\n      .tech-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tech-card,\n      .tech-card:nth-child(4),\n      .tech-card:nth-child(5) {\n        grid-column: auto;\n      }\n\n      .tech-card:last-child {\n        grid-column: 1 \/ -1;\n      }\n\n      .gallery-item {\n        grid-column: span 6;\n        min-height: 420px;\n      }\n    }\n\n    @media (max-width: 640px) {\n\n      .text-hero {\n        padding: 78px 0 64px;\n      }\n\n      .text-hero h1 {\n        font-size: clamp(50px, 18vw, 72px);\n      }\n\n      .text-hero-copy {\n        margin-top: 22px;\n      }\n\n\n      .container,\n.section {\n        padding: 64px 0;\n      }\n\n      .section-header {\n        margin-bottom: 34px;\n      }\n\n      .tech-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .tech-card:last-child {\n        grid-column: auto;\n      }\n\n      .tech-content {\n        padding: 24px;\n      }\n\n      .gallery {\n        grid-template-columns: 1fr;\n      }\n\n      .gallery-item {\n        grid-column: auto;\n        min-height: 420px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      html {\n        scroll-behavior: auto;\n      }\n\n      *,\n      *::before,\n      *::after {\n        transition-duration: 0.01ms !important;\n        animation-duration: 0.01ms !important;\n        animation-iteration-count: 1 !important;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\u003cmain class=\"product-page\"\u003e\u003csection aria-label=\"Square 2 Square TRI-HOT Jailbird Single Bend introduction\" class=\"text-hero\"\u003e\u003cdiv class=\"container text-hero-inner\"\u003e\n\u003cp class=\"eyebrow\"\u003eSquare 2 Square TRI-HOT\u003c\/p\u003e\n\u003ch1\u003eJailbird SB\u003c\/h1\u003e\n\u003cp class=\"text-hero-copy\"\u003eA breakthrough Zero-Torque design that eliminates shaft lean and positions the shaft closer to the face, paired with a Single Bend shaft that creates a distinctive heel-shafted Jailbird setup.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection aria-labelledby=\"technology-title\" class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-kicker\"\u003eTechnology\u003c\/p\u003e\n\u003ch2 class=\"section-title\" id=\"technology-title\"\u003eZero Torque. Heel-shafted Jailbird control.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-intro\"\u003eJailbird SB combines TRI-HOT multi-material construction with a Single Bend shaft, Odyssey’s two-layer Ai-DUAL insert, enhanced forward roll, and a Tour-inspired grip and shaft package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-grid\"\u003e\n\u003carticle class=\"tech-card\"\u003e\n\u003cdiv class=\"tech-image\"\u003e\n\u003cimg alt=\"Jailbird SB multi-material sole and face construction\" loading=\"lazy\" src=\"https:\/\/prd-sfcc.callawaygolf.com\/dw\/image\/v2\/AADH_PRD\/on\/demandware.static\/-\/Sites-CGI-ItemMaster\/en_US\/v1785822063071\/sits\/putters-2026-square-2-square-tri-hot-jailbird-sb\/putters-2026-square-2-square-tri-hot-jailbird-sb___4.jpg?bgcolor=F7F7F7\u0026amp;q=90\u0026amp;sfrm=png\u0026amp;sw=3000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-content\"\u003e\n\u003cspan class=\"tech-index\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eMulti-Material Construction\u003c\/h3\u003e\n\u003cp\u003eAluminum, steel, and more than 140 grams of tungsten are strategically combined to create the Zero-Torque configuration, place more than 80% of the weight below the topline, and support the forward center of gravity and hosel location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tech-card\"\u003e\n\u003cdiv class=\"tech-image\"\u003e\n\u003cimg alt=\"Jailbird SB Ai-DUAL insert and Zero Torque configuration\" loading=\"lazy\" src=\"https:\/\/prd-sfcc.callawaygolf.com\/dw\/image\/v2\/AADH_PRD\/on\/demandware.static\/-\/Sites-CGI-ItemMaster\/en_US\/v1785822063071\/sits\/putters-2026-square-2-square-tri-hot-jailbird-sb\/putters-2026-square-2-square-tri-hot-jailbird-sb___1.jpg?bgcolor=F7F7F7\u0026amp;q=90\u0026amp;sfrm=png\u0026amp;sw=3000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-content\"\u003e\n\u003cspan class=\"tech-index\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eAi-DUAL Insert\u003c\/h3\u003e\n\u003cp\u003eDesigned using Artificial Intelligence, the two-layer urethane insert combines a soft outer layer with a firm inner layer to deliver consistent ball speed across the face, improved forward roll, and responsive feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tech-card\"\u003e\n\u003cdiv class=\"tech-image\"\u003e\n\u003cimg alt=\"Jailbird SB top profile and alignment system\" loading=\"lazy\" src=\"https:\/\/prd-sfcc.callawaygolf.com\/dw\/image\/v2\/AADH_PRD\/on\/demandware.static\/-\/Sites-CGI-ItemMaster\/en_US\/v1785822063071\/sits\/putters-2026-square-2-square-tri-hot-jailbird-sb\/putters-2026-square-2-square-tri-hot-jailbird-sb___3.jpg?bgcolor=F7F7F7\u0026amp;q=90\u0026amp;sfrm=png\u0026amp;sw=3000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-content\"\u003e\n\u003cspan class=\"tech-index\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eNew F.R.D. Groove Design\u003c\/h3\u003e\n\u003cp\u003eThe deeper, more aggressive Forward Roll Design uses a 19° slope and works with the dual-layer insert to improve forward roll across vertical impact locations on the face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tech-card\"\u003e\n\u003cdiv class=\"tech-image\"\u003e\n\u003cimg alt=\"Jailbird SB Pistol Plus grip and SL120 shaft\" loading=\"lazy\" src=\"https:\/\/prd-sfcc.callawaygolf.com\/dw\/image\/v2\/AADH_PRD\/on\/demandware.static\/-\/Sites-CGI-ItemMaster\/en_US\/v1785822063071\/sits\/putters-2026-square-2-square-tri-hot-jailbird-sb\/putters-2026-square-2-square-tri-hot-jailbird-sb___5.jpg?bgcolor=F7F7F7\u0026amp;q=90\u0026amp;sfrm=png\u0026amp;sw=3000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-content\"\u003e\n\u003cspan class=\"tech-index\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eNew Pistol Plus Grip\u003c\/h3\u003e\n\u003cp\u003eDeveloped after reviewing popular Tour grips, this mid-sized pistol profile features crisp edges for a comfortable fit and clearer awareness of the putter face throughout the stroke.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tech-card\"\u003e\n\u003cdiv class=\"tech-image\"\u003e\n\u003cimg alt=\"Jailbird SB black Single Bend shaft\" loading=\"lazy\" src=\"https:\/\/images.contentstack.io\/v3\/assets\/bltf7bc8e0c7e024392\/blt5b379e8b6ed6a3dd\/69cc383b08dd4cf36fc3603f\/putters-2026-square-2-square-tri-hot-jailbird-sb_lifestyle_2.jpg?auto=webp\u0026amp;quality=75\u0026amp;width=3000\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-content\"\u003e\n\u003cspan class=\"tech-index\"\u003e05\u003c\/span\u003e\n\u003ch3\u003eBlack SL 120 SB Shaft\u003c\/h3\u003e\n\u003cp\u003eThe black PVD SL 120 Single Bend steel shaft creates the model’s heel-shafted configuration while providing the heavier, stiffer profile suited to the TRI-HOT platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection aria-labelledby=\"specifications-title\" class=\"section spec-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-kicker\"\u003eSpecifications\u003c\/p\u003e\n\u003ch2 class=\"section-title\" id=\"specifications-title\"\u003eJailbird SB model details.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-intro\"\u003eOfficial specifications for the Square 2 Square TRI-HOT Jailbird Single Bend, including its 70° lie, right- and left-handed availability, standard lengths, and head weight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-shell\"\u003e\n\u003cdiv class=\"table-scroll\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHead Type\u003c\/th\u003e\n\u003cth\u003eLoft\u003c\/th\u003e\n\u003cth\u003eAvailability\u003c\/th\u003e\n\u003cth\u003eStandard Length\u003c\/th\u003e\n\u003cth\u003eLie\u003c\/th\u003e\n\u003cth\u003eToe Hang\u003c\/th\u003e\n\u003cth\u003eHead Weight\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eJailbird\u003c\/td\u003e\n\u003ctd\u003eMallet\u003c\/td\u003e\n\u003ctd\u003e3°\u003c\/td\u003e\n\u003ctd\u003eRH \/ LH\u003c\/td\u003e\n\u003ctd\u003e33\", 34\", 35\"\u003c\/td\u003e\n\u003ctd\u003e70°\u003c\/td\u003e\n\u003ctd\u003e90° Up\u003c\/td\u003e\n\u003ctd\u003e365g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection aria-labelledby=\"video-title\" class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-kicker\"\u003eIn Action\u003c\/p\u003e\n\u003ch2 class=\"section-title\" id=\"video-title\"\u003eSee TRI-HOT in motion.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-intro\"\u003eWatch the TRI-HOT product video for a closer look at the construction, Ai-DUAL insert, roll technology, and Zero-Torque design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-wrap\"\u003e\n\u003ciframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\" loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/DmfB46uWkgc?controls=1\u0026amp;rel=0\" title=\"Square 2 Square TRI-HOT Jailbird Single Bend product video\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection aria-labelledby=\"gallery-title\" class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-kicker\"\u003eGallery\u003c\/p\u003e\n\u003ch2 class=\"section-title\" id=\"gallery-title\"\u003eJailbird SB from every angle.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-intro\"\u003eA closer look at the Jailbird profile, Single Bend shaft, alignment system, Ai-DUAL face, and red-and-black multi-material construction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure class=\"gallery-item\"\u003e\n\u003cimg alt=\"Square 2 Square TRI-HOT Jailbird SB rear view on the green\" loading=\"lazy\" src=\"https:\/\/images.contentstack.io\/v3\/assets\/bltf7bc8e0c7e024392\/bltdb0f046112e5988b\/69cc383b2c747b7ed9575c71\/putters-2026-square-2-square-tri-hot-jailbird-sb_lifestyle_1.jpg?auto=webp\u0026amp;quality=75\u0026amp;width=3000\"\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"gallery-item\"\u003e\n\u003cimg alt=\"Square 2 Square TRI-HOT Jailbird SB face and Single Bend shaft\" loading=\"lazy\" src=\"https:\/\/images.contentstack.io\/v3\/assets\/bltf7bc8e0c7e024392\/blt5b379e8b6ed6a3dd\/69cc383b08dd4cf36fc3603f\/putters-2026-square-2-square-tri-hot-jailbird-sb_lifestyle_2.jpg?auto=webp\u0026amp;quality=75\u0026amp;width=3000\"\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"gallery-item\"\u003e\n\u003cimg alt=\"Square 2 Square TRI-HOT Jailbird SB address view\" loading=\"lazy\" src=\"https:\/\/images.contentstack.io\/v3\/assets\/bltf7bc8e0c7e024392\/bltd491df1e15729c22\/69cc383b1604ee459f874423\/putters-2026-square-2-square-tri-hot-jailbird-sb_lifestyle_3.jpg?auto=webp\u0026amp;quality=75\u0026amp;width=3000\"\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"gallery-item\"\u003e\n\u003cimg alt=\"Square 2 Square TRI-HOT Jailbird SB sole construction detail\" loading=\"lazy\" src=\"https:\/\/images.contentstack.io\/v3\/assets\/bltf7bc8e0c7e024392\/blt9685c40a02b75c55\/69cc383b4027819195c2c7a5\/putters-2026-square-2-square-tri-hot-jailbird-sb_lifestyle_4.jpg?auto=webp\u0026amp;quality=75\u0026amp;width=3000\"\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container footer-note\"\u003eProduct imagery, model description, and specifications are based on the official Odyssey Square 2 Square TRI-HOT Jailbird Single Bend product page.\u003c\/div\u003e\n\u003c\/main\u003e\n\n\u003c\/body\u003e","brand":"Odyssey","offers":[{"title":"32\" \/ Standard (70°)","offer_id":51427003138212,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"32\" \/ 1° Flat (69°)","offer_id":51427003170980,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"32\" \/ 2° Flat (68°)","offer_id":51427003203748,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"32\" \/ 1° Upright (71°)","offer_id":51427003236516,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"32\" \/ 2° Upright (72°)","offer_id":51427003269284,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"33\" \/ Standard (70°)","offer_id":51427003302052,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"33\" \/ 1° Flat (69°)","offer_id":51427003334820,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"33\" \/ 2° Flat (68°)","offer_id":51427003367588,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"33\" \/ 1° Upright (71°)","offer_id":51427003400356,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"33\" \/ 2° Upright (72°)","offer_id":51427003433124,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"34\" \/ Standard (70°)","offer_id":51427003465892,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"34\" \/ 1° Flat (69°)","offer_id":51427003498660,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"34\" \/ 2° Flat (68°)","offer_id":51427003531428,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"34\" \/ 1° Upright (71°)","offer_id":51427003564196,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"34\" \/ 2° Upright (72°)","offer_id":51427003596964,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"35\" \/ Standard (70°)","offer_id":51427003629732,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"35\" \/ 1° Flat (69°)","offer_id":51427003662500,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"35\" \/ 2° Flat (68°)","offer_id":51427003695268,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"35\" \/ 1° Upright (71°)","offer_id":51427003728036,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"35\" \/ 2° Upright (72°)","offer_id":51427003760804,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0565\/3351\/6452\/files\/putters-2026-square-2-square-tri-hot-jailbird-sb___1.jpg?v=1785885458","url":"https:\/\/www.yesgolfshop.com\/products\/square-2-square-tri-hot-jailbird-single-bend-putter","provider":"Yesgolfshop.com","version":"1.0","type":"link"}