{"product_id":"joolca-hottap-go-all-in-one-hot-shower-kit","title":"Joolca HOTTAP Go | All-In-One Hot Shower Kit","description":"\u003cstyle\u003e\n  .hottap-section {\n    --bg: #f7f4ef;\n    --card: #ffffff;\n    --ink: #1f1f1f;\n    --muted: #5f5d58;\n    --accent: #d66b2a;\n    --accent-dark: #9f4517;\n    --border: #e5dfd6;\n\n    font-family: inherit;\n    color: var(--ink);\n    background: var(--bg);\n    padding: 52px 20px;\n    border-radius: 24px;\n    margin: 32px 0;\n    overflow: hidden;\n  }\n\n  .hottap-section * {\n    box-sizing: border-box;\n  }\n\n  .hottap-container {\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .hottap-hero {\n    display: grid;\n    grid-template-columns: 1.08fr 0.92fr;\n    gap: 36px;\n    align-items: center;\n    margin-bottom: 48px;\n  }\n\n  .hottap-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    background: rgba(214, 107, 42, 0.13);\n    color: var(--accent-dark);\n    font-size: 13px;\n    font-weight: 750;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 9px 14px;\n    border-radius: 999px;\n    margin-bottom: 18px;\n  }\n\n  .hottap-title {\n    font-size: clamp(38px, 5vw, 66px);\n    line-height: 0.96;\n    letter-spacing: -0.055em;\n    margin: 0 0 18px;\n    font-weight: 900;\n  }\n\n  .hottap-intro {\n    font-size: clamp(16px, 2vw, 19px);\n    line-height: 1.65;\n    color: var(--muted);\n    margin: 0 0 28px;\n    max-width: 680px;\n  }\n\n  .hottap-highlight-row {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .hottap-stat {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 18px;\n    box-shadow: 0 12px 28px rgba(31, 31, 31, 0.06);\n  }\n\n  .hottap-stat strong {\n    display: block;\n    font-size: 26px;\n    line-height: 1;\n    margin-bottom: 8px;\n    font-weight: 900;\n  }\n\n  .hottap-stat span {\n    display: block;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  .hottap-visual-card {\n    position: relative;\n    overflow: hidden;\n    height: 460px;\n    border-radius: 28px;\n    background: #191714;\n    box-shadow: 0 24px 60px rgba(31, 31, 31, 0.18);\n  }\n\n  .hottap-visual-card img {\n    width: 100% !important;\n    height: 100% !important;\n    max-width: none !important;\n    min-width: 100%;\n    min-height: 100%;\n    object-fit: cover !important;\n    object-position: center center;\n    display: block;\n    opacity: 0.92;\n  }\n\n  .hottap-visual-overlay {\n    position: absolute;\n    left: 18px;\n    right: 18px;\n    bottom: 18px;\n    background: rgba(255, 255, 255, 0.93);\n    backdrop-filter: blur(10px);\n    border-radius: 20px;\n    padding: 20px;\n  }\n\n  .hottap-visual-overlay strong {\n    display: block;\n    font-size: 20px;\n    line-height: 1.2;\n    margin-bottom: 8px;\n    font-weight: 850;\n  }\n\n  .hottap-visual-overlay span {\n    display: block;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .hottap-section-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    gap: 26px;\n    margin: 44px 0 22px;\n  }\n\n  .hottap-section-header h2 {\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1;\n    letter-spacing: -0.04em;\n    margin: 0;\n    font-weight: 900;\n  }\n\n  .hottap-section-header p {\n    max-width: 540px;\n    margin: 0;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .hottap-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    align-items: stretch;\n  }\n\n  .hottap-feature-card {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 14px 34px rgba(31, 31, 31, 0.07);\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n  }\n\n  .hottap-feature-media {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    background: #e9e2d7;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .hottap-feature-media img {\n    width: 100% !important;\n    height: 100% !important;\n    max-width: none !important;\n    min-width: 100%;\n    min-height: 100%;\n    object-fit: cover !important;\n    object-position: center center;\n    display: block;\n    transition: transform 0.35s ease;\n  }\n\n  .hottap-feature-card:hover .hottap-feature-media img {\n    transform: scale(1.045);\n  }\n\n  .hottap-feature-body {\n    padding: 24px;\n    background: var(--card);\n    flex: 1;\n  }\n\n  .hottap-feature-body h3 {\n    font-size: 21px;\n    line-height: 1.15;\n    margin: 0 0 12px;\n    letter-spacing: -0.025em;\n    font-weight: 850;\n  }\n\n  .hottap-feature-body p {\n    color: var(--muted);\n    font-size: 15.5px;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  .hottap-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .hottap-panel {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: 0 14px 34px rgba(31, 31, 31, 0.06);\n  }\n\n  .hottap-panel h3 {\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: -0.025em;\n    margin: 0 0 20px;\n    font-weight: 850;\n  }\n\n  .hottap-check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    gap: 13px;\n  }\n\n  .hottap-check-list li {\n    position: relative;\n    padding-left: 32px;\n    color: var(--muted);\n    line-height: 1.5;\n    font-size: 15.5px;\n  }\n\n  .hottap-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 1px;\n    width: 22px;\n    height: 22px;\n    border-radius: 999px;\n    background: rgba(214, 107, 42, 0.14);\n    color: var(--accent-dark);\n    font-weight: 900;\n    font-size: 13px;\n    display: grid;\n    place-items: center;\n  }\n\n  .hottap-specs {\n    margin-top: 22px;\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 14px 34px rgba(31, 31, 31, 0.06);\n  }\n\n  .hottap-specs-header {\n    padding: 30px 30px 10px;\n  }\n\n  .hottap-specs-header h2 {\n    font-size: clamp(30px, 4vw, 44px);\n    line-height: 1;\n    letter-spacing: -0.04em;\n    margin: 0 0 10px;\n    font-weight: 900;\n  }\n\n  .hottap-specs-header p {\n    color: var(--muted);\n    margin: 0;\n    line-height: 1.6;\n    font-size: 16px;\n  }\n\n  .hottap-spec-group {\n    padding: 22px 30px 30px;\n    border-top: 1px solid var(--border);\n  }\n\n  .hottap-spec-group h3 {\n    font-size: 15px;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    color: var(--accent-dark);\n    margin: 0 0 16px;\n    font-weight: 850;\n  }\n\n  .hottap-spec-table {\n    display: grid;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n  }\n\n  .hottap-spec-row {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 16px;\n    padding: 15px 16px;\n    border-bottom: 1px solid var(--border);\n    background: #fff;\n  }\n\n  .hottap-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .hottap-spec-label {\n    font-weight: 800;\n    color: var(--ink);\n  }\n\n  .hottap-spec-value {\n    color: var(--muted);\n  }\n\n  @media (max-width: 900px) {\n    .hottap-hero,\n    .hottap-two-col {\n      grid-template-columns: 1fr;\n    }\n\n    .hottap-feature-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .hottap-section-header {\n      display: block;\n    }\n\n    .hottap-section-header p {\n      margin-top: 12px;\n    }\n\n    .hottap-visual-card {\n      height: 420px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .hottap-section {\n      padding: 36px 14px;\n      border-radius: 18px;\n      margin: 20px 0;\n    }\n\n    .hottap-highlight-row,\n    .hottap-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hottap-title {\n      font-size: clamp(38px, 13vw, 54px);\n    }\n\n    .hottap-visual-card {\n      height: 340px;\n      border-radius: 22px;\n    }\n\n    .hottap-feature-media {\n      aspect-ratio: 16 \/ 11;\n    }\n\n    .hottap-panel,\n    .hottap-feature-body,\n    .hottap-specs-header,\n    .hottap-spec-group {\n      padding: 22px;\n    }\n\n    .hottap-spec-row {\n      grid-template-columns: 1fr;\n      gap: 5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hottap-section\"\u003e\n  \u003cdiv class=\"hottap-container\"\u003e\n\n    \u003cdiv class=\"hottap-hero\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hottap-eyebrow\"\u003ePortable Hot Water System\u003c\/div\u003e\n\n        \u003ch1 class=\"hottap-title\"\u003eHot water anywhere. No plumbing required.\u003c\/h1\u003e\n\n        \u003cp class=\"hottap-intro\"\u003e\n          A fully self-contained portable hot water system with its own 12L tank, built-in pump, and gas burner. Fill it up, set your temperature, and press start. HOTTAP Go recirculates the water until it reaches your chosen temperature, then delivers every drop at that exact heat.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hottap-highlight-row\"\u003e\n          \u003cdiv class=\"hottap-stat\"\u003e\n            \u003cstrong\u003e12L\u003c\/strong\u003e\n            \u003cspan\u003eBuilt-in tank, roughly two showers\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hottap-stat\"\u003e\n            \u003cstrong\u003e140°F\u003c\/strong\u003e\n            \u003cspan\u003eMaximum water temperature\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hottap-stat\"\u003e\n            \u003cstrong\u003e5 min\u003c\/strong\u003e\n            \u003cspan\u003eApproximate pre-heat time\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-visual-card\"\u003e\n        \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/HOTTAP-Go-7.jpg?v=1776662421\" alt=\"HOTTAP Go portable hot water system\"\u003e\n        \u003cdiv class=\"hottap-visual-overlay\"\u003e\n          \u003cstrong\u003eEverything packs inside.\u003c\/strong\u003e\n          \u003cspan\u003eThe tank doubles as the carry case. Hose, showerhead, gas hose, and accessories store inside when you are done.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hottap-section-header\"\u003e\n      \u003ch2\u003eWhy it works better outside\u003c\/h2\u003e\n      \u003cp\u003e\n        Built for real campsite use: quick setup, temperature-controlled recirculation, flexible water sourcing, and compact storage when the shower is over.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hottap-feature-grid\"\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/65586ce107f240618785da958dd6a203.thumbnail.0000000000_400x.jpg?v=1776662375\" alt=\"HOTTAP Go recirculating water\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eRecirculating pre-heat\u003c\/h3\u003e\n          \u003cp\u003ePreheats the entire tank in under 5 minutes, then delivers every drop at the temperature you set, up to 60°C \/ 140°F.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/Explore_Bound_turning_on_HOTTAP_Go_tap.png?v=1776662363\" alt=\"Turning on HOTTAP Go tap\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eProper shower feel\u003c\/h3\u003e\n          \u003cp\u003eThe showerhead delivers a full, even spray at any flow rate. Turn it down to stretch your water and it still feels like a real shower.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/767c85c6d596489cb441663ef0ac1f2d.thumbnail.0000000000_400x.jpg?v=1776662363\" alt=\"Adjustable shower handle\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eControl at the handle\u003c\/h3\u003e\n          \u003cp\u003eTurn it on, turn it off, and dial the flow from the showerhead without leaving the tent.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/HOTTAP_Go_digital_display_pressing_temp.png?v=1776662362\" alt=\"HOTTAP Go digital temperature display\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eOne-touch operation\u003c\/h3\u003e\n          \u003cp\u003eSet your temperature, press Heat, and walk away. HOTTAP Go reaches your set temperature on its own in just a few minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/48b8aaa2698a4bb7a73a1eb36566a9ec.thumbnail.0000000000_400x.jpg?v=1776662369\" alt=\"Using HOTTAP Go with outdoor water source\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eUse almost any water source\u003c\/h3\u003e\n          \u003cp\u003eThe built-in two-stage filter handles debris and fine particles. Fill from a creek, jerry can, or tank and it draws cleanly.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/147a51de7182402c8fe3f8a5e0be3e78.thumbnail.0000000000_400x.jpg?v=1776662368\" alt=\"Fast HOTTAP Go setup\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eFast setup\u003c\/h3\u003e\n          \u003cp\u003eQuick-connect gas, water in, water out. Running hot in minutes without tools, plumbing, or a permanent power hookup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/6cc5b328beb6403f94163a39fe42d7ee.thumbnail.0000000000_400x.jpg?v=1776662363\" alt=\"Jerry can sized HOTTAP Go\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eJerry can sized\u003c\/h3\u003e\n          \u003cp\u003eA familiar form that fits naturally into most rigs. Many jerry can holders, brackets, and storage slots can take it straight out of the box.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/0a493170056a4bc5993d4610b5c301e1.thumbnail.0000000000_400x.jpg?v=1776662363\" alt=\"Magnetic showerhead mount\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eMagnetic mount\u003c\/h3\u003e\n          \u003cp\u003eThe showerhead clips to almost any magnetic surface in seconds for hands-free showering at the right height.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-feature-card\"\u003e\n        \u003cdiv class=\"hottap-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/www.joolca.com\/cdn\/shop\/files\/preview_images\/60884499c6e047e699ebcf2eda0873f8.thumbnail.0000000000_400x.jpg?v=1776662369\" alt=\"Windproof burner design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hottap-feature-body\"\u003e\n          \u003ch3\u003eWindproof burner\u003c\/h3\u003e\n          \u003cp\u003eAutomatic leeward venting helps keep the burner lit in strong winds, from exposed beaches to open campsites.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hottap-two-col\"\u003e\n      \u003cdiv class=\"hottap-panel\"\u003e\n        \u003ch3\u003eKey Features\u003c\/h3\u003e\n        \u003cul class=\"hottap-check-list\"\u003e\n          \u003cli\u003eSelf-contained tank, pump, and burner in one portable unit\u003c\/li\u003e\n          \u003cli\u003e12L \/ 3.2 gal tank, roughly two showers\u003c\/li\u003e\n          \u003cli\u003eRecirculates water to pre-heat before use\u003c\/li\u003e\n          \u003cli\u003eDelivers every drop at your selected temperature\u003c\/li\u003e\n          \u003cli\u003eFlow rate from 1.5 - 3.5 L\/min \/ 0.4 - 0.9 gal\/min\u003c\/li\u003e\n          \u003cli\u003eTwo-stage filtration for wild water sources\u003c\/li\u003e\n          \u003cli\u003eApproximately 15 showers per 1 lb propane canister\u003c\/li\u003e\n          \u003cli\u003eEverything stores inside the tank when packed away\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-panel\"\u003e\n        \u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n        \u003cul class=\"hottap-check-list\"\u003e\n          \u003cli\u003eHOTTAP Go unit with built-in tank and pump\u003c\/li\u003e\n          \u003cli\u003e50 cm \/ 19.7 in propane gas hose\u003c\/li\u003e\n          \u003cli\u003e3 m \/ 9.8 ft shower hose with adjustable-flow handle\u003c\/li\u003e\n          \u003cli\u003eMagnetic showerhead clip\u003c\/li\u003e\n          \u003cli\u003e5 m \/ 16.4 ft cigarette socket 12V cable\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hottap-specs\"\u003e\n      \u003cdiv class=\"hottap-specs-header\"\u003e\n        \u003ch2\u003eSpecifications\u003c\/h2\u003e\n        \u003cp\u003eCore dimensions, power requirements, water capacity, propane usage, and flow details.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-spec-group\"\u003e\n        \u003ch3\u003eGeneral\u003c\/h3\u003e\n        \u003cdiv class=\"hottap-spec-table\"\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eTank Capacity\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e12L \/ 3.2 gal, roughly two showers\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eMax Temperature\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e60°C \/ 140°F\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003ePre-Heat Time\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003eApproximately 5 minutes\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eWeight\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e9.5 kg \/ 20.9 lb without water\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eSize\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e495 x 359 x 180 mm \/ 19.5 x 14.1 x 7.1 in\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-spec-group\"\u003e\n        \u003ch3\u003eElectrical\u003c\/h3\u003e\n        \u003cdiv class=\"hottap-spec-table\"\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003ePower Draw\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e45 watts\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eVoltage\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e12V DC\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003ePower Cable Length\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e5 m \/ 16.4 ft cigarette socket cable\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-spec-group\"\u003e\n        \u003ch3\u003eWater \u0026amp; Flow\u003c\/h3\u003e\n        \u003cdiv class=\"hottap-spec-table\"\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eFlow Rate\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e1.5 - 3.5 L\/min \/ 0.4 - 0.9 gal\/min\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eFiltration\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003eTwo-stage filtration\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eShower Hose Length\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e3 m \/ 9.8 ft\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hottap-spec-group\"\u003e\n        \u003ch3\u003ePropane\u003c\/h3\u003e\n        \u003cdiv class=\"hottap-spec-table\"\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eGas Canister\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e0.45 kg \/ 1 lb propane canister\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eApproximate Usage\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003eHeats up to 90L \/ 23.8 gal of water, or roughly 15 showers\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eGas Hose Length\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e50 cm \/ 19.7 in\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hottap-spec-row\"\u003e\n            \u003cdiv class=\"hottap-spec-label\"\u003eGas Flow\u003c\/div\u003e\n            \u003cdiv class=\"hottap-spec-value\"\u003e20 MJ\/hr \/ 18,956 BTU\/hr\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Joolca","offers":[{"title":"Default Title","offer_id":62849494581619,"sku":"JCA11037-02","price":539.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0463\/8271\/0952\/files\/HOTTAP-Go_9e53d6a1-0607-45cb-aa82-2c64fec4aacb.png?v=1778855668","url":"https:\/\/rackupgo.com\/products\/joolca-hottap-go-all-in-one-hot-shower-kit","provider":"RackUp+Go","version":"1.0","type":"link"}