{"title":"Home page","description":null,"products":[{"product_id":"club-run-aeroflow-vest","title":"CLUB RUN AeroFlow Vest","description":"\u003cstyle\u003e  .cr-vest {    --bg: #f4f4f1;    --surface: #ffffff;    --soft: #f8f8f5;    --text: #101010;    --muted: #686868;    --border: #e2e2dc;    --black: #0d0d0d;    --radius-lg: 24px;    --radius-md: 16px;    background: var(--bg);    color: var(--text);    font-family: Arial, Helvetica, sans-serif;    padding: 24px 16px 40px;  }  .cr-vest * {    box-sizing: border-box;  }  .vest-container {    width: 100%;    max-width: 980px;    margin: 0 auto;  }  \/* HERO *\/  .vest-hero {    position: relative;    overflow: hidden;    padding: 54px 42px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .vest-hero::after {    content: '';    position: absolute;    width: 300px;    height: 300px;    top: -120px;    right: -100px;    border: 1px solid rgba(255,255,255,.08);    border-radius: 50%;  }  .vest-eyebrow {    display: inline-block;    position: relative;    z-index: 2;    margin-bottom: 18px;    color: rgba(255,255,255,.55);    font-size: 11px;    font-weight: 700;    letter-spacing: 2px;    text-transform: uppercase;  }  .vest-title {    position: relative;    z-index: 2;    max-width: 760px;    margin: 0;    color: #fff;    font-size: clamp(40px, 6vw, 66px);    font-weight: 800;    line-height: .98;    letter-spacing: -2.5px;  }  .vest-hero-sub {    position: relative;    z-index: 2;    margin: 20px 0 0;    color: #fff;    font-size: clamp(18px, 2.5vw, 24px);    line-height: 1.35;    font-weight: 600;  }  .vest-hero-copy {    position: relative;    z-index: 2;    max-width: 660px;    margin: 20px 0 0;    color: rgba(255,255,255,.68);    font-size: 15px;    line-height: 1.75;  }  .vest-badges {    position: relative;    z-index: 2;    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 28px;  }  .vest-badge {    padding: 9px 13px;    border: 1px solid rgba(255,255,255,.18);    border-radius: 999px;    font-size: 11px;    font-weight: 700;    letter-spacing: .7px;  }  \/* QUICK SPECS *\/  .vest-stats {    display: grid;    grid-template-columns: repeat(4, 1fr);    margin-top: 14px;    overflow: hidden;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-md);  }  .vest-stat {    padding: 20px 12px;    text-align: center;    border-right: 1px solid var(--border);  }  .vest-stat:last-child {    border-right: 0;  }  .vest-stat strong {    display: block;    margin-bottom: 4px;    font-size: 15px;  }  .vest-stat span {    color: var(--muted);    font-size: 10px;    text-transform: uppercase;    letter-spacing: .7px;  }  \/* SECTIONS *\/  .vest-section {    margin-top: 50px;  }  .vest-label {    margin-bottom: 9px;    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .vest-section-title {    margin: 0 0 12px;    font-size: clamp(27px, 4vw, 38px);    line-height: 1.1;    letter-spacing: -1.2px;  }  .vest-intro {    max-width: 680px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* FEATURE CARDS *\/  .vest-features {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 12px;    margin-top: 24px;  }  .vest-feature {    padding: 24px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-md);    transition: transform .2s ease, box-shadow .2s ease;  }  .vest-feature:hover {    transform: translateY(-3px);    box-shadow: 0 12px 30px rgba(0,0,0,.05);  }  .vest-feature-number {    display: flex;    align-items: center;    justify-content: center;    width: 42px;    height: 42px;    margin-bottom: 20px;    color: #fff;    background: var(--black);    border-radius: 50%;    font-size: 12px;    font-weight: 800;  }  .vest-feature h3 {    margin: 0 0 8px;    font-size: 14px;    letter-spacing: .7px;    text-transform: uppercase;  }  .vest-feature p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* HIGHLIGHT *\/  .vest-highlight {    margin-top: 50px;    padding: 42px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-lg);  }  .vest-highlight-number {    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.5px;  }  .vest-highlight h2 {    max-width: 700px;    margin: 16px 0;    font-size: clamp(32px, 5vw, 52px);    line-height: 1;    letter-spacing: -2px;  }  .vest-highlight p {    max-width: 650px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* ACTIVITY TAGS *\/  .vest-tags {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 22px;  }  .vest-tag {    padding: 10px 15px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: 999px;    font-size: 13px;    transition: .2s ease;  }  .vest-tag:hover {    color: #fff;    background: var(--black);    border-color: var(--black);    transform: translateY(-2px);  }  \/* CARRY SECTION *\/  .vest-carry {    margin-top: 50px;    padding: 38px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .vest-carry-label {    color: rgba(255,255,255,.55);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .vest-carry h2 {    margin: 12px 0;    color: #fff;    font-size: 30px;    letter-spacing: -1px;  }  .vest-carry p {    max-width: 650px;    margin: 0;    color: rgba(255,255,255,.65);    font-size: 14px;    line-height: 1.7;  }  .vest-carry-grid {    display: grid;    grid-template-columns: repeat(5, 1fr);    gap: 8px;    margin-top: 24px;  }  .vest-carry-item {    padding: 13px 8px;    text-align: center;    border: 1px solid rgba(255,255,255,.15);    border-radius: 10px;    color: rgba(255,255,255,.85);    font-size: 12px;    font-weight: 700;  }  \/* DETAILS *\/  .vest-details {    margin-top: 22px;    border-top: 1px solid var(--border);  }  .vest-details details {    border-bottom: 1px solid var(--border);  }  .vest-details summary {    padding: 20px 3px;    cursor: pointer;    list-style: none;    font-size: 15px;    font-weight: 700;  }  .vest-details summary::-webkit-details-marker {    display: none;  }  .vest-details summary::after {    content: '+';    float: right;    font-size: 21px;    font-weight: 400;  }  .vest-details details[open] summary::after {    content: '−';  }  .vest-details-content {    max-width: 760px;    padding: 0 3px 20px;    color: var(--muted);    font-size: 14px;    line-height: 1.75;  }  .vest-details-content ul {    margin: 0;    padding-left: 20px;  }  .vest-details-content li {    margin-bottom: 7px;  }  \/* SPEC GRID *\/  .vest-spec-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 10px;  }  .vest-spec {    padding: 14px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: 12px;  }  .vest-spec span {    display: block;    margin-bottom: 4px;    color: var(--muted);    font-size: 10px;    font-weight: 700;    letter-spacing: 1px;    text-transform: uppercase;  }  .vest-spec strong {    font-size: 13px;    line-height: 1.5;  }  \/* FIT BOX *\/  .vest-fit {    display: grid;    grid-template-columns: auto 1fr;    gap: 18px;    align-items: start;    margin-top: 40px;    padding: 26px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-md);  }  .vest-fit-icon {    display: flex;    align-items: center;    justify-content: center;    width: 42px;    height: 42px;    color: #fff;    background: var(--black);    border-radius: 50%;    font-size: 11px;    font-weight: 800;  }  .vest-fit h3 {    margin: 0 0 7px;    font-size: 17px;  }  .vest-fit p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* END *\/  .vest-end {    margin-top: 50px;    padding: 48px 20px;    text-align: center;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .vest-end h2 {    margin: 0;    color: #fff;    font-size: clamp(27px, 5vw, 44px);    letter-spacing: -1.5px;  }  .vest-end p {    margin: 10px 0 0;    font-size: 12px;    font-weight: 700;    letter-spacing: 2px;    opacity: .55;  }  @media (max-width: 700px) {    .cr-vest {      padding: 12px 10px 28px;    }    .vest-hero {      padding: 38px 24px;      border-radius: 20px;    }    .vest-title {      letter-spacing: -1.8px;    }    .vest-stats {      grid-template-columns: repeat(2, 1fr);    }    .vest-stat:nth-child(2) {      border-right: 0;    }    .vest-stat:nth-child(-n+2) {      border-bottom: 1px solid var(--border);    }    .vest-features {      grid-template-columns: 1fr;    }    .vest-highlight,    .vest-carry {      padding: 28px 22px;    }    .vest-carry-grid {      grid-template-columns: repeat(2, 1fr);    }    .vest-spec-grid {      grid-template-columns: 1fr;    }    .vest-fit {      grid-template-columns: 1fr;    }    .vest-section {      margin-top: 38px;    }  }\u003c\/style\u003e\u003cdiv class=\"cr-vest\"\u003e  \u003cdiv class=\"vest-container\"\u003e    \u003c!-- HERO --\u003e    \u003csection class=\"vest-hero\"\u003e      \u003cspan class=\"vest-eyebrow\"\u003e        CLUB RUN PERFORMANCE GEAR      \u003c\/span\u003e      \u003ch1 class=\"vest-title\"\u003e        AeroFlow™\u003cbr\u003e        5L Running Vest      \u003c\/h1\u003e      \u003cp class=\"vest-hero-sub\"\u003e        Carry what you need.\u003cbr\u003e        Nothing you don't.      \u003c\/p\u003e      \u003cp class=\"vest-hero-copy\"\u003e        A lightweight, low-profile running vest designed to keep your        essentials close without unnecessary bulk. With 5 litres of        practical storage and a breathable construction, AeroFlow™ is        built for the road, trail and everything in between.      \u003c\/p\u003e      \u003cdiv class=\"vest-badges\"\u003e        \u003cspan class=\"vest-badge\"\u003e5L CAPACITY\u003c\/span\u003e        \u003cspan class=\"vest-badge\"\u003eLIGHTWEIGHT\u003c\/span\u003e        \u003cspan class=\"vest-badge\"\u003eBREATHABLE\u003c\/span\u003e        \u003cspan class=\"vest-badge\"\u003eLOW PROFILE\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- QUICK SPECS --\u003e    \u003cdiv class=\"vest-stats\"\u003e      \u003cdiv class=\"vest-stat\"\u003e        \u003cstrong\u003e5L\u003c\/strong\u003e        \u003cspan\u003eCapacity\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"vest-stat\"\u003e        \u003cstrong\u003eLIGHTWEIGHT\u003c\/strong\u003e        \u003cspan\u003eConstruction\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"vest-stat\"\u003e        \u003cstrong\u003eBREATHABLE\u003c\/strong\u003e        \u003cspan\u003eNylon\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"vest-stat\"\u003e        \u003cstrong\u003eSECURE\u003c\/strong\u003e        \u003cspan\u003eFront Closure\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- INTRO --\u003e    \u003csection class=\"vest-section\"\u003e      \u003cdiv class=\"vest-label\"\u003e        Designed for the distance      \u003c\/div\u003e      \u003ch2 class=\"vest-section-title\"\u003e        Storage that moves with you.      \u003c\/h2\u003e      \u003cp class=\"vest-intro\"\u003e        The CLUB RUN AeroFlow™ 5L Running Vest is built for runners        and active individuals who need practical storage without        carrying unnecessary bulk.        \u003cbr\u003e\u003cbr\u003e        Its lightweight, breathable nylon construction sits close to        the body while giving you room for hydration, nutrition, your        phone and the small essentials that keep you moving.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- FEATURES --\u003e    \u003csection class=\"vest-section\"\u003e      \u003cdiv class=\"vest-label\"\u003e        Performance built in      \u003c\/div\u003e      \u003ch2 class=\"vest-section-title\"\u003e        Built around your run.      \u003c\/h2\u003e      \u003cdiv class=\"vest-features\"\u003e        \u003cdiv class=\"vest-feature\"\u003e          \u003cdiv class=\"vest-feature-number\"\u003e01\u003c\/div\u003e          \u003ch3\u003eLightweight Construction\u003c\/h3\u003e          \u003cp\u003e            Breathable nylon helps keep unnecessary weight down while            supporting comfort throughout your run.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"vest-feature\"\u003e          \u003cdiv class=\"vest-feature-number\"\u003e02\u003c\/div\u003e          \u003ch3\u003eLow-Profile Fit\u003c\/h3\u003e          \u003cp\u003e            Designed to sit close to the body for a streamlined feel            without creating unnecessary bulk while moving.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"vest-feature\"\u003e          \u003cdiv class=\"vest-feature-number\"\u003e03\u003c\/div\u003e          \u003ch3\u003eSecure Closure\u003c\/h3\u003e          \u003cp\u003e            Front locking closures help keep the vest securely            positioned throughout running and outdoor activity.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"vest-feature\"\u003e          \u003cdiv class=\"vest-feature-number\"\u003e04\u003c\/div\u003e          \u003ch3\u003e5L Storage Capacity\u003c\/h3\u003e          \u003cp\u003e            Five litres of practical storage provides room for your            phone, soft flask, keys, cards, nutrition and other            small essentials.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- HIGHLIGHT --\u003e    \u003csection class=\"vest-highlight\"\u003e      \u003cspan class=\"vest-highlight-number\"\u003e        01 \/ CARRY LESS. MOVE MORE.      \u003c\/span\u003e      \u003ch2\u003e        Your essentials. Within reach.      \u003c\/h2\u003e      \u003cp\u003e        Long runs require more than just shoes and determination.        AeroFlow™ gives you practical space for the things you need        while keeping the design lightweight and close to your body.        \u003cbr\u003e\u003cbr\u003e        Carry your hydration, nutrition, phone and everyday running        essentials without turning your run into a backpacking trip.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- ACTIVITIES --\u003e    \u003csection class=\"vest-section\"\u003e      \u003cdiv class=\"vest-label\"\u003e        Made to move      \u003c\/div\u003e      \u003ch2 class=\"vest-section-title\"\u003e        One vest. More ways to move.      \u003c\/h2\u003e      \u003cp class=\"vest-intro\"\u003e        Designed for running first, with the versatility to move        beyond the road.      \u003c\/p\u003e      \u003cdiv class=\"vest-tags\"\u003e        \u003cspan class=\"vest-tag\"\u003eRoad Running\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eTrail Running\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eLong Runs\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eHiking\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eCycling\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eClimbing\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eOutdoor Training\u003c\/span\u003e        \u003cspan class=\"vest-tag\"\u003eAdventure\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- WHAT CAN YOU CARRY --\u003e    \u003csection class=\"vest-carry\"\u003e      \u003cspan class=\"vest-carry-label\"\u003e        5L Practical Storage      \u003c\/span\u003e      \u003ch2\u003e        Pack the essentials.      \u003c\/h2\u003e      \u003cp\u003e        AeroFlow™ gives you practical storage for the small essentials        you may need throughout your run or outdoor session.      \u003c\/p\u003e      \u003cdiv class=\"vest-carry-grid\"\u003e        \u003cdiv class=\"vest-carry-item\"\u003ePHONE\u003c\/div\u003e        \u003cdiv class=\"vest-carry-item\"\u003eSOFT FLASK\u003c\/div\u003e        \u003cdiv class=\"vest-carry-item\"\u003eNUTRITION\u003c\/div\u003e        \u003cdiv class=\"vest-carry-item\"\u003eKEYS\u003c\/div\u003e        \u003cdiv class=\"vest-carry-item\"\u003eCARDS\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- DETAILS --\u003e    \u003csection class=\"vest-section\"\u003e      \u003cdiv class=\"vest-label\"\u003e        Product information      \u003c\/div\u003e      \u003ch2 class=\"vest-section-title\"\u003e        Explore the details.      \u003c\/h2\u003e      \u003cdiv class=\"vest-details\"\u003e        \u003cdetails open\u003e          \u003csummary\u003e            Key Features          \u003c\/summary\u003e          \u003cdiv class=\"vest-details-content\"\u003e            \u003cul\u003e              \u003cli\u003e5-litre storage capacity\u003c\/li\u003e              \u003cli\u003eLightweight breathable nylon construction\u003c\/li\u003e              \u003cli\u003eLow-profile body fit\u003c\/li\u003e              \u003cli\u003eSecure front locking closures\u003c\/li\u003e              \u003cli\u003eDesigned for running and outdoor activity\u003c\/li\u003e              \u003cli\u003eStorage for hydration and everyday essentials\u003c\/li\u003e            \u003c\/ul\u003e          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003e            Product Specifications          \u003c\/summary\u003e          \u003cdiv class=\"vest-details-content\"\u003e            \u003cdiv class=\"vest-spec-grid\"\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eCapacity\u003c\/span\u003e                \u003cstrong\u003e5 Litres\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eMaterial\u003c\/span\u003e                \u003cstrong\u003eLightweight breathable nylon\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eFit\u003c\/span\u003e                \u003cstrong\u003eLow-profile body fit\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eClosure\u003c\/span\u003e                \u003cstrong\u003eSecure front locking system\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eStorage\u003c\/span\u003e                \u003cstrong\u003e                  Phone, soft flask, keys, cards \u0026amp; nutrition                \u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"vest-spec\"\u003e                \u003cspan\u003eDesigned For\u003c\/span\u003e                \u003cstrong\u003e                  Running, hiking, cycling \u0026amp; outdoor training                \u003c\/strong\u003e              \u003c\/div\u003e            \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003e            What Can I Use It For?          \u003c\/summary\u003e          \u003cdiv class=\"vest-details-content\"\u003e            AeroFlow™ is designed primarily for running and can also            be used for trail running, hiking, cycling, climbing and            other outdoor activities where lightweight storage is useful.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003e            What Can I Carry?          \u003c\/summary\u003e          \u003cdiv class=\"vest-details-content\"\u003e            The 5L capacity provides practical storage for items such            as a smartphone, compatible soft flask, keys, cards,            running nutrition and other small essentials.          \u003c\/div\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- FIT --\u003e    \u003cdiv class=\"vest-fit\"\u003e      \u003cdiv class=\"vest-fit-icon\"\u003e        FIT      \u003c\/div\u003e      \u003cdiv\u003e        \u003ch3\u003e          Close to the body. Ready to move.        \u003c\/h3\u003e        \u003cp\u003e          AeroFlow™ is designed with a low-profile fit to keep your          running essentials close while reducing unnecessary bulk          during movement.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- FINAL HIGHLIGHT --\u003e    \u003csection class=\"vest-highlight\"\u003e      \u003cspan class=\"vest-highlight-number\"\u003e        02 \/ BUILT FOR THE MILES      \u003c\/span\u003e      \u003ch2\u003e        Carry more. Move freely.      \u003c\/h2\u003e      \u003cp\u003e        From your first kilometre to your final push, AeroFlow™ keeps        the essentials you need close so you can stay focused on the        movement ahead.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- END --\u003e    \u003csection class=\"vest-end\"\u003e      \u003ch2\u003e        PACK. RUN. MOVE. REPEAT.      \u003c\/h2\u003e      \u003cp\u003e        CLUB RUN — BUILT FOR MOTION.      \u003c\/p\u003e    \u003c\/section\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLUB RUN","offers":[{"title":"Black \/ One-Size","offer_id":44789410201643,"sku":"CR-AFV-BLK","price":399.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ One-Size","offer_id":44789410234411,"sku":"CR-AFV-GRY","price":399.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/2519\/8123\/files\/CLUB_RUN_VEST_BLACK.png?v=1786883506"}],"url":"https:\/\/sprtsclub.co.za\/collections\/frontpage.oembed","provider":"SprtsClub","version":"1.0","type":"link"}