{"product_id":"jantex-titanium-clamp","title":"Jantex Titanium Clamp","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Primary SEO Metadata --\u003e\n\u003cp\u003e\u003cmeta name=\"title\" content=\"Jantex Titanium Paddle Clamp Kit | Lightweight Upgrade\"\u003e \u003cmeta name=\"description\" content=\"Upgrade your Jantex paddle with a marine-grade titanium clamp kit. Save 25g, eliminate rust \u0026amp; prevent snags. Includes collar, tool \u0026amp; glue. Fast shipping!\"\u003e \u003cmeta name=\"keywords\" content=\"Jantex titanium clamp, Jantex paddle clamp upgrade, Jantex paddle shaft lock, titanium paddle clamp kit, ultralight kayak paddle joint clamp, C1 C2 canoe paddle lock collar\"\u003e\u003c\/p\u003e\n\u003c!-- Open Graph \/ Social Media --\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #1a202c;\n            --accent-color: #2563eb;\n            --accent-hover: #1d4ed8;\n            --text-main: #2d3748;\n            --text-muted: #718096;\n            --bg-card: #f8fafc;\n            --border-color: #e2e8f0;\n            --warning-bg: #fffbebf5;\n            --warning-border: #f59e0b;\n            --warning-text: #92400e;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            line-height: 1.6;\n            margin: 0;\n            padding: 24px;\n            background-color: #ffffff;\n        }\n\n        .product-page-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        h1.product-title {\n            font-size: 2rem;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            line-height: 1.25;\n            border-bottom: 2px solid var(--border-color);\n            padding-bottom: 12px;\n        }\n\n        .subtitle {\n            font-size: 1.1rem;\n            color: var(--text-muted);\n            margin-bottom: 24px;\n        }\n\n        h2.section-header {\n            font-size: 1.35rem;\n            color: var(--primary-color);\n            margin-top: 32px;\n            margin-bottom: 16px;\n            border-left: 4px solid var(--accent-color);\n            padding-left: 10px;\n        }\n\n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 24px 0;\n        }\n\n        .features-list li {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 12px;\n        }\n\n        .features-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--accent-color);\n            font-weight: bold;\n            font-size: 1.1rem;\n        }\n\n        \/* Table Styling *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 16px 0 24px 0;\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: 6px;\n            overflow: hidden;\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 12px 16px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: 0.95rem;\n        }\n\n        .specs-table th {\n            background-color: #edf2f7;\n            color: var(--primary-color);\n            font-weight: 600;\n            width: 30%;\n        }\n\n        .specs-table tr:last-child td, .specs-table tr:last-child th {\n            border-bottom: none;\n        }\n\n        \/* Kit List *\/\n        .kit-list {\n            list-style: none;\n            padding: 0;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 12px;\n            margin-bottom: 24px;\n        }\n\n        .kit-item {\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            padding: 12px 16px;\n            border-radius: 6px;\n            font-weight: 500;\n        }\n\n        .kit-item span {\n            color: var(--accent-color);\n            font-weight: bold;\n            margin-right: 6px;\n        }\n\n        \/* Installation Steps *\/\n        .install-steps {\n            counter-reset: step-counter;\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .install-step {\n            position: relative;\n            padding-left: 48px;\n            margin-bottom: 20px;\n        }\n\n        .install-step::before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 32px;\n            height: 32px;\n            background-color: var(--accent-color);\n            color: #ffffff;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 32px;\n            font-weight: bold;\n            font-size: 0.95rem;\n        }\n\n        .install-step-title {\n            font-weight: 600;\n            font-size: 1.05rem;\n            color: var(--primary-color);\n            margin: 0 0 4px 0;\n        }\n\n        .install-step-subtitle {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            font-style: italic;\n            margin-bottom: 6px;\n        }\n\n        .video-link {\n            display: inline-block;\n            margin-top: 6px;\n            color: var(--accent-color);\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n\n        .video-link:hover {\n            color: var(--accent-hover);\n            text-decoration: underline;\n        }\n\n        \/* Caution Alert Box *\/\n        .alert-box {\n            background-color: var(--warning-bg);\n            border-left: 4px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 12px 16px;\n            border-radius: 4px;\n            margin: 10px 0;\n            font-size: 0.9rem;\n        }\n\n        .alert-box strong {\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-page-container\"\u003e\n\u003c!-- Product Heading --\u003e\n\u003ch1 class=\"product-title\"\u003eJantex Clamp – Upgrade Kit\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eA premium, leverless retrofit kit designed for high-power sprint, marathon, ocean, and canoe paddlers. Replaces standard nylon clamp systems with Jantex’s elite, tool-tightened titanium clamping mechanism.\u003c\/p\u003e\n\u003c!-- Why Upgrade Section --\u003e\n\u003ch2 class=\"section-header\"\u003eWhy Upgrade?\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e25g Weight Reduction:\u003c\/strong\u003e Saves 25 grams compared to the standard 10cm Nylon Clamp + Lock Ring setup—reducing swing weight right at the shaft joint.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZero Corrosion \u0026amp; High Strength:\u003c\/strong\u003e Built from marine-grade titanium, offering an exceptional strength-to-weight ratio with total resistance to rust, pitting, and salt-crust lockups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLow-Profile Anti-Snag Body:\u003c\/strong\u003e The leverless design eliminates protruding parts, preventing accidental clothing snags or thumb catches during high-cadence strokes while preventing unwanted loosening during a race.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaximum Torque \u0026amp; Rigidity:\u003c\/strong\u003e Designed for elite athletes and canoe (C1\/C2) paddlers who put immense force into each stroke and require a rock-solid shaft connection.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Specifications Section --\u003e\n\u003ch2 class=\"section-header\"\u003eSpecifications \u0026amp; Compatibility\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMarine-grade black anodized titanium body with silver contrast detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardware\u003c\/th\u003e\n\u003ctd\u003eCorrosion-proof Torx-10 compression screw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight Savings\u003c\/th\u003e\n\u003ctd\u003e\n\u003cstrong\u003e25 grams lighter\u003c\/strong\u003e than 10cm Nylon Clamp with Lock Ring system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShaft Diameter\u003c\/th\u003e\n\u003ctd\u003eFits standard \u003cstrong\u003e29mm outer diameter\u003c\/strong\u003e Jantex carbon shafts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePaddle System\u003c\/th\u003e\n\u003ctd\u003eCompatible with Jantex Kayak (K1\/K2) and Canoe (C1\/C2) adjustable carbon shafts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAdjustment Range\u003c\/th\u003e\n\u003ctd\u003eMax \u003cstrong\u003e5cm length adjustment\u003c\/strong\u003e (Allows maximum inner shaft overlap for ultimate joint stiffness)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAdjustment Type\u003c\/th\u003e\n\u003ctd\u003eLeverless \/ Tool-tightened \u003cem\u003e(Designed for competitors who set their length and rarely alter it on the water except for travel)\u003c\/em\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Included in Kit Section --\u003e\n\u003ch2 class=\"section-header\"\u003eWhat's Included in the Kit\u003c\/h2\u003e\n\u003cdiv class=\"kit-list\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan\u003e1x\u003c\/span\u003e Jantex Titanium Clamp Collar\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan\u003e1x\u003c\/span\u003e Torx-10 Marine Compression Screw\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan\u003e1x\u003c\/span\u003e Jantex Ergonomic Wing Wrench\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan\u003e1x\u003c\/span\u003e Jantex Hot Melt Assembly Glue Stick\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Installation Instructions Section --\u003e\n\u003ch2 class=\"section-header\"\u003eStep-by-Step Installation Guide\u003c\/h2\u003e\n\u003col class=\"install-steps\"\u003e\n\u003cli class=\"install-step\"\u003e\n\u003cdiv class=\"install-step-title\"\u003eRemove Old Lock Collar\u003c\/div\u003e\n\u003cdiv class=\"install-step-subtitle\"\u003eRequires heat gun or torch\u003c\/div\u003e\n\u003cdiv\u003eApply gentle, indirect heat around the existing nylon clamp to soften the factory glue matrix. Carefully slide the old collar off the shaft once the adhesive releases.\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.youtube.com\/results?search_query=Jantex+Episode+3+Clamp+Replacement\" rel=\"noopener noreferrer\" class=\"video-link\" target=\"_blank\"\u003e📺 Watch Jantex Video Tutorial (Episode 3 – Clamp Replacement)\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli class=\"install-step\"\u003e\n\u003cdiv class=\"install-step-title\"\u003eClean \u0026amp; Prep Carbon Surface\u003c\/div\u003e\n\u003cdiv\u003eScrape away remaining glue residue. Lightly scuff the bonding area on the shaft with fine-grit sandpaper, then wipe clean with isopropyl alcohol for optimal adhesion.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"install-step\"\u003e\n\u003cdiv class=\"install-step-title\"\u003eApply Hot Melt Glue\u003c\/div\u003e\n\u003cdiv\u003eMelt and evenly spread the provided Jantex hot melt glue stick around the shaft tip.\u003c\/div\u003e\n\u003cdiv class=\"alert-box\"\u003e\n\u003cstrong\u003eCaution:\u003c\/strong\u003e Eppoxy or permanent adhesives require extreme temperatures to disassemble later, which may damage the carbon shaft resin matrix.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"install-step\"\u003e\n\u003cdiv class=\"install-step-title\"\u003eSlide \u0026amp; Align Clamp\u003c\/div\u003e\n\u003cdiv\u003eSlide the titanium clamp into position over the warm adhesive. Align the clamp orientation quickly before the hot melt glue cools and sets.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"install-step\"\u003e\n\u003cdiv class=\"install-step-title\"\u003eTorque Hardware\u003c\/div\u003e\n\u003cdiv\u003eInsert the Torx-10 compression screw and tighten securely using the included Jantex wing wrench tool.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e","brand":"ThePaddleHut","offers":[{"title":"Default Title","offer_id":43878063472714,"sku":null,"price":100.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0892\/2360\/files\/Image15.jpg?v=1785452625","url":"https:\/\/www.thepaddlehut.ca\/products\/jantex-titanium-clamp","provider":"ThePaddleHut","version":"1.0","type":"link"}