{"product_id":"triumph-scrambler-1200-xe","title":"Custom Triumph Scrambler 1200 XE","description":"\u003cstyle\u003e\n  .tgg-product {\n    --tgg-orange: #FF8605;\n    --tgg-charcoal: #343737;\n    --tgg-yellow: #F8C521;\n    --tgg-light: #F6F7F7;\n    --tgg-white: #FFFFFF;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--tgg-charcoal);\n    font-family: Poppins, Arial, sans-serif;\n    line-height: 1.65;\n  }\n\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-hero {\n    padding: clamp(28px, 6vw, 64px);\n    overflow: hidden;\n    position: relative;\n    color: var(--tgg-white);\n    background: var(--tgg-charcoal);\n    border-radius: 24px;\n  }\n\n  .tgg-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -80px;\n    bottom: -120px;\n    width: 280px;\n    height: 280px;\n    border-radius: 50%;\n    background: var(--tgg-orange);\n    opacity: 0.16;\n  }\n\n  .tgg-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 7px 14px;\n    color: var(--tgg-charcoal);\n    background: var(--tgg-orange);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.7px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-hero h2 {\n    max-width: 850px;\n    margin-bottom: 14px;\n    color: var(--tgg-white);\n    font-size: clamp(30px, 5vw, 54px);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n  }\n\n  .tgg-hero-subtitle {\n    margin-bottom: 22px;\n    color: var(--tgg-yellow);\n    font-size: clamp(16px, 2vw, 21px);\n    font-weight: 800;\n  }\n\n  .tgg-hero-copy {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: #F2F2F2;\n    font-size: 17px;\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-charcoal);\n  }\n\n  .tgg-section h3 {\n    margin-bottom: 12px;\n    color: var(--tgg-charcoal);\n    font-size: clamp(23px, 3vw, 32px);\n    font-weight: 900;\n    line-height: 1.2;\n  }\n\n  .tgg-section-dark h3 {\n    color: var(--tgg-white);\n  }\n\n  .tgg-section-intro {\n    max-width: 850px;\n    margin-bottom: 24px;\n  }\n\n  .tgg-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(230px, 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 #E5E5E5;\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(52, 55, 55, 0.06);\n  }\n\n  .tgg-card-accent {\n    border-top: 5px solid var(--tgg-orange);\n  }\n\n  .tgg-icon {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 28px;\n    line-height: 1;\n  }\n\n  .tgg-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--tgg-charcoal);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .tgg-card p {\n    margin-bottom: 0;\n    color: #626666;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .tgg-upgrade {\n    color: var(--tgg-white);\n    background: #404444;\n    border: 1px solid #555959;\n    box-shadow: none;\n  }\n\n  .tgg-upgrade strong {\n    color: var(--tgg-yellow);\n    font-size: 18px;\n  }\n\n  .tgg-upgrade p {\n    color: #EEEEEE;\n  }\n\n  .tgg-checklist {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .tgg-checklist li {\n    position: relative;\n    padding: 15px 16px 15px 48px;\n    background: var(--tgg-white);\n    border-radius: 14px;\n    font-weight: 700;\n  }\n\n  .tgg-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 13px;\n    left: 15px;\n    display: grid;\n    width: 24px;\n    height: 24px;\n    place-items: center;\n    color: var(--tgg-white);\n    background: var(--tgg-orange);\n    border-radius: 50%;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .tgg-closing {\n    margin-top: 24px;\n    padding: clamp(28px, 5vw, 48px);\n    color: var(--tgg-white);\n    text-align: center;\n    background: var(--tgg-orange);\n    border-radius: 22px;\n  }\n\n  .tgg-closing h3 {\n    margin-bottom: 10px;\n    color: var(--tgg-white);\n    font-size: clamp(25px, 4vw, 38px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-closing p {\n    max-width: 750px;\n    margin: 0 auto;\n    color: var(--tgg-white);\n    font-size: 17px;\n    font-weight: 700;\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;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tgg-product\"\u003e\n\n  \u003csection class=\"tgg-hero\"\u003e\n    \u003cspan class=\"tgg-eyebrow\"\u003eBrand New \u0026amp; Customised\u003c\/span\u003e\n\n    \u003ch2\u003e🏍️ Win a Brand New Custom Triumph Scrambler 1200 XE\u003c\/h2\u003e\n\n    \u003cp class=\"tgg-hero-subtitle\"\u003e\n      Brand New • Class-Leading Adventure Machine • Premium Custom Upgrades\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-hero-copy\"\u003e\n      This is no ordinary Scrambler. The brand new Triumph Scrambler 1200 XE\n      combines iconic British styling, serious off-road capability and premium\n      components with a selection of custom upgrades that make this machine\n      even more special.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003eBuilt to Perform. Designed to Stand Out.\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Powered by Triumph’s legendary high-torque 1200cc parallel-twin engine,\n      the Scrambler 1200 XE delivers thrilling performance, effortless torque\n      and a deep-throated exhaust note—whether you’re carving through country\n      roads or exploring beyond the tarmac.\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Finished in the stunning \u003cstrong\u003eMatt Khaki Green \u0026amp; Matt Crystal White\u003c\/strong\u003e\n      colour scheme, this professionally customised build is ready for its next\n      adventure.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🔑 Key Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🏍️\u003c\/span\u003e\n        \u003cstrong\u003eBrand New\u003c\/strong\u003e\n        \u003cp\u003eTriumph Scrambler 1200 XE in pristine, brand-new condition.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cstrong\u003eStunning Colour Scheme\u003c\/strong\u003e\n        \u003cp\u003eFinished in Matt Khaki Green \u0026amp; Matt Crystal White.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e⚙️\u003c\/span\u003e\n        \u003cstrong\u003e1200cc High-Torque Engine\u003c\/strong\u003e\n        \u003cp\u003eTriumph’s powerful parallel-twin engine delivers effortless torque.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🖥️\u003c\/span\u003e\n        \u003cstrong\u003eFull-Colour TFT Display\u003c\/strong\u003e\n        \u003cp\u003eA premium, clear and modern rider display.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🏆\u003c\/span\u003e\n        \u003cstrong\u003ePremium Components\u003c\/strong\u003e\n        \u003cp\u003eClass-leading Öhlins suspension and high-spec braking package.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003cstrong\u003eTriumph Warranty\u003c\/strong\u003e\n        \u003cp\u003eSupplied with 24 months of Triumph warranty cover.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🚨\u003c\/span\u003e\n        \u003cstrong\u003eRAC Triumph Assist\u003c\/strong\u003e\n        \u003cp\u003eIncludes 24 months of RAC Triumph Assist.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-card-accent\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e💯\u003c\/span\u003e\n        \u003cstrong\u003eProfessionally Customised\u003c\/strong\u003e\n        \u003cp\u003eCarefully selected upgrades enhance its style and character.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section tgg-section-dark\"\u003e\n    \u003ch3\u003e🔥 Custom Styling \u0026amp; Upgrades\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      This Scrambler has been enhanced with premium accessories that elevate\n      its appearance and character while retaining its legendary capability.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card tgg-upgrade\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🪑\u003c\/span\u003e\n        \u003cstrong\u003eQuilted Brown Leather Seat\u003c\/strong\u003e\n        \u003cp\u003eA premium finishing touch that perfectly complements the rugged design.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-upgrade\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🔧\u003c\/span\u003e\n        \u003cstrong\u003eTail Tidy Conversion\u003c\/strong\u003e\n        \u003cp\u003eA cleaner, sharper rear profile for a more purposeful appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-upgrade\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🔊\u003c\/span\u003e\n        \u003cstrong\u003eSlash-Cut Exhaust\u003c\/strong\u003e\n        \u003cp\u003eBold custom styling paired with an unmistakable exhaust note.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🏁 Built for Every Adventure\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🏁\u003c\/span\u003e\n        \u003cstrong\u003eThrilling Power Delivery\u003c\/strong\u003e\n        \u003cp\u003eStrong, usable torque accompanied by a deep-thumping exhaust note.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🛞\u003c\/span\u003e\n        \u003cstrong\u003eOff-Road Capability\u003c\/strong\u003e\n        \u003cp\u003eDesigned to perform confidently beyond the tarmac.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e💪\u003c\/span\u003e\n        \u003cstrong\u003ePremium Suspension\u003c\/strong\u003e\n        \u003cp\u003eHigh-spec Öhlins suspension delivers impressive control and capability.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🛑\u003c\/span\u003e\n        \u003cstrong\u003ePowerful Braking\u003c\/strong\u003e\n        \u003cp\u003eA high-performance braking package inspires confidence on every ride.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🪖\u003c\/span\u003e\n        \u003cstrong\u003eUpright Riding Position\u003c\/strong\u003e\n        \u003cp\u003eA comfortable and commanding riding position for road and trail use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-icon\"\u003e🌍\u003c\/span\u003e\n        \u003cstrong\u003eReady for Anything\u003c\/strong\u003e\n        \u003cp\u003eBuilt to conquer everything from city streets to mountain trails.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🏆 Why This Bike?\u003c\/h3\u003e\n\n    \u003cul class=\"tgg-checklist\"\u003e\n      \u003cli\u003eBrand new Triumph Scrambler 1200 XE\u003c\/li\u003e\n      \u003cli\u003ePremium factory specification\u003c\/li\u003e\n      \u003cli\u003eProfessionally customised\u003c\/li\u003e\n      \u003cli\u003eClass-leading suspension and brakes\u003c\/li\u003e\n      \u003cli\u003eStunning two-tone colour scheme\u003c\/li\u003e\n      \u003cli\u003e24-month Triumph warranty\u003c\/li\u003e\n      \u003cli\u003e24-month RAC Triumph Assist\u003c\/li\u003e\n      \u003cli\u003eReady for roads, trails and adventure\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-closing\"\u003e\n    \u003ch3\u003eBuilt for Adventure. Customised to Stand Out.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Enter now for your chance to win this brand new Custom Triumph Scrambler\n      1200 XE and experience the ultimate modern scrambler.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Triumph Scrambler","offers":[{"title":"Default Title","offer_id":62269453435267,"sku":"comp4266","price":1.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Triumph_Scrambler_1200_XE_The_Giveaway_Guys-05.jpg?v=1785511640","url":"https:\/\/thegiveawayguys.co.uk\/products\/triumph-scrambler-1200-xe","provider":"The Giveaway Guys","version":"1.0","type":"link"}