{"product_id":"thinktank-waterless-toilet","title":"Thinktank Waterless Toilet","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003ctitle\u003eThinktank Waterless Toilet ™ - USA\u003c\/title\u003e\n\u003cstyle\u003e\n    \/* Author: Kenton Jones\n       Role: Product \u0026 Part Description Developer\n       Date: October 2025\n       Contact: kenton.jones@cabindepot.com\n\n       UPDATE: Manual button text color enforced to White (!important) to fix display issues.\n       UPDATE: Video link button text color enforced to White (!important) to fix display issues.\n       UPDATE: Tagline color remains Orange (#d35400).\n       UPDATE: Matched premium CA styling with ultra-smooth hover effects.\n       UPDATE: Precision cropping for Images 1-4 to show top\/lid while removing trees.\n    *\/\n\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700\u0026display=swap');\n\n    .cd-product-description {\n        font-family: 'Lato', sans-serif;\n        color: #333;\n        line-height: 1.4;\n        width: 100%;\n        box-sizing: border-box;\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 15px;\n    }\n\n    .cd-header-us {\n        text-align: center;\n        margin-bottom: 5px;\n    }\n\n    .cd-header-us h1 { margin: 0; color: #2c3e50; font-size: 2.2rem; }\n\n    .cd-tagline {\n        text-align: center;\n        font-weight: 700;\n        color: #d35400; \n        margin-bottom: 25px;\n        font-size: 1rem;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n    }\n\n    \/* Premium Image Gallery *\/\n    .cd-main-gallery {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 15px;\n        margin-bottom: 35px;\n    }\n\n    .cd-gallery-item {\n        position: relative;\n        overflow: hidden;\n        border-radius: 12px;\n        border: 1px solid #e1e8ed;\n        background: #f8fbfe;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.04);\n        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        cursor: default;\n    }\n\n    .cd-gallery-item img {\n        width: 100%;\n        display: block;\n        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    \/* Precision Cropping Logic *\/\n    .cd-gallery-item.cd-hero { grid-column: span 2; }\n    \n    .cd-gallery-item.cd-hero img {\n        height: 550px;\n        object-fit: cover;\n        object-position: center 70%; \n    }\n\n    .cd-gallery-item.cd-angle img {\n        height: 550px;\n        object-fit: cover;\n        object-position: center 70%;\n    }\n\n    .cd-gallery-item.cd-detail-3 img {\n        height: 350px;\n        object-fit: cover;\n        object-position: center 75%; \n    }\n\n    .cd-gallery-item.cd-detail-4 img {\n        height: 350px;\n        object-fit: cover;\n        object-position: center 80%; \n    }\n\n    .cd-gallery-item.cd-detail-5 img {\n        height: 350px;\n        object-fit: cover;\n        object-position: center bottom; \n    }\n\n    \/* Smooth Hover Animations *\/\n    .cd-gallery-item:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 40px rgba(46, 134, 193, 0.18);\n        border-color: #2E86C1;\n        z-index: 10;\n    }\n\n    .cd-gallery-item:hover img {\n        transform: scale(1.08);\n    }\n\n    @media (max-width: 768px) {\n        .cd-main-gallery { grid-template-columns: 1fr; }\n        .cd-gallery-item.cd-hero, .cd-gallery-item.cd-angle, [class*=\"cd-detail\"] { grid-column: span 1; }\n        .cd-gallery-item img { height: 400px !important; }\n    }\n\n    \/* Sales Point Grid *\/\n    .cd-value-section {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 12px;\n        margin-bottom: 35px;\n    }\n\n    .cd-value-card {\n        background: #fff;\n        border: 1px solid #e1e8ed;\n        border-top: 5px solid #2E86C1;\n        padding: 18px;\n        border-radius: 8px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    }\n\n    .cd-value-card h3 { margin: 0 0 10px 0; color: #2E86C1; font-size: 1.15rem; font-weight: 700; }\n    .cd-value-card p { margin: 0; font-size: 0.95rem; color: #444; line-height: 1.5; }\n\n    \/* Side-by-Side Specs \u0026 Logo *\/\n    .cd-specs-row {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 25px;\n        align-items: center;\n        background: #f8fbfe;\n        padding: 25px;\n        border-radius: 12px;\n        margin: 30px 0;\n        border: 1px solid #eaf2f8;\n    }\n\n    .cd-logo-side { flex: 1; min-width: 150px; text-align: center; }\n    .cd-logo-side img { max-width: 180px; height: auto; }\n\n    .cd-table-side { flex: 2; min-width: 300px; }\n    .cd-product-description table { width: 100%; border-collapse: collapse; font-size: 0.9rem; background: #fff; border-radius: 8px; overflow: hidden; }\n    .cd-product-description th { background: #2E86C1; color: white; padding: 12px; text-align: left; }\n    .cd-product-description td { padding: 10px; border-bottom: 1px solid #eee; }\n\n    \/* Resources Section *\/\n    .cd-resources {\n        background: #EAF2F8;\n        padding: 25px;\n        border-radius: 12px;\n        margin: 35px 0;\n        text-align: center;\n    }\n\n    .cd-manual-btn {\n        display: inline-block;\n        background: #d35400;\n        color: #ffffff !important; \/* Force white font to override global link styles *\/\n        padding: 15px 30px;\n        text-decoration: none;\n        font-weight: bold;\n        border-radius: 6px;\n        margin-bottom: 25px;\n        transition: background 0.3s ease;\n    }\n    .cd-manual-btn:hover { background: #e67e22; }\n\n    .cd-video-wrapper {\n        width: 100%;\n        max-width: 800px;\n        margin: 0 auto 20px;\n    }\n\n    .cd-main-video {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16 \/ 9;\n        border-radius: 8px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        background: #000;\n        object-fit: contain;\n    }\n\n    .cd-video-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 12px;\n        margin-top: 20px;\n    }\n\n    .cd-video-link {\n        display: block;\n        background: #2E86C1;\n        color: #ffffff !important; \/* Force white font to override global link styles *\/\n        text-align: center;\n        padding: 12px;\n        text-decoration: none;\n        border-radius: 4px;\n        font-size: 0.85rem;\n        font-weight: bold;\n        transition: background 0.3s ease;\n    }\n    .cd-video-link:hover { background: #1B4F72; }\n\n    @media screen and (max-width: 600px) {\n        .cd-product-description table, .cd-product-description thead, .cd-product-description tbody, .cd-product-description th, .cd-product-description td, .cd-product-description tr { display: block; }\n        .cd-product-description thead tr { position: absolute; top: -9999px; left: -9999px; }\n        .cd-product-description tr { border: 1px solid #ccc; margin-bottom: 10px; border-radius: 6px; }\n        .cd-product-description td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 45%; text-align: left; }\n        .cd-product-description td:before {\n            position: absolute; left: 10px; font-weight: bold; color: #2E86C1; content: attr(data-label);\n        }\n    }\n\n    .cd-footer {\n        text-align: center;\n        margin-top: 40px;\n        padding-top: 20px;\n        border-top: 1px solid #eee;\n        color: #999;\n        font-style: italic;\n        font-size: 0.9rem;\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"cd-product-description\"\u003e\n    \u003cdiv class=\"cd-header-us\"\u003e\n        \u003ch1\u003eThinktank Waterless Toilet ™\u003c\/h1\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cd-tagline\"\u003eAirtight • Urine Diverting • 6-Year Warranty\u003c\/div\u003e\n\n    \u003c!-- Imagery Gallery --\u003e\n    \u003cdiv class=\"cd-main-gallery\"\u003e\n        \u003cdiv class=\"cd-gallery-item cd-hero\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/front_2.jpg?v=1773256725\" alt=\"Thinktank Main View\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-gallery-item cd-angle\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/angle_1.jpg?v=1773256664\" alt=\"Thinktank Side Profile\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-gallery-item cd-detail-3\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/beach_1.jpg?v=1773256708\" alt=\"Lakeside Use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-gallery-item cd-detail-4\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/beach_6.jpg?v=1773256720\" alt=\"Rear Port Detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-gallery-item cd-detail-5\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/front_3.jpg?v=1773256734\" alt=\"Open Hatch View\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sales Points --\u003e\n    \u003cdiv class=\"cd-value-section\"\u003e\n        \u003cdiv class=\"cd-value-card\"\u003e\n            \u003ch3\u003eDesigned for Everyone\u003c\/h3\u003e\n            \u003cp\u003e\u003cstrong\u003eWomen:\u003c\/strong\u003e Thoughtfully engineered collection areas mean no special \"aiming\" is required.\u003cbr\u003e\u003cstrong\u003eMen:\u003c\/strong\u003e The only diverting toilet on the market where men can stand while using.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-value-card\"\u003e\n            \u003ch3\u003eMassive Airflow = Zero Odor\u003c\/h3\u003e\n            \u003cp\u003e100% airtight design. When in use, the open hatch acts as a giant air intake—sucking air into the toilet rather than allowing it to escape into your living space.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-value-card\"\u003e\n            \u003ch3\u003eMaximum Energy Efficiency\u003c\/h3\u003e\n            \u003cp\u003eUnlike competitors, Thinktank draws outside air and exhausts it back outside. This prevents your expensively heated or cooled indoor air from being wasted.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-value-card\"\u003e\n            \u003ch3\u003eCleanest Disposal System\u003c\/h3\u003e\n            \u003cp\u003eNot \"gross\" to empty. Vertical chute walls minimize contact, and a patented rotation mechanism advances the container slightly each use for perfectly even distribution.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-value-card\"\u003e\n            \u003ch3\u003eBest Warranty in the Industry\u003c\/h3\u003e\n            \u003cp\u003e6 Years on the toilet body. 3 Years on high-performance fans. Built from rotomolded plastic (like a whitewater kayak) to be virtually indestructible.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- US Manual \u0026 Main Setup Video --\u003e\n    \u003csection class=\"cd-resources\"\u003e\n        \u003ca class=\"cd-manual-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/ThinkTank_Manual_4.0.pdf?v=1773256269\" target=\"_blank\"\u003eDOWNLOAD USA OFFICIAL MANUAL (V4.0)\u003c\/a\u003e\n        \n        \u003cdiv class=\"cd-video-wrapper\"\u003e\n            \u003cvideo class=\"cd-main-video\" controls poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/front_2.jpg?v=1773256725\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5f708af5adfc4874a2244c16d1ecdaaa.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n            \u003cp style=\"font-weight: bold; margin-top: 15px; color: #2E86C1;\"\u003eWatch: Official USA Unboxing \u0026amp; Setup Guide\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-video-grid\"\u003e\n            \u003ca class=\"cd-video-link\" href=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/96f6021b91cd4b449a8e1ff8a63ec8a1.mp4\" target=\"_blank\"\u003eWhy Thinktank? (Overview)\u003c\/a\u003e\n            \u003ca class=\"cd-video-link\" href=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/933af3ce6907432393fb9c474224479a.mp4\" target=\"_blank\"\u003eInstallation Demo\u003c\/a\u003e\n            \u003ca class=\"cd-video-link\" href=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/09a45b50c0394288acf37133cd5d237f.mp4\" target=\"_blank\"\u003eCapacity Showcase\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Side-by-Side Logo \u0026 Tech Grid --\u003e\n    \u003cdiv class=\"cd-specs-row\"\u003e\n        \u003cdiv class=\"cd-logo-side\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/ThinkerNoBackground-300x300.webp?v=1760625975\" alt=\"Thinktank Manufacturing\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-table-side\"\u003e\n            \u003ctable\u003e\n                \u003cthead\u003e\u003ctr\u003e\u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n\u003ctd data-label=\"Spec\"\u003e\u003cstrong\u003eFootprint\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e23.23\" D × 18\" W × 20.67\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd data-label=\"Metric\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e27 lbs (Ships in 1 Box)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd data-label=\"Power\"\u003e\u003cstrong\u003eEnergy Use\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e1 Watt (12V DC \/ 110V AC)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd data-label=\"Capacity\"\u003e\u003cstrong\u003eUses\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e40-60 Solids Uses per bag\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-footer\"\u003e\n        Engineered for Excellence. Proudly Made in Canada.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Thinktank","offers":[{"title":"Default Title","offer_id":48887782834427,"sku":"TT-WT","price":1199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/2720\/2299\/files\/ThinkTank_Img1.png?v=1779652068","url":"https:\/\/fpp3ct-5i.myshopify.com\/products\/thinktank-waterless-toilet","provider":"Mary","version":"1.0","type":"link"}