{"title":"Coolest Gifts For Dad","description":"\u003cstyle\u003e\n  .cc-fd-collection {\n    --cc-text: #181818;\n    --cc-muted: #686868;\n    --cc-soft: #f7f7f5;\n    --cc-border: #e7e7e3;\n    --cc-dark: #171717;\n    --cc-white: #ffffff;\n    --cc-radius: 18px;\n    color: var(--cc-text);\n    font-family: inherit;\n    line-height: 1.55;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 8px 0 24px;\n    box-sizing: border-box;\n  }\n\n  .cc-fd-collection *,\n  .cc-fd-collection *::before,\n  .cc-fd-collection *::after {\n    box-sizing: border-box;\n  }\n\n  .cc-fd-collection h2,\n  .cc-fd-collection h3,\n  .cc-fd-collection p {\n    margin-top: 0;\n  }\n\n  \/* HERO *\/\n\n  .cc-fd-hero {\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 28px;\n    padding: 8px 18px;\n  }\n\n  .cc-fd-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .11em;\n    text-transform: uppercase;\n    color: var(--cc-muted);\n  }\n\n  .cc-fd-hero h2 {\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.08;\n    margin-bottom: 14px;\n    letter-spacing: -0.025em;\n  }\n\n  .cc-fd-hero p {\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: clamp(16px, 2vw, 19px);\n    color: var(--cc-muted);\n  }\n\n  \/* DARK CALLOUT *\/\n\n  .cc-fd-highlight {\n    background: var(--cc-dark);\n    color: var(--cc-white);\n    border-radius: var(--cc-radius);\n    padding: 24px;\n    margin: 0 0 30px;\n    text-align: center;\n  }\n\n  .cc-fd-highlight strong {\n    display: block;\n    font-size: clamp(20px, 3vw, 28px);\n    line-height: 1.2;\n    margin-bottom: 7px;\n  }\n\n  .cc-fd-highlight span {\n    display: block;\n    opacity: .82;\n    font-size: 15px;\n  }\n\n  \/* QUICK CATEGORY GRID *\/\n\n  .cc-fd-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0 0 34px;\n  }\n\n  .cc-fd-card {\n    background: var(--cc-soft);\n    border: 1px solid var(--cc-border);\n    border-radius: 14px;\n    padding: 18px;\n    min-height: 145px;\n  }\n\n  .cc-fd-card-icon {\n    font-size: 24px;\n    display: block;\n    margin-bottom: 10px;\n  }\n\n  .cc-fd-card h3 {\n    font-size: 17px;\n    line-height: 1.25;\n    margin-bottom: 6px;\n  }\n\n  .cc-fd-card p {\n    font-size: 14px;\n    color: var(--cc-muted);\n    margin-bottom: 0;\n  }\n\n  \/* GENERAL SECTIONS *\/\n\n  .cc-fd-section {\n    margin: 38px 0;\n  }\n\n  .cc-fd-section-head {\n    max-width: 760px;\n    margin: 0 auto 20px;\n    text-align: center;\n  }\n\n  .cc-fd-section-head h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    line-height: 1.15;\n    margin-bottom: 8px;\n    letter-spacing: -0.02em;\n  }\n\n  .cc-fd-section-head p {\n    color: var(--cc-muted);\n    margin-bottom: 0;\n  }\n\n  \/* DAD TYPE GRID *\/\n\n  .cc-fd-dads {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .cc-fd-dad {\n    border: 1px solid var(--cc-border);\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .cc-fd-dad strong {\n    display: block;\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .cc-fd-dad span {\n    display: block;\n    color: var(--cc-muted);\n    font-size: 14px;\n  }\n\n  \/* PRODUCT PICKS *\/\n\n  .cc-fd-picks {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .cc-fd-pick {\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    border: 1px solid var(--cc-border);\n    border-radius: 16px;\n    background: #fff;\n    color: var(--cc-text);\n    text-decoration: none !important;\n    transition:\n      transform .18s ease,\n      box-shadow .18s ease,\n      border-color .18s ease;\n  }\n\n  .cc-fd-pick:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(0,0,0,.07);\n    border-color: #d3d3ce;\n  }\n\n  .cc-fd-pick-image {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background: var(--cc-soft);\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .cc-fd-pick-image img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    transition: transform .25s ease;\n  }\n\n  .cc-fd-pick:hover .cc-fd-pick-image img {\n    transform: scale(1.025);\n  }\n\n  .cc-fd-pick-content {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    padding: 18px;\n  }\n\n  .cc-fd-pick-content h3 {\n    margin: 0 0 7px;\n    color: var(--cc-text);\n    font-size: 17px;\n    line-height: 1.25;\n  }\n\n  .cc-fd-pick-content p {\n    margin: 0 0 14px;\n    color: var(--cc-muted);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .cc-fd-pick-link {\n    display: block;\n    margin-top: auto;\n    color: var(--cc-text);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* LIGHT CALLOUT *\/\n\n  .cc-fd-callout {\n    background: var(--cc-soft);\n    border-radius: var(--cc-radius);\n    padding: 26px;\n    margin: 34px 0;\n  }\n\n  .cc-fd-callout h2 {\n    font-size: clamp(22px, 3vw, 30px);\n    margin-bottom: 10px;\n  }\n\n  .cc-fd-callout p {\n    color: var(--cc-muted);\n    margin-bottom: 0;\n  }\n\n  \/* SHOP PROMPT *\/\n\n  .cc-fd-shop {\n    text-align: center;\n    margin: 34px 0 44px;\n  }\n\n  .cc-fd-shop strong {\n    display: block;\n    font-size: clamp(21px, 3vw, 28px);\n    margin-bottom: 5px;\n  }\n\n  .cc-fd-shop span {\n    color: var(--cc-muted);\n  }\n\n  \/* FAQ *\/\n\n  .cc-fd-faq {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .cc-fd-faq h2 {\n    text-align: center;\n    font-size: clamp(24px, 4vw, 34px);\n    margin-bottom: 18px;\n  }\n\n  .cc-fd-faq details {\n    border-top: 1px solid var(--cc-border);\n    padding: 0;\n  }\n\n  .cc-fd-faq details:last-child {\n    border-bottom: 1px solid var(--cc-border);\n  }\n\n  .cc-fd-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding: 18px 38px 18px 0;\n    font-weight: 650;\n    font-size: 16px;\n  }\n\n  .cc-fd-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .cc-fd-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 16px;\n    font-size: 22px;\n    line-height: 1;\n    font-weight: 400;\n  }\n\n  .cc-fd-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .cc-fd-faq .cc-fd-answer {\n    padding: 0 38px 18px 0;\n    color: var(--cc-muted);\n    font-size: 15px;\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .cc-fd-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cc-fd-dads {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cc-fd-picks {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n    .cc-fd-collection {\n      padding-top: 0;\n    }\n\n    .cc-fd-hero {\n      padding-left: 8px;\n      padding-right: 8px;\n      margin-bottom: 22px;\n    }\n\n    .cc-fd-highlight {\n      padding: 21px 18px;\n    }\n\n    .cc-fd-grid {\n      gap: 9px;\n    }\n\n    .cc-fd-card {\n      padding: 15px;\n      min-height: 150px;\n    }\n\n    .cc-fd-card h3 {\n      font-size: 15px;\n    }\n\n    .cc-fd-card p,\n    .cc-fd-dad span {\n      font-size: 13px;\n    }\n\n    .cc-fd-dads {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .cc-fd-picks {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n    }\n\n    .cc-fd-pick-image {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .cc-fd-pick-content {\n      padding: 14px;\n    }\n\n    .cc-fd-pick-content h3 {\n      font-size: 15px;\n    }\n\n    .cc-fd-pick-content p {\n      font-size: 13px;\n    }\n\n    .cc-fd-pick-link {\n      font-size: 13px;\n    }\n\n    .cc-fd-callout {\n      padding: 21px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cc-fd-collection\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"cc-fd-hero\"\u003e\n\n    \u003cspan class=\"cc-fd-eyebrow\"\u003e\n      CapyCool Father's Day Gift Guide\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Dad said he doesn't want anything.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      We translated that as \u003cstrong\u003e\"don't buy me boring stuff.\"\u003c\/strong\u003e\n      So we've put together seriously cool gifts for seriously difficult-to-buy-for Dads:\n      clever gadgets for work, camping, coffee, the car, the shed and whatever else Dad gets up to.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DARK CALLOUT --\u003e\n\n  \u003cdiv class=\"cc-fd-highlight\"\u003e\n\n    \u003cstrong\u003e\n      Gifts Dad probably doesn't already own.\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      No emergency socks. No \"#1 Dad\" mugs. Just gear he'll actually want to use.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUICK CATEGORIES --\u003e\n\n  \u003cdiv class=\"cc-fd-grid\"\u003e\n\n    \u003cdiv class=\"cc-fd-card\"\u003e\n\n      \u003cspan class=\"cc-fd-card-icon\"\u003e💨\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Serious portable cooling\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Wearable waist fans, turbo fans and powerful portable cooling for work, weekends and the Aussie summer ahead.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cc-fd-card\"\u003e\n\n      \u003cspan class=\"cc-fd-card-icon\"\u003e☕\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Proper coffee anywhere\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Portable espresso for early starts, road trips, worksites, camping trips and Dads who take their coffee seriously.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cc-fd-card\"\u003e\n\n      \u003cspan class=\"cc-fd-card-icon\"\u003e🏕️\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Camping gear, upgraded\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Long-lasting portable airflow, lighting and clever off-grid gear designed to make the campsite considerably more comfortable.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cc-fd-card\"\u003e\n\n      \u003cspan class=\"cc-fd-card-icon\"\u003e🚙\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Car, shed \u0026amp; worksite gadgets\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Useful gear Dad can wear, mount, carry or keep nearby for those very important Dad jobs.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHICH DAD --\u003e\n\n  \u003csection class=\"cc-fd-section\"\u003e\n\n    \u003cdiv class=\"cc-fd-section-head\"\u003e\n\n      \u003ch2\u003e\n        Which Dad have you got?\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Forget generic gift guides. Start with what Dad actually spends his time doing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cc-fd-dads\"\u003e\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          🔧 The Shed Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For the Dad whose \"quick job\" somehow turns into an entire Saturday. Think powerful wearable and mountable cooling.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          ☕ The Coffee Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For the Dad who would rather make proper espresso than accept whatever the servo is offering.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          🏕️ The Camping Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For the Dad who considers sleeping outdoors relaxing, especially once you've upgraded his setup.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          ☀️ The Always-Hot Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For BBQs, gardening, work, weekend sport and the Dad who somehow starts sweating before everyone else.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          🧰 The Gadget Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          For the man who definitely doesn't need another gadget and will immediately want to show this one to everyone.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cc-fd-dad\"\u003e\n\n        \u003cstrong\u003e\n          🤷 The \"I Don't Need Anything\" Dad\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The hardest one. We've deliberately picked practical gear that's unusual enough that he may not have bought it himself yet.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- LIFESTYLE CALLOUT --\u003e\n\n  \u003csection class=\"cc-fd-callout\"\u003e\n\n    \u003ch2\u003e\n      More than a Father's Day gift.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The best gift isn't something Dad politely thanks you for and forgets about a week later.\n      It's something that makes the things he already loves doing a little better.\n      Cooler days on the tools. Better coffee on the road. More comfortable camping trips.\n      Smarter gear for the shed, car and weekends.\n      \u003cstrong\u003eThat's the idea behind every product in this collection.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT PICKS --\u003e\n\n  \u003csection class=\"cc-fd-section\"\u003e\n\n    \u003cdiv class=\"cc-fd-section-head\"\u003e\n\n      \u003ch2\u003e\n        Some of our coolest picks for Dad\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        From CapyCool best sellers to some of our most unexpectedly useful gadgets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cc-fd-picks\"\u003e\n\n      \u003c!-- DualForce --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/tradie-waist-fan-dualforce-14500mah\" aria-label=\"Shop DualForce Waist Fan\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_capycool_orange.png?v=1779102067\u0026amp;width=700\" alt=\"CapyCool DualForce Waist Fan\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            DualForce Waist Fan\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Serious dual-motor portable airflow for tradies, sheds, gardening, BBQs, camping and hot days outside.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop DualForce →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003c!-- CapyPress --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/capypress-3-in-1-portable-coffee-espresso-machine\" aria-label=\"Shop CapyPress Portable Coffee Machine\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycool_portable_coffee_machine_camping.png?v=1771285426\u0026amp;width=700\" alt=\"CapyPress Portable Coffee Machine\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            CapyPress Portable Coffee Machine\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Proper espresso without needing the kitchen. Made for road trips, camping, work, fishing mornings and early starts.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop CapyPress →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003c!-- Camping Fan --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/portable-outdoor-camping-fan-20-000mah-battery-led-light-solar-charging\" aria-label=\"Shop 20,000mAh Camping Fan\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/outdoorcampingfanwithsolarpanelscharging.png?v=1760875024\u0026amp;width=700\" alt=\"CapyCool 20,000mAh Outdoor Camping Fan\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            20,000mAh Camping Fan\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            High-capacity portable airflow and lighting for Dad's campsite, caravan, outdoor setup or next weekend away.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop Camping Fan →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003c!-- CapyUltra --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/capyultra-portable-turbo-fan-with-ice-compress\" aria-label=\"Shop CapyUltra Turbo Fan\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capyultra-turbo-fan-gunmetal-folding-head-design.jpg?v=1781094630\u0026amp;width=700\" alt=\"CapyUltra Portable Turbo Fan with Ice Compress\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            CapyUltra Turbo Fan\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A compact but seriously powerful handheld cooling upgrade with an ice-cooling surface for extra relief.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop CapyUltra →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003c!-- Vehicle Bundle --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/dualforce-ultimate-car-fan-bundle-magnets\" aria-label=\"Shop DualForce Vehicle Fan Bundle\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_vehicle_fan_with_magnet_bundle.png?v=1779846796\u0026amp;width=700\" alt=\"CapyCool DualForce Vehicle Fan Bundle\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            DualForce Vehicle Fan Bundle\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Take serious portable cooling from the car to the worksite, shed, campsite and everywhere in between.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop Vehicle Bundle →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003c!-- Winter Bundle --\u003e\n\n      \u003ca class=\"cc-fd-pick\" href=\"\/products\/warm-hands-hot-coffee-bundle\" aria-label=\"Shop Warm Hands and Hot Coffee Bundle\"\u003e\n\n        \u003cdiv class=\"cc-fd-pick-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/frosty_winter_bundle.png?v=1785992458\u0026amp;width=700\" alt=\"CapyCool Warm Hands and Hot Coffee Bundle\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cc-fd-pick-content\"\u003e\n\n          \u003ch3\u003e\n            Warm Hands \u0026amp; Hot Coffee\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Because not every Dad runs hot. Rechargeable hand warmers and portable coffee for chilly mornings outdoors.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"cc-fd-pick-link\"\u003e\n            Shop Winter Bundle →\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT GRID PROMPT --\u003e\n\n  \u003cdiv class=\"cc-fd-shop\"\u003e\n\n    \u003cstrong\u003e\n      Father's Day shopping. Consider it sorted.\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Browse the full collection below and find Dad's next favourite gadget. ↓\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"cc-fd-faq\"\u003e\n\n    \u003ch2\u003e\n      Father's Day FAQs\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        When is Father's Day in Australia in 2026?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Father's Day falls on \u003cstrong\u003eSunday, 6 September 2026\u003c\/strong\u003e in Australia.\n        If you're ordering a physical gift, we recommend shopping early rather than leaving Dad's present to the final minute.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What do you buy a Dad who says he doesn't want anything?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Our approach is simple: skip generic gifts and look at what he already enjoys doing.\n        If he works outdoors, spends weekends in the shed, loves camping, takes coffee seriously or is always trying the latest gadget,\n        choose something that makes that part of his life better.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What are some unusual Father's Day gift ideas?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Some of our most unusual picks include wearable dual-motor waist fans, portable espresso machines,\n        high-capacity camping fans, turbo handheld fans, vehicle cooling setups and rechargeable warming gear.\n        They're practical gifts, just a little less predictable than another pair of socks.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is a good Father's Day gift for a tradie?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Look for something useful during long days on the tools.\n        CapyCool's wearable waist fans provide powerful portable airflow without needing Dad to hold a fan,\n        while CapyPress gives him a way to make proper coffee at work, on the road or between jobs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is a good Father's Day gift for a Dad who loves camping?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Portable cooling, campsite lighting and proper coffee are hard to go wrong with.\n        Our collection includes high-capacity camping fans, portable espresso gear and compact cooling products\n        Dad can take on camping, fishing, 4WD and caravan trips.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is a good Father's Day gift for a coffee-loving Dad?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        CapyPress is made for Dads who want proper espresso beyond the kitchen.\n        It can travel to the campsite, worksite, fishing spot, road trip or wherever Dad's next early morning happens to be.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these gifts only for Father's Day?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Not at all.\n        We've simply collected some of our favourite Dad-worthy products in one place for Father's Day.\n        They're practical gadgets designed to be used throughout the year.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How do I choose the right gift for Dad?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cc-fd-answer\"\u003e\n        Think less about \"Father's Day gifts\" and more about Dad himself.\n        Does he spend weekends camping? Start work before sunrise? Live in the shed?\n        Love coffee? Run hot? Love gadgets?\n        Pick the product that fits something he already does and you're usually onto a much better gift.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"10000mah-3-in-1-waist-fan-belt-clip","title":"3-in-1 Waist Fan with Flashlight \u0026 Powerbank","description":"\u003cp\u003e\u003cstrong\u003eThe Waist Fan Chosen by Thousands of Aussies and Businesses to Stay Cool\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eCapyCool’s 3-in-1 Waist Fan is built for real Aussie summers. With powerful airflow, a massive all-day battery, and a rugged design, it clips to your belt or waistband to keep you cool wherever you are - hands free! \u003c\/p\u003e\n\u003cp\u003eFrom long work shifts and tackling home projects to outdoor adventures or simply pushing through a summer scorcher, this fan is the reliable companion Aussies reach for when staying comfortable matters most.\u003c\/p\u003e\n\u003ch3\u003eWaist Fan Key Features:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e🔋 \u003cstrong\u003eCooling That Never Stops: \u003c\/strong\u003eMassive 10,000mAh battery delivers up to 40 hours of cooling, plus enough juice to charge an iPhone 17 twice!\u003c\/li\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e💨 \u003cstrong\u003e5-Speed Precision Control: \u003c\/strong\u003eHigh-performance 16,000RPM brushless motor with adjustable airflow settings to match any activity or environment. Max Airflow of 30KPH or 18.6MPH!\u003c\/li\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e🔄 \u003cstrong\u003eMulti-Use Design: \u003c\/strong\u003eThis super versatile fan works as a waist\/belt fan, desk fan, or hanging neck fan with an included lanyard.\u003c\/li\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e🛡️ \u003cstrong\u003eBuilt tradie tough:\u003c\/strong\u003e Designed to handle knocks and spills, with a premium silicone cover and solid manganese steel clips that lock in securely no matter what you’re doing.\u003c\/li\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e💡 \u003cstrong\u003eBuilt-in Safety Features:\u003c\/strong\u003e Integrated LED light with SOS function keeps you visible and prepared for unexpected situations\u003c\/li\u003e\n\u003cli class=\"whitespace-pre-wrap break-words\"\u003e🔌 \u003cstrong\u003eAlways Ready:\u003c\/strong\u003e Type-C fast charging and ability to use while charging means your cooling companion is ready whenever you need it\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Capycool","offers":[{"title":"Grey","offer_id":50007250436380,"sku":"WF_10K_GR","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Green","offer_id":50007250501916,"sku":"WF_10K_GN","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Orange","offer_id":50007250567452,"sku":"WF_10K_OR","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":50007250469148,"sku":"WF_10K_BK","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":50007250370844,"sku":"WF_10K_WH","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Pink","offer_id":50007250403612,"sku":"WF_10K_PK","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Grey Camo","offer_id":54205021880604,"sku":"WF_10K_GCAMO","price":78.99,"currency_code":"AUD","in_stock":true},{"title":"Blue Camo","offer_id":54205021913372,"sku":"WF_10K_BCAMO","price":78.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/waist_fan_blowing.webp?v=1774738395"},{"product_id":"dual-fan-wide-brim-hat-solar-charging-australia","title":"Dual Fan Wide Brim Hat with Solar Charging","description":"\u003cp\u003eThis viral sensation has been taking the world by storm this summer, and now it's finally here in Australia! The CapyCool Dual Fan Wide Brim Hat with Solar Charging combines cutting-edge cooling technology with serious sun protection. Now let's put that scorching Aussie sun to good use - it can extend the cooling of this hat to up to 9 hours. The sunnier it is, the cooler it gets!\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eKey Features:\u003c\/h3\u003e\n\u003cul class=\"[\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\"\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e⚡Solar-powered dual fans deliver continuous cooling without battery worries, harnessing our abundant Aussie sunshine for up to 9 hours of operation\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e☀️Wide 15cm brim provides UPF 50+ protection, blocking over 98% of harmful UV rays across your face, neck, and ears\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e🌪️Three adjustable fan speeds let you customize your cooling from gentle breeze to full-power relief when temperatures soar\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e💧Waterproof and breathable construction handles everything from sudden downpours to intense humidity with ease\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e🪶Lightweight design ensures all-day comfort whether you're casting lines or tackling the garden\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eHarness the Power of the Sun\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eNow let's put that scorching Aussie sun to good use! Our dual solar fans automatically convert sunlight into a refreshing personal breeze, meaning the hotter it gets, the better your cooling works. The sunnier it is, the cooler it gets - extending operation up to 9 hours on a bright day. With USB backup charging, you're covered even on cloudy days. The 3-hour charge delivers reliable cooling power, perfect for those long fishing trips or outdoor work sessions.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eSerious Protection for Serious Sun\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eAustralia's UV levels are among the world's highest, and our 15cm wide brim takes that seriously. The UPF 50+ rated fabric blocks over 98% of harmful rays, while the extended coverage protects areas other hats miss. Your face, neck, and ears stay shielded from both immediate sunburn and long-term skin damage.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eBuilt for Australian Conditions\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eFrom tropical humidity to desert heat, this hat handles it all. The waterproof exterior shrugs off sudden storms while the breathable inner fabric prevents that sticky, uncomfortable feeling. The adjustable fit (56-60cm) ensures security during windy conditions, and the durable ABS construction stands up to the rigors of outdoor Australian life.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eThe Perfect Outdoor Companion\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eWhether you're a weekend warrior or outdoor professional, this hat transforms your relationship with the heat. The lightweight design means you'll forget you're wearing it, while the quiet fan operation won't scare the fish or distract from nature's sounds. It's innovative technology that actually makes sense for real-world use.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eReal-Life Scenarios:\u003c\/h3\u003e\n\u003col class=\"[\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-1.5 pl-7\"\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eDawn Fishing Sessions\u003c\/strong\u003e: Solar fans kick in as the sun rises, keeping you cool during those productive morning hours when the fish are biting and the heat is building.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eBackyard Projects\u003c\/strong\u003e: Tackle weekend gardening or outdoor maintenance without overheating, with hands-free cooling that works harder as the day gets hotter.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eBushwalking Adventures\u003c\/strong\u003e: Stay comfortable on those challenging Australian trails where shade is scarce and the sun is relentless, with protection that moves with you.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eOutdoor Work\u003c\/strong\u003e: Perfect for tradies, surveyors, or anyone whose job keeps them in the sun, providing professional cooling that doesn't interfere with safety gear.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eSports Days\u003c\/strong\u003e: Whether you're playing weekend cricket or watching from the sidelines during junior footy, stay comfortable for hours while the solar charging keeps your cooling going strong.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv style=\"margin: 24px 0; padding: 18px 20px; border: 1px solid #d8e4ef; border-radius: 12px; background: #f5f9fc; color: #18324a; font-family: inherit; line-height: 1.55;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 8px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e📦\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eBulky Item Delivery Notice\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0 0 10px;\"\u003eDue to the size of this item, we may occasionally use an alternative courier such as Aramex or Couriers Please for delivery.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 10px;\"\u003eDue to recent price increases, shipping larger parcels with Australia Post can cost more than \u003cstrong\u003e$35\u003c\/strong\u003e, so using trusted courier partners helps us continue offering free standard shipping to our customers.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003eNeed Australia Post Express? Select Express Shipping at checkout for an additional $10, and your order will be sent with Australia Post.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"CapyCool","offers":[{"title":"Light Grey","offer_id":53013710864668,"sku":"HF_WIDE_LG","price":74.99,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":53013726462236,"sku":"HF_WIDE_BL","price":74.99,"currency_code":"AUD","in_stock":false},{"title":"Grey Camo","offer_id":53013728035100,"sku":"HF_WIDE_GC","price":74.99,"currency_code":"AUD","in_stock":true},{"title":"Beige","offer_id":53341280698652,"sku":null,"price":74.99,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/widebrimhatfan7.png?v=1758406231"},{"product_id":"tradie-waist-fan-dualforce-14500mah","title":"DualForce Tradie Waist Fan 14500mAh","description":"\u003cp class=\"whitespace-normal break-words\"\u003e\u003cstrong\u003eIntroducing the DualForce Tradie Waist Fan 🔥 Special Launch Price! \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(204, 0, 0);\"\u003e\u003cem\u003e*New stock just arrived, will sell out quickly\u003c\/em\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe tradie fan that sold thousands just got twice as good. Double the motors, double the cool. CapyCool's upgraded DualForce tradie waist fan keeps Aussie workers comfortable through the toughest shifts. Industry leading airflow via dual outlets powered by a massive 14500mAh battery.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eThe DualForce is built from the ground up to be the ultimate work fan, this is a serious bit of kit for those who demand max performance on site. If you want the same CapyCool performance in a lighter, day-to-day form, check out the \u003ca rel=\"noopener\" href=\"https:\/\/capycool.com.au\/products\/10000mah-3-in-1-waist-fan-belt-clip\" target=\"_blank\"\u003eOG CapyCool Waist Fan\u003c\/a\u003e - the one that started it all.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eKey Features:\u003c\/h3\u003e\n\u003cul class=\"[\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\"\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e💨Dual Turbo Motor System\u003c\/strong\u003e delivers industrial-strength airflow up to 8 m\/s with twin high-speed motors spinning at 14,600 RPM. It’s not just fast air - it’s \u003cstrong\u003edouble the air volume\u003c\/strong\u003e, engineered to move more air across your body for maximum cooling power on any job site.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🔋40-Hour Marathon Battery Life\u003c\/strong\u003e means you can run this fan at low speed for an entire work week without charging, or blast it at full power for 4 hours straight when you need maximum cooling.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e⚡ 5-Speed Control with Storm Mode\u003c\/strong\u003e gives you precise cooling from gentle breeze to hurricane-force blast, with a dedicated one-touch button for instant maximum power when the heat cranks up.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🔧5-in-1 Versatility\u003c\/strong\u003e works as a waist fan, belt fan, shirt fan, neck fan, or desk fan with multiple clip options and kickstand, adapting to whatever position your work demands.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e🔋 \u003cstrong\u003e14,500 mAh Power Bank Built In \u003c\/strong\u003edoubles as a backup power source. The massive 14,500 mAh battery packs enough juice to charge an iPhone 17 up to 4 times.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🌬️ 3.5 meter Airflow Reach\u003c\/strong\u003e – With immense air volume from its dual outlets, the DualForce delivers focused, high-speed cooling that can push air up to \u003cstrong\u003e3.5 metres\u003c\/strong\u003e. It’s powerful enough to double as a \u003cstrong\u003edesk fan\u003c\/strong\u003e, directing a steady stream of cool air exactly where you need it most.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🛡️Built Tradie-Tough\u003c\/strong\u003e drop, knock, dust and spill proof with 4 manganese clips, protective silicone cover, new dust resistant cover for ports, emergency LED with SOS function.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_waist_fan_video_600x600.webp?v=1760367225\" alt=\"\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eCooling Power That Matches Your Work Ethic\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eMost fans quit when the work gets serious. The DualForce tradie waist fan is different. We built it after listening to thousands of tradies who bought our original model and told us exactly what they needed: more power, longer battery, and tougher construction. \u003c\/p\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eWith a \u003cstrong\u003edual outlet design\u003c\/strong\u003e and \u003cstrong\u003edual turbo motor system\u003c\/strong\u003e, DualForce tradie waist fan doesn’t just move air faster - it moves \u003cstrong\u003etwice as much\u003c\/strong\u003e. The result? Cooling that cuts through heat, penetrates your work shirt, and keeps your core temperature down even on the toughest days. Whether you’re laying bricks in 40-degree heat, working in a warehouse, or spending hours under the sun, this fan delivers \u003cstrong\u003ecooling that works as hard as you do.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_waist_fan_animation_600x600.gif?v=1760366552\" alt=\"\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eBattery Life That Goes the Distance\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eHere's what sets the DualForce tradie waist fan apart from every other portable fan on the market: a 14,500mAh battery that actually lasts (that's almost 4 times the capacity of a new iPhone 17!).\u003c\/p\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eWe're talking 40 hours at low speed – that's a full work week on a single charge. And when you need to blast it at full Storm Mode? You've still got a solid shift of maximum cooling power. No more fans dying at lunch time. No more hunting for power outlets on the job site. Just reliable, consistent cooling from clock-in to knock-off, with enough juice left over to charge your phone in an emergency.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eDesigned for the Reality of Trade Work\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe best tools are the ones you forget you're wearing. DualForce tradie waist fan gives you 5 different mounting options because we know every job is different. Clip it to your belt when you're on a ladder. Attach it inside your shirt when you need direct cooling. Hang it around your neck for hands-free operation. Prop it on your dashboard during the drive home. The 4 manganese clips (2 for belts, 2 for shirts) grip harder than standard clips and face opposite directions for maximum versatility. The protective silicone shell means it survives drops onto concrete. The straight-through airflow design with bottom intake means no blockages, just consistent cooling exactly where you point it.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eThe Fan Aussie Tradies Actually Buy\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eWhen your mates are using it, you know it works. Our \u003ca href=\"https:\/\/capycool.com.au\/products\/10000mah-3-in-1-waist-fan-belt-clip\" rel=\"noopener\" target=\"_blank\"\u003eoriginal waist fan\u003c\/a\u003e became the go-to cooling solution for thousands of Australian tradies and businesses because it actually delivered on its promises. The DualForce tradie waist fan takes everything that made the original a best-seller and doubles down on the performance. Same reliable CapyCool quality, same practical design, but with the upgraded power and battery life that serious workers demanded. This is a tool that makes your workday more bearable, and potentially safer when heat exhaustion is a real risk on Australian job sites.\u003c\/p\u003e\n\u003ch3 style=\"text-align: left;\"\u003eDualForce + Custom Holder = Game Changer\u003c\/h3\u003e\n\u003cp\u003eLove the DualForce on your belt, desk or beside the bed? Upgrade to the \u003cstrong\u003eUltimate Car Fan Bundle\u003c\/strong\u003e with magnetic mounts to attach it around your car, camper, cab or workspace and direct airflow exactly where you need it.\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/capycool.com.au\/products\/dualforce-ultimate-car-fan-bundle-magnets\" style=\"display: inline-block; padding: 12px 20px; background: #0d4ead; color: #ffffff; font-size: 14px; font-weight: bold; line-height: 1; text-decoration: none; border-radius: 8px;\"\u003e Explore the Ultimate Car Fan Bundle \u003c\/a\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .capy-dualforce-gallery {\n    width: 100% !important;\n    max-width: none !important;\n    margin: 34px 0;\n    border-collapse: separate;\n    border-spacing: 14px;\n    table-layout: fixed;\n  }\n\n  .capy-dualforce-gallery td {\n    width: 33.333% !important;\n    padding: 0;\n    vertical-align: top;\n  }\n\n  .capy-dualforce-gallery .capy-df-card {\n    height: 100%;\n    overflow: hidden;\n    background: #f7fafc;\n    border: 1px solid #dfe8ee;\n    border-radius: 18px;\n    box-shadow: 0 6px 20px rgba(16, 42, 63, 0.07);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .capy-dualforce-gallery .capy-df-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 28px rgba(16, 42, 63, 0.12);\n  }\n\n  .capy-dualforce-gallery .capy-df-image-wrap {\n    overflow: hidden;\n    background: #edf4f7;\n    line-height: 0;\n  }\n\n  .capy-dualforce-gallery img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    transition: transform 0.35s ease;\n  }\n\n  .capy-dualforce-gallery .capy-df-card:hover img {\n    transform: scale(1.025);\n  }\n\n  .capy-dualforce-gallery .capy-df-caption {\n    padding: 15px 16px 17px;\n    text-align: left;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-title {\n    display: block;\n    margin: 0 0 5px;\n    color: #102a3f;\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-text {\n    display: block;\n    margin: 0;\n    color: #5c6d79;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-text em {\n    display: block;\n    margin-top: 7px;\n    color: #80909b;\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  @media screen and (max-width: 749px) {\n    .capy-dualforce-gallery {\n      margin: 22px 0;\n      border-spacing: 0;\n    }\n\n    .capy-dualforce-gallery,\n    .capy-dualforce-gallery tbody,\n    .capy-dualforce-gallery tr,\n    .capy-dualforce-gallery td {\n      display: block;\n      width: 100% !important;\n    }\n\n    .capy-dualforce-gallery td {\n      margin: 0 0 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-card {\n      border-radius: 15px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption {\n      padding: 14px 16px 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption-title {\n      font-size: 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption-text {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003ctable class=\"capy-dualforce-gallery\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan_mercedes_250gd_dashboard_fan_close.jpg?v=1781997658\" alt=\"DualForce car fan mounted on a Mercedes 250GD dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eMounted on Dashboard\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eMounted instantly with magnet.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforcere_mercedes_250gd_dashboard_fan.gif?v=1781997380\" alt=\"DualForce fan with 360 degree rotation on a car dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003e360° Rotation\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eDirect airflow exactly where you need it.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan.webp?v=1771701287\" alt=\"DualForce portable fan mounted inside a vehicle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eMount Almost Anywhere\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eSuper-strong magnets and multiple adjustment angles help you find the perfect airflow.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/New_Products_17_600x600.png?v=1771700398\" alt=\"DualForce fans mounted in a firetruck cab\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eFiretruck Roof Mount\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eTwo magnet-mounted fans direct front air conditioning toward the rear of the firetruck cab.\u003cem\u003eCustomer setup: Clonbinane CFA\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_on_bus.jpg?v=1781998382\" alt=\"DualForce fan used on a camper bus dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eCamper Bus Setup\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eA practical dashboard setup for a bus without air conditioning.\u003cem\u003eCustomer setup: Catherine, Gus the Bus\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan_mercedes_250gd_dashboard_fan_happy.jpg?v=1781997658\" alt=\"DualForce car fan helping create a cooler Mercedes 250GD ride\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eA Cooler Ride\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eHelp make a cool ride feel cooler, even when the cabin air conditioning needs a hand.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"whitespace-normal break-words\"\u003eDualForce Waist Fan vs OG Waist Fan — Which One’s for You?\u003c\/h3\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_size_comparison_3_a40aac81-9a5e-496b-803b-5b1ae005ede7_600x600.png?v=1760391535\" alt=\"\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cp\u003eBoth fans deliver serious cooling built for Aussie tradies - the difference comes down to how hard you need to push it.\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eDualForce\u003c\/strong\u003e is built from the ground up to be the \u003cstrong\u003eultimate work fan\u003c\/strong\u003e - a serious bit of kit for those who demand maximum performance on site. It weighs in at \u003cstrong\u003e480g\u003c\/strong\u003e, but that slight bump brings double the cooling power, 45% more battery capacity, and upgraded airflow outlets for wider coverage. It also features \u003cstrong\u003etwo new manganese steel clips\u003c\/strong\u003e for extra stability, a \u003cstrong\u003edust cover for ports\u003c\/strong\u003e, and the same \u003cstrong\u003epremium ABS body with removable silicone shell\u003c\/strong\u003e. Choose the DualForce if you want \u003cstrong\u003eno-compromise cooling\u003c\/strong\u003e for the most demanding conditions.\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eOG CapyCool Waist Fan\u003c\/strong\u003e, on the other hand, remains a favourite for a reason. It’s \u003cstrong\u003elighter, compact\u003c\/strong\u003e, and offers \u003cstrong\u003eindustry-leading cooling\u003c\/strong\u003e for day-to-day use - perfect for tradies who want comfort that transitions easily from the \u003cstrong\u003eworksite to the weekend\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3\u003eNot all fans are created equal\u003c\/h3\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/brushless_600x600.png?v=1778397125\" alt=\"\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cp\u003eSeen a $20 fan and wondered what makes CapyCool different?\u003c\/p\u003e\n\u003cp\u003eOn the outside, many fans look similar. Same shape, similar size, even similar specs on paper.\u003c\/p\u003e\n\u003cp\u003eBut the real difference is hidden inside.\u003c\/p\u003e\n\u003cp\u003eTake the motor, for example. Our waist fans use high-quality brushless motors with \u003cstrong\u003eall-copper wiring, ball bearings, stronger magnets, and better internal materials\u003c\/strong\u003e. These small details can be the difference between a motor that lasts up to \u003cstrong\u003e6,000 hours\u003c\/strong\u003e and one that gives out much sooner.\u003c\/p\u003e\n\u003cp\u003eAnd the motor is just one part of it.\u003c\/p\u003e\n\u003cp\u003eWe also use \u003cstrong\u003ehigher quality batteries, safer PCB boards with overload and protection features, high-grade ABS plastic instead of cheap recycled materials, and more\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eMost of it is hidden inside.\u003c\/p\u003e\n\u003cp\u003eBut it’s why CapyCool fans are \u003cstrong\u003equieter, tougher, longer-lasting\u003c\/strong\u003e, and trusted by some of Australia’s toughest workers.\u003c\/p\u003e\n\u003cp\u003eWant to see all the reasons why \u003ca title=\"why capycool fans are better than cheap competitors\" href=\"https:\/\/capycool.com.au\/blogs\/cool-stories\/why-capycool-fans-are-different\"\u003eour fans are different to competitors? Read the full article\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003eSurprisingly quiet\u003c\/h3\u003e\n\u003cp\u003eOne of the most common questions we get is how noisy the DualForce is. With two motors and two outlets, most people expect it to be louder than a standard waist fan. On its lower settings it is the opposite. It runs quieter than most waist fans we have measured.\u003c\/p\u003e\n\u003cp\u003eThe reason is in how it moves air. Two outlets let the DualForce push more air while the motors spin at a lower RPM, so you get strong airflow without working the fan hard. Pair that with our brushless CapyCool motors and it stays quiet through the low and mid speeds you will use most of the time indoors.\u003c\/p\u003e\n\u003cp\u003eIn our own testing the \u003cstrong\u003eDualForce sat at around 49 dB on its lowest setting. Some competitor waist fans we measured ran close to 60 dB on their lowest setting.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eTo view the test, see this video here - \u003ca href=\"https:\/\/www.youtube.com\/shorts\/Y5fZkslkobc\"\u003eCapyCool DualForce Sound Test\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003eIs it Only For Tradies?\u003c\/h3\u003e\n\u003cp\u003eNot at all. Our philosophy - just like with the OG fan - is simple: built tough for tradies, but loved by everyone.\u003c\/p\u003e\n\u003cp\u003eThe DualForce may be called the Tradie Fan, but it’s made for anyone who needs serious cooling - whether you’re on site, camping, driving, or working from home.\u003c\/p\u003e\n\u003cp\u003eWith immense air volume from its dual outlets, the DualForce delivers focused, high-speed airflow reaching up to 3.5 metres. It’s powerful enough to double as a desk fan, sending a steady stream of cool air exactly where you need it most.\u003c\/p\u003e\n\u003cp\u003eSo whether you’re on the job or off the clock, the DualForce keeps you cool, comfortable, and ready for anything.\u003c\/p\u003e\n\u003cstyle\u003e\n  .cc-faq details \u003e summary { list-style: none; }\n  .cc-faq details \u003e summary::-webkit-details-marker { display: none; }\n  .cc-faq details \u003e summary::after {\n    content: \"+\"; float: right; font-weight: 700; font-size: 1.4em;\n    line-height: 1; color: #0d4ead; transition: transform .2s ease;\n  }\n  .cc-faq details[open] \u003e summary::after { content: \"\\2212\"; }\n  .cc-faq details \u003e summary:hover { background: #eef3fc; }\n\u003c\/style\u003e\n\u003csection class=\"cc-faq\" style=\"width: 100%; margin: 32px 0; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #1c2530; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 1.6em; margin: 0 0 6px; color: #0d2a52;\"\u003eDualForce Tradie Waist Fan FAQ\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 18px; color: #41505f;\"\u003eStraight answers to the questions tradies and buyers ask us most, including the honest limits. Tap a question to open it.\u003c\/p\u003e\n\u003c!-- Featured article callout --\u003e\n\u003cdiv style=\"background: #0d4ead; color: #ffffff; border-radius: 14px; padding: 18px 20px; margin: 0 0 24px;\"\u003e\n\u003cp style=\"margin: 0 0 10px; font-weight: bold; font-size: 1.05em;\"\u003eWondering what makes a CapyCool fan different from a $20 one?\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 14px; color: #dbe6ff;\"\u003eThe difference is inside: a brushless motor rated for up to around 6,000 hours, all copper wiring, genuine capacity battery cells, a protected circuit board and a high grade ABS shell. We pulled a fan apart part by part and explained what each one means for you.\u003c\/p\u003e\n\u003ca href=\"https:\/\/capycool.com.au\/blogs\/cool-stories\/why-capycool-fans-are-different\" style=\"display: inline-block; background: #ffffff; color: #0d4ead; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: bold;\"\u003eRead why CapyCool fans are different\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- GROUP: Power and cooling --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003ePower and cooling\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWill the DualForce actually cool me down, or just push warm air around?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eA personal fan cools you by moving air across your skin so sweat evaporates faster and heat is carried away from your body. The DualForce pushes far more air than a basic handheld, up to 8 m\/s from its twin outlets compared with roughly 2 to 3 m\/s on a cheap portable fan, and it works best when that air reaches your skin or travels through your shirt. Worn at the waist it sends air up your torso, which is where evaporative cooling does the most work. The honest limit: on a still, extremely hot day in full sun the air it moves is close to the air temperature, so it feels less dramatic than in shade or with a breeze. It is a personal fan, not an air conditioner, and it will not cool a whole room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow powerful is it compared to a normal portable fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe DualForce runs a dual turbo motor system with two motors spinning at around 14,600 RPM, pushing airflow up to 8 m\/s and reaching roughly 3.5 metres. That is close to double the air volume of our original waist fan and well beyond a typical $20 handheld, which moves air at about 2 to 3 m\/s. There are five speeds plus a one touch Storm Mode for instant maximum airflow when the heat climbs. For close range personal cooling it is one of the strongest wearable fans you can buy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eDoes it work under a hi-vis shirt or work uniform?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. Clipped at the waist or inside your shirt, it pushes air up against your torso and out through the collar, which is the cooling most tradies are after under hi-vis. The one thing to watch is fabric sitting directly over the outlet, which blocks the airflow until you reposition it. Give the outlet a clear path and the air moves freely. Worn on the lanyard around your neck it directs air straight at your face and chest instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Battery and charging --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBattery and charging\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\" open=\"\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow long does the battery last on one charge?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eIt depends on the speed. On the lowest setting the 14,500mAh battery runs up to about 40 hours, a full work week for many people. On full Storm Mode expect roughly 6-8 hours of maximum airflow. Most users land in between, with verified reviewers reporting 20 to 35 hours depending on how hard they push it. One warehouse worker in WA reported it easily lasting two full shifts on medium. Battery life is the single most mentioned feature across our June 2026 review analysis of more than 900 verified reviews.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow long does it take to recharge?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eBecause the battery is large at 14,500mAh, a full recharge takes longer than a small cheap fan. That is the trade-off for run time measured in days rather than hours. Charging overnight or during a break covers most use. A few reviewers note the longer charge time directly, and accept it for the battery life they get in return.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eCan it charge my phone?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The 14,500mAh battery doubles as a backup power source, so you can top up a phone from it in an emergency, enough for several charges across the day. Plenty of owners list this as a genuinely useful bonus on site. The fan is the main job and the charge-out function is there for when you are caught short.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Wearing it day to day --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eWearing it day to day\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs 480g too heavy to wear all day?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eAt 480g the DualForce is heavier than a basic fan, and most owners reframe that weight as exactly what they wanted: a bigger battery and a tougher build. The waist clip carries the load on your belt rather than your shoulders, so it sits comfortably through a shift. If you want the lightest option for casual all day wear, our original 3-in-1 Waist Fan is the lighter pick. If you want maximum airflow and the longest run time, the DualForce is built for it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow do I wear it?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eFive ways. Clip it to your belt, clip it inside your shirt for direct cooling, hang it around your neck on the lanyard for hands free use, stand it on a desk or bench on its kickstand, or prop it on the dashboard for the drive home. The four manganese clips, two for belts and two for shirts, grip harder than standard clips and face opposite directions, so you can position it however the job needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it noisy?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eOn the lower speeds it is quiet enough for an office or a quiet room. At the top speeds and on Storm Mode it is clearly audible, which is expected from a fan moving this much air. Most owners run it low indoors and turn it up outdoors where the noise does not matter. We would rather tell you that up front than have you surprised by it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Build and what is inside --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBuild and what is inside\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat makes the DualForce different from a $20 fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0 0 10px;\"\u003eFrom the outside many fans look the same. The difference is inside. The DualForce uses a high quality brushless motor with all copper wiring, ball bearings and stronger magnets, rated for up to around 6,000 hours of running. It also uses genuine capacity battery cells, a safer circuit board with overload protection, and a high grade ABS shell with a removable silicone cover, rather than the recycled plastics and copper clad steel common in cheap fans. Those hidden parts are why it runs quieter, lasts longer and survives a worksite.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003eWe took a fan apart, part by part, and explained the lot in plain language. \u003ca href=\"https:\/\/capycool.com.au\/blogs\/cool-stories\/why-capycool-fans-are-different\" style=\"color: #0d4ead; font-weight: 600;\"\u003eRead the full article on why CapyCool fans are different.\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat is a brushless motor and why does it matter?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eA cheap brushed motor uses small carbon contacts that physically rub as it spins, wearing down, heating up and getting louder until they fail. A brushless motor switches power electronically with nothing rubbing, so it runs cooler, quieter and far longer. It is the same upgrade the better cordless power tools made years ago. The DualForce motor is rated for up to around 6,000 hours, roughly triple a typical brushed fan, which is a big part of why it keeps performing season after season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it tough enough for a real worksite?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eIt is built for it. The DualForce is drop, knock, dust and spill resistant, with a removable silicone shell that takes the hit when it falls onto concrete, dust covers over the charging ports, and four manganese steel clips that hold firm. It also has an emergency LED with an SOS function. The premium ABS body and protected internals are designed for long shifts in heat, dust and grime, not a tidy desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Choosing and using it --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eChoosing and using it\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eShould I get the DualForce or the original 3-in-1 Waist Fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eHonest answer: for most people the original 3-in-1 Waist Fan is plenty, and several reviewers say so themselves. Choose the DualForce if you specifically want the most airflow, the longest run time and the toughest build for demanding trade or warehouse conditions. Choose the original if you want a lighter, more compact fan for everyday wear that moves easily from the worksite to the weekend. Both share the same CapyCool internals and quality. The DualForce simply pushes harder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it only for tradies?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eNo. It is built tough for tradies and loved by everyone. The same airflow that cuts through heat on site works just as well for camping, driving, working from home, sport and events, and it is a common pick for women managing hot flushes who want strong, on demand cooling. Standing on its kickstand it makes a capable desk fan with up to 3.5 metres of reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eCan I mount it in my car, ute or on scaffolding?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The DualForce pairs with magnet and clamp mounts so you can fix it to a vehicle, a bench, scaffolding or a warehouse position and point the airflow where you need it. This is the basis of our vehicle bundle. If you want it mainly for fixed positions, the mount options are worth adding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Buying with confidence --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBuying with confidence\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat colours does it come in?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eFour: Orange, Grey, Black and Green.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat about warranty, shipping and returns?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eEvery DualForce comes with a one year Australian warranty. Shipping is free on orders over $50, dispatched fast from our Sydney warehouse, with same day pick up available on request before a heatwave. Returns are free within 30 days if it is not right for you. CapyCool is Australian owned and operated, which is why next day delivery comes up so often in our reviews.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eDo tradies actually rate it?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The DualForce holds a 4.9 average across more than 70 reviews, and it is a regular team buy: a business orders one to test, the crew competes over it, and a bigger order follows. A mining warehouse worker in WA reported it lasting two full shifts on medium in a tin shed with no airflow. Another buyer in Melbourne said it handled a 40°C day better than he expected. One customer thanked our team for being upfront about the drawbacks, like the noise on high, before he bought. That honesty is the point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n     FAQPage JSON-LD (for AI search engines and schema testing).\n     If this script is stripped by the rich text editor, add it via\n     a Custom Liquid block or your theme code instead.\n============================================================ --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycool_waist_fan_range_600x600.png?v=1774752630\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e","brand":"CapyCool","offers":[{"title":"Orange","offer_id":53154080522524,"sku":"DUAL_WAIST_ORG","price":109.99,"currency_code":"AUD","in_stock":true},{"title":"Grey","offer_id":53154080489756,"sku":"DUAL_WAIST_GRY","price":109.99,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":53154080424220,"sku":"DUAL_WAIST_BLK","price":109.99,"currency_code":"AUD","in_stock":true},{"title":"Green","offer_id":53154080456988,"sku":"DUAL_WAIST_GRN","price":109.99,"currency_code":"AUD","in_stock":true},{"title":"Grey Camo","offer_id":54218575053084,"sku":"DUAL_WAIST_GCAMO","price":109.99,"currency_code":"AUD","in_stock":true},{"title":"Blue Camo","offer_id":54218575085852,"sku":"DUAL_WAIST_BCAMO","price":109.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_capycool_orange.png?v=1779102067"},{"product_id":"portable-outdoor-camping-fan-20-000mah-battery-led-light-solar-charging","title":"Portable Outdoor Camping Fan 20,000mAh LED Light \u0026 Solar Charging","description":"\u003cp\u003eThe CapyCool Portable Outdoor Fan is engineered for Australians who refuse to let heat dictate their comfort. Whether you're setting up camp in the bush, powering through a shift on-site, or creating the perfect outdoor entertaining space, this versatile cooling solution adapts to your needs. With a massive 20,000mAh battery, optional solar charging, adjustable LED lighting, and power bank functionality, it's the all-in-one gear that serious outdoor enthusiasts and workers rely on.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eKey Features:\u003c\/h3\u003e\n\u003cul class=\"[\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc space-y-2.5 pl-7\"\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🔋 20,000mAh rechargeable battery provides 12-58 hours of continuous operation\u003c\/strong\u003e, keeping you cool through extended trips, long work shifts, or multiple days between charges without power anxiety.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e☀️ Optional 7.5W solar panel offers auxiliary charging during daylight hours\u003c\/strong\u003e, extending your runtime on multi-day adventures by trickle-charging while you explore or work.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e💨 Four-speed wind control with 45° to 90° oscillation and 180° rotation\u003c\/strong\u003e delivers customizable airflow from gentle breeze to maximum cooling power, directed exactly where you need it.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e💡 Adjustable LED lighting with three brightness levels\u003c\/strong\u003e provides versatile illumination for camping, work tasks, or ambient lighting without carrying separate lights.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003e🔌 Built-in USB power bank with Type-C and USB-A ports\u003c\/strong\u003e charges phones, tablets, cameras, and other devices, eliminating the need for separate charging equipment.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e🎮 \u003cstrong\u003eRemote control\u003c\/strong\u003e - Convenient operation up to 5 meters away\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e⏲️ \u003cstrong\u003eTimer function\u003c\/strong\u003e - Auto shut-off at 1, 2, 4, or 8 hours\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003ePowerful Cooling Engineered for Australian Heat\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eAustralian summers demand serious cooling performance, and this fan delivers. The five-blade design generates exceptional airflow that actually makes a difference in close quarters like tents, caravans, site offices, or workshop spaces. Four speed settings let you fine-tune the cooling from whisper-quiet circulation for sleeping to full-power blast when temperatures spike. The 45° to 90° oscillation combined with 180° rotation means you can position and direct airflow to cover your entire space, whether that's a family tent, workstation, or outdoor dining area. This isn't a token breeze - it's genuine cooling power that transforms uncomfortable heat into manageable comfort.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eExtended Runtime That Actually Lasts\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe 20,000mAh battery capacity isn't just marketing speak. On lower speeds, you're looking at up to 58 hours of operation. Even running both fan and LED light on high settings, you'll get a solid 15 hours. That's a full night's sleep in the tent, an entire day shift on-site, or a whole weekend of camping between charges. The four timer options (1, 2, 4, or 8 hours) let you set and forget, so the fan automatically shuts off after you've fallen asleep or when you've finished a task. No more waking up to a flat battery because you forgot to turn it off.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eSolar Charging for Extended Adventures\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe optional 7.5W solar panel changes the game for anyone spending extended time off-grid. While it won't fully charge the unit from empty in a day (you'd still rely on mains power for your primary charges), it provides valuable trickle charging that can add 3,000-5,000mAh during good sunlight hours. Over a multi-day camping trip, that's the difference between rationing your fan usage and running it freely. Set up the panel on your tent, caravan roof, or vehicle dashboard during the day, and you're continuously topping up while you're out exploring or working. It's the kind of feature that brings genuine peace of mind when you're far from power outlets.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eYour Portable Power Hub\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe integrated USB charging ports (2x Type-C and 1x USB-A) turn this fan into a legitimate power station for your gear. Charge your phone overnight while staying cool, top up your headlamp or GPS device, or keep a tablet running for entertainment. The 20,000mAh capacity is enough to fully charge most phones 3-4 times over. For campers, it means fewer battery packs to carry. For tradies, it means your phone stays alive through the whole shift. For families, it means everyone's devices can get topped up from one central unit. Combined with the solar panel option, you've got a genuinely self-sufficient power solution.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eLighting That Works\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe built-in LED lighting provides proper illumination when you need it. Three brightness levels mean you've got ambient glow for relaxing evenings, functional light for setting up camp or working on tasks, or just enough brightness to move around safely at night. The cold and warm illumination modes let you choose between crisp white light for work visibility or warmer tones for comfortable evening ambiance. It's genuinely useful lighting that eliminates the need for separate lanterns or torches, and it draws from the same battery that powers your cooling.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eBuilt for Versatility\u003c\/h3\u003e\n\u003cp class=\"whitespace-normal break-words\"\u003eThe 360° rotating hanging hook and stable base design mean you can deploy this fan almost anywhere. Hang it from tent poles, caravan roof handles, gazebo frames, rafters, or tree branches. Or simply place it on tables, toolboxes, camp kitchen surfaces, or workshop benches. The five-blade design is specifically optimized for close-quarter cooling - perfect for the confined spaces of tents and caravans where airflow is most needed. Remote control operation (up to 5 meters range) means you can adjust settings from your swag, desk, or outdoor chair without getting up.\u003c\/p\u003e\n\u003ch3 class=\"text-lg font-bold text-text-100 mt-1 -mb-1.5\"\u003eReal-Life Scenarios:\u003c\/h3\u003e\n\u003col class=\"[\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-2.5 pl-7\"\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eThe Extended Camping Trip:\u003c\/strong\u003e You're four days into a week-long camping adventure at a remote national park. Temperatures are hovering around 32°C during the day. Each morning, you position the solar panel in direct sunlight while you're out hiking. By the time you return to camp, the fan has trickle-charged enough to run comfortably through another night. Your phones stay charged via the USB ports, the LED provides perfect lighting for camp cooking at dusk, and everyone sleeps soundly in a cool tent. You're completely self-sufficient and actually comfortable.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eThe Site Worker's Essential:\u003c\/strong\u003e You're working in a warehouse with no air conditioning through a 38°C day. Set up the fan at your workstation in the morning, aim the oscillation to cover your work area, and use the remote to adjust speeds as the day heats up. The timer function means you can set it to auto-off during your lunch break to conserve battery. Your phone charges via USB while you work, and the fan easily lasts your entire 8-hour shift. When you're working outdoors on-site, the solar panel keeps it topped up all day.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eThe Grey Nomad's Multi-Tool:\u003c\/strong\u003e You're free camping around Australia in your caravan, often staying 3-4 nights between powered sites. The fan runs all night to keep your sleeping area comfortable, oscillating to cool both sides of the bed. During the day, the solar panel charges on your roof while you're out sightseeing. You charge your camera, phones, and e-reader from the USB ports. The LED lighting provides perfect illumination for evening meals outside without draining your caravan battery. One device handles cooling, lighting, and charging - exactly the kind of space-efficient, multi-function gear that makes extended travel practical.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eThe Outdoor Entertainer:\u003c\/strong\u003e You're hosting a family barbecue on a 35°C Saturday afternoon. Your covered outdoor area is stifling despite the shade. Hang the fan from your pergola beam, set it to oscillate, and suddenly your guests are comfortable enough to actually stay outside. As the sun sets and things cool down naturally, the LED lighting kicks in to keep the ambiance going without running extension cords from the house. The remote means you can adjust everything from the BBQ without leaving your cooking duties. Your backyard has become genuinely functional entertainment space, not just somewhere to endure for the sake of the weather.\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words\"\u003e\n\u003cstrong\u003eThe Garage Workshop User:\u003c\/strong\u003e Your garage workshop is brilliant except for three months of the year when it's unbearably hot. The fan provides powerful, directed cooling right at your workbench where you're actually working. The LED light supplements your existing garage lighting perfectly for detailed work. You charge your cordless tool batteries via the USB ports when they're running low. The timer function means you don't accidentally leave it running all night when you pack up. What used to be unusable space from December to February is now comfortable and productive year-round.\u003c\/li\u003e\n\u003c\/ol\u003e","brand":"CapyCool","offers":[{"title":"Green \/ No Solar","offer_id":53193323217180,"sku":"CAMP_GREEN","price":105.99,"currency_code":"AUD","in_stock":false},{"title":"Green \/ With Solar Panel","offer_id":53193323184412,"sku":"CAMP_GREEN_SOL","price":109.99,"currency_code":"AUD","in_stock":false},{"title":"Orange \/ No Solar","offer_id":53193333834012,"sku":"CAMP_ORANGE","price":105.99,"currency_code":"AUD","in_stock":false},{"title":"Orange \/ With Solar Panel","offer_id":53193333801244,"sku":"CAMP_ORANGE_SOL","price":109.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/outdoorcampingfanwithsolarpanelscharging.png?v=1760875024"},{"product_id":"capypress-3-in-1-portable-coffee-espresso-machine","title":"CapyPress 3-in-1 Portable Coffee Machine","description":"\u003ch3\u003eReal Espresso. Anywhere. Anytime.\u003c\/h3\u003e\n\u003cp\u003eMeet the CapyPress 3-in-1 Portable Coffee Machine. A compact, powerful espresso maker built for travellers, tradies, campers and anyone who refuses to settle for bad coffee. Brew with small capsules, large capsules or your favourite ground coffee. Heat water inside the unit. Enjoy rich crema from 20 bar extraction. Stay energised wherever the day takes you.\u003c\/p\u003e\n\u003cp\u003eThis is your coffee. Your way. Out in the real world.\u003c\/p\u003e\n\u003ch3\u003eKey Features \u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e🌡️ Smart temperature and brew timer display for complete control\u003c\/li\u003e\n\u003cli\u003e🥤 Stainless steel water tank with clear 40 and 80 ml markers\u003c\/li\u003e\n\u003cli\u003e☕ 20 bar high pressure for strong crema and great aroma\u003c\/li\u003e\n\u003cli\u003e🔋 7500 mAh battery for extended battery life\u003c\/li\u003e\n\u003cli\u003e🎒 Works with capsules and ground coffee for flexible brewing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eNEW 2026 Model: Fully Upgraded\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Launch Offer: \u003c\/strong\u003eBetter Features. Same Old Price. Limited Time Only. \u003cbr\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eUpdate 6th August: New Stock Arrived. Selling out quickly!\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/Generated_Image_March_24_2026_-_7_17AM_1_1024x1024.jpg?v=1774297632\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003cstrong\u003eCompatible With Your Favourite Capsules\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eWorks with the most popular capsule brands found in Australian supermarkets.\u003cbr\u003eSupports small NS compatible espresso capsules, large Dolce Gusto style pods and ground coffee using the included adapter.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eNot compatible with NS Vertuo pods.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eHeats Its Own Water\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eAdd up to 80 ml of water and the CapyPress heats it to around 90 degrees, then extracts a full, rich espresso in about 5 minutes.\u003cbr\u003eHands free. No kettle needed.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003e20 Bar High Pressure Extraction\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eEnjoy smooth crema, strong aroma and balanced flavour.\u003cbr\u003eThe CapyPress delivers true espresso quality wherever you go.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycoolportablecoffeemachine4.png?v=1763872578\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eLong Lasting Power\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe built-in 7500 mAh battery delivers up to 50 cold extractions or 2 to 5 hot coffees per charge.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCold Extraction - 40-50 Cups\u003c\/li\u003e\n\u003cli\u003e50ml Cup - 4-5 Cups per Charge\u003c\/li\u003e\n\u003cli\u003e80ml Cup - 2-4 Cups per Charge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eRecharge with USB Type-C. Cable included.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycoolportablecoffeemachine8.png?v=1763872578\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eSmart Digital Display\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eClear temperature readings, brew timer and power level indicators.\u003cbr\u003eAlways know exactly how your coffee is brewing.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003ePortable and Self Contained\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eEverything fits inside one compact, durable unit.\u003cbr\u003ePerfect for travel bags, toolboxes, the glovebox, backpacks and camping setups.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycoolportablecoffeemachine7.png?v=1763872578\"\u003e\u003c\/p\u003e\n\u003ch3\u003eWhy Aussies Love CapyPress\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003e\u003cstrong\u003eBrew Anywhere with Confidence\u003c\/strong\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eFrom early morning shifts to weekend road trips, CapyPress gives you café level coffee wherever you land.\u003cbr\u003eNo queues. No servo coffee. No disappointing instant sachets.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eYour All-Day Coffee Solution\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eGreat for tradies, drivers, campers, travellers, photographers, festival goers and anyone who wants a proper espresso on the move.\u003c\/p\u003e\n\u003ch3 style=\"text-align: left;\"\u003e\u003cstrong\u003eNeed More Coffee for Long Days Away?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv style=\"text-align: left;\"\u003eAdd our \u003ca rel=\"noopener\" href=\"https:\/\/capycool.com.au\/products\/mini-powerbank-10-000mah-ccc-3c-certified\" target=\"_blank\"\u003ecompact power bank\u003c\/a\u003e to boost total capacity from \u003cstrong\u003e7,500mAh\u003c\/strong\u003e to \u003cstrong\u003e17,500mAh\u003c\/strong\u003e, with a built-in cable and charging for up to 4 devices at once.\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capypress_plus_powerbank_600x600.png?v=1779743808\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003cstrong\u003eSmart, Simple, Portable\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe CapyPress removes the hassle of bulky coffee gear.\u003cbr\u003eAdd water, add your capsule, press the button and relax.\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eWhat’s In the Box\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003eCapyPress 3-in-1 Portable Coffee Machine\u003c\/li\u003e\n\u003cli\u003eSmall capsule adapter\u003c\/li\u003e\n\u003cli\u003eLarge capsule adapter\u003c\/li\u003e\n\u003cli\u003eGround coffee adapter\u003c\/li\u003e\n\u003cli\u003eStainless steel water tank\u003c\/li\u003e\n\u003cli\u003eRemovable Cup\u003c\/li\u003e\n\u003cli\u003eUSB Type-C cable\u003c\/li\u003e\n\u003cli\u003eManual\u003c\/li\u003e\n\u003cli\u003eCoffee scoop\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003e\u003cstrong\u003eDoes it make real espresso, or is it more like strong coffee?\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003eIt brews real espresso. The CapyPress uses 20 bar pressure extraction, which is the same pressure used in proper café machines. You get genuine crema on top, the right body, and the full aroma. That said, like any espresso machine, the quality of your coffee and how fine you grind it will affect the result. Use a good medium to dark roast, and you will be impressed with what comes out of this thing.\u003c\/p\u003e\n\u003ch5\u003eWhat capsules does it work with?\u003c\/h5\u003e\n\u003cp\u003eThe CapyPress works with three brewing methods: small Nespresso Original compatible capsules (the ones you find at Woolies, Coles, Harris Farm), large Dolce Gusto style pods, and ground coffee using the included adapter. It does not work with Nespresso Vertuo pods. Vertuo pods use a completely different spinning extraction system and are not compatible with any 20 bar pressure machine. If your capsules are the small oval ones (Original style), you are good to go.\u003c\/p\u003e\n\u003ch5\u003eHow long does it take to brew a coffee?\u003c\/h5\u003e\n\u003cp\u003eUsing pre-heated water, you will have a coffee in under a minute once it is flowing. If you are starting from cold water and letting the CapyPress heat it for you, allow around 5 minutes total. The digital display shows you the temperature climbing in real time so you always know where you are in the process. For most people on a worksite or campsite, the 5-minute self-heat brew is perfectly practical. Cold brew espresso shorts only take seconds!\u003c\/p\u003e\n\u003ch5\u003eHow many coffees can I get from one charge?\u003c\/h5\u003e\n\u003cp\u003eIt depends on how you brew. Using cold water with self-heating to boiling, you will get 3 to 5 coffees from a full charge of the 7500mAh battery. If you add pre-heated water from a kettle, flask, or camp stove, the battery lasts much longer, up to 40 to 50 extractions. Plenty of people keep a small thermos of hot water alongside the CapyPress so they can get a full day's worth of coffees out of a single charge.\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eHow do I charge it?\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003eUSB Type-C, and the cable is included in the box. Charge it from a power bank, a car charger, a laptop, or any USB-C wall plug. A standard 10W+ charger works well. \u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eIs it hard to clean?\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003eThe main parts disassemble easily and rinse under running water. After each brew, run a small amount of clean water through the machine to flush out any grounds or coffee residue. The stainless steel water tank wipes out easily. Most users find a 2-minute clean after each use is all it takes. There are no paper filters to buy.\u003c\/p\u003e\n\u003ch5\u003eIs there a warranty?\u003c\/h5\u003e\n\u003cp\u003eYes. All CapyPress units sold through CapyCool come with a 1-year Australian warranty. We ship from our Sydney warehouse, so any warranty or support queries are handled locally. No dealing with overseas customer service or waiting weeks for a replacement part.\u003c\/p\u003e\n\u003ch5\u003eCan I return it if I am not happy?\u003c\/h5\u003e\n\u003cp\u003eAbsolutely. CapyCool offers a 30-day free return policy. If the CapyPress is not for you, send it back within 30 days for a full refund, no questions asked.\u003c\/p\u003e","brand":"CapyCool","offers":[{"title":"White","offer_id":53346574467356,"sku":"CAPYPRESS_WHITE","price":99.99,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":53346574532892,"sku":"CAPYPRESS_BLACK","price":99.99,"currency_code":"AUD","in_stock":true},{"title":"Grey","offer_id":53346574500124,"sku":"CAPYPRESS_GREY","price":99.99,"currency_code":"AUD","in_stock":true},{"title":"Green","offer_id":53346574565660,"sku":"CAPYPRESS_GREEN","price":99.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycool_portable_coffee_machine_camping.png?v=1771285426"},{"product_id":"dualforce-ultimate-car-fan-bundle-magnets","title":"DualForce Ultimate Vehicle Fan Bundle with Magnet Holder","description":"\u003ch2\u003eIntroducing the \u003cstrong\u003eDualForce Ultimate Cooling Kit\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003ch3\u003eKit Includes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e1 x DualForce 14,500mAh Tradie Fan\u003c\/li\u003e\n\u003cli\u003e1 x Custom DualForce Holder Mount with 360° Rotation\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e1 x Sticky Pad for Car Dashboard\u003c\/li\u003e\n\u003cli\u003e1 x USB Charging Cable\u003c\/li\u003e\n\u003cli\u003e1 x Lanyard for Neck Fan Mode\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChoose option\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eHolder Only\u003c\/li\u003e\n\u003cli\u003eHolder + Clamp\u003c\/li\u003e\n\u003cli\u003eHolder + (Upgraded) Neodymium Magnet\u003c\/li\u003e\n\u003cli\u003eHolder + Clamp + Magnet\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eThe Ultimate Magnetic Mount Cooling System for Cars, Trucks \u0026amp; Work Rigs\u003c\/h3\u003e\n\u003cp\u003eNo aircon? Classic car? On standby and can’t idle?\u003c\/p\u003e\n\u003cp\u003eThis is your no-wires, no-compromise solution.\u003c\/p\u003e\n\u003cp\u003eThe DualForce Vehicle Cooling Kit pairs our most powerful portable fan with a custom-engineered 360° magnetic mount — turning your DualForce into a fully adjustable, vehicle-ready cooling system in seconds.\u003c\/p\u003e\n\u003cp\u003ePowered by a massive 14,500mAh battery delivering up to 40 hours on a single charge, it keeps you cool through long drives, long shifts, and long waits — without wiring, installs or messy cables.\u003c\/p\u003e\n\u003cp\u003eDesigned for drivers, tradies, truckies, car enthusiasts and anyone who needs serious airflow where built-in aircon just doesn’t cut it.\u003c\/p\u003e\n\u003cstyle\u003e\n  .capy-dualforce-gallery {\n    width: 100% !important;\n    max-width: none !important;\n    margin: 34px 0;\n    border-collapse: separate;\n    border-spacing: 14px;\n    table-layout: fixed;\n  }\n\n  .capy-dualforce-gallery td {\n    width: 33.333% !important;\n    padding: 0;\n    vertical-align: top;\n  }\n\n  .capy-dualforce-gallery .capy-df-card {\n    height: 100%;\n    overflow: hidden;\n    background: #f7fafc;\n    border: 1px solid #dfe8ee;\n    border-radius: 18px;\n    box-shadow: 0 6px 20px rgba(16, 42, 63, 0.07);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .capy-dualforce-gallery .capy-df-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 28px rgba(16, 42, 63, 0.12);\n  }\n\n  .capy-dualforce-gallery .capy-df-image-wrap {\n    overflow: hidden;\n    background: #edf4f7;\n    line-height: 0;\n  }\n\n  .capy-dualforce-gallery img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    transition: transform 0.35s ease;\n  }\n\n  .capy-dualforce-gallery .capy-df-card:hover img {\n    transform: scale(1.025);\n  }\n\n  .capy-dualforce-gallery .capy-df-caption {\n    padding: 15px 16px 17px;\n    text-align: left;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-title {\n    display: block;\n    margin: 0 0 5px;\n    color: #102a3f;\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-text {\n    display: block;\n    margin: 0;\n    color: #5c6d79;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .capy-dualforce-gallery .capy-df-caption-text em {\n    display: block;\n    margin-top: 7px;\n    color: #80909b;\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  @media screen and (max-width: 749px) {\n    .capy-dualforce-gallery {\n      margin: 22px 0;\n      border-spacing: 0;\n    }\n\n    .capy-dualforce-gallery,\n    .capy-dualforce-gallery tbody,\n    .capy-dualforce-gallery tr,\n    .capy-dualforce-gallery td {\n      display: block;\n      width: 100% !important;\n    }\n\n    .capy-dualforce-gallery td {\n      margin: 0 0 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-card {\n      border-radius: 15px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption {\n      padding: 14px 16px 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption-title {\n      font-size: 16px;\n    }\n\n    .capy-dualforce-gallery .capy-df-caption-text {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003ctable class=\"capy-dualforce-gallery\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan_mercedes_250gd_dashboard_fan_close.jpg?v=1781997658\" alt=\"DualForce car fan mounted on a Mercedes 250GD dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eMounted on Dashboard\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eMounted instantly with magnet.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforcere_mercedes_250gd_dashboard_fan.gif?v=1781997380\" alt=\"DualForce fan with 360 degree rotation on a car dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003e360° Rotation\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eDirect airflow exactly where you need it.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan_compressed.webp?v=1782645968\" alt=\"DualForce portable fan mounted inside a vehicle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eMount Almost Anywhere\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eSuper-strong magnets and multiple adjustment angles help you find the perfect airflow.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/New_Products_17_600x600.png?v=1771700398\" alt=\"DualForce fans mounted in a firetruck cab\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eFiretruck Roof Mount\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eTwo magnet-mounted fans direct front air conditioning toward the rear of the firetruck cab.\u003cem\u003eCustomer setup: Clonbinane CFA\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_on_bus.jpg?v=1781998382\" alt=\"DualForce fan used on a camper bus dashboard\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eCamper Bus Setup\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eA practical dashboard setup for a bus without air conditioning.\u003cem\u003eCustomer setup: Catherine, Gus the Bus\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"capy-df-card\"\u003e\n\u003cdiv class=\"capy-df-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_car_fan_mercedes_250gd_dashboard_fan_happy.jpg?v=1781997658\" alt=\"DualForce car fan helping create a cooler Mercedes 250GD ride\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"capy-df-caption\"\u003e\n\u003cspan class=\"capy-df-caption-title\"\u003eA Cooler Ride\u003c\/span\u003e \u003cspan class=\"capy-df-caption-text\"\u003eHelp make a cool ride feel cooler, even when the cabin air conditioning needs a hand.\u003cem\u003eCustomer setup: @doddste\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003eWhy This Kit Changes the Game\u003c\/h2\u003e\n\u003ch3\u003eBuilt for Vehicles That Run Hot\u003c\/h3\u003e\n\u003cp\u003ePerfect for:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eClassic cars without aircon\u003c\/li\u003e\n\u003cli\u003eTruck drivers on standby\u003c\/li\u003e\n\u003cli\u003eWork vehicles where idling isn’t an option\u003c\/li\u003e\n\u003cli\u003eMining, site \u0026amp; fleet vehicles\u003c\/li\u003e\n\u003cli\u003eCar shows where you don’t want bulky aftermarket fans ruining the look\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eMount it. Rotate it. Reposition it. Cool exactly where you need it.\u003c\/p\u003e\n\u003ch2\u003eWhat’s Inside the Kit\u003c\/h2\u003e\n\u003ch3\u003eDualForce Dual Motor Fan\u003c\/h3\u003e\n\u003cp\u003eIndustrial-strength airflow powered by twin turbo motors pushing up to 8 m\/s of focused cooling. Massive 14,500mAh battery powering up to 40 hours of cooling.\u003c\/p\u003e\n\u003ch3\u003eCustom 360° Magnetic Holder\u003c\/h3\u003e\n\u003cp\u003eStrong rare-earth magnets + full rotation adjustment.\u003cbr\u003eSnap onto metal surfaces like dashboards, pillars, toolboxes, trays, benches and shelving.\u003c\/p\u003e\n\u003cp\u003eRemove and Reposition instantly.\u003c\/p\u003e\n\u003ch2\u003eCooling That Goes Where Aircon Can’t\u003c\/h2\u003e\n\u003cp\u003eBuilt-in vehicle fans are fixed.\u003cbr\u003ePortable fans are usually weak.\u003cbr\u003eAftermarket installs are messy and permanent.\u003c\/p\u003e\n\u003cp\u003eThis kit gives you:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDirectional airflow exactly where you want it\u003c\/li\u003e\n\u003cli\u003eNo wiring or modification required\u003c\/li\u003e\n\u003cli\u003eA clean setup that won’t ruin your interior\u003c\/li\u003e\n\u003cli\u003eA fan you can take out of the vehicle and use on-site\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eMore Than Just a Car Fan\u003c\/h2\u003e\n\u003cp\u003eWhen you're not driving, this same setup works on:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTool chests\u003c\/li\u003e\n\u003cli\u003eWork benches\u003c\/li\u003e\n\u003cli\u003eWarehouse shelving\u003c\/li\u003e\n\u003cli\u003eSite sheds\u003c\/li\u003e\n\u003cli\u003eCamping setups\u003c\/li\u003e\n\u003cli\u003eGarage walls\u003c\/li\u003e\n\u003cli\u003eHome gyms \u0026amp; squat racks\u003c\/li\u003e\n\u003cli\u003eGolf Carts\u003c\/li\u003e\n\u003cli\u003eSim Racing Rigs\u003c\/li\u003e\n\u003cli\u003eCaravans \u0026amp; 4WD setups\u003c\/li\u003e\n\u003cli\u003eBoats\u003c\/li\u003e\n\u003cli\u003eFood trucks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eOne system. Endless mounting options.\u003c\/p\u003e\n\u003ch2\u003eWho It’s For\u003c\/h2\u003e\n\u003cp\u003eThis kit is for people who:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCan’t rely on aircon\u003c\/li\u003e\n\u003cli\u003eSit in vehicles for long periods\u003c\/li\u003e\n\u003cli\u003eWork in extreme heat\u003c\/li\u003e\n\u003cli\u003eWant cooling without modifying their vehicle\u003c\/li\u003e\n\u003cli\u003eAppreciate serious, engineered airflow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eBuilt tough for tradies.\u003cbr\u003eLoved by anyone who runs hot.\u003c\/p\u003e\n\u003ch3\u003eSurprisingly quiet\u003c\/h3\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycool_noise_test.png?v=1781321657\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003eOne of the most common questions we get is how noisy the DualForce is. With two motors and two outlets, most people expect it to be louder than a standard waist fan. On its lower settings it is the opposite. It runs quieter than most waist fans we have measured.\u003c\/p\u003e\n\u003cp\u003eThe reason is in how it moves air. Two outlets let the DualForce push more air while the motors spin at a lower RPM, so you get strong airflow without working the fan hard. Pair that with our brushless CapyCool motors and it stays quiet through the low and mid speeds you will use most of the time indoors.\u003c\/p\u003e\n\u003cp\u003eIn our own testing the \u003cstrong\u003eDualForce sat at around 49 dB on its lowest setting. Some competitor waist fans we measured ran close to 60 dB on their lowest setting.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eTo view the test, see this video here - \u003ca href=\"https:\/\/www.youtube.com\/shorts\/Y5fZkslkobc\"\u003eCapyCool DualForce Sound Test\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"text-align: start;\"\u003eNot all Fans are Created Equal\u003c\/h3\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/brushless.png?v=1778397125\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003eSeen a $20 fan and wondered what makes CapyCool different?\u003c\/p\u003e\n\u003cp\u003eOn the outside, many fans look similar. Same shape, similar size, even similar specs on paper.\u003c\/p\u003e\n\u003cp\u003eBut the real difference is hidden inside.\u003c\/p\u003e\n\u003cp\u003eTake the motor, for example. Our waist fans use high-quality brushless motors with \u003cstrong\u003eall-copper wiring, ball bearings, stronger magnets, and better internal materials\u003c\/strong\u003e. These small details can be the difference between a motor that lasts up to \u003cstrong\u003e6,000 hours\u003c\/strong\u003e and one that gives out much sooner.\u003c\/p\u003e\n\u003cp\u003eAnd the motor is just one part of it.\u003c\/p\u003e\n\u003cp\u003eWe also use \u003cstrong\u003ehigher quality batteries, safer PCB boards with overload and protection features, high-grade ABS plastic instead of cheap recycled materials, and more\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eMost of it is hidden inside.\u003c\/p\u003e\n\u003cp\u003eBut it’s why CapyCool fans are \u003cstrong\u003equieter, tougher, longer-lasting\u003c\/strong\u003e, and trusted by some of Australia’s toughest workers.\u003c\/p\u003e\n\u003cstyle\u003e\n  .cc-faq details \u003e summary { list-style: none; }\n  .cc-faq details \u003e summary::-webkit-details-marker { display: none; }\n  .cc-faq details \u003e summary::after {\n    content: \"+\"; float: right; font-weight: 700; font-size: 1.4em;\n    line-height: 1; color: #0d4ead; transition: transform .2s ease;\n  }\n  .cc-faq details[open] \u003e summary::after { content: \"\\2212\"; }\n  .cc-faq details \u003e summary:hover { background: #eef3fc; }\n\u003c\/style\u003e\n\u003csection style=\"width: 100%; margin: 32px 0; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #1c2530; line-height: 1.6;\" class=\"cc-faq\"\u003e\n\u003ch3 style=\"font-size: 1.6em; margin: 0 0 6px; color: #0d2a52;\"\u003eDualForce Tradie Waist Fan FAQ\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 18px; color: #41505f;\"\u003eStraight answers to the questions tradies and buyers ask us most, including the honest limits. Tap a question to open it.\u003c\/p\u003e\n\u003c!-- Featured article callout --\u003e\n\u003cdiv style=\"background: #0d4ead; color: #ffffff; border-radius: 14px; padding: 18px 20px; margin: 0 0 24px;\"\u003e\n\u003cp style=\"margin: 0 0 10px; font-weight: bold; font-size: 1.05em;\"\u003eWondering what makes a CapyCool fan different from a $20 one?\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 14px; color: #dbe6ff;\"\u003eThe difference is inside: a brushless motor rated for up to around 6,000 hours, all copper wiring, genuine capacity battery cells, a protected circuit board and a high grade ABS shell. We pulled a fan apart part by part and explained what each one means for you.\u003c\/p\u003e\n\u003ca style=\"display: inline-block; background: #ffffff; color: #0d4ead; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: bold;\" href=\"https:\/\/capycool.com.au\/blogs\/cool-stories\/why-capycool-fans-are-different\"\u003eRead why CapyCool fans are different\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- GROUP: Power and cooling --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003ePower and cooling\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWill the DualForce actually cool me down, or just push warm air around?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eA personal fan cools you by moving air across your skin so sweat evaporates faster and heat is carried away from your body. The DualForce pushes far more air than a basic handheld, up to 8 m\/s from its twin outlets compared with roughly 2 to 3 m\/s on a cheap portable fan, and it works best when that air reaches your skin or travels through your shirt. Worn at the waist it sends air up your torso, which is where evaporative cooling does the most work. The honest limit: on a still, extremely hot day in full sun the air it moves is close to the air temperature, so it feels less dramatic than in shade or with a breeze. It is a personal fan, not an air conditioner, and it will not cool a whole room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow powerful is it compared to a normal portable fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eThe DualForce runs a dual turbo motor system with two motors spinning at around 14,600 RPM, pushing airflow up to 8 m\/s and reaching roughly 3.5 metres. That is close to double the air volume of our original waist fan and well beyond a typical $20 handheld, which moves air at about 2 to 3 m\/s. There are five speeds plus a one touch Storm Mode for instant maximum airflow when the heat climbs. For close range personal cooling it is one of the strongest wearable fans you can buy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eDoes it work under a hi-vis shirt or work uniform?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. Clipped at the waist or inside your shirt, it pushes air up against your torso and out through the collar, which is the cooling most tradies are after under hi-vis. The one thing to watch is fabric sitting directly over the outlet, which blocks the airflow until you reposition it. Give the outlet a clear path and the air moves freely. Worn on the lanyard around your neck it directs air straight at your face and chest instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Battery and charging --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBattery and charging\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\" open=\"\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow long does the battery last on one charge?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eIt depends on the speed. On the lowest setting the 14,500mAh battery runs up to about 40 hours, a full work week for many people. On full Storm Mode expect roughly 6 hours of maximum airflow. Most users land in between, with verified reviewers reporting 20 to 35 hours depending on how hard they push it. One warehouse worker in WA reported it easily lasting two full shifts on medium. Battery life is the single most mentioned feature across our June 2026 review analysis of more than 900 verified reviews.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow long does it take to recharge?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eBecause the battery is large at 14,500mAh, a full recharge takes longer than a small cheap fan. That is the trade-off for run time measured in days rather than hours. Charging overnight or during a break covers most use. A few reviewers note the longer charge time directly, and accept it for the battery life they get in return.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eCan it charge my phone?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The 14,500mAh battery doubles as a backup power source, so you can top up a phone from it in an emergency, enough for several charges across the day. Plenty of owners list this as a genuinely useful bonus on site. The fan is the main job and the charge-out function is there for when you are caught short.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Wearing it day to day --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eWearing it day to day\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs 480g too heavy to wear all day?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eAt 480g the DualForce is heavier than a basic fan, and most owners reframe that weight as exactly what they wanted: a bigger battery and a tougher build. The waist clip carries the load on your belt rather than your shoulders, so it sits comfortably through a shift. If you want the lightest option for casual all day wear, our original 3-in-1 Waist Fan is the lighter pick. If you want maximum airflow and the longest run time, the DualForce is built for it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eHow do I wear it?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eFive ways. Clip it to your belt, clip it inside your shirt for direct cooling, hang it around your neck on the lanyard for hands free use, stand it on a desk or bench on its kickstand, or prop it on the dashboard for the drive home. The four manganese clips, two for belts and two for shirts, grip harder than standard clips and face opposite directions, so you can position it however the job needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it noisy?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eOn the lower speeds it is quiet enough for an office or a quiet room. At the top speeds and on Storm Mode it is clearly audible, which is expected from a fan moving this much air. Most owners run it low indoors and turn it up outdoors where the noise does not matter. We would rather tell you that up front than have you surprised by it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Build and what is inside --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBuild and what is inside\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat makes the DualForce different from a $20 fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0 0 10px;\"\u003eFrom the outside many fans look the same. The difference is inside. The DualForce uses a high quality brushless motor with all copper wiring, ball bearings and stronger magnets, rated for up to around 6,000 hours of running. It also uses genuine capacity battery cells, a safer circuit board with overload protection, and a high grade ABS shell with a removable silicone cover, rather than the recycled plastics and copper clad steel common in cheap fans. Those hidden parts are why it runs quieter, lasts longer and survives a worksite.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003eWe took a fan apart, part by part, and explained the lot in plain language. \u003ca style=\"color: #0d4ead; font-weight: 600;\" href=\"https:\/\/capycool.com.au\/blogs\/cool-stories\/why-capycool-fans-are-different\"\u003eRead the full article on why CapyCool fans are different.\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat is a brushless motor and why does it matter?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eA cheap brushed motor uses small carbon contacts that physically rub as it spins, wearing down, heating up and getting louder until they fail. A brushless motor switches power electronically with nothing rubbing, so it runs cooler, quieter and far longer. It is the same upgrade the better cordless power tools made years ago. The DualForce motor is rated for up to around 6,000 hours, roughly triple a typical brushed fan, which is a big part of why it keeps performing season after season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it tough enough for a real worksite?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eIt is built for it. The DualForce is drop, knock, dust and spill resistant, with a removable silicone shell that takes the hit when it falls onto concrete, dust covers over the charging ports, and four manganese steel clips that hold firm. It also has an emergency LED with an SOS function. The premium ABS body and protected internals are designed for long shifts in heat, dust and grime, not a tidy desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Choosing and using it --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eChoosing and using it\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eShould I get the DualForce or the original 3-in-1 Waist Fan?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eHonest answer: for most people the original 3-in-1 Waist Fan is plenty, and several reviewers say so themselves. Choose the DualForce if you specifically want the most airflow, the longest run time and the toughest build for demanding trade or warehouse conditions. Choose the original if you want a lighter, more compact fan for everyday wear that moves easily from the worksite to the weekend. Both share the same CapyCool internals and quality. The DualForce simply pushes harder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eIs it only for tradies?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eNo. It is built tough for tradies and loved by everyone. The same airflow that cuts through heat on site works just as well for camping, driving, working from home, sport and events, and it is a common pick for women managing hot flushes who want strong, on demand cooling. Standing on its kickstand it makes a capable desk fan with up to 3.5 metres of reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eCan I mount it in my car, ute or on scaffolding?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The DualForce pairs with magnet and clamp mounts so you can fix it to a vehicle, a bench, scaffolding or a warehouse position and point the airflow where you need it. This is the basis of our vehicle bundle. If you want it mainly for fixed positions, the mount options are worth adding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- GROUP: Buying with confidence --\u003e\n\u003cp style=\"font-size: 0.82em; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; color: #0d4ead; margin: 24px 0 8px;\"\u003eBuying with confidence\u003c\/p\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat colours does it come in?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eFour: Orange, Grey, Black and Green.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eWhat about warranty, shipping and returns?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eEvery DualForce comes with a one year Australian warranty. Shipping is free on orders over $50, dispatched fast from our Sydney warehouse, with same day pick up available on request before a heatwave. Returns are free within 30 days if it is not right for you. CapyCool is Australian owned and operated, which is why next day delivery comes up so often in our reviews.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #dde3ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden;\"\u003e\n\u003csummary style=\"cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 1.02em; background: #f6f8fc; color: #0d2a52;\"\u003eDo tradies actually rate it?\u003c\/summary\u003e\n\u003cdiv style=\"padding: 4px 18px 18px;\"\u003e\n\u003cp style=\"margin: 0;\"\u003eYes. The DualForce holds a 4.9 average across more than 70 reviews, and it is a regular team buy: a business orders one to test, the crew competes over it, and a bigger order follows. A mining warehouse worker in WA reported it lasting two full shifts on medium in a tin shed with no airflow. Another buyer in Melbourne said it handled a 40°C day better than he expected. One customer thanked our team for being upfront about the drawbacks, like the noise on high, before he bought. That honesty is the point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n     FAQPage JSON-LD (for AI search engines and schema testing).\n     If this script is stripped by the rich text editor, add it via\n     a Custom Liquid block or your theme code instead.\n============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"CapyCool","offers":[{"title":"Holder + Magnet \/ Orange","offer_id":53934144749852,"sku":null,"price":131.99,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Orange","offer_id":53994763092252,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Orange","offer_id":53994763125020,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet \/ Black","offer_id":53934144815388,"sku":null,"price":131.99,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Black","offer_id":53994763223324,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Black","offer_id":53994763256092,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet \/ Green","offer_id":53934144848156,"sku":null,"price":131.99,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Green","offer_id":53994763288860,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Green","offer_id":53994763321628,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet \/ Grey","offer_id":54221535969564,"sku":null,"price":137.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet \/ Grey Camo","offer_id":54221536002332,"sku":null,"price":137.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet \/ Blue Camo","offer_id":54221536035100,"sku":null,"price":137.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Grey","offer_id":54221536067868,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Grey Camo","offer_id":54221536100636,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Clamp \/ Blue Camo","offer_id":54221536133404,"sku":null,"price":139.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Grey","offer_id":54221536166172,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Grey Camo","offer_id":54221536198940,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true},{"title":"Holder + Magnet + Clamp \/ Blue Camo","offer_id":54221536231708,"sku":null,"price":144.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/dualforce_vehicle_fan_with_magnet_bundle.png?v=1779846796"},{"product_id":"capycosy-twin-hand-warmer","title":"CapyCosy Twin Electric Hand Warmer","description":"\u003cstyle\u003e\n  .capycosy-pdp {\n    --cc-navy: #10243f;\n    --cc-blue: #1f6fff;\n    --cc-blue-soft: #eaf2ff;\n    --cc-ice: #f7fbff;\n    --cc-warm: #fff4e6;\n    --cc-warm-strong: #ffe0b5;\n    --cc-blush: #fff0f5;\n    --cc-text: #203047;\n    --cc-muted: #607089;\n    --cc-border: rgba(16, 36, 63, 0.12);\n    --cc-card: #ffffff;\n    --cc-shadow: 0 18px 45px rgba(16, 36, 63, 0.08);\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    padding: 18px 0 52px;\n    color: var(--cc-text);\n    font-family: inherit;\n    line-height: 1.65;\n    overflow-x: hidden;\n  }\n\n  .capycosy-pdp *,\n  .capycosy-pdp *::before,\n  .capycosy-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .capycosy-pdp h2,\n  .capycosy-pdp h3,\n  .capycosy-pdp p,\n  .capycosy-pdp ul,\n  .capycosy-pdp ol {\n    margin-top: 0;\n  }\n\n  .capycosy-pdp h2,\n  .capycosy-pdp h3 {\n    color: var(--cc-navy);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n  }\n\n  .capycosy-pdp h2 {\n    font-size: clamp(30px, 4vw, 56px);\n    margin-bottom: 18px;\n  }\n\n  .capycosy-pdp h3 {\n    font-size: clamp(22px, 2.35vw, 32px);\n    margin-bottom: 14px;\n  }\n\n  .capycosy-pdp p {\n    margin-bottom: 16px;\n  }\n\n  .capycosy-pdp a {\n    color: inherit;\n  }\n\n  .ccs-wrap {\n    width: min(100% - 32px, 1320px);\n    margin: 0 auto;\n  }\n\n  .ccs-section {\n    margin: 24px 0;\n    padding: clamp(24px, 4vw, 52px);\n    border: 1px solid var(--cc-border);\n    border-radius: 30px;\n    background: var(--cc-card);\n    box-shadow: var(--cc-shadow);\n    overflow: hidden;\n  }\n\n  .ccs-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: var(--cc-blue-soft);\n    color: var(--cc-blue);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .ccs-lead {\n    max-width: 820px;\n    color: var(--cc-muted);\n    font-size: clamp(17px, 1.6vw, 20px);\n  }\n\n  .ccs-hero {\n    position: relative;\n    background:\n      radial-gradient(circle at top right, rgba(255, 224, 181, 0.95), transparent 36%),\n      radial-gradient(circle at bottom left, rgba(234, 242, 255, 0.95), transparent 32%),\n      linear-gradient(135deg, #f7fbff 0%, #ffffff 45%, #fff4e6 100%);\n  }\n\n  .ccs-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -110px;\n    bottom: -130px;\n    width: 310px;\n    height: 310px;\n    border-radius: 999px;\n    background: rgba(31, 111, 255, 0.08);\n    pointer-events: none;\n  }\n\n  .ccs-hero-inner {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: minmax(0, 1.28fr) minmax(290px, 0.72fr);\n    gap: clamp(22px, 4vw, 54px);\n    align-items: center;\n  }\n\n  .ccs-proof-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .ccs-proof-pill {\n    padding: 10px 13px;\n    border: 1px solid rgba(31, 111, 255, 0.16);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.78);\n    color: var(--cc-navy);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .ccs-hero-panel {\n    padding: 22px;\n    border: 1px solid rgba(16, 36, 63, 0.10);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.74);\n    backdrop-filter: blur(6px);\n  }\n\n  .ccs-mini-spec {\n    display: grid;\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ccs-mini-spec li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 12px;\n    border-radius: 18px;\n    background: #fff;\n    border: 1px solid var(--cc-border);\n  }\n\n  .ccs-icon {\n    flex: 0 0 auto;\n    display: inline-grid;\n    place-items: center;\n    width: 36px;\n    height: 36px;\n    border-radius: 12px;\n    background: var(--cc-warm);\n    font-size: 18px;\n  }\n\n  .ccs-mini-spec strong {\n    display: block;\n    color: var(--cc-navy);\n    line-height: 1.25;\n  }\n\n  .ccs-mini-spec span:not(.ccs-icon) {\n    display: block;\n    color: var(--cc-muted);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  .ccs-grid-2,\n  .ccs-grid-3,\n  .ccs-grid-4 {\n    display: grid;\n    gap: 18px;\n  }\n\n  .ccs-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  .ccs-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }\n  .ccs-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }\n\n  .ccs-card {\n    height: 100%;\n    padding: 22px;\n    border: 1px solid var(--cc-border);\n    border-radius: 22px;\n    background: #fff;\n  }\n\n  .ccs-card h3 {\n    font-size: 22px;\n    margin-bottom: 10px;\n  }\n\n  .ccs-card p,\n  .ccs-card li {\n    color: var(--cc-muted);\n    font-size: 15.5px;\n  }\n\n  .ccs-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .ccs-card li + li {\n    margin-top: 8px;\n  }\n\n  .ccs-highlight {\n    background:\n      radial-gradient(circle at top left, rgba(255, 224, 181, 0.16), transparent 34%),\n      linear-gradient(135deg, #10243f 0%, #173c6b 100%);\n    color: #fff;\n  }\n\n  .ccs-highlight h2,\n  .ccs-highlight h3,\n  .ccs-highlight .ccs-lead {\n    color: #fff;\n  }\n\n  .ccs-highlight p {\n    color: rgba(255, 255, 255, 0.84);\n  }\n\n  .ccs-highlight .ccs-card {\n    background: rgba(255, 255, 255, 0.08);\n    border-color: rgba(255, 255, 255, 0.18);\n  }\n\n  .ccs-highlight .ccs-card h3,\n  .ccs-highlight .ccs-card p,\n  .ccs-highlight .ccs-card li {\n    color: #fff;\n  }\n\n  .ccs-split {\n    align-items: center;\n  }\n\n  .ccs-soft-box {\n    padding: clamp(22px, 3vw, 34px);\n    border-radius: 26px;\n    border: 1px solid rgba(255, 224, 181, 0.9);\n    background:\n      radial-gradient(circle at top right, rgba(255, 224, 181, 0.65), transparent 42%),\n      linear-gradient(135deg, #fff8ef 0%, #ffffff 100%);\n  }\n\n  .ccs-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .ccs-stat {\n    padding: 16px;\n    border-radius: 18px;\n    background: #fff;\n    border: 1px solid var(--cc-border);\n  }\n\n  .ccs-stat strong {\n    display: block;\n    color: var(--cc-navy);\n    font-size: 22px;\n    line-height: 1.15;\n  }\n\n  .ccs-stat span {\n    display: block;\n    color: var(--cc-muted);\n    font-size: 14px;\n    margin-top: 4px;\n  }\n\n  .ccs-thermal-section {\n    background:\n      radial-gradient(circle at top left, rgba(255, 224, 181, 0.22), transparent 34%),\n      linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);\n  }\n\n  .ccs-media-split {\n    display: grid;\n    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n    gap: clamp(22px, 4vw, 52px);\n    align-items: center;\n  }\n\n  .ccs-media-frame {\n    overflow: hidden;\n    border-radius: 28px;\n    border: 1px solid rgba(16, 36, 63, 0.12);\n    background: #111b3d;\n    box-shadow: 0 18px 45px rgba(16, 36, 63, 0.12);\n  }\n\n  .ccs-media-frame img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ccs-caption {\n    margin: 12px 0 0;\n    color: var(--cc-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .ccs-check-list {\n    display: grid;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ccs-check-list li {\n    position: relative;\n    padding-left: 28px;\n    color: var(--cc-muted);\n  }\n\n  .ccs-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--cc-blue);\n    font-weight: 900;\n  }\n\n  .ccs-comparison-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px solid var(--cc-border);\n    border-radius: 22px;\n    background: #fff;\n  }\n\n  .ccs-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n    font-size: 15px;\n  }\n\n  .ccs-table th,\n  .ccs-table td {\n    padding: 16px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid var(--cc-border);\n  }\n\n  .ccs-table th {\n    color: var(--cc-navy);\n    background: var(--cc-ice);\n    font-weight: 850;\n  }\n\n  .ccs-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ccs-good {\n    color: #0f6b43;\n    font-weight: 800;\n  }\n\n  .ccs-note {\n    padding: 18px 20px;\n    border-radius: 22px;\n    background: var(--cc-warm);\n    border: 1px solid var(--cc-warm-strong);\n    color: #5b3b13;\n  }\n\n  .ccs-note strong {\n    color: #3c260b;\n  }\n\n  .ccs-specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 8px;\n  }\n\n  .ccs-spec-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 14px;\n    padding: 14px 16px;\n    border-radius: 16px;\n    border: 1px solid var(--cc-border);\n    background: #fff;\n  }\n\n  .ccs-spec-item strong {\n    color: var(--cc-navy);\n  }\n\n  .ccs-spec-item span {\n    color: var(--cc-muted);\n    text-align: right;\n  }\n\n  .ccs-faq {\n    display: grid;\n    gap: 12px;\n  }\n\n  .ccs-faq-item {\n    border: 1px solid var(--cc-border);\n    border-radius: 18px;\n    background: #fff;\n    overflow: hidden;\n  }\n\n  .ccs-faq-item summary {\n    cursor: pointer;\n    padding: 18px 46px 18px 18px;\n    color: var(--cc-navy);\n    font-weight: 850;\n    list-style: none;\n    position: relative;\n  }\n\n  .ccs-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ccs-faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--cc-blue);\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .ccs-faq-item[open] summary::after {\n    content: \"–\";\n  }\n\n  .ccs-answer {\n    padding: 0 18px 18px;\n    color: var(--cc-muted);\n  }\n\n  .ccs-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ccs-cta {\n    text-align: center;\n    background:\n      radial-gradient(circle at top right, rgba(255, 224, 181, 0.9), transparent 34%),\n      linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);\n  }\n\n  .ccs-cta h2,\n  .ccs-cta p {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ccs-cta p {\n    max-width: 780px;\n    color: var(--cc-muted);\n  }\n\n  .ccs-button-like {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 8px;\n    padding: 14px 22px;\n    border-radius: 999px;\n    background: var(--cc-blue);\n    color: #fff !important;\n    font-weight: 850;\n    text-decoration: none;\n  }\n\n  @media (max-width: 1024px) {\n    .ccs-hero-inner,\n    .ccs-grid-4 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 900px) {\n    .ccs-hero-inner,\n    .ccs-media-split,\n    .ccs-grid-2,\n    .ccs-grid-3,\n    .ccs-grid-4,\n    .ccs-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .ccs-wrap {\n      width: min(100% - 24px, 1320px);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .capycosy-pdp {\n      padding-top: 10px;\n      padding-bottom: 36px;\n    }\n\n    .ccs-wrap {\n      width: min(100% - 20px, 1320px);\n    }\n\n    .ccs-section {\n      margin: 16px 0;\n      padding: 22px 16px;\n      border-radius: 22px;\n    }\n\n    .ccs-hero-panel,\n    .ccs-card,\n    .ccs-soft-box {\n      padding: 18px;\n      border-radius: 20px;\n    }\n\n    .ccs-proof-pill {\n      width: 100%;\n      text-align: center;\n    }\n\n    .ccs-stat-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ccs-spec-item {\n      display: block;\n    }\n\n    .ccs-spec-item span {\n      display: block;\n      text-align: left;\n      margin-top: 4px;\n    }\n  }\n\n.ccs-news-feature {\n  display: grid;\n  grid-template-columns: 1fr 2fr;\n  align-items: center;\n  gap: 28px;\n  margin: 24px 0;\n  padding: 24px;\n  border-radius: 22px;\n  background: #f7fbff;\n  border: 1px solid var(--cc-border);\n}\n\n.ccs-news-feature img {\n  display: block;\n  width: 100%;\n  height: auto;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  border-radius: 16px;\n}\n\n.ccs-news-feature h3 {\n  margin-bottom: 8px;\n}\n\n.ccs-news-feature p {\n  margin-bottom: 0;\n  color: var(--cc-muted);\n}\n\n@media (max-width: 640px) {\n  .ccs-news-feature {\n    grid-template-columns: 1fr;\n    gap: 16px;\n    padding: 18px;\n  }\n\n  .ccs-news-feature img {\n    width: 100%;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"capycosy-pdp\"\u003e\n\u003cdiv class=\"ccs-wrap\"\u003e\n\u003cdiv class=\"ccs-news-feature\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/as_featured_600.png?v=1784333237\" width=\"600\" loading=\"lazy\" alt=\"CapyCosy hand warmers featured on 7NEWS\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eAs featured on 7NEWS\u003c\/div\u003e\n\u003ch3\u003eThe hand warmer that went viral.\u003c\/h3\u003e\n\u003cp\u003eAfter selling out three times in just one month, CapyCosy was picked up by \u003cstrong\u003e7NEWS\u003c\/strong\u003e. We’re doing our best to keep every colour stocked, but they’re still selling quickly!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"ccs-section ccs-hero\"\u003e\n\u003cdiv class=\"ccs-hero-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eOriginal twin warmer\u003c\/div\u003e\n\u003ch2\u003eThe OG CapyCosy hand warmer for proper palm-filling warmth.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eThe CapyCosy Twin Hand Warmer is made for cold hands, cold offices, early starts, winter sidelines and anyone who wants real palm-filling warmth they can actually feel.\u003c\/p\u003e\n\u003cp\u003eSnap the two warmers together to carry them as one. Pull them apart for one in each hand or one to share. With 2 second heat up, four heat settings up to 60°C and a digital display on each warmer, this is pocket warmth with zero guesswork.\u003c\/p\u003e\n\u003cdiv class=\"ccs-proof-row\"\u003e\n\u003cspan class=\"ccs-proof-pill\"\u003eTwin warmers included\u003c\/span\u003e \u003cspan class=\"ccs-proof-pill\"\u003e3000mAh per warmer\u003c\/span\u003e \u003cspan class=\"ccs-proof-pill\"\u003e4 heat settings up to 60°C\u003c\/span\u003e \u003cspan class=\"ccs-proof-pill\"\u003eShips from Sydney\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"ccs-hero-panel\"\u003e\n\u003cul class=\"ccs-mini-spec\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ccs-icon\"\u003e👐\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eTwo warmers in every pack\u003c\/strong\u003e\u003cspan\u003eUse one in each hand, keep one in each pocket, or share one.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccs-icon\"\u003e⚡\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e2 second heat up\u003c\/strong\u003e\u003cspan\u003ePress the button and feel warmth almost instantly.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccs-icon\"\u003e🔥\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e45°C to 60°C warmth\u003c\/strong\u003e\u003cspan\u003eChoose 45°C, 50°C, 55°C or 60°C depending on the day.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccs-icon\"\u003e📟\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eDigital display\u003c\/strong\u003e\u003cspan\u003eSee the temperature and battery percentage on each warmer.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccs-icon\"\u003e🔋\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eRechargeable warmth\u003c\/strong\u003e\u003cspan\u003e3000mAh per warmer, with Type-C charging for both units.\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eWhy CapyCosy?\u003c\/div\u003e\n\u003ch2\u003eWarm both hands properly, not just one pocket.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eMost hand warmers make you choose: one hand gets warmth while the other gets jealous. CapyCosy is a true twin pack, so you can warm both hands at once, split the pair with someone else, or keep one ready while the other keeps you cosy.\u003c\/p\u003e\n\u003cdiv class=\"ccs-grid-3\"\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eMagnetic snap-together design\u003c\/h3\u003e\n\u003cp\u003eThe two warmers lock together for easy carry, then separate when you want one in each hand. Simple, tidy, and oddly satisfying.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e📟\u003c\/span\u003e\n\u003ch3\u003eNo mystery lights\u003c\/h3\u003e\n\u003cp\u003eEach warmer has a clear display showing the actual temperature and remaining battery percentage, so you know exactly what is happening.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e🤝\u003c\/span\u003e\n\u003ch3\u003eOne for each hand\u003c\/h3\u003e\n\u003cp\u003eUse both warmers at once for balanced comfort, keep one in each pocket, or hand one to the person next to you who is pretending they are not cold.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section ccs-highlight\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eWarmth where you actually need it\u003c\/div\u003e\n\u003ch2\u003eBuilt for real everyday cold.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eYou do not need to be halfway up a mountain to want warm hands. Sometimes it is the freezing office, the school sideline, the walk to the car, the 4am site start, or the cold after a hot flush that gets you.\u003c\/p\u003e\n\u003cdiv class=\"ccs-grid-4\"\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eCold offices\u003c\/h3\u003e\n\u003cp\u003eRun it gently at 45°C or 50°C under the desk when the office air con has decided winter is optional.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eEarly site starts\u003c\/h3\u003e\n\u003cp\u003eKeep your fingers moving before the ute heater, site shed or morning coffee has had a chance to help.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eSport sidelines\u003c\/h3\u003e\n\u003cp\u003eOne in each pocket while you watch the early game, or hand one to the parent pretending they are totally fine.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eCold-sensitive hands\u003c\/h3\u003e\n\u003cp\u003eAdjust the heat to suit your hands, starting low if your skin is sensitive or you prefer gentler warmth.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section ccs-thermal-section\"\u003e\n\u003cdiv class=\"ccs-media-split\"\u003e\n\u003cdiv class=\"ccs-media-frame\"\u003e\u003cimg height=\"512\" width=\"512\" loading=\"lazy\" alt=\"Thermal comparison showing CapyCosy twin hand warmers against a cheap generic hand warmer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/compare_cheap.webp?v=1778929870\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eCapyCosy vs cheap hand warmers\u003c\/div\u003e\n\u003ch2\u003eMore even warmth, not one random hot patch.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eCheap generic hand warmers can look similar online, but the warmth pattern is often the giveaway. Many heat from one small surface area, which can leave you with a hot spot in your palm instead of proper comfort through your fingers.\u003c\/p\u003e\n\u003cp\u003eCapyCosy is designed for a fuller, palm-hugging feel. Each warmer is shaped to sit naturally in your hand, so you can wrap your fingers around it and get more balanced warmth where cold hands actually feel it.\u003c\/p\u003e\n\u003cul class=\"ccs-check-list\"\u003e\n\u003cli\u003eTwo warmers in the pack, so both hands get heat at the same time.\u003c\/li\u003e\n\u003cli\u003eFour adjustable settings from 45°C to 60°C, instead of one fixed mystery temperature.\u003c\/li\u003e\n\u003cli\u003eDigital display shows the actual temperature and battery percentage.\u003c\/li\u003e\n\u003cli\u003eReusable, rechargeable and backed by Australian support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ccs-caption\"\u003eThermal comparison visual shown for heat distribution context. Actual warmth and runtime vary by setting, environment and how the warmer is held.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eDetails that make it nicer to use\u003c\/div\u003e\n\u003ch2\u003eSimple controls, strong magnets, and no old-school ports.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eThe difference between a gadget you use once and a gadget you keep using is usually the little stuff. CapyCosy keeps those little details clean.\u003c\/p\u003e\n\u003cdiv class=\"ccs-grid-3\"\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eStrong magnetic seam\u003c\/h3\u003e\n\u003cp\u003eThe pair stays together in your handbag, backpack or drawer, but pulls apart easily when you want two separate warmers.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e💡\u003c\/span\u003e\n\u003ch3\u003eOptional ambient light\u003c\/h3\u003e\n\u003cp\u003eThe soft pulsing light adds a gentle glow when you want it, or turns off when you would rather keep things discreet.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\u003cspan class=\"ccs-icon\"\u003e🔁\u003c\/span\u003e\n\u003ch3\u003eUSB Type-C charging\u003c\/h3\u003e\n\u003cp\u003eCharge both warmers with the included dual-head Type-C cable. No micro USB throwback tour required.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eReal-life scenarios\u003c\/div\u003e\n\u003ch2\u003eFor the moments when cold hands wreck the vibe.\u003c\/h2\u003e\n\u003cdiv class=\"ccs-grid-4\"\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eThe freezing office\u003c\/h3\u003e\n\u003cp\u003eYour hands are cold, the keyboard feels icy, and no one else seems bothered. Run one warmer in each hand under the desk and carry on.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eThe winter sideline\u003c\/h3\u003e\n\u003cp\u003eThird game of the morning, fingers gone numb, coffee long finished. Split the pair and keep one in each jacket pocket.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eThe always-cold friend\u003c\/h3\u003e\n\u003cp\u003eSplit the pair and give one to your partner, your kid, your mate, or the parent on the sideline who clearly should have dressed warmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ccs-card\"\u003e\n\u003ch3\u003eThe thoughtful gift\u003c\/h3\u003e\n\u003cp\u003eFor the person who is always cold, always stealing your hoodie, or always complaining about the office air con. Useful beats novelty.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-grid-2\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eWhat’s in the box\u003c\/div\u003e\n\u003ch2\u003eEverything you need to get warm and stay cosy.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eEach CapyCosy pack includes the twin warmers and the small extras that make it easier to carry, protect and charge them together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-card\"\u003e\n\u003cul\u003e\n\u003cli\u003e2 x CapyCosy hand warmers with magnetic snap-together design.\u003c\/li\u003e\n\u003cli\u003e1 x dual-head USB Type-C charging cable to charge both warmers at once.\u003c\/li\u003e\n\u003cli\u003e1 x soft satin protective pouch.\u003c\/li\u003e\n\u003cli\u003e2 x lanyards.\u003c\/li\u003e\n\u003cli\u003e1 x quick start guide.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eSpecifications\u003c\/div\u003e\n\u003ch2\u003eClear specs, no mystery warmth.\u003c\/h2\u003e\n\u003cdiv class=\"ccs-specs\"\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eUnits per pack\u003c\/strong\u003e\u003cspan\u003e2 hand warmers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eBattery capacity\u003c\/strong\u003e\u003cspan\u003e3000mAh per warmer, 6000mAh combined\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eHeat settings\u003c\/strong\u003e\u003cspan\u003e45°C, 50°C, 55°C, 60°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eHeat up time\u003c\/strong\u003e\u003cspan\u003eAbout 2 seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eDisplay\u003c\/strong\u003e\u003cspan\u003eTemperature and battery percentage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eCharging\u003c\/strong\u003e\u003cspan\u003eUSB Type-C input\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eCharge time\u003c\/strong\u003e\u003cspan\u003eAbout 3.5 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eWeight\u003c\/strong\u003e\u003cspan\u003e115g per warmer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eDimensions snapped\u003c\/strong\u003e\u003cspan\u003e97mm x 60mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eDimensions single\u003c\/strong\u003e\u003cspan\u003e97mm x ~30mm wide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003cspan\u003eBrushed aluminium alloy with ABS and PC trim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eSafety\u003c\/strong\u003e\u003cspan\u003eAuto shut off and overheat protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003cspan\u003e12 months, Australian support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccs-spec-item\"\u003e\n\u003cstrong\u003eColours\u003c\/strong\u003e\u003cspan\u003eBlack, White and Pink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eSensitive hands note\u003c\/div\u003e\n\u003ch2\u003eComfort first, heat second.\u003c\/h2\u003e\n\u003cp class=\"ccs-lead\"\u003eCapyCosy gives you adjustable warmth, which is useful when different days call for different levels of heat. It is a comfort aid, not a medical device or treatment.\u003c\/p\u003e\n\u003cdiv class=\"ccs-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor sensitive skin or reduced sensation:\u003c\/strong\u003e start on the lowest heat setting, use a cloth layer or pocket lining between the warmer and your skin, and check your skin from time to time. The 60°C setting is genuinely hot on bare skin, so use it carefully and turn the warmer down or off if it feels too warm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection itemtype=\"https:\/\/schema.org\/FAQPage\" itemscope=\"\" class=\"ccs-section\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eFAQ\u003c\/div\u003e\n\u003ch2\u003eQuestions people ask before buying CapyCosy.\u003c\/h2\u003e\n\u003cdiv class=\"ccs-faq\"\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eDo I get one hand warmer or two?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYou get two CapyCosy hand warmers in the pack. They snap together magnetically for storage and pull apart so you can warm both hands at once, keep one in each pocket, or share one with someone else.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eHow hot does CapyCosy get?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eCapyCosy has four heat settings: 45°C, 50°C, 55°C and 60°C. Most people use 45°C or 50°C for gentle everyday warmth and higher settings for colder outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eHow long does the battery last?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eShort Answer: Each warmer runs for approximately 2-4 hours at 45°C, 2-3 hours at 50°C, 1-2 hours at 55°C or 1-2 hours at 60°C. Carrying the pair gives you two warmers to rotate, share or use together. \u003cbr\u003eThe Long Answer: Unlike our fans, which simply spin, there are many variables at play to figure out the runtime for a hand warmer, from ambient temperature, to whether it is in your hands giving heat to your body or in a pocket? Also each time it is turned off and turned on, it uses different amounts of power to heat back up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eHow fast does it heat up?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eCapyCosy heats up in about 2 seconds, so you feel warmth almost immediately after switching it on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eCan I see how much battery is left?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eYes. Each warmer has a digital display showing the current temperature and battery percentage, so you do not have to guess from flashing dots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eIs CapyCosy safe to keep in my pocket?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eCapyCosy includes auto shut off and overheat protection. For pocket use, most people prefer the lower 45°C or 50°C settings. If you have sensitive skin or reduced sensation, keep a layer between the warmer and your skin and check your skin regularly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eHow long does it take to charge?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eA full charge takes around 3.5 hours. The included dual-head Type-C cable lets you charge both warmers at the same time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eIs CapyCosy noisy?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eNo. There is no fan and no moving parts, so it is silent in an office, bedroom, meeting, movie or on public transport.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eIs it safe to take on a plane?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eThe 6000mAh combined capacity is well below the common 100Wh carry-on limit for lithium battery devices. As with rechargeable battery products, pack it in carry-on luggage rather than checked luggage and follow your airline’s rules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eWill it help with Raynaud’s, arthritis or menopausal cold hands?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eMany people with cold-sensitive hands find direct warmth comforting, but CapyCosy is not a medical device or treatment. If you have Raynaud’s, arthritis, neuropathy, diabetes-related reduced sensation or very sensitive skin, start on the lowest setting, use a fabric layer and check your skin often.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails itemtype=\"https:\/\/schema.org\/Question\" itemprop=\"mainEntity\" itemscope=\"\" class=\"ccs-faq-item\"\u003e\n\u003csummary\u003e\u003cspan itemprop=\"name\"\u003eWhat colours does CapyCosy come in?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/Answer\" itemprop=\"acceptedAnswer\" itemscope=\"\" class=\"ccs-answer\"\u003e\n\u003cp itemprop=\"text\"\u003eCapyCosy is available in Black, White and Pink, depending on current stock.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ccs-section ccs-cta\"\u003e\n\u003cdiv class=\"ccs-eyebrow\"\u003eStay warm, stay cosy\u003c\/div\u003e\n\u003ch2\u003eCold hands slow everything down. CapyCosy brings the warmth back.\u003c\/h2\u003e\n\u003cp\u003eFor the cold office, the early start, the winter sideline or the person who is always stealing your warmth, CapyCosy gives you two rechargeable hand warmers with adjustable heat, digital displays and a palm-filling feel. Add the OG twin pack to your winter setup and keep comfort close.\u003c\/p\u003e\n\u003cspan class=\"ccs-button-like\"\u003eAdd CapyCosy to your winter setup\u003c\/span\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CapyCool","offers":[{"title":"Beige","offer_id":54078056366364,"sku":"CP_HW01_BEIGE","price":64.99,"currency_code":"AUD","in_stock":true},{"title":"Blue Pink","offer_id":54131057131804,"sku":"CP_HW01_BLUE","price":64.99,"currency_code":"AUD","in_stock":true},{"title":"Pink","offer_id":54078056399132,"sku":"CP_HW01_PINK","price":64.99,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":54078056431900,"sku":"CP_HW01_BLACK","price":64.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capycosy_blue_pink.png?v=1779232118"},{"product_id":"capyultra-portable-turbo-fan-with-ice-compress","title":"CapyUltra Portable Turbo Fan with Ice Compress","description":"\u003c!--\n  CapyUltra Luxury Turbo Fan with Ice Compress and Retractable Cable\n  Shopify product description body, v4.\n  Changes since v3:\n  - Reskinned to a premium graphite, silver and ice-blue palette (matches the Graphite and Platinum hardware).\n  - New selling points drawn from owner feedback on the same fan: the display that appears to glow through\n    the metal housing, the heavy duty lanyard, the LED with steady\/flashing\/strobe modes, how quiet it stays\n    for the power, the substantial premium feel, and the effective airflow range.\n  - Added a \"What owners say\" module. The three cards are LAYOUT EXAMPLES ONLY. Replace each with a live,\n    verified review from Loox before publishing. Do not publish the example text as real testimonials.\n  - FAQ expanded to 22 questions across seven groups. New: how the controls work, what the LED is for,\n    and how heavy it is.\n  - Accordion icon is a plus that rotates, so there are no dash glyphs in the markup.\n  - Use the matching CapyUltra_FAQ_Schema_v3.liquid so the structured data mirrors all 22 questions.\n  Carried over: premium build, travel, gift, six-ways grid, honest band, scoped under .cc-ultra,\n  testimonials use div + span (never blockquote or cite), all accordions closed by default.\n--\u003e\n\u003cdiv class=\"cc-ultra\" style=\"text-align: start;\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"ccu-hero\"\u003e\n\u003cdiv class=\"ccu-hero-inner\"\u003e\n\u003cp class=\"ccu-eyebrow\"\u003eCapyCool turbo range\u003c\/p\u003e\n\u003ch2 class=\"ccu-h1\"\u003eStrong air, a cold plate, and the cable lives inside\u003c\/h2\u003e\n\u003cp class=\"ccu-lede\"\u003eA premium handheld turbo fan that runs all day, presses cool relief straight to your skin, and charges your phone without a spare lead.\u003c\/p\u003e\n\u003cul class=\"ccu-hero-stats\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ccu-stat\"\u003e9000mAh\u003c\/span\u003e\u003cspan class=\"ccu-stat-label\"\u003edual battery\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccu-stat\"\u003e22.5W\u003c\/span\u003e\u003cspan class=\"ccu-stat-label\"\u003efast charge\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ccu-stat\"\u003e100\u003c\/span\u003e\u003cspan class=\"ccu-stat-label\"\u003espeed levels\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"ccu-block\"\u003e\n\u003cp class=\"ccu-intro\"\u003eThe CapyUltra is the premium handheld in the CapyCool turbo range. A high-speed brushless motor pushes strong, steady air, a metal ice plate on the front gives cool relief when you press it to your face, neck or wrists, and two 4500mAh cells keep it running through a full day out. It feels substantial in the hand, the charging cable is built in and retracts into the body, and it doubles as a power bank, so it tops up the fan and charges your phone with no extra lead to carry.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003csection class=\"ccu-feature\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eRun it all day, charge it fast\u003c\/h3\u003e\n\u003cp\u003eTwo 4500mAh cells mean the CapyUltra keeps going long after a cheap handheld has flattened. Run it low through a work day or a flight, or open it up outdoors when you need more. When it does run down, 22.5W fast charging brings it back to full in around three hours, and a short top-up while you get ready gives you several hours back on lower speeds. The circular display shows the exact charge left, so there are no surprises halfway through the day.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"ccu-feature\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eStrong air, and a cold plate when you want more\u003c\/h3\u003e\n\u003cp\u003eThe brushless turbo motor and turbo air duct move a lot of air for a fan this size, felt best within arm's reach or sitting close by, like on a desk. When moving air is not enough, press the metal ice plate on the front to your face, neck or wrists. It cools quickly and feels genuinely cold against the skin, which is the point. To be straight with you, the plate cools by contact with your skin, not by chilling the air or the room, so think of it as a cool press you can aim where you feel the heat most.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capyultra-turbo-fan-black-neck-cooling-demo_600x600.gif?v=1781094515\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SIX WAYS GRID --\u003e\n\u003csection class=\"ccu-block\"\u003e\n\u003ch3 class=\"ccu-h2 ccu-center\"\u003eSix ways to use it\u003c\/h3\u003e\n\u003cp class=\"ccu-center ccu-sub\"\u003eOne fan covers most of how you actually move through a hot day.\u003c\/p\u003e\n\u003cdiv class=\"ccu-grid\"\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e01\u003c\/span\u003e\n\u003ch4\u003eHandheld\u003c\/h4\u003e\n\u003cp\u003eStrong air in one hand, ready the moment you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e02\u003c\/span\u003e\n\u003ch4\u003eDesk stand\u003c\/h4\u003e\n\u003cp\u003eTilt the head back to 135 degrees and stand it on a desk or bench.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e03\u003c\/span\u003e\n\u003ch4\u003eNeck-worn\u003c\/h4\u003e\n\u003cp\u003eHang it from the thick, heavy duty lanyard for hands-free air to the face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e04\u003c\/span\u003e\n\u003ch4\u003eIce plate\u003c\/h4\u003e\n\u003cp\u003ePress the cold plate to your face, neck or wrists for direct relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e05\u003c\/span\u003e\n\u003ch4\u003eLED torch\u003c\/h4\u003e\n\u003cp\u003eA bright light with steady, flashing and strobe modes for after dark or an emergency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ccu-card\"\u003e\n\u003cspan class=\"ccu-card-tag\"\u003e06\u003c\/span\u003e\n\u003ch4\u003ePower bank\u003c\/h4\u003e\n\u003cp\u003eThe built-in cable tops up your phone with nothing extra to pack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 3: CONTROL AND EFFICIENCY --\u003e\n\u003csection class=\"ccu-feature\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eDialled to the exact level you want\u003c\/h3\u003e\n\u003cp\u003eA circular display shows speed, battery and charge status at a glance, and the 100-level dial gives fine control rather than a few rough steps, so you can find a quiet setting indoors or full power outside. It stays impressively quiet for the power it puts out, even higher up the dial. In the manufacturer's lab testing, the latest motor and battery design ran with less high-frequency noise and lower energy draw than the previous turbo model, with real-world results varying by how you use it.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 4: PREMIUM BUILD --\u003e\n\u003csection class=\"ccu-feature\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003ePremium build you can feel\u003c\/h3\u003e\n\u003cp\u003ePick the CapyUltra up and the quality is obvious. It has real weight in the hand, the substantial feel of a proper brushless motor and two battery cells rather than a hollow pocket fan. The finish is clean and considered, and the display is a standout: instead of a small glass screen, the speed, battery and charge readouts appear to glow through the metal housing, sharp and easy to read. Even the lanyard is heavy duty, a thick strap built for daily use. This is gear made to be used every day and to keep feeling good while it does.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 5: TRAVEL --\u003e\n\u003csection class=\"ccu-feature\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eOne fan for the whole trip\u003c\/h3\u003e\n\u003cp\u003eIf you travel, the CapyUltra earns its place in the bag. It is your fan on a hot platform or a stuffy plane, an ice plate for quick relief in a long queue, and a power source, all in the one device. The charging cable is built into the body and retracts away, so there is no spare lead to pack, lose or untangle. Plug it in to top the fan up overnight before a long day out, or run it the other way to give your phone a top-up when a few too many photos have flattened the battery. The 9000mAh battery that drives the fan doubles as the power bank, so cooling and charging come from the one thing you are already carrying. The LED has steady, flashing and strobe modes too, handy as a torch around the campsite or a signal in the car kit.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT BAND --\u003e\n\u003csection class=\"ccu-gift\"\u003e\n\u003cdiv class=\"ccu-gift-inner\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eA gift for someone who deserves the coolest\u003c\/h3\u003e\n\u003cp\u003eBuy it for the tradie, the traveller or the parent who is always out in the heat, or for anyone who appreciates good kit. The CapyUltra is the sort of present that gets reached for every day, at the footy, on a camping trip or in the car on a hot drive. It is the kind of thing that earns a few \"where did you get that\" questions. That is half the fun of giving it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT TO EXPECT (honest band) --\u003e\n\u003csection class=\"ccu-honest\"\u003e\n\u003cdiv class=\"ccu-honest-inner\"\u003e\n\u003ch3 class=\"ccu-h2\"\u003eWhat to expect, honestly\u003c\/h3\u003e\n\u003cul class=\"ccu-honest-list\"\u003e\n\u003cli\u003eIt is a personal fan, not an air conditioner. It moves strong air across you, which makes a real difference indoors, in shade and on the move.\u003c\/li\u003e\n\u003cli\u003eThe ice plate cools your skin where you press it. It does not chill the air or cool the room.\u003c\/li\u003e\n\u003cli\u003eThe airflow is strongest within arm's reach, so keep it close or use it on a desk.\u003c\/li\u003e\n\u003cli\u003eThe power bank is a handy phone top-up, not a full multi-charge bank.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"ccu-block\"\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eFull specifications\u003c\/summary\u003e\n\u003cdiv class=\"ccu-spec-wrap\"\u003e\n\u003ctable class=\"ccu-spec\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eMF131\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eDual lithium-ion cells, 2 x 4500mAh, 9000mAh total (3.7V, 33.3Wh)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFast charge\u003c\/th\u003e\n\u003ctd\u003e22.5W via Type-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFull charge time\u003c\/th\u003e\n\u003ctd\u003eAbout 3 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eType-C port plus a built-in retractable Type-C cable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower bank\u003c\/th\u003e\n\u003ctd\u003eCharges a phone via the port and the retractable cable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSpeed control\u003c\/th\u003e\n\u003ctd\u003e100-level stepless dial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay\u003c\/th\u003e\n\u003ctd\u003eCircular display for speed, battery and charge status\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCooling plate\u003c\/th\u003e\n\u003ctd\u003eMetal ice compress plate for direct skin relief\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight\u003c\/th\u003e\n\u003ctd\u003eRear LED torch with steady, flashing and strobe modes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTilt\u003c\/th\u003e\n\u003ctd\u003eHead tilts back to 135 degrees for desk-stand use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarry\u003c\/th\u003e\n\u003ctd\u003eClip hook and included heavy duty lanyard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eABS and PC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e59 x 58.3 x 188mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColours\u003c\/th\u003e\n\u003ctd\u003eGraphite and Platinum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ccu-block\"\u003e\n\u003ch3 class=\"ccu-h2 ccu-center\"\u003eQuestions, answered\u003c\/h3\u003e\n\u003cp class=\"ccu-faq-group\"\u003eThe basics\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eIt depends on the speed. The dual 4500mAh cells (9000mAh total) run for a full day on lower settings and a good stretch at full power. The circular display shows exactly how much charge is left, so you can pace it through a long day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow long does it take to charge?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eWith 22.5W fast charging the CapyUltra reaches full in about three hours. A short top-up while you get ready gives you several hours of run time back on lower speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eIs it loud?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eIt runs quietly on lower settings and stays impressively quiet for the power even as you turn it up. At the very top of the dial it is audible, which is mostly where you would be using it outdoors anyway. The 100-level dial lets you set a low, gentle speed indoors and more air when there is ambient noise around you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow heavy is it?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eIt has real weight in the hand, which is the trade-off for a strong brushless motor, two battery cells and a solid, metal-feel build. That makes it more of a bag, desk or lanyard fan than a pocket one. Plenty of people read the weight as a sign it is built to last rather than a cheap throwaway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eCooling and the ice plate\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eDoes the ice plate actually cool the air?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eNo, and we would rather be straight about it. The metal plate cools your skin where you press it, on your face, neck or wrists. It gives quick, direct relief to those sensitive spots. It does not chill the air coming out of the fan or cool the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow does the ice compress plate work?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eA small metal plate on the front of the fan is cooled electronically, so it turns cold within seconds. You press it against your skin, usually the face, neck or wrists, for direct cooling where heat feels worst. It works by contact with your skin, not by cooling the air the fan blows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eDoes it work in humid weather?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. The CapyUltra moves air across your skin, which helps you feel cooler as sweat evaporates. It is not a misting fan, so there is no water and no humidity downside. On extremely hot and still humid days any fan helps less, so use it in shade or indoors for the best effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eCharging and power\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eCan it charge my phone?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. The built-in retractable cable and the Type-C port let you top up a phone from the fan's battery. It is a handy top-up rather than a full multi-charge power bank, so think of it as enough to get you through to the next plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eCan it charge two phones at once?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. The CapyUltra has a Type-C port and a built-in retractable cable, so it can charge through both at the same time. Keep in mind it is a top-up rather than a full power bank, so charging two phones together will run the battery down faster. For most people it is most useful as a quick top-up for one phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eControls and the light\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow do the controls work?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eEverything runs from one button and a side dial. Hold the button to turn the CapyUltra on or off. A quick press toggles the cooling plate on or off, shown by a snowflake on the display, and a press while it is off shows the battery level. The side dial sets the fan speed across the 100 levels, and a press of the button cycles the LED light through its modes. It takes a moment to learn, then it is second nature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eWhat can I use the LED light for?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eThe rear LED has steady, flashing and strobe modes. Use it as a torch around the campsite or walking after dark, or as a flashing signal in an emergency or car kit. It works on its own or while the fan is running.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eUsing it\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eCan I take it on a plane?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes, in your carry-on bag. The CapyUltra has a 9000mAh lithium battery, which is 33.3Wh, well under the 100Wh limit most airlines set for lithium batteries in the cabin. Lithium batteries and power banks are not allowed in checked luggage, so pack it in your carry-on, and check your airline's rules before you fly since they can vary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eCan I use it as a desk fan?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. Tilt the head back to 135 degrees and the CapyUltra stands on a desk or bench, aiming air up towards your face. On the lower settings it is quiet enough for an office, and the 100-level dial lets you set the exact breeze you want.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eCan I wear it around my neck?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. A thick, heavy duty lanyard is included, so you can hang the CapyUltra from your neck for hands-free air to the face. It is a strong, versatile option if you want a hanging fan that also works in the hand and on a desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eIs it good for hot flushes?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eIt can help with the discomfort of a hot flush. Press the cold plate to your neck or wrists for quick, quiet relief when a flush comes on, then set the dial low for steady background air. It is a comfort aid for the heat and sweating rather than a medical treatment, and many people like that it works on demand without drawing attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eIs it good for working outdoors or on a job site?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eYes. The brushless turbo motor moves strong air, the 9000mAh battery lasts a long day, and the rear torch helps when you are packing up after dark. Press the ice plate to your neck to cool down quickly at smoko. It is a personal fan rather than an air conditioner, so it works best moving air across you, in shade and on breaks. If you want cooling with both hands free all day, our waist fans are worth a look too.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eChoosing it\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eWhat makes it different from a cheap handheld fan?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eThree things. A real high-speed brushless motor that moves air rather than just buzzing. Two proper 4500mAh cells (9000mAh total) that last a full day instead of flattening in half an hour. And a solid build with a considered finish, plus extras a cheap fan does not have, like the metal ice plate, the retractable charging cable, the power bank function and a 100-level dial. It costs more because there is more in it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow is it different from the CapyCool Foldable Turbo Fan?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eThe Foldable Turbo Fan folds flat, packs very small and is the lighter, lower-cost option. The CapyUltra is the premium step up, with a larger 9000mAh battery, a built-in retractable charging cable, a power bank function, a 100-level dial and a more substantial build. Choose the Foldable Turbo if packing small and price matter most, or the CapyUltra if you want more battery, more control and the cable built in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eWhat colours does it come in?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eTwo colours, Graphite and Platinum. Both have the same premium finish, so it comes down to whether you prefer the darker or the lighter look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cp class=\"ccu-faq-group\"\u003eCare and delivery\u003c\/p\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eHow do I clean it?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eWipe the body and the ice plate with a dry or barely damp cloth. Do not run it under a tap or submerge it, since it holds a battery and electronics. Keep the air intake clear of dust so the airflow stays strong.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eWhat is the warranty and returns policy?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eThe CapyUltra ships from our Sydney warehouse and is covered by our returns and warranty policy, with real Australian support behind it. See our warranty and returns page for the current terms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ccu-details\"\u003e\n\u003csummary\u003eWhere does it ship from?\u003c\/summary\u003e\n\u003cdiv class=\"ccu-answer\"\u003e\n\u003cp\u003eFrom our Sydney warehouse, with same-day dispatch and next-day metro delivery available. It is backed by real Australian support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .cc-ultra{\n    --ccu-graphite:#14171c;\n    --ccu-steel:#222a33;\n    --ccu-slate:#37424f;\n    --ccu-blue:#2f90ef;\n    --ccu-blue-soft:#74c0ff;\n    --ccu-silver:#b9c2cd;\n    --ccu-platinum:#eef1f5;\n    --ccu-ink:#1b2128;\n    --ccu-mute:#5d6b78;\n    --ccu-line:#e3e8ee;\n    --ccu-paper:#ffffff;\n    --ccu-soft:#f5f7fa;\n    font-family:'Hanken Grotesk',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;\n    color:var(--ccu-ink);\n    line-height:1.62;\n    font-size:17px;\n  }\n  .cc-ultra *{box-sizing:border-box;}\n  .cc-ultra p{margin:0 0 1em;}\n  .cc-ultra .ccu-block{max-width:760px;margin:0 auto;padding:34px 0;}\n  .cc-ultra .ccu-feature{max-width:760px;margin:0 auto;padding:26px 0;border-top:1px solid var(--ccu-line);}\n  .cc-ultra .ccu-h1{\n    font-family:'Bricolage Grotesque','Hanken Grotesk',sans-serif;\n    font-weight:800;line-height:1.06;letter-spacing:-0.02em;\n    font-size:clamp(30px,5.4vw,52px);margin:0 0 16px;color:#fff;\n  }\n  .cc-ultra .ccu-h2{\n    font-family:'Bricolage Grotesque','Hanken Grotesk',sans-serif;\n    font-weight:700;line-height:1.12;letter-spacing:-0.015em;\n    font-size:clamp(22px,3.2vw,30px);margin:0 0 12px;color:var(--ccu-graphite);\n  }\n  .cc-ultra h4{\n    font-family:'Bricolage Grotesque','Hanken Grotesk',sans-serif;\n    font-weight:700;font-size:18px;margin:0 0 4px;color:var(--ccu-graphite);\n  }\n  .cc-ultra .ccu-center{text-align:center;}\n  .cc-ultra .ccu-sub{color:var(--ccu-mute);max-width:560px;margin:0 auto 22px;}\n  .cc-ultra .ccu-note{color:var(--ccu-mute);font-style:italic;font-size:13px;max-width:560px;margin:0 auto 22px;}\n\n  \/* full-bleed bands *\/\n  .cc-ultra .ccu-hero,\n  .cc-ultra .ccu-honest,\n  .cc-ultra .ccu-gift{\n    width:100vw;position:relative;left:50%;transform:translateX(-50%);\n  }\n\n  .cc-ultra .ccu-hero{\n    background:\n      radial-gradient(120% 85% at 82% 0%, rgba(47,144,239,0.38) 0%, rgba(47,144,239,0) 55%),\n      linear-gradient(135deg, var(--ccu-graphite) 0%, #20303f 48%, #123f63 100%);\n    padding:62px 20px;text-align:center;color:#fff;\n  }\n  .cc-ultra .ccu-hero-inner{max-width:760px;margin:0 auto;}\n  .cc-ultra .ccu-eyebrow{\n    font-family:'Space Mono',monospace;text-transform:uppercase;letter-spacing:0.22em;\n    font-size:12px;color:var(--ccu-blue-soft);margin:0 0 14px;\n  }\n  .cc-ultra .ccu-lede{font-size:clamp(16px,2.1vw,20px);color:#dfe7ef;max-width:580px;margin:0 auto 26px;}\n  .cc-ultra .ccu-hero-stats{\n    list-style:none;display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:0;padding:0;\n  }\n  .cc-ultra .ccu-hero-stats li{\n    background:rgba(255,255,255,0.07);border:1px solid rgba(116,192,255,0.28);\n    border-radius:14px;padding:14px 20px;min-width:128px;\n  }\n  .cc-ultra .ccu-stat{\n    display:block;font-family:'Space Mono',monospace;font-weight:700;\n    font-size:24px;color:#fff;line-height:1;\n  }\n  .cc-ultra .ccu-stat-label{\n    display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.1em;color:var(--ccu-blue-soft);margin-top:6px;\n  }\n\n  .cc-ultra .ccu-intro{font-size:19px;color:var(--ccu-ink);}\n\n  \/* six ways grid *\/\n  .cc-ultra .ccu-grid{\n    display:grid;grid-template-columns:repeat(3,1fr);gap:14px;\n  }\n  .cc-ultra .ccu-card{\n    border:1px solid var(--ccu-line);border-radius:16px;padding:20px 18px;background:var(--ccu-soft);\n  }\n  .cc-ultra .ccu-card-tag{\n    font-family:'Space Mono',monospace;font-size:12px;color:var(--ccu-blue);\n    letter-spacing:0.1em;display:block;margin-bottom:10px;\n  }\n  .cc-ultra .ccu-card p{margin:0;color:var(--ccu-mute);font-size:15px;}\n\n  \/* honest band *\/\n  .cc-ultra .ccu-honest{background:var(--ccu-platinum);padding:44px 20px;}\n  .cc-ultra .ccu-honest-inner{max-width:760px;margin:0 auto;}\n  .cc-ultra .ccu-honest-list{margin:0;padding:0;list-style:none;}\n  .cc-ultra .ccu-honest-list li{\n    padding:14px 0 14px 30px;position:relative;border-bottom:1px solid var(--ccu-line);color:var(--ccu-ink);\n  }\n  .cc-ultra .ccu-honest-list li:last-child{border-bottom:0;}\n  .cc-ultra .ccu-honest-list li::before{\n    content:\"\";position:absolute;left:4px;top:21px;width:9px;height:9px;border-radius:50%;\n    background:var(--ccu-blue);\n  }\n\n  \/* gift band (premium graphite to ice blue) *\/\n  .cc-ultra .ccu-gift{\n    background:linear-gradient(135deg, #171b21 0%, #1e4f79 100%);\n    padding:50px 20px;text-align:center;color:#fff;\n  }\n  .cc-ultra .ccu-gift-inner{max-width:620px;margin:0 auto;}\n  .cc-ultra .ccu-gift .ccu-h2{color:#fff;}\n  .cc-ultra .ccu-gift p{color:#d7e3ee;margin:0;}\n\n  \/* reviews (div + span, never blockquote \/ cite) *\/\n  .cc-ultra .ccu-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}\n  .cc-ultra .ccu-review{\n    border:1px solid var(--ccu-line);border-radius:16px;padding:20px 18px;background:var(--ccu-paper);\n    display:flex;flex-direction:column;gap:10px;\n  }\n  .cc-ultra .ccu-stars{color:var(--ccu-blue);letter-spacing:2px;font-size:15px;}\n  .cc-ultra .ccu-quote{font-size:15px;color:var(--ccu-ink);}\n  .cc-ultra .ccu-name{font-family:'Space Mono',monospace;font-size:13px;color:var(--ccu-mute);}\n\n  \/* details \/ accordion *\/\n  .cc-ultra .ccu-details{border-top:1px solid var(--ccu-line);}\n  .cc-ultra .ccu-details:last-of-type{border-bottom:1px solid var(--ccu-line);}\n  .cc-ultra .ccu-details summary{\n    cursor:pointer;list-style:none;padding:16px 34px 16px 0;position:relative;\n    font-family:'Bricolage Grotesque','Hanken Grotesk',sans-serif;font-weight:600;font-size:17px;color:var(--ccu-graphite);\n  }\n  .cc-ultra .ccu-details summary::-webkit-details-marker{display:none;}\n  .cc-ultra .ccu-details summary::after{\n    content:\"+\";position:absolute;right:4px;top:13px;font-size:24px;line-height:1;color:var(--ccu-blue);font-weight:400;\n    transition:transform .15s ease;\n  }\n  .cc-ultra .ccu-details[open] summary::after{transform:rotate(45deg);}\n  .cc-ultra .ccu-answer{padding:0 0 16px;color:var(--ccu-ink);}\n  .cc-ultra .ccu-answer p{margin:0;}\n\n  \/* faq group labels *\/\n  .cc-ultra .ccu-faq-group{\n    font-family:'Space Mono',monospace;text-transform:uppercase;letter-spacing:0.16em;\n    font-size:12px;color:var(--ccu-blue);margin:30px 0 4px;\n  }\n  .cc-ultra .ccu-faq-group:first-of-type{margin-top:14px;}\n\n  \/* spec table *\/\n  .cc-ultra .ccu-spec-wrap{padding:6px 0 16px;}\n  .cc-ultra .ccu-spec{width:100%;border-collapse:collapse;font-size:15px;}\n  .cc-ultra .ccu-spec th,.cc-ultra .ccu-spec td{\n    text-align:left;padding:11px 10px;border-bottom:1px solid var(--ccu-line);vertical-align:top;\n  }\n  .cc-ultra .ccu-spec th{\n    width:38%;color:var(--ccu-graphite);font-weight:600;font-family:'Space Mono',monospace;font-size:13px;\n  }\n  .cc-ultra .ccu-spec td{color:var(--ccu-ink);}\n\n  @media (max-width:680px){\n    .cc-ultra{font-size:16px;}\n    .cc-ultra .ccu-grid,.cc-ultra .ccu-reviews{grid-template-columns:1fr;}\n    .cc-ultra .ccu-hero{padding:48px 18px;}\n  }\n  @media (prefers-reduced-motion:reduce){\n    .cc-ultra *{transition:none!important;animation:none!important;}\n  }\n\u003c\/style\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800\u0026amp;family=Hanken+Grotesk:wght@400;500;600;700\u0026amp;family=Space+Mono:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e","brand":"CapyCool","offers":[{"title":"Graphite","offer_id":54185216049436,"sku":"PF_ULTRA_GRAPHITE","price":99.99,"currency_code":"AUD","in_stock":true},{"title":"Platinum","offer_id":54185216082204,"sku":"PF_ULTRA_PLAT","price":99.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/capyultra-turbo-fan-gunmetal-folding-head-design.jpg?v=1781094630"},{"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"},{"product_id":"warm-hands-hot-coffee-bundle","title":"Warm Hands, Hot Coffee Bundle","description":"\u003cstyle\u003e\n  .capycool-winter-bundle {\n    --cwb-navy: #17233c;\n    --cwb-blue: #4a7cf7;\n    --cwb-blue-light: #edf3ff;\n    --cwb-orange: #ef7c38;\n    --cwb-orange-light: #fff3e8;\n    --cwb-cream: #fffaf4;\n    --cwb-text: #263247;\n    --cwb-muted: #667085;\n    --cwb-border: #e3e8ef;\n    --cwb-white: #ffffff;\n\n    width: 100%;\n    max-width: none;\n    margin: 0;\n    padding: 0;\n    color: var(--cwb-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .capycool-winter-bundle *,\n  .capycool-winter-bundle *::before,\n  .capycool-winter-bundle *::after {\n    box-sizing: border-box;\n  }\n\n  .capycool-winter-bundle h2,\n  .capycool-winter-bundle h3,\n  .capycool-winter-bundle h4,\n  .capycool-winter-bundle p {\n    margin-top: 0;\n  }\n\n  .capycool-winter-bundle h2,\n  .capycool-winter-bundle h3,\n  .capycool-winter-bundle h4 {\n    color: var(--cwb-navy);\n    font-family: inherit;\n    line-height: 1.18;\n    letter-spacing: -0.02em;\n  }\n\n  .capycool-winter-bundle h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 5vw, 48px);\n  }\n\n  .capycool-winter-bundle h3 {\n    margin-bottom: 12px;\n    font-size: clamp(22px, 3vw, 30px);\n  }\n\n  .capycool-winter-bundle h4 {\n    margin-bottom: 8px;\n    font-size: 18px;\n  }\n\n  .capycool-winter-bundle p:last-child {\n    margin-bottom: 0;\n  }\n\n  .cwb-section {\n    width: 100%;\n    padding: clamp(42px, 7vw, 84px) clamp(20px, 5vw, 64px);\n  }\n\n  .cwb-section--soft {\n    background: #f7f9fc;\n  }\n\n  .cwb-section--cream {\n    background: var(--cwb-cream);\n  }\n\n  .cwb-inner {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .cwb-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n    color: var(--cwb-blue);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .cwb-lead {\n    max-width: 760px;\n    margin-bottom: 0;\n    color: var(--cwb-muted);\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  \/* HERO *\/\n\n  .cwb-hero {\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n    padding: clamp(50px, 8vw, 96px) clamp(20px, 5vw, 64px);\n    border: 1px solid var(--cwb-border);\n    border-radius: 24px;\n    background:\n      radial-gradient(\n        circle at 92% 15%,\n        rgba(239, 124, 56, 0.22),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 5% 100%,\n        rgba(74, 124, 247, 0.22),\n        transparent 35%\n      ),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #f3f7ff 48%,\n        #fff8f0 100%\n      );\n  }\n\n  .cwb-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -70px;\n    bottom: -120px;\n    width: 280px;\n    height: 280px;\n    border: 42px solid rgba(255, 255, 255, 0.65);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .cwb-hero__content {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n  }\n\n  .cwb-hero__title {\n    max-width: 800px;\n    margin-bottom: 18px !important;\n  }\n\n  .cwb-hero__title span {\n    color: var(--cwb-orange);\n  }\n\n  .cwb-hero__bundle-line {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 22px;\n    padding: 10px 15px;\n    border: 1px solid rgba(23, 35, 60, 0.12);\n    border-radius: 10px;\n    background: rgba(255, 255, 255, 0.88);\n    color: var(--cwb-navy);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.45;\n  }\n\n  .cwb-hero__copy {\n    max-width: 730px;\n    margin-bottom: 26px;\n    color: var(--cwb-muted);\n    font-size: clamp(17px, 2vw, 21px);\n  }\n\n  .cwb-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .cwb-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    min-height: 40px;\n    padding: 9px 14px;\n    border: 1px solid rgba(23, 35, 60, 0.1);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--cwb-navy);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  \/* AT-A-GLANCE SUMMARY *\/\n\n  .cwb-glance {\n    position: relative;\n    z-index: 2;\n    width: 100%;\n    margin-top: -30px;\n    padding: 0 clamp(18px, 5vw, 64px);\n  }\n\n  .cwb-glance__inner {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: clamp(26px, 4vw, 42px);\n    border: 1px solid var(--cwb-border);\n    border-radius: 22px;\n    background: var(--cwb-white);\n    box-shadow: 0 16px 45px rgba(23, 35, 60, 0.09);\n  }\n\n  .cwb-glance__header {\n    display: flex;\n    gap: 24px;\n    align-items: flex-end;\n    justify-content: space-between;\n    margin-bottom: 24px;\n  }\n\n  .cwb-glance__header h3 {\n    margin-bottom: 0;\n  }\n\n  .cwb-glance__header p {\n    max-width: 560px;\n    margin-bottom: 0;\n    color: var(--cwb-muted);\n    font-size: 15px;\n  }\n\n  .cwb-includes {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-bottom: 16px;\n  }\n\n  .cwb-include-item {\n    display: flex;\n    gap: 14px;\n    align-items: center;\n    min-height: 96px;\n    padding: 18px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 15px;\n  }\n\n  .cwb-include-item--coffee {\n    background: var(--cwb-orange-light);\n  }\n\n  .cwb-include-item--warmers {\n    background: var(--cwb-blue-light);\n  }\n\n  .cwb-include-item__icon {\n    display: grid;\n    flex: 0 0 48px;\n    width: 48px;\n    height: 48px;\n    place-items: center;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.8);\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .cwb-include-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--cwb-navy);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .cwb-include-item span {\n    display: block;\n    color: var(--cwb-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .cwb-quick-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    overflow: hidden;\n    border: 1px solid var(--cwb-border);\n    border-radius: 15px;\n  }\n\n  .cwb-quick-point {\n    padding: 20px;\n    background: #fafbfc;\n  }\n\n  .cwb-quick-point + .cwb-quick-point {\n    border-left: 1px solid var(--cwb-border);\n  }\n\n  .cwb-quick-point strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--cwb-navy);\n    font-size: 15px;\n  }\n\n  .cwb-quick-point span {\n    display: block;\n    color: var(--cwb-muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .cwb-feature-summary {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .cwb-feature-summary__item {\n    padding: 14px 10px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 12px;\n    background: var(--cwb-white);\n    color: var(--cwb-navy);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    text-align: center;\n  }\n\n  .cwb-feature-summary__item span {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 21px;\n    line-height: 1;\n  }\n\n  \/* PRODUCT CARDS *\/\n\n  .cwb-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 32px;\n  }\n\n  .cwb-product {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(26px, 4vw, 42px);\n    border: 1px solid var(--cwb-border);\n    border-radius: 22px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-product--coffee {\n    border-top: 5px solid var(--cwb-orange);\n  }\n\n  .cwb-product--warmth {\n    border-top: 5px solid var(--cwb-blue);\n  }\n\n  .cwb-product__label {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 6px 10px;\n    border-radius: 7px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .cwb-product--coffee .cwb-product__label {\n    background: var(--cwb-orange-light);\n    color: #ad4d18;\n  }\n\n  .cwb-product--warmth .cwb-product__label {\n    background: var(--cwb-blue-light);\n    color: #315fc6;\n  }\n\n  .cwb-product__intro {\n    margin-bottom: 22px;\n    color: var(--cwb-muted);\n  }\n\n  .cwb-feature-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cwb-feature-list li {\n    position: relative;\n    margin: 0;\n    padding-left: 29px;\n    color: var(--cwb-text);\n  }\n\n  .cwb-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 1px;\n    left: 0;\n    display: grid;\n    width: 20px;\n    height: 20px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--cwb-blue-light);\n    color: var(--cwb-blue);\n    font-size: 12px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .cwb-product--coffee .cwb-feature-list li::before {\n    background: var(--cwb-orange-light);\n    color: var(--cwb-orange);\n  }\n\n  .cwb-feature-list strong {\n    color: var(--cwb-navy);\n  }\n\n  \/* STATS *\/\n\n  .cwb-stat-band {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    overflow: hidden;\n    margin-top: 30px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 18px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-stat {\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .cwb-stat + .cwb-stat {\n    border-left: 1px solid var(--cwb-border);\n  }\n\n  .cwb-stat strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--cwb-navy);\n    font-size: clamp(22px, 3vw, 30px);\n    line-height: 1.15;\n  }\n\n  .cwb-stat span {\n    display: block;\n    color: var(--cwb-muted);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* PROBLEM AND SOLUTION *\/\n\n  .cwb-problem-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: clamp(28px, 6vw, 72px);\n    align-items: center;\n  }\n\n  .cwb-pain-list {\n    display: grid;\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cwb-pain-list li {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin: 0;\n    padding: 16px 18px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 14px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-pain-list__icon {\n    flex: 0 0 auto;\n    font-size: 21px;\n    line-height: 1.35;\n  }\n\n  .cwb-pain-list strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--cwb-navy);\n  }\n\n  .cwb-pain-list span {\n    display: block;\n    color: var(--cwb-muted);\n    font-size: 14px;\n  }\n\n  \/* USE CASES *\/\n\n  .cwb-scenario-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 30px;\n  }\n\n  .cwb-scenario {\n    min-height: 100%;\n    padding: 24px 20px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 18px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-scenario__icon {\n    display: block;\n    margin-bottom: 13px;\n    font-size: 28px;\n    line-height: 1;\n  }\n\n  .cwb-scenario p {\n    margin-bottom: 0;\n    color: var(--cwb-muted);\n    font-size: 14px;\n  }\n\n  \/* INCLUDED *\/\n\n  .cwb-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n  }\n\n  .cwb-included-card {\n    padding: 26px;\n    border: 1px solid var(--cwb-border);\n    border-radius: 18px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-included-card ul {\n    display: grid;\n    gap: 9px;\n    margin: 14px 0 0;\n    padding-left: 20px;\n  }\n\n  .cwb-included-card li {\n    margin: 0;\n    color: var(--cwb-muted);\n  }\n\n  \/* FAQ *\/\n\n  .cwb-faq {\n    display: grid;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .cwb-faq details {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--cwb-border);\n    border-radius: 14px;\n    background: var(--cwb-white);\n  }\n\n  .cwb-faq summary {\n    position: relative;\n    padding: 18px 52px 18px 20px;\n    color: var(--cwb-navy);\n    font-weight: 750;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .cwb-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .cwb-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--cwb-blue);\n    font-size: 25px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .cwb-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .cwb-faq__answer {\n    padding: 0 20px 20px;\n    color: var(--cwb-muted);\n  }\n\n  .cwb-faq__answer p {\n    margin-bottom: 0;\n  }\n\n  \/* FINAL CALLOUT *\/\n\n  .cwb-final {\n    padding: clamp(38px, 7vw, 70px) clamp(22px, 5vw, 60px);\n    border-radius: 22px;\n    background:\n      radial-gradient(\n        circle at 10% 15%,\n        rgba(74, 124, 247, 0.35),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 92% 90%,\n        rgba(239, 124, 56, 0.35),\n        transparent 32%\n      ),\n      var(--cwb-navy);\n    color: var(--cwb-white);\n    text-align: center;\n  }\n\n  .capycool-winter-bundle .cwb-final h2 {\n    margin-bottom: 14px;\n    color: var(--cwb-white);\n  }\n\n  .cwb-final p {\n    max-width: 700px;\n    margin-right: auto;\n    margin-bottom: 0;\n    margin-left: auto;\n    color: rgba(255, 255, 255, 0.8);\n    font-size: clamp(16px, 2vw, 19px);\n  }\n\n  .cwb-small-note {\n    margin-top: 18px;\n    color: var(--cwb-muted);\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .cwb-glance__header {\n      display: block;\n    }\n\n    .cwb-glance__header h3 {\n      margin-bottom: 9px;\n    }\n\n    .cwb-feature-summary {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .cwb-scenario-grid,\n    .cwb-stat-band {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cwb-problem-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cwb-stat:nth-child(3) {\n      border-top: 1px solid var(--cwb-border);\n      border-left: 0;\n    }\n\n    .cwb-stat:nth-child(4) {\n      border-top: 1px solid var(--cwb-border);\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 680px) {\n    .cwb-hero {\n      border-radius: 18px;\n    }\n\n    .cwb-hero__bundle-line {\n      width: 100%;\n    }\n\n    .cwb-glance {\n      margin-top: -18px;\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .cwb-includes,\n    .cwb-quick-grid,\n    .cwb-product-grid,\n    .cwb-included-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cwb-quick-point + .cwb-quick-point {\n      border-top: 1px solid var(--cwb-border);\n      border-left: 0;\n    }\n\n    .cwb-section {\n      padding-right: 18px;\n      padding-left: 18px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .cwb-feature-summary,\n    .cwb-scenario-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cwb-stat-band {\n      grid-template-columns: 1fr;\n    }\n\n    .cwb-stat + .cwb-stat,\n    .cwb-stat:nth-child(3),\n    .cwb-stat:nth-child(4) {\n      border-top: 1px solid var(--cwb-border);\n      border-left: 0;\n    }\n\n    .cwb-pill {\n      width: 100%;\n      justify-content: center;\n    }\n\n    .cwb-feature-summary__item {\n      padding: 13px 8px;\n      font-size: 11px;\n    }\n\n    .cwb-include-item {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"capycool-winter-bundle\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"cwb-hero\"\u003e\n\u003cdiv class=\"cwb-hero__content\"\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eOutdoor Winter Warmer Bundle\u003c\/div\u003e\n\u003ch2 class=\"cwb-hero__title\"\u003eHot coffee. \u003cspan\u003eTwo warm hands.\u003c\/span\u003e\u003cbr\u003eWherever winter takes you.\u003c\/h2\u003e\n\u003cdiv class=\"cwb-hero__bundle-line\"\u003eBundle includes: \u003cbr\u003e1 × CapyPress Portable Coffee Machine \u003cbr\u003e1 × CapyCosy Dual Hand Warmers\u003c\/div\u003e\n\u003cp class=\"cwb-hero__copy\"\u003eMake proper espresso without searching for a café, while two rechargeable hand warmers keep both hands cosy. It is a complete cold-morning setup for camping, worksites, road trips, winter sport and early starts.\u003c\/p\u003e\n\u003cdiv class=\"cwb-pills\"\u003e\n\u003cspan class=\"cwb-pill\"\u003e☕ Makes real portable espresso\u003c\/span\u003e \u003cspan class=\"cwb-pill\"\u003e🔥 Warms both hands\u003c\/span\u003e \u003cspan class=\"cwb-pill\"\u003e💧 No kettle required\u003c\/span\u003e \u003cspan class=\"cwb-pill\"\u003e🔋 Fully rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- AT-A-GLANCE SUMMARY --\u003e\n\u003csection class=\"cwb-glance\"\u003e\n\u003cdiv class=\"cwb-glance__inner\"\u003e\n\u003cdiv class=\"cwb-glance__header\"\u003e\n\u003ch3\u003eThe bundle at a glance\u003c\/h3\u003e\n\u003cp\u003eEverything important, without making you scroll through the full description.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-includes\"\u003e\n\u003cdiv class=\"cwb-include-item cwb-include-item--coffee\"\u003e\n\u003cdiv class=\"cwb-include-item__icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e 1 × CapyPress 3-in-1 Portable Coffee Machine \u003c\/strong\u003e \u003cspan\u003e Makes espresso using compatible capsules, larger pods or ground coffee. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-include-item cwb-include-item--warmers\"\u003e\n\u003cdiv class=\"cwb-include-item__icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e 1 × CapyCosy Dual Rechargeable Hand Warmers \u003c\/strong\u003e \u003cspan\u003e Two separate warmers—one for each hand, one for each pocket or one to share. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-quick-grid\"\u003e\n\u003cdiv class=\"cwb-quick-point\"\u003e\n\u003cstrong\u003eNo café nearby?\u003c\/strong\u003e \u003cspan\u003e Make rich, 20-bar espresso from your campsite, vehicle, worksite or accommodation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-quick-point\"\u003e\n\u003cstrong\u003eNo kettle available?\u003c\/strong\u003e \u003cspan\u003e Add cold water and the CapyPress heats it internally before brewing. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-quick-point\"\u003e\n\u003cstrong\u003eFreezing hands?\u003c\/strong\u003e \u003cspan\u003e Heat both hands in seconds with two warmers and four adjustable temperature settings. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary\"\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e☕\u003c\/span\u003e 20-bar espresso\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e3️⃣\u003c\/span\u003e Three coffee formats\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e💧\u003c\/span\u003e Self-heating water\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e👐\u003c\/span\u003e Two hand warmers\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e🌡️\u003c\/span\u003e Four heat levels\u003c\/div\u003e\n\u003cdiv class=\"cwb-feature-summary__item\"\u003e\n\u003cspan\u003e🔌\u003c\/span\u003e USB-C charging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BOTH PRODUCTS --\u003e\n\u003csection class=\"cwb-section cwb-section--soft\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eTwo cold-weather essentials\u003c\/div\u003e\n\u003ch2\u003eEverything you need to wake up and warm up.\u003c\/h2\u003e\n\u003cp class=\"cwb-lead\"\u003eOne product fixes the coffee problem. The other fixes the freezing-hand problem. Together, they make cold mornings significantly less miserable.\u003c\/p\u003e\n\u003cdiv class=\"cwb-product-grid\"\u003e\n\u003carticle class=\"cwb-product cwb-product--coffee\"\u003e\u003cspan class=\"cwb-product__label\"\u003e CapyPress Portable Coffee Machine \u003c\/span\u003e\n\u003ch3\u003eCafé-style espresso, minus the café.\u003c\/h3\u003e\n\u003cp class=\"cwb-product__intro\"\u003eAdd water, choose your coffee, press the button and let CapyPress handle the rest. There is no manual pumping and no bulky machine taking over your campsite, ute or workbench.\u003c\/p\u003e\n\u003cul class=\"cwb-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e20-bar pressure extraction\u003c\/strong\u003e creates a rich, full-bodied espresso with genuine crema.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThree ways to brew:\u003c\/strong\u003e use small Nespresso Original-compatible capsules, larger Dolce Gusto-style pods or your favourite ground coffee.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeats its own water\u003c\/strong\u003e to around 90°C and brews from cold water in approximately five minutes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e7500mAh rechargeable battery\u003c\/strong\u003e provides around three to five self-heated coffees per full charge.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUse pre-heated water\u003c\/strong\u003e for faster brewing and up to approximately 40–50 extractions per charge.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB Type-C charging\u003c\/strong\u003e makes it easy to recharge from a wall plug, vehicle charger or compatible power bank.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"cwb-product cwb-product--warmth\"\u003e\u003cspan class=\"cwb-product__label\"\u003e CapyCosy Twin Hand Warmers \u003c\/span\u003e\n\u003ch3\u003eBecause one warm hand is only half the job.\u003c\/h3\u003e\n\u003cp class=\"cwb-product__intro\"\u003ePull the magnetic pair apart and keep one warmer in each hand, place one in each pocket, or share one with the person next to you who definitely should have brought another layer.\u003c\/p\u003e\n\u003cul class=\"cwb-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo hand warmers in every pack\u003c\/strong\u003e for balanced, palm-filling warmth on both sides.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeats in around two seconds\u003c\/strong\u003e so relief starts almost as soon as you switch it on.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFour adjustable temperatures:\u003c\/strong\u003e choose 45°C, 50°C, 55°C or 60°C.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClear digital displays\u003c\/strong\u003e show the selected temperature and remaining battery percentage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3000mAh battery per warmer\u003c\/strong\u003e with convenient USB Type-C charging for both units.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMagnetic snap-together design\u003c\/strong\u003e keeps the pair neat and easy to carry between uses.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-stat-band\"\u003e\n\u003cdiv class=\"cwb-stat\"\u003e\n\u003cstrong\u003e20 bar\u003c\/strong\u003e \u003cspan\u003eEspresso extraction pressure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-stat\"\u003e\n\u003cstrong\u003e3-in-1\u003c\/strong\u003e \u003cspan\u003ePods, capsules or ground coffee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-stat\"\u003e\n\u003cstrong\u003e2 sec\u003c\/strong\u003e \u003cspan\u003eApproximate warmer heat-up time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-stat\"\u003e\n\u003cstrong\u003e45–60°C\u003c\/strong\u003e \u003cspan\u003eFour adjustable heat settings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM AND SOLUTION --\u003e\n\u003csection class=\"cwb-section cwb-section--cream\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-problem-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eBuilt for real winter mornings\u003c\/div\u003e\n\u003ch2\u003eCold weather has a way of ruining the little things.\u003c\/h2\u003e\n\u003cp class=\"cwb-lead\"\u003eThe first coffee should not require a detour, a café queue or a complicated camp setup. And you should not have to choose which hand gets to be warm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"cwb-pain-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"cwb-pain-list__icon\"\u003e 🥶 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Numb fingers before the day even starts \u003c\/strong\u003e \u003cspan\u003e Use one adjustable warmer in each hand while your gear, vehicle or body catches up. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"cwb-pain-list__icon\"\u003e 🚫 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e No café, kettle or power point nearby \u003c\/strong\u003e \u003cspan\u003e CapyPress carries its own battery and can heat cold water internally. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"cwb-pain-list__icon\"\u003e ☕ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Instant coffee that tastes like surrender \u003c\/strong\u003e \u003cspan\u003e Choose compatible capsules, larger pods or freshly ground coffee instead. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"cwb-pain-list__icon\"\u003e 🧳 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Too much bulky winter and coffee gear \u003c\/strong\u003e \u003cspan\u003e Both products are rechargeable, portable and easy to pack for the day. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"cwb-section\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eWhere it earns its place\u003c\/div\u003e\n\u003ch2\u003eMade for more than the kitchen bench.\u003c\/h2\u003e\n\u003cp class=\"cwb-lead\"\u003eThis is the bundle you reach for when the morning is cold, the coffee shop is nowhere nearby and staying home is not an option.\u003c\/p\u003e\n\u003cdiv class=\"cwb-scenario-grid\"\u003e\n\u003carticle class=\"cwb-scenario\"\u003e\u003cspan class=\"cwb-scenario__icon\"\u003e 🏕️ \u003c\/span\u003e\n\u003ch4\u003eCamping and caravanning\u003c\/h4\u003e\n\u003cp\u003eWake up to proper espresso and warm hands without leaving the campsite or unpacking a full coffee station.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"cwb-scenario\"\u003e\u003cspan class=\"cwb-scenario__icon\"\u003e 🦺 \u003c\/span\u003e\n\u003ch4\u003eEarly worksite starts\u003c\/h4\u003e\n\u003cp\u003eWarm your fingers before the ute heater kicks in and make your first coffee without hunting for an open café.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"cwb-scenario\"\u003e\u003cspan class=\"cwb-scenario__icon\"\u003e 🚙 \u003c\/span\u003e\n\u003ch4\u003eRoad trips and 4WD adventures\u003c\/h4\u003e\n\u003cp\u003eKeep both products packed in the vehicle for cold lookouts, overnight stops and long stretches between decent coffee.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"cwb-scenario\"\u003e\u003cspan class=\"cwb-scenario__icon\"\u003e 🏉 \u003c\/span\u003e\n\u003ch4\u003eWinter sport sidelines\u003c\/h4\u003e\n\u003cp\u003eKeep one warmer in each pocket and make a fresh espresso when the original takeaway coffee is long gone.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IS INCLUDED --\u003e\n\u003csection class=\"cwb-section cwb-section--soft\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eInside the bundle\u003c\/div\u003e\n\u003ch2\u003eTwo complete products. No half-measures.\u003c\/h2\u003e\n\u003cdiv class=\"cwb-included-grid\"\u003e\n\u003cdiv class=\"cwb-included-card\"\u003e\n\u003ch3\u003eCapyPress coffee setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e1 × CapyPress 3-in-1 Portable Coffee Machine\u003c\/li\u003e\n\u003cli\u003eSmall compatible capsule adapter\u003c\/li\u003e\n\u003cli\u003eLarge compatible pod adapter\u003c\/li\u003e\n\u003cli\u003eGround coffee adapter and scoop\u003c\/li\u003e\n\u003cli\u003eStainless steel water tank\u003c\/li\u003e\n\u003cli\u003eRemovable drinking cup\u003c\/li\u003e\n\u003cli\u003eUSB Type-C charging cable\u003c\/li\u003e\n\u003cli\u003eInstruction manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cwb-included-card\"\u003e\n\u003ch3\u003eCapyCosy hand-warming setup\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 × magnetic CapyCosy hand warmers\u003c\/li\u003e\n\u003cli\u003eDual-head USB Type-C charging cable\u003c\/li\u003e\n\u003cli\u003eSoft protective storage pouch\u003c\/li\u003e\n\u003cli\u003e2 × carrying lanyards\u003c\/li\u003e\n\u003cli\u003eQuick-start guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"cwb-section\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-eyebrow\"\u003eQuestions, answered\u003c\/div\u003e\n\u003ch2\u003eBefore your first cold-morning brew.\u003c\/h2\u003e\n\u003cdiv class=\"cwb-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat exactly is included in this bundle?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eThe bundle includes one CapyPress 3-in-1 Portable Coffee Machine and one CapyCosy twin pack containing two separate rechargeable hand warmers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the CapyPress need a kettle?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eNo. Add up to 80ml of cold water and the CapyPress can heat it internally to around 90°C before extracting your espresso. Allow approximately five minutes when starting with cold water. You can also add pre-heated water for a much faster brew.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich coffee can I use?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eThe included adapters support small Nespresso Original-compatible capsules, larger Dolce Gusto-style pods and ground coffee. Nespresso Vertuo pods use a different extraction system and are not compatible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many coffees can the CapyPress make per charge?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eWhen the machine heats cold water itself, expect approximately three to five coffees from a full charge. When you supply pre-heated water, the battery can support approximately 40–50 extractions because it is not using most of its energy to heat the water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I receive one hand warmer or two?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eYou receive two separate CapyCosy hand warmers. They snap together magnetically for storage and pull apart when you want one in each hand, one in each pocket or one to share.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do the hand warmers run?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eRuntime varies with temperature, weather and use. Each warmer provides approximately 2–4 hours at 45°C, 2–3 hours at 50°C, and around 1–2 hours at the higher 55°C or 60°C settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I charge everything with USB Type-C?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eYes. Both products use USB Type-C charging. The CapyCosy also includes a dual-head cable so both warmers can be charged together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow hot should I set the hand warmers?\u003c\/summary\u003e\n\u003cdiv class=\"cwb-faq__answer\"\u003e\n\u003cp\u003eMost people will find the lower 45°C or 50°C settings suitable for everyday warmth. The 60°C setting is genuinely hot, so start low and increase gradually. People with sensitive skin or reduced sensation should use a fabric layer, check their skin regularly and discontinue use if it feels uncomfortable. CapyCosy is a comfort product, not a medical device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp class=\"cwb-small-note\"\u003eCoffee quantity, heating time and hand-warmer runtime can vary with ambient temperature, chosen settings, water temperature, coffee type and individual usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CALLOUT --\u003e\n\u003csection class=\"cwb-section\"\u003e\n\u003cdiv class=\"cwb-inner\"\u003e\n\u003cdiv class=\"cwb-final\"\u003e\n\u003ch2\u003eOne bundle. Two cold-morning problems solved.\u003c\/h2\u003e\n\u003cp\u003eKeep proper coffee and real warmth within reach—from the first frosty start at home to the campsite, worksite, sideline or road ahead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"CapyCool","offers":[{"title":"White \/ Beige","offer_id":54407266894108,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"White \/ Blue Pink","offer_id":54407266926876,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"White \/ Pink","offer_id":54407266959644,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"White \/ Black","offer_id":54407266992412,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Black \/ Beige","offer_id":54407267025180,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Black \/ Blue Pink","offer_id":54407267057948,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Black \/ Pink","offer_id":54407267090716,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Black \/ Black","offer_id":54407267123484,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Grey \/ Beige","offer_id":54407267156252,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Grey \/ Blue Pink","offer_id":54407267189020,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Grey \/ Pink","offer_id":54407267221788,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Grey \/ Black","offer_id":54407267254556,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Green \/ Beige","offer_id":54407267287324,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Green \/ Blue Pink","offer_id":54407267320092,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Green \/ Pink","offer_id":54407267352860,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true},{"title":"Green \/ Black","offer_id":54407267385628,"sku":null,"price":149.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/files\/frosty_winter_bundle.png?v=1785992458"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/5930\/4476\/collections\/waistfancheststrap2.png?v=1786224689","url":"https:\/\/capycool.com.au\/collections\/coolest-gifts-for-dad.oembed","provider":"CapyCool","version":"1.0","type":"link"}