{"product_id":"hobbywing-xerun-v10-g5","title":"Hobbywing XeRun V10 G5 (ROAR APPOVED)","description":"\u003c!-- ============================================================\n     HOBBYWING XeRun V10 G5 — Shopify Product Description HTML\n     Paste this into your Shopify product description (HTML mode)\n     All images are hotlinked from Hobbywing's CDN (oss.hobbywing.com)\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  .hw-product * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .hw-product {\n    font-family: 'Segoe UI', Arial, sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* ── Hero ── *\/\n  .hw-hero {\n    background: #0a0a0a;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    text-align: center;\n    padding: 40px 24px 0;\n  }\n  .hw-hero img {\n    width: 100%;\n    max-width: 620px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n  }\n  .hw-hero-label {\n    color: #c8a84b;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n  .hw-hero h1 {\n    color: #ffffff;\n    font-size: clamp(24px, 4vw, 36px);\n    font-weight: 800;\n    letter-spacing: -0.5px;\n    margin-bottom: 4px;\n  }\n  .hw-hero h2 {\n    color: #c8a84b;\n    font-size: clamp(13px, 2vw, 16px);\n    font-weight: 400;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n  .hw-hero-tagline {\n    color: #aaaaaa;\n    font-size: 15px;\n    max-width: 560px;\n    margin: 0 auto 28px;\n  }\n\n  \/* ── Stat pills ── *\/\n  .hw-stats {\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    flex-wrap: wrap;\n    margin-bottom: 32px;\n  }\n  .hw-stat {\n    background: #1e1e1e;\n    border: 1px solid #333;\n    border-radius: 50px;\n    padding: 10px 22px;\n    text-align: center;\n  }\n  .hw-stat-num {\n    color: #c8a84b;\n    font-size: 22px;\n    font-weight: 800;\n    display: block;\n  }\n  .hw-stat-label {\n    color: #888;\n    font-size: 11px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* ── Section headings ── *\/\n  .hw-section {\n    margin-bottom: 40px;\n  }\n  .hw-section-title {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c8a84b;\n    margin-bottom: 6px;\n  }\n  .hw-section h3 {\n    font-size: clamp(20px, 3vw, 28px);\n    font-weight: 800;\n    color: #1a1a1a;\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n  .hw-section p {\n    color: #555;\n    font-size: 15px;\n    margin-bottom: 14px;\n  }\n\n  \/* ── Feature grid ── *\/\n  .hw-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .hw-feature-card {\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    overflow: hidden;\n    background: #fafafa;\n  }\n  .hw-feature-card img {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    display: block;\n  }\n  .hw-feature-card-body {\n    padding: 16px 18px 20px;\n  }\n  .hw-feature-card-body h4 {\n    font-size: 16px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 6px;\n  }\n  .hw-feature-card-body p {\n    font-size: 13px;\n    color: #666;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* ── Full-width image strip ── *\/\n  .hw-img-full {\n    width: 100%;\n    border-radius: 10px;\n    display: block;\n    margin-bottom: 20px;\n    height: auto;\n  }\n\n  \/* ── Split layout ── *\/\n  .hw-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    align-items: center;\n    margin-bottom: 24px;\n  }\n  .hw-split img {\n    width: 100%;\n    border-radius: 10px;\n    height: auto;\n    display: block;\n  }\n  .hw-split-text h4 {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n  .hw-split-text p {\n    font-size: 14px;\n    color: #555;\n    margin: 0;\n  }\n  @media (max-width: 560px) {\n    .hw-split { grid-template-columns: 1fr; }\n  }\n\n  \/* ── Materials row ── *\/\n  .hw-materials {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 40px;\n  }\n  .hw-material {\n    text-align: center;\n  }\n  .hw-material img {\n    width: 100%;\n    border-radius: 8px;\n    height: auto;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .hw-material p {\n    font-size: 12px;\n    font-weight: 700;\n    color: #333;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin: 0;\n  }\n  @media (max-width: 480px) {\n    .hw-materials { grid-template-columns: 1fr; }\n  }\n\n  \/* ── Divider ── *\/\n  .hw-divider {\n    border: none;\n    border-top: 1px solid #e8e8e8;\n    margin: 36px 0;\n  }\n\n  \/* ── Specs table ── *\/\n  .hw-specs-wrap {\n    background: #0a0a0a;\n    border-radius: 12px;\n    padding: 32px;\n    margin-bottom: 40px;\n  }\n  .hw-specs-wrap .hw-section-title { color: #c8a84b; }\n  .hw-specs-wrap h3 { color: #ffffff; }\n\n  .hw-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n  .hw-specs-table thead tr {\n    background: #c8a84b;\n  }\n  .hw-specs-table thead th {\n    color: #0a0a0a;\n    font-weight: 800;\n    text-align: left;\n    padding: 12px 16px;\n    font-size: 12px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n  .hw-specs-table tbody tr {\n    border-bottom: 1px solid #222;\n  }\n  .hw-specs-table tbody tr:last-child { border-bottom: none; }\n  .hw-specs-table tbody td {\n    padding: 11px 16px;\n    vertical-align: top;\n  }\n  .hw-specs-table tbody td:first-child {\n    color: #888;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    width: 38%;\n  }\n  .hw-specs-table tbody td:last-child {\n    color: #f0f0f0;\n    font-weight: 500;\n  }\n  .hw-specs-table tbody tr:nth-child(even) { background: #111; }\n\n  \/* ── Manual CTA ── *\/\n  .hw-manual-box {\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 40px;\n    background: #fafafa;\n  }\n  .hw-manual-icon {\n    width: 52px;\n    height: 52px;\n    background: #c8a84b;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-size: 24px;\n  }\n  .hw-manual-text h4 {\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 4px;\n  }\n  .hw-manual-text p {\n    font-size: 13px;\n    color: #666;\n    margin: 0 0 10px;\n  }\n  .hw-manual-btn {\n    display: inline-block;\n    background: #1a1a1a;\n    color: #ffffff !important;\n    text-decoration: none;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 10px 22px;\n    border-radius: 6px;\n  }\n  .hw-manual-btn:hover { background: #c8a84b; color: #0a0a0a !important; }\n\n  \/* ── Detail image gallery ── *\/\n  .hw-gallery {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 12px;\n    margin-bottom: 40px;\n  }\n  .hw-gallery-item {\n    border-radius: 8px;\n    overflow: hidden;\n    aspect-ratio: 4\/3;\n    background: #f0f0f0;\n  }\n  .hw-gallery-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.3s ease;\n  }\n  .hw-gallery-item img:hover { transform: scale(1.04); }\n\n  \/* ── Notice box ── *\/\n  .hw-notice {\n    background: #fff8e8;\n    border-left: 4px solid #c8a84b;\n    border-radius: 4px;\n    padding: 12px 16px;\n    font-size: 13px;\n    color: #6b5a2a;\n    margin-bottom: 16px;\n  }\n  .hw-notice strong { color: #4a3a10; }\n\u003c\/style\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     ROOT WRAPPER\n════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"hw-product\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n  \u003c!-- ── Hidden schema metadata ── --\u003e\n  \u003cmeta itemprop=\"name\" content=\"Hobbywing XeRun V10 G5 13.5T Sensored Brushless RC Racing Motor\"\u003e\n  \u003cmeta itemprop=\"description\" content=\"The XeRun V10 G5 delivers 3.9% more maximum output power and over 4% greater heavy-load efficiency versus the V10 G4R 13.5T, with patented rotor cooling, adjustable Hall timing, and a 13g weight reduction.\"\u003e\n  \u003cmeta itemprop=\"sku\" content=\"30401762\"\u003e\n  \u003cmeta itemprop=\"brand\" content=\"Hobbywing\"\u003e\n  \u003cmeta itemprop=\"image\" content=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/xerun-v10-g5-rc-car-motor-13.5t.webp\"\u003e\n\n\n  \u003c!-- ════════ HERO ════════ --\u003e\n  \u003cdiv class=\"hw-hero\"\u003e\n    \u003cp class=\"hw-hero-label\"\u003eXeRun Series · Professional Competition\u003c\/p\u003e\n    \u003ch1 itemprop=\"name\"\u003eXeRun V10 G5\u003c\/h1\u003e\n    \u003ch2\u003eSensored Brushless RC Racing Motor\u003c\/h2\u003e\n    \u003cp class=\"hw-hero-tagline\"\u003eBuilt to be more than just fast — ground-up redesign delivering peak power, greater efficiency and refined race-day precision.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/xerun-v10-g5-rc-car-motor-13.5t.webp\" alt=\"Hobbywing XeRun V10 G5 13.5T Sensored Brushless RC Racing Motor\" loading=\"eager\" width=\"620\" height=\"420\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════════ HEADLINE STATS ════════ --\u003e\n  \u003cdiv class=\"hw-stats\"\u003e\n    \u003cdiv class=\"hw-stat\"\u003e\n      \u003cspan class=\"hw-stat-num\"\u003e+3.9%\u003c\/span\u003e\n      \u003cspan class=\"hw-stat-label\"\u003eMax Output Power vs G4R\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-stat\"\u003e\n      \u003cspan class=\"hw-stat-num\"\u003e+4%\u003c\/span\u003e\n      \u003cspan class=\"hw-stat-label\"\u003eHeavy-load Efficiency\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-stat\"\u003e\n      \u003cspan class=\"hw-stat-num\"\u003e−13g\u003c\/span\u003e\n      \u003cspan class=\"hw-stat-label\"\u003eLighter than G4R\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-stat\"\u003e\n      \u003cspan class=\"hw-stat-num\"\u003e4050KV\u003c\/span\u003e\n      \u003cspan class=\"hw-stat-label\"\u003e13.5T Rating\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ════════ PERFORMANCE ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003ePerformance\u003c\/p\u003e\n    \u003ch3\u003eNext-Level Power \u0026amp; Efficiency\u003c\/h3\u003e\n    \u003cp\u003eCompared to the XeRun V10 G4R 13.5T, the G5 delivers a \u003cstrong\u003e3.9% increase in maximum output power\u003c\/strong\u003e and \u003cstrong\u003eover 4% improvement in heavy-load efficiency\u003c\/strong\u003e — gains that translate directly into faster lap times and longer consistent runs.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-feature-grid\"\u003e\n    \u003cdiv class=\"hw-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/maximum-output-power.webp\" alt=\"XeRun V10 G5 maximum output power comparison chart vs G4R\" loading=\"lazy\" width=\"400\" height=\"220\"\u003e\n      \u003cdiv class=\"hw-feature-card-body\"\u003e\n        \u003ch4\u003eMaximum Output Power\u003c\/h4\u003e\n        \u003cp\u003eA 3.9% boost in peak power versus the V10 G4R 13.5T. More grunt out of every corner.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/heavy-load-efficiency.webp\" alt=\"XeRun V10 G5 heavy-load efficiency improvement graph\" loading=\"lazy\" width=\"400\" height=\"220\"\u003e\n      \u003cdiv class=\"hw-feature-card-body\"\u003e\n        \u003ch4\u003eHeavy-Load Efficiency\u003c\/h4\u003e\n        \u003cp\u003eOver 4% efficiency gain under heavy load means less heat, more consistent performance across the entire race.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"hw-img-full\" src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/remote-control-car.webp\" alt=\"Hobbywing XeRun V10 G5 installed in 1\/10 RC racing car\" loading=\"lazy\" width=\"900\" height=\"500\"\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ HEAT DISSIPATION ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eThermal Management\u003c\/p\u003e\n    \u003ch3\u003eExcellent Heat Dissipation\u003c\/h3\u003e\n    \u003cp\u003eHigher efficiency reduces overall operating temperatures, but the G5 also introduces two dedicated cooling innovations to keep your motor performing at its best lap after lap.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-split\"\u003e\n    \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/exposed-windings-optimize-heat-dissipation.webp\" alt=\"XeRun V10 G5 exposed windings for optimised heat dissipation\" loading=\"lazy\" width=\"420\" height=\"320\"\u003e\n    \u003cdiv class=\"hw-split-text\"\u003e\n      \u003ch4\u003eExposed Windings Design\u003c\/h4\u003e\n      \u003cp\u003eA redesigned endbell exposes more of the winding directly to airflow, dramatically improving passive heat dissipation without any additional components.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-split\"\u003e\n    \u003cdiv class=\"hw-split-text\"\u003e\n      \u003ch4\u003ePatented Rotor Cooling System\u003c\/h4\u003e\n      \u003cp\u003eHobbywing's integrated rotor cooling design actively moves heat away from the core where it matters most. Patent protected — an industry-first innovation exclusive to the G5.\u003c\/p\u003e\n      \u003cdiv class=\"hw-notice\" style=\"margin-top:12px;\"\u003e\n\u003cstrong\u003ePatent Notice:\u003c\/strong\u003e The rotor cooling system is protected by patent. Unauthorized copying is prohibited.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/a-rotor-integrated-cooling-system.webp\" alt=\"Hobbywing XeRun V10 G5 patented rotor integrated cooling system\" loading=\"lazy\" width=\"420\" height=\"320\"\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ WEIGHT \u0026 COG ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eChassis Dynamics\u003c\/p\u003e\n    \u003ch3\u003eOptimised Weight \u0026amp; Centre of Gravity\u003c\/h3\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-split\"\u003e\n    \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/rc-racing-motor.webp\" alt=\"XeRun V10 G5 lightweight RC racing motor — 13g lighter than G4R\" loading=\"lazy\" width=\"420\" height=\"320\"\u003e\n    \u003cdiv class=\"hw-split-text\"\u003e\n      \u003ch4\u003e13g Lighter Than the G4R\u003c\/h4\u003e\n      \u003cp\u003eA complete inside-and-out redesign sheds 13 grams versus the previous generation, reducing unsprung and rotating mass for sharper handling response.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-split\"\u003e\n    \u003cdiv class=\"hw-split-text\"\u003e\n      \u003ch4\u003eImproved Centre of Gravity\u003c\/h4\u003e\n      \u003cp\u003eThe G5's internal mass distribution has been deliberately shifted towards the vehicle's centreline, improving balance and predictability through high-speed corners.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/center-of-gravity-shiftE.webp\" alt=\"XeRun V10 G5 centre of gravity optimisation diagram\" loading=\"lazy\" width=\"420\" height=\"320\"\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ SPECIAL COATING ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eSurface Technology\u003c\/p\u003e\n    \u003ch3\u003eNext-Level Rotor Surface Coating\u003c\/h3\u003e\n    \u003cp\u003eA proprietary special coating applied to the rotor surface provides dual benefits: \u003cstrong\u003ecorrosion protection\u003c\/strong\u003e for durability in all conditions, and \u003cstrong\u003eimproved magnetic performance\u003c\/strong\u003e enabling higher load capability and greater power output.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"hw-img-full\" src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/special-coatingE.webp\" alt=\"XeRun V10 G5 special rotor surface coating for corrosion protection and enhanced magnetic performance\" loading=\"lazy\" width=\"900\" height=\"500\"\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ ADJUSTABLE HALL TIMING ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003ePrecision Tuning\u003c\/p\u003e\n    \u003ch3\u003eAdjustable Hall Timing \u0026amp; Sensing Distance\u003c\/h3\u003e\n    \u003cp\u003eThe G5 introduces two new tuning dimensions for racers who demand the very best from their power system.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-feature-grid\"\u003e\n    \u003cdiv class=\"hw-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/adjustable-timing-hall-structure.webp\" alt=\"XeRun V10 G5 adjustable Hall timing assembly structure\" loading=\"lazy\" width=\"400\" height=\"220\"\u003e\n      \u003cdiv class=\"hw-feature-card-body\"\u003e\n        \u003ch4\u003eAdjustable Hall Timing Accuracy\u003c\/h4\u003e\n        \u003cp\u003eA new fine-tune angle adjustment in the timing assembly allows racers to dial in sensor position for smoother, more efficient power delivery. Timing tolerance validated by the HOBBYWING Tunalyzer.\u003c\/p\u003e\n        \u003cdiv class=\"hw-notice\" style=\"margin-top:10px;\"\u003e\n\u003cstrong\u003ePatent:\u003c\/strong\u003e Patented invention. Application No.: 202511627979.X\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/0.1mm-shim.webp\" alt=\"XeRun V10 G5 Hall sensor shim — 0.1mm, 0.2mm, 0.3mm spacing adjustment\" loading=\"lazy\" width=\"400\" height=\"220\"\u003e\n      \u003cdiv class=\"hw-feature-card-body\"\u003e\n        \u003ch4\u003eAdjustable Hall Sensing Distance\u003c\/h4\u003e\n        \u003cp\u003eRotor-to-sensor spacing is now user-adjustable via included shims in three settings: \u003cstrong\u003e0.1 mm · 0.2 mm · 0.3 mm\u003c\/strong\u003e. Fine-tune throttle feel and power response without any specialised tools.\u003c\/p\u003e\n        \u003cdiv class=\"hw-notice\" style=\"margin-top:10px;\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e Ensure proper clearance between Hall sensor and rotor ring to prevent damage.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ MAINTENANCE ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eServiceability\u003c\/p\u003e\n    \u003ch3\u003eDesigned for Easy Maintenance\u003c\/h3\u003e\n    \u003cp\u003eA fully modular design lets racers disassemble, clean and reassemble the G5 quickly at the track, keeping the motor performing at peak condition without downtime.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg class=\"hw-img-full\" src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/modular-structure-design-model-car-brushless-motor.webp\" alt=\"XeRun V10 G5 modular structure design for easy maintenance and cleaning\" loading=\"lazy\" width=\"900\" height=\"500\"\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ MATERIALS ════════ --\u003e\n  \u003cdiv class=\"hw-section\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eConstruction\u003c\/p\u003e\n    \u003ch3\u003eBuilt with Superior Materials\u003c\/h3\u003e\n    \u003cp\u003eEvery component of the V10 G5 is selected to excel in the harshest race conditions — from the stator laminations to the bearings.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hw-materials\"\u003e\n    \u003cdiv class=\"hw-material\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/high-performance-stator-core.webp\" alt=\"XeRun V10 G5 high-performance premium stator core\" loading=\"lazy\" width=\"280\" height=\"200\"\u003e\n      \u003cp\u003eHigh-Performance Premium Stator Core\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-material\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/high-temperature-resistant-rotor.webp\" alt=\"XeRun V10 G5 180°C high-temperature rated reinforced rotor\" loading=\"lazy\" width=\"280\" height=\"200\"\u003e\n      \u003cp\u003e180°C High-Temp Rated Reinforced Rotor\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hw-material\"\u003e\n      \u003cimg src=\"https:\/\/oss.hobbywing.com\/multi\/xerunv10g5\/top-tier-bearings.webp\" alt=\"XeRun V10 G5 top-tier precision bearings\" loading=\"lazy\" width=\"280\" height=\"200\"\u003e\n      \u003cp\u003eTop-Tier Precision Bearings\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hw-divider\"\u003e\n\n\n  \u003c!-- ════════ SPECIFICATIONS TABLE ════════ --\u003e\n  \u003cdiv class=\"hw-specs-wrap\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n    \u003cp class=\"hw-section-title\"\u003eTechnical Data\u003c\/p\u003e\n    \u003ch3 style=\"margin-bottom:20px;\"\u003eSpecifications — XeRun V10 G5 13.5T\u003c\/h3\u003e\n    \u003ctable class=\"hw-specs-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"col\"\u003eParameter\u003c\/th\u003e\n          \u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eModel\u003c\/td\u003e\n          \u003ctd\u003eXeRun V10 G5 13.5T\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePart Number (PN)\u003c\/td\u003e\n          \u003ctd\u003e30401762\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eScale\u003c\/td\u003e\n          \u003ctd\u003e1\/10th\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMotor Type\u003c\/td\u003e\n          \u003ctd\u003eBrushless (BL)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSensor Type\u003c\/td\u003e\n          \u003ctd\u003eSensored (SD)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePole Count\u003c\/td\u003e\n          \u003ctd\u003e2\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eKV Rating\u003c\/td\u003e\n          \u003ctd\u003e4050 KV\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLiPo Cells\u003c\/td\u003e\n          \u003ctd\u003e1–3S LiPo\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNo-load Current\u003c\/td\u003e\n          \u003ctd\u003e5.4 A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOuter Diameter (O.D.)\u003c\/td\u003e\n          \u003ctd\u003e35.8 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e51.5 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShaft Diameter\u003c\/td\u003e\n          \u003ctd\u003e3.175 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeight\u003c\/td\u003e\n          \u003ctd\u003e138 g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFront Bearing\u003c\/td\u003e\n          \u003ctd\u003eD9 × D4 × T4\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRear Bearing\u003c\/td\u003e\n          \u003ctd\u003eD8 × D3 × T4\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompatible ESC\u003c\/td\u003e\n          \u003ctd\u003eXeRun XR10 PRO G3 \/ G3X\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompatible Vehicles\u003c\/td\u003e\n          \u003ctd\u003e1\/10, 1\/12 Stock Racing\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ════════ MANUAL \/ SUPPORT ════════ --\u003e\n  \u003cdiv class=\"hw-manual-box\"\u003e\n    \u003cdiv class=\"hw-manual-icon\" aria-hidden=\"true\"\u003e📄\u003c\/div\u003e\n    \u003cdiv class=\"hw-manual-text\"\u003e\n      \u003ch4\u003eOfficial Manual \u0026amp; Documentation\u003c\/h4\u003e\n      \u003cp\u003eDownload the full Hobbywing XeRun V10 G5 instruction manual (PDF) for setup, maintenance and tuning guidance.\u003c\/p\u003e\n      \u003ca class=\"hw-manual-btn\" href=\"https:\/\/www.hobbywing.com\/en\/uploads\/file\/20260204\/16f693b487caedbe7c44f76c1e055395.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Download Hobbywing XeRun V10 G5 Manual PDF\"\u003e\n        ⬇ Download Manual (PDF)\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- end .hw-product --\u003e","brand":"Hobbywing","offers":[{"title":"13.5T \/ Standard","offer_id":50622598217961,"sku":"HW30401762","price":219.99,"currency_code":"AUD","in_stock":true},{"title":"13.5T \/ Torque","offer_id":50914714583273,"sku":"HW30401763","price":219.99,"currency_code":"AUD","in_stock":true},{"title":"17.5T \/ Torque","offer_id":50914714648809,"sku":"HW30401764","price":219.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0088\/2366\/8836\/files\/18740562dc5c61d3eb9dc918465bce4f.jpg?v=1773287628","url":"https:\/\/speedyrc.com.au\/products\/hobbywing-xerun-v10-g5","provider":"Speedy RC","version":"1.0","type":"link"}