{"product_id":"turn-key-formula-simulator-1","title":"Turn Key - Formula+ 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\u003eFormula+ Turnkey Simulator\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A serious formula-focused turnkey simulator built around the Next Level Racing F-GT Pro Black Edition cockpit, MOZA R12 V2 direct drive wheel base, MOZA CRP2 load cell pedals, MOZA FSR V2 Formula Wheel and a 49\" Samsung Odyssey G91F ultrawide display.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Formula+ is designed for drivers who want a focused single-ultrawide formula and GT simulator with strong direct drive feedback, a dedicated formula wheel, a clean PC\/display package and the practical accessories needed to make the setup feel finished.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sf-badges\"\u003e\n      \u003cspan class=\"sf-badge\"\u003eFormula-Style Turnkey Simulator\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eMOZA R12 V2 Direct Drive\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eMOZA FSR V2 Formula Wheel\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003e49\" 144Hz Ultrawide Monitor\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003e49 Ultrawide Gaming PC Included\u003c\/span\u003e\n      \u003cspan class=\"sf-badge\"\u003eAuckland Installation Available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"sf-section\"\u003e\n    \u003ch3\u003eBuilt for formula-style racing without the loose-parts headache\u003c\/h3\u003e\n\n    \u003cp class=\"sf-section-intro\"\u003e\n      Formula+ brings the cockpit, wheel base, formula wheel, pedals, monitor, PC, headset, keyboard, power protection and cable-management accessories together as one package. It is made for customers who want a more focused driving position and a cleaner single-display simulator than a basic starter rig.\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\u003eFormula and GT cockpit\u003c\/h4\u003e\n        \u003cp\u003eThe F-GT Pro Black Edition has a wide Formula-to-GT adjustment range, reinforced frame and premium black finish.\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\u003e12 Nm direct drive\u003c\/h4\u003e\n        \u003cp\u003eThe MOZA R12 V2 wheel base gives the package strong direct drive force feedback with headroom for serious racing.\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\u003eFormula wheel and pedals\u003c\/h4\u003e\n        \u003cp\u003eThe MOZA FSR V2 wheel and CRP2 load cell pedals suit formula, GT, endurance and high-downforce racing titles.\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\u003e49\" ultrawide system\u003c\/h4\u003e\n        \u003cp\u003eThe 49\" Samsung Odyssey display, monitor stand and Speednation 49 Ultrawide Gaming PC complete the single-screen package.\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\/IMG-20250819-WA0001.jpg?v=1755583324\" alt=\"Formula+ turnkey simulator package\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eComplete Formula+ simulator package\u003c\/h4\u003e\n        \u003cp\u003e\n          Formula+ is built as a matched simulator package instead of a pile of separate products. It combines the cockpit, controls, PC, display, power, headset and cable-management accessories into one cleaner setup.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eComplete formula-style turnkey simulator package\u003c\/li\u003e\n          \u003cli\u003eDesigned around a single 49\" ultrawide display\u003c\/li\u003e\n          \u003cli\u003eDirect drive wheel base and load cell pedal hardware\u003c\/li\u003e\n          \u003cli\u003eAvailable as self-build, built and delivered, or installed on-site\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\/NextLevelRacingF-GTPro-BlackEdition1.jpg?v=1744176730\" alt=\"Next Level Racing F-GT Pro Black Edition cockpit\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eNext Level Racing F-GT Pro Black Edition\u003c\/h4\u003e\n        \u003cp\u003e\n          The F-GT Pro Black Edition is the base of the Formula+ package. It is designed for Formula and GT style driving positions, with expanded adjustment, mid-frame reinforcement and a premium gloss metallic powder coat.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eFormula-to-GT adjustment range\u003c\/li\u003e\n          \u003cli\u003eIndustrial-grade mid-frame reinforcement\u003c\/li\u003e\n          \u003cli\u003eHigh-tensile bracing plates for frame stability\u003c\/li\u003e\n          \u003cli\u003eExtended chassis for improved ergonomics\u003c\/li\u003e\n          \u003cli\u003eEnhanced pedal plate adjustment for formula or GT 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_7_R12_V2-1.webp?v=1755730297\" alt=\"MOZA R12 V2 direct drive wheel base\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA R12 V2 direct drive wheel base\u003c\/h4\u003e\n        \u003cp\u003e\n          The MOZA R12 V2 gives Formula+ its direct drive force feedback. It is a strong match for a reinforced cockpit and formula wheel, giving more detail and strength than entry wheel bases.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003e12 Nm direct drive wheel base\u003c\/li\u003e\n          \u003cli\u003eStrong detail through kerbs, traction loss and load changes\u003c\/li\u003e\n          \u003cli\u003eWell matched to the F-GT Pro cockpit\u003c\/li\u003e\n          \u003cli\u003eBuilt for serious formula, GT and endurance sessions\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\/6_Large_16f48fb9-7d21-4ee7-8b15-b876887ccb05.png?v=1737495161\" alt=\"MOZA FSR V2 Formula Wheel\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA FSR V2 Formula Wheel\u003c\/h4\u003e\n        \u003cp\u003e\n          The MOZA FSR V2 is a 280mm formula-style steering wheel with a 4.3\" touchscreen, carbon fiber face plate, backlit buttons, rotary encoders and a 6-paddle layout for detailed control.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003e280mm formula-style steering wheel\u003c\/li\u003e\n          \u003cli\u003e4.3\" touchscreen display\u003c\/li\u003e\n          \u003cli\u003eCarbon fiber face plate and aluminum quick release\u003c\/li\u003e\n          \u003cli\u003e6-paddle design with rotary and thumb encoders\u003c\/li\u003e\n          \u003cli\u003eIdeal for formula, prototype and GT racing\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\/CRP2.png?v=1724565933\" alt=\"MOZA CRP2 load cell pedals throttle and brake\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA CRP2 load cell pedals\u003c\/h4\u003e\n        \u003cp\u003e\n          Formula+ includes the MOZA CRP2 throttle and brake pedal set. The CRP2 pedals use a 200kg load cell sensor, 15-bit angle sensor and a tool-free adjustment system for serious pedal tuning.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eMOZA CRP2 throttle and brake pedals included\u003c\/li\u003e\n          \u003cli\u003e200kg load cell brake sensor\u003c\/li\u003e\n          \u003cli\u003e15-bit high precision angle sensor\u003c\/li\u003e\n          \u003cli\u003eCNC aerospace-grade aluminum construction\u003c\/li\u003e\n          \u003cli\u003eTool-free adjustment for brake feel and 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\/1_644d70d5-5f5e-4b8b-b71c-2567e0baba81.png?v=1706847452\" alt=\"MOZA Extension Rod V2\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eMOZA Extension Rod V2\u003c\/h4\u003e\n        \u003cp\u003e\n          The MOZA extension rod helps place the formula wheel closer to a real racing column position. It also allows cleaner cockpit layout options, including hiding the base behind the display or dash area.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003e15cm steering wheel extension\u003c\/li\u003e\n          \u003cli\u003eCNC aluminum construction\u003c\/li\u003e\n          \u003cli\u003eMaintains MOZA quick-release wheel swaps\u003c\/li\u003e\n          \u003cli\u003eHelps create a more realistic wheel position\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sf-feature sf-feature-no-image\"\u003e\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eSamsung Odyssey G91F 49\" ultrawide monitor\u003c\/h4\u003e\n        \u003cp\u003e\n          The Formula+ display is the Samsung Odyssey G91F 49\" ultrawide curved gaming monitor. The supplied spec calls for a 144Hz curved 1000R display, giving a wide single-screen racing view without the setup complexity of triples.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003e49\" ultrawide curved gaming monitor\u003c\/li\u003e\n          \u003cli\u003e144Hz refresh rate\u003c\/li\u003e\n          \u003cli\u003e1000R curved panel\u003c\/li\u003e\n          \u003cli\u003eWide single-screen view for formula and GT racing\u003c\/li\u003e\n          \u003cli\u003eMatched with the Speednation 49 Ultrawide Gaming PC\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\/NLRELI_2.jpg?v=1680233252\" alt=\"Next Level Racing Elite freestanding single monitor stand black edition\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eElite freestanding single monitor stand\u003c\/h4\u003e\n        \u003cp\u003e\n          The Next Level Racing Elite Free Standing Single Monitor Stand gives the 49\" display a dedicated support structure, with premium black aluminium profile and strong powder-coated steel components.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eFreestanding design for screen distance control\u003c\/li\u003e\n          \u003cli\u003eSupports screens up to 65\"\u003c\/li\u003e\n          \u003cli\u003e600mm vertical adjustment range\u003c\/li\u003e\n          \u003cli\u003eUniversal VESA mounting plate included\u003c\/li\u003e\n          \u003cli\u003eBlack edition finish to match the cockpit 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\/files\/p30-speednation-mockup.jpg?v=1782768155\" alt=\"Speednation 49 Ultrawide Gaming PC\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eSpeednation 49 Ultrawide Gaming PC\u003c\/h4\u003e\n        \u003cp\u003e\n          The supplied package includes the Speednation 49 Ultrawide Gaming PC, matched to the single 49\" ultrawide display rather than a basic single-monitor spec.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eSpeednation 49 Ultrawide Gaming PC included\u003c\/li\u003e\n          \u003cli\u003eSpecified for the 49\" ultrawide simulator package\u003c\/li\u003e\n          \u003cli\u003eSupplied as part of the full turnkey system\u003c\/li\u003e\n          \u003cli\u003ePairs with the Samsung Odyssey G91F display\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\u003eSpeednation PC shelf and cable management box\u003c\/h4\u003e\n        \u003cp\u003e\n          The Speednation PC Shelf + Cable Management Box gives the gaming PC a secure place to sit while helping hide power, USB, display and accessory cabling for a cleaner finished simulator.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eStrong PC platform for profile-style simulator setups\u003c\/li\u003e\n          \u003cli\u003eIntegrated cable box for cleaner wiring\u003c\/li\u003e\n          \u003cli\u003eMagnetic access panel for easier cable access\u003c\/li\u003e\n          \u003cli\u003eHelps keep the simulator looking finished\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\/NLRF-G_4.jpg?v=1744176505\" alt=\"Next Level Racing F-GT Pro keyboard and mouse tray\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eF-GT Pro keyboard and mouse tray\u003c\/h4\u003e\n        \u003cp\u003e\n          The included F-GT Pro Direct Keyboard and Mouse Tray keeps PC controls accessible from the cockpit without needing a separate desk beside the simulator.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003ePurpose-built for the F-GT Pro cockpit\u003c\/li\u003e\n          \u003cli\u003e125 degree swivel rotation for easy entry and exit\u003c\/li\u003e\n          \u003cli\u003eReversible left or right side mounting\u003c\/li\u003e\n          \u003cli\u003e50mm carbon steel tubing and matte black finish\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, power and cockpit accessories\u003c\/h4\u003e\n        \u003cp\u003e\n          Formula+ includes the smaller accessories that make the simulator easier to live with: wireless touch keyboard, surge protection, headphone holder and cable-management hardware.\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\u003eBelkin 4-outlet surge suppressor \/ protector included\u003c\/li\u003e\n          \u003cli\u003eHAZ3D headphone \/ glove holder included\u003c\/li\u003e\n          \u003cli\u003eUseful daily controls and protection for the PC 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\/01_Product-Image_TB_Atlas-Air_Front-Artwork_3000x3000_2554432d-076f-4c08-9da0-59e453ca6497.png?v=1737751747\" alt=\"Turtle Beach Atlas Air headset for PC\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sf-feature-text\"\u003e\n        \u003ch4\u003eTurtle Beach Atlas Air and Atlas 200 headsets\u003c\/h4\u003e\n        \u003cp\u003e\n          The Formula+ package includes both the Turtle Beach Atlas Air PC headset and Turtle Beach Atlas 200 Black PC headset, giving the setup flexible private-audio options for racing, setup and online sessions.\n        \u003c\/p\u003e\n\n        \u003cul class=\"sf-feature-list\"\u003e\n          \u003cli\u003eAtlas Air wireless open-back PC gaming headset included\u003c\/li\u003e\n          \u003cli\u003eLow-latency 2.4GHz wireless and Bluetooth support\u003c\/li\u003e\n          \u003cli\u003eAtlas 200 Black PC headset also included\u003c\/li\u003e\n          \u003cli\u003eUseful for online racing, voice chat and private audio\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      Formula+ 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 Formula+ 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, monitor, PC and controls 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 Formula+ includes a direct drive wheel base, 49\" display, PC, cable management and cockpit accessories, Speednation installation is a good option 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 Formula+ Simulator component list\u003c\/h3\u003e\n\n    \u003cp class=\"sf-section-intro\"\u003e\n      The package includes the cockpit, direct drive controls, 49\" ultrawide display, gaming PC and supporting accessories needed for a complete formula-style simulator.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sf-included\"\u003e\n      \u003cli\u003eRANLR1503806 - Next Level Racing F-GT Pro Keyboard and Mouse Tray - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRANLR1503776 - Next Level Racing F-GT Pro Black Edition - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7239875 - MOZA Extension Rod V2 - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRANLR8000282 - Next Level Racing Elite Free Standing Single Monitor Stand - Black Edition - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7270827 - MOZA R12 V2 Direct Drive Wheel Base - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7270575 - MOZA CRP2 Pedals (Throttle + Brake) - Qty 1\u003c\/li\u003e\n      \u003cli\u003eRAMO7270599 - MOZA FSR V2 Formula Wheel - Qty 1\u003c\/li\u003e\n      \u003cli\u003eLS49FG912EEXXY - Samsung Odyssey G91F 49\" Ultrawide 144Hz Curved 1000R Gaming Monitor - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING3650958 - Belkin 4-Outlets Surge Suppressor \/ Protector - Qty 1\u003c\/li\u003e\n      \u003cli\u003eING5115348 - Logitech Wireless Touch Keyboard K400 Plus - Qty 1\u003c\/li\u003e\n      \u003cli\u003eFDL-S49 - Speednation 49 Ultrawide Gaming PC - Qty 1\u003c\/li\u003e\n      \u003cli\u003eTBEARATLASAIR - Turtle Beach Atlas Air PC - Qty 1\u003c\/li\u003e\n      \u003cli\u003eSPNPCSHLF - Speednation PC Shelf + Cable Management Box - Qty 1\u003c\/li\u003e\n      \u003cli\u003eHPHHBLK - HAZ3D Headphone \/ Glove Holder - Qty 1\u003c\/li\u003e\n      \u003cli\u003eTB4400304 - Turtle Beach Atlas 200 Black PC - 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 Formula+ installed, or you need to confirm room size, 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 a focused formula-style setup?\u003c\/h3\u003e\n    \u003cp\u003e\n      The Formula+ Turnkey Simulator gives you the cockpit, direct drive controls, formula wheel, load cell pedals, 49\" ultrawide display, PC and accessories in one complete package, with Speednation build and installation options available.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/section\u003e\n","brand":"Speednation","offers":[{"title":"No PC","offer_id":42487388962898,"sku":null,"price":8600.0,"currency_code":"NZD","in_stock":true},{"title":"Add PC","offer_id":42487388995666,"sku":null,"price":11599.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1824\/4087\/files\/IMG-20250819-WA0001.jpg?v=1755583324","url":"https:\/\/speednation.co.nz\/products\/turn-key-formula-simulator-1","provider":"Speednation","version":"1.0","type":"link"}