{"product_id":"2025-specialized-s-works-turbo-2bliss-ready-t2-t5","title":"2025 Specialized S-Works Turbo 2Bliss Ready T2\/T5","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eS-Works Turbo 2Bliss Ready T2\/T5\u003c\/title\u003e\n\u003cstyle\u003e\n@import url(https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800\u0026family=Barlow:wght@300;400;500\u0026display=swap);\n:root {\n --black: #0a0a0a;\n --white: #ffffff;\n --mid: #f5f5f5;\n --border: #e0e0e0;\n --text-muted: #777;\n --text-body: #222;\n --tab-bg: var(--mid);\n --tab-text: var(--text-muted);\n --tab-hover-text: var(--black);\n --tab-hover-border: #aaa;\n --tab-active-bg: var(--black);\n --tab-active-text: var(--white);\n --tab-active-border: var(--black);\n}\n* { box-sizing: border-box; margin: 0; padding: 0; }\n.spur-wrap {\n font-family: 'Barlow', sans-serif;\n background: var(--white);\n color: var(--black);\n max-width: 1100px;\n margin: 0 auto;\n padding: 48px 24px;\n}\n.spur-header {\n display: flex;\n align-items: flex-end;\n justify-content: space-between;\n margin-bottom: 48px;\n border-bottom: 1px solid var(--border);\n padding-bottom: 24px;\n flex-wrap: wrap;\n gap: 12px;\n}\n.spur-title {\n font-family: 'Barlow Condensed', sans-serif;\n font-size: clamp(28px, 5vw, 48px);\n font-weight: 800;\n letter-spacing: -0.02em;\n line-height: 1;\n text-transform: uppercase;\n}\n.spur-meta {\n font-size: 12px;\n font-weight: 500;\n letter-spacing: 0.12em;\n text-transform: uppercase;\n color: var(--text-muted);\n}\n.spur-tabs {\n display: flex;\n gap: 4px;\n margin-bottom: 32px;\n flex-wrap: wrap;\n}\n.spur-tab {\n font-family: 'Barlow Condensed', sans-serif;\n font-size: 14px;\n font-weight: 700;\n letter-spacing: 0.1em;\n text-transform: uppercase;\n padding: 10px 24px;\n background: var(--tab-bg);\n color: var(--tab-text);\n border: 1px solid var(--border);\n cursor: pointer;\n transition: all 0.15s;\n border-radius: 2px;\n display: inline-block;\n}\n.spur-tab:hover { color: var(--tab-hover-text); border-color: var(--tab-hover-border); }\n.spur-tab.active { background: var(--tab-active-bg); color: var(--tab-active-text); border-color: var(--tab-active-border); }\n.spur-panel { display: none; }\n.spur-panel.active { display: block; }\n.spur-panel p {\n font-size: 14px;\n font-weight: 300;\n line-height: 1.7;\n color: var(--text-body);\n margin-bottom: 16px;\n}\n.desc-intro {\n font-size: 16px;\n font-weight: 400;\n line-height: 1.65;\n color: var(--text-body);\n margin-bottom: 28px;\n padding-bottom: 24px;\n border-bottom: 1px solid var(--border);\n}\nul.desc-list {\n list-style: none;\n padding: 0;\n margin: 0 0 20px 0;\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 6px 24px;\n}\nul.desc-list li {\n font-size: 13px;\n font-weight: 400;\n line-height: 1.5;\n color: var(--text-body);\n}\n.key-section {\n border-bottom: 1px solid var(--border);\n padding: 16px 0;\n}\n.key-section:last-child { border-bottom: none; }\n.key-title {\n font-family: 'Barlow Condensed', sans-serif;\n font-size: 13px;\n font-weight: 700;\n letter-spacing: 0.1em;\n text-transform: uppercase;\n color: var(--black);\n margin-bottom: 6px;\n}\n.key-desc {\n font-size: 14px;\n font-weight: 300;\n color: var(--text-body);\n line-height: 1.5;\n}\n.spec-category {\n font-family: 'Barlow Condensed', sans-serif;\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 0.2em;\n text-transform: uppercase;\n color: var(--black);\n padding: 20px 0 8px;\n border-bottom: 2px solid var(--black);\n margin-bottom: 0;\n}\n.spec-row {\n display: grid;\n grid-template-columns: 200px 1fr;\n border-bottom: 1px solid var(--border);\n}\n.spec-row:hover { background: var(--mid); }\n.spec-key {\n font-size: 12px;\n font-weight: 500;\n letter-spacing: 0.05em;\n text-transform: uppercase;\n color: var(--text-muted);\n padding: 12px 16px 12px 0;\n}\n.spec-val {\n font-size: 14px;\n font-weight: 300;\n color: var(--text-body);\n padding: 12px 0;\n line-height: 1.5;\n}\n.weight-block {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 1px;\n background: var(--border);\n border: 1px solid var(--border);\n margin-top: 20px;\n}\n.weight-col {\n background: var(--mid);\n padding: 10px 12px;\n text-align: center;\n}\n.weight-col .size {\n font-family: 'Barlow Condensed', sans-serif;\n font-size: 11px;\n font-weight: 700;\n text-transform: uppercase;\n color: var(--black);\n margin-bottom: 4px;\n}\n.weight-col .g {\n font-size: 16px;\n font-weight: 700;\n color: var(--black);\n}\n@media (max-width: 600px) {\n .spec-row { grid-template-columns: 1fr; }\n .spec-key { padding-bottom: 2px; }\n .spec-val { padding-top: 0; padding-bottom: 12px; }\n ul.desc-list { grid-template-columns: 1fr; }\n .weight-block { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"spur-wrap\"\u003e\n\u003cdiv class=\"spur-header\"\u003e\n\u003cdiv class=\"spur-title\"\u003eS-Works Turbo 2Bliss Ready T2\/T5\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003eRoad Racing · 2Bliss Ready · 120 TPI · 260g+\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spur-tabs\"\u003e\n\u003cbutton class=\"spur-tab active\" onclick=\"showPanel('desc', this)\"\u003eDescription\u003c\/button\u003e\n\u003cbutton class=\"spur-tab\" onclick=\"showPanel('key', this)\"\u003eKey Features\u003c\/button\u003e\n\u003cbutton class=\"spur-tab\" onclick=\"showPanel('specs', this)\"\u003eSpecifications\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv id=\"panel-desc\" class=\"spur-panel active\"\u003e\n\u003cp class=\"desc-intro\"\u003eWhen tubeless performance on race day is mandatory but durability for rough roads all season is just as important, the S-Works Turbo 2Bliss Ready delivers — from cobbled classics to your daily lunch ride. GRIPTON T2 in the center is the fastest, most efficient compound Specialized has ever created, combined with the legendary grip of GRIPTON T5 on the shoulders for cornering confidence. Six watts faster than the previous generation, and just 260 grams for a 26mm tire. BlackBelt puncture protection delivers 8% more protection than before using a new hybrid-Kevlar breaker — lighter, stronger, more supple. Compatible with both hooked and hookless rims, with Zylon-reinforced beads that exceed hookless burst pressure standards by 200%.\u003c\/p\u003e\n\n\u003cul class=\"desc-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGRIPTON T2\/T5 Dual Compound:\u003c\/strong\u003e T2 center (fastest ever) + T5 shoulders (legendary grip) — 6W faster than previous gen.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlackBelt Protection:\u003c\/strong\u003e New hybrid-Kevlar breaker — 8% more puncture protection, lighter and more supple.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e120 TPI Casing:\u003c\/strong\u003e High thread count for a smooth, race-tuned ride feel.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZylon-Reinforced Beads:\u003c\/strong\u003e Exceed hookless burst pressure standards by 200% for peace of mind.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHooked \u0026amp; Hookless Compatible:\u003c\/strong\u003e Flexibility to run the wheels and pressure you want.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2Bliss Ready:\u003c\/strong\u003e Tubeless-ready with RapidAir sealant for self-sealing punctures.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eUse: Road racing, gran fondos, cobbled classics, training. The S-Works Turbo 2BR is at home on the World Tour and local training rides alike — a race tire that doesn't sacrifice durability for rough road conditions. Available in Black and Tan sidewall.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv id=\"panel-key\" class=\"spur-panel\"\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eT2 — Fastest Compound Specialized Has Ever Made\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eGRIPTON T2 is the result of tuning the mechanical stretch and relaxation of polymer chains — an entirely new rubber compound engineered for maximum efficiency. In the center tread, T2 minimizes rolling resistance so more of your power goes into speed. Paired with GRIPTON T5 on the shoulders, you get legendary grip where you need it without sacrificing the speed advantage in the middle. The result is 6 watts faster than the previous 2Bliss Ready — a meaningful advantage in race situations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eBlackBelt — Puncture Protection That Doesn't Quit\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eBlackBelt uses a new hybrid-Kevlar breaker under the tread — stronger and lighter than previous iterations, delivering 8% more puncture protection. The updated construction is also more flexible, which means a more supple ride that conforms to road imperfections rather than bouncing off them. Combined with 2Bliss Ready tubeless compatibility and RapidAir sealant, the Turbo 2BR can self-seal small punctures mid-ride. Zylon-reinforced beads add structural integrity and exceed hookless burst pressure standards by 200%.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eHooked \u0026amp; Hookless — Your Choice of Wheels\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eThe Turbo 2BR is designed for modern versatility — compatible with both traditional hooked rims and contemporary hookless setups. This means you can run it on whatever wheelset you choose without being locked into a specific rim standard. The Zylon-reinforced beads provide the structural integrity needed for hookless safety while keeping weight low. PSI ranges vary by size: 70-110 for 26mm, 70-95 for 28mm, and 65-90 for 30mm — wider tires run lower pressure for comfort and grip.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv id=\"panel-specs\" class=\"spur-panel\"\u003e\n\n\u003cdiv class=\"spec-category\"\u003eGeneral\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eModel\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eS-Works Turbo 2Bliss Ready T2\/T5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePosition\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFront \u0026amp; Rear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRoad racing, gran fondos, cobbled classics, year-round training\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eTerrain\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSmooth to rough pavement — all conditions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e2Bliss Ready (Tubeless-compatible Clincher)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBlack, Tan Sidewall\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-category\"\u003eTread \u0026amp; Compound\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCompound\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eGRIPTON T2 (center) + GRIPTON T5 (shoulders) — fastest T2 ever, legendary T5 grip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCasing\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e120 TPI — high thread count for race-tuned ride quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFlat Protection\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBlackBelt hybrid-Kevlar — 8% more protection than previous gen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBead\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eZylon-reinforced foldable — exceeds hookless burst standards by 200%\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eRim Compatibility\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHooked \u0026amp; Hookless\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-category\"\u003eWeights \u0026amp; Pressure\u003c\/div\u003e\n\u003cdiv class=\"weight-block\"\u003e\n\u003cdiv class=\"weight-col\"\u003e\n\u003cdiv class=\"size\"\u003e700 x 26mm\u003c\/div\u003e\n\u003cdiv class=\"g\"\u003e260g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"weight-col\"\u003e\n\u003cdiv class=\"size\"\u003e700 x 28mm\u003c\/div\u003e\n\u003cdiv class=\"g\"\u003e280g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"weight-col\"\u003e\n\u003cdiv class=\"size\"\u003e700 x 30mm\u003c\/div\u003e\n\u003cdiv class=\"g\"\u003e300g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePSI Range\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e70-110 (26mm) · 70-95 (28mm) · 65-90 (30mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction showPanel(id, btn) {\n document.querySelectorAll('.spur-panel').forEach(p =\u003e p.classList.remove('active'));\n document.querySelectorAll('.spur-tab').forEach(t =\u003e t.classList.remove('active'));\n document.getElementById('panel-' + id).classList.add('active');\n btn.classList.add('active');\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Specialized","offers":[{"title":"Black \/ 700 x 26","offer_id":52011966333248,"sku":"00022-1151","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/00022-1151_6302e11d-d858-45a1-8731-ae5d5792cdd9.jpg?v=1778788497","url":"https:\/\/spokex.com\/products\/2025-specialized-s-works-turbo-2bliss-ready-t2-t5","provider":"SX Collective","version":"1.0","type":"link"}