{"product_id":"j-a-roby-hubble-r-lx-wood-stove","title":"J.A. ROBY Hubble-R LX 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    \/* 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    \/* 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: Standard Handset Layout 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 Hubble-R LX Wood Stove\u003c\/h1\u003e\n\n    \u003csection\u003e\n        \u003cp\u003eThe \u003cstrong\u003eJ.A. ROBY Hubble-R LX\u003c\/strong\u003e represents the perfect union of high-efficiency heating and premium mirrored elegance. Handcrafted in Quebec, this elite pedestal wood stove features brilliant mirrored chrome corners, handles, legs, and door trim that catch and reflect the firelight. Fully EPA 2020 certified, it delivers a powerful 55,107 BTU output with a massive 3.01 cubic foot firebox, providing high-output heat and a sophisticated decorative centerpiece for your cabin or homestead.\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;\"\u003eChrome LX Elegance\u003c\/span\u003e\n            \u003ch2 style=\"margin-bottom:0;\"\u003eMirrored Command Center\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;\"\u003eThe Hubble-R LX is designed for homeowners who refuse to sacrifice style for technical heating capacity. Its massive firebox handles logs up to 22 inches, providing extended burn cycles that minimize refueling. The architectural pedestal base and polished mirrored trim transform a functional heater into a stunning architectural landmark, providing consistent reliable warmth for up to 3,000 sq. ft. in an elite EPA certified package.\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\u003eChrome LX Finish\u003c\/strong\u003e\u003cp\u003eMirrored chrome ornamentation on corners, handles, legs, and door trim for a sophisticated mirrored effect.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e3.01 cu. ft. Firebox\u003c\/strong\u003e\u003cp\u003eMassive firebox volume handles logs up to 22\" for deep orientation and extended burn times.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eArchitectural Pedestal\u003c\/strong\u003e\u003cp\u003eElevated pedestal design provides a modern visual footprint and enhanced structural stability.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e77.75% LHV Efficiency\u003c\/strong\u003e\u003cp\u003eElite efficiency rating ensures every log provides maximum thermal benefit to your living space.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eMobile Home Ready\u003c\/strong\u003e\u003cp\u003eFully certified and safe for installation in transportable buildings with a dedicated fresh air intake.\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 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\"\u003eHubble-R LX\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,000 – 3,000 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.56 g\/h\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-spec-row\"\u003e\n                \u003cspan class=\"cd-spec-label\"\u003e\n                    Maximum 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\"\u003e77.75% (LHV)\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\"\u003e55,107 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 14 Hours\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cd-spec-row\"\u003e\n            \u003cspan class=\"cd-spec-label\"\u003eFIREBOX SIZE\u003c\/span\u003e \n            \u003cdiv class=\"cd-dot-leader\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"cd-spec-value\"\u003e3.01 ft³\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\"\u003e18\"W x 15⅛\"H x 22½\"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\"\u003e15⅛\" 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\"\u003e26\"W x 45\"H x 34⅜\"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: 16\" | Side: 16\" | Corner: 9¾\"\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\"\u003e22\" (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\"\u003e420 lbs (191 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 Hubble-R fits your cabin'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":44033612709985,"sku":"PBHURLX","price":3792.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/JAROBYHubble-RLXimg1.png?v=1776864930","url":"https:\/\/thecabindepot.ca\/products\/j-a-roby-hubble-r-lx-wood-stove","provider":"The Cabin Depot","version":"1.0","type":"link"}