{"product_id":"joolca-ensuite-double-shower-tent","title":"Joolca ENSUITE Double","description":"\u003cstyle\u003e\n  .joolca-product {\n    --jp-bg: #f6f6f3;\n    --jp-card: #ffffff;\n    --jp-text: #161616;\n    --jp-muted: #666666;\n    --jp-border: #e3e3df;\n    --jp-green: #356354;\n    --jp-green-dark: #213d35;\n    --jp-green-soft: #eef7f1;\n    --jp-gold: #d47d2f;\n    --jp-radius: 18px;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--jp-text);\n    font-family: inherit;\n    line-height: 1.6;\n  }\n\n  .joolca-product * {\n    box-sizing: border-box;\n  }\n\n  .joolca-product h2,\n  .joolca-product h3,\n  .joolca-product h4 {\n    line-height: 1.18;\n  }\n\n  .jp-eyebrow {\n    display: block;\n    margin: 0 0 8px;\n    color: var(--jp-green);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  \/* HERO *\/\n\n  .jp-hero {\n    padding: 44px;\n    margin-bottom: 28px;\n    background: var(--jp-bg);\n    border-radius: 24px;\n  }\n\n  .jp-hero h2 {\n    margin: 0 0 12px;\n    font-size: clamp(32px, 5vw, 52px);\n    letter-spacing: -.035em;\n  }\n\n  .jp-tagline {\n    margin: 0 0 18px;\n    font-size: clamp(20px, 2.5vw, 26px);\n    font-weight: 750;\n  }\n\n  .jp-intro {\n    max-width: 960px;\n    margin: 0;\n    color: #3f3f3f;\n    font-size: 17px;\n  }\n\n  \/* QUICK FEATURE CARDS *\/\n\n  .jp-features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin: 28px 0 38px;\n  }\n\n  .jp-feature {\n    padding: 23px;\n    background: var(--jp-card);\n    border: 1px solid var(--jp-border);\n    border-radius: var(--jp-radius);\n  }\n\n  .jp-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 14px;\n    background: var(--jp-bg);\n    border-radius: 50%;\n    color: var(--jp-green);\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .jp-feature strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 16px;\n  }\n\n  .jp-feature span {\n    display: block;\n    color: var(--jp-muted);\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  \/* STANDARD SECTIONS *\/\n\n  .jp-section {\n    padding: 42px 0;\n    border-bottom: 1px solid var(--jp-border);\n  }\n\n  .jp-section h2 {\n    margin: 0 0 10px;\n    font-size: clamp(26px, 3vw, 36px);\n    letter-spacing: -.025em;\n  }\n\n  .jp-section-intro {\n    max-width: 880px;\n    margin: 0 0 25px;\n    color: var(--jp-muted);\n    font-size: 16px;\n  }\n\n  \/* PURCHASE PROMISE *\/\n\n  .jp-promise {\n    padding: 30px;\n    background: var(--jp-green-soft);\n    border-radius: 22px;\n  }\n\n  .jp-promise .jp-features {\n    margin-bottom: 12px;\n  }\n\n  .jp-fineprint {\n    margin: 8px 0 0;\n    color: #777777;\n    font-size: 13px;\n  }\n\n  \/* CHECKLIST *\/\n\n  .jp-checklist {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 13px 30px;\n    padding: 0;\n    margin: 24px 0 0;\n    list-style: none;\n  }\n\n  .jp-checklist li {\n    position: relative;\n    padding-left: 28px;\n  }\n\n  .jp-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--jp-green);\n    font-weight: 800;\n  }\n\n  \/* VIDEO FEATURE GRID *\/\n\n  .jp-video-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n    margin-top: 26px;\n  }\n\n  .jp-video-card {\n    overflow: hidden;\n    background: var(--jp-card);\n    border: 1px solid var(--jp-border);\n    border-radius: 20px;\n  }\n\n  .jp-video-card-media {\n    overflow: hidden;\n    background: #eeeeeb;\n    aspect-ratio: 16 \/ 10;\n  }\n\n  .jp-video-card video {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .jp-video-card-copy {\n    padding: 22px;\n  }\n\n  .jp-video-card-copy h3 {\n    margin: 0 0 8px;\n    font-size: 20px;\n  }\n\n  .jp-video-card-copy p {\n    margin: 0;\n    color: var(--jp-muted);\n  }\n\n  \/* RESPONSIVE YOUTUBE VIDEO *\/\n\n  .jp-youtube {\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n    background: #111111;\n    border-radius: 22px;\n  }\n\n  .jp-youtube iframe {\n    display: block;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  \/* CAP-IT TAKE *\/\n\n  .jp-capit-take {\n    padding: 32px;\n    margin: 42px 0;\n    background: var(--jp-green-dark);\n    border: 2px solid var(--jp-gold);\n    border-radius: 20px;\n    color: #ffffff;\n  }\n\n  .jp-capit-take .jp-eyebrow {\n    color: #ffd4a8;\n  }\n\n  .jp-capit-take h2 {\n    margin: 0 0 14px;\n    color: #ffffff;\n  }\n\n  .jp-capit-take p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* CROSS SELL *\/\n\n  .jp-cross-sell {\n    display: grid;\n    grid-template-columns: minmax(200px, 300px) 1fr;\n    gap: 30px;\n    align-items: center;\n    margin-top: 24px;\n    padding: 28px;\n    background: var(--jp-bg);\n    border: 1px solid var(--jp-border);\n    border-radius: 22px;\n  }\n\n  .jp-cross-sell img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n  }\n\n  .jp-cross-sell h3 {\n    margin: 0 0 8px;\n    font-size: 26px;\n  }\n\n  .jp-cross-sell p {\n    margin: 0 0 16px;\n  }\n\n  \/* BUTTON *\/\n\n  .jp-button {\n    display: inline-block;\n    padding: 12px 20px;\n    background: var(--jp-green);\n    border-radius: 7px;\n    color: #ffffff !important;\n    font-weight: 800;\n    text-decoration: none;\n  }\n\n  \/* INCLUDED *\/\n\n  .jp-included {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 24px;\n  }\n\n  .jp-included-item {\n    padding: 22px;\n    background: var(--jp-bg);\n    border-radius: 15px;\n  }\n\n  .jp-included-item strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  \/* SPECS *\/\n\n  .jp-specs {\n    overflow: hidden;\n    margin-top: 22px;\n    border: 1px solid var(--jp-border);\n    border-radius: 17px;\n  }\n\n  .jp-spec {\n    display: grid;\n    grid-template-columns: 290px 1fr;\n    border-bottom: 1px solid var(--jp-border);\n  }\n\n  .jp-spec:last-child {\n    border-bottom: 0;\n  }\n\n  .jp-spec:nth-child(odd) {\n    background: var(--jp-bg);\n  }\n\n  .jp-spec strong,\n  .jp-spec span {\n    padding: 14px 18px;\n  }\n\n  .jp-spec span {\n    color: #494949;\n  }\n\n  \/* COLLAPSIBLE FAQ *\/\n\n  .jp-faq {\n    margin-top: 24px;\n    border-top: 1px solid var(--jp-border);\n  }\n\n  .jp-faq details {\n    border-bottom: 1px solid var(--jp-border);\n  }\n\n  .jp-faq summary {\n    position: relative;\n    padding: 20px 44px 20px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 18px;\n    font-weight: 750;\n  }\n\n  .jp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .jp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--jp-green);\n    font-size: 30px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .jp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .jp-faq-answer {\n    padding: 0 44px 20px 0;\n    color: #444444;\n  }\n\n  .jp-faq-answer p {\n    margin: 0;\n  }\n\n  \/* CAP-IT *\/\n\n  .jp-capit {\n    padding: 30px;\n    margin-top: 24px;\n    background: var(--jp-green-soft);\n    border-radius: 20px;\n  }\n\n  .jp-capit h2 {\n    color: var(--jp-green-dark);\n  }\n\n  \/* FINAL CTA *\/\n\n  .jp-final {\n    padding: 36px;\n    margin-top: 42px;\n    text-align: center;\n    background: var(--jp-green-dark);\n    border-radius: 22px;\n    color: #ffffff;\n  }\n\n  .jp-final .jp-eyebrow {\n    color: #ffd4a8;\n  }\n\n  .jp-final h2 {\n    margin: 0 0 8px;\n    color: #ffffff;\n  }\n\n  .jp-final p {\n    margin: 0;\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n    .jp-features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .jp-video-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-cross-sell {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-cross-sell img {\n      max-width: 440px;\n      margin: 0 auto;\n    }\n\n    .jp-included {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 640px) {\n    .jp-hero {\n      padding: 30px 22px;\n      border-radius: 18px;\n    }\n\n    .jp-features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n    }\n\n    .jp-feature {\n      padding: 17px 14px;\n    }\n\n    .jp-checklist {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-video-card-copy {\n      padding: 18px;\n    }\n\n    .jp-spec {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-spec strong {\n      padding-bottom: 3px;\n    }\n\n    .jp-spec span {\n      padding-top: 3px;\n    }\n\n    .jp-capit-take,\n    .jp-capit,\n    .jp-final,\n    .jp-promise {\n      padding: 24px 20px;\n    }\n\n    .jp-cross-sell {\n      padding: 18px;\n    }\n\n    .jp-youtube {\n      border-radius: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"joolca-product\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"jp-hero\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Portable Two-Room Shower \u0026amp; Change Shelter\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Your Bathroom.\u003cbr\u003e\n      Just Somewhere Better.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-tagline\"\u003e\n      Two rooms. Pops up in seconds.\n    \u003c\/p\u003e\n\n    \u003cp class=\"jp-intro\"\u003e\n      The \u003cstrong\u003eJoolca ENSUITE Double\u003c\/strong\u003e is a portable two-room shower and changing shelter designed for camping, overlanding, RV travel, hunting camps, cabins and outdoor adventures. One room is dedicated to showering while the second stays dry for changing, clothing and gear. The instant frame eliminates complicated pole assembly, while HOTTAP plumbing ports, built-in storage, full-length flyscreens and a draining floor make it feel less like a basic privacy tent and more like a proper outdoor bathroom.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK FEATURES --\u003e\n\n  \u003cdiv class=\"jp-features\"\u003e\n\n    \u003cdiv class=\"jp-feature\"\u003e\n      \u003cdiv class=\"jp-feature-icon\"\u003e↔\u003c\/div\u003e\n      \u003cstrong\u003eTwo Separate Rooms\u003c\/strong\u003e\n      \u003cspan\u003eOne wet shower room and one dry changing room.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-feature\"\u003e\n      \u003cdiv class=\"jp-feature-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cstrong\u003ePops Up in Seconds\u003c\/strong\u003e\n      \u003cspan\u003eInstant spring-frame design with no loose poles to assemble.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-feature\"\u003e\n      \u003cdiv class=\"jp-feature-icon\"\u003e◉\u003c\/div\u003e\n      \u003cstrong\u003eComplete Privacy\u003c\/strong\u003e\n      \u003cspan\u003eSilver-coated fabric helps keep silhouettes hidden.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jp-feature\"\u003e\n      \u003cdiv class=\"jp-feature-icon\"\u003e♨\u003c\/div\u003e\n      \u003cstrong\u003eHOTTAP Ready\u003c\/strong\u003e\n      \u003cspan\u003ePurpose-built plumbing ports keep your shower setup tidy.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PURCHASE PROMISE --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cdiv class=\"jp-promise\"\u003e\n\n      \u003cspan class=\"jp-eyebrow\"\u003e\n        Buy With Confidence\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Joolca at Cap-it. We've Got You Covered.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jp-section-intro\"\u003e\n        Don't just inspect your gear in the garage. Get outside and actually use it. Eligible Joolca purchases from Cap-it are backed by a 30-day trial, free returns and a two-year warranty.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"jp-features\"\u003e\n\n        \u003cdiv class=\"jp-feature\"\u003e\n          \u003cdiv class=\"jp-feature-icon\"\u003e↻\u003c\/div\u003e\n          \u003cstrong\u003e30-Day Trial\u003c\/strong\u003e\n          \u003cspan\u003eSet it up. Take it camping. Use it in the real world. If it isn't right for you, return it within 30 days.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-feature\"\u003e\n          \u003cdiv class=\"jp-feature-icon\"\u003e←\u003c\/div\u003e\n          \u003cstrong\u003eFree Returns\u003c\/strong\u003e\n          \u003cspan\u003eChanged your mind? Eligible Joolca purchases can be returned without paying return freight.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-feature\"\u003e\n          \u003cdiv class=\"jp-feature-icon\"\u003e✓\u003c\/div\u003e\n          \u003cstrong\u003e2-Year Warranty\u003c\/strong\u003e\n          \u003cspan\u003eJoolca products are built for real outdoor use and backed by a two-year warranty.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-feature\"\u003e\n          \u003cdiv class=\"jp-feature-icon\"\u003e⌂\u003c\/div\u003e\n          \u003cstrong\u003eCap-it Support\u003c\/strong\u003e\n          \u003cspan\u003eShop online across Canada or get help through participating Cap-it retail locations.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"jp-fineprint\"\u003e\n        *30-day trial, free returns and warranty support apply to eligible Joolca purchases made online through Shop Cap-it and participating Cap-it retail locations. Terms and conditions apply.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- AT A GLANCE --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      At a Glance\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Built Like a Proper Camp Bathroom\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      The ENSUITE Double combines fast campsite setup with the privacy, room and organisation needed for a genuinely comfortable outdoor shower and changing space.\n    \u003c\/p\u003e\n\n    \u003cul class=\"jp-checklist\"\u003e\n      \u003cli\u003eTwo completely separate rooms\u003c\/li\u003e\n      \u003cli\u003eDedicated shower and dry changing areas\u003c\/li\u003e\n      \u003cli\u003e210 cm (82.7 in) maximum height\u003c\/li\u003e\n      \u003cli\u003e100 × 100 cm floor area per room\u003c\/li\u003e\n      \u003cli\u003eInstant spring-frame setup\u003c\/li\u003e\n      \u003cli\u003e68D silver-coated polyester fabric\u003c\/li\u003e\n      \u003cli\u003eSolid floor with perimeter drainage\u003c\/li\u003e\n      \u003cli\u003eFull-length flyscreen doors\u003c\/li\u003e\n      \u003cli\u003eHOTTAP shower-hose plumbing ports\u003c\/li\u003e\n      \u003cli\u003eInterior and exterior towel lines\u003c\/li\u003e\n      \u003cli\u003eRemovable laundry hamper\u003c\/li\u003e\n      \u003cli\u003eToiletries and valuables storage\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS YOU'LL LOVE --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Details You'll Love\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      The Little Things Make the Difference\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      A shower shelter sounds simple until you actually live with one. Joolca has put serious thought into the details that make the ENSUITE Double easier to set up, more comfortable to use and considerably nicer to live with.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"jp-video-grid\"\u003e\n\n\n      \u003c!-- OPENS IN SECONDS --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/decf9c14f745491aaeb732e2ecfc0c4e.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eOpens in Seconds\u003c\/h3\u003e\n          \u003cp\u003e\n            The integrated spring frame unfolds quickly with no separate pole kit to assemble. Less time building camp means more time actually enjoying it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- TWO ROOMS --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d7fcdccfb7804d2c97459dd6ca64e987.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eTwo Actual Rooms\u003c\/h3\u003e\n          \u003cp\u003e\n            This isn't one room divided by a flimsy curtain. You get a dedicated wet shower room and a separate dry space for changing, clothing and gear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- HOTTAP READY --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3b6e7ddf517446669e19c6b0e710cda9.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eReady for HOTTAP\u003c\/h3\u003e\n          \u003cp\u003e\n            Purpose-built plumbing ports let your Joolca shower hose pass cleanly through the tent wall, keeping the hot-water system outside and the showerhead exactly where you need it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- HEADROOM --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/365ab454bc6444efb39d28337da5bbcf.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003e210 cm of Headroom\u003c\/h3\u003e\n          \u003cp\u003e\n            With up to 210 cm (82.7 in) of internal height, most adults can stand naturally instead of crouching through a shower or change of clothes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- PRIVACY --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/88177cf0b2e9426e89ffa3e75f0cc151.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eSilver-Coated Privacy\u003c\/h3\u003e\n          \u003cp\u003e\n            Silver-coated polyester helps stop silhouettes from showing through the shelter, giving you genuine privacy around busy campsites and after dark.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- STORAGE --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b0477ece72244842845cf935ad7e879b.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eA Spot for Everything\u003c\/h3\u003e\n          \u003cp\u003e\n            Towel lines, a removable laundry hamper, toiletries storage and a valuables compartment help keep clean clothing and bathroom gear off the floor and within reach.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- FLOOR --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a0b2d748f67045c28f546f2a0d9165a2.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eA Proper Floor\u003c\/h3\u003e\n          \u003cp\u003e\n            A solid polyethylene floor keeps your feet off dirt and mud, while the mesh perimeter lets shower water escape instead of pooling around you.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- AIR --\u003e\n\n      \u003cdiv class=\"jp-video-card\"\u003e\n\n        \u003cdiv class=\"jp-video-card-media\"\u003e\n          \u003cvideo autoplay muted loop playsinline preload=\"metadata\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0cfce74facf94b609e0068e21c6b08df.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-video-card-copy\"\u003e\n          \u003ch3\u003eFresh Air, Fewer Guests\u003c\/h3\u003e\n          \u003cp\u003e\n            Full-length flyscreens let air move through the shelter while helping keep insects outside. Close the outer doors when you want more privacy or weather protection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FULL JOOLCA WALKTHROUGH --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Getting Started\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      See the ENSUITE Double From Setup to Pack-Down\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      Want the full walkthrough? This Joolca video takes you through setting up the ENSUITE Double, using its key features and packing it away when camp is over.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-youtube\"\u003e\n\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/CqM8MJ1q0uU\" title=\"Getting started with your Joolca ENSUITE Double\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\n      \u003c\/iframe\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CAP-IT TAKE --\u003e\n\n  \u003cdiv class=\"jp-capit-take\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Cap-it Take\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      The Second Room Is the Feature That Changes Everything\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A basic shower tent gives you somewhere private to get wet. That's useful, but it doesn't necessarily give you somewhere clean and dry to get dressed afterwards.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      That's why we like the ENSUITE Double.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      One room handles the water, mud and wet towels. The second gives you a separate space for dry clothes, changing and bathroom gear. You're not balancing clean clothing on a hook inside the same compartment where you just showered.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Add the 210 cm standing height, built-in storage, proper draining floor and HOTTAP plumbing ports and the whole setup starts behaving more like a portable bathroom than a privacy tent.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      At 8.2 kg (18.1 lb), this isn't trying to be an ultralight backpacking shelter. It's made for vehicle-based camping, overlanding, RV travel, hunting camps, cabins and longer stays where a comfortable bathroom setup is worth the cargo space.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eIf you're already bringing portable hot water to camp, the ENSUITE Double is the piece that turns it into a proper outdoor bathroom.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOWER BASE CROSS SELL --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Complete Your Kit\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Get Your Feet Out of the Mud\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"jp-cross-sell\"\u003e\n\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/joolca-ensuite-shower-base\"\u003e\n\n        \u003cimg src=\"https:\/\/shop.capit.com\/cdn\/shop\/files\/joolca-ensuite-shower-base13_1080x.jpg?v=1789684861\" alt=\"Joolca ENSUITE Shower Base elevated bamboo shower platform and water catchment tray\" loading=\"lazy\"\u003e\n\n      \u003c\/a\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003ch3\u003e\n          Joolca ENSUITE Shower Base\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Add an elevated bamboo platform and water catchment tray to keep your feet above wet or muddy ground and give shower water somewhere controlled to go.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Compatible with the ENSUITE range. Drain water away from camp, or use the Shower Base as part of a compatible HOTTAP v2 recirculating setup.\n        \u003c\/p\u003e\n\n        \u003ca class=\"jp-button\" href=\"https:\/\/shop.capit.com\/products\/joolca-ensuite-shower-base\"\u003e\n          View ENSUITE Shower Base\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      In the Bag\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      What's Included\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"jp-included\"\u003e\n\n      \u003cdiv class=\"jp-included-item\"\u003e\n        \u003cstrong\u003eJoolca ENSUITE Double\u003c\/strong\u003e\n        Two-room outdoor shower and changing shelter with integrated instant spring frame and flooring.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-included-item\"\u003e\n        \u003cstrong\u003eTent Pegs\u003c\/strong\u003e\n        Pegs for securely anchoring the shelter at camp.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-included-item\"\u003e\n        \u003cstrong\u003eCarry Bag\u003c\/strong\u003e\n        Packs the ENSUITE Double down for transport and storage between adventures.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      The Numbers\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Joolca ENSUITE Double Specifications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"jp-specs\"\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eProduct Type\u003c\/strong\u003e\n        \u003cspan\u003eTwo-room portable shower and changing shelter\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e8.2 kg (18.1 lb)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003ePacked Dimensions\u003c\/strong\u003e\n        \u003cspan\u003e115 × 17 × 17 cm (45.3 × 6.7 × 6.7 in)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eMaximum Height\u003c\/strong\u003e\n        \u003cspan\u003e210 cm (82.7 in)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eFloor Area\u003c\/strong\u003e\n        \u003cspan\u003e100 × 100 cm (39.4 × 39.4 in) per room\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eTent Fabric\u003c\/strong\u003e\n        \u003cspan\u003e68D silver-coated polyester\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eFrame\u003c\/strong\u003e\n        \u003cspan\u003eCoated steel spring frame\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eFloor\u003c\/strong\u003e\n        \u003cspan\u003e150 GSM polyethylene with mesh perimeter drainage\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eCarry Bag\u003c\/strong\u003e\n        \u003cspan\u003e210D PU polyester\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eHOTTAP Compatibility\u003c\/strong\u003e\n        \u003cspan\u003eBuilt-in plumbing ports for Joolca portable hot-water shower systems\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- COLLAPSIBLE FAQ --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Good to Know\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      Click any question below to see the answer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the two rooms actually separate?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The Joolca ENSUITE Double provides two individual rooms, letting you dedicate one to showering while keeping the second dry for changing, towels, clothing and bathroom gear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow quickly does the Joolca ENSUITE Double set up?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            The integrated spring frame is designed for fast deployment without a separate pile of tent poles to assemble or feed through sleeves.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the ENSUITE Double have a floor?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The shelter uses a solid polyethylene floor with mesh around the perimeter so shower water can drain while keeping your feet away from bare dirt and mud.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the Joolca ENSUITE Double?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Maximum internal height is 210 cm (82.7 in), providing comfortable standing room for most adults.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use the ENSUITE Double with a Joolca HOTTAP?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. Purpose-built plumbing ports allow a Joolca shower hose to pass neatly through the shelter wall while the HOTTAP portable hot-water system remains outside.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it provide privacy at night?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            The silver-coated polyester helps prevent silhouettes from becoming clearly visible through the shelter, making it better suited to busy campsites and evening use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the ENSUITE Double have ventilation?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. Full-length flyscreens allow airflow while helping keep insects outside. The exterior privacy doors can be closed when required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I add the Joolca ENSUITE Shower Base?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The Joolca ENSUITE Shower Base is sold separately and adds an elevated bamboo platform, water catchment tray and controlled drainage to your outdoor shower setup.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the HOTTAP and Shower Base included?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            No. The ENSUITE Double is the shower and changing shelter. Joolca HOTTAP portable hot-water systems, the ENSUITE Shower Base and other accessories are sold separately.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the ENSUITE Double good for overlanding and vehicle camping?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. At 8.2 kg (18.1 lb), the ENSUITE Double is particularly well suited to vehicle-based camping, truck camping, overlanding, RV travel, hunting camps, cabins and longer campsite stays where comfort and privacy matter more than ultralight packed weight.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can I buy Joolca ENSUITE products in Canada?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Shop Joolca online from Cap-it for delivery across Canada, or contact a participating Cap-it retail location for local availability, product advice and help building a complete outdoor shower setup.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the return and warranty benefits on Joolca products from Cap-it?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Eligible Joolca purchases made through Shop Cap-it and participating Cap-it retail locations include a 30-day trial, free returns and two-year warranty support, subject to applicable terms and conditions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY BUY FROM CAP-IT --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cdiv class=\"jp-capit\"\u003e\n\n      \u003cspan class=\"jp-eyebrow\"\u003e\n        Joolca at Cap-it\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Build the Whole Outdoor Bathroom\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Cap-it has helped Canadians equip their trucks, vehicles and campsites for adventure since 1977. Joolca fits naturally into that world, bringing portable hot water, private showering and more comfort to vehicle-based camping, overlanding, RV travel, cabins and outdoor living.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Shop Joolca online across Canada or visit a participating Cap-it retail location for product advice and help putting together your complete outdoor shower and bathroom setup.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003ca class=\"jp-button\" href=\"https:\/\/shop.capit.com\/collections\/joolca-camping-outdoor-gear\"\u003e\n          Explore Joolca at Cap-it\n        \u003c\/a\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003cdiv class=\"jp-final\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Your Bathroom. Your Campsite.\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Shower in One Room. Change in the Other.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eProper privacy, proper space and a much better way to clean up outdoors.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp style=\"font-size:1.15em;margin-top:22px;\"\u003e\n    \u003cstrong\u003eDesigned for Adventure®\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e","brand":"Joolca","offers":[{"title":"Default Title","offer_id":48378194821356,"sku":"JOO JCA14003","price":279.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/joolca-ensuite-double13.jpg?v=1789683579","url":"https:\/\/shop.capit.com\/products\/joolca-ensuite-double-shower-tent","provider":"Shop Cap-it","version":"1.0","type":"link"}