{"title":"Clesana Products","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones\n   Contact: kenton.jones@cabindepot.com\n   Brand: Clesana Universal Collection (Vibrant Hybrid Theme)\n\n   CODE ARCHITECTURE:\n   1. Primary Accents: C1 Pink (#a22067) and X1 Teal (#018289).\n   2. Design: High-vibrancy, bright sales aesthetic without heavy black\/slate anchors.\n   3. Grid Logic: Strict 3-column or 1-column toggle to prevent awkward 2-on-1 wrapping.\n   4. Animation: Restored gentle rocking tilt located in the bottom-right corner.\n*\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-clesana-wrapper {\n    font-family: 'Lato', sans-serif;\n    color: #334155;\n    line-height: 1.5;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n\/* --- Vibrant Hero Section --- *\/\n.cd-hero-card {\n    background: #ffffff;\n    border: 2px solid #e2e8f0;\n    border-radius: 24px;\n    overflow: hidden;\n    margin-bottom: 15px;\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n}\n\n.cd-hero-text {\n    padding: 30px 40px;\n    text-align: center;\n}\n\n.cd-hero-visual {\n    width: 100%;\n    height: 380px;\n    background: #f8fafc url('https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/04_Clesana-X1_1800x1800_1800x1800_e9c23339-17b5-4ea7-abc1-0730647cb5cf.jpg?v=1773756930') no-repeat center center;\n    background-size: cover;\n    position: relative;\n    border-top: 1px solid #e2e8f0;\n}\n\n\/* --- BOTTOM-RIGHT GENTLE ROCKING SWISS BADGE --- *\/\n.cd-swiss-hero-badge {\n    position: absolute;\n    bottom: 20px;\n    right: 20px;\n    width: 85px;\n    height: auto;\n    background: white;\n    padding: 8px;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    border: 2px solid #018289;\n    animation: cdTilt 12s infinite ease-in-out;\n    will-change: transform;\n}\n\n@keyframes cdTilt {\n    0% { transform: rotate(0deg); }\n    25% { transform: rotate(-3deg); }\n    75% { transform: rotate(3deg); }\n    100% { transform: rotate(0deg); }\n}\n\n.cd-tag {\n    display: inline-block;\n    background: linear-gradient(90deg, #a22067 0%, #018289 100%);\n    color: #ffffff;\n    font-weight: 900;\n    padding: 4px 16px;\n    border-radius: 99px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 15px;\n    font-size: 0.85em;\n}\n\n.cd-clesana-wrapper h1 {\n    font-weight: 900;\n    color: #018289;\n    margin: 0 0 12px 0;\n    font-size: 2.2em;\n    text-transform: uppercase;\n}\n\n.cd-hero-card p {\n    font-size: 1.1em;\n    max-width: 800px;\n    margin: 0 auto 20px auto;\n}\n\n\/* --- Cohesive Highlight Metrics --- *\/\n.cd-highlight-row {\n    display: flex;\n    gap: 30px;\n    justify-content: center; \n    align-items: center;\n}\n\n.cd-highlight-item { text-align: center; }\n\n.cd-highlight-item span.main {\n    display: block;\n    font-weight: 900;\n    color: #a22067;\n    font-size: 1.2em;\n    line-height: 1;\n}\n\n.cd-highlight-item span.sub {\n    font-weight: 800;\n    text-transform: uppercase;\n    color: #64748b;\n    font-size: 0.75em;\n    letter-spacing: 1px;\n}\n\n.cd-divider {\n    width: 2px;\n    height: 35px;\n    background: linear-gradient(0deg, #a22067 0%, #018289 100%);\n    opacity: 0.3;\n}\n\n\/* --- Feature Grid (STRICT 3 COLUMN) --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-bottom: 15px;\n}\n\n.cd-feature-box {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    padding: 25px 20px;\n    border-radius: 20px;\n    text-align: center;\n    transition: transform 0.2s ease;\n}\n\n.cd-feature-box h4 {\n    margin: 10px 0 5px 0;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #018289; \/* Teal color for cohesive highlight *\/\n}\n\n.cd-feature-box p { margin: 0; font-size: 0.9em; }\n\n.cd-icon-circle {\n    width: 50px;\n    height: 50px;\n    margin: 0 auto 10px auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n}\n\n\/* Pink Series Icon theme *\/\n.bg-pink-soft { background: #fff1f8; color: #a22067; }\n\n\/* --- Action \u0026 Support Section --- *\/\n.cd-action-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    width: 100%;\n}\n\n.cd-action-card {\n    flex: 1 1 500px;\n    background: #ffffff;\n    border: 2px solid #e2e8f0;\n    padding: 25px;\n    border-radius: 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);\n}\n\n.cd-action-card h3 { \n    margin: 0 0 4px 0; \n    font-weight: 900; \n    color: #018289 !important; \n    text-transform: uppercase;\n}\n\n.cd-action-card p { margin: 0; font-weight: 700; color: #64748b; }\n\n.cd-btn-parts {\n    background: #a22067;\n    color: white !important;\n    text-decoration: none !important;\n    padding: 12px 24px;\n    border-radius: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    box-shadow: 0 4px 10px rgba(162, 32, 103, 0.2);\n    transition: all 0.2s ease;\n}\n.cd-btn-parts:hover { background: #861a55; transform: translateY(-2px); }\n\n.cd-support-card {\n    flex: 1 1 350px;\n    background: linear-gradient(135deg, #018289 0%, #016b71 100%);\n    color: white;\n    padding: 25px;\n    border-radius: 24px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    box-shadow: 0 4px 12px rgba(1, 130, 137, 0.2);\n}\n\n.cd-support-info strong { \n    display: block;\n    text-transform: uppercase; \n    color: #ffffff; \n    opacity: 0.9;\n    font-size: 0.75em;\n    letter-spacing: 1px;\n}\n\n.cd-support-info a { \n    color: white !important; \n    font-weight: 900; \n    text-decoration: none !important; \n    font-size: 1.4em;\n    line-height: 1;\n}\n\n\/* --- Mobile Responsiveness --- *\/\n@media (max-width: 900px) {\n    .cd-feature-grid { grid-template-columns: 1fr; gap: 12px; }\n    .cd-hero-visual { height: 280px; }\n    .cd-clesana-wrapper h1 { font-size: 1.8em; }\n}\n\n@media (max-width: 768px) {\n    .cd-hero-text { padding: 30px 20px; }\n    .cd-highlight-row { gap: 15px; }\n    .cd-action-card { flex-direction: column; text-align: center; gap: 20px; }\n    .cd-support-card { justify-content: center; text-align: center; flex-direction: column; }\n    .cd-support-info { align-items: center; }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"cd-clesana-wrapper\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"cd-hero-card\"\u003e\n\u003cdiv class=\"cd-hero-text\"\u003e\n\u003cdiv class=\"cd-tag\"\u003eOfficial Clesana Partner\u003c\/div\u003e\n\u003ch1\u003eThe Sanitary Revolution\u003c\/h1\u003e\n\u003cp\u003eExperience the absolute pinnacle of waterless sanitation. Clesana uses \u003cstrong\u003ethermal sealing technology\u003c\/strong\u003e to bag waste automatically, eliminating the need for chemicals, water, or messy dumping stations. Perfect for off-grid cabins, luxury vans, and tiny homes.\u003c\/p\u003e\n\u003cdiv class=\"cd-highlight-row\"\u003e\n\u003cdiv class=\"cd-highlight-item\"\u003e\n\u003cspan class=\"main\"\u003e100% Odor Proof\u003c\/span\u003e \u003cspan class=\"sub\"\u003eMedical Barrier\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-highlight-item\"\u003e\n\u003cspan style=\"color: #018289;\" class=\"main\"\u003eWater Independent\u003c\/span\u003e \u003cspan class=\"sub\"\u003eNo Black Tanks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-hero-visual\"\u003e\n\u003c!-- Badge positioned in bottom-right corner with restored tilt animation --\u003e \u003cimg alt=\"Swiss Quality\" class=\"cd-swiss-hero-badge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-btwb.png?v=1775137712\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section (Teal Headings \/ Pink Icons) --\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-box\"\u003e\n\u003cdiv class=\"cd-icon-circle bg-pink-soft\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCertified Hygiene\u003c\/h4\u003e\n\u003cp\u003eThermal sealing technology creates a hermetic seal, keeping your living space fresh and germ-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-box\"\u003e\n\u003cdiv class=\"cd-icon-circle bg-pink-soft\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eStandard Disposal\u003c\/h4\u003e\n\u003cp\u003eSealed bags are sanitary and leak-proof, allowing for effortless disposal in regular household waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-box\"\u003e\n\u003cdiv class=\"cd-icon-circle bg-pink-soft\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eZero Maintenance\u003c\/h4\u003e\n\u003cp\u003eNo winterization prep, no chemical additives, and no black water plumbing required. Set it and forget it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Supplies and Support Footer --\u003e\n\u003cdiv class=\"cd-action-row\"\u003e\n\u003cdiv class=\"cd-action-card\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSystem Supplies\u003c\/h3\u003e\n\u003cp\u003eRefill liners, absorbers, and parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"cd-btn-parts\" href=\"https:\/\/thecabindepot.ca\/collections\/clesana-supplies-parts\"\u003eGet Supplies\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-card\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-support-info\"\u003e\n\u003cstrong\u003eHave questions? Call us!\u003c\/strong\u003e \u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-style: italic; margin-top: 25px; opacity: 0.7; font-size: 0.8em;\"\u003eQuality Gear for the Great Indoors \u0026amp; Out.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"clesana-c1-with-round-socket","title":"Clesana C1 with Round Socket","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones\n   Contact: kenton.jones@cabindepot.com\n   Brand: Clesana C1 (Pink Series)\n\n   CODE ARCHITECTURE:\n   1. Scoped to .cd-product-description to prevent theme conflicts.\n   2. Inherits theme font-sizes (no explicit font-size overrides).\n   3. Uses #a22067 for all primary brand highlights and table headers.\n   4. Restored centering for desktop, but implemented aggressive \"gap-stripping\" for mobile\/stacked views.\n*\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    color: #334155;\n    line-height: 1.5;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.cd-product-description h1 { \n    text-align: center; \n    margin: 10px 0 15px 0; \n    font-weight: 900; \n    color: #0f172a; \n    text-transform: uppercase;\n}\n\n\/* --- Branding Header --- *\/\n.cd-brand-header {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 5px 0 10px 0;\n}\n\n.cd-origin-tag {\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    color: #a22067;\n    text-align: center;\n}\n\n\/* --- Typography \u0026 Sections --- *\/\n.cd-product-description h2 {\n    border-bottom: 3px solid #a22067;\n    padding-bottom: 4px;\n    margin-top: 10px;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 900;\n    color: #0f172a;\n}\n\n.cd-intro-text {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto 15px auto;\n}\n\n\/* --- High-Impact Action Area --- *\/\n.cd-action-area {\n    background: #fff1f8;\n    border: 2px solid #a22067;\n    border-radius: 16px;\n    padding: 15px;\n    margin-bottom: 20px;\n    text-align: center;\n    box-shadow: 0 4px 6px -1px rgba(162, 32, 103, 0.1);\n    position: relative;\n    overflow: hidden;\n}\n\n.cd-action-area::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    right: -10px;\n    width: 80px;\n    height: 80px;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-bttb.png?v=1775137701');\n    background-size: contain;\n    background-repeat: no-repeat;\n    opacity: 0.08;\n    pointer-events: none;\n}\n\n.cd-config-status {\n    display: block;\n    font-weight: 900;\n    color: #0f172a;\n    margin-bottom: 2px;\n}\n\n.cd-config-subtext {\n    display: block;\n    color: #64748b;\n    margin-bottom: 12px;\n    font-style: italic;\n}\n\n.cd-btn-row {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n    position: relative;\n    z-index: 2;\n}\n\n.cd-btn {\n    text-decoration: none !important;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-weight: 900;\n    text-transform: uppercase;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    transition: all 0.2s ease;\n    min-width: 220px;\n}\n\n.cd-btn-variant { background: #475569; color: white !important; }\n.cd-btn-variant:hover { background: #334155; transform: translateY(-2px); }\n\n.cd-btn-supplies { background: #a22067; color: white !important; }\n.cd-btn-supplies:hover { background: #861a55; transform: translateY(-2px); }\n\n\/* --- EXPERTISE ROW: COMPACT COLLAPSIBLE LOGIC --- *\/\n.cd-expertise-row {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    height: auto;\n}\n\n.cd-text-entity {\n    flex: 1 1 350px;\n    padding: 20px 25px; \n    margin: 0; \n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    min-height: 0;\n}\n\n.cd-text-entity h2 { border: 0; margin-top: 0; padding: 0; }\n.cd-text-entity p { margin-top: 0; margin-bottom: 0; }\n\n.cd-image-entity {\n    flex: 1 1 350px;\n    background: #f8fafc;\n    padding: 15px; \n    margin: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    height: auto;\n    min-height: 0;\n}\n\n.cd-image-entity img {\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    display: block;\n}\n\n.cd-badge {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n    background: #a22067; \n    color: #ffffff;\n    font-weight: 900;\n    padding: 3px 8px;\n    border-radius: 4px;\n    text-transform: uppercase;\n}\n\n\/* --- Benefit Grid --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: #f8fafc;\n    padding: 12px 15px;\n    border-radius: 12px;\n    border-left: 5px solid #a22067;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #a22067; }\n.cd-feature-card p { margin: 0; }\n\n.cd-support-item {\n    background: #a22067; \n    color: white;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n.cd-support-item strong { color: #ffffff; opacity: 0.9; }\n.cd-support-item a { color: white !important; font-weight: 900; text-decoration: none; margin-top: 1px; }\n\n\/* --- Data \u0026 Specs --- *\/\n.cd-table-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 15px 0;\n}\n\n.cd-data-box {\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    background: white;\n    overflow: hidden;\n}\n\n.cd-data-header { \n    background: #a22067; \n    padding: 8px 12px; \n    font-weight: 900; \n    color: white; \n    text-transform: uppercase; \n    letter-spacing: 1px;\n}\n\n\/* --- STICKY SIDE LOGO LAYOUT --- *\/\n.cd-box-flex {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 12px 15px;\n}\n\n.cd-swiss-pop-container {\n    flex: 0 0 75px; \n    background: #ffffff;\n    padding: 6px;\n    border-radius: 10px;\n    box-shadow: 0 3px 8px rgba(0,0,0,0.06);\n    border: 2px solid #a22067; \n    animation: cdTilt 12s infinite ease-in-out;\n    will-change: transform;\n    backface-visibility: hidden;\n}\n\n@keyframes cdTilt {\n    0% { transform: perspective(1px) rotate(0deg); }\n    25% { transform: perspective(1px) rotate(-3deg); }\n    75% { transform: perspective(1px) rotate(3deg); }\n    100% { transform: perspective(1px) rotate(0deg); }\n}\n\n.cd-box-logo {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.cd-data-list { padding: 0; margin: 0; list-style: none !important; flex: 1; }\n.cd-data-list li { margin-bottom: 2px; padding-left: 18px; position: relative; }\n.cd-data-list li::before { content: \"✓\"; color: #a22067; position: absolute; left: 0; font-weight: bold; }\n\n.cd-spec-row { display: flex; justify-content: space-between; padding: 6px 12px; border-bottom: 1px solid #f1f5f9; }\n.cd-spec-row:last-child { border-bottom: 0; }\n.cd-spec-label { font-weight: 700; color: #64748b; }\n.cd-spec-value { font-weight: 900; color: #0f172a; }\n\n\/* --- Mobile Responsiveness --- *\/\n@media (max-width: 900px) {\n    .cd-table-container { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 600px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n    .cd-btn { width: 100%; }\n    \n    \/* REMOVE ALL WASTED SPACE ON MOBILE *\/\n    .cd-expertise-row { \n        flex-direction: column; \n        align-items: stretch; \n        gap: 0; \/* Ensures no gap between containers *\/\n    }\n    \n    .cd-text-entity { \n        flex: 1 1 auto; \/* Allow collapse to content height *\/\n        padding: 10px 15px 5px 15px; \/* Minimal padding *\/\n        text-align: center;\n        margin: 0;\n    }\n    \n    .cd-image-entity { \n        flex: 1 1 auto; \/* Allow collapse to content height *\/\n        padding: 0 15px 10px 15px; \/* Remove top padding to pull image up to text *\/\n        background: none; \/* Inherit white background to remove distinct visual boxes *\/\n        margin: 0;\n    }\n    \n    .cd-image-entity img { \n        max-width: 240px; \n        margin: 0 auto; \n    } \n\n    .cd-box-flex { flex-direction: row; align-items: center; }\n    .cd-swiss-pop-container { flex: 0 0 60px; padding: 5px; }\n\n    .cd-spec-row { flex-direction: row; justify-content: space-between; }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003cdiv class=\"cd-brand-header\"\u003e\u003cspan class=\"cd-origin-tag\"\u003eEngineering Permanent Sanitation\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003e\u003cstrong\u003eClesana C1 Sealing Toilet (Round Socket)\u003c\/strong\u003e\u003c\/h1\u003e\n\u003csection class=\"cd-intro-text\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e The Clesana C1 works almost like at home. Only without water or chemicals. A patented thermo-pressure mechanism automatically seals waste securely in a high-barrier film liner at the touch of a button. This protects you and your environment. Thanks to its simple installation, the C1 can be retrofitted anywhere and is ready for immediate use. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-action-area\"\u003e\n\u003cspan class=\"cd-config-status\"\u003eYou are currently viewing the Floor-Mounted (Standard) C1.\u003c\/span\u003e\n\u003cdiv class=\"cd-btn-row\"\u003e\n\u003ca class=\"cd-btn cd-btn-variant\" href=\"https:\/\/thecabindepot.ca\/products\/clesana-c1-with-l-adapter\"\u003e Switch to L-adapter\u003c\/a\u003e \u003ca class=\"cd-btn cd-btn-supplies\" href=\"https:\/\/thecabindepot.ca\/collections\/clesana-supplies-parts\"\u003e Shop Clesana Supplies \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-text-entity\"\u003e\n\u003cspan style=\"font-weight: 900; color: #a22067; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 2px; font-size: 0.75em;\"\u003eInstallation Flexibility\u003c\/span\u003e\n\u003ch2\u003eThe Round Socket Base\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-teams=\"true\"\u003e\u003ci\u003eThanks to its simple installation, the C1 can be\u003c\/i\u003e\u003cbr\u003e\u003ci\u003eretrofitted anywhere and is ready for immediate use.\u003c\/i\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-image-entity\"\u003e\n\u003cspan class=\"cd-badge\"\u003eFloor-Mount Standard\u003c\/span\u003e \u003cimg alt=\"Clesana C1 Round Socket Installation Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Clesana_C1_Round_5.jpg?v=1773766123\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSanitary Evolution\u003c\/strong\u003e\n\u003cp\u003eThermal sealing technology bags waste, providing a 100% odor-proof and germ-free environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eResidential Ergonomics\u003c\/strong\u003e\n\u003cp\u003eFeatures a 478mm (18.8\") seat height, mirroring the comfort and familiarity of your home bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eWater Independence\u003c\/strong\u003e\n\u003cp\u003eEliminate the need for fresh water flushing and heavy black water tanks. Simple 12V power is all you need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card cd-support-item\"\u003e\n\u003cstrong\u003eQuestions? Call Us\u003c\/strong\u003e \u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-table-container\"\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eWhat's in the Box\u003c\/div\u003e\n\u003cdiv class=\"cd-box-flex\"\u003e\n\u003cdiv class=\"cd-swiss-pop-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-btwb.png?v=1775137712\" class=\"cd-box-logo\" alt=\"Swiss Quality\"\u003e\u003c\/div\u003e\n\u003cul class=\"cd-data-list\"\u003e\n\u003cli\u003e1x Clesana C1 with  L-Adapter Mounting Base\u003c\/li\u003e\n\u003cli\u003e1x Control Panel\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan data-teams=\"true\"\u003e2x Crimp Contacts (\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnderson SB50 50 Amp contact 5952)\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e1x 2-Pin Connector Housing (\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnderson SB50 connector housing 992G1)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e1 x High-Barrier Film Liner\u003c\/li\u003e\n\u003cli\u003e1 x Pack of Super-Absorber\u003c\/li\u003e\n\u003cli\u003eInstallation and User Manuals\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eTechnical Data\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eLoad Capacity\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e150 Kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eInput Voltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11.8 - 15 V DC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePeak Current\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e22 A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eStandby Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e0.28 W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy \/ Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e1.7 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy Consumption During Sealing\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e0.55 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSealing Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e50 sec\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e515 x 363 x 461 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e13.1 kg (28.9 lbs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-style: italic; margin-top: 15px; opacity: 0.7; font-size: 0.8em;\"\u003ePremium Off-Grid Solutions.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Clesana","offers":[{"title":"Default Title","offer_id":43753738240097,"sku":"EU-10010010","price":2599.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Clesana_C1_Round.jpg?v=1773767646"},{"product_id":"clesana-c1-with-l-adapter","title":"Clesana C1 with L-adapter","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones\n   Contact: kenton.jones@cabindepot.com\n   Brand: Clesana C1 (Pink Series - L-Adapter)\n\n   CODE ARCHITECTURE:\n   1. Scoped to .cd-product-description for theme isolation.\n   2. Inherits theme font-sizes (no explicit font-size overrides).\n   3. Uses #a22067 for brand highlights and table headers.\n   4. Desktop centering for expertise row with mobile-specific whitespace stripping.\n*\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    color: #334155;\n    line-height: 1.5;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.cd-product-description h1 { \n    text-align: center; \n    margin: 10px 0 15px 0; \n    font-weight: 900; \n    color: #0f172a; \n    text-transform: uppercase;\n}\n\n\/* --- Branding Header --- *\/\n.cd-brand-header {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 5px 0 10px 0;\n}\n\n.cd-origin-tag {\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    color: #a22067;\n    text-align: center;\n}\n\n\/* --- Typography \u0026 Sections --- *\/\n.cd-product-description h2 {\n    border-bottom: 3px solid #a22067;\n    padding-bottom: 4px;\n    margin-top: 10px;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 900;\n    color: #0f172a;\n}\n\n.cd-intro-text {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto 15px auto;\n}\n\n\/* --- High-Impact Action Area --- *\/\n.cd-action-area {\n    background: #fff1f8;\n    border: 2px solid #a22067;\n    border-radius: 16px;\n    padding: 15px;\n    margin-bottom: 20px;\n    text-align: center;\n    box-shadow: 0 4px 6px -1px rgba(162, 32, 103, 0.1);\n    position: relative;\n    overflow: hidden;\n}\n\n.cd-action-area::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    right: -10px;\n    width: 80px;\n    height: 80px;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-bttb.png?v=1775137701');\n    background-size: contain;\n    background-repeat: no-repeat;\n    opacity: 0.08;\n    pointer-events: none;\n}\n\n.cd-config-status {\n    display: block;\n    font-weight: 900;\n    color: #0f172a;\n    margin-bottom: 2px;\n}\n\n.cd-config-subtext {\n    display: block;\n    color: #64748b;\n    margin-bottom: 12px;\n    font-style: italic;\n}\n\n.cd-btn-row {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n    position: relative;\n    z-index: 2;\n}\n\n.cd-btn {\n    text-decoration: none !important;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-weight: 900;\n    text-transform: uppercase;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    transition: all 0.2s ease;\n    min-width: 220px;\n}\n\n.cd-btn-variant { background: #475569; color: white !important; }\n.cd-btn-variant:hover { background: #334155; transform: translateY(-2px); }\n\n.cd-btn-supplies { background: #a22067; color: white !important; }\n.cd-btn-supplies:hover { background: #861a55; transform: translateY(-2px); }\n\n\/* --- EXPERTISE ROW: COLLAPSIBLE MOBILE LOGIC --- *\/\n.cd-expertise-row {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center; \/* Desktop Centering *\/\n    height: auto;\n}\n\n.cd-text-entity {\n    flex: 1 1 350px;\n    padding: 20px 25px; \n    margin: 0; \n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    min-height: 0;\n}\n\n.cd-text-entity h2 { border: 0; margin-top: 0; padding: 0; }\n.cd-text-entity p { margin-top: 0; margin-bottom: 0; }\n\n.cd-image-entity {\n    flex: 1 1 350px;\n    background: #f8fafc;\n    padding: 15px; \n    margin: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    height: auto;\n    min-height: 0;\n}\n\n.cd-image-entity img {\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    display: block;\n}\n\n.cd-badge {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n    background: #a22067; \n    color: #ffffff;\n    font-weight: 900;\n    padding: 3px 8px;\n    border-radius: 4px;\n    text-transform: uppercase;\n}\n\n\/* --- Benefit Grid --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: #f8fafc;\n    padding: 12px 15px;\n    border-radius: 12px;\n    border-left: 5px solid #a22067;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #a22067; }\n.cd-feature-card p { margin: 0; }\n\n.cd-support-item {\n    background: #a22067; \n    color: white;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n.cd-support-item strong { color: #ffffff; opacity: 0.9; }\n.cd-support-item a { color: white !important; font-weight: 900; text-decoration: none; margin-top: 1px; }\n\n\/* --- Data \u0026 Specs --- *\/\n.cd-table-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 15px 0;\n}\n\n.cd-data-box {\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    background: white;\n    overflow: hidden;\n}\n\n.cd-data-header { \n    background: #a22067; \n    padding: 8px 12px; \n    font-weight: 900; \n    color: white; \n    text-transform: uppercase; \n    letter-spacing: 1px;\n}\n\n\/* --- STICKY SIDE LOGO LAYOUT --- *\/\n.cd-box-flex {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 12px 15px;\n}\n\n.cd-swiss-pop-container {\n    flex: 0 0 75px; \n    background: #ffffff;\n    padding: 6px;\n    border-radius: 10px;\n    box-shadow: 0 3px 8px rgba(0,0,0,0.06);\n    border: 2px solid #a22067; \n    animation: cdTilt 12s infinite ease-in-out;\n    will-change: transform;\n    backface-visibility: hidden;\n}\n\n@keyframes cdTilt {\n    0% { transform: perspective(1px) rotate(0deg); }\n    25% { transform: perspective(1px) rotate(-3deg); }\n    75% { transform: perspective(1px) rotate(3deg); }\n    100% { transform: perspective(1px) rotate(0deg); }\n}\n\n.cd-box-logo {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.cd-data-list { padding: 0; margin: 0; list-style: none !important; flex: 1; }\n.cd-data-list li { margin-bottom: 2px; padding-left: 18px; position: relative; }\n.cd-data-list li::before { content: \"✓\"; color: #a22067; position: absolute; left: 0; font-weight: bold; }\n\n.cd-spec-row { display: flex; justify-content: space-between; padding: 6px 12px; border-bottom: 1px solid #f1f5f9; }\n.cd-spec-row:last-child { border-bottom: 0; }\n.cd-spec-label { font-weight: 700; color: #64748b; }\n.cd-spec-value { font-weight: 900; color: #0f172a; }\n\n\/* --- Mobile Responsiveness --- *\/\n@media (max-width: 900px) {\n    .cd-table-container { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 600px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n    .cd-btn { width: 100%; }\n    \n    \/* GAP STRIPPING FOR MOBILE *\/\n    .cd-expertise-row { \n        flex-direction: column; \n        align-items: stretch; \n        gap: 0; \n    }\n    \n    .cd-text-entity { \n        flex: 1 1 auto; \n        padding: 10px 15px 5px 15px; \n        text-align: center;\n        margin: 0;\n    }\n    \n    .cd-image-entity { \n        flex: 1 1 auto; \n        padding: 0 15px 10px 15px; \n        background: none; \n        margin: 0;\n    }\n    \n    .cd-image-entity img { \n        max-width: 240px; \n        margin: 0 auto; \n    } \n\n    .cd-box-flex { flex-direction: row; align-items: center; }\n    .cd-swiss-pop-container { flex: 0 0 60px; padding: 5px; }\n\n    .cd-spec-row { flex-direction: row; justify-content: space-between; }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003cdiv class=\"cd-brand-header\"\u003e\u003cspan class=\"cd-origin-tag\"\u003eEngineering Permanent Sanitation\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003e\u003cstrong\u003eClesana C1 Sealing Toilet (L-Adapter)\u003c\/strong\u003e\u003c\/h1\u003e\n\u003csection class=\"cd-intro-text\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe Clesana C1 works almost like at home. Only without water or chemicals. A patented thermo-pressure mechanism automatically seals waste securely in a high-barrier film liner at the touch of a button. This protects you and your environment. Thanks to its simple installation, the C1 can be retrofitted anywhere and is ready for immediate use. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-action-area\"\u003e\n\u003cspan class=\"cd-config-status\"\u003eYou are currently viewing the Wall-Mounted (Retrofit) C1.\u003c\/span\u003e \u003cspan class=\"cd-config-subtext\"\u003eThis version includes a backplate to cover holes in the wall from your previous toilet or black water tanks.\u003c\/span\u003e\n\u003cdiv class=\"cd-btn-row\"\u003e\n\u003ca href=\"https:\/\/thecabindepot.ca\/products\/clesana-c1-with-round-socket\" class=\"cd-btn cd-btn-variant\"\u003e Switch to Round socket \u003c\/a\u003e \u003ca href=\"https:\/\/thecabindepot.ca\/collections\/clesana-supplies-parts\" class=\"cd-btn cd-btn-supplies\"\u003e Shop Clesana Supplies \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-text-entity\"\u003e\n\u003cspan style=\"font-weight: 900; color: #a22067; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 2px; font-size: 0.75em;\"\u003eInstallation Specialist\u003c\/span\u003e\n\u003ch2\u003eRetrofit L-Adapter Base\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-teams=\"true\"\u003e\u003ci\u003eThanks to its simple installation, the C1 can be\u003c\/i\u003e\u003cbr\u003e\u003ci\u003eretrofitted anywhere and is ready for immediate use.\u003c\/i\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-image-entity\"\u003e\n\u003cspan class=\"cd-badge\"\u003eWall-Mount Retrofit\u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Clesana_C1_Installation_and_retrofitting_2.jpg?v=1773767092\" alt=\"Clesana C1 L-Adapter Mounting Detail\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSanitary Evolution\u003c\/strong\u003e\n\u003cp\u003eThermal sealing technology bags waste, providing a 100% odor-proof and germ-free environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eResidential Ergonomics\u003c\/strong\u003e\n\u003cp\u003eFeatures a 478mm (18.8\") seat height, mirroring the comfort and familiarity of your home bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eWater Independence\u003c\/strong\u003e\n\u003cp\u003eEliminate the need for fresh water flushing and heavy black water tanks. Simple 12V power is all you need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card cd-support-item\"\u003e\n\u003cstrong\u003eQuestions? Call Us\u003c\/strong\u003e \u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-table-container\"\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eWhat's in the Box\u003c\/div\u003e\n\u003cdiv class=\"cd-box-flex\"\u003e\n\u003cdiv class=\"cd-swiss-pop-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-btwb.png?v=1775137712\" class=\"cd-box-logo\" alt=\"Swiss Quality\"\u003e\u003c\/div\u003e\n\u003cul class=\"cd-data-list\"\u003e\n\u003cli\u003e1x Clesana C1 with  L-Adapter Mounting Base\u003c\/li\u003e\n\u003cli\u003e1x Control Panel\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan data-teams=\"true\"\u003e2x Crimp Contacts (\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnderson SB50 50 Amp contact 5952)\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e1x 2-Pin Connector Housing (\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnderson SB50 connector housing 992G1)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e1 x High-Barrier Film Liner\u003c\/li\u003e\n\u003cli\u003e1 x Pack of Super-Absorber\u003c\/li\u003e\n\u003cli\u003eInstallation and User Manuals\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eTechnical Data\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eLoad Capacity\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e150 Kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eNominal Voltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e12 V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePeak Current\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e22 A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eStandby Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e0.28 W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy \/ Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e1.7 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy Consumption During Sealing\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e0.55 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSealing Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e50 sec\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e515 x 363 x 516 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e13.8 kg (30.4 lbs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-style: italic; margin-top: 15px; opacity: 0.7; font-size: 0.8em;\"\u003ePremium Off-Grid Solutions.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Clesana","offers":[{"title":"Default Title","offer_id":43753738403937,"sku":"EU-10010020","price":2599.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Clesana-C1-L-Adapter-760x530-1.jpg?v=1773767270"},{"product_id":"clesana-x1","title":"Clesana X1","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones\n   Contact: kenton.jones@cabindepot.com\n   Brand: Clesana X1 (Blue Series)\n\n   CODE ARCHITECTURE:\n   1. Scoped to .cd-product-description for theme isolation.\n   2. Inherits theme font-sizes exclusively (no manual overrides).\n   3. Uses #018289 (X1 Teal\/Blue) for brand highlights and table headers.\n   4. Expertise row features independent entity mapping with mobile gap-stripping.\n*\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    color: #334155;\n    line-height: 1.5;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.cd-product-description h1 { \n    text-align: center; \n    margin: 10px 0 15px 0; \n    font-weight: 900; \n    color: #0f172a; \n    text-transform: uppercase;\n}\n\n\/* --- Branding Header --- *\/\n.cd-brand-header {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 5px 0 10px 0;\n}\n\n.cd-origin-tag {\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    color: #018289;\n    text-align: center;\n}\n\n\/* --- Typography \u0026 Sections --- *\/\n.cd-product-description h2 {\n    border-bottom: 3px solid #018289;\n    padding-bottom: 4px;\n    margin-top: 10px;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 900;\n    color: #0f172a;\n}\n\n.cd-intro-text {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto 15px auto;\n}\n\n\/* --- Premium Action Area --- *\/\n.cd-action-area {\n    background: #f0f9f9; \/* Blue Series Tint *\/\n    border: 2px solid #018289;\n    border-radius: 16px;\n    padding: 15px;\n    margin-bottom: 20px;\n    text-align: center;\n    box-shadow: 0 4px 6px -1px rgba(1, 130, 137, 0.1);\n    position: relative;\n    overflow: hidden;\n}\n\n.cd-action-area::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    right: -10px;\n    width: 80px;\n    height: 80px;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-bttb.png?v=1775137701');\n    background-size: contain;\n    background-repeat: no-repeat;\n    opacity: 0.08;\n    pointer-events: none;\n}\n\n.cd-config-status {\n    display: block;\n    font-weight: 900;\n    color: #0f172a;\n    margin-bottom: 2px;\n}\n\n.cd-config-subtext {\n    display: block;\n    color: #64748b;\n    margin-bottom: 12px;\n    font-style: italic;\n}\n\n.cd-btn-row {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n    position: relative;\n    z-index: 2;\n}\n\n.cd-btn {\n    text-decoration: none !important;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-weight: 900;\n    text-transform: uppercase;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    transition: all 0.2s ease;\n    min-width: 220px;\n}\n\n.cd-btn-variant { background: #475569; color: white !important; }\n.cd-btn-variant:hover { background: #334155; transform: translateY(-2px); }\n\n.cd-btn-supplies { background: #018289; color: white !important; }\n.cd-btn-supplies:hover { background: #016b71; transform: translateY(-2px); }\n\n\/* --- Video Gallery --- *\/\n.cd-video-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr); \/* Adjusted to 2 columns *\/\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.cd-video-item {\n    background: #0f172a;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n}\n\n.cd-video-item iframe { width: 100%; aspect-ratio: 16 \/ 9; border: 0; display: block; }\n.cd-video-label { background: #018289; color: #ffffff; padding: 4px 8px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n\n\/* --- EXPERTISE ROW: INDEPENDENT ENTITY MAPPING (ZERO GAP) --- *\/\n.cd-expertise-row {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center; \n}\n\n.cd-text-entity {\n    flex: 1 1 350px;\n    padding: 0 25px; \n    margin: 15px 0; \n    display: block; \n}\n\n.cd-text-entity h2 { border: 0; margin-top: 0; padding: 0; }\n.cd-text-entity p { margin-top: 0; margin-bottom: 0; }\n\n.cd-image-entity {\n    flex: 1 1 350px;\n    background: #f8fafc;\n    padding: 0; \n    margin: 0;\n    display: flex;\n    align-items: center; \n    justify-content: center;\n    position: relative;\n}\n\n.cd-image-entity img {\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    display: block;\n    margin: 0;\n}\n\n\/* --- Benefit Grid --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: #f8fafc;\n    padding: 12px 15px;\n    border-radius: 12px;\n    border-left: 5px solid #018289;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #018289; }\n.cd-feature-card p { margin: 0; }\n\n.cd-support-item {\n    background: #018289; \n    color: white;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n.cd-support-item strong { color: #ffffff; opacity: 0.9; }\n.cd-support-item a { color: white !important; font-weight: 900; text-decoration: none; margin-top: 1px; }\n\n\/* --- Data \u0026 Specs --- *\/\n.cd-table-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 15px 0;\n}\n\n.cd-data-box {\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    background: white;\n    overflow: hidden;\n}\n\n.cd-data-header { \n    background: #018289; \n    padding: 8px 12px; \n    font-weight: 900; \n    color: white; \n    text-transform: uppercase; \n    letter-spacing: 1px;\n}\n\n\/* --- TILT ANIMATED SIDE LOGO --- *\/\n.cd-box-flex {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 12px 15px;\n}\n\n.cd-swiss-pop-container {\n    flex: 0 0 75px; \n    background: #ffffff;\n    padding: 6px;\n    border-radius: 10px;\n    box-shadow: 0 3px 8px rgba(0,0,0,0.06);\n    border: 2px solid #018289; \n    animation: cdTilt 12s infinite ease-in-out;\n    will-change: transform;\n    backface-visibility: hidden;\n}\n\n@keyframes cdTilt {\n    0% { transform: perspective(1px) rotate(0deg); }\n    25% { transform: perspective(1px) rotate(-3deg); }\n    75% { transform: perspective(1px) rotate(3deg); }\n    100% { transform: perspective(1px) rotate(0deg); }\n}\n\n.cd-box-logo {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.cd-data-list { padding: 0; margin: 0; list-style: none !important; flex: 1; }\n.cd-data-list li { margin-bottom: 2px; padding-left: 18px; position: relative; }\n.cd-data-list li::before { content: \"✓\"; color: #018289; position: absolute; left: 0; font-weight: bold; }\n\n.cd-spec-row { display: flex; justify-content: space-between; padding: 6px 12px; border-bottom: 1px solid #f1f5f9; }\n.cd-spec-row:last-child { border-bottom: 0; }\n.cd-spec-label { font-weight: 700; color: #64748b; }\n.cd-spec-value { font-weight: 900; color: #0f172a; }\n\n\/* --- Mobile Responsiveness --- *\/\n@media (max-width: 900px) {\n    .cd-table-container { grid-template-columns: 1fr; }\n    .cd-text-entity { padding: 0 20px; margin: 10px 0; } \n}\n\n@media (max-width: 600px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n    .cd-video-grid { grid-template-columns: 1fr; gap: 8px; }\n    .cd-btn { width: 100%; }\n    \n    \/* GAP STRIPPING FOR MOBILE *\/\n    .cd-expertise-row { \n        flex-direction: column; \n        align-items: stretch; \n        gap: 0; \n    }\n    \n    .cd-text-entity { \n        flex: 1 1 auto; \n        padding: 10px 15px 5px 15px; \n        text-align: center;\n        margin: 0;\n    }\n    \n    .cd-image-entity { \n        flex: 1 1 auto; \n        padding: 0 15px 10px 15px; \n        background: none; \n        margin: 0;\n    }\n    \n    .cd-image-entity img { \n        max-width: 280px; \n        margin: 0 auto; \n    } \n\n    .cd-box-flex { flex-direction: row; align-items: center; }\n    .cd-swiss-pop-container { flex: 0 0 60px; padding: 5px; }\n\n    .cd-spec-row { flex-direction: row; justify-content: space-between; }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003cdiv class=\"cd-brand-header\"\u003e\u003cspan class=\"cd-origin-tag\"\u003eEngineering Permanent Sanitation\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003e\u003cstrong\u003eClesana X1 Portable Sealing Toilet\u003c\/strong\u003e\u003c\/h1\u003e\n\u003csection class=\"cd-intro-text\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe new Clesana X1 seals waste securely in high-barrier film. This protects you and your environment. No matter where your journey takes you: the Clesana X1 is autonomous, hygienic, and fits in any vehicle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"cd-config-status\"\u003eCurrently Viewing: Standard Mobile model\u003c\/span\u003e \u003cspan class=\"cd-config-subtext\"\u003eThe lightweight autonomous version optimized for total mobility.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-action-area\"\u003e\n\u003cdiv class=\"cd-btn-row\"\u003e\n\u003ca class=\"cd-btn cd-btn-variant\" href=\"https:\/\/thecabindepot.ca\/products\/clesana-x1-procharge\"\u003e Switch to X1 ProCharge\u003c\/a\u003e \u003ca class=\"cd-btn cd-btn-supplies\" href=\"https:\/\/thecabindepot.ca\/collections\/clesana-supplies-parts\"\u003e Shop Clesana Supplies \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video Demonstrations --\u003e\n\u003cdiv class=\"cd-video-grid\"\u003e\n\u003cdiv class=\"cd-video-item\"\u003e\n\u003ciframe title=\"Clesana Introduction\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/JVJYEo5c1CQ\"\u003e\u003c\/iframe\u003e\n\u003cdiv class=\"cd-video-label\"\u003eIntroduction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-video-item\"\u003e\n\u003ciframe title=\"Customer Review\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/Jo10ivorqE0\"\u003e\u003c\/iframe\u003e\n\u003cdiv class=\"cd-video-label\"\u003eCustomer Review\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-text-entity\"\u003e\n\u003cspan style=\"font-weight: 900; color: #018289; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 2px; font-size: 0.75em;\"\u003eSafe. Sanitary. Independent.\u003c\/span\u003e\n\u003ch2\u003eSealing System\u003c\/h2\u003e\n\u003cp\u003eReady to use in seconds. The patented telescopic mechanism ensures a minimal pack size for travel while providing a residential seat height when extended. No water or chemicals required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-image-entity\"\u003e\u003cimg alt=\"Clesana X1 Sealing Toilet Interior\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/05_Clesana-X1_1800x1800_1800x1800_3fc6ce7e-10f3-439d-a40d-1ed78a30caf4.jpg?v=1773756930\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eMinimal Pack Size\u003c\/strong\u003e\n\u003cp\u003eInnovative telescopic design makes it a space-saving miracle for any vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eFlexible Power\u003c\/strong\u003e\n\u003cp\u003eOperates on 12V\/24V, 110V-240V, or an 18V rechargeable battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eZero Odor\u003c\/strong\u003e\n\u003cp\u003eHigh-barrier film seals after every use for odour-proof disposal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card cd-support-item\"\u003e\n\u003cstrong\u003eQuestions? Call Us\u003c\/strong\u003e \u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-table-container\"\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eContents Included\u003c\/div\u003e\n\u003cdiv class=\"cd-box-flex\"\u003e\n\u003cdiv class=\"cd-swiss-pop-container\"\u003e\u003cimg alt=\"Swiss Quality\" class=\"cd-box-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-btwb.png?v=1775137712\"\u003e\u003c\/div\u003e\n\u003cul class=\"cd-data-list\"\u003e\n\u003cli\u003e1x Clesana X1 Unit\u003c\/li\u003e\n\u003cli\u003e1x 12V \/ 24V Vehicle Plug\u003c\/li\u003e\n\u003cli\u003e1x AC Power Adapter (100V-240V)\u003c\/li\u003e\n\u003cli\u003e1x High-Barrier Film Liner\u003c\/li\u003e\n\u003cli\u003e1x Pack of Super-Absorber\u003c\/li\u003e\n\u003cli\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/li\u003e\n\u003cli\u003e1x Service Card\u003c\/li\u003e\n\u003cli\u003eUser Manual \u0026amp; Quick Start Guide\u003cbr\u003e\u003cstrong\u003e\u003cem\u003eEinhell 18V Battery not included.\u003c\/em\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSupply Voltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11 - 28 V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Current Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e10 A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eStandby Power\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e140 mW (12V)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy \/ Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e2.0 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11.3 kg (24.9 lbs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eFolded Dimensions\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e302 x 344 x 384 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSeat Height\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e407 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-style: italic; margin-top: 20px; opacity: 0.7; font-size: 0.8em;\"\u003eQuality Gear for the Great Indoors \u0026amp; Out.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Clesana","offers":[{"title":"Default Title","offer_id":43753738567777,"sku":"EU-10010030","price":1999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/03_Clesana-X1-grau_1800x1800_1800x1800_f89524c6-f57a-4e26-8f02-855165bd6f22.jpg?v=1775841394"},{"product_id":"clesana-x1-procharge","title":"Clesana X1 ProCharge","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* Author: Kenton Jones\n   Contact: kenton.jones@cabindepot.com\n   Brand: Clesana X1 ProCharge (Blue Series)\n\n   CODE ARCHITECTURE:\n   1. Scoped to .cd-product-description for theme isolation.\n   2. Inherits theme font-sizes exclusively (no manual overrides).\n   3. Uses #018289 (X1 Teal\/Blue) for brand highlights and table headers.\n   4. Expertise row features independent entity mapping with mobile gap-stripping.\n   5. ProCharge Banner includes hardware-accelerated pulse and glow animations.\n*\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    color: #334155;\n    line-height: 1.5;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.cd-product-description h1 { \n    text-align: center; \n    margin: 10px 0 15px 0; \n    font-weight: 900; \n    color: #0f172a; \n    text-transform: uppercase;\n}\n\n\/* --- Branding Header --- *\/\n.cd-brand-header {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 5px 0 10px 0;\n}\n\n.cd-origin-tag {\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    color: #018289;\n    text-align: center;\n}\n\n\/* --- Typography \u0026 Sections --- *\/\n.cd-product-description h2 {\n    border-bottom: 3px solid #018289;\n    padding-bottom: 4px;\n    margin-top: 10px;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 900;\n    color: #0f172a;\n}\n\n.cd-intro-text {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto 15px auto;\n}\n\n\/* --- Premium Action Area --- *\/\n.cd-action-area {\n    background: #f0f9f9; \n    border: 2px solid #018289;\n    border-radius: 16px;\n    padding: 15px;\n    margin-bottom: 20px;\n    text-align: center;\n    box-shadow: 0 4px 6px -1px rgba(1, 130, 137, 0.1);\n    position: relative;\n    overflow: hidden;\n}\n\n.cd-action-area::before {\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    right: -10px;\n    width: 80px;\n    height: 80px;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-bttb.png?v=1775137701');\n    background-size: contain;\n    background-repeat: no-repeat;\n    opacity: 0.08;\n    pointer-events: none;\n}\n\n.cd-config-status {\n    display: block;\n    font-weight: 900;\n    color: #0f172a;\n    margin-bottom: 2px;\n}\n\n.cd-config-subtext {\n    display: block;\n    color: #018289;\n    margin-bottom: 12px;\n    font-style: italic;\n}\n\n.cd-btn-row {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n    position: relative;\n    z-index: 2;\n}\n\n.cd-btn {\n    text-decoration: none !important;\n    padding: 10px 20px;\n    border-radius: 99px;\n    font-weight: 900;\n    text-transform: uppercase;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    transition: all 0.2s ease;\n    min-width: 220px;\n}\n\n.cd-btn-variant { background: #475569; color: white !important; }\n.cd-btn-variant:hover { background: #334155; transform: translateY(-2px); }\n\n.cd-btn-supplies { background: #018289; color: white !important; }\n.cd-btn-supplies:hover { background: #016b71; transform: translateY(-2px); }\n\n\/* --- ProCharge Animated Banner --- *\/\n.cd-procharge-banner {\n    background: linear-gradient(135deg, #f0f9f9 0%, #ffffff 100%);\n    color: #0f172a;\n    border-radius: 20px;\n    padding: 20px;\n    text-align: center;\n    margin: 15px 0;\n    position: relative;\n    overflow: hidden;\n    border: 2px solid #018289;\n    box-shadow: 0 4px 12px rgba(1, 130, 137, 0.1);\n}\n\n.cd-procharge-banner::before {\n    content: \"\";\n    position: absolute;\n    top: -50%; left: -50%;\n    width: 200%; height: 200%;\n    background: radial-gradient(circle, rgba(1, 130, 137, 0.05) 0%, transparent 70%);\n    animation: procharge-glow 8s infinite alternate ease-in-out;\n    pointer-events: none;\n}\n\n@keyframes procharge-glow { 0% { transform: translate(-5%, -5%); opacity: 0.3; } 100% { transform: translate(5%, 5%); opacity: 0.6; } }\n\n.cd-procharge-icon { margin-bottom: 8px; display: flex; justify-content: center; position: relative; z-index: 2; }\n.cd-battery-pulse { animation: battery-pulse 2s infinite ease-in-out; color: #018289; }\n@keyframes battery-pulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(1, 130, 137, 0.1)); } 50% { transform: scale(1.08); filter: drop-shadow(0 0 10px rgba(1, 130, 137, 0.3)); } }\n\n\/* --- EXPERTISE ROW: INDEPENDENT ENTITY MAPPING --- *\/\n.cd-expertise-row {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center; \n}\n\n.cd-text-entity {\n    flex: 1 1 350px;\n    padding: 20px 25px; \n    margin: 0; \n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.cd-text-entity h2 { border: 0; margin-top: 0; padding: 0; }\n.cd-text-entity p { margin-top: 0; margin-bottom: 0; }\n\n.cd-image-entity {\n    flex: 1 1 350px;\n    background: #f8fafc;\n    padding: 15px; \n    margin: 0;\n    display: flex;\n    align-items: center; \n    justify-content: center;\n    position: relative;\n    height: auto;\n}\n\n.cd-image-entity img {\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    display: block;\n}\n\n\/* --- Benefit Grid --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: #f8fafc;\n    padding: 12px 15px;\n    border-radius: 12px;\n    border-left: 5px solid #018289;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #018289; }\n.cd-feature-card p { margin: 0; }\n\n.cd-support-item {\n    background: #018289; \n    color: white;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n.cd-support-item strong { color: #ffffff; opacity: 0.9; }\n.cd-support-item a { color: white !important; font-weight: 900; text-decoration: none; margin-top: 1px; }\n\n\/* --- Data \u0026 Specs --- *\/\n.cd-table-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 15px 0;\n}\n\n.cd-data-box {\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    background: white;\n    overflow: hidden;\n}\n\n.cd-data-header { \n    background: #018289; \n    padding: 8px 12px; \n    font-weight: 900; \n    color: white; \n    text-transform: uppercase; \n    letter-spacing: 1px;\n}\n\n\/* --- STICKY SIDE LOGO LAYOUT --- *\/\n.cd-box-flex {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 12px 15px;\n}\n\n.cd-swiss-pop-container {\n    flex: 0 0 75px; \n    background: #ffffff;\n    padding: 6px;\n    border-radius: 10px;\n    box-shadow: 0 3px 8px rgba(0,0,0,0.06);\n    border: 2px solid #018289; \n    animation: cdTilt 12s infinite ease-in-out;\n    will-change: transform;\n    backface-visibility: hidden;\n}\n\n@keyframes cdTilt {\n    0% { transform: perspective(1px) rotate(0deg); }\n    25% { transform: perspective(1px) rotate(-3deg); }\n    75% { transform: perspective(1px) rotate(3deg); }\n    100% { transform: perspective(1px) rotate(0deg); }\n}\n\n.cd-box-logo {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n.cd-data-list { padding: 0; margin: 0; list-style: none !important; flex: 1; }\n.cd-data-list li { margin-bottom: 2px; padding-left: 18px; position: relative; }\n.cd-data-list li::before { content: \"✓\"; color: #018289; position: absolute; left: 0; font-weight: bold; }\n\n.cd-spec-row { display: flex; justify-content: space-between; padding: 6px 12px; border-bottom: 1px solid #f1f5f9; }\n.cd-spec-row:last-child { border-bottom: 0; }\n.cd-spec-label { font-weight: 700; color: #64748b; }\n.cd-spec-value { font-weight: 900; color: #0f172a; }\n\n\/* --- Mobile Responsiveness --- *\/\n@media (max-width: 900px) {\n    .cd-table-container { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 600px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n    .cd-btn { width: 100%; }\n    \n    \/* GAP STRIPPING FOR MOBILE EXPERTISE *\/\n    .cd-expertise-row { \n        flex-direction: column; \n        align-items: stretch; \n        gap: 0; \n    }\n    \n    .cd-text-entity { \n        flex: 1 1 auto; \n        padding: 10px 15px 5px 15px; \n        text-align: center;\n        margin: 0;\n    }\n    \n    .cd-image-entity { \n        flex: 1 1 auto; \n        padding: 0 15px 10px 15px; \n        background: none; \n        margin: 0;\n    }\n    \n    .cd-image-entity img { \n        max-width: 280px; \n        margin: 0 auto; \n    } \n\n    .cd-box-flex { flex-direction: row; align-items: center; }\n    .cd-swiss-pop-container { flex: 0 0 60px; padding: 5px; }\n\n    .cd-spec-row { flex-direction: row; justify-content: space-between; }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003cdiv class=\"cd-brand-header\"\u003e\u003cspan class=\"cd-origin-tag\"\u003eEngineering Permanent Sanitation\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003e\u003cstrong\u003eClesana X1 ProCharge Sealing Toilet\u003c\/strong\u003e\u003c\/h1\u003e\n\u003csection class=\"cd-intro-text\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe Mobile Sealing Toilet. Countless requirements, one unique solution: The new Clesana X1 automatically seals waste securely in high-barrier film. This protects you and your environment. No matter where your journey takes you: the Clesana X1 is autonomous, hygienic, and fits in any vehicle. The ProCharge version of the Clesana X1 has an integrated charging function for batteries from the Einhell Power X-Change series. This enables direct charging of the inserted battery as soon as the toilet is connected to the power supply\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-action-area\"\u003e\n\u003cspan class=\"cd-config-status\"\u003eYou are viewing: ProCharge model (Integrated Charging)\u003c\/span\u003e \u003cspan class=\"cd-config-subtext\"\u003eThe premium configuration that maintains your battery levels automatically.\u003c\/span\u003e\n\u003cdiv class=\"cd-btn-row\"\u003e\n\u003ca class=\"cd-btn cd-btn-variant\" href=\"https:\/\/thecabindepot.ca\/products\/clesana-x1\"\u003e Standard Mobile model \u0026amp; Videos \u003c\/a\u003e \u003ca class=\"cd-btn cd-btn-supplies\" href=\"https:\/\/thecabindepot.ca\/collections\/clesana-supplies-parts\"\u003e Shop Clesana Supplies \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-procharge-banner\"\u003e\n\u003cdiv class=\"cd-procharge-icon\"\u003e\u003csvg class=\"cd-battery-pulse\" width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                \u003crect x=\"2\" y=\"7\" width=\"16\" height=\"10\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"22\" y1=\"11\" x2=\"22\" y2=\"13\"\u003e\u003c\/line\u003e\n                \u003cpath d=\"M7 12h4\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M9 10v4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eIntegrated Smart Charging\u003c\/h3\u003e\n\u003cp\u003eExperience total peace of mind. The ProCharge version features a built-in charging system for Einhell Power X-Change batteries. Your backup battery charges automatically whenever connected to 12V or 24V power, ensuring you're always ready for your next adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-text-entity\"\u003e\n\u003cspan style=\"font-weight: 900; color: #018289; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 2px; font-size: 0.75em;\"\u003eSafe. Sanitary. Independent.\u003c\/span\u003e\n\u003ch2\u003eAutomatic Sealing System\u003c\/h2\u003e\n\u003cp\u003eReady to use in seconds. The patented telescopic mechanism ensures the unit remains compact for travel while providing a residential seat height when extended. No water or chemicals required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-image-entity\"\u003e\u003cimg alt=\"Clesana X1 ProCharge Interior View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/05_Clesana-X1_1800x1800_1800x1800_3fc6ce7e-10f3-439d-a40d-1ed78a30caf4.jpg?v=1773756930\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSeamless Charging\u003c\/strong\u003e\n\u003cp\u003eCharges your backup battery while the unit is plugged into your van or cabin 12V\/24V power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e100% Odor Proof\u003c\/strong\u003e\n\u003cp\u003eHigh-barrier film liners ensure zero smells escape into your living space without chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eZero Winterization\u003c\/strong\u003e\n\u003cp\u003eNo water means no worry about freezing pipes or complex winter storage preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card cd-support-item\"\u003e\n\u003cstrong\u003eQuestions? Call Us\u003c\/strong\u003e \u003ca href=\"tel:1-844-603-4743\"\u003e1-844-603-4743\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-table-container\"\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eContents Included\u003c\/div\u003e\n\u003cdiv class=\"cd-box-flex\"\u003e\n\u003cdiv class=\"cd-swiss-pop-container\"\u003e\u003cimg alt=\"Swiss Quality\" class=\"cd-box-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/swissmade-btwb.png?v=1775137712\"\u003e\u003c\/div\u003e\n\u003cul class=\"cd-data-list\"\u003e\n\u003cli\u003e1x Clesana X1 Unit\u003c\/li\u003e\n\u003cli\u003e1x 12V \/ 24V Vehicle Plug\u003c\/li\u003e\n\u003cli\u003e1x AC Power Adapter (100V-240V)\u003c\/li\u003e\n\u003cli\u003e1x High-Barrier Film Liner\u003c\/li\u003e\n\u003cli\u003e1x Pack of Super-Absorber\u003c\/li\u003e\n\u003cli\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/li\u003e\n\u003cli\u003e1x Service Card\u003c\/li\u003e\n\u003cli\u003eUser Manual \u0026amp; Quick Start Guide\u003cbr\u003e\u003cstrong\u003e\u003cem\u003eEinhell 18V Battery not included.\u003c\/em\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-data-box\"\u003e\n\u003cdiv class=\"cd-data-header\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSupply Voltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11 - 28 V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Current Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e10 A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eCharging Support\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003eEinhell Power X-Change\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eEnergy \/ Cycle\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e2.0 Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11.5 kg (25.3 lbs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eFolded Dimensions\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e302 x 344 x 384 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eSeat Height\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e407 mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-style: italic; margin-top: 20px; opacity: 0.7; font-size: 0.8em;\"\u003eQuality Gear for the Great Indoors \u0026amp; Out.\u003cbr\u003e\u003cstrong\u003eThe Cabin Depot Ltd.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Clesana","offers":[{"title":"Default Title","offer_id":43753738666081,"sku":"EU-10010040","price":2199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/clesanax1prochargecomingsoon.png?v=1775841394"}],"url":"https:\/\/thecabindepot.ca\/collections\/clesana-products.oembed","provider":"The Cabin Depot","version":"1.0","type":"link"}