{"product_id":"motion-endurance-bundle-hydroform™-vest-motion-band™","title":"Motion Endurance Bundle – HydroForm™ Vest + Motion Band™","description":"\u003cstyle\u003e\n  .cr-bundle {\n    --bg: #f4f4f1;\n    --surface: #ffffff;\n    --soft: #f8f8f5;\n    --black: #0d0d0d;\n    --text: #111111;\n    --muted: #686868;\n    --border: #dfdfd8;\n    --silver: #bcbcb5;\n    --radius-lg: 24px;\n    --radius-md: 16px;\n    background: var(--bg);\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    padding: 24px 16px 42px;\n  }\n\n  .cr-bundle * {\n    box-sizing: border-box;\n  }\n\n  .bundle-container {\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n  }\n\n  \/* HERO *\/\n\n  .bundle-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 64px 42px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 255, 255, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #090909 0%, #1b1b1b 100%);\n    border-radius: var(--radius-lg);\n  }\n\n  .bundle-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -90px;\n    bottom: -120px;\n    width: 330px;\n    height: 330px;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 50%;\n  }\n\n  .bundle-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 18px;\n    color: #d1d1cb;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n  }\n\n  .bundle-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 760px;\n    margin: 0 0 18px;\n    color: #ffffff;\n    font-size: clamp(38px, 7vw, 66px);\n    line-height: 0.96;\n    letter-spacing: -2px;\n    text-transform: uppercase;\n  }\n\n  .bundle-tagline {\n    position: relative;\n    z-index: 1;\n    max-width: 640px;\n    margin: 0;\n    color: #d5d5d5;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .bundle-hero-pills {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .bundle-pill {\n    padding: 10px 14px;\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .bundle-jump {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 28px;\n    padding: 14px 20px;\n    color: #111111;\n    background: #ffffff;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease;\n  }\n\n  .bundle-jump:hover {\n    color: #111111;\n    background: #ecece8;\n    transform: translateY(-2px);\n  }\n\n  \/* INTRODUCTION *\/\n\n  .bundle-section {\n    margin-top: 20px;\n    padding: 34px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n  }\n\n  .bundle-section-heading {\n    margin: 0 0 10px;\n    color: var(--text);\n    font-size: 26px;\n    line-height: 1.2;\n  }\n\n  .bundle-intro {\n    max-width: 790px;\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* PRODUCTS *\/\n\n  .bundle-products {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    margin-top: 24px;\n  }\n\n  .bundle-product {\n    position: relative;\n    overflow: hidden;\n    padding: 28px;\n    background: var(--soft);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .bundle-product:hover {\n    border-color: #bcbcb5;\n    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);\n    transform: translateY(-5px);\n  }\n\n  .product-number {\n    display: block;\n    margin-bottom: 34px;\n    color: #777773;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.6px;\n  }\n\n  .bundle-product h4 {\n    margin: 0 0 12px;\n    color: var(--text);\n    font-size: 22px;\n    line-height: 1.2;\n  }\n\n  .bundle-product p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .product-features {\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .product-features li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 24px;\n    color: #3f3f3f;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .product-features li:last-child {\n    margin-bottom: 0;\n  }\n\n  .product-features li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: #111111;\n    font-weight: 800;\n  }\n\n  \/* INCLUDED *\/\n\n  .included-panel {\n    margin-top: 20px;\n    padding: 36px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 90% 10%,\n        rgba(255, 255, 255, 0.1),\n        transparent 32%\n      ),\n      var(--black);\n    border-radius: var(--radius-lg);\n  }\n\n  .included-panel h3 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: 26px;\n  }\n\n  .included-panel \u003e p {\n    max-width: 680px;\n    margin: 0;\n    color: #bdbdbd;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .included-item {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-height: 58px;\n    padding: 14px 16px;\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.07);\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 12px;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .included-check {\n    display: inline-flex;\n    flex: 0 0 24px;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    color: #111111;\n    background: #ffffff;\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  \/* VALUE *\/\n\n  .bundle-value {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 28px;\n    align-items: center;\n    margin-top: 20px;\n    padding:: 38px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n  }\n\n  .value-copy small {\n    display: block;\n    margin-bottom: 8px;\n    color: #777773;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n  }\n\n  .value-copy h3 {\n    margin: 0 0 8px;\n    color: var(--text);\n    font-size: 25px;\n  }\n\n  .value-copy p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .value-price {\n    min-width: 220px;\n    padding: 24px;\n    text-align: center;\n    color: #ffffff;\n    background: var(--black);\n    border-radius: var(--radius-md);\n  }\n\n  .value-price .compare-price {\n    display: block;\n    margin-bottom: 6px;\n    color: #9f9f9f;\n    font-size: 14px;\n    text-decoration: line-through;\n  }\n\n  .value-price strong {\n    display: block;\n    color: #ffffff;\n    font-size: 42px;\n    line-height: 1;\n  }\n\n  .value-price span {\n    display: block;\n    margin-top: 10px;\n    color: #d2d2d2;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1px;\n  }\n\n  \/* INTERACTIVE ACCORDIONS *\/\n\n  .bundle-accordion {\n    margin-top: 20px;\n    padding: 12px 28px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n  }\n\n  .bundle-accordion details {\n    border-bottom: 1px solid var(--border);\n  }\n\n  .bundle-accordion details:last-child {\n    border-bottom: 0;\n  }\n\n  .bundle-accordion summary {\n    position: relative;\n    padding: 22px 42px 22px 0;\n    color: var(--text);\n    font-size: 15px;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .bundle-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bundle-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 28px;\n    height: 28px;\n    color: #ffffff;\n    background: var(--black);\n    border-radius: 50%;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 28px;\n    text-align: center;\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n  }\n\n  .bundle-accordion details[open] summary::after {\n    content: \"−\";\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  .accordion-content {\n    padding: 0 42px 22px 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .accordion-content p {\n    margin: 0 0 12px;\n  }\n\n  .accordion-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* FINAL MESSAGE *\/\n\n  .bundle-final {\n    margin-top: 20px;\n    padding: 46px 30px;\n    text-align: center;\n    color: #ffffff;\n    background: var(--black);\n    border-radius: var(--radius-lg);\n  }\n\n  .bundle-final small {\n    display: block;\n    margin-bottom: 12px;\n    color: #b7b7b3;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bundle-final h3 {\n    max-width: 700px;\n    margin: 0 auto;\n    color: #ffffff;\n    font-size: clamp(28px, 5vw, 44px);\n    line-height: 1.05;\n  }\n\n  .bundle-final p {\n    margin: 18px 0 0;\n    color: #cfcfcf;\n    font-size: 14px;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 760px) {\n    .cr-bundle {\n      padding: 12px 10px 28px;\n    }\n\n    .bundle-hero {\n      padding: 42px 24px;\n      border-radius: 18px;\n    }\n\n    .bundle-hero h2 {\n      font-size: 38px;\n      letter-spacing: -1.2px;\n    }\n\n    .bundle-tagline {\n      font-size: 15px;\n    }\n\n    .bundle-section,\n    .included-panel,\n    .bundle-value {\n      padding: 26px 20px;\n      border-radius: 18px;\n    }\n\n    .bundle-products,\n    .included-grid,\n    .bundle-value {\n      grid-template-columns: 1fr;\n    }\n\n    .bundle-product {\n      padding: 24px 20px;\n    }\n\n    .product-number {\n      margin-bottom: 24px;\n    }\n\n    .value-price {\n      width: 100%;\n      min-width: 0;\n    }\n\n    .bundle-accordion {\n      padding: 8px 20px;\n      border-radius: 18px;\n    }\n\n    .bundle-accordion summary {\n      padding: 20px 40px 20px 0;\n      font-size: 14px;\n    }\n\n    .accordion-content {\n      padding: 0 0 20px;\n    }\n\n    .bundle-final {\n      padding: 38px 22px;\n      border-radius: 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cr-bundle\"\u003e\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003csection class=\"bundle-hero\"\u003e\n      \u003cspan class=\"bundle-eyebrow\"\u003e\n        Club Run Performance System\n      \u003c\/span\u003e\n\n      \u003ch2\u003eMotion Endurance Bundle\u003c\/h2\u003e\n\n      \u003cp class=\"bundle-tagline\"\u003e\n        The HydroForm™ 2L Hydration Vest and Motion Band™ combine\n        secure hydration, practical storage and everyday performance\n        tracking in one complete running system.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"bundle-hero-pills\"\u003e\n        \u003cspan class=\"bundle-pill\"\u003eHydration\u003c\/span\u003e\n        \u003cspan class=\"bundle-pill\"\u003eActivity Tracking\u003c\/span\u003e\n        \u003cspan class=\"bundle-pill\"\u003eSecure Storage\u003c\/span\u003e\n        \u003cspan class=\"bundle-pill\"\u003eFree Delivery\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca class=\"bundle-jump\" href=\"#bundle-included\"\u003e\n        Explore the bundle ↓\n      \u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"bundle-section\"\u003e\n      \u003ch3 class=\"bundle-section-heading\"\u003e\n        One system. Two performance essentials.\n      \u003c\/h3\u003e\n\n      \u003cp class=\"bundle-intro\"\u003e\n        Built for longer runs, active days and runners who want to carry\n        less while understanding more about their movement and recovery.\n        The Motion Endurance Bundle combines practical running hydration\n        with screen-free activity tracking.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"bundle-products\"\u003e\n\n        \u003carticle class=\"bundle-product\"\u003e\n          \u003cspan class=\"product-number\"\u003e01 · HYDRATION\u003c\/span\u003e\n\n          \u003ch4\u003eHydroForm™ 2L Hydration Vest\u003c\/h4\u003e\n\n          \u003cp\u003e\n            A lightweight, adjustable running vest that keeps water and\n            essential gear secure while you move.\n          \u003c\/p\u003e\n\n          \u003cul class=\"product-features\"\u003e\n            \u003cli\u003e2L reusable hydration bladder\u003c\/li\u003e\n            \u003cli\u003eHands-free drinking tube\u003c\/li\u003e\n            \u003cli\u003eBreathable mesh construction\u003c\/li\u003e\n            \u003cli\u003eAdjustable chest and side straps\u003c\/li\u003e\n            \u003cli\u003eFront and rear storage pockets\u003c\/li\u003e\n            \u003cli\u003eExternal rear bungee storage\u003c\/li\u003e\n            \u003cli\u003eReflective detailing\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"bundle-product\"\u003e\n          \u003cspan class=\"product-number\"\u003e02 · TRACKING\u003c\/span\u003e\n\n          \u003ch4\u003eMotion Band™\u003c\/h4\u003e\n\n          \u003cp\u003e\n            A lightweight, screen-free tracker designed to help you\n            monitor everyday movement, training and recovery habits.\n          \u003c\/p\u003e\n\n          \u003cul class=\"product-features\"\u003e\n            \u003cli\u003eDaily activity tracking\u003c\/li\u003e\n            \u003cli\u003eWorkout recording\u003c\/li\u003e\n            \u003cli\u003eHeart-rate trend monitoring\u003c\/li\u003e\n            \u003cli\u003eSleep trend tracking\u003c\/li\u003e\n            \u003cli\u003eLightweight screen-free design\u003c\/li\u003e\n            \u003cli\u003eInterchangeable straps\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"included-panel\" id=\"bundle-included\"\u003e\n      \u003ch3\u003eEverything included\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Your bundle arrives with the core equipment needed for hydration,\n        storage and everyday performance tracking.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"included-grid\"\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e1 × HydroForm™ Hydration Vest\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e1 × 2L Hydration Bladder\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e1 × Hands-Free Drinking Tube\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e1 × Motion Band™\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003eInterchangeable Motion Band Straps\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"included-item\"\u003e\n          \u003cspan class=\"included-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003eFree Delivery\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"bundle-value\"\u003e\n      \u003cdiv class=\"value-copy\"\u003e\n        \u003csmall\u003eBundle value\u003c\/small\u003e\n\n        \u003ch3\u003eSave when you buy the complete system\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Get the HydroForm™ Vest and Motion Band™ together and save\n          R199 compared with purchasing them separately.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"value-price\"\u003e\n        \u003cspan class=\"compare-price\"\u003eR1,698\u003c\/span\u003e\n        \u003cstrong\u003eR1,499\u003c\/strong\u003e\n        \u003cspan\u003eYOU SAVE R199\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"bundle-accordion\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho is this bundle designed for?\u003c\/summary\u003e\n\n        \u003cdiv class=\"accordion-content\"\u003e\n          \u003cp\u003e\n            The Motion Endurance Bundle is designed for road runners,\n            trail runners, hikers and active individuals who want\n            hands-free hydration, practical storage and everyday\n            performance tracking.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does the HydroForm™ Vest fit?\u003c\/summary\u003e\n\n        \u003cdiv class=\"accordion-content\"\u003e\n          \u003cp\u003e\n            The vest has an adjustable unisex fit. Adjust the chest and\n            side straps until it sits securely against your body without\n            restricting your breathing or natural running movement.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            For the best fit, make your final adjustments after filling\n            the bladder because the added water changes the vest’s weight.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I care for the hydration vest?\u003c\/summary\u003e\n\n        \u003cdiv class=\"accordion-content\"\u003e\n          \u003cp\u003e\n            Hand-wash the vest in cold water with a mild detergent and\n            allow it to air-dry. Do not bleach, tumble-dry or iron.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Rinse the hydration bladder and drinking tube after every use\n            and allow all components to dry completely before storage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does the Motion Band™ track?\u003c\/summary\u003e\n\n        \u003cdiv class=\"accordion-content\"\u003e\n          \u003cp\u003e\n            The Motion Band™ supports activity, workout, heart-rate and\n            sleep trend tracking through its connected mobile application.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The Motion Band™ is a general fitness and wellness product.\n            It is not intended to diagnose, treat or monitor a medical\n            condition.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs delivery included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"accordion-content\"\u003e\n          \u003cp\u003e\n            Yes. Free standard delivery is included with the Motion\n            Endurance Bundle.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"bundle-final\"\u003e\n      \u003csmall\u003eClub Run\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Track every effort.\u003cbr\u003e\n        Hydrate every mile.\n      \u003c\/h3\u003e\n\n      \u003cp\u003eBuilt for Motion.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLUB RUN","offers":[{"title":"Black","offer_id":49297539268843,"sku":null,"price":1499.99,"currency_code":"ZAR","in_stock":true},{"title":"Orange","offer_id":49297539301611,"sku":null,"price":1499.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":49297539334379,"sku":null,"price":1499.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0843\/6082\/3019\/files\/ChatGPTImageAug26_2026_07_21_33PM_f631fb3d-bb14-4199-82fa-2d270c90e452.png?v=1787766126","url":"https:\/\/www.clubrun.store\/products\/motion-endurance-bundle-hydroform%e2%84%a2-vest-motion-band%e2%84%a2","provider":"CLUB RUN","version":"1.0","type":"link"}