{"product_id":"royal-enfield-bear","title":"Royal Enfield Bear","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800;900\u0026display=swap');\n\n  .tgg-bear-product {\n    --tgg-bear-orange: #F1833B;\n    --tgg-bear-charcoal: #333333;\n    --tgg-bear-black: #171818;\n    --tgg-bear-graphite: #303232;\n    --tgg-bear-gold: #CBA24A;\n    --tgg-bear-cream: #F4F0E7;\n    --tgg-bear-light: #F4F3EF;\n    --tgg-bear-white: #FFFFFF;\n    --tgg-bear-grey: #656766;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--tgg-bear-charcoal);\n    font-family: 'Poppins', Arial, sans-serif !important;\n    line-height: 1.65;\n  }\n\n  .tgg-bear-product,\n  .tgg-bear-product * {\n    box-sizing: border-box;\n    font-family: 'Poppins', Arial, sans-serif !important;\n  }\n\n  .tgg-bear-product h2,\n  .tgg-bear-product h3,\n  .tgg-bear-product p {\n    margin-top: 0;\n  }\n\n  .tgg-bear-hero {\n    position: relative;\n    padding: clamp(32px, 6vw, 68px);\n    overflow: hidden;\n    color: var(--tgg-bear-white);\n    background:\n      linear-gradient(112deg, transparent 0 66%, rgba(255,255,255,0.08) 66% 69%, transparent 69% 73%, rgba(203,162,74,0.32) 73% 76%, transparent 76%),\n      linear-gradient(135deg, #101111 0%, var(--tgg-bear-graphite) 63%, #5B4A27 100%);\n    border-radius: 24px;\n  }\n\n  .tgg-bear-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 11px;\n    height: 100%;\n    background: var(--tgg-bear-orange);\n  }\n\n  .tgg-bear-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -100px;\n    bottom: -155px;\n    width: 360px;\n    height: 360px;\n    border: 42px solid rgba(203,162,74,0.16);\n    border-radius: 50%;\n  }\n\n  .tgg-bear-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 7px 14px;\n    color: var(--tgg-bear-black);\n    background: var(--tgg-bear-gold);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.7px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-bear-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 950px;\n    margin-bottom: 14px;\n    color: var(--tgg-bear-white);\n    font-size: clamp(29px, 5vw, 53px);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n  }\n\n  .tgg-bear-hero-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 22px;\n    color: #F4D99E;\n    font-size: clamp(16px, 2vw, 21px);\n    font-weight: 800;\n  }\n\n  .tgg-bear-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #F1F1F0;\n    font-size: 17px;\n  }\n\n  .tgg-bear-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .tgg-bear-stat {\n    padding: 20px 10px;\n    text-align: center;\n    background: var(--tgg-bear-charcoal);\n    border-radius: 15px;\n  }\n\n  .tgg-bear-stat:nth-child(2) {\n    background: #6A562E;\n  }\n\n  .tgg-bear-stat:nth-child(3) {\n    background: var(--tgg-bear-orange);\n  }\n\n  .tgg-bear-stat:nth-child(4) {\n    background: var(--tgg-bear-gold);\n  }\n\n  .tgg-bear-stat strong {\n    display: block;\n    color: var(--tgg-bear-white);\n    font-size: clamp(20px, 3vw, 29px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-bear-stat:nth-child(4) strong,\n  .tgg-bear-stat:nth-child(4) span {\n    color: var(--tgg-bear-black);\n  }\n\n  .tgg-bear-stat span {\n    display: block;\n    margin-top: 5px;\n    color: #F3F3F1;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.55px;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .tgg-bear-section {\n    margin-top: 24px;\n    padding: clamp(24px, 5vw, 42px);\n    background: var(--tgg-bear-light);\n    border-radius: 22px;\n  }\n\n  .tgg-bear-section-dark {\n    color: var(--tgg-bear-white);\n    background:\n      linear-gradient(118deg, transparent 0 73%, rgba(203,162,74,0.08) 73% 76%, transparent 76%),\n      var(--tgg-bear-graphite);\n  }\n\n  .tgg-bear-section h3 {\n    margin-bottom: 12px;\n    color: var(--tgg-bear-charcoal);\n    font-size: clamp(23px, 3vw, 32px);\n    font-weight: 900;\n    line-height: 1.2;\n  }\n\n  .tgg-bear-section-dark h3 {\n    color: var(--tgg-bear-white);\n  }\n\n  .tgg-bear-section-intro {\n    max-width: 900px;\n    margin-bottom: 24px;\n  }\n\n  .tgg-bear-section-intro:last-child {\n    margin-bottom: 0;\n  }\n\n  .tgg-bear-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .tgg-bear-card {\n    min-height: 100%;\n    padding: 20px;\n    background: var(--tgg-bear-white);\n    border: 1px solid #E1DFD9;\n    border-top: 5px solid var(--tgg-bear-gold);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(51, 51, 51, 0.06);\n  }\n\n  .tgg-bear-card:nth-child(even) {\n    border-top-color: var(--tgg-bear-orange);\n  }\n\n  .tgg-bear-icon {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .tgg-bear-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--tgg-bear-charcoal);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .tgg-bear-card p {\n    margin-bottom: 0;\n    color: var(--tgg-bear-grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .tgg-bear-dark-card {\n    color: var(--tgg-bear-white);\n    background: #414343;\n    border-color: var(--tgg-bear-gold);\n    box-shadow: none;\n  }\n\n  .tgg-bear-dark-card:nth-child(even) {\n    border-color: var(--tgg-bear-orange);\n  }\n\n  .tgg-bear-dark-card strong {\n    color: #F4D99E;\n  }\n\n  .tgg-bear-dark-card p {\n    color: #EEEEEC;\n  }\n\n  .tgg-bear-feature {\n    display: grid;\n    grid-template-columns: minmax(190px, 270px) 1fr;\n    gap: 26px;\n    align-items: center;\n  }\n\n  .tgg-bear-feature-badge {\n    display: grid;\n    min-height: 180px;\n    padding: 22px;\n    place-items: center;\n    color: var(--tgg-bear-white);\n    text-align: center;\n    background: linear-gradient(145deg, #171818, #63512B);\n    border: 4px solid var(--tgg-bear-orange);\n    border-radius: 18px;\n  }\n\n  .tgg-bear-feature-badge strong {\n    display: block;\n    color: var(--tgg-bear-white);\n    font-size: clamp(25px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.05;\n  }\n\n  .tgg-bear-feature-badge span {\n    display: block;\n    margin-top: 10px;\n    color: #F4D99E;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  .tgg-bear-feature-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .tgg-bear-checklist {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .tgg-bear-checklist li {\n    position: relative;\n    padding: 15px 16px 15px 48px;\n    background: var(--tgg-bear-white);\n    border-radius: 14px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .tgg-bear-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 14px;\n    left: 15px;\n    display: grid;\n    width: 24px;\n    height: 24px;\n    place-items: center;\n    color: var(--tgg-bear-black);\n    background: var(--tgg-bear-gold);\n    border-radius: 50%;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .tgg-bear-quote {\n    margin: 24px 0 0;\n    padding: 22px 24px;\n    color: var(--tgg-bear-black);\n    background: linear-gradient(135deg, #D7B76C, var(--tgg-bear-gold));\n    border-left: 7px solid var(--tgg-bear-orange);\n    border-radius: 14px;\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .tgg-bear-closing {\n    margin-top: 24px;\n    padding: clamp(30px, 5vw, 50px);\n    color: var(--tgg-bear-white);\n    text-align: center;\n    background: linear-gradient(135deg, var(--tgg-bear-orange), #DE671E);\n    border-radius: 22px;\n  }\n\n  .tgg-bear-closing h3 {\n    margin-bottom: 10px;\n    color: var(--tgg-bear-white);\n    font-size: clamp(26px, 4vw, 39px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-bear-closing p {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--tgg-bear-white);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 760px) {\n    .tgg-bear-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .tgg-bear-feature {\n      grid-template-columns: 1fr;\n    }\n\n    .tgg-bear-feature-badge {\n      min-height: 135px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .tgg-bear-product {\n      width: calc(100% + 16px);\n      margin-left: -8px;\n    }\n\n    .tgg-bear-hero,\n    .tgg-bear-section,\n    .tgg-bear-closing {\n      border-radius: 18px;\n    }\n\n    .tgg-bear-grid,\n    .tgg-bear-checklist {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tgg-bear-product\"\u003e\n\u003csection class=\"tgg-bear-hero\"\u003e\u003cspan class=\"tgg-bear-eyebrow\"\u003eA Road Scrambler with Sixties Soul\u003c\/span\u003e\n\u003ch2\u003e🏍️ Win This 2025 Royal Enfield Interceptor Bear 650\u003c\/h2\u003e\n\u003cp class=\"tgg-bear-hero-subtitle\"\u003eGolden Shadow Finish • Parallel-Twin Character • Modern Scrambler Capability\u003c\/p\u003e\n\u003cp class=\"tgg-bear-hero-copy\"\u003eInspired by California desert racing and built for modern roads, this distinctive middleweight combines upright comfort, accessible performance and genuine retro attitude.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tgg-bear-stats\"\u003e\n\u003cdiv class=\"tgg-bear-stat\"\u003e\n\u003cstrong\u003e648cc\u003c\/strong\u003e \u003cspan\u003eParallel Twin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-stat\"\u003e\n\u003cstrong\u003e47.4PS\u003c\/strong\u003e \u003cspan\u003ePeak Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-stat\"\u003e\n\u003cstrong\u003e56.5Nm\u003c\/strong\u003e \u003cspan\u003ePeak Torque\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-stat\"\u003e\n\u003cstrong\u003e2,114\u003c\/strong\u003e \u003cspan\u003eMiles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tgg-bear-section\"\u003e\n\u003ch3\u003eBuilt Around Royal Enfield’s Proven Twin\u003c\/h3\u003e\n\u003cp class=\"tgg-bear-section-intro\"\u003eThe 648cc air-and-oil-cooled engine is tuned for generous low-to-midrange response, giving this scrambler the easy-going flexibility to feel at home in town, on a sweeping road or across rougher back lanes.\u003c\/p\u003e\n\u003cp class=\"tgg-bear-section-intro\"\u003eA six-speed gearbox, wide handlebars and open riding triangle create a relaxed but purposeful feel. The compact two-into-one exhaust centralises mass and reduces bulk compared with a twin-silencer arrangement.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-section\"\u003e\n\u003ch3\u003e🏜️ Born from Big Bear Run History\u003c\/h3\u003e\n\u003cdiv class=\"tgg-bear-feature\"\u003e\n\u003cdiv class=\"tgg-bear-feature-badge\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1960\u003c\/strong\u003e \u003cspan\u003eCalifornian Desert Inspiration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-feature-copy\"\u003e\n\u003cp\u003eIts story looks back to the 1960 Big Bear Run, where 16-year-old Eddie Mulder took victory aboard a Royal Enfield against hundreds of riders in the Californian desert.\u003c\/p\u003e\n\u003cp\u003eThat racing spirit comes through in the simple bench seat, purposeful number-board styling and chunky stance—classic cues reworked into a practical road machine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-section tgg-bear-section-dark\"\u003e\n\u003ch3\u003e🧭 Scrambler Hardware with Modern Control\u003c\/h3\u003e\n\u003cp class=\"tgg-bear-section-intro\"\u003eThis is more than a styling exercise. Revised suspension, useful ground clearance and mixed-surface tyres give it the equipment to handle broken tarmac and light trails while remaining composed during everyday road riding.\u003c\/p\u003e\n\u003cdiv class=\"tgg-bear-grid\"\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e⚙️\u003c\/span\u003e \u003cstrong\u003e43mm Showa USD Fork\u003c\/strong\u003e\n\u003cp\u003eUpside-down front suspension provides 130mm of travel and a precise, controlled feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🛞\u003c\/span\u003e \u003cstrong\u003e19\/17-Inch Spoked Wheels\u003c\/strong\u003e\n\u003cp\u003eA larger front and compact rear wheel create the classic proportions of a road scrambler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🏕️\u003c\/span\u003e \u003cstrong\u003eDual-Purpose Tyres\u003c\/strong\u003e\n\u003cp\u003eBlock-pattern rubber adds confidence on loose surfaces without giving up road usability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e📏\u003c\/span\u003e \u003cstrong\u003e184mm Ground Clearance\u003c\/strong\u003e\n\u003cp\u003eUseful clearance provides extra reassurance when the road becomes uneven.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🛑\u003c\/span\u003e \u003cstrong\u003eSwitchable Rear ABS\u003c\/strong\u003e\n\u003cp\u003eDual-channel braking support can be disengaged at the back for loose-surface riding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card tgg-bear-dark-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🪶\u003c\/span\u003e \u003cstrong\u003e214kg Kerb Weight\u003c\/strong\u003e\n\u003cp\u003eA purposeful chassis balances substantial road presence with approachable control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-quote\"\u003eSure-footed, confidence-inspiring and ready to keep going when the smooth road ends.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-section\"\u003e\n\u003ch3\u003e📱 Classic Shape. Clever Technology.\u003c\/h3\u003e\n\u003cdiv class=\"tgg-bear-grid\"\u003e\n\u003cdiv class=\"tgg-bear-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🗺️\u003c\/span\u003e \u003cstrong\u003eFour-Inch Tripper Dash\u003c\/strong\u003e\n\u003cp\u003eThe round colour TFT supports phone connectivity and full-map navigation powered by Google Maps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e💡\u003c\/span\u003e \u003cstrong\u003eFull LED Lighting\u003c\/strong\u003e\n\u003cp\u003eModern illumination is used across the headlamp, tail light and indicators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🔌\u003c\/span\u003e \u003cstrong\u003eUSB-C Charging Port\u003c\/strong\u003e\n\u003cp\u003eConvenient on-bike power helps keep a compatible device charged during the journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-bear-card\"\u003e\n\u003cspan class=\"tgg-bear-icon\"\u003e🔊\u003c\/span\u003e \u003cstrong\u003eCompact 2-1 Exhaust\u003c\/strong\u003e\n\u003cp\u003eA single black silencer creates a distinctive note and a clean right-side profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-section\"\u003e\n\u003ch3\u003e✨ Golden Shadow Style\u003c\/h3\u003e\n\u003cp class=\"tgg-bear-section-intro\"\u003eGraphite, silver and black create a sophisticated finish, lifted by contrasting gold fork legs and subtle heritage detailing. The ribbed one-piece saddle, round LED headlamp and dark engine cases keep the whole design cohesive and purposeful.\u003c\/p\u003e\n\u003cul class=\"tgg-bear-checklist\"\u003e\n\u003cli\u003eDistinctive tank graphics\u003c\/li\u003e\n\u003cli\u003eBlacked-out engine finish\u003c\/li\u003e\n\u003cli\u003eGold upside-down front forks\u003c\/li\u003e\n\u003cli\u003eFlat scrambler-style bench seat\u003c\/li\u003e\n\u003cli\u003eProtective engine bash plate\u003c\/li\u003e\n\u003cli\u003ePractical passenger grab rail\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-section\"\u003e\n\u003ch3\u003e⭐ Why You’ll Love It\u003c\/h3\u003e\n\u003cp class=\"tgg-bear-section-intro\"\u003eThis 2025 example has covered 2,114 miles, pairing low use with a versatile factory specification and one of the model’s most refined colour combinations.\u003c\/p\u003e\n\u003cul class=\"tgg-bear-checklist\"\u003e\n\u003cli\u003eUseful 13.7-litre fuel capacity\u003c\/li\u003e\n\u003cli\u003eSmooth six-speed flexibility\u003c\/li\u003e\n\u003cli\u003eConfident mixed-road suspension\u003c\/li\u003e\n\u003cli\u003eFull LED lighting package\u003c\/li\u003e\n\u003cli\u003eUSB-C device charging\u003c\/li\u003e\n\u003cli\u003eCharacterful desert-racer design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-bear-closing\"\u003e\n\u003ch3\u003e👉 Enter Now for Your Chance to Win!\u003c\/h3\u003e\n\u003cp\u003eTake your chance to own this Royal Enfield Interceptor Bear 650, a stylish, approachable and adventure-ready motorcycle with genuine sixties inspiration.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Royal Enfield Bear","offers":[{"title":"Default Title","offer_id":62569462727043,"sku":"comp4331","price":0.79,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Royal_Enfield_The_Giveaway_Guys-01.jpg?v=1789480674","url":"https:\/\/thegiveawayguys.co.uk\/products\/royal-enfield-bear","provider":"The Giveaway Guys","version":"1.0","type":"link"}