{"product_id":"sbi-5-fresh-air-intake-kit-ac01422","title":"SBI 5\" Fresh Air Intake Kit AC01422","description":"\u003cdiv class=\"dro-prod-wrapper\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900\u0026display=swap');\n\n        \/* Scoped Container - Drolet \/ SBI Brand Theme *\/\n        .dro-prod-wrapper {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background-color: transparent !important;\n            color: #1f2937 !important; \n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 15px 10px 20px;\n            line-height: 1.6;\n            box-sizing: border-box;\n        }\n\n        .dro-prod-wrapper * { box-sizing: border-box; }\n\n        \/* SBI \/ Drolet Color Palette *\/\n        .dro-prod-wrapper {\n            --dro-primary: #b91c1c;      \/* Flame Red *\/\n            --dro-primary-dark: #7f1d1d; \/* Deep Crimson *\/\n            --dro-accent: #dc2626;       \/* Vivid Red Accent *\/\n            --dro-dark: #111827;         \/* Charcoal Black *\/\n            --dro-muted: #555c66;        \/* Slate Gray *\/\n            --dro-border: #cbd5e1;       \/* Light Gray Border *\/\n        }\n\n        \/* Typography *\/\n        .dro-prod-wrapper h1 {\n            font-size: 32px;\n            font-weight: 900;\n            color: var(--dro-dark) !important;\n            line-height: 1.2;\n            margin: 0 0 6px 0;\n            letter-spacing: -0.75px;\n        }\n\n        .dro-prod-wrapper .sub-header {\n            font-size: 18px;\n            color: var(--dro-muted);\n            font-weight: 500;\n            margin: 0 0 18px 0;\n            line-height: 1.35;\n        }\n\n        .dro-prod-wrapper .highlight { \n            color: var(--dro-accent); \n            font-weight: 700; \n        }\n\n        \/* Visual Line Divider *\/\n        .dro-prod-wrapper .trail-divider {\n            display: flex;\n            align-items: center;\n            margin: 18px 0 22px 0;\n            width: 100%;\n        }\n\n        .dro-prod-wrapper .trail-line {\n            flex: 1;\n            height: 1px;\n            background-color: var(--dro-border);\n        }\n\n        \/* Narrative Section *\/\n        .dro-prod-wrapper .narrative-block {\n            border-left: 3px solid var(--dro-accent);\n            padding: 4px 0 4px 18px !important;\n            margin-bottom: 22px !important;\n        }\n\n        .dro-prod-wrapper .narrative-block p {\n            font-size: 16px;\n            line-height: 1.6;\n            margin: 0 0 10px 0;\n            color: #374151;\n            max-width: 850px;\n        }\n\n        .dro-prod-wrapper .narrative-block p:last-child {\n            margin-bottom: 0;\n        }\n\n        .dro-prod-wrapper .narrative-block strong {\n            color: var(--dro-dark);\n            font-weight: 700;\n        }\n\n        \/* Section Headings *\/\n        .dro-prod-wrapper .section-title {\n            color: var(--dro-dark);\n            font-weight: 800;\n            text-transform: uppercase;\n            font-size: 15px;\n            letter-spacing: 0.8px;\n            margin-bottom: 12px;\n            display: block;\n        }\n\n        \/* Specifications List *\/\n        .dro-prod-wrapper .specs-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 0 0 28px 0;\n            max-width: 850px;\n        }\n\n        .dro-prod-wrapper .specs-item {\n            font-size: 15px;\n            line-height: 1.5;\n            margin-bottom: 11px;\n            padding-left: 22px;\n            position: relative;\n            color: #374151;\n        }\n\n        .dro-prod-wrapper .specs-item:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Red Bullet Indicator *\/\n        .dro-prod-wrapper .specs-item::before {\n            content: \"•\";\n            color: var(--dro-accent);\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            top: 0;\n            font-size: 20px;\n            line-height: 1.2;\n        }\n\n        \/* Support Footer *\/\n        .dro-prod-wrapper .support-footer {\n            border-top: 1px solid var(--dro-border) !important;\n            padding-top: 18px !important;\n            display: flex;\n            flex-direction: row !important;\n            align-items: center;\n            justify-content: space-between;\n            gap: 24px;\n            margin-top: 24px;\n            background: transparent !important;\n        }\n\n        .dro-prod-wrapper .support-text-area {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            gap: 3px;\n        }\n\n        .dro-prod-wrapper .support-footer h3 {\n            margin: 0;\n            font-size: 15px;\n            font-weight: 800;\n            text-transform: uppercase;\n            color: var(--dro-primary);\n            letter-spacing: 0.5px;\n        }\n\n        .dro-prod-wrapper .support-footer p {\n            margin: 0;\n            font-size: 14px;\n            line-height: 1.45;\n            color: var(--dro-muted);\n        }\n\n        .dro-prod-wrapper .tel-link {\n            font-weight: 700;\n            color: var(--dro-accent);\n            text-decoration: underline;\n            white-space: nowrap !important;\n            display: inline-block;\n        }\n\n        .dro-prod-wrapper .btn-group {\n            display: flex;\n            flex-direction: row !important;\n            gap: 10px;\n            flex-shrink: 0;\n        }\n\n        .dro-prod-wrapper .quote-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--dro-primary);\n            color: #ffffff !important;\n            padding: 10px 18px;\n            border-radius: 4px;\n            text-decoration: none !important;\n            font-weight: 700;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            transition: all 0.2s ease-in-out;\n            white-space: nowrap;\n        }\n\n        .dro-prod-wrapper .quote-btn:hover {\n            background-color: var(--dro-primary-dark);\n            color: #ffffff !important;\n            transform: translateY(-1px);\n        }\n\n        \/* Mobile Responsive Rules *\/\n        @media screen and (max-width: 768px) {\n            .dro-prod-wrapper h1 { font-size: 26px; }\n            .dro-prod-wrapper .sub-header { font-size: 16px; }\n            .dro-prod-wrapper .narrative-block p { font-size: 15px; }\n            .dro-prod-wrapper .specs-item { font-size: 14px; }\n            .dro-prod-wrapper .support-footer { gap: 16px; }\n            .dro-prod-wrapper .quote-btn { padding: 10px 14px; font-size: 11px; }\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- Product Header --\u003e\n    \u003ch1\u003eSBI 5\" Fresh Air Intake Kit\u003c\/h1\u003e\n    \u003cp class=\"sub-header\"\u003eOutside Combustion Air Supply Kit — \u003cspan class=\"highlight\"\u003eSku: AC01422\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003c!-- Visual Line Divider --\u003e\n    \u003cdiv class=\"trail-divider\"\u003e\n        \u003cspan class=\"trail-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Narrative Section --\u003e\n    \u003cdiv class=\"narrative-block\"\u003e\n        \u003cp\u003eThe \u003cstrong\u003eSBI 5\" Fresh Air Intake Kit (AC01422)\u003c\/strong\u003e pulls fresh combustion air directly from outside your home, boosting stove efficiency while preventing negative room pressure, smoke backdrafts, and cold drafts.\u003c\/p\u003e\n        \u003cp\u003eStrongly recommended for tightly built, energy-efficient modern homes and required for certified mobile home or alcove wood stove installations.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e 5\" air intake adapter, exterior wall termination hood, 36\" pre-glued sealing gasket, two (2) hose clamps, and mounting screws.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Support Footer --\u003e\n    \u003cdiv class=\"support-footer\"\u003e\n        \u003cdiv class=\"support-text-area\"\u003e\n            \u003ch3\u003eSales Support\u003c\/h3\u003e\n            \u003cp\u003eNeed Help? Call us toll-free at \u003cspan class=\"tel-link\"\u003e\u003ca href=\"tel:+18446034743\" class=\"tel-link\"\u003e+1(844) 603-4743\u003c\/a\u003e\u003c\/span\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"btn-group\"\u003e\n            \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" target=\"_blank\" class=\"quote-btn\"\u003eContact Support\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"SBI","offers":[{"title":"Default Title","offer_id":46483240484961,"sku":"AC01422","price":119.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SBI5_FreshAirIntakeKitAC01422img1.webp?v=1789760601","url":"https:\/\/thecabindepot.ca\/es\/products\/sbi-5-fresh-air-intake-kit-ac01422","provider":"The Cabin Depot","version":"1.0","type":"link"}