{"product_id":"the-rhythm-rope-smart-jump-rope","title":"The Rhythm Rope – Smart Jump Rope","description":"\u003cstyle\u003e\n  .gf-rhythm {\n    --pink-bg: #f7e3e3;\n    --pink-soft: #f2d0d3;\n    --dusty-rose: #a95768;\n    --deep-rose: #8f4658;\n    --text: #242020;\n    --muted: #756b6b;\n    --white: #ffffff;\n\n    background: var(--pink-bg);\n    padding: 70px 24px 75px;\n    overflow: hidden;\n    font-family: inherit;\n  }\n\n  .gf-rhythm * {\n    box-sizing: border-box;\n  }\n\n  .gf-rhythm-inner {\n    max-width: 1120px;\n    margin: 0 auto;\n  }\n\n  \/* HERO *\/\n\n  .gf-rhythm-hero {\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 55px;\n    animation: rhythmFade 0.8s ease both;\n  }\n\n  .gf-rhythm-eyebrow {\n    margin: 0 0 14px;\n    color: var(--dusty-rose);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .gf-rhythm-title {\n    margin: 0;\n    color: var(--text);\n    font-size: clamp(36px, 5vw, 58px);\n    line-height: 1.05;\n    letter-spacing: -1.8px;\n    font-weight: 600;\n  }\n\n  .gf-rhythm-title span {\n    display: block;\n    color: var(--dusty-rose);\n    font-style: italic;\n    font-weight: 500;\n    margin-top: 5px;\n  }\n\n  .gf-rhythm-divider {\n    width: 70px;\n    height: 1px;\n    background: var(--dusty-rose);\n    margin: 24px auto;\n    opacity: .65;\n  }\n\n  .gf-rhythm-intro {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .gf-rhythm-intro strong {\n    color: var(--text);\n  }\n\n  \/* COUNTER FEATURE *\/\n\n  .gf-counter {\n    background: var(--white);\n    border: 1px solid rgba(169,87,104,.15);\n    border-radius: 28px;\n    padding: 35px 40px;\n    display: flex;\n    align-items: center;\n    gap: 28px;\n    margin-bottom: 18px;\n    animation: rhythmFade 0.8s .15s ease both;\n    transition: transform .35s ease, box-shadow .35s ease;\n  }\n\n  .gf-counter:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 15px 35px rgba(115,62,72,.09);\n  }\n\n  .gf-counter-icon {\n    flex: 0 0 68px;\n    height: 68px;\n    border-radius: 50%;\n    background: var(--pink-soft);\n    color: var(--dusty-rose);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 27px;\n  }\n\n  .gf-counter-content h3 {\n    margin: 0 0 7px;\n    color: var(--text);\n    font-size: 20px;\n    font-weight: 700;\n  }\n\n  .gf-counter-content p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FEATURES *\/\n\n  .gf-rhythm-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 55px;\n  }\n\n  .gf-rhythm-card {\n    background: var(--white);\n    border: 1px solid rgba(169,87,104,.15);\n    border-radius: 22px;\n    padding: 28px 21px;\n    min-height: 245px;\n    animation: rhythmFade .7s ease both;\n    transition: transform .35s ease, box-shadow .35s ease;\n  }\n\n  .gf-rhythm-card:nth-child(1) {\n    animation-delay: .2s;\n  }\n\n  .gf-rhythm-card:nth-child(2) {\n    animation-delay: .3s;\n  }\n\n  .gf-rhythm-card:nth-child(3) {\n    animation-delay: .4s;\n  }\n\n  .gf-rhythm-card:nth-child(4) {\n    animation-delay: .5s;\n  }\n\n  .gf-rhythm-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 15px 30px rgba(115,62,72,.09);\n  }\n\n  .gf-rhythm-icon {\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    background: var(--pink-soft);\n    color: var(--dusty-rose);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 24px;\n    font-size: 19px;\n  }\n\n  .gf-rhythm-card h3 {\n    margin: 0 0 11px;\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .gf-rhythm-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13.5px;\n    line-height: 1.75;\n  }\n\n  \/* ACTIVATE \u0026 TONE *\/\n\n  .gf-activate {\n    background: var(--white);\n    border: 1px solid rgba(169,87,104,.12);\n    border-radius: 28px;\n    padding: 55px 60px;\n    display: grid;\n    grid-template-columns: .8fr 1.2fr;\n    gap: 55px;\n    align-items: center;\n    animation: rhythmFade .9s ease both;\n  }\n\n  .gf-activate-label {\n    margin: 0 0 13px;\n    color: var(--dusty-rose);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .gf-activate h2 {\n    margin: 0;\n    color: var(--text);\n    font-size: clamp(29px, 4vw, 43px);\n    line-height: 1.1;\n    letter-spacing: -1px;\n    font-weight: 600;\n  }\n\n  .gf-activate h2 span {\n    display: block;\n    color: var(--dusty-rose);\n    font-style: italic;\n    font-weight: 500;\n    margin-top: 4px;\n  }\n\n  .gf-activate-copy p {\n    margin: 0 0 20px;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .gf-activate-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .gf-rhythm-quote {\n    color: var(--deep-rose) !important;\n    font-size: 16px !important;\n    font-weight: 600;\n    font-style: italic;\n  }\n\n  \/* BOTTOM *\/\n\n  .gf-rhythm-bottom {\n    text-align: center;\n    margin-top: 55px;\n  }\n\n  .gf-rhythm-line {\n    width: 100%;\n    max-width: 420px;\n    height: 1px;\n    background: rgba(169,87,104,.25);\n    margin: 0 auto 24px;\n  }\n\n  .gf-rhythm-bottom p {\n    margin: 0;\n    color: var(--dusty-rose);\n    font-size: 13px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    font-weight: 600;\n  }\n\n  @keyframes rhythmFade {\n    from {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* TABLET *\/\n\n  @media screen and (max-width: 900px) {\n\n    .gf-rhythm-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gf-activate {\n      grid-template-columns: 1fr;\n      gap: 25px;\n      padding: 45px;\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 600px) {\n\n    .gf-rhythm {\n      padding: 48px 15px 55px;\n    }\n\n    .gf-rhythm-hero {\n      margin-bottom: 35px;\n    }\n\n    .gf-rhythm-eyebrow {\n      font-size: 9px;\n      letter-spacing: 2.2px;\n    }\n\n    .gf-rhythm-title {\n      font-size: 34px;\n      letter-spacing: -1px;\n    }\n\n    .gf-rhythm-divider {\n      margin: 18px auto;\n    }\n\n    .gf-rhythm-intro {\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .gf-counter {\n      padding: 26px 22px;\n      gap: 18px;\n      border-radius: 20px;\n      align-items: flex-start;\n    }\n\n    .gf-counter:hover {\n      transform: none;\n      box-shadow: none;\n    }\n\n    .gf-counter-icon {\n      flex: 0 0 50px;\n      height: 50px;\n      font-size: 20px;\n    }\n\n    .gf-counter-content h3 {\n      font-size: 16px;\n    }\n\n    .gf-counter-content p {\n      font-size: 13px;\n    }\n\n    .gf-rhythm-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      margin-bottom: 35px;\n    }\n\n    .gf-rhythm-card {\n      min-height: auto;\n      padding: 25px 22px;\n      border-radius: 20px;\n    }\n\n    .gf-rhythm-card:hover {\n      transform: none;\n      box-shadow: none;\n    }\n\n    .gf-rhythm-icon {\n      width: 46px;\n      height: 46px;\n      margin-bottom: 20px;\n    }\n\n    .gf-rhythm-card h3 {\n      font-size: 16px;\n    }\n\n    .gf-rhythm-card p {\n      font-size: 13.5px;\n    }\n\n    .gf-activate {\n      display: block;\n      padding: 35px 24px;\n      border-radius: 22px;\n    }\n\n    .gf-activate h2 {\n      font-size: 30px;\n      margin-bottom: 25px;\n    }\n\n    .gf-activate-copy p {\n      font-size: 14px;\n      line-height: 1.75;\n    }\n\n    .gf-rhythm-bottom {\n      margin-top: 35px;\n    }\n\n    .gf-rhythm-bottom p {\n      font-size: 10px;\n      letter-spacing: 1.8px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003csection class=\"gf-rhythm\"\u003e\n\n  \u003cdiv class=\"gf-rhythm-inner\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003cdiv class=\"gf-rhythm-hero\"\u003e\n\n      \u003cp class=\"gf-rhythm-eyebrow\"\u003e\n        GO FIGURE · TRAINING COLLECTION\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"gf-rhythm-title\"\u003e\n        Skip Smarter.\n        \u003cspan\u003eSculpt Stronger.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"gf-rhythm-divider\"\u003e\u003c\/div\u003e\n\n      \u003cp class=\"gf-rhythm-intro\"\u003e\n        Meet \u003cstrong\u003eThe Rhythm Rope\u003c\/strong\u003e — the jump rope designed\n        for women who train with intention. Lightweight, tangle-free\n        and built with a mechanical jump counter so every rep counts.\n        Whether you're warming up or going all out, it keeps up with you.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- COUNTER FEATURE --\u003e\n\n    \u003cdiv class=\"gf-counter\"\u003e\n\n      \u003cdiv class=\"gf-counter-icon\"\u003e\n        123\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gf-counter-content\"\u003e\n\n        \u003ch3\u003e\n          Every Jump Counts\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The built-in mechanical jump counter gives you a clear,\n          easy-to-read count, helping you stay focused on your workout\n          without needing batteries or complicated technology.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURES --\u003e\n\n    \u003cdiv class=\"gf-rhythm-grid\"\u003e\n\n      \u003cdiv class=\"gf-rhythm-card\"\u003e\n\n        \u003cdiv class=\"gf-rhythm-icon\"\u003e\n          ♡\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Non-Slip Grip\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Stay comfortable and in control with a stable grip designed\n          to keep up when your workout gets intense.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-rhythm-card\"\u003e\n\n        \u003cdiv class=\"gf-rhythm-icon\"\u003e\n          ∞\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Smooth \u0026amp; Tangle-Free\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Less fuss, more movement. Enjoy a smooth rhythm without\n          constant knots or twisting getting in your way.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-rhythm-card\"\u003e\n\n        \u003cdiv class=\"gf-rhythm-icon\"\u003e\n          ↕\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Adjustable Length\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Customise the rope to your height for a comfortable fit\n          and a more natural, controlled rhythm.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-rhythm-card\"\u003e\n\n        \u003cdiv class=\"gf-rhythm-icon\"\u003e\n          ✦\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Compact \u0026amp; Portable\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Lightweight and easy to carry, so your workout can follow\n          you from home to the gym and everywhere in between.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ACTIVATE \u0026 TONE --\u003e\n\n    \u003cdiv class=\"gf-activate\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cp class=\"gf-activate-label\"\u003e\n          YOUR EVERYDAY MOVE\n        \u003c\/p\u003e\n\n        \u003ch2\u003e\n          Activate.\n          \u003cspan\u003eMove with intention.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gf-activate-copy\"\u003e\n\n        \u003cp\u003e\n          Jumping rope brings your whole body into motion, helping you\n          work your legs, glutes and core while building rhythm,\n          coordination and endurance.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          From a quick warm-up to a full workout, The Rhythm Rope is\n          made to fit effortlessly into the way you train.\n        \u003c\/p\u003e\n\n        \u003cp class=\"gf-rhythm-quote\"\u003e\n          Jump in. Show up. Feel the rhythm. 🌸\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BRAND STATEMENT --\u003e\n\n    \u003cdiv class=\"gf-rhythm-bottom\"\u003e\n\n      \u003cdiv class=\"gf-rhythm-line\"\u003e\u003c\/div\u003e\n\n      \u003cp\u003e\n        Strong. Confident. You.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Go Figure SA","offers":[{"title":"Default Title","offer_id":56003055714596,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1017\/1639\/4276\/files\/ChatGPTImageAug9_2026_12_47_37PM.png?v=1786369720","url":"https:\/\/gofiguresa.co.za\/products\/the-rhythm-rope-smart-jump-rope","provider":"Go Figure SA","version":"1.0","type":"link"}