{"product_id":"j-a-roby-ultimate-wood-stove","title":"J.A. ROBY Ultimate Wood Stove","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    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    \/* Container: Global Layout Constraints *\/\n    .cd-product-description {\n        font-family: 'Lato', sans-serif;\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\n    \/* Typography: Fixed Sizing *\/\n    .cd-product-description h1 { text-align: center; margin-bottom: 15px; font-weight: 900; color: #0f172a; text-transform: uppercase; font-size: 32px; }\n    .cd-product-description h2 { padding-bottom: 4px; margin-top: 25px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; color: #0f172a; text-align: center; font-size: 24px; }\n    \n    .cd-product-description .cd-origin-badge {\n        text-transform: uppercase;\n        font-weight: 900;\n        letter-spacing: 3px;\n        display: inline-block;\n        font-size: 18px; \n    }\n\n    \/* Animation Definitions *\/\n    @keyframes shine { to { background-position: -200% 0; } }\n    .cd-anim-shine { \n        background: linear-gradient(110deg, #b91c1c 45%, #efd083 50%, #b91c1c 55%); \n        background-size: 200% 100%; \n        -webkit-background-clip: text; \n        -webkit-text-fill-color: transparent; \n        animation: shine 3s infinite linear; \n    }\n\n    @keyframes lineShootExtended {\n        0% { transform: translateX(-110%); }\n        100% { transform: translateX(400%); }\n    }\n\n    @keyframes teeterSmooth {\n        0%, 100% { transform: rotate(0deg); }\n        25% { transform: rotate(-3deg); }\n        75% { transform: rotate(3deg); }\n    }\n\n    \/* UI Components: Visual Accents *\/\n    .cd-animation-container { text-align: center; margin-bottom: 10px; }\n    .cd-shooting-track {\n        width: 220px;\n        height: 3px;\n        background: #f1f5f9;\n        margin: 6px auto 0 auto;\n        position: relative;\n        overflow: hidden;\n        border-radius: 4px;\n    }\n    .cd-shooting-line {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 80px;\n        height: 100%;\n        background: #efd083; \n        animation: lineShootExtended 3.5s infinite linear;\n    }\n\n    \/* Layout Structure: Narrative Content Block *\/\n    .cd-expertise-row {\n        background: white;\n        border: 1px solid #e2e8f0;\n        border-radius: 20px;\n        margin: 10px 0 20px 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        align-items: center; \n        text-align: center;\n    }\n    .cd-expertise-text-container h2 { margin-top: 5px; margin-bottom: 4px; border-bottom: none; padding-bottom: 0; }\n    .cd-expertise-text-container p { font-size: 16px; }\n\n    \/* Layout Structure: Performance Highlights Grid *\/\n    .cd-feature-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 12px;\n        margin-bottom: 20px;\n    }\n    .cd-feature-card {\n        background: #ffffff;\n        padding: 15px;\n        border-radius: 12px;\n        border: 1px solid #e2e8f0;\n        border-top: 4px solid #b91c1c;\n        text-align: center;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n    .cd-feature-card:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n    .cd-feature-card strong { display: block; margin-bottom: 4px; text-transform: uppercase; font-weight: 900; color: #0f172a; font-size: 14px; }\n    .cd-feature-card p { margin: 0; color: #475569; line-height: 1.3; font-size: 14px; }\n    \n    \/* Structure: Technical Specifications Table *\/\n    .cd-spec-container {\n        margin: 5px auto 20px auto;\n        border: 1px solid #e2e8f0;\n        border-radius: 16px;\n        overflow: hidden;\n        background: #ffffff;\n        max-width: 620px; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    }\n    .cd-spec-header-split { \n        background-color: #1a1a1a; \n        color: #ffffff; \n        padding: 14px 20px; \n        font-weight: 900; \n        text-transform: uppercase; \n        letter-spacing: 1px; \n        font-size: 15px; \n        display: flex;\n        justify-content: space-between;\n    }\n\n    \/* Table Rows: Centered Data Mapping with Dot Leaders *\/\n    .cd-spec-row { \n        display: flex; \n        justify-content: space-between; \n        align-items: center; \n        padding: 12px 20px; \n        border-bottom: 1px solid #f1f5f9; \n        position: relative; \n        background: #ffffff;\n        font-size: 14px;\n    }\n    .cd-spec-row:nth-child(even) { background-color: #f8fafc; }\n    .cd-spec-row:last-child { border-bottom: none; }\n\n    .cd-dot-leader {\n        flex: 1;\n        border-bottom: 1px dotted #cbd5e1;\n        height: 1px;\n        margin: 0 12px;\n        opacity: 0.6;\n    }\n    \n    .cd-spec-label { \n        font-weight: 700; \n        color: #64748b; \n        text-transform: uppercase; \n        font-size: 13px; \n        letter-spacing: 0.5px;\n        background: inherit; \n        position: relative;\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        flex-shrink: 0;\n        max-width: 60%;\n    }\n    \n    .cd-spec-value { \n        font-weight: 900; \n        color: #b91c1c; \n        font-size: 14px;\n        text-align: right; \n        background: #fef2f2; \n        padding: 2px 8px; \n        border-radius: 4px; \n        position: relative;\n        z-index: 2;\n        white-space: nowrap;\n        flex-shrink: 0;\n    }\n    \n    .cd-spec-comparison { \n        display: block; \n        font-size: 11px; \n        font-weight: 400; \n        color: #94a3b8; \n        text-transform: none; \n        margin-top: 2px;\n        letter-spacing: 0;\n    }\n\n    \/* Specification Module: EPA Unified Highlight *\/\n    .cd-epa-unified-block {\n        position: relative;\n        background: #f0fdf4 !important; \n    }\n    .cd-epa-unified-block .cd-spec-row { background: transparent !important; border-bottom: 1px solid rgba(21, 128, 61, 0.1); }\n    .cd-epa-unified-block .cd-spec-label { color: #15803d; }\n    .cd-epa-unified-block .cd-spec-value { color: #15803d; background: transparent !important; border: none !important; padding: 0; }\n    .cd-epa-unified-block .cd-spec-comparison { color: #166534; opacity: 0.8; font-weight: 600; }\n    .cd-epa-unified-block .cd-dot-leader { border-color: #bbf7d0; }\n\n    .cd-epa-badge-floating {\n        position: absolute;\n        top: 50%;\n        left: 65%; \n        transform: translate(-50%, -50%);\n        background: #16a34a;\n        color: white;\n        padding: 4px 14px;\n        border-radius: 40px;\n        font-weight: 900;\n        font-size: 9px;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        z-index: 10;\n        border: 2px solid #ffffff;\n        white-space: nowrap;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n\n    \/* Layout Structure: Technical Support Section *\/\n    .cd-support-box {\n        max-width: 720px; \n        margin: 0 auto 2px auto; \n        padding: 18px;\n        border: 1px dashed #bae6fd;\n        border-radius: 16px;\n        background: #f8fafc;\n        display: flex;\n        flex-direction: row;\n        align-items: center;\n        gap: 15px;\n        flex-wrap: nowrap;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; min-width: 0; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 15px; }\n    .cd-support-content p { margin: 0 0 8px 0; color: #475569; font-size: 14px; line-height: 1.3; }\n    .cd-support-content a.cd-phone-link { color: #0369a1; font-weight: 800; text-decoration: underline; white-space: nowrap; }\n\n    .cd-support-btn-grid { display: flex; flex-direction: row; gap: 8px; flex-shrink: 0; flex-wrap: nowrap; }\n    .cd-support-link {\n        text-decoration: none !important;\n        padding: 8px 14px;\n        border-radius: 8px;\n        font-weight: 800;\n        text-transform: uppercase;\n        transition: all 0.2s;\n        font-size: 11px;\n        display: inline-flex;\n        align-items: center;\n        gap: 4px;\n        white-space: nowrap;\n    }\n    .cd-btn-pastel-blue { background: #e0f2fe; color: #0369a1 !important; border: 1px solid #bae6fd; }\n    .cd-btn-pastel-gold { background: #fff9e6; color: #926b00 !important; border: 1px solid #efd083; }\n\n    \/* Branded Visual Logic: Origin Assets *\/\n    .cd-mid-origin-wrap { \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        gap: 20px; \n        margin: 45px 0 5px 0;\n        flex-wrap: nowrap; \n    }\n    .cd-mid-origin-wrap img { \n        height: 85px; \n        width: auto; \n        border: 1.5px solid #e2e8f0; \n        box-shadow: 0 4px 10px rgba(0,0,0,0.08); \n        border-radius: 8px;\n        background: white;\n    }\n    \n    .cd-spec-badge-header { \n        max-width: 620px; \n        margin: 25px auto 5px auto; \n        display: flex; \n        align-items: center; \n        justify-content: space-between;\n        padding: 0 5px 5px 5px;\n        flex-wrap: nowrap;\n    }\n    .cd-spec-badge-header img { \n        height: 60px; \n        width: auto; \n        order: 2; \n        flex-shrink: 0; \n        border: 1px solid #e2e8f0; \n        box-shadow: 0 2px 6px rgba(0,0,0,0.05); \n        border-radius: 6px; \n        background: white; \n        animation: teeterSmooth 4s infinite ease-in-out;\n    }\n\n    .cd-footer-tagline { \n        text-align: center; \n        font-style: italic; \n        margin-top: 0; \n        color: #94a3b8; \n        border-top: 1px solid #f1f5f9; \n        padding-top: 10px; \n        font-size: 13px; \n    }\n\n    \/* Media Queries: Mobile handset logic *\/\n    @media screen and (max-width: 768px) {\n        .cd-product-description h1 { font-size: 26px; }\n        .cd-product-description h2 { font-size: 20px; }\n        .cd-feature-grid { grid-template-columns: repeat(2, 1fr); }\n        .cd-support-box { padding: 12px; gap: 10px; max-width: 100%; border-radius: 12px; }\n        .cd-support-badge-img { display: block !important; width: 45px; }\n        .cd-support-btn-grid { flex-direction: row; width: auto; gap: 5px; }\n        .cd-support-link { padding: 6px 10px; font-size: 10px; }\n        \n        \/* Table: Force single-line horizontal alignment for data tracking *\/\n        .cd-spec-row { flex-wrap: nowrap !important; padding: 10px 12px !important; align-items: center; }\n        .cd-dot-leader { margin: 0 6px !important; flex: 1 1 auto; min-width: 4px; }\n        .cd-spec-label { font-size: 12px !important; flex: 0 1 auto; white-space: normal !important; line-height: 1.1; }\n        .cd-spec-value { font-size: 12px !important; padding: 2px 6px !important; flex: 0 0 auto; white-space: nowrap !important; text-align: right; }\n        .cd-spec-comparison { font-size: 9px; }\n        \n        .cd-epa-badge-floating { font-size: 7px; padding: 2px 8px; left: 58%; } \n        .cd-mid-origin-wrap { padding: 0 10px; gap: 12px; margin-top: 35px; }\n        .cd-origin-badge { font-size: 14px; letter-spacing: 2px; }\n        .cd-mid-origin-wrap img { height: 70px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-product-description\"\u003e\n    \u003ch1\u003eJ.A. ROBY Ultimate Wood Stove\u003c\/h1\u003e\n\n    \u003csection\u003e\n        \u003cp\u003eThe \u003cstrong\u003eJ.A. ROBY Ultimate\u003c\/strong\u003e is a heavy-duty Canadian powerhouse designed to heat the most commanding residential spaces with efficiency and artistry. Hand-built in Quebec, this model features a massive 3.82 cubic foot firebox—one of the largest in its class—and an advanced secondary air system that ensures nearly 100% gas combustion. Perfectly engineered for off-grid homesteads and large multi-story homes, the Ultimate delivers a monumental 120,000 peak BTUs of reliable warmth for areas up to 3,800 sq. ft.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Branding Section --\u003e\n    \u003cdiv class=\"cd-mid-origin-wrap\"\u003e\n        \u003cspan class=\"cd-origin-badge cd-anim-shine\"\u003eHandcrafted North American Heating\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Made_in_Canada.png?v=1776445187\" alt=\"Made in Canada\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Interface Section: Narrative Details --\u003e\n    \u003cdiv class=\"cd-expertise-row\"\u003e\n        \u003cdiv class=\"cd-expertise-text-container\"\u003e\n            \u003cspan style=\"font-weight: 800; color: #b91c1c; text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 2px; font-size: 16px;\"\u003eExtreme Capacity\u003c\/span\u003e\n            \u003ch2 style=\"margin-bottom:0;\"\u003eMonumental Firebox Performance\u003c\/h2\u003e\n            \u003cdiv class=\"cd-animation-container\"\u003e\n                \u003cdiv class=\"cd-shooting-track\"\u003e\u003cdiv class=\"cd-shooting-line\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top:15px;\"\u003eBuilt to withstand the harshest North American winters, the Ultimate handles logs up to 24 inches in length for extended burn times of up to 18 hours. Its interior is lined with high-density refractory bricks for superior heat distribution and retention. The top surface features a heavy-duty cast iron cooking plate with removable lids, allowing for professional-grade wood-fired culinary utility alongside its primary role as a powerful central heating system.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Interface Section: High-Level Feature Grid --\u003e\n    \u003cdiv class=\"cd-feature-grid\"\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eHuge firebox\u003c\/strong\u003e\u003cp\u003eElite 3.82 cu. ft. capacity (overall 4.47 ft³) allows for massive log orientation and extended maintenance-free burn cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e120,000 BTU Power\u003c\/strong\u003e\u003cp\u003eCommanding heat capacity designed to warm living areas up to 3,800 sq. ft. with consistent reliable output.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eCulinary Master\u003c\/strong\u003e\u003cp\u003eFeatures a wood-fired cooktop with removable lids for direct-flame high-heat boiling and searing.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e71.6% Efficiency\u003c\/strong\u003e\u003cp\u003eHighly efficient air admission system provides a stable burn and significantly reduced wood consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eClean Burn Tech\u003c\/strong\u003e\u003cp\u003eSecondary air system ensures nearly 100% gas combustion for low emissions and reduced creosote buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eQuebec Quality\u003c\/strong\u003e\u003cp\u003eHand-built in Canada with thick refractory bricks for maximum heat retention and long-term durability.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Interface Section: Technical Data Header --\u003e\n    \u003cdiv class=\"cd-spec-badge-header\"\u003e\n        \u003ch2 style=\"margin:0; text-align:left;\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/JA_ROBY_EPA_Certified_2020.jpg?v=1776445196\" alt=\"EPA Certified\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Data Display: Technical Specifications Table --\u003e\n    \u003cdiv class=\"cd-spec-container\"\u003e\n        \u003cdiv class=\"cd-spec-header-split\"\u003e\n            \u003cspan\u003eFeature\u003c\/span\u003e\n            \u003cspan\u003eSpecification\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMODEL\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eUltimate (2015 Edition)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eHeating Capacity\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e1,200 – 3,800 sq. ft.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Module: Certified Performance Tracking --\u003e\n        \u003cdiv class=\"cd-epa-unified-block\"\u003e\n            \u003cspan class=\"cd-epa-badge-floating\"\u003eEPA 2020 CERTIFIED\u003c\/span\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003e\n                    Particle Emissions \n                    \u003cspan class=\"cd-spec-comparison\"\u003eCompetitors: 15-25 g\/h\u003c\/span\u003e\n                \u003c\/span\u003e \n                \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e1.30 g\/h\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003e\n                    Average Efficiency \n                    \u003cspan class=\"cd-spec-comparison\"\u003eCompetitors: 40-50%\u003c\/span\u003e\n                \u003c\/span\u003e \n                \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cd-spec-value\"\u003e71.6% (Avg)\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003ePeak Heat Output\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e120,000 BTU\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eBURN TIME\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e4 to 18 Hours\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eFIREBOX SIZE (TEST LOAD)\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e3.82 ft³ (4.47 ft³ Overall)\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eINTERIOR FIREBOX DIMENSIONS\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e19¾\"W x 14½\"H x 24\"D\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eGLASS DOOR OPENING\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e16\" x 9½\"\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eFULL STOVE DIMENSIONS\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e29\"W x 37 13\/16\"H x 37 7\/16\"D\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eOUTSIDE AIR INTAKE\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e4\" Diameter (Rear Connection)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMin Chimney Height | Diameter\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e12' Height | 6\" Diameter\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eCLEARANCE REQUIREMENTS\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eBack: 10\" | Side: 20\" | Corner: 20\"\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMIN CEILING HEIGHT\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e84\" (From Floor)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eMAX LOG SIZE\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e24\" (Lateral)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eWEIGHT\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e507 lbs (230 kg)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eWARRANTY\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003eLimited Lifetime\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- UI Component: Support Contact Module --\u003e\n    \u003cdiv class=\"cd-support-box\"\u003e\n        \u003cimg alt=\"TCD Support\" class=\"cd-support-badge-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n        \u003cdiv class=\"cd-support-content\"\u003e\n            \u003ch3\u003eTechnical Support \u0026amp; Stove Selection\u003c\/h3\u003e\n            \u003cp\u003eOur sales team can help ensure your Ultimate fits your homestead's layout perfectly. Call us toll-free at \u003ca href=\"tel:+18446034743\" class=\"cd-phone-link\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n            \u003cdiv class=\"cd-support-btn-grid\"\u003e\n                \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" class=\"cd-support-link cd-btn-pastel-blue\"\u003eInquiries\u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.jaroby.com\/en\/garantie.php?type=bois\" class=\"cd-support-link cd-btn-pastel-gold\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n                    Register Warranty \n                    \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\u003e\u003c\/path\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cline x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-footer-tagline\"\u003eQuality Gear for the Great Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JA ROBY","offers":[{"title":"Default Title","offer_id":44033612873825,"sku":"PBULT","price":3209.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/JAROBYUltimateimg1.png?v=1776871977","url":"https:\/\/thecabindepot.ca\/products\/j-a-roby-ultimate-wood-stove","provider":"The Cabin Depot","version":"1.0","type":"link"}