{"product_id":"filter-for-dr-968","title":"Back Filter for DR-968","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cb\u003eBack Filter for DR-968\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n        }\n        \n        body {\n            background-color: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background-color: white;\n            border-radius: 16px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .header {\n            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .header h1 {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .header p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .warning-banner {\n            background-color: #fef3c7;\n            border-left: 5px solid #f59e0b;\n            padding: 18px 25px;\n            margin: 25px 30px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .warning-banner i {\n            color: #d97706;\n            font-size: 1.5rem;\n        }\n        \n        .instruction-container {\n            padding: 0 30px 30px;\n        }\n        \n        .step {\n            display: flex;\n            margin-bottom: 35px;\n            position: relative;\n        }\n        \n        .step-number {\n            background-color: #3b82f6;\n            color: white;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            flex-shrink: 0;\n            margin-right: 20px;\n            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);\n        }\n        \n        .step-content {\n            flex-grow: 1;\n            padding-top: 5px;\n        }\n        \n        .step-content h3 {\n            color: #1e3a8a;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        .version-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        \n        .version-card {\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-top: 5px solid;\n            transition: transform 0.3s ease;\n        }\n        \n        .version-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .version-1 {\n            border-color: #10b981;\n            background-color: #f0fdf4;\n        }\n        \n        .version-2 {\n            border-color: #3b82f6;\n            background-color: #eff6ff;\n        }\n        \n        .version-3 {\n            border-color: #8b5cf6;\n            background-color: #f5f3ff;\n        }\n        \n        .version-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .version-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            color: white;\n        }\n        \n        .version-1 .version-icon {\n            background-color: #10b981;\n        }\n        \n        .version-2 .version-icon {\n            background-color: #3b82f6;\n        }\n        \n        .version-3 .version-icon {\n            background-color: #8b5cf6;\n        }\n        \n        .version-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n        }\n        \n        .sticker-example {\n            background-color: white;\n            border-radius: 8px;\n            padding: 15px;\n            margin-top: 15px;\n            text-align: center;\n            border: 1px dashed #cbd5e1;\n        }\n        \n        .sticker-example p {\n            font-style: italic;\n            color: #64748b;\n            margin-bottom: 10px;\n        }\n        \n        .serial-example {\n            background-color: #f8fafc;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 15px;\n            font-family: monospace;\n            font-size: 1.2rem;\n            text-align: center;\n            border: 1px solid #e2e8f0;\n        }\n        \n        .footer {\n            text-align: center;\n            padding: 25px;\n            margin-top: 30px;\n            border-top: 1px solid #e2e8f0;\n            color: #64748b;\n            font-size: 0.9rem;\n        }\n        \n        .footer a {\n            color: #3b82f6;\n            text-decoration: none;\n        }\n        \n        @media (max-width: 768px) {\n            .header {\n                padding: 25px 20px;\n            }\n            \n            .header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .instruction-container {\n                padding: 0 20px 20px;\n            }\n            \n            .step {\n                flex-direction: column;\n            }\n            \n            .step-number {\n                margin-bottom: 15px;\n            }\n            \n            .version-cards {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eReplacement Part Identification Guide\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eFollow these steps to identify the correct version for your heater\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warning-banner\"\u003e\n\u003ci class=\"fas fa-exclamation-triangle\"\u003e\u003c\/i\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003eImportant : Select the Correct Version Before Ordering.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"instruction-container\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eCheck the Back of Your Heater\u003c\/h3\u003e\n\u003cp\u003eLocate the identification \u003cstrong\u003eSticker \u003c\/strong\u003eon the back of your heater unit. It should contain Model information and a Serial Number.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eIdentify Your Version\u003c\/h3\u003e\n\u003cp\u003eCompare your \u003cstrong\u003eSticker \u003c\/strong\u003eto the examples below, and check your \u003cstrong\u003eSerial Number (SN) prefix \u003c\/strong\u003eto determine which version you need.\u003c\/p\u003e\n\u003cdiv class=\"version-cards\"\u003e\n\u003cdiv class=\"version-card version-1\" style=\"text-align: start;\"\u003e\n\u003cdiv class=\"version-header\"\u003e\n\u003cdiv class=\"version-icon\"\u003e\n\u003ci class=\"fas fa-tag\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"version-title\"\u003eVersion 1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eIf your Sticker looks like this appearance :\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/968-FCB-V1.jpg?v=1769646966\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp\u003eWhen ordering, select \u003cstrong\u003eVersion 1.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"version-card version-2\"\u003e\n\u003cdiv class=\"version-header\"\u003e\n\u003cdiv class=\"version-icon\"\u003e\n\u003ci class=\"fas fa-id-card\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"version-title\"\u003eVersion 2\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eIf your Sticker looks like this appearance :\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/968AB_Sticker_Label_Pre-V24.jpg?v=1770847705\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003eWhen ordering, select \u003cstrong\u003eVersion 2.\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e  \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Dr Infrared Heater","offers":[{"title":"Version 1","offer_id":48535221141709,"sku":"SP-968-FLTRMESH","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Version 2","offer_id":48535221174477,"sku":"SP-AIRFLT","price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/SP-968-FLTRMESH.jpg?v=1770934741","url":"https:\/\/ilivingusa.com\/products\/filter-for-dr-968","provider":"iLiving USA","version":"1.0","type":"link"}