{"product_id":"podium-ultimate-turnkey-racing-simulator","title":"Podium Ultimate Turnkey Racing Simulator","description":"\u003cstyle\u003e\n  .sf-turnkey {\n    width: 100%;\n    max-width: 1470px;\n    margin: 0 auto;\n    padding: 20px 16px 50px;\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.6;\n    color: #161616;\n  }\n\n  .sf-turnkey * {\n    box-sizing: border-box;\n  }\n\n  .sf-turnkey h2,\n  .sf-turnkey h3,\n  .sf-turnkey h4 {\n    font-family: inherit;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n\n  .sf-hero {\n    background: linear-gradient(135deg, #111 0%, #1f1f1f 55%, #ff580d 100%);\n    color: #fff;\n    border-radius: 24px;\n    padding: 58px 42px;\n    text-align: center;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .sf-hero h2 {\n    font-size: clamp(38px, 5vw, 66px);\n    line-height: 1.05;\n    margin: 0 0 20px;\n    color: #fff;\n  }\n\n  .sf-hero p {\n    max-width: 990px;\n    margin: 0 auto 20px;\n    font-size: clamp(16px, 1.05vw, 18px);\n    line-height: 1.65;\n    color: rgba(255, 255, 255, 0.94);\n  }\n\n  .sf-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .sf-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255, 255, 255, 0.14);\n    border: 1px solid rgba(255, 255, 255, 0.24);\n    color: #fff;\n    padding: 11px 16px;\n    border-radius: 999px;\n    font-size: 14.5px;\n    font-weight: 700;\n  }\n\n  .sf-section {\n    margin-top: 42px;\n  }\n\n  .sf-section h3 {\n    font-size: clamp(28px, 3vw, 42px);\n    margin: 0 0 18px;\n    line-height: 1.15;\n    color: #111;\n    text-align: center;\n  }\n\n  .sf-section-intro {\n    max-width: 1150px;\n    margin: 0 auto 38px;\n    color: #333;\n    font-size: clamp(17px, 1.05vw, 18.5px);\n    line-height: 1.7;\n    text-align: center;\n  }\n\n  .sf-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 22px;\n  }\n\n  .sf-card {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 18px;\n    padding: 34px 28px;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);\n    text-align: center;\n  }\n\n  .sf-card h4 {\n    margin: 0 0 14px;\n    font-size: clamp(18px, 1.1vw, 20px);\n    line-height: 1.25;\n    color: #111;\n  }\n\n  .sf-card p {\n    margin: 0;\n    color: #444;\n    font-size: clamp(15px, 0.9vw, 16px);\n    line-height: 1.6;\n  }\n\n  .sf-card .sf-icon {\n    width: 54px;\n    height: 54px;\n    border-radius: 14px;\n    background: #ff580d;\n    color: #fff;\n    display: grid;\n    place-items: center;\n    font-weight: 900;\n    font-size: 17px;\n    margin: 0 auto 18px;\n  }\n\n  .sf-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 34px;\n    align-items: stretch;\n    margin: 34px 0;\n    background: #fafafa;\n    border: 1px solid #ececec;\n    border-radius: 24px;\n    padding: 28px;\n  }\n\n  .sf-feature:nth-child(even) .sf-feature-image {\n    order: 2;\n  }\n\n  .sf-feature-image {\n    min-height: 315px;\n    padding: 24px;\n    display: grid;\n    place-items: center;\n    background: #fff;\n    border: 1px solid #ededed;\n    border-radius: 18px;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);\n  }\n\n  .sf-feature-image img {\n    width: 100%;\n    max-width: 100%;\n    max-height: 335px;\n    display: block;\n    object-fit: contain;\n    border-radius: 12px;\n    box-shadow: none;\n    background: transparent;\n  }\n\n  .sf-feature-text {\n    align-self: center;\n  }\n\n  .sf-feature-text h4 {\n    font-size: clamp(32px, 3vw, 46px);\n    margin: 0 0 18px;\n    line-height: 1.1;\n    color: #111;\n  }\n\n  .sf-feature-text p {\n    color: #333;\n    margin: 0 0 20px;\n    font-size: clamp(16px, 1vw, 17.5px);\n    line-height: 1.65;\n  }\n\n  .sf-feature-list {\n    display: grid;\n    gap: 12px;\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sf-feature-list li {\n    position: relative;\n    padding-left: 32px;\n    color: #333;\n    font-size: clamp(15px, 0.88vw, 16px);\n    line-height: 1.55;\n  }\n\n  .sf-feature-list li:before {\n    content: \"\\2713\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #ff580d;\n    font-weight: 900;\n    font-size: 1.15em;\n  }\n\n  .sf-feature-no-image {\n    grid-template-columns: 1fr;\n    background: #fff;\n  }\n\n  .sf-option-box {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .sf-option {\n    border: 1px solid #e8e8e8;\n    border-radius: 18px;\n    padding: 28px;\n    background: #fff;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);\n  }\n\n  .sf-option strong {\n    color: #ff580d;\n    display: block;\n    margin-bottom: 6px;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n\n  .sf-option h4 {\n    margin: 0 0 10px;\n    font-size: clamp(18px, 1.08vw, 20px);\n    color: #111;\n  }\n\n  .sf-option p {\n    margin: 0;\n    color: #555;\n    font-size: clamp(15px, 0.85vw, 16px);\n    line-height: 1.55;\n  }\n\n  .sf-included {\n    columns: 2 420px;\n    column-gap: 46px;\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .sf-included li {\n    break-inside: avoid;\n    margin: 0 0 9px;\n    color: #333;\n    font-size: clamp(14.5px, 0.8vw, 15.5px);\n    line-height: 1.45;\n  }\n\n  .sf-note {\n    background: #fff5ef;\n    border: 1px solid #ffd4bf;\n    border-left: 5px solid #ff580d;\n    border-radius: 16px;\n    padding: 20px 22px;\n    color: #333;\n    margin-top: 26px;\n    font-size: clamp(15px, 0.85vw, 16px);\n    line-height: 1.55;\n  }\n\n  .sf-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 22px;\n    padding: 38px 32px;\n    text-align: center;\n    margin-top: 44px;\n  }\n\n  .sf-cta h3 {\n    margin-bottom: 12px;\n    color: #fff;\n  }\n\n  .sf-cta p {\n    max-width: 850px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: clamp(15.5px, 0.95vw, 17px);\n    line-height: 1.6;\n  }\n\n  @media (max-width: 990px) {\n    .sf-grid,\n    .sf-option-box {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .sf-feature {\n      grid-template-columns: 1fr;\n    }\n\n    .sf-feature:nth-child(even) .sf-feature-image {\n      order: initial;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .sf-hero {\n      padding: 40px 22px;\n      border-radius: 18px;\n    }\n\n    .sf-hero h2 {\n      font-size: 34px;\n    }\n\n    .sf-hero p {\n      font-size: 15.5px;\n      line-height: 1.6;\n    }\n\n    .sf-badge {\n      font-size: 14px;\n      padding: 10px 14px;\n    }\n\n    .sf-section h3 {\n      font-size: 30px;\n    }\n\n    .sf-section-intro {\n      font-size: 15.5px;\n      line-height: 1.6;\n      text-align: left;\n    }\n\n    .sf-grid,\n    .sf-option-box {\n      grid-template-columns: 1fr;\n    }\n\n    .sf-included {\n      columns: 1;\n    }\n\n    .sf-feature {\n      padding: 18px;\n      border-radius: 18px;\n    }\n\n    .sf-feature-image {\n      min-height: 220px;\n      padding: 16px;\n    }\n\n    .sf-feature-image img {\n      max-height: 260px;\n    }\n\n    .sf-feature-text h4 {\n      font-size: 30px;\n    }\n\n    .sf-feature-text p {\n      font-size: 15.5px;\n      line-height: 1.6;\n    }\n\n    .sf-feature-list li {\n      font-size: 15px;\n    }\n\n    .sf-card {\n      padding: 30px 24px;\n    }\n\n    .sf-card h4 {\n      font-size: 18px;\n    }\n\n    .sf-card p {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"sf-turnkey\"\u003e\n  \u003cheader class=\"sf-hero\"\u003e\n    \u003ch2\u003ePodium Ultimate Turnkey Racing Simulator\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The top-tier Speednation simulator package, built above Fusion for customers who want the strongest and most complete racing setup we offer. Podium Ultimate combines the MOZA R25 Ultra True Torque DD wheel base, MOZA mBooster active pedal bundle, MOZA KS Pro wheel, HMA150 haptic motion actuator, triple 32\" QHD displays, Racetech wide and tall seat, surround sound and a Playtech Triple 1440p PC.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This is the package for drivers who want the serious hardware, the motion layer, the audio, the PC, the triple-screen system and the finishing accessories all planned together instead of pieced together one part at a time.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sf-badges\"\u003e\n      \u003cspan class=\"sf-badge\"\u003eBest Speednation Racing Simulator\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eMOZA R25 Ultra True Torque\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eMOZA mBooster Active Pedals\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eTriple 32\" QHD 165Hz Displays\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eHMA150 Motion Included\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003ePlaytech Triple 1440p PC Included\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"sf-section\"\u003e\n    \u003ch3\u003eBuilt for customers who want the best simulator in the range\u003c\/h3\u003e\n\n    \u003cp class=\"sf-section-intro\"\u003e\n      Podium Ultimate takes the premium Fusion-style platform and pushes it further with stronger drive hardware, active pedals, HMA150 motion, premium audio, serious manual controls and a complete triple-screen PC setup. It is made for customers who want the most complete static-plus-motion racing simulator package Speednation can supply.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sf-grid\"\u003e\n      \u003cdiv class=\"sf-card\"\u003e\n        \u003cdiv class=\"sf-icon\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eR25 flagship force feedback\u003c\/h4\u003e\n        \u003cp\u003eThe MOZA R25 Ultra True Torque DD wheel base gives this package the strongest wheel base in the supplied simulator list.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-card\"\u003e\n        \u003cdiv class=\"sf-icon\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eActive pedal package\u003c\/h4\u003e\n        \u003cp\u003eThe MOZA mBooster bundle adds gas, active pedal hardware and base plate support for a more advanced pedal feel.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-card\"\u003e\n        \u003cdiv class=\"sf-icon\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eMotion and immersion\u003c\/h4\u003e\n        \u003cp\u003eHMA150 motion, Z906 surround sound, manual controls and triple 32\" displays make this the most immersive package here.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-card\"\u003e\n        \u003cdiv class=\"sf-icon\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003eFinished turnkey system\u003c\/h4\u003e\n        \u003cp\u003ePC shelf, cable box, USB hub, surge protection, mounts, spacers and cable clips are included so the build feels complete.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sf-section\"\u003e\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/imgi_6_R25U-Z.png?v=1761859901\" alt=\"MOZA R25 Ultra True Torque direct drive wheel base\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA R25 Ultra True Torque DD wheel base\u003c\/h4\u003e\n        \u003cp\u003e\n          The MOZA R25 Ultra True Torque wheel base is the centrepiece of Podium Ultimate. It gives this simulator its flagship direct drive feel and makes the package a clear step above the lower-torque Fusion configuration.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eMOZA R25 Ultra True Torque DD wheel base included\u003c\/li\u003e\n          \u003cli\u003eBuilt for serious high-force sim racing\u003c\/li\u003e\n          \u003cli\u003eMatched with the MOZA KS Pro steering wheel\u003c\/li\u003e\n          \u003cli\u003eMounted to the Next Level Racing F-GT 160 cockpit platform\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/1_b51b0c39-df58-46f2-a6a3-325b1d619efc.png?v=1742252270\" alt=\"MOZA mBooster active pedal bundle\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA mBooster active pedal bundle\u003c\/h4\u003e\n        \u003cp\u003e\n          Podium Ultimate includes the MOZA mBooster bundle with gas, active pedal and base plate. This gives the simulator a more advanced pedal package than a standard passive pedal setup.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eMOZA mBooster gas and active pedal bundle\u003c\/li\u003e\n          \u003cli\u003eBase plate included\u003c\/li\u003e\n          \u003cli\u003eDesigned for a more advanced pedal feel\u003c\/li\u003e\n          \u003cli\u003eMOZA CRP2 clutch pedal also included for a complete pedal setup\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/imgi_3_moza-ks-pro-gt-wheel-main.jpg?v=1767829635\" alt=\"MOZA KS Pro steering wheel\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA KS Pro steering wheel\u003c\/h4\u003e\n        \u003cp\u003e\n          The MOZA KS Pro steering wheel gives the package a modern GT-style wheel that suits endurance, GT, prototype and high-performance racing titles.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eMOZA KS Pro steering wheel included\u003c\/li\u003e\n          \u003cli\u003eMatched to the MOZA R25 Ultra wheel base\u003c\/li\u003e\n          \u003cli\u003eIdeal for GT, endurance and prototype racing\u003c\/li\u003e\n          \u003cli\u003ePremium wheel choice for the top-tier package\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/speednation.co.nz\/cdn\/shop\/files\/imgi_44_HMA150-2.png?crop=center\u0026amp;height=1200\u0026amp;v=1785364998\u0026amp;width=1200\" alt=\"MOZA Haptic Motion Actuator HMA150\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA Haptic Motion Actuator HMA150\u003c\/h4\u003e\n        \u003cp\u003e\n          HMA150 motion is included in Podium Ultimate, adding physical movement to the simulator instead of leaving motion as an optional add-on. It adds a stronger sense of weight transfer, braking, acceleration, kerbs and surface detail.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eMOZA Haptic Motion Actuator HMA150 included\u003c\/li\u003e\n          \u003cli\u003eAdds physical motion feedback to the simulator\u003c\/li\u003e\n          \u003cli\u003eImproves immersion under braking, acceleration and kerb strikes\u003c\/li\u003e\n          \u003cli\u003eMoves Podium Ultimate above the standard Fusion package\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/products\/NextLevelRacingF-GT160-WheelPlateEd1.jpg?v=1680233663\" alt=\"Next Level Racing F-GT 160 cockpit wheel plate edition\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eNext Level Racing F-GT 160 cockpit\u003c\/h4\u003e\n        \u003cp\u003e\n          The cockpit base is the Next Level Racing F-GT 160 Wheel Plate Edition in black. It gives the package the structure needed for serious direct drive hardware, active pedals and long sessions.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eF-GT 160 cockpit with wheel plate edition included\u003c\/li\u003e\n          \u003cli\u003eStrong platform for direct drive racing hardware\u003c\/li\u003e\n          \u003cli\u003eSpeednation NLR floor plate included\u003c\/li\u003e\n          \u003cli\u003eSuitable for GT, endurance, touring, rally and drift use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/RTRSIM4119WTHR-Gaming-front-1024px-2.jpg?v=1765144110\" alt=\"Racetech 4119WTHR wide and tall simulator seat\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eRacetech 4119WTHR wide and tall sim seat\u003c\/h4\u003e\n        \u003cp\u003e\n          Podium Ultimate uses the Racetech 4119WTHR wide and tall simulator seat with head restraint, black composite shell, black cover and black leather wear patches.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eWide and tall Racetech simulator seat included\u003c\/li\u003e\n          \u003cli\u003eHead restraint style for a serious race cockpit feel\u003c\/li\u003e\n          \u003cli\u003eBlack composite shell and black cover\u003c\/li\u003e\n          \u003cli\u003eRacetech simulator seat slider included for adjustment\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/MONSAM72530__1.jpg?v=1745298648\" alt=\"Samsung Odyssey G5 32 inch QHD curved gaming monitor\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eTriple Samsung Odyssey G5 32\" QHD display setup\u003c\/h4\u003e\n        \u003cp\u003e\n          Podium Ultimate includes three Samsung Odyssey G5 32\" QHD 165Hz curved gaming monitors, the Elite freestanding single monitor stand and the matching triple monitor add-on.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003e3 x Samsung Odyssey G5 32\" QHD 165Hz curved monitors\u003c\/li\u003e\n          \u003cli\u003eNext Level Racing Elite single monitor stand included\u003c\/li\u003e\n          \u003cli\u003eNext Level Racing Elite triple monitor add-on included\u003c\/li\u003e\n          \u003cli\u003eTrack Racer variable adjustment VESA adapter kit included\u003c\/li\u003e\n          \u003cli\u003e3 x HAZ3D Samsung G5 VESA spacers included\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/imgi_7_h2sq-black-red--1.jpg?v=1760327393\" alt=\"BDH Race Sim Hardware H2SQ shifter black and red\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eBDH H2SQ shifter and MOZA HBP handbrake\u003c\/h4\u003e\n        \u003cp\u003e\n          The BDH H2SQ shifter and MOZA HBP handbrake give Podium Ultimate physical manual controls for cars and disciplines where paddles alone are not enough.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eBDH Race Sim Hardware H2SQ shifter included\u003c\/li\u003e\n          \u003cli\u003eMOZA HBP handbrake included\u003c\/li\u003e\n          \u003cli\u003eUseful for rally, drift, historic and manual cars\u003c\/li\u003e\n          \u003cli\u003eAdds a more complete physical cockpit feel\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/1-fe4a0094b7-231714123.jpg?v=1746581678\" alt=\"Logitech Z906 surround sound speaker system\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eLogitech Z906 surround sound\u003c\/h4\u003e\n        \u003cp\u003e\n          Podium Ultimate includes Logitech Z906 surround sound speakers and HAZ3D Logitech Z906 cockpit mounts, giving the simulator a more complete audio setup than a headset-only rig.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eLogitech Z906 surround sound speakers included\u003c\/li\u003e\n          \u003cli\u003eHAZ3D Logitech Z906 cockpit mounts included\u003c\/li\u003e\n          \u003cli\u003eGreat for engine, tyre, kerb and environment audio\u003c\/li\u003e\n          \u003cli\u003eTurtle Beach Stealth Pro II Black PC headset also included\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/SHELF.png?v=1781490108\" alt=\"Speednation PC shelf and cable management box\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003ePlaytech Triple 1440p PC and cable management\u003c\/h4\u003e\n        \u003cp\u003e\n          The Playtech Triple 1440p PC is included to drive the triple QHD monitor setup. The Speednation PC Shelf + Cable Management Box, USB hub, surge protection, mounts and cable clips help keep the finished simulator tidy.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003ePlaytech Triple 1440p PC included\u003c\/li\u003e\n          \u003cli\u003eSpeednation PC Shelf + Cable Management Box included\u003c\/li\u003e\n          \u003cli\u003eStarTech.com 7 Port USB 3.0 Hub included\u003c\/li\u003e\n          \u003cli\u003e2 x Belkin 6-outlet surge protectors included\u003c\/li\u003e\n          \u003cli\u003eHAZ3D cable cover clips and cable management clips included\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature\"\u003e\n      \u003cdiv class=\"sf-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/KEYLOG2996837__1_webp.jpg?v=1724057103\" alt=\"Logitech K400 Plus wireless touch keyboard\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eKeyboard, headset and daily-use accessories\u003c\/h4\u003e\n        \u003cp\u003e\n          The smaller parts are included so the simulator works as a complete day-to-day system: wireless keyboard, keyboard mount, headset, headphone holder, USB extension and cable-management parts.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eLogitech Wireless Touch Keyboard K400 Plus included\u003c\/li\u003e\n          \u003cli\u003eHAZ3D Logitech K400 cockpit mount included\u003c\/li\u003e\n          \u003cli\u003eTurtle Beach Stealth Pro II Black PC headset included\u003c\/li\u003e\n          \u003cli\u003eHAZ3D headphone \/ glove holder included\u003c\/li\u003e\n          \u003cli\u003eALOGIC 2m USB 3.0 extension cable included\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sf-section\"\u003e\n    \u003ch3\u003eChoose how you want it supplied\u003c\/h3\u003e\n\n    \u003cp class=\"sf-section-intro\"\u003e\n      Podium Ultimate can be supplied as a complete self-build package, or upgraded with Speednation build and installation services if you want the simulator delivered closer to race-ready.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sf-option-box\"\u003e\n      \u003cdiv class=\"sf-option\"\u003e\n        \u003cstrong\u003eOption 1\u003c\/strong\u003e\n        \u003ch4\u003eComplete self-build package\u003c\/h4\u003e\n        \u003cp\u003e\n          We supply the full Podium Ultimate package with all listed components, ready for you to assemble at home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-option\"\u003e\n        \u003cstrong\u003eOption 2\u003c\/strong\u003e\n        \u003ch4\u003eBuilt and delivered\u003c\/h4\u003e\n        \u003cp\u003e\n          Speednation can build the simulator before delivery, saving you the time of assembling the cockpit, screens, PC, motion and accessory hardware yourself.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-option\"\u003e\n        \u003cstrong\u003eOption 3\u003c\/strong\u003e\n        \u003ch4\u003eBuilt and installed on-site\u003c\/h4\u003e\n        \u003cp\u003e\n          Available in or close to the Auckland area for an extra cost. We can build, install and help get the setup ready to race.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-note\"\u003e\n      \u003cstrong\u003eInstallation recommendation:\u003c\/strong\u003e Because Podium Ultimate includes a high-force direct drive wheel base, HMA150 motion, active pedal hardware, triple monitors, surround sound and a full PC setup, Speednation installation is strongly recommended if you want the cleanest finished result.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sf-section\"\u003e\n    \u003ch3\u003eFull Podium Ultimate Simulator component list\u003c\/h3\u003e\n\n    \u003cp class=\"sf-section-intro\"\u003e\n      This package includes the flagship controls, cockpit, motion hardware, triple-screen PC system, audio and finishing accessories needed for Speednation's highest-tier racing simulator.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sf-included\"\u003e\n      \u003cli\u003ePLATRIPLE2K - Playtech Triple 1440p PC - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRTRSIM419WTHR - Racetech Sim Seat 4119WTHR - Wide \u0026amp; Tall Size Head Restraint Black Composite Shell \u0026amp; Black Cover w\/ Black Leather Wear Patches - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7271343 - MOZA R25 Ultra True Torque DD Wheel Base - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRANLR8000404 - Next Level Racing F-GT 160 Cockpit - Wheel Plate Edition - Black - Qty 1\u003c\/li\u003e\n      \u003cli\u003eLOGI1529965 - Logitech Z906 Surround Sound Speakers - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7270834 - MOZA mBooster Bundle (Gas + Active + Base Plate) - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7271282 - MOZA KS Pro Steering Wheel - Qty 1\u003c\/li\u003e\n      \u003cli\u003eSAM5366210 - Samsung Odyssey G5 32\" QHD 165Hz Curved Gaming Monitor - Qty 3\u003c\/li\u003e\n      \u003cli\u003eRANLR8000282 - Next Level Racing Elite Free Standing Single Monitor Stand - Black Edition - Qty 1\u003c\/li\u003e\n      \u003cli\u003eBDHH2SQBR - BDH Race Sim Hardware H2SQ - Black \/ Red - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7239615 - MOZA HBP Handbrake - Qty 1\u003c\/li\u003e\n      \u003cli\u003eSPNPCSHLF - Speednation PC Shelf + Cable Management Box - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRANLR8000329 - Next Level Racing Elite Free Standing Triple Monitor Add-On - Black Edition - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7270582 - MOZA CRP2 Pedals (Clutch) - Qty 1\u003c\/li\u003e\n      \u003cli\u003eSPNFLRPLT - Speednation NLR Floor Plate - Suits Elite Cockpits - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAVESAKIT - Track Racer Variable Adjustment VESA Adapter Kit for Monitors - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING0859776 - StarTech.com 7 Port USB 3.0 Hub - Qty 1\u003c\/li\u003e\n      \u003cli\u003eTB4401196 - Turtle Beach Stealth Pro II Black PC - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING5115348 - Logitech Wireless Touch Keyboard K400 Plus - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRTRSIMSLIDER - Racetech Simulator Only Seat Slider - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING3651009 - Belkin 6-Outlets Surge Suppressor \/ Protector - Qty 2\u003c\/li\u003e\n      \u003cli\u003eZ906COKMNT - HAZ3D Logitech Z906 Cockpit Mounts - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING4503107 - ALOGIC 2m Ultra USB 3.0 USB-A Male to USB-A Female Extension Cable - Qty 1\u003c\/li\u003e\n      \u003cli\u003eK400COKMNT - HAZ3D Logitech K400 Cockpit Mount - Qty 1\u003c\/li\u003e\n      \u003cli\u003eHPHHBLK - HAZ3D Headphone \/ Glove Holder - Qty 1\u003c\/li\u003e\n      \u003cli\u003eHAZG5SPC - HAZ3D Samsung G5 VESA Mount 10mm Spacer 75x75 - Fits LS32CG552EEXXY \u0026amp; LC34G55TWWEXXY - Qty 3\u003c\/li\u003e\n      \u003cli\u003eHAZCABCVR - HAZ3D Cable Cover Clips Value Pack - Qty 2\u003c\/li\u003e\n      \u003cli\u003eCABBLK - HAZ3D Cable Tie Management Clip (10 Pack) - Black - Qty 2\u003c\/li\u003e\n      \u003cli\u003eCBMGCL - HAZ3D Cable Management Clip x 10 - Qty 2\u003c\/li\u003e\n      \u003cli\u003eRAMO7271466 - MOZA Haptic Motion Actuator HMA150 - Qty 1\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sf-note\"\u003e\n      \u003cstrong\u003eNeed help confirming fit?\u003c\/strong\u003e If you want Podium Ultimate installed, or you need to confirm room size, motion clearance, screen placement, PC requirements or cockpit positioning, contact Speednation before ordering and we can help plan the best setup for your space.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sf-cta\"\u003e\n    \u003ch3\u003eReady for the best Speednation simulator?\u003c\/h3\u003e\n    \u003cp\u003e\n      The Podium Ultimate Turnkey Racing Simulator gives you the R25 wheel base, mBooster pedals, HMA150 motion, triple-screen PC package, Racetech seat, surround sound and finishing accessories in one complete top-tier build.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/section\u003e\n","brand":"SpeedNation","offers":[{"title":"Default Title","offer_id":42536335016018,"sku":null,"price":24999.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/WhatsAppImage2026-08-04at3.01.58PM.jpg?v=1785812592","url":"https:\/\/speednation.co.nz\/products\/podium-ultimate-turnkey-racing-simulator","provider":"Speednation","version":"1.0","type":"link"}