{"product_id":"club-run-aeroflow™-performance-5-panel-cap","title":"Club Run AeroFlow™ Performance 5-Panel Cap","description":"\u003cstyle\u003e  .cr-aeroflow {    --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-aeroflow * {    box-sizing: border-box;  }  .af-container {    width: 100%;    max-width: 980px;    margin: 0 auto;  }  \/* HERO *\/  .af-hero {    position: relative;    overflow: hidden;    padding: 54px 42px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .af-hero::after {    content: '';    position: absolute;    width: 300px;    height: 300px;    top: -120px;    right: -100px;    border: 1px solid rgba(255,255,255,.08);    border-radius: 50%;  }  .af-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;  }  .af-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;  }  .af-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;  }  .af-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;  }  .af-badges {    position: relative;    z-index: 2;    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 28px;  }  .af-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 *\/  .af-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);  }  .af-stat {    padding: 20px 12px;    text-align: center;    border-right: 1px solid var(--border);  }  .af-stat:last-child {    border-right: 0;  }  .af-stat strong {    display: block;    margin-bottom: 4px;    font-size: 15px;  }  .af-stat span {    color: var(--muted);    font-size: 10px;    text-transform: uppercase;    letter-spacing: .7px;  }  \/* SECTIONS *\/  .af-section {    margin-top: 50px;  }  .af-label {    margin-bottom: 9px;    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .af-section-title {    margin: 0 0 12px;    font-size: clamp(27px, 4vw, 38px);    line-height: 1.1;    letter-spacing: -1.2px;  }  .af-intro {    max-width: 680px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* FEATURES *\/  .af-features {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 12px;    margin-top: 24px;  }  .af-feature {    padding: 24px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-md);    transition: transform .2s ease, box-shadow .2s ease;  }  .af-feature:hover {    transform: translateY(-3px);    box-shadow: 0 12px 30px rgba(0,0,0,.05);  }  .af-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;  }  .af-feature h3 {    margin: 0 0 8px;    font-size: 14px;    letter-spacing: .7px;    text-transform: uppercase;  }  .af-feature p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* HIGHLIGHT *\/  .af-highlight {    margin-top: 50px;    padding: 42px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-lg);  }  .af-highlight-number {    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.5px;  }  .af-highlight h2 {    max-width: 700px;    margin: 16px 0;    font-size: clamp(32px, 5vw, 52px);    line-height: 1;    letter-spacing: -2px;  }  .af-highlight p {    max-width: 650px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* ACTIVITY TAGS *\/  .af-tags {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 22px;  }  .af-tag {    padding: 10px 15px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: 999px;    font-size: 13px;    transition: .2s ease;  }  .af-tag:hover {    color: #fff;    background: var(--black);    border-color: var(--black);    transform: translateY(-2px);  }  \/* PERFORMANCE BLOCK *\/  .af-performance {    margin-top: 50px;    padding: 38px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .af-performance-label {    color: rgba(255,255,255,.55);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .af-performance h2 {    margin: 12px 0;    color: #fff;    font-size: 30px;    letter-spacing: -1px;  }  .af-performance p {    max-width: 650px;    margin: 0;    color: rgba(255,255,255,.65);    font-size: 14px;    line-height: 1.7;  }  \/* DETAILS *\/  .af-details {    margin-top: 22px;    border-top: 1px solid var(--border);  }  .af-details details {    border-bottom: 1px solid var(--border);  }  .af-details summary {    padding: 20px 3px;    cursor: pointer;    list-style: none;    font-size: 15px;    font-weight: 700;  }  .af-details summary::-webkit-details-marker {    display: none;  }  .af-details summary::after {    content: '+';    float: right;    font-size: 21px;    font-weight: 400;  }  .af-details details[open] summary::after {    content: '−';  }  .af-details-content {    max-width: 760px;    padding: 0 3px 20px;    color: var(--muted);    font-size: 14px;    line-height: 1.75;  }  .af-details-content ul {    margin: 0;    padding-left: 20px;  }  .af-details-content li {    margin-bottom: 7px;  }  .af-product-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 10px;  }  .af-product-detail {    padding: 14px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: 12px;  }  .af-product-detail span {    display: block;    margin-bottom: 3px;    color: var(--muted);    font-size: 10px;    font-weight: 700;    letter-spacing: 1px;    text-transform: uppercase;  }  .af-product-detail strong {    font-size: 13px;  }  \/* FIT *\/  .af-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);  }  .af-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;  }  .af-fit h3 {    margin: 0 0 7px;    font-size: 17px;  }  .af-fit p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* END *\/  .af-end {    margin-top: 50px;    padding: 48px 20px;    text-align: center;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .af-end h2 {    margin: 0;    color: #fff;    font-size: clamp(27px, 5vw, 44px);    letter-spacing: -1.5px;  }  .af-end p {    margin: 10px 0 0;    font-size: 12px;    font-weight: 700;    letter-spacing: 2px;    opacity: .55;  }  @media (max-width: 700px) {    .cr-aeroflow {      padding: 12px 10px 28px;    }    .af-hero {      padding: 38px 24px;      border-radius: 20px;    }    .af-title {      letter-spacing: -1.8px;    }    .af-stats {      grid-template-columns: repeat(2, 1fr);    }    .af-stat:nth-child(2) {      border-right: 0;    }    .af-stat:nth-child(-n+2) {      border-bottom: 1px solid var(--border);    }    .af-features {      grid-template-columns: 1fr;    }    .af-highlight,    .af-performance {      padding: 28px 22px;    }    .af-product-grid {      grid-template-columns: 1fr;    }    .af-fit {      grid-template-columns: 1fr;    }    .af-section {      margin-top: 38px;    }  }\u003c\/style\u003e\u003cdiv class=\"cr-aeroflow\"\u003e  \u003cdiv class=\"af-container\"\u003e    \u003c!-- HERO --\u003e    \u003csection class=\"af-hero\"\u003e      \u003cspan class=\"af-eyebrow\"\u003eCLUB RUN PERFORMANCE ACCESSORIES\u003c\/span\u003e      \u003ch1 class=\"af-title\"\u003e        AeroFlow™\u003cbr\u003e        Performance 5-Panel Cap      \u003c\/h1\u003e      \u003cp class=\"af-hero-sub\"\u003e        Lightweight. Breathable.\u003cbr\u003e        Built to move.      \u003c\/p\u003e      \u003cp class=\"af-hero-copy\"\u003e        A lightweight performance cap designed for runners, athletes        and everyday movement. Breathable mesh ventilation, a low-profile        athletic fit and adjustable construction keep things simple,        comfortable and ready for the miles ahead.      \u003c\/p\u003e      \u003cdiv class=\"af-badges\"\u003e        \u003cspan class=\"af-badge\"\u003eLIGHTWEIGHT\u003c\/span\u003e        \u003cspan class=\"af-badge\"\u003eBREATHABLE\u003c\/span\u003e        \u003cspan class=\"af-badge\"\u003e5-PANEL\u003c\/span\u003e        \u003cspan class=\"af-badge\"\u003eADJUSTABLE\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- QUICK SPECS --\u003e    \u003cdiv class=\"af-stats\"\u003e      \u003cdiv class=\"af-stat\"\u003e        \u003cstrong\u003e5-PANEL\u003c\/strong\u003e        \u003cspan\u003eConstruction\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"af-stat\"\u003e        \u003cstrong\u003eMESH\u003c\/strong\u003e        \u003cspan\u003eVentilation\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"af-stat\"\u003e        \u003cstrong\u003eLOW PROFILE\u003c\/strong\u003e        \u003cspan\u003eAthletic Fit\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"af-stat\"\u003e        \u003cstrong\u003eADJUSTABLE\u003c\/strong\u003e        \u003cspan\u003eRear Closure\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- INTRO --\u003e    \u003csection class=\"af-section\"\u003e      \u003cdiv class=\"af-label\"\u003eDesigned for movement\u003c\/div\u003e      \u003ch2 class=\"af-section-title\"\u003e        Keep your focus on the miles ahead.      \u003c\/h2\u003e      \u003cp class=\"af-intro\"\u003e        Whether you're chasing a new PB, exploring the trails or putting        in another training session, the CLUB RUN AeroFlow™ Performance        5-Panel Cap is designed to keep you comfortable without adding        unnecessary bulk.        \u003cbr\u003e\u003cbr\u003e        Lightweight performance fabric combines with breathable mesh        side panels to promote airflow through demanding sessions and        everyday movement.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- FEATURES --\u003e    \u003csection class=\"af-section\"\u003e      \u003cdiv class=\"af-label\"\u003ePerformance built in\u003c\/div\u003e      \u003ch2 class=\"af-section-title\"\u003e        Made for more than shade.      \u003c\/h2\u003e      \u003cdiv class=\"af-features\"\u003e        \u003cdiv class=\"af-feature\"\u003e          \u003cdiv class=\"af-feature-number\"\u003e01\u003c\/div\u003e          \u003ch3\u003eLightweight Construction\u003c\/h3\u003e          \u003cp\u003e            Performance-focused construction keeps unnecessary weight            down for a comfortable feel while running and training.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"af-feature\"\u003e          \u003cdiv class=\"af-feature-number\"\u003e02\u003c\/div\u003e          \u003ch3\u003eBreathable Ventilation\u003c\/h3\u003e          \u003cp\u003e            Mesh side panels promote airflow to support comfort during            warm conditions and higher-intensity sessions.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"af-feature\"\u003e          \u003cdiv class=\"af-feature-number\"\u003e03\u003c\/div\u003e          \u003ch3\u003eAthletic 5-Panel Fit\u003c\/h3\u003e          \u003cp\u003e            A clean, low-profile 5-panel construction creates a            performance-driven silhouette designed for active wear.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"af-feature\"\u003e          \u003cdiv class=\"af-feature-number\"\u003e04\u003c\/div\u003e          \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e          \u003cp\u003e            Rear elastic cord and toggle adjustment make it easy to            fine-tune the fit before your run, workout or adventure.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- HIGHLIGHT --\u003e    \u003csection class=\"af-highlight\"\u003e      \u003cspan class=\"af-highlight-number\"\u003e01 \/ AIRFLOW\u003c\/span\u003e      \u003ch2\u003eStay cool. Stay focused. Keep moving.\u003c\/h2\u003e      \u003cp\u003e        AeroFlow™ combines lightweight performance fabric with        breathable mesh ventilation panels to promote airflow while        keeping the fit minimal and comfortable.        \u003cbr\u003e\u003cbr\u003e        From hot training sessions to long outdoor miles, it's designed        to become the cap you reach for before heading out the door.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- PERFECT FOR --\u003e    \u003csection class=\"af-section\"\u003e      \u003cdiv class=\"af-label\"\u003eMade to move\u003c\/div\u003e      \u003ch2 class=\"af-section-title\"\u003e        From road miles to everyday movement.      \u003c\/h2\u003e      \u003cp class=\"af-intro\"\u003e        One performance cap designed to move between training,        adventure and everyday wear.      \u003c\/p\u003e      \u003cdiv class=\"af-tags\"\u003e        \u003cspan class=\"af-tag\"\u003eRoad Running\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eTrail Running\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eGym Training\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eWalking\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eHiking\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eCycling\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eOutdoor Training\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eTravel\u003c\/span\u003e        \u003cspan class=\"af-tag\"\u003eEveryday Wear\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- PERFORMANCE --\u003e    \u003csection class=\"af-performance\"\u003e      \u003cspan class=\"af-performance-label\"\u003eAeroFlow™ Performance\u003c\/span\u003e      \u003ch2\u003eLess bulk. More movement.\u003c\/h2\u003e      \u003cp\u003e        Built around lightweight comfort and ventilation, AeroFlow™        combines a low-profile athletic design, breathable mesh panels        and adjustable construction for a versatile performance cap        that fits naturally into your training routine.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- PRODUCT DETAILS --\u003e    \u003csection class=\"af-section\"\u003e      \u003cdiv class=\"af-label\"\u003eProduct information\u003c\/div\u003e      \u003ch2 class=\"af-section-title\"\u003e        Explore the details.      \u003c\/h2\u003e      \u003cdiv class=\"af-details\"\u003e        \u003cdetails open\u003e          \u003csummary\u003eKey Features\u003c\/summary\u003e          \u003cdiv class=\"af-details-content\"\u003e            \u003cul\u003e              \u003cli\u003eLightweight performance construction\u003c\/li\u003e              \u003cli\u003eBreathable mesh ventilation panels\u003c\/li\u003e              \u003cli\u003eLow-profile 5-panel athletic design\u003c\/li\u003e              \u003cli\u003eAdjustable rear elastic cord with toggle\u003c\/li\u003e              \u003cli\u003eCurved brim for additional sun coverage\u003c\/li\u003e              \u003cli\u003eComfortable unisex fit\u003c\/li\u003e            \u003c\/ul\u003e          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eProduct Specifications\u003c\/summary\u003e          \u003cdiv class=\"af-details-content\"\u003e            \u003cdiv class=\"af-product-grid\"\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eBrand\u003c\/span\u003e                \u003cstrong\u003eCLUB RUN\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eModel\u003c\/span\u003e                \u003cstrong\u003eAeroFlow™ Performance 5-Panel Cap\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eMaterial\u003c\/span\u003e                \u003cstrong\u003eLightweight performance nylon\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eVentilation\u003c\/span\u003e                \u003cstrong\u003eBreathable mesh panels\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eFit\u003c\/span\u003e                \u003cstrong\u003eOne size fits most\u003c\/strong\u003e              \u003c\/div\u003e              \u003cdiv class=\"af-product-detail\"\u003e                \u003cspan\u003eClosure\u003c\/span\u003e                \u003cstrong\u003eElastic cord + toggle\u003c\/strong\u003e              \u003c\/div\u003e            \u003c\/div\u003e          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eWhat Can I Use It For?\u003c\/summary\u003e          \u003cdiv class=\"af-details-content\"\u003e            AeroFlow™ is designed for running, trail running, gym            training, hiking, walking, cycling, outdoor adventures,            travel and everyday active wear.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eWhat's Included?\u003c\/summary\u003e          \u003cdiv class=\"af-details-content\"\u003e            1 × CLUB RUN AeroFlow™ Performance 5-Panel Cap          \u003c\/div\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- FIT --\u003e    \u003cdiv class=\"af-fit\"\u003e      \u003cdiv class=\"af-fit-icon\"\u003eFIT\u003c\/div\u003e      \u003cdiv\u003e        \u003ch3\u003eAdjust It. Lock It In. Move.\u003c\/h3\u003e        \u003cp\u003e          AeroFlow™ features an adjustable rear elastic cord and toggle          system, allowing you to fine-tune the fit for running,          training and everyday wear.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- FINAL HIGHLIGHT --\u003e    \u003csection class=\"af-highlight\"\u003e      \u003cspan class=\"af-highlight-number\"\u003e02 \/ EVERYDAY PERFORMANCE\u003c\/span\u003e      \u003ch2\u003eThe cap built to leave the house with you.\u003c\/h2\u003e      \u003cp\u003e        Lightweight enough for long runs. Breathable enough for hard        sessions. Clean enough for everyday wear.        \u003cbr\u003e\u003cbr\u003e        AeroFlow™ is designed for the miles, sessions and movement        in between.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- END --\u003e    \u003csection class=\"af-end\"\u003e      \u003ch2\u003eRUN. TRAIN. MOVE. REPEAT.\u003c\/h2\u003e      \u003cp\u003eCLUB RUN — BUILT FOR MOTION.\u003c\/p\u003e    \u003c\/section\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLUB RUN","offers":[{"title":"Midnight \/ one-size","offer_id":44789410267179,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true},{"title":"Summit Stone \/ one-size","offer_id":44789410299947,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true},{"title":"Alpine Mist \/ one-size","offer_id":44789410332715,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true},{"title":"Desert Dusk \/ one-size","offer_id":44789410365483,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true},{"title":"Glacier Bloom \/ one-size","offer_id":44789410398251,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/2519\/8123\/files\/IMG-4441.png?v=1786883507","url":"https:\/\/sprtsclub.co.za\/products\/club-run-aeroflow%e2%84%a2-performance-5-panel-cap","provider":"SprtsClub","version":"1.0","type":"link"}