{"product_id":"husqvarna-701-supermoto-3","title":"Husqvarna 701 Supermoto","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: \"701\";\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\"\u003eLightweight Supermoto Performance\u003c\/span\u003e\n\u003ch2\u003e🏍️ Win This Husqvarna 701 Supermoto\u003c\/h2\u003e\n\u003cp class=\"tgg-hero-subtitle\"\u003eSharp Handling • Serious Performance\u003c\/p\u003e\n\u003cp class=\"tgg-hero-copy\"\u003ePresented in immaculate condition, this Husqvarna 701 Supermoto is an exceptional low-mileage example of one of the most exciting road-going supermotos around. Lightweight, powerful and loaded with rider technology, it's built to turn every journey into something far more entertaining.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tgg-stats\"\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e693cc\u003c\/strong\u003e \u003cspan\u003eSingle-Cylinder Engine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e74bhp\u003c\/strong\u003e \u003cspan\u003ePeak Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e73Nm\u003c\/strong\u003e \u003cspan\u003ePeak Torque\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e745 Miles\u003c\/strong\u003e \u003cspan\u003elow mileage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🏍️ Pure Supermoto Attitude\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe Husqvarna 701 Supermoto takes the lightweight, agile character of a competition-inspired supermoto and combines it with the performance and equipment needed for the road.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eAt its heart is a punchy 693cc single-cylinder engine producing 74bhp and 73Nm of torque, the 701 is built for serious performance with razor-sharp handling, making it feel lively, responsive and engaging every time you climb aboard.\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\u003e693cc Single-Cylinder Engine\u003c\/strong\u003e\n\u003cp\u003eA punchy large-capacity single sits at the heart of the 701 and gives the bike its unmistakable supermoto character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🚀\u003c\/span\u003e \u003cstrong\u003eStrong Power \u0026amp; Torque\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eProducing 74bhp and 73Nm of torque, the bike delivers strong, responsive performance across the rev range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e⚙️\u003c\/span\u003e \u003cstrong\u003eEasy Shift Quickshifter\u003c\/strong\u003e\n\u003cp\u003eClutchless up and down gear changes make the six-speed gearbox even more engaging to use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e💨\u003c\/span\u003e \u003cstrong\u003ePremium Exhaust Upgrade\u003c\/strong\u003e\n\u003cp\u003eFitted with a Wings performance exhaust, giving the 701 a deeper, more aggressive soundtrack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🔧\u003c\/span\u003e \u003cstrong\u003eWP APEX Suspension\u003c\/strong\u003e\n\u003cp\u003eFully adjustable WP APEX suspension gives the 701 the chassis equipment to match its performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🛑\u003c\/span\u003e \u003cstrong\u003eBrembo Brakes\u003c\/strong\u003e\n\u003cp\u003ePowerful Brembo braking hardware provides serious stopping performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🛞\u003c\/span\u003e \u003cstrong\u003e17\" Tubeless Spoked Wheels\u003c\/strong\u003e\n\u003cp\u003eSeventeen-inch tubeless spoked wheels complete the 701's purposeful supermoto setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e⚖️\u003c\/span\u003e \u003cstrong\u003eGenuine Husqvarna Upgrades\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis example has been tastefully upgraded with \u003c\/span\u003egenuine Husqvarna accessories.\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⚡ Performance Meets Rider Technology\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe 701 isn't just about a powerful single-cylinder engine and a lightweight chassis. It also brings a strong package of electronic rider aids designed to let you tailor the bike to the road and your riding style.\u003c\/p\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\u003eTwo Riding Modes\u003c\/strong\u003e\n\u003cp\u003eTwo selectable riding modes allow the bike's behaviour to be adapted to different situations.\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\u003eRide-by-Wire Throttle\u003c\/strong\u003e\n\u003cp\u003eElectronic throttle control forms part of the 701's modern performance package.\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\u003eLean-Sensitive Traction Control\u003c\/strong\u003e\n\u003cp\u003eLean-angle-sensitive traction control adds sophisticated electronic assistance while riding.\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\u003eSupermoto ABS Mode\u003c\/strong\u003e\n\u003cp\u003eCornering ABS is joined by a dedicated Supermoto ABS mode for a more focused riding experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e✨ The Details That Set It Apart\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe bike has been tastefully upgraded with genuine Husqvarna accessories, including an alloy sump guard, fork and swingarm crash protection and a genuine tail tidy. Stealth mirrors complete the purposeful appearance.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003e\u003cmeta charset=\"utf-8\"\u003eIn addition, it has been fitted with a Wings performance exhaust, giving the 701 a deeper, more aggressive soundtrack to match its supermoto character.\u003c\/p\u003e\n\u003cdiv class=\"tgg-highlight\"\u003eAll original parts included - giving you the option to return the motorcycle to standard if desired.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🏁 Built to Attack Every Corner\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\u003eChromoly Trellis Frame\u003c\/strong\u003e\n\u003cp\u003eA lightweight chromoly trellis frame forms the backbone of the 701's sharp-handling chassis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🔧\u003c\/span\u003e \u003cstrong\u003eFully Adjustable Suspension\u003c\/strong\u003e\n\u003cp\u003eWP APEX suspension can be adjusted to suit the rider and the way the bike is being used.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🛡️\u003c\/span\u003e \u003cstrong\u003eGenuine Husqvarna Protection\u003c\/strong\u003e\n\u003cp\u003eThe fitted alloy sump guard plus fork and swingarm protection add practical protection without compromising the bike's appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e💨\u003c\/span\u003e \u003cstrong\u003ePremium Upgraded Exhaust\u003c\/strong\u003e\n\u003cp\u003eFitted with a Wings performance exhaust, giving the 701 a deeper, more aggressive soundtrack.\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\"\u003eLow mileage\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eImmaculate condition\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003e693cc single-cylinder 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\"\u003e74bhp and 73Nm of torque\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-speed gearbox with Easy Shift quickshifter\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eFully adjustable WP APEX suspension\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eCornering ABS and Supermoto ABS mode\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eGenuine Husqvarna accessories\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 own this exceptional Husqvarna 701 Supermoto!\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HUSQVARNA 701 SUPERMOTO","offers":[{"title":"Default Title","offer_id":62447903900035,"sku":"comp4296","price":0.69,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Husqvarna_SQR_The_Giveaway_Guys.jpg?v=1787568091","url":"https:\/\/thegiveawayguys.co.uk\/products\/husqvarna-701-supermoto-3","provider":"The Giveaway Guys","version":"1.0","type":"link"}