{"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","url":"https:\/\/capycool.com.au\/products\/warm-hands-hot-coffee-bundle","provider":"CapyCool","version":"1.0","type":"link"}