{"id":72069,"date":"2025-08-27T15:32:10","date_gmt":"2025-08-27T22:32:10","guid":{"rendered":"https:\/\/slowtwitch.com\/?page_id=72069"},"modified":"2026-03-31T21:38:50","modified_gmt":"2026-04-01T04:38:50","slug":"hookless-wheel-page","status":"publish","type":"page","link":"https:\/\/www.slowtwitch.com\/hookless-wheel-page\/","title":{"rendered":"Understanding Hookless"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Hookless Wheel Resource Page \u2013 Slowtwitch<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@500;600;700&#038;family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    background: #ffffff;\n    color: #333;\n    font-family: 'Source Sans 3', sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative;\n    padding: 80px 24px 60px;\n    text-align: center;\n    background: linear-gradient(135deg, #1e2a38 0%, #1a2332 50%, #0d1520 100%);\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -40px;\n    width: 280px; height: 280px;\n    background: radial-gradient(circle, rgba(58,143,212,0.12) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .hero-badge {\n    display: inline-block;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #3a8fd4;\n    border: 1px solid rgba(58,143,212,0.3);\n    padding: 6px 18px;\n    border-radius: 2px;\n    margin-bottom: 24px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: clamp(42px, 7vw, 68px);\n    line-height: 1.05;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    margin-bottom: 16px;\n  }\n  .hero h1 span { color: #3a8fd4; }\n  .hero p {\n    max-width: 620px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: #8aa8c0;\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 HERO ILLUSTRATION \u2500\u2500 *\/\n  .hero-illus {\n    margin: 32px auto 0;\n    display: block;\n  }\n\n  \/* \u2500\u2500 CONTAINER \u2500\u2500 *\/\n  .guide-container {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* \u2500\u2500 INTRO \u2500\u2500 *\/\n  .intro {\n    margin-top: 48px;\n    padding: 28px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    color: #555;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 QUICK NAV \u2500\u2500 *\/\n  .quick-nav {\n    margin-top: 24px;\n    padding: 24px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .quick-nav-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3a8fd4;\n    margin-right: 8px;\n  }\n  .quick-nav a {\n    display: inline-block;\n    color: #ffffff;\n    background: #3a8fd4;\n    text-decoration: none;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    padding: 6px 16px;\n    border-radius: 3px;\n    transition: background 0.2s;\n  }\n  .quick-nav a:hover { background: #2e7ab8; }\n\n  \/* \u2500\u2500 BRAND SECTIONS \u2500\u2500 *\/\n  .brand-section { margin-top: 56px; }\n  .brand-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 20px;\n  }\n  .brand-icon {\n    flex-shrink: 0;\n    width: 48px; height: 48px;\n    background: #3a8fd4;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 2px;\n  }\n  .brand-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 32px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #1a1a1a;\n  }\n  .brand-body {\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    padding: 32px;\n  }\n  .brand-body .brand-desc {\n    color: #555;\n    font-size: 15px;\n    line-height: 1.65;\n    margin-bottom: 24px;\n    padding-bottom: 20px;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n  }\n  .brand-body .brand-desc a {\n    color: #3a8fd4;\n    text-decoration: none;\n    border-bottom: 1px solid rgba(58,143,212,0.3);\n  }\n\n  \/* \u2500\u2500 LINK GRID \u2500\u2500 *\/\n  .link-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  @media (max-width: 600px) {\n    .link-grid { grid-template-columns: 1fr; }\n  }\n  .link-card {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 16px;\n    background: #ffffff;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    text-decoration: none;\n    transition: border-color 0.2s, transform 0.15s;\n  }\n  .link-card:hover {\n    border-color: rgba(58,143,212,0.4);\n    transform: translateY(-1px);\n  }\n  .link-card svg { flex-shrink: 0; margin-top: 2px; }\n  .link-card-content { flex: 1; }\n  .link-card-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: #3a8fd4;\n    margin-bottom: 2px;\n  }\n  .link-card-detail {\n    font-size: 13px;\n    color: #888;\n    line-height: 1.4;\n  }\n\n  \/* \u2500\u2500 UNAVAILABLE STATE \u2500\u2500 *\/\n  .link-card.unavailable {\n    opacity: 0.5;\n    pointer-events: none;\n  }\n  .link-card.unavailable .link-card-label { color: #999; }\n\n  \/* \u2500\u2500 HELP \u2500\u2500 *\/\n  .help-section {\n    margin-top: 56px;\n    text-align: center;\n    padding: 40px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n  }\n  .help-section h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 26px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n  .help-section p { color: #666; max-width: 520px; margin: 0 auto; }\n  .help-section a {\n    color: #3a8fd4;\n    text-decoration: none;\n    font-weight: 600;\n    border-bottom: 1px solid rgba(58,143,212,0.3);\n  }\n\n  .page-footer {\n    text-align: center;\n    padding: 40px 24px;\n    font-size: 13px;\n    color: #999;\n    border-top: 1px solid #e2e4e8;\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"hero\">\n  <div class=\"hero-badge\">Resource Guide<\/div>\n  <h1>Hookless <span>Wheel<\/span> Guide<\/h1>\n  <p>Your comprehensive resource for hookless rim technology \u2014 compatibility charts, tire pressure guides, and direct links from the brands leading the way.<\/p>\n\n  <!-- Hookless rim cross-section illustration -->\n  <img decoding=\"async\" class=\"hero-illus\" src=\"https:\/\/slowtwitch.com\/wp-content\/uploads\/2025\/08\/rims-hook-vs-hookless-en-1024x576.png\" alt=\"Hooked vs Hookless Rim Cross Section\" style=\"max-width:480px; border-radius:6px; margin-top:32px; display:block; margin-left:auto; margin-right:auto; opacity:0.9;\">\n<\/div>\n\n<div class=\"guide-container\">\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 INTRO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"intro\">\n    This page is designed to help our community better navigate the world of hookless. We encourage people to take the time to learn about the technology and understand it instead of being afraid of it. Below you&#8217;ll find the main companies driving hookless forward, along with tire manufacturers that have gotten onboard \u2014 with direct links to the most up-to-date compatibility info from each manufacturer.\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 QUICK NAV \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"quick-nav\">\n    <div class=\"quick-nav-title\">Jump To<\/div>\n    <a href=\"#zipp\">Zipp<\/a>\n    <a href=\"#cadex\">CADEX<\/a>\n    <a href=\"#enve\">ENVE<\/a>\n    <a href=\"#hunt\">Hunt<\/a>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 ZIPP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"brand-section\" id=\"zipp\">\n    <div class=\"brand-header\">\n      <div class=\"brand-icon\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#fff\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\" opacity=\"0.4\"\/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n      <\/div>\n      <div class=\"brand-name\">Zipp<\/div>\n    <\/div>\n    <div class=\"brand-body\">\n      <div class=\"brand-desc\">\n        <strong>Zipp<\/strong> is an American company best known for designing, manufacturing, and marketing carbon-composite bicycle wheels for road cycling, triathlons, track racing, and mountain biking. Their product range also includes handlebars, stems, seat posts, tires, and accessories. <a href=\"https:\/\/en.wikipedia.org\/wiki\/Zipp\">Wikipedia<\/a>\n      <\/div>\n      <div class=\"link-grid\">\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/road\/series\/303\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Road &#038; Gravel<\/div>\n            <div class=\"link-card-detail\">303\/353 Series<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/road\/series\/404\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Mid Deep TT &#038; Triathlon<\/div>\n            <div class=\"link-card-detail\">404\/454 Series<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/road\/series\/808\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Deep TT &#038; Triathlon<\/div>\n            <div class=\"link-card-detail\">808\/858 Series<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/road\/series\/super-9?filters=&#038;sort=Relevancy&#038;page=1\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Rear Disc<\/div>\n            <div class=\"link-card-detail\">Super 9 Series<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/campaigns\/hookless-tire-compatibility\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"2\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><polyline points=\"7,10 9,12 13,8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Compatibility Chart<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/axs.sram.com\/guides\/tire\/pressure\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"11\" r=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"10\" y1=\"11\" x2=\"13\" y2=\"13\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Pressure Guide<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/road\/collections\/goodyear-tires\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"5\" stroke=\"#3a8fd4\" stroke-width=\"1\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tires \/ Tire Partner<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.sram.com\/en\/zipp\/campaigns\/warranty\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M10 2 L17 6 L17 11 C17 15 10 18 10 18 C10 18 3 15 3 11 L3 6 Z\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Warranty<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CADEX \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"brand-section\" id=\"cadex\">\n    <div class=\"brand-header\">\n      <div class=\"brand-icon\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#fff\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\" opacity=\"0.4\"\/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n      <\/div>\n      <div class=\"brand-name\">CADEX<\/div>\n    <\/div>\n    <div class=\"brand-body\">\n      <div class=\"brand-desc\">\n        In July 2019, Giant launched <strong>CADEX<\/strong> as their line of bicycle components, wheels, tires, and finishing kits. Designed to &#8220;develop superior cycling components for pro racers&#8221; and compete directly with top-tier component brands. <a href=\"https:\/\/en.wikipedia.org\/wiki\/Giant_Bicycles\">Wikipedia<\/a>\n      <\/div>\n      <div class=\"link-grid\">\n        <a href=\"https:\/\/www.cadex-cycling.com\/global\/road-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Road<\/div>\n            <div class=\"link-card-detail\">Max 40 \/ 36 \/ 42 \/ Ultra 50 \/ 65<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/global\/showcase\/cadex-ar-35-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">All Road &#038; Gravel<\/div>\n            <div class=\"link-card-detail\">AR 35 Wheels<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/global\/aero-wheelsystems\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">TT &#038; Triathlon<\/div>\n            <div class=\"link-card-detail\">4 Spoke \/ Max Aero Disc<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/us\/hookless-rim-technology\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"2\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><polyline points=\"7,10 9,12 13,8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Compatibility Chart<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/us\/tire-pressure\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"11\" r=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"10\" y1=\"11\" x2=\"13\" y2=\"13\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Pressure Guide<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/global\/tires-range\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"5\" stroke=\"#3a8fd4\" stroke-width=\"1\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tires \/ Tire Partner<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/www.cadex-cycling.com\/us\/warranty-v2\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M10 2 L17 6 L17 11 C17 15 10 18 10 18 C10 18 3 15 3 11 L3 6 Z\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Warranty<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 ENVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"brand-section\" id=\"enve\">\n    <div class=\"brand-header\">\n      <div class=\"brand-icon\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#fff\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\" opacity=\"0.4\"\/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n      <\/div>\n      <div class=\"brand-name\">ENVE<\/div>\n    <\/div>\n    <div class=\"brand-body\">\n      <div class=\"brand-desc\">\n        We are more than riders. We are risk takers, engineers and innovators, driven by our love of cycling. Partnering with prominent frame builders and the world&#8217;s best athletes, <strong>ENVE<\/strong> combines industry-leading technology with world-class feedback to provide products without compromise. <a href=\"https:\/\/enve.com\/pages\/about-us\">About ENVE<\/a>\n      <\/div>\n      <div class=\"link-grid\">\n        <a href=\"https:\/\/enve.com\/collections\/road-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Road<\/div>\n            <div class=\"link-card-detail\">SES 2.3 \/ 3.4 \/ 4.5 \/ 6.7 \/ 45 \/ 65<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/enve.com\/collections\/gravel-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Gravel<\/div>\n            <div class=\"link-card-detail\">G23 \/ AG25<\/div>\n          <\/div>\n        <\/a>\n        <div class=\"link-card unavailable\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#999\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#999\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Rear Disc<\/div>\n            <div class=\"link-card-detail\">Coming soon<\/div>\n          <\/div>\n        <\/div>\n        <a href=\"https:\/\/enve.com\/pages\/tire-compatibility\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"2\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><polyline points=\"7,10 9,12 13,8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Compatibility Chart<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/enve.com\/pages\/tire-pressure\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"11\" r=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"10\" y1=\"11\" x2=\"13\" y2=\"13\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Pressure Guide<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/enve.com\/collections\/tires-inflation\/tires\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"5\" stroke=\"#3a8fd4\" stroke-width=\"1\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tires \/ Tire Partner<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/enve.com\/pages\/warranty\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M10 2 L17 6 L17 11 C17 15 10 18 10 18 C10 18 3 15 3 11 L3 6 Z\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Warranty<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HUNT \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"brand-section\" id=\"hunt\">\n    <div class=\"brand-header\">\n      <div class=\"brand-icon\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#fff\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"#fff\" opacity=\"0.4\"\/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n      <\/div>\n      <div class=\"brand-name\">Hunt<\/div>\n    <\/div>\n    <div class=\"brand-body\">\n      <div class=\"link-grid\">\n        <a href=\"https:\/\/us.huntbikewheels.com\/collections\/road-cx-disc-brake-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Road<\/div>\n            <div class=\"link-card-detail\">34 \/ 44 \/ 54 \/ SUB50 \/ 60 Limitless<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/us.huntbikewheels.com\/collections\/gravel-wheels\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Gravel<\/div>\n            <div class=\"link-card-detail\">40 Carbon Gravel Race \/ Gravel Race \/ 35 Carbon<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/us.huntbikewheels.com\/collections\/triathlon-tt\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">TT &#038; Triathlon<\/div>\n            <div class=\"link-card-detail\">Hunt 50 \/ 52 \/ 62 \/ 82<\/div>\n          <\/div>\n        <\/a>\n        <div class=\"link-card unavailable\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"2\" stroke=\"#999\" stroke-width=\"1.5\"\/><line x1=\"7\" y1=\"10\" x2=\"13\" y2=\"10\" stroke=\"#999\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Compatibility Chart<\/div>\n            <div class=\"link-card-detail\">Not available at this time<\/div>\n          <\/div>\n        <\/div>\n        <a href=\"https:\/\/help.huntbikewheels.com\/support\/solutions\/articles\/43000220591-recommended-tyre-pressures\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"11\" r=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"7\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><line x1=\"10\" y1=\"11\" x2=\"13\" y2=\"13\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tire Pressure Guide<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/us.huntbikewheels.com\/collections\/tyres\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/><circle cx=\"10\" cy=\"10\" r=\"5\" stroke=\"#3a8fd4\" stroke-width=\"1\" opacity=\"0.3\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Tires \/ Tire Partner<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/help.huntbikewheels.com\/support\/solutions\/articles\/43000671879-warranty-policy\" class=\"link-card\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M10 2 L17 6 L17 11 C17 15 10 18 10 18 C10 18 3 15 3 11 L3 6 Z\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/><\/svg>\n          <div class=\"link-card-content\">\n            <div class=\"link-card-label\">Warranty<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HELP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"help-section\">\n    <h3>Have Questions?<\/h3>\n    <p>Need help understanding hookless compatibility for your setup? Ask in the <a href=\"https:\/\/forum.slowtwitch.com\">Slowtwitch Forum<\/a> \u2014 the community has deep experience with every brand and wheelset listed here.<\/p>\n  <\/div>\n\n<\/div>\n\n<div class=\"page-footer\">\n  &copy; Slowtwitch. All rights reserved.\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hookless Wheel Resource Page \u2013 Slowtwitch Resource Guide Hookless Wheel Guide Your comprehensive resource for hookless rim technology \u2014 compatibility charts, tire pressure guides, and direct links from the brands&#8230;<\/p>\n","protected":false},"author":186,"featured_media":72133,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"class_list":["post-72069","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/72069","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/users\/186"}],"replies":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/comments?post=72069"}],"version-history":[{"count":7,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/72069\/revisions"}],"predecessor-version":[{"id":79259,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/72069\/revisions\/79259"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/media\/72133"}],"wp:attachment":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/media?parent=72069"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}