{"product_id":"club-run-motioncore-performance-long-sleeve","title":"Club Run MotionCore™ Performance Long Sleeve","description":"\u003cstyle\u003e  .cr-motioncore {    --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-motioncore * {    box-sizing: border-box;  }  .mc-container {    width: 100%;    max-width: 980px;    margin: 0 auto;  }  \/* HERO *\/  .mc-hero {    position: relative;    overflow: hidden;    padding: 54px 42px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .mc-hero::after {    content: '';    position: absolute;    width: 300px;    height: 300px;    top: -120px;    right: -100px;    border: 1px solid rgba(255,255,255,.08);    border-radius: 50%;  }  .mc-eyebrow {    display: inline-block;    margin-bottom: 18px;    color: rgba(255,255,255,.55);    font-size: 11px;    font-weight: 700;    letter-spacing: 2px;    text-transform: uppercase;  }  .mc-title {    max-width: 760px;    margin: 0;    color: #fff;    font-size: clamp(38px, 6vw, 66px);    font-weight: 800;    line-height: .98;    letter-spacing: -2.5px;  }  .mc-hero-sub {    margin: 20px 0 0;    color: #fff;    font-size: clamp(18px, 2.5vw, 24px);    line-height: 1.35;    font-weight: 600;  }  .mc-hero-copy {    max-width: 660px;    margin: 20px 0 0;    color: rgba(255,255,255,.68);    font-size: 15px;    line-height: 1.75;  }  .mc-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 28px;  }  .mc-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 STATS *\/  .mc-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);  }  .mc-stat {    padding: 20px 12px;    text-align: center;    border-right: 1px solid var(--border);  }  .mc-stat:last-child {    border-right: 0;  }  .mc-stat strong {    display: block;    margin-bottom: 4px;    font-size: 15px;  }  .mc-stat span {    color: var(--muted);    font-size: 10px;    text-transform: uppercase;    letter-spacing: .7px;  }  \/* SECTIONS *\/  .mc-section {    margin-top: 50px;  }  .mc-label {    margin-bottom: 9px;    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .mc-section-title {    margin: 0 0 12px;    font-size: clamp(27px, 4vw, 38px);    line-height: 1.1;    letter-spacing: -1.2px;  }  .mc-intro {    max-width: 680px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* FEATURE CARDS *\/  .mc-features {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 12px;    margin-top: 24px;  }  .mc-feature {    padding: 24px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-md);    transition: transform .2s ease, box-shadow .2s ease;  }  .mc-feature:hover {    transform: translateY(-3px);    box-shadow: 0 12px 30px rgba(0,0,0,.05);  }  .mc-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;  }  .mc-feature h3 {    margin: 0 0 8px;    font-size: 14px;    letter-spacing: .7px;    text-transform: uppercase;  }  .mc-feature p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* HIGHLIGHT *\/  .mc-highlight {    margin-top: 50px;    padding: 42px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: var(--radius-lg);  }  .mc-highlight-number {    color: var(--muted);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.5px;  }  .mc-highlight h2 {    max-width: 700px;    margin: 16px 0;    font-size: clamp(32px, 5vw, 52px);    line-height: 1;    letter-spacing: -2px;  }  .mc-highlight p {    max-width: 650px;    margin: 0;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* ACTIVITY TAGS *\/  .mc-tags {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 22px;  }  .mc-tag {    padding: 10px 15px;    background: var(--surface);    border: 1px solid var(--border);    border-radius: 999px;    font-size: 13px;    transition: .2s ease;  }  .mc-tag:hover {    color: #fff;    background: var(--black);    border-color: var(--black);    transform: translateY(-2px);  }  \/* DETAILS *\/  .mc-details {    margin-top: 22px;    border-top: 1px solid var(--border);  }  .mc-details details {    border-bottom: 1px solid var(--border);  }  .mc-details summary {    padding: 20px 3px;    cursor: pointer;    list-style: none;    font-size: 15px;    font-weight: 700;  }  .mc-details summary::-webkit-details-marker {    display: none;  }  .mc-details summary::after {    content: '+';    float: right;    font-size: 21px;    font-weight: 400;  }  .mc-details details[open] summary::after {    content: '−';  }  .mc-details-content {    max-width: 760px;    padding: 0 3px 20px;    color: var(--muted);    font-size: 14px;    line-height: 1.75;  }  .mc-details-content ul {    margin: 0;    padding-left: 20px;  }  .mc-details-content li {    margin-bottom: 7px;  }  \/* SIZE BOX *\/  .mc-size {    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);  }  .mc-size-icon {    display: flex;    align-items: center;    justify-content: center;    width: 42px;    height: 42px;    color: #fff;    background: var(--black);    border-radius: 50%;    font-size: 13px;    font-weight: 800;  }  .mc-size h3 {    margin: 0 0 7px;    font-size: 17px;  }  .mc-size p {    margin: 0;    color: var(--muted);    font-size: 14px;    line-height: 1.65;  }  \/* PERFORMANCE BLOCK *\/  .mc-performance {    margin-top: 50px;    padding: 38px;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .mc-performance-label {    color: rgba(255,255,255,.55);    font-size: 11px;    font-weight: 700;    letter-spacing: 1.8px;    text-transform: uppercase;  }  .mc-performance h2 {    margin: 12px 0;    color: #fff;    font-size: 30px;    letter-spacing: -1px;  }  .mc-performance p {    max-width: 650px;    margin: 0;    color: rgba(255,255,255,.65);    font-size: 14px;    line-height: 1.7;  }  \/* END *\/  .mc-end {    margin-top: 50px;    padding: 48px 20px;    text-align: center;    color: #fff;    background: var(--black);    border-radius: var(--radius-lg);  }  .mc-end h2 {    margin: 0;    color: #fff;    font-size: clamp(27px, 5vw, 44px);    letter-spacing: -1.5px;  }  .mc-end p {    margin: 10px 0 0;    font-size: 12px;    font-weight: 700;    letter-spacing: 2px;    opacity: .55;  }  @media (max-width: 700px) {    .cr-motioncore {      padding: 12px 10px 28px;    }    .mc-hero {      padding: 38px 24px;      border-radius: 20px;    }    .mc-title {      letter-spacing: -1.8px;    }    .mc-stats {      grid-template-columns: repeat(2, 1fr);    }    .mc-stat:nth-child(2) {      border-right: 0;    }    .mc-stat:nth-child(-n+2) {      border-bottom: 1px solid var(--border);    }    .mc-features {      grid-template-columns: 1fr;    }    .mc-highlight,    .mc-performance {      padding: 28px 22px;    }    .mc-size {      grid-template-columns: 1fr;    }    .mc-section {      margin-top: 38px;    }  }\u003c\/style\u003e\u003cdiv class=\"cr-motioncore\"\u003e  \u003cdiv class=\"mc-container\"\u003e    \u003c!-- HERO --\u003e    \u003csection class=\"mc-hero\"\u003e      \u003cspan class=\"mc-eyebrow\"\u003eCLUB RUN PERFORMANCE APPAREL\u003c\/span\u003e      \u003ch1 class=\"mc-title\"\u003e        MotionCore™\u003cbr\u003e        Performance Long Sleeve      \u003c\/h1\u003e      \u003cp class=\"mc-hero-sub\"\u003e        Built for Motion.\u003cbr\u003e        Designed for Every Mile.      \u003c\/p\u003e      \u003cp class=\"mc-hero-copy\"\u003e        A lightweight performance layer designed for runners and athletes        who demand breathable comfort, unrestricted movement and dependable        performance — from the first kilometre to the final rep.      \u003c\/p\u003e      \u003cdiv class=\"mc-badges\"\u003e        \u003cspan class=\"mc-badge\"\u003eLIGHTWEIGHT\u003c\/span\u003e        \u003cspan class=\"mc-badge\"\u003eBREATHABLE\u003c\/span\u003e        \u003cspan class=\"mc-badge\"\u003e4-WAY STRETCH\u003c\/span\u003e        \u003cspan class=\"mc-badge\"\u003eQUICK DRY\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- QUICK STATS --\u003e    \u003cdiv class=\"mc-stats\"\u003e      \u003cdiv class=\"mc-stat\"\u003e        \u003cstrong\u003e4-WAY\u003c\/strong\u003e        \u003cspan\u003eStretch\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"mc-stat\"\u003e        \u003cstrong\u003eQUICK DRY\u003c\/strong\u003e        \u003cspan\u003ePerformance\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"mc-stat\"\u003e        \u003cstrong\u003eBREATHABLE\u003c\/strong\u003e        \u003cspan\u003eFabric\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"mc-stat\"\u003e        \u003cstrong\u003eREFLECTIVE\u003c\/strong\u003e        \u003cspan\u003eDetailing\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- INTRO --\u003e    \u003csection class=\"mc-section\"\u003e      \u003cdiv class=\"mc-label\"\u003eMade to move\u003c\/div\u003e      \u003ch2 class=\"mc-section-title\"\u003ePerformance starts with comfort.\u003c\/h2\u003e      \u003cp class=\"mc-intro\"\u003e        The CLUB RUN MotionCore™ Performance Long Sleeve is designed        for runners and athletes who need a lightweight layer that moves        naturally with the body.        \u003cbr\u003e\u003cbr\u003e        Whether you're chasing a new personal best, training before sunrise        or putting in another session at the gym, MotionCore™ is built to        move with you.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- FEATURES --\u003e    \u003csection class=\"mc-section\"\u003e      \u003cdiv class=\"mc-label\"\u003ePerformance built in\u003c\/div\u003e      \u003ch2 class=\"mc-section-title\"\u003eDesigned for the work.\u003c\/h2\u003e      \u003cdiv class=\"mc-features\"\u003e        \u003cdiv class=\"mc-feature\"\u003e          \u003cdiv class=\"mc-feature-number\"\u003e01\u003c\/div\u003e          \u003ch3\u003eLightweight Comfort\u003c\/h3\u003e          \u003cp\u003e            Breathable performance fabric supports comfort during            demanding runs, workouts and everyday movement.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"mc-feature\"\u003e          \u003cdiv class=\"mc-feature-number\"\u003e02\u003c\/div\u003e          \u003ch3\u003eMoisture Management\u003c\/h3\u003e          \u003cp\u003e            Moisture-wicking material helps draw sweat away from the            skin to keep you comfortable as intensity increases.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"mc-feature\"\u003e          \u003cdiv class=\"mc-feature-number\"\u003e03\u003c\/div\u003e          \u003ch3\u003eFreedom to Move\u003c\/h3\u003e          \u003cp\u003e            Four-way stretch and raglan sleeves support natural,            unrestricted movement through every stride and rep.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"mc-feature\"\u003e          \u003cdiv class=\"mc-feature-number\"\u003e04\u003c\/div\u003e          \u003ch3\u003eLow-Light Visibility\u003c\/h3\u003e          \u003cp\u003e            Reflective detailing helps improve visibility during            early-morning and evening training sessions.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- HIGHLIGHT --\u003e    \u003csection class=\"mc-highlight\"\u003e      \u003cspan class=\"mc-highlight-number\"\u003e01 \/ KEEP MOVING\u003c\/span\u003e      \u003ch2\u003eStay cool. Stay dry. Keep moving.\u003c\/h2\u003e      \u003cp\u003e        Crafted from breathable, moisture-wicking performance fabric,        MotionCore™ helps move moisture away from your skin and supports        comfort throughout demanding runs and workouts.        \u003cbr\u003e\u003cbr\u003e        Lightweight construction and four-way stretch allow the garment        to move naturally with you instead of working against you.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- PERFECT FOR --\u003e    \u003csection class=\"mc-section\"\u003e      \u003cdiv class=\"mc-label\"\u003eMade for movement\u003c\/div\u003e      \u003ch2 class=\"mc-section-title\"\u003eOne layer. Every session.\u003c\/h2\u003e      \u003cp class=\"mc-intro\"\u003e        Built to move between running, training and everyday active wear.      \u003c\/p\u003e      \u003cdiv class=\"mc-tags\"\u003e        \u003cspan class=\"mc-tag\"\u003eRoad Running\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eTrail Running\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eGym Training\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eStrength Training\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eWalking\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eHiking\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eOutdoor Training\u003c\/span\u003e        \u003cspan class=\"mc-tag\"\u003eEveryday Activewear\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- PERFORMANCE BLOCK --\u003e    \u003csection class=\"mc-performance\"\u003e      \u003cspan class=\"mc-performance-label\"\u003eMotionCore™ Technology\u003c\/span\u003e      \u003ch2\u003eBuilt around movement.\u003c\/h2\u003e      \u003cp\u003e        Soft, lightweight performance polyester combines breathable        construction, moisture management, quick-drying performance and        four-way stretch to create a versatile training layer for changing        conditions and demanding sessions.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- DETAILS --\u003e    \u003csection class=\"mc-section\"\u003e      \u003cdiv class=\"mc-label\"\u003eProduct information\u003c\/div\u003e      \u003ch2 class=\"mc-section-title\"\u003eExplore the details.\u003c\/h2\u003e      \u003cdiv class=\"mc-details\"\u003e        \u003cdetails open\u003e          \u003csummary\u003eKey Features\u003c\/summary\u003e          \u003cdiv class=\"mc-details-content\"\u003e            \u003cul\u003e              \u003cli\u003eLightweight and breathable performance fabric\u003c\/li\u003e              \u003cli\u003eMoisture-wicking construction\u003c\/li\u003e              \u003cli\u003eFour-way stretch for unrestricted movement\u003c\/li\u003e              \u003cli\u003eAthletic fit with raglan sleeves\u003c\/li\u003e              \u003cli\u003eSoft and quick-drying material\u003c\/li\u003e              \u003cli\u003eReflective detailing for low-light visibility\u003c\/li\u003e              \u003cli\u003ePremium CLUB RUN chest branding\u003c\/li\u003e              \u003cli\u003eVertical BUILT FOR MOTION. back detail\u003c\/li\u003e            \u003c\/ul\u003e          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eMaterial \u0026amp; Performance\u003c\/summary\u003e          \u003cdiv class=\"mc-details-content\"\u003e            Premium performance polyester with a lightweight,            breathable, quick-drying and moisture-wicking finish            designed for running, training and active wear.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eFit \u0026amp; Sizing\u003c\/summary\u003e          \u003cdiv class=\"mc-details-content\"\u003e            MotionCore™ is designed with an athletic fit that sits            closer to the body without restricting movement.            \u003cbr\u003e\u003cbr\u003e            Choose your usual size for a fitted athletic look or size            up if you prefer additional room through the chest,            shoulders and body.          \u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eCare Instructions\u003c\/summary\u003e          \u003cdiv class=\"mc-details-content\"\u003e            \u003cul\u003e              \u003cli\u003eMachine wash cold\u003c\/li\u003e              \u003cli\u003eWash with similar colours\u003c\/li\u003e              \u003cli\u003eDo not bleach\u003c\/li\u003e              \u003cli\u003eTumble dry on low or hang dry\u003c\/li\u003e              \u003cli\u003eDo not iron directly over printed logos\u003c\/li\u003e            \u003c\/ul\u003e          \u003c\/div\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- SIZE --\u003e    \u003cdiv class=\"mc-size\"\u003e      \u003cdiv class=\"mc-size-icon\"\u003eFIT\u003c\/div\u003e      \u003cdiv\u003e        \u003ch3\u003eChoosing Your Size\u003c\/h3\u003e        \u003cp\u003e          Select your usual size for a close athletic fit. Choose one          size larger if you prefer additional room through the chest,          shoulders and body.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003c!-- WHY MOTIONCORE --\u003e    \u003csection class=\"mc-highlight\"\u003e      \u003cspan class=\"mc-highlight-number\"\u003e02 \/ EVERYDAY PERFORMANCE\u003c\/span\u003e      \u003ch2\u003eFrom the first mile to everything after.\u003c\/h2\u003e      \u003cp\u003e        Lightweight enough for demanding workouts. Comfortable enough        for everyday wear. Finished with signature CLUB RUN detailing.        \u003cbr\u003e\u003cbr\u003e        MotionCore™ is built for every mile, every session and every        movement in between.      \u003c\/p\u003e    \u003c\/section\u003e    \u003c!-- END --\u003e    \u003csection class=\"mc-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":"Black \/ Small","offer_id":44789410431019,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ Small","offer_id":44789410463787,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Black \/ Medium","offer_id":44789410496555,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Black \/ Large","offer_id":44789410529323,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Black \/ Extra Large","offer_id":44789410562091,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ Medium","offer_id":44789410594859,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ Large","offer_id":44789410627627,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ Extra Large","offer_id":44789410660395,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/2519\/8123\/files\/IMG-4674.png?v=1786883507","url":"https:\/\/sprtsclub.co.za\/products\/club-run-motioncore-performance-long-sleeve","provider":"SprtsClub","version":"1.0","type":"link"}