{"product_id":"j-a-roby-gemini-r-wood-burning-cookstove","title":"J.A. ROBY Gemini-R Wood Burning Cookstove","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    .cd-product-description {\n        font-family: inherit;\n        line-height: 1.4;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    .cd-product-description h1 { text-align: center; margin-bottom: 2px; font-weight: 900; color: #0f172a; }\n    \n    .cd-product-description .cd-origin-badge {\n        text-align: center;\n        text-transform: uppercase;\n        font-weight: bold;\n        letter-spacing: 2px;\n        margin-bottom: 15px;\n        display: block;\n        color: #065f46;\n    }\n    .cd-product-description h2 {\n        border-bottom: 2px solid #064e3b;\n        padding-bottom: 4px;\n        margin-top: 20px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-weight: 800;\n        color: #064e3b;\n        text-align: center;\n    }\n    .cd-product-description p { margin-bottom: 10px; }\n    \n    .cd-expertise-row {\n        background: white;\n        border: 1px solid #e2e8f0;\n        border-radius: 20px;\n        margin: 15px 0;\n        overflow: hidden;\n        display: flex;\n        flex-wrap: wrap;\n        align-items: stretch;\n    }\n    .cd-expertise-text-container {\n        flex: 1 1 100%;\n        padding: 30px 40px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .cd-expertise-text-container h2 { margin-top: 5px; margin-bottom: 5px; border-bottom: none; padding-bottom: 0; text-align: center; }\n    \n    .cd-responsive-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 10px;\n        margin: 12px 0;\n    }\n    .cd-feature-card {\n        background: rgba(6, 95, 70, 0.04);\n        padding: 15px;\n        border-radius: 12px;\n        border-left: 4px solid #064e3b;\n    }\n    .cd-feature-card strong {\n        display: block;\n        margin-bottom: 2px;\n        text-transform: uppercase;\n        color: #064e3b;\n    }\n    \n    .cd-spec-container {\n        margin: 15px auto 5px auto;\n        border: 1px solid #e2e8f0;\n        border-radius: 12px;\n        overflow: hidden;\n        position: relative;\n    }\n    .cd-spec-header { background-color: #1a1a1a; color: #ffffff; padding: 10px 15px; font-weight: bold; display: flex; justify-content: space-between; }\n    .cd-spec-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #f1f5f9; position: relative; }\n    .cd-spec-row:nth-child(even) { background-color: rgba(6, 78, 59, 0.02); }\n    .cd-spec-row:last-child { border-bottom: none; }\n    .cd-spec-label { font-weight: bold; color: #64748b; }\n    .cd-spec-value { font-weight: 700; text-align: right; color: #0f172a; }\n    \n    .cd-epa-group {\n        position: relative;\n        background-color: #f0fdf4 !important;\n    }\n    .cd-epa-group .cd-spec-label { color: #166534; }\n    \n    .cd-epa-badge-floating {\n        position: absolute;\n        left: 50%;\n        top: 50%;\n        transform: translate(-50%, -50%);\n        background: #22c55e;\n        color: white;\n        padding: 6px 14px;\n        border-radius: 40px;\n        font-weight: 900;\n        font-size: 10px;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n        z-index: 20;\n        pointer-events: none;\n        white-space: nowrap;\n        border: 2px solid #ffffff;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    .cd-warranty-block {\n        margin: 30px auto;\n        text-align: center;\n    }\n    .cd-warranty-btn {\n        font-weight: 800;\n        text-transform: uppercase;\n        text-decoration: none !important;\n        padding: 14px 32px;\n        border-radius: 12px;\n        color: #ffffff !important;\n        background: #0f172a;\n        transition: all 0.2s ease;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 0.9em;\n        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);\n        letter-spacing: 1px;\n    }\n    .cd-warranty-btn:hover {\n        background: #1e293b;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);\n    }\n    \n    @media screen and (max-width: 768px) {\n        .cd-expertise-row { margin: 10px 0; flex-direction: column; }\n        .cd-expertise-text-container { padding: 20px; text-align: center; }\n        .cd-spec-row { flex-direction: column; text-align: center; }\n        .cd-spec-value { text-align: center; margin-top: 2px; }\n        .cd-epa-group {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n            margin: 0;\n            background-color: #f0fdf4 !important;\n            position: relative;\n            align-items: center;\n        }\n        .cd-epa-group .cd-spec-row {\n            background-color: transparent !important;\n            border-bottom: none;\n            width: 100%;\n        }\n        .cd-epa-group .cd-spec-row:first-of-type { padding-bottom: 30px; }\n        .cd-epa-group .cd-spec-row:last-of-type { padding-top: 30px; }\n        .cd-epa-badge-floating {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            z-index: 30;\n        }\n        .cd-warranty-btn { width: 100%; box-sizing: border-box; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-product-description\"\u003e\n    \u003ch1\u003eJ.A. ROBY Gemini-R Wood Cookstove\u003c\/h1\u003e\n    \u003cspan class=\"cd-origin-badge\"\u003ePremium North American Quality\u003c\/span\u003e\n\n    \u003csection\u003e\n        \u003cp\u003eThe \u003cstrong\u003eJ.A. ROBY Gemini-R\u003c\/strong\u003e is a modern evolution of the classic wood-burning stove. Featuring a beautiful space-saving design, the oven is located directly above the firebox, making it the perfect culinary centerpiece for cabins or homesteads with minimal floor space. Fully EPA certified and UL listed, this unit delivers high-efficiency heat and professional-grade baking capability.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"cd-expertise-row\"\u003e\n        \u003cdiv class=\"cd-expertise-text-container\"\u003e\n            \u003cspan style=\"font-weight: 800; color: #064e3b; text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 2px; text-align: center;\"\u003eVertical Design\u003c\/span\u003e\n            \u003ch2\u003eSpace-Saving Oven Configuration\u003c\/h2\u003e\n            \u003cp\u003eBy positioning the oven on top, the Gemini-R maximizes kitchen area while leveraging natural heat convection. An integrated controller vent allows for precise management of oven temperatures, while the 4” air intake allows for direct-vent installation in modern or mobile homes.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003cdiv class=\"cd-responsive-grid\"\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003e110,000 BTU Output\u003c\/strong\u003e\n            Massive heating power designed to warm large living areas from 1,000 to 3,000sqft.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eOven-On-Top Design\u003c\/strong\u003e\n            Includes a spacious oven with thermometer and two racks, saving valuable floor space.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eEPA Certified\u003c\/strong\u003e\n            Optimized for efficiency with a clean emission rate of 1.56 g\/h, reducing fuel consumption.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eMobile Home Approved\u003c\/strong\u003e\n            UL listed and certified for safe installation in mobile buildings when used with a fresh air intake.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"cd-spec-container\"\u003e\n        \u003cdiv class=\"cd-spec-header\"\u003e\n            \u003cspan\u003eDetail\u003c\/span\u003e\n            \u003cspan\u003eInformation\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eModel Series\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eGemini-R Wood Cookstove\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eRecommended Area\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e1,000 – 3,000sqft\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMaximum Output\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e110,000 BTU\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-epa-group\"\u003e\n            \u003cdiv class=\"cd-spec-row\" style=\"border-bottom: 1px solid rgba(22, 101, 52, 0.15);\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eAverage Efficiency\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e77.75%\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003eParticulate Matter Emission\u003c\/span\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e1.56 g\/h (UL Compliant)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"cd-epa-badge-floating\"\u003eEPA Certified!\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eFirebox (WxHxD)\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e18” x 15 1\/8” x 22 1\/2”\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMaximum Log Length\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e22”\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eExternal (WxHxD)\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e26 1\/8” x 54 7\/8” x 34 3\/8”\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eCompliance\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eUL \/ ULC Standards\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eWeight\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e500lbs\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eWarranty\u003c\/span\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #0f172a; color: #ffffff; padding: 15px; border-radius: 12px; margin: 15px 0; text-align: center; font-style: italic;\"\u003eIncludes firebricks, square cast iron doors, two oven racks, and integrated oven thermometer.\u003c\/div\u003e\n\n    \u003cdiv class=\"cd-warranty-block\"\u003e\n        \u003ca class=\"cd-warranty-btn\" href=\"https:\/\/www.jaroby.com\/en\/garantie.php?type=bois\" target=\"_blank\"\u003eRegister Official Warranty\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; font-style: italic; margin-top: 30px; opacity: 0.8;\"\u003e\n        Quality Gear for the Great Indoors \u0026amp; Out.\u003cbr\u003e\n        \u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n    \u003c\/p\u003e\n\u003c\/div\u003e","brand":"JA ROBY","offers":[{"title":"Default Title","offer_id":46154755244228,"sku":"PBGER","price":4749.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3170\/0932\/files\/j-a-roby-wood-stoves-default-title-j-a-roby-gemini-r-wood-burning-cookstove-35228439019617_02287b38-fb2e-4339-83ca-4f75b2fd7c33.png?v=1779016774","url":"https:\/\/25d.store\/products\/j-a-roby-gemini-r-wood-burning-cookstove","provider":"25D STORE","version":"1.0","type":"link"}