{"product_id":"simagic-entry-bundle","title":"Simagic Entry Bundle #1 | GTNeo + Alpha Evo Sport + P700 Pedals","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;900\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --red: #e8001d;\n      --red-dark: #b00016;\n      --bg: #ffffff;\n      --mid: #f4f4f4;\n      --panel: #ffffff;\n      --border: #e0e0e0;\n      --text: #1a1a1a;\n      --muted: #777;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: var(--bg);\n      color: var(--text);\n      font-family: 'Poppins', sans-serif;\n      min-height: 100vh;\n      overflow-x: hidden;\n    }\n\n    \/* ── HERO ── *\/\n    .hero {\n      padding: 22px 16px 24px;\n      text-align: center;\n      background: #ffffff;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .eyebrow {\n      display: block;\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 16px;\n    }\n\n    .hero-title {\n      font-family: 'Poppins', sans-serif;\n      font-size: clamp(28px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.15;\n      color: #111;\n      margin-bottom: 8px;\n    }\n\n    .hero-subtitle {\n      font-size: 15px;\n      font-weight: 400;\n      color: var(--muted);\n      margin-bottom: 28px;\n    }\n\n    .hero-intro {\n      max-width: 960px;\n      margin: 0 auto 32px;\n      font-size: 16px;\n      line-height: 1.75;\n      color: #555;\n    }\n\n    .hero-intro strong {\n      color: #111;\n      font-weight: 600;\n    }\n\n    .bundle-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #f5f5f5;\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      padding: 9px 18px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #444;\n    }\n\n    .bundle-tag::before {\n      content: '';\n      width: 7px; height: 7px;\n      border-radius: 50%;\n      background: #22a855;\n      flex-shrink: 0;\n    }\n\n    \/* ── CARDS ── *\/\n    .cards-section {\n      padding: 36px 32px 80px;\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n\n    .section-label {\n      font-family: 'Poppins', sans-serif;\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 24px;\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .section-label::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: var(--border);\n    }\n\n    .cards-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 24px;\n    }\n\n    .card {\n      position: relative;\n      background: var(--panel);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      border: 1px solid var(--border);\n      transition: border-color 0.3s ease, transform 0.3s ease;\n    }\n\n    .card:hover {\n      border-color: rgba(232,0,29,0.5);\n      transform: translateY(-4px);\n    }\n\n    .card-number {\n      position: absolute;\n      top: 16px;\n      left: 20px;\n      font-family: 'Poppins', sans-serif;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.2em;\n      color: var(--red);\n      z-index: 2;\n    }\n\n    .card-img-wrap {\n      position: relative;\n      width: 100%;\n      aspect-ratio: 4\/3;\n      overflow: hidden;\n      background: #ffffff;\n      padding: 12px;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .card-img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      object-position: center;\n      display: block;\n      transition: transform 0.5s ease;\n      transform: scale(1.2);\n    }\n\n    .card:hover .card-img-wrap img {\n      transform: scale(1.26);\n    }\n\n    .card-body {\n      padding: 28px 28px 32px;\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .card-type {\n      font-family: 'Poppins', sans-serif;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.25em;\n      text-transform: uppercase;\n      color: var(--red);\n      margin-bottom: 8px;\n    }\n\n    .card-title {\n      font-family: 'Poppins', sans-serif;\n      font-size: 36px;\n      font-weight: 900;\n      text-transform: uppercase;\n      color: #111;\n      line-height: 1.05;\n      margin-bottom: 16px;\n    }\n\n    .card-desc {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #555;\n      margin-bottom: 24px;\n      flex: 1;\n    }\n\n    .card-specs {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 28px;\n    }\n\n    .spec-pill {\n      font-family: 'Poppins', sans-serif;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #444;\n      background: #f0f0f0;\n      border: 1px solid #ddd;\n      border-radius: 2px;\n      padding: 4px 10px;\n    }\n\n    .card-cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--red);\n      color: #fff;\n      text-decoration: none;\n      font-family: 'Poppins', sans-serif;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 12px 22px;\n      border-radius: 2px;\n      align-self: flex-start;\n      transition: background 0.2s ease, gap 0.2s ease;\n    }\n\n    .card-cta:hover {\n      background: var(--red-dark);\n      gap: 16px;\n    }\n\n    .card-cta svg {\n      flex-shrink: 0;\n      transition: transform 0.2s ease;\n    }\n\n    .card-cta:hover svg {\n      transform: translateX(3px);\n    }\n\n    \/* top accent bar on card hover *\/\n    .card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 2px;\n      background: var(--red);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.35s ease;\n    }\n\n    .card:hover::before {\n      transform: scaleX(1);\n    }\n\n    \/* ── FOOTER STRIP ── *\/\n    .footer-strip {\n      background: var(--mid);\n      border-top: 1px solid var(--border);\n      padding: 32px;\n      text-align: center;\n    }\n\n    .footer-strip p {\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    .footer-strip a {\n      color: var(--red);\n      text-decoration: none;\n      font-weight: 600;\n    }\n\n    .footer-strip a:hover {\n      text-decoration: underline;\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 768px) {\n      .hero { padding: 48px 20px 48px; }\n      .cards-section { padding: 48px 16px; }\n      .cards-grid { grid-template-columns: 1fr; gap: 16px; }\n    }\n  \u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cp class=\"eyebrow\"\u003ePlayer1 Sim Gear · Simagic Australia\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eSimagic Entry Level Bundle\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eAlpha Evo Sport · GT Neo · P700 Pedals\u003c\/p\u003e\n\u003cp class=\"hero-intro\"\u003eYour first step into \u003cstrong\u003egenuine direct drive sim racing\u003c\/strong\u003e. The Simagic Entry Level Bundle brings together three perfectly matched components — a 9Nm direct drive wheelbase, a full-featured GT steering wheel, and a load cell pedal set — delivering professional-grade force feedback, precise braking, and complete control, straight out of the box. Everything you need. Nothing you don't.\u003c\/p\u003e\n\u003cdiv class=\"bundle-tag\"\u003eComplete Plug‑and‑Play Bundle · In Stock \u0026amp; Ships from Australia\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003csection class=\"cards-section\"\u003e\n\u003cdiv class=\"section-label\"\u003eBundle Components\u003c\/div\u003e\n\u003cdiv class=\"cards-grid\"\u003e\n\u003c!-- CARD 1: Alpha Evo Sport --\u003e\n\u003carticle class=\"card\"\u003e\n\u003cdiv class=\"card-number\"\u003e01 \/ 03\u003c\/div\u003e\n\u003cdiv class=\"card-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/SimagicAlphaEvoSport9NmPlayer1SimGear_2.webp?v=1763179772\" alt=\"Simagic Alpha Evo Sport 9Nm Direct Drive Wheelbase\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body\"\u003e\n\u003cp class=\"card-type\"\u003eDirect Drive Wheelbase\u003c\/p\u003e\n\u003ch2 class=\"card-title\"\u003eAlpha Evo\u003cbr\u003eSport\u003c\/h2\u003e\n\u003cp class=\"card-desc\"\u003eThe heartbeat of the bundle. Powered by an all-new custom 5-pole servo motor with ultra-low inertia and zero cogging technology, the Alpha Evo Sport delivers 9Nm of smooth, sharp and highly detailed force feedback. A 21-bit high-resolution encoder captures every nuance of grip, kerb, and slide — giving you authentic racing feel at an accessible price point. Compact, intelligent cooling, and RGB LED halo lighting complete the package.\u003c\/p\u003e\n\u003cdiv class=\"card-specs\"\u003e\n\u003cspan class=\"spec-pill\"\u003e9Nm Torque\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e21-Bit Encoder\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e0 Cogging\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eSimPro Manager\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eRGB LED Halo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"card-cta\" href=\"https:\/\/p1simgear.com.au\/products\/simagic-alpha-evo-sport-base-9nm\" rel=\"noopener\" target=\"_blank\"\u003e View Product \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M1 7H13M13 7L7 1M13 7L7 13\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- CARD 2: GT Neo --\u003e\n\u003carticle class=\"card\"\u003e\n\u003cdiv class=\"card-number\"\u003e02 \/ 03\u003c\/div\u003e\n\u003cdiv class=\"card-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/SimagicGTNeo_Player1SimGear_1.webp?v=1703286586\" alt=\"Simagic GT Neo Steering Wheel\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body\"\u003e\n\u003cp class=\"card-type\"\u003eGT Steering Wheel\u003c\/p\u003e\n\u003ch2 class=\"card-title\"\u003eGT Neo\u003cbr\u003eWheel\u003c\/h2\u003e\n\u003cp class=\"card-desc\"\u003eThe GT Neo is Simagic's best-selling steering wheel — and for good reason. Designed for GT, touring car, and road-car style driving, it pairs tactile grip and ergonomic button placement with Simagic's magnetic quick-release system for instant, tool-free wheel swaps. Fully compatible with the Alpha Evo Sport via direct connection, the GT Neo features shift paddles, function buttons, rotary encoders, and a premium suede-wrapped rim built to perform every session.\u003c\/p\u003e\n\u003cdiv class=\"card-specs\"\u003e\n\u003cspan class=\"spec-pill\"\u003eGT Style Rim\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eMagnetic QR\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eShift Paddles\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eRotary Encoders\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eSuede Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"card-cta\" href=\"https:\/\/p1simgear.com.au\/products\/simagic-gt-neo\" rel=\"noopener\" target=\"_blank\"\u003e View Product \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M1 7H13M13 7L7 1M13 7L7 13\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- CARD 3: P700 Pedals --\u003e\n\u003carticle class=\"card\"\u003e\n\u003cdiv class=\"card-number\"\u003e03 \/ 03\u003c\/div\u003e\n\u003cdiv class=\"card-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/SimagicP700Pedals_Player1SimGear7_9019b0d3-186c-4de5-9bcd-5eecb1c48eea.webp?v=1775359216\" alt=\"Simagic P700 Load Cell Pedals\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body\"\u003e\n\u003cp class=\"card-type\"\u003eLoad Cell Pedals\u003c\/p\u003e\n\u003ch2 class=\"card-title\"\u003eP700\u003cbr\u003ePedals\u003c\/h2\u003e\n\u003cp class=\"card-desc\"\u003eThe P700 changes the way you brake. A 150kg load cell sensor replaces positional guesswork with pressure-based precision, so your braking technique actually translates to the screen. With 35 quick-change elastomer settings, Hall-effect throttle sensing, and all-metal construction rated to 200kg, the P700 is built to last and configured to adapt. Haptic-module ready, fully adjustable across three axes, and directly compatible with the Alpha Evo Sport via RJ45 or USB.\u003c\/p\u003e\n\u003cdiv class=\"card-specs\"\u003e\n\u003cspan class=\"spec-pill\"\u003e150KG Load Cell\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e35 Brake Settings\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eHall-Effect Throttle\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003eHaptic Ready\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e24-Month Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"card-cta\" href=\"https:\/\/p1simgear.com.au\/products\/simagic-p700-2-pedal-set\" rel=\"noopener\" target=\"_blank\"\u003e View Product \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M1 7H13M13 7L7 1M13 7L7 13\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER STRIP --\u003e\n\u003cdiv class=\"footer-strip\"\u003e\n\u003cp\u003eOfficial Simagic partner for Australia · \u003ca href=\"https:\/\/p1simgear.com.au\/collections\/simagic\" rel=\"noopener\" target=\"_blank\"\u003eBrowse the full Simagic range at Player1 Sim Gear →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Simagic","offers":[{"title":"Default Title","offer_id":55682441543753,"sku":null,"price":1198.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0581\/2391\/1241\/files\/SimagicEntryLevelBundle_Player1SimGear_1.webp?v=1778546221","url":"https:\/\/p1simgear.com.au\/products\/simagic-entry-bundle","provider":"Player1 Sim Gear","version":"1.0","type":"link"}