{"product_id":"joolca-ensuite-single","title":"Joolca ENSUITE Single","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  \/* 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  \/* 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  \/* FEATURE MEDIA GRID *\/\n\n  .jp-media-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n    margin-top: 26px;\n  }\n\n  .jp-media-card {\n    overflow: hidden;\n    background: var(--jp-card);\n    border: 1px solid var(--jp-border);\n    border-radius: 20px;\n  }\n\n  .jp-media {\n    overflow: hidden;\n    background: #eeeeeb;\n    aspect-ratio: 16 \/ 10;\n  }\n\n  .jp-media video,\n  .jp-media img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .jp-media-copy {\n    padding: 22px;\n  }\n\n  .jp-media-copy h3 {\n    margin: 0 0 8px;\n    font-size: 20px;\n  }\n\n  .jp-media-copy p {\n    margin: 0;\n    color: var(--jp-muted);\n  }\n\n  \/* YOUTUBE *\/\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  \/* COMPARISON *\/\n\n  .jp-compare {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-top: 24px;\n  }\n\n  .jp-compare-card {\n    padding: 25px;\n    background: var(--jp-bg);\n    border: 1px solid var(--jp-border);\n    border-radius: 20px;\n  }\n\n  .jp-compare-card h3 {\n    margin: 0 0 8px;\n  }\n\n  .jp-compare-card p {\n    margin: 0 0 16px;\n    color: var(--jp-muted);\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  \/* 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  \/* FINAL *\/\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  @media (max-width: 900px) {\n    .jp-features {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .jp-media-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-included {\n      grid-template-columns: 1fr;\n    }\n  }\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    .jp-compare {\n      grid-template-columns: 1fr;\n    }\n\n    .jp-media-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-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 Shower, Change \u0026amp; Privacy Shelter\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      One Room.\u003cbr\u003e\n      All Yours.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-tagline\"\u003e\n      A roomy private bathroom that pops up in seconds.\n    \u003c\/p\u003e\n\n    \u003cp class=\"jp-intro\"\u003e\n      The \u003cstrong\u003eJoolca ENSUITE Single\u003c\/strong\u003e is a full-height portable shower and privacy tent with one large 150 × 150 cm room for showering, changing or setting up your GottaGo portable toilet. The instant spring frame eliminates complicated pole assembly, while silver-coated privacy fabric, HOTTAP plumbing ports, built-in storage and a draining floor turn a simple camp shelter into a genuinely useful 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\u003eOne Roomy Space\u003c\/strong\u003e\n      \u003cspan\u003eA generous 150 × 150 cm floor gives you room to move, shower or change.\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, even after dark.\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 route your shower hose cleanly through the wall.\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        Get outside and actually use your gear. 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      One Shelter. Plenty of Possibilities.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      Use it as a private shower, a roomy change tent, a GottaGo toilet room or a combination of all three throughout the trip.\n    \u003c\/p\u003e\n\n    \u003cul class=\"jp-checklist\"\u003e\n      \u003cli\u003eOne large 150 × 150 cm private room\u003c\/li\u003e\n      \u003cli\u003eInstant spring-frame setup\u003c\/li\u003e\n      \u003cli\u003eNo separate tent poles or tools required\u003c\/li\u003e\n      \u003cli\u003eFull standing headroom\u003c\/li\u003e\n      \u003cli\u003e68D silver-coated polyester privacy fabric\u003c\/li\u003e\n      \u003cli\u003eSolid polyethylene floor with mesh 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      \u003cli\u003eCompatible with ENSUITE Shower Base and GottaGo\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\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      More Room Than You Expect\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      The ENSUITE Single keeps the quick-deploy design and thoughtful details of the ENSUITE range, but puts them into one large open room.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-media-grid\"\u003e\n\n\n      \u003c!-- OPENS --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-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-media-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. Open it up, anchor it down and your private camp bathroom is ready.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- SPACE --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Joolca_Single_Ensuite_Plenty_of-Space.webp?v=1789956207\" alt=\"Joolca ENSUITE Single spacious one-room shower and changing tent\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-media-copy\"\u003e\n          \u003ch3\u003ePlenty of Space\u003c\/h3\u003e\n          \u003cp\u003e\n            The Single gives you one large 150 × 150 cm room with a built-in dry zone for clothing and towels. It's the better choice when you prefer one open space with room to move.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- HOTTAP --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-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-media-copy\"\u003e\n          \u003ch3\u003eReady for Your HOTTAP\u003c\/h3\u003e\n          \u003cp\u003e\n            Interior and exterior plumbing ports are sized for your Joolca shower hose, allowing the HOTTAP to stay outside while the showerhead routes neatly into the tent.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- HEADROOM --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ensuite_Tents_high_headroom_jpg.webp?v=1789956208\" alt=\"Joolca ENSUITE outdoor shower tent with full standing headroom\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-media-copy\"\u003e\n          \u003ch3\u003eFull Standing Headroom\u003c\/h3\u003e\n          \u003cp\u003e\n            The tall instant-frame design gives most adults enough room to stand naturally, shower comfortably and change clothes without feeling boxed in.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- STORAGE --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-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-media-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 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!-- PRIVACY --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/ensuite-double-shower-tent-no-silhouette.webp?v=1789956207\" alt=\"Joolca ENSUITE silver-coated privacy fabric preventing visible silhouettes\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-media-copy\"\u003e\n          \u003ch3\u003eSilver-Coated Privacy\u003c\/h3\u003e\n          \u003cp\u003e\n            Silver-coated polyester helps stop light and 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!-- FLOOR --\u003e\n\n      \u003cdiv class=\"jp-media-card\"\u003e\n\n        \u003cdiv class=\"jp-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ensuite_floor_with_drainage_jpg.webp?v=1789956207\" alt=\"Joolca ENSUITE shower tent floor with perimeter drainage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-media-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 drain away 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-media-card\"\u003e\n\n        \u003cdiv class=\"jp-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Ensuite_tent_vent_windows_jpg.webp?v=1789956207\" alt=\"Joolca ENSUITE shower tent ventilation and flyscreen doors\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jp-media-copy\"\u003e\n          \u003ch3\u003eFresh Air, Fewer Guests\u003c\/h3\u003e\n          \u003cp\u003e\n            Full-length flyscreens allow airflow while helping keep insects outside. Close the outer door when you want additional 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 VIDEO --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Full Overview\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      See the ENSUITE Single in Action\n    \u003c\/h2\u003e\n\n    \u003cp class=\"jp-section-intro\"\u003e\n      Take a closer look at how the Joolca ENSUITE Single sets up, how the space is organised and the features that make it a more comfortable outdoor bathroom.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"jp-youtube\"\u003e\n\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/HpvjtQRanyY\" title=\"Joolca ENSUITE Single Shower Tent Full Overview\" 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      Single Doesn't Mean Cramped\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The obvious comparison is the ENSUITE Double, but we don't think of the Single as simply the smaller or cheaper version.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It serves a different purpose.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Instead of dividing the footprint into separate wet and dry rooms, the Single gives you one generous open space. That makes it particularly useful if you want more elbow room while showering, a private change tent, or a dedicated campsite room for your GottaGo toilet.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      You still get the instant frame, HOTTAP integration, proper floor, privacy fabric and built-in organisation that make the ENSUITE range work so well.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      At 6.2 kg (13.7 lb) and only 110 × 17 × 17 cm when packed, it's also meaningfully easier to fit into a truck, SUV, van or trailer than a larger multi-room shelter.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eIf you want one comfortable private room and don't need a completely separate dry change area, the ENSUITE Single is probably the sweet spot.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SINGLE VS DOUBLE --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Which ENSUITE Is Right for You?\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Single or Double?\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"jp-compare\"\u003e\n\n      \u003cdiv class=\"jp-compare-card\"\u003e\n\n        \u003cspan class=\"jp-eyebrow\"\u003e\n          ENSUITE Single\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          One Big Open Room\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Choose the Single if you want maximum room within one private space for showering, changing or your GottaGo toilet. It's lighter, packs smaller and gives you a generous 150 × 150 cm floor.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"jp-compare-card\"\u003e\n\n        \u003cspan class=\"jp-eyebrow\"\u003e\n          ENSUITE Double\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Separate Wet \u0026amp; Dry Rooms\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Choose the Double if you want a dedicated wet shower room plus a completely separate dry room for changing, clothing and bathroom gear.\n        \u003c\/p\u003e\n\n        \u003ca class=\"jp-button\" href=\"https:\/\/shop.capit.com\/products\/joolca-ensuite-double\"\u003e\n          View ENSUITE Double\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- COMPLETE THE SETUP --\u003e\n\n  \u003csection class=\"jp-section\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      Complete Your Bathroom\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Add a Proper Floor or a Proper Toilet\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"jp-compare\"\u003e\n\n      \u003cdiv class=\"jp-compare-card\"\u003e\n\n        \u003cspan class=\"jp-eyebrow\"\u003e\n          Keep Your Feet Clean\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          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 mud and give shower water somewhere controlled to go.\n        \u003c\/p\u003e\n\n        \u003ca class=\"jp-button\" href=\"https:\/\/shop.capit.com\/products\/joolca-ensuite-shower-base\"\u003e\n          View Shower Base\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"jp-compare-card\"\u003e\n\n        \u003cspan class=\"jp-eyebrow\"\u003e\n          Private Camp Bathroom\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Joolca GottaGo Eco\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The Single also makes an excellent private toilet room for the Joolca GottaGo separating portable toilet.\n        \u003c\/p\u003e\n\n        \u003ca class=\"jp-button\" href=\"https:\/\/shop.capit.com\/products\/joolca-gottago-eco-portable-camping-toilet\"\u003e\n          View GottaGo\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- 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\u003eENSUITE Single Tent\u003c\/strong\u003e\n        One-room outdoor shower, changing and privacy shelter with integrated instant frame and floor.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-included-item\"\u003e\n        \u003cstrong\u003eStorage \u0026amp; Organisation\u003c\/strong\u003e\n        Hanging storage pockets and integrated organisation features for toiletries, towels and gear.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-included-item\"\u003e\n        \u003cstrong\u003eCarry Bag \u0026amp; Camp Hardware\u003c\/strong\u003e\n        Carry bag, tent pegs and guy lines for transport, storage and securing the shelter at camp.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"jp-fineprint\"\u003e\n      Rainfly, Shower Base, HOTTAP hot-water system and GottaGo toilet are sold separately.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\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 Single 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\u003eSingle-room portable shower, changing and privacy shelter\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e6.2 kg (13.7 lb)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003ePacked Dimensions\u003c\/strong\u003e\n        \u003cspan\u003e110 × 17 × 17 cm (43.3 × 6.7 × 6.7 in)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eDeployed Floor Area\u003c\/strong\u003e\n        \u003cspan\u003e150 × 150 cm (59 × 59 in)\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eMaximum Height\u003c\/strong\u003e\n        \u003cspan\u003e205 cm (80.7 in)\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\u003eInstant coated-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\u003eScreen\u003c\/strong\u003e\n        \u003cspan\u003ePolyethylene mesh\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\u003eIntegrated plumbing ports for Joolca portable hot-water shower systems\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jp-spec\"\u003e\n        \u003cstrong\u003eAccessory Compatibility\u003c\/strong\u003e\n        \u003cspan\u003eCompatible with ENSUITE Shower Base and Joolca GottaGo\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- 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\u003eHow quickly does the Joolca ENSUITE Single set up?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            The integrated instant frame unfolds with minimal setup. There are no separate tent poles to assemble or feed through sleeves, and no tools are required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow big is the ENSUITE Single inside?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            The floor measures 150 × 150 cm (59 × 59 in), giving you one large open room for showering, changing or setting up a portable toilet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the ENSUITE Single have a floor?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It has a solid polyethylene floor with mesh around the perimeter so shower water can drain away while keeping your feet off bare dirt and mud.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use the ENSUITE Single with a Joolca HOTTAP?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. Purpose-built plumbing ports allow the Joolca shower hose to route 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\u003eCan I use the ENSUITE Single as a toilet tent?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The large private room works well as a campsite toilet shelter and is an excellent match for the Joolca GottaGo portable separating toilet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat's the difference between the ENSUITE Single and Double?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            The Single gives you one large 150 × 150 cm open room. The Double divides its footprint into two separate rooms, allowing one to remain dry while the other is used for showering.\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, including when a light is being used inside.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the ENSUITE Single have ventilation?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. Full-length flyscreens provide airflow while helping keep insects outside. The exterior privacy door 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 use the ENSUITE Shower Base with the Single?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The Joolca ENSUITE Shower Base is compatible with the ENSUITE range and adds an elevated bamboo platform, water catchment tray and controlled drainage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the rainfly included?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            No. The ENSUITE handles light rain, while additional rain protection is available separately for more demanding weather conditions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the ENSUITE Single good for truck camping and overlanding?\u003c\/summary\u003e\n        \u003cdiv class=\"jp-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. At 6.2 kg (13.7 lb) with a packed size of 110 × 17 × 17 cm, it is well suited to truck camping, overlanding, RV travel, vans, cabins and vehicle-based camps where privacy and comfort matter.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can I buy the Joolca ENSUITE Single 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 availability and help building your complete Joolca outdoor bathroom setup.\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 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 better camp sanitation to overlanding, truck camping, RV travel, cabins and off-grid adventures.\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 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 --\u003e\n\n  \u003cdiv class=\"jp-final\"\u003e\n\n    \u003cspan class=\"jp-eyebrow\"\u003e\n      One Room. Total Privacy.\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Shower. Change. GottaGo. Your Space, Your Way.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eA proper private room that packs down small enough to take almost anywhere.\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":48397124337900,"sku":"JOO JCA14005","price":249.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Joolca_Single_Ensuite.png?v=1789956833","url":"https:\/\/shop.capit.com\/products\/joolca-ensuite-single","provider":"Shop Cap-it","version":"1.0","type":"link"}