{"product_id":"waist-fan-with-chest-strap-bundle","title":"Waist Fan with Chest Strap Bundle","description":"\u003cstyle\u003e\n  .ccus, .ccus * { box-sizing: border-box; }\n  .ccus {\n    --ccus-ink: #10213f;\n    --ccus-blue: #1267ea;\n    --ccus-sky: #eaf5ff;\n    --ccus-mist: #f5f8fc;\n    --ccus-line: #dce5f0;\n    --ccus-white: #ffffff;\n    --ccus-green: #0c9a76;\n    --ccus-radius-xl: 28px;\n    --ccus-radius-lg: 20px;\n    --ccus-shadow: 0 16px 42px rgba(16, 33, 63, .10);\n    color: var(--ccus-ink);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.5;\n    overflow: hidden;\n    background: var(--ccus-white);\n  }\n  \/* Defensive resets: protects this section from theme-level link and layout rules. *\/\n  .ccus a { color: inherit; text-decoration: none; }\n  .ccus img { display: block; width: 100%; max-width: 100%; height: auto; }\n  .ccus-shell {\n    display: block !important;\n    position: relative !important;\n    left: auto !important;\n    right: auto !important;\n    transform: none !important;\n    float: none !important;\n    width: calc(100% - 40px) !important;\n    max-width: 1180px !important;\n    margin: 0 auto !important;\n    padding: 0 !important;\n  }\n  .ccus-kicker {\n    display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px;\n    border: 1px solid rgba(18,103,234,.22); border-radius: 999px;\n    color: var(--ccus-blue); background: rgba(255,255,255,.78);\n    font-size: 11px; font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase;\n  }\n  .ccus-kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ccus-blue); box-shadow: 0 0 0 4px rgba(18,103,234,.11); }\n  .ccus h2, .ccus h3, .ccus p { margin-top: 0; }\n  .ccus h2 { font-size: clamp(31px, 4vw, 54px); line-height: .99; letter-spacing: -.055em; margin-bottom: 18px; color: var(--ccus-ink); }\n  .ccus h3 { font-size: 20px; letter-spacing: -.028em; line-height: 1.14; margin-bottom: 10px; color: var(--ccus-ink); }\n  .ccus-copy { color: #51617b; font-size: 16px; }\n  .ccus-btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }\n  \/* Button styles use highly specific selectors so theme link\/button CSS cannot override them. *\/\n  .ccus a.ccus-btn,\n  .ccus a.ccus-btn:link,\n  .ccus a.ccus-btn:visited {\n    appearance: none !important;\n    -webkit-appearance: none !important;\n    box-sizing: border-box !important;\n    flex: 0 0 auto !important;\n    min-height: 48px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    gap: 9px !important;\n    width: auto !important;\n    min-width: 0 !important;\n    padding: 13px 18px !important;\n    border: 1px solid var(--ccus-blue) !important;\n    border-radius: 12px !important;\n    background: var(--ccus-blue) !important;\n    background-image: none !important;\n    color: #ffffff !important;\n    box-shadow: none !important;\n    font-family: inherit !important;\n    font-size: 14px !important;\n    font-weight: 800 !important;\n    font-style: normal !important;\n    line-height: 1.15 !important;\n    letter-spacing: 0 !important;\n    text-align: center !important;\n    text-decoration: none !important;\n    text-decoration-line: none !important;\n    text-underline-offset: 0 !important;\n    text-transform: none !important;\n    white-space: nowrap !important;\n    transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;\n  }\n  .ccus a.ccus-btn *,\n  .ccus a.ccus-btn:link *,\n  .ccus a.ccus-btn:visited * {\n    color: inherit !important;\n    line-height: inherit !important;\n    text-decoration: none !important;\n  }\n  .ccus a.ccus-btn:hover,\n  .ccus a.ccus-btn:focus-visible {\n    transform: translateY(-2px) !important;\n    background: #075ad3 !important;\n    box-shadow: 0 10px 20px rgba(18,103,234,.23) !important;\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n  .ccus a.ccus-btn:focus-visible { outline: 3px solid rgba(18,103,234,.25) !important; outline-offset: 3px !important; }\n  .ccus a.ccus-btn.ccus-btn--ghost,\n  .ccus a.ccus-btn.ccus-btn--ghost:link,\n  .ccus a.ccus-btn.ccus-btn--ghost:visited {\n    background: transparent !important;\n    border-color: var(--ccus-blue) !important;\n    color: var(--ccus-blue) !important;\n  }\n  .ccus a.ccus-btn.ccus-btn--ghost:hover,\n  .ccus a.ccus-btn.ccus-btn--ghost:focus-visible {\n    background: rgba(18,103,234,.06) !important;\n    color: var(--ccus-blue) !important;\n    box-shadow: none !important;\n  }\n  .ccus-arrow { display: inline-block !important; font-size: 18px !important; line-height: 1 !important; }\n\n  \/* Add one of the commented image rows anywhere between sections later. *\/\n  .ccus-image-row { width: calc(100% - 40px); max-width: 1180px; margin: 0 auto; padding: 22px 0; }\n  .ccus-image-row img { border: 1px solid var(--ccus-line); border-radius: var(--ccus-radius-xl); box-shadow: var(--ccus-shadow); }\n  .ccus-image-row--split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }\n  .ccus-image-row--full { width: 100%; padding: 0; }\n  .ccus-image-row--full img { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }\n\n  \/* Hero *\/\n  .ccus-hero { position: relative; padding: 74px 0 56px; background: linear-gradient(137deg, #eef8ff 0%, #ffffff 47%, #edf2ff 100%); text-align: center; }\n  .ccus-hero:before, .ccus-hero:after { content: \"\"; position: absolute; border-radius: 50%; pointer-events: none; }\n  .ccus-hero:before { width: 500px; height: 500px; right: -180px; top: -270px; border: 62px solid rgba(18,103,234,.055); }\n  .ccus-hero:after { width: 310px; height: 310px; left: -170px; bottom: -175px; background: rgba(19,209,190,.08); }\n  .ccus-hero-inner { position: relative; z-index: 1; max-width: 850px; margin: 0 auto; }\n  .ccus-hero h1 { margin: 16px auto 18px; color: var(--ccus-ink); font-size: clamp(47px, 6vw, 76px); line-height: .92; letter-spacing: -.068em; }\n  .ccus-hero h1 em { color: var(--ccus-blue); font-style: normal; }\n  .ccus-hero-lede { max-width: 690px; margin: 0 auto; color: #40516e; font-size: clamp(16px, 1.65vw, 19px); line-height: 1.52; }\n  .ccus-hero-proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; }\n  .ccus-proof-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(16,33,63,.10); border-radius: 999px; background: rgba(255,255,255,.76); color: #40516e; font-size: 12px; font-weight: 700; }\n  .ccus-check { color: var(--ccus-green); font-size: 14px; font-weight: 900; }\n  .ccus-hero .ccus-btn-row { justify-content: center; }\n\n  \/* Metrics *\/\n  .ccus-metrics { position: relative; z-index: 2; padding: 0 0 44px; background: linear-gradient(137deg, #eef8ff 0%, #ffffff 70%); }\n  .ccus-metrics-grid { width: 100% !important; margin: 0 !important; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ccus-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(16,33,63,.06); }\n  .ccus-metric { min-height: 122px; padding: 25px 18px; border-right: 1px solid var(--ccus-line); text-align: center; }\n  .ccus-metric:last-child { border-right: 0; }\n  .ccus-metric strong { display: block; color: var(--ccus-blue); font-size: 28px; line-height: 1; letter-spacing: -.055em; }\n  .ccus-metric span { display: block; margin-top: 8px; color: #61708a; font-size: 12px; font-weight: 700; line-height: 1.25; }\n\n  \/* General sections *\/\n  .ccus-section { padding: 78px 0; }\n  .ccus-section--mist { background: var(--ccus-mist); }\n  .ccus-section--dark { background: var(--ccus-ink); color: #fff; }\n  .ccus-section--dark h2, .ccus-section--dark h3 { color: #fff; }\n  .ccus-section--dark .ccus-copy { color: #c1cde1; }\n  .ccus-section-top { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: 40px; align-items: end; margin-bottom: 32px; }\n  .ccus-section-top .ccus-copy { max-width: 550px; margin: 0; }\n  .ccus-section-top h2 { margin-bottom: 0; }\n\n  \/* Difference cards *\/\n  .ccus-difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }\n  .ccus-difference-card { min-height: 250px; padding: 27px; border: 1px solid var(--ccus-line); border-radius: var(--ccus-radius-lg); background: #fff; }\n  .ccus-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; background: var(--ccus-sky); color: var(--ccus-blue); font-size: 19px; font-weight: 900; }\n  .ccus-difference-card p { margin-bottom: 0; color: #5b6c86; font-size: 14px; line-height: 1.52; }\n\n  \/* How it works *\/\n  .ccus-system-intro { max-width: 760px; margin: 0 auto 31px; text-align: center; }\n  .ccus-system-intro h2 { margin-top: 16px; }\n  .ccus-system-intro .ccus-copy { max-width: 640px; margin: 0 auto; }\n  .ccus-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }\n  .ccus-step { min-height: 210px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.055); }\n  .ccus-step-number { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; background: #fff; color: var(--ccus-ink); font-size: 13px; font-weight: 900; }\n  .ccus-step h3 { margin: 0 0 6px; font-size: 18px; }\n  .ccus-step p { margin-bottom: 0; color: #bfcbe1; font-size: 14px; line-height: 1.5; }\n  .ccus-safe-note { max-width: 830px; margin: 17px auto 0; color: #96a8c7; font-size: 12px; line-height: 1.45; text-align: center; }\n\n  \/* Compare *\/\n  .ccus-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }\n  .ccus-compare-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--ccus-line); border-radius: var(--ccus-radius-lg); background: #fff; }\n  .ccus-compare-card--best { border-color: rgba(18,103,234,.38); background: linear-gradient(145deg, #f6fbff, #fff); box-shadow: 0 12px 32px rgba(18,103,234,.10); }\n  .ccus-compare-label { display: inline-block; margin-bottom: 17px; color: #6b7a92; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }\n  .ccus-compare-card--best .ccus-compare-label { color: var(--ccus-blue); }\n  .ccus-compare-card h3 { font-size: 25px; }\n  .ccus-check-list { list-style: none; padding: 0; margin: 18px 0 0; }\n  .ccus-check-list li { display: grid; grid-template-columns: 21px 1fr; gap: 9px; margin: 12px 0; color: #52637d; font-size: 14px; line-height: 1.4; }\n  .ccus-check-list li:before { content: \"✓\"; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e9f8f4; color: var(--ccus-green); font-size: 12px; font-weight: 900; }\n  .ccus-compare-card--best .ccus-check-list li:before { background: var(--ccus-sky); color: var(--ccus-blue); }\n\n  \/* Use cases *\/\n  .ccus-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .ccus-use-card { min-height: 210px; position: relative; padding: 24px; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--ccus-line); }\n  .ccus-use-no { display: block; margin-bottom: 35px; color: var(--ccus-blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; }\n  .ccus-use-card h3 { margin-bottom: 8px; font-size: 19px; }\n  .ccus-use-card p { margin-bottom: 0; color: #5b6c86; font-size: 13px; line-height: 1.5; }\n  .ccus-use-card:after { content: \"\"; position: absolute; width: 72px; height: 72px; right: -22px; bottom: -22px; border: 14px solid rgba(18,103,234,.08); border-radius: 50%; }\n\n  \/* Fan detail *\/\n  .ccus-fan-content { max-width: 930px; margin: 0 auto; }\n  .ccus-fan-content \u003e .ccus-kicker, .ccus-fan-content \u003e h2, .ccus-fan-content \u003e .ccus-copy { display: block; margin-right: auto; margin-left: auto; text-align: center; }\n  .ccus-fan-content \u003e .ccus-copy { max-width: 690px; }\n  .ccus-feature-list { list-style: none; padding: 0; margin: 30px 0 0; border-top: 1px solid var(--ccus-line); }\n  .ccus-feature-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--ccus-line); }\n  .ccus-feature-list b { display: block; margin-bottom: 2px; color: var(--ccus-ink); font-size: 14px; }\n  .ccus-feature-list span { color: #61708a; font-size: 13px; line-height: 1.38; }\n  .ccus-feature-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ccus-sky); color: var(--ccus-blue); font-size: 15px; font-weight: 900; }\n  .ccus-honest { margin: 19px 0 0; padding: 14px 15px; border-left: 3px solid var(--ccus-blue); border-radius: 0 10px 10px 0; background: #f2f7ff; color: #536782; font-size: 12px; line-height: 1.5; }\n  .ccus-honest b { color: var(--ccus-ink); }\n\n  \/* Included *\/\n  .ccus-included-main { padding: 42px; border-radius: var(--ccus-radius-xl); background: linear-gradient(135deg, #dff3ff, #f9fcff); }\n  .ccus-included-main h2 { max-width: 670px; }\n  .ccus-included-main .ccus-copy { max-width: 760px; }\n  .ccus-included-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 24px; }\n  .ccus-included-item { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(18,103,234,.15); border-radius: 12px; background: rgba(255,255,255,.82); color: #40516d; font-size: 13px; font-weight: 750; }\n  .ccus-included-item i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--ccus-blue); color: #fff; font-size: 11px; font-style: normal; font-weight: 900; }\n\n  \/* FAQ *\/\n  .ccus-faq-wrap { max-width: 880px; margin: 0 auto; }\n  .ccus-faq-intro { max-width: 610px; margin: 0 auto 28px; color: #5d6e87; text-align: center; }\n  .ccus-faq-item { border-bottom: 1px solid var(--ccus-line); }\n  .ccus-faq-item:first-of-type { border-top: 1px solid var(--ccus-line); }\n  .ccus-faq-item summary { position: relative; padding: 18px 40px 18px 0; color: var(--ccus-ink); cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }\n  .ccus-faq-item summary::-webkit-details-marker { display: none; }\n  .ccus-faq-item summary:after { content: \"+\"; position: absolute; right: 4px; top: 11px; color: var(--ccus-blue); font-size: 27px; font-weight: 400; }\n  .ccus-faq-item[open] summary:after { content: \"−\"; }\n  .ccus-faq-answer { max-width: 780px; padding: 0 25px 20px 0; color: #566883; font-size: 14px; line-height: 1.58; }\n\n  \/* Final CTA *\/\n  .ccus-final { padding: 72px 0; background: linear-gradient(132deg, #10213f, #183d79 62%, #1267ea); color: #fff; text-align: center; }\n  .ccus-final h2 { max-width: 760px; margin: 15px auto; color: #fff; }\n  .ccus-final p { max-width: 610px; margin: 0 auto; color: #d6e2f7; font-size: 17px; }\n  .ccus-final .ccus-btn-row { justify-content: center; }\n  .ccus-final a.ccus-btn, .ccus-final a.ccus-btn:link, .ccus-final a.ccus-btn:visited { background: #fff !important; border-color: #fff !important; color: var(--ccus-ink) !important; }\n  .ccus-final a.ccus-btn.ccus-btn--ghost, .ccus-final a.ccus-btn.ccus-btn--ghost:link, .ccus-final a.ccus-btn.ccus-btn--ghost:visited { border-color: rgba(255,255,255,.65) !important; background: transparent !important; color: #fff !important; }\n  .ccus-final a.ccus-btn.ccus-btn--ghost:hover { background: rgba(255,255,255,.1) !important; color: #fff !important; }\n  .ccus-final-note { margin-top: 18px !important; color: #acc3e6 !important; font-size: 12px !important; }\n\n  @media (max-width: 840px) {\n    .ccus-shell, .ccus-image-row { width: calc(100% - 28px) !important; max-width: 680px !important; }\n    .ccus-hero { padding: 56px 0 43px; }\n    .ccus-section-top { grid-template-columns: 1fr; gap: 18px; }\n    .ccus-section { padding: 56px 0; }\n    .ccus-section-top { margin-bottom: 25px; }\n    .ccus-difference-grid, .ccus-use-grid { grid-template-columns: 1fr 1fr; }\n    .ccus-steps { grid-template-columns: 1fr; }\n    .ccus-step { min-height: 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }\n    .ccus-step-number { margin: 0; }\n    .ccus-image-row--split { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 560px) {\n    .ccus-shell, .ccus-image-row { width: calc(100% - 24px) !important; max-width: none !important; }\n    .ccus h2 { font-size: 33px; }\n    .ccus-hero h1 { font-size: 46px; }\n    .ccus-hero-lede { font-size: 16px; }\n    .ccus-btn-row { display: grid; grid-template-columns: 1fr; width: 100%; }\n    .ccus a.ccus-btn, .ccus a.ccus-btn:link, .ccus a.ccus-btn:visited { width: 100% !important; }\n    .ccus-metrics { padding-bottom: 30px; }\n    .ccus-metrics-grid { grid-template-columns: 1fr 1fr; }\n    .ccus-metric { min-height: 103px; padding: 20px 12px; border-bottom: 1px solid var(--ccus-line); }\n    .ccus-metric:nth-child(2) { border-right: 0; }\n    .ccus-metric:nth-child(3), .ccus-metric:nth-child(4) { border-bottom: 0; }\n    .ccus-metric strong { font-size: 24px; }\n    .ccus-difference-grid, .ccus-use-grid, .ccus-compare, .ccus-included-list { grid-template-columns: 1fr; }\n    .ccus-difference-card { min-height: 0; padding: 23px; }\n    .ccus-included-main { padding: 28px 22px; }\n    .ccus-final { padding: 55px 0; }\n  }\n\u003c\/style\u003e\n\u003csection aria-label=\"CapyCool Ultimate Cooling On-The-Go Setup\" class=\"ccus\"\u003e\n\u003cdiv class=\"ccus-hero\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-hero-inner\" style=\"text-align: center;\"\u003e\n\u003cdiv class=\"ccus-kicker\"\u003e\n\u003cspan class=\"ccus-kicker-dot\"\u003e\u003c\/span\u003e CapyCool active cooling system\u003c\/div\u003e\n\u003ch1\u003eCool that \u003cem\u003estays put.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"ccus-hero-lede\"\u003eMeet the ultimate cooling-on-the-go setup: our best-selling 3-in-1 Waist Fan paired with the SecureFit Chest Strap. Purpose-built, hands-free airflow for people who run, hike, lift, climb, bend, work and keep moving when the heat does not.\u003c\/p\u003e\n\u003cp class=\"ccus-hero-lede\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/waistfancheststrap3_480x480.png?v=1782072259\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"ccus-hero-proof\"\u003e\n\u003cspan class=\"ccus-proof-pill\"\u003e\u003cspan class=\"ccus-check\"\u003e✓\u003c\/span\u003e More secure while moving\u003c\/span\u003e \u003cspan class=\"ccus-proof-pill\"\u003e\u003cspan class=\"ccus-check\"\u003e✓\u003c\/span\u003e Airflow at chest level\u003c\/span\u003e \u003cspan class=\"ccus-proof-pill\"\u003e\u003cspan class=\"ccus-check\"\u003e✓\u003c\/span\u003e Less neck pull and bounce\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-btn-row\"\u003e\n\u003ca href=\"#ccus-shop\" class=\"ccus-btn\"\u003eBuild your cooling setup \u003cspan class=\"ccus-arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"#ccus-how\" class=\"ccus-btn ccus-btn--ghost\"\u003eSee how it works\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-metrics\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv aria-label=\"Key product details\" role=\"list\" class=\"ccus-metrics-grid\"\u003e\n\u003cdiv role=\"listitem\" class=\"ccus-metric\"\u003e\n\u003cstrong\u003e10,000mAh\u003c\/strong\u003e\u003cspan\u003eRechargeable battery capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"ccus-metric\"\u003e\n\u003cstrong\u003eUp to 40 hrs\u003c\/strong\u003e\u003cspan\u003eCooling time on lower settings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"ccus-metric\"\u003e\n\u003cstrong\u003e5 speeds\u003c\/strong\u003e\u003cspan\u003eDial in the airflow for the moment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"ccus-metric\"\u003e\n\u003cstrong\u003e3-in-1\u003c\/strong\u003e\u003cspan\u003eFan, power bank and LED light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OPTIONAL IMAGE ROW: Paste a .ccus-image-row here for a hero lifestyle image. --\u003e\n\u003csection class=\"ccus-section\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-section-top\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eThe difference\u003c\/div\u003e\n\u003ch2\u003eA waist fan is great.\u003cbr\u003eLocked-in airflow is better.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"ccus-copy\"\u003eA regular lanyard is perfect for a quick walk or a quiet day. But once you are moving hard, it can swing, shift and sit in the wrong spot. SecureFit turns your compatible Single Waist Fan into a more stable, wearable cooling setup that stays front and centre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-difference-grid\"\u003e\n\u003carticle class=\"ccus-difference-card\"\u003e\n\u003cdiv class=\"ccus-icon\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eLess swing. Less fiddling.\u003c\/h3\u003e\n\u003cp\u003eThe firm central mount helps keep the fan in a more consistent position, so you spend less time catching, readjusting or untangling your cooling gear.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-difference-card\"\u003e\n\u003cdiv class=\"ccus-icon\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eAirflow where it counts.\u003c\/h3\u003e\n\u003cp\u003eWorn at chest level, the fan can direct a focused stream of moving air over your face, chest and upper body while your hands stay free.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-difference-card\"\u003e\n\u003cdiv class=\"ccus-icon\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eBuilt for days in motion.\u003c\/h3\u003e\n\u003cp\u003eAdjustable, lightly stretchy straps help share the load across your upper body for a more balanced feel through walks, work, travel and active days.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL IMAGE ROW: A split row works well here for a strap close-up and an outdoor action shot. --\u003e\n\u003csection id=\"ccus-how\" class=\"ccus-section ccus-section--dark\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-system-intro\" style=\"text-align: center;\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff;\" class=\"ccus-kicker\"\u003eOne system. Three steps.\u003c\/div\u003e\n\u003ch2\u003eClip in. Adjust. Get on with it.\u003c\/h2\u003e\n\u003cp class=\"ccus-copy\"\u003eThe setup is deliberately simple. It makes your fan feel less like something you are carrying and more like part of the kit you already wear.\u003c\/p\u003e\n\u003cp class=\"ccus-copy\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/chest_strap_animation_480x480.webp?v=1782072548\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-steps\"\u003e\n\u003carticle class=\"ccus-step\"\u003e\n\u003cdiv class=\"ccus-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSecure the fan\u003c\/h3\u003e\n\u003cp\u003eClip your compatible CapyCool Single Waist Fan into the central SecureFit holder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-step\"\u003e\n\u003cdiv class=\"ccus-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFind your fit\u003c\/h3\u003e\n\u003cp\u003eAdjust the straps across the shoulders and torso for a comfortable, stable position over your clothing layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-step\"\u003e\n\u003cdiv class=\"ccus-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eChoose your breeze\u003c\/h3\u003e\n\u003cp\u003eSelect one of five fan speeds and keep moving with hands-free airflow close to the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"ccus-safe-note\"\u003eImportant: SecureFit is a comfort and carrying accessory only. It is not safety equipment, fall protection or a replacement for workplace PPE.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL IMAGE ROW: Add a short installation GIF or image after the three-step explanation. --\u003e\n\u003csection class=\"ccus-section ccus-section--mist\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-section-top\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eChoose your setup\u003c\/div\u003e\n\u003ch2\u003eEveryday convenience\u003cbr\u003eor active-day confidence.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"ccus-copy\"\u003eBoth options keep cooling close. SecureFit is the upgrade for customers who want a more stable, supported way to wear their fan on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-compare\"\u003e\n\u003carticle class=\"ccus-compare-card\"\u003e\u003cspan class=\"ccus-compare-label\"\u003eIncluded lanyard\u003c\/span\u003e\n\u003ch3\u003eGreat for everyday cooling\u003c\/h3\u003e\n\u003cul class=\"ccus-check-list\"\u003e\n\u003cli\u003eQuick to put on and take off\u003c\/li\u003e\n\u003cli\u003eIdeal for lighter everyday movement\u003c\/li\u003e\n\u003cli\u003eEasy face and chest airflow when you are standing, strolling or relaxing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-compare-card ccus-compare-card--best\"\u003e\u003cspan class=\"ccus-compare-label\"\u003eSecureFit Chest Strap\u003c\/span\u003e\n\u003ch3\u003eMade for movement\u003c\/h3\u003e\n\u003cul class=\"ccus-check-list\"\u003e\n\u003cli\u003eMore stable placement while walking, bending, hiking or working\u003c\/li\u003e\n\u003cli\u003eHelps spread the fan's weight over the upper body\u003c\/li\u003e\n\u003cli\u003eAdjustable elastic straps for a flexible unisex fit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccus-section\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-section-top\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eCool where life happens\u003c\/div\u003e\n\u003ch2\u003eFor people who do not\u003cbr\u003estand still in summer.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"ccus-copy\"\u003eFrom a fast run before work to a full day on the tools, the point is simple: keep your hands free, keep the fan close and keep a little more cool under pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccus-use-grid\"\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e01 \/ RUN \u0026amp; TRAIN\u003c\/span\u003e\n\u003ch3\u003eOutdoor training\u003c\/h3\u003e\n\u003cp\u003eFor warm-up laps, incline walks, gym-to-street sessions and any active routine where a handheld fan gets in the way.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e02 \/ HIKE \u0026amp; EXPLORE\u003c\/span\u003e\n\u003ch3\u003eTrails and travel days\u003c\/h3\u003e\n\u003cp\u003eKeep a breeze close while carrying gear, navigating uneven paths, setting up camp or walking a humid city all day.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e03 \/ LIFT \u0026amp; MOVE\u003c\/span\u003e\n\u003ch3\u003eBusy, physical work\u003c\/h3\u003e\n\u003cp\u003eUseful for trades, landscaping, deliveries, stock work and jobs with plenty of lifting, reaching and walking between tasks.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e04 \/ BEND \u0026amp; BUILD\u003c\/span\u003e\n\u003ch3\u003eDIY and garden missions\u003c\/h3\u003e\n\u003cp\u003eMow, prune, paint, clean or tackle the weekend project without a fan bouncing around every time you lean forward.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e05 \/ QUEUE \u0026amp; GO\u003c\/span\u003e\n\u003ch3\u003eFestivals and theme parks\u003c\/h3\u003e\n\u003cp\u003eStay hands-free while carrying bags, holding a drink, watching the kids or surviving a very long line in the sun.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccus-use-card\"\u003e\u003cspan class=\"ccus-use-no\"\u003e06 \/ WORK \u0026amp; COMMUTE\u003c\/span\u003e\n\u003ch3\u003eLong hot days\u003c\/h3\u003e\n\u003cp\u003eBring a personal breeze to outdoor shifts, warehouses, markets, sightseeing days and heatwave errands.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL IMAGE ROW: Great spot for a full-width use-case image or three-card image strip. --\u003e\n\u003csection class=\"ccus-section ccus-section--mist\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-fan-content\" style=\"text-align: start;\"\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eThe fan behind the system\u003c\/div\u003e\n\u003ch2\u003eBig battery.\u003cbr\u003eSmall but seriously useful.\u003c\/h2\u003e\n\u003cp class=\"ccus-copy\"\u003eThe CapyCool 3-in-1 Waist Fan is built for all-day personal cooling, then adds the practical extras you want when you are out for longer: a power bank, LED light and a durable clip-on design.\u003c\/p\u003e\n\u003cp class=\"ccus-copy\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/waist_fan_blowing_480x480.webp?v=1774738395\" alt=\"3-in-1 Waist Fan with Flashlight \u0026amp; Powerbank-Waist Fan-CapyCool\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cul class=\"ccus-feature-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ccus-feature-icon\"\u003e↯\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003e10,000mAh rechargeable battery\u003c\/b\u003e\u003cspan\u003eUp to 40 hours of cooling on lower speeds, so you are not hunting for a charger halfway through the day.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccus-feature-icon\"\u003e≈\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eFive speeds of focused airflow\u003c\/b\u003e\u003cspan\u003eGo from a gentler everyday breeze to stronger close-range airflow when the heat ramps up.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccus-feature-icon\"\u003e+\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eMore than a fan\u003c\/b\u003e\u003cspan\u003eUse the built-in power-bank function for a phone top-up and LED light when the day runs long.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccus-feature-icon\"\u003e◉\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eBrushless-motor build\u003c\/b\u003e\u003cspan\u003eDesigned for smoother, durable daily use with the tougher construction needed for real-world wear.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ccus-honest\"\u003e\u003cb\u003eRealistic expectation:\u003c\/b\u003e Like every personal fan, it cools by moving air across your skin. It is strongest close to your body and is not designed to air-condition a whole room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL IMAGE ROW: Add a clean square product photo or a flat-lay of the fan and strap here. --\u003e\n\u003csection class=\"ccus-section\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-included-main\"\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eYour complete setup\u003c\/div\u003e\n\u003ch2\u003eEverything you need to wear the heat a little better.\u003c\/h2\u003e\n\u003cp class=\"ccus-copy\"\u003ePair the Waist Fan with SecureFit for a purpose-built cooling setup that can move from the commute to the trail, from the gym to the garden, without changing your routine.\u003c\/p\u003e\n\u003cdiv class=\"ccus-included-list\"\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e 3-in-1 Waist Fan\u003c\/div\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e SecureFit Chest Strap\u003c\/div\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e USB-C charging cable\u003c\/div\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e Adjustable everyday lanyard\u003c\/div\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e User guide\u003c\/div\u003e\n\u003cdiv class=\"ccus-included-item\"\u003e\n\u003ci\u003e✓\u003c\/i\u003e Cooling confidence\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccus-section ccus-section--mist\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv class=\"ccus-faq-wrap\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv class=\"ccus-kicker\"\u003eStraight answers\u003c\/div\u003e\n\u003ch2 style=\"margin-top: 16px;\"\u003eQuestions before you gear up?\u003c\/h2\u003e\n\u003cp class=\"ccus-faq-intro\"\u003eThe practical details about fit, movement, compatibility and what this setup is designed to do.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eDoes SecureFit work with this 3-in-1 Waist Fan?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eYes. SecureFit is designed for compatible CapyCool Single Waist Fans, including the 3-in-1 Waist Fan featured here. It is not currently compatible with the larger DualForce Waist Fan.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eWill the chest strap stop all movement while I run or hike?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eSecureFit is designed to help reduce swinging and shifting versus a standard lanyard, giving the fan a more stable place on your chest while you move. Fit, clothing layers and activity will affect how it feels, so take a moment to adjust the straps before heading out.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eCan I still use the fan at my waist or on the included lanyard?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eAbsolutely. The Waist Fan keeps its normal versatility. Clip it to a waistband, wear it from the included lanyard, stand it on a desk, or use SecureFit when you want a more supported, active-day setup.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eDoes the fan cool under a shirt or work uniform?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eWhen used at the waist, the fan can send airflow up through clothing for hands-free personal cooling. When worn on SecureFit, it directs air closer to the upper body. For best airflow, make sure fabric is not sitting directly over the fan outlet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eThe 10,000mAh battery is designed for approximately 16 to 40 hours depending on the speed setting. Lower speeds stretch run time furthest, while higher speeds deliver stronger airflow for a shorter period.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eIs the chest strap PPE or fall-protection equipment?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eNo. SecureFit is a comfort and carrying accessory only. It is not safety equipment, fall-protection equipment or a replacement for required workplace PPE. Always follow your workplace and activity-specific safety requirements.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccus-faq-item\"\u003e\n\u003csummary\u003eIs this a bundle product?\u003c\/summary\u003e\n\u003cdiv class=\"ccus-faq-answer\"\u003eThis page presents the two products as the ultimate setup. If you create a dedicated bundle SKU, link the main call-to-action to that product. Until then, customers can shop the Waist Fan and add the SecureFit Chest Strap separately below.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"ccus-shop\" class=\"ccus-final\"\u003e\n\u003cdiv class=\"ccus-shell\"\u003e\n\u003cdiv style=\"background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.32); color: #fff;\" class=\"ccus-kicker\"\u003eThe ultimate cooling-on-the-go setup\u003c\/div\u003e\n\u003ch2\u003eKeep the breeze close.\u003cbr\u003eKeep moving.\u003c\/h2\u003e\n\u003cp\u003eStart with the CapyCool 3-in-1 Waist Fan, then add SecureFit for a steadier, more wearable way to take on hot days.\u003c\/p\u003e\n\u003cdiv class=\"ccus-btn-row\"\u003e\n\u003ca href=\"\/products\/10000mah-3-in-1-waist-fan-belt-clip\" class=\"ccus-btn\"\u003eShop the 3-in-1 Waist Fan \u003cspan class=\"ccus-arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e \u003ca href=\"\/products\/waist-fan-chest-strap-holder\" class=\"ccus-btn ccus-btn--ghost\"\u003eAdd SecureFit Chest Strap\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"ccus-final-note\"\u003eCompatible with CapyCool Single Waist Fans only. SecureFit is not currently compatible with DualForce Waist Fans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e","brand":"CapyCool","offers":[{"title":"Grey","offer_id":54242518139164,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Green","offer_id":54242518171932,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Orange","offer_id":54242518204700,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":54242518237468,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":54242518270236,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Pink","offer_id":54242518303004,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Grey Camo","offer_id":54242518335772,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true},{"title":"Blue Camo","offer_id":54242518368540,"sku":null,"price":103.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/waistfancheststrap.png?v=1782072259","url":"https:\/\/capycool.com.au\/products\/waist-fan-with-chest-strap-bundle","provider":"CapyCool","version":"1.0","type":"link"}