{"product_id":"brand-new-honda-msx-125-grom","title":"BRAND NEW Honda MSX 125 Grom","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026family=Open+Sans+Condensed:wght@300;700\u0026display=swap');\n\n  .tgg-product {\n    --tgg-pumpkin: #F1833B;\n    --tgg-graphite: #333333;\n    --tgg-mint: #5EC89A;\n    --tgg-charcoal: #54595F;\n    --tgg-grey: #7A7A7A;\n    --tgg-red: #FF0000;\n    --tgg-white: #FFFFFF;\n    --tgg-light: #F5F5F5;\n    --tgg-pale-mint: #E5F6EF;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--tgg-graphite);\n    font-family: \"Open Sans Condensed\", \"Arial Narrow\", Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .tgg-product,\n  .tgg-product * {\n    box-sizing: border-box;\n  }\n\n  .tgg-product h2,\n  .tgg-product h3,\n  .tgg-product p {\n    margin-top: 0;\n  }\n\n  .tgg-product h2,\n  .tgg-product h3,\n  .tgg-product strong {\n    font-family: \"Open Sans\", Arial, sans-serif;\n  }\n\n  .tgg-hero {\n    position: relative;\n    padding: clamp(30px, 6vw, 66px);\n    overflow: hidden;\n    color: var(--tgg-white);\n    background:\n      linear-gradient(\n        125deg,\n        transparent 0% 52%,\n        rgba(241, 131, 59, 0.13) 52% 66%,\n        transparent 66% 100%\n      ),\n      linear-gradient(\n        145deg,\n        var(--tgg-graphite) 0%,\n        #202020 100%\n      );\n    border-radius: 24px;\n  }\n\n  .tgg-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 12px;\n    height: 100%;\n    background: var(--tgg-pumpkin);\n  }\n\n  .tgg-hero::after {\n    content: \"GROM\";\n    position: absolute;\n    right: 18px;\n    bottom: -18px;\n    color: rgba(255, 255, 255, 0.045);\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: clamp(72px, 14vw, 160px);\n    font-weight: 700;\n    letter-spacing: -8px;\n    line-height: 1;\n  }\n\n  .tgg-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 8px 15px;\n    color: var(--tgg-graphite);\n    background: var(--tgg-mint);\n    border-radius: 999px;\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 940px;\n    margin-bottom: 14px;\n    color: var(--tgg-white);\n    font-size: clamp(30px, 5vw, 55px);\n    font-weight: 700;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n    text-transform: uppercase;\n  }\n\n  .tgg-hero-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 22px;\n    color: var(--tgg-pumpkin);\n    font-size: clamp(17px, 2vw, 22px);\n    font-weight: 700;\n  }\n\n  .tgg-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #F2F2F2;\n    font-size: 18px;\n  }\n\n  .tgg-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .tgg-stat {\n    padding: 21px 12px;\n    text-align: center;\n    background: var(--tgg-pumpkin);\n    border-radius: 15px;\n  }\n\n  .tgg-stat strong {\n    display: block;\n    color: var(--tgg-white);\n    font-size: clamp(21px, 3vw, 29px);\n    font-weight: 700;\n    line-height: 1.15;\n  }\n\n  .tgg-stat span {\n    display: block;\n    margin-top: 6px;\n    color: var(--tgg-graphite);\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-section {\n    margin-top: 24px;\n    padding: clamp(24px, 5vw, 42px);\n    background: var(--tgg-light);\n    border-radius: 22px;\n  }\n\n  .tgg-section-dark {\n    color: var(--tgg-white);\n    background: var(--tgg-graphite);\n  }\n\n  .tgg-section h3 {\n    margin-bottom: 12px;\n    color: var(--tgg-graphite);\n    font-size: clamp(23px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .tgg-section-dark h3 {\n    color: var(--tgg-white);\n  }\n\n  .tgg-section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n    font-size: 17px;\n  }\n\n  .tgg-section-intro:last-child {\n    margin-bottom: 0;\n  }\n\n  .tgg-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .tgg-card {\n    min-height: 100%;\n    padding: 20px;\n    background: var(--tgg-white);\n    border: 1px solid #E1E1E1;\n    border-top: 5px solid var(--tgg-pumpkin);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(51, 51, 51, 0.07);\n  }\n\n  .tgg-icon {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .tgg-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--tgg-graphite);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .tgg-card p {\n    margin-bottom: 0;\n    color: var(--tgg-graphite);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .tgg-dark-card {\n    color: var(--tgg-white);\n    background: var(--tgg-graphite);\n    border-color: var(--tgg-pumpkin);\n    box-shadow: none;\n  }\n\n  .tgg-dark-card strong {\n    color: var(--tgg-pumpkin);\n  }\n\n  .tgg-dark-card p {\n    color: #EEEEEE;\n  }\n\n  .tgg-highlight {\n    margin: 24px 0 0;\n    padding: 22px 24px;\n    color: var(--tgg-graphite);\n    background: var(--tgg-mint);\n    border-left: 7px solid var(--tgg-pumpkin);\n    border-radius: 14px;\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n  }\n\n  .tgg-checklist {\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 12px !important;\n    width: 100% !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    list-style-type: none !important;\n  }\n\n  .tgg-checklist \u003e li {\n    display: flex !important;\n    align-items: center !important;\n    gap: 12px !important;\n    min-width: 0 !important;\n    margin: 0 !important;\n    padding: 15px 16px !important;\n    color: var(--tgg-graphite) !important;\n    background: var(--tgg-white) !important;\n    border-radius: 14px !important;\n    list-style: none !important;\n    list-style-type: none !important;\n    font-family: \"Open Sans\", Arial, sans-serif !important;\n    font-weight: 700 !important;\n    line-height: 1.45 !important;\n  }\n\n  .tgg-checklist \u003e li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .tgg-checklist \u003e li::before {\n    content: none !important;\n    display: none !important;\n  }\n\n  .tgg-check {\n    display: inline-flex !important;\n    flex: 0 0 24px !important;\n    align-items: center !important;\n    justify-content: center !important;\n    width: 24px !important;\n    height: 24px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    color: var(--tgg-white) !important;\n    background: var(--tgg-pumpkin) !important;\n    border-radius: 50% !important;\n    font-family: Arial, sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1 !important;\n  }\n\n  .tgg-check-text {\n    display: block !important;\n    min-width: 0 !important;\n    color: var(--tgg-graphite) !important;\n    font-family: \"Open Sans\", Arial, sans-serif !important;\n    font-weight: 700 !important;\n  }\n\n  .tgg-closing {\n    margin-top: 24px;\n    padding: clamp(30px, 5vw, 50px);\n    color: var(--tgg-graphite);\n    text-align: center;\n    background: var(--tgg-pumpkin);\n    border-radius: 22px;\n  }\n\n  .tgg-closing h3 {\n    margin-bottom: 10px;\n    color: var(--tgg-graphite);\n    font-size: clamp(26px, 4vw, 39px);\n    font-weight: 700;\n    line-height: 1.15;\n    text-transform: uppercase;\n  }\n\n  .tgg-closing p {\n    max-width: 800px;\n    margin: 0 auto;\n    color: var(--tgg-graphite);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 760px) {\n    .tgg-stats,\n    .tgg-grid,\n    .tgg-checklist {\n      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .tgg-product {\n      width: calc(100% + 16px);\n      margin-left: -8px;\n    }\n\n    .tgg-hero,\n    .tgg-section,\n    .tgg-closing {\n      border-radius: 18px;\n    }\n\n    .tgg-grid,\n    .tgg-checklist {\n      grid-template-columns: 1fr !important;\n    }\n\n    .tgg-hero::after {\n      right: 8px;\n      font-size: 58px;\n      letter-spacing: -5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tgg-product\"\u003e\n\u003csection class=\"tgg-hero\"\u003e\u003cspan class=\"tgg-eyebrow\"\u003eBrand New\u003c\/span\u003e\n\u003ch2\u003e🏍️ Win This Brand New Honda MSX 125 Grom\u003c\/h2\u003e\n\u003cp class=\"tgg-hero-subtitle\"\u003ePerfect city bike • 6-Year Honda Warranty\u003c\/p\u003e\n\u003cp class=\"tgg-hero-copy\"\u003eOfficially the Honda MSX 125, but better known to its cult following as the Grom, this brand new little Honda is packed with personality. The lucky winner will become its very first registered keeper.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tgg-stats\"\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e125cc\u003c\/strong\u003e \u003cspan\u003eEngine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003eHRC Livery\u003c\/strong\u003e \u003cspan\u003erace-inspired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e6 Years\u003c\/strong\u003e \u003cspan\u003eHonda Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003eBrand New\u003c\/strong\u003e \u003cspan\u003efirst Registered Keeper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🏍️ Small Bike, Massive Personality\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe Honda MSX 125 has built a cult following under the name everybody knows it by — the Grom. Compact, distinctive and full of character, it turns the simple idea of a small-capacity motorcycle into something seriously fun.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThis brand new example is finished in vibrant Gayety Red with HRC livery, giving the Grom a bold Honda racing-inspired appearance that perfectly suits its playful proportions.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eWhether you want a compact city bike, a learner-friendly 125 or simply something to ride for the fun of it, the Grom offers an appealing mix of manageable dimensions, distinctive styling and everyday usability.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🔑 The Highlights\u003c\/h3\u003e\n\u003cdiv class=\"tgg-grid\"\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eBrand New\u003c\/strong\u003e\n\u003cp\u003eA brand new Honda MSX 125 waiting for its first owner and the start of its story on the road.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🔴\u003c\/span\u003e \u003cstrong\u003eGayety Red HRC Livery\u003c\/strong\u003e\n\u003cp\u003eBright Gayety Red bodywork is paired with distinctive HRC graphics for a bold Honda-inspired finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🛡️\u003c\/span\u003e \u003cstrong\u003e6-Year Honda Warranty\u003c\/strong\u003e\n\u003cp\u003eThe bike comes with a six-year Honda warranty for added reassurance from the start of ownership.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e⚙️\u003c\/span\u003e \u003cstrong\u003e5-Speed Gearbox\u003c\/strong\u003e\n\u003cp\u003eA five-speed gearbox accompanies the 125cc engine for a proper geared-motorcycle riding experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e💡\u003c\/span\u003e \u003cstrong\u003eLED Lighting\u003c\/strong\u003e\n\u003cp\u003eModern LED lights complement the Grom's compact and distinctive styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🖥️\u003c\/span\u003e \u003cstrong\u003eDigital Dash\u003c\/strong\u003e\n\u003cp\u003eA digital instrument display gives the cockpit a clean and modern appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section tgg-section-dark\"\u003e\n\u003ch3\u003e🔥 Built for Everyday Fun\u003c\/h3\u003e\n\u003cdiv class=\"tgg-grid\"\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🏙️\u003c\/span\u003e \u003cstrong\u003ePerfect City Bike\u003c\/strong\u003e\n\u003cp\u003eCompact proportions make the MSX 125 a brilliant little machine for getting around town.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🎓\u003c\/span\u003e \u003cstrong\u003eGreat Learner Bike\u003c\/strong\u003e\n\u003cp\u003eIts 125cc format makes the Grom an appealing option for riders taking their first steps into geared motorcycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e😎\u003c\/span\u003e \u003cstrong\u003eJust-for-Fun Machine\u003c\/strong\u003e\n\u003cp\u003eYou don't need a practical excuse to own one — the Grom's personality makes it a bike that's easy to want simply for the fun of riding it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e⭐ Why You'll Love It\u003c\/h3\u003e\n\u003cul class=\"tgg-checklist\"\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eBrand new Honda MSX 125 Grom\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eWinner becomes the first registered keeper\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eGayety Red HRC livery\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003e6-year Honda warranty\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003e125cc engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003e5-speed gearbox\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eLED lights and digital dash\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003ePerfect for city riding, learners or just-for-fun\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-closing\"\u003e\n\u003ch3\u003e👉 Enter Now for Your Chance to Win!\u003c\/h3\u003e\n\u003cp\u003eTake your chance to win this brand new Honda MSX 125 Grom!\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honda MSX125","offers":[{"title":"Default Title","offer_id":62447731278211,"sku":"comp4295","price":8.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Honda_Grom_SQR_The_Giveaway_Guys.jpg?v=1787564274","url":"https:\/\/thegiveawayguys.co.uk\/products\/brand-new-honda-msx-125-grom","provider":"The Giveaway Guys","version":"1.0","type":"link"}