{"product_id":"kawasaki-z-900rs-cafe","title":"Kawasaki Z 900RS","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: #0CC93F;\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: \"Z900RS\";\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(66px, 13vw, 150px);\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: 52px;\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\"\u003eClassic Kawasaki Attitude\u003c\/span\u003e\n\u003ch2\u003e🏍️ Win This 2021 Kawasaki Z900RS Café\u003c\/h2\u003e\n\u003cp class=\"tgg-hero-subtitle\"\u003eZ1 Heritage • Modern Performance • Café-Racer Styling\u003c\/p\u003e\n\u003cp class=\"tgg-hero-copy\"\u003eThis stunning Kawasaki Z900RS Café blends the unmistakable character of Kawasaki's legendary superbikes with the performance and engineering of a modern machine.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tgg-stats\"\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e948cc\u003c\/strong\u003e \u003cspan\u003eInline-Four Engine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e110bhp\u003c\/strong\u003e \u003cspan\u003ePeak Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003e98Nm\u003c\/strong\u003e \u003cspan\u003ePeak Torque\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-stat\"\u003e\n\u003cstrong\u003eCafé Racer\u003c\/strong\u003e \u003cspan\u003eretro styling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🏍️ Born from Kawasaki's Legendary Z1\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe Z900RS was created as a tribute to the iconic Kawasaki Z1 900 Super Four of the 1970s — a motorcycle that helped establish Kawasaki's reputation for seriously fast, big-capacity four-cylinder machines.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe Café takes that retro-inspired formula a step further, adding a distinctive sports cowl, lower handlebars and café-racer seat to give the Z900RS an even more purposeful profile.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eUnderneath the classic styling is a thoroughly modern motorcycle, with a powerful inline-four engine, advanced rider aids, adjustable suspension and serious braking hardware.\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\u003e948cc Inline-Four\u003c\/strong\u003e\n\u003cp\u003eA liquid-cooled four-cylinder engine delivers smooth performance alongside that unmistakable inline-four character and soundtrack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🏁\u003c\/span\u003e \u003cstrong\u003eCafé Racer Styling\u003c\/strong\u003e\n\u003cp\u003eThe distinctive front cowl, racer seat, and drop-style handlebar gives the Café version its instantly recognisable identity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e⚙️\u003c\/span\u003e \u003cstrong\u003eAssist \u0026amp; Slipper Clutch\u003c\/strong\u003e\n\u003cp\u003eThe six-speed gearbox is complemented by Kawasaki's Assist \u0026amp; Slipper Clutch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🛡️\u003c\/span\u003e \u003cstrong\u003eKawasaki Traction Control\u003c\/strong\u003e\n\u003cp\u003eModern KTRC traction control adds useful electronic assistance beneath the classic-inspired exterior.\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💥 Modern Performance\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe Z900RS Café may look back to Kawasaki's past, but its performance package is very much modern. The 948cc liquid-cooled inline-four engine delivers smooth, refined performance when you want it and proper four-cylinder character as the revs rise.\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\u003e110bhp Performance\u003c\/strong\u003e\n\u003cp\u003eThe four-cylinder engine gives the Z900RS Café serious road-going performance.\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\u003e98Nm of Torque\u003c\/strong\u003e\n\u003cp\u003eStrong torque complements the engine's smooth and responsive four-cylinder delivery.\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\u003eAdjustable Suspension\u003c\/strong\u003e\n\u003cp\u003eAdjustable 41mm inverted front forks provide modern suspension performance beneath the retro styling.\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\u003eABS Braking\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eABS works alongside powerful twin 300mm front brakes provide the stopping performance to match the bike's engine and chassis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-highlight\"\u003eClassic Kawasaki style up top, thoroughly modern performance underneath.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🟩 retro styling\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eKawasaki has packed the Z900RS Café with design details that deliberately echo its legendary predecessors. The sculpted teardrop fuel tank, round headlight and twin analogue-style clocks immediately give the bike an unmistakably classic silhouette.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe beautifully finished four-into-one exhaust is another deliberate nod to Kawasaki's historic machines, combining old-school visual character with the engineering of a modern motorcycle.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eWhat makes the Café version particularly distinctive is the way those retro details meet its more aggressive sports cowl, lower handlebars and café-racer seat, giving it an identity all of its own.\u003cspan class=\"tgg-icon\"\u003e\u003c\/span\u003e\u003c\/p\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\"\u003e948cc 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\"\u003eAssist \u0026amp; Slipper Clutch\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eDistinctive Café Racer features\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eKawasaki Traction Control and ABS\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eKawasaki Z1-inspired heritage\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 2021 Kawasaki Z900RS Café!\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kawasaki Z900rs","offers":[{"title":"Default Title","offer_id":62447919956355,"sku":"comp4297","price":1.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Kawasaki_Z900_RS_The_Giveaway_Guys-05_ab4c802e-287c-4aa2-aca4-165adf70dc08.jpg?v=1787569445","url":"https:\/\/thegiveawayguys.co.uk\/products\/kawasaki-z-900rs-cafe","provider":"The Giveaway Guys","version":"1.0","type":"link"}