{"product_id":"lumen-revolution-window-air-conditioner","title":"Window Air Conditioner","description":"\u003cstyle\u003e    \/* ==========================================       1. 基础重置与响应式变量 (Shopify Friendly)       ========================================== *\/    .lumen-listing-wrapper {        margin: 0 auto;        padding: 10px;        max-width: 800px; \/* 完美契合 Shopify 详情页主框宽度 *\/        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;        color: #2c3e50;        background-color: #f4f8fa;        line-height: 1.6;        font-size: 11pt;    }        .lumen-listing-wrapper * {        box-sizing: border-box;    }        .lumen-listing-wrapper h1,     .lumen-listing-wrapper h2,     .lumen-listing-wrapper h3 {        color: #0f2a4a;        margin-top: 0;    }    \/* 响应式图片核心样式：彻底解决图片撑破布局或变形问题 *\/    .lumen-img-container {        width: 100%;        margin: 12px 0;        text-align: center;    }    .lumen-img-container img {        max-width: 100%;        height: auto;        border-radius: 6px;        display: inline-block;        box-shadow: 0 4px 12px rgba(0,0,0,0.05);    }    \/* ==========================================       2. 顶部公告条 (Trust Banner)       ========================================== *\/    .lumen-top-bar {        background: linear-gradient(90deg, #e74c3c, #c0392b);        color: #ffffff;        text-align: center;        font-weight: bold;        font-size: 10pt;        padding: 8px 12px;        letter-spacing: 0.5px;        margin-bottom: 15px;        border-radius: 6px;        box-shadow: 0 2px 4px rgba(0,0,0,0.1);    }    \/* ==========================================       3. 首屏核心转化区 (Hero Section)       ========================================== *\/    .lumen-hero {        background-color: #ffffff;        border: 1px solid #dce6ec;        border-radius: 12px;        padding: 24px;        margin-bottom: 25px;        box-shadow: 0 4px 15px rgba(15,42,74,0.04);        text-align: center;    }    .lumen-hero-title {        font-size: 22pt;        font-weight: 800;        color: #0f2a4a;        line-height: 1.25;        margin-bottom: 12px;    }    .lumen-hero-subtitle {        font-size: 11pt;        color: #5a6b7c;        margin-bottom: 20px;        text-align: left;    }    \/* 高转化呼吸感 CTA 按钮 *\/    .lumen-cta {        display: block;        background: linear-gradient(180deg, #0088ff 0%, #0066cc 100%);        color: #ffffff !important;        text-align: center;        font-weight: bold;        font-size: 13pt;        padding: 14px 24px;        border-radius: 8px;        text-decoration: none;        margin: 20px 0;        border-bottom: 4px solid #004499;        transition: all 0.2s ease;    }    .lumen-cta:hover {        transform: translateY(-1px);        box-shadow: 0 6px 16px rgba(0,102,204,0.3);    }    .lumen-urgency {        color: #e67e22;        font-weight: bold;        font-size: 10.5pt;        margin-top: 8px;    }    \/* ==========================================       4. 通用排版块标题       ========================================== *\/    .lumen-section-header {        font-size: 15pt;        font-weight: 700;        color: #0f2a4a;        margin: 30px 0 15px 0;        border-left: 5px solid #0077ff;        padding-left: 12px;    }    \/* ==========================================       5. 降维打击对比表格 (Pain vs Solution)       ========================================== *\/    .lumen-table {        display: table;        width: 100%;        border-collapse: collapse;        background-color: #ffffff;        border-radius: 10px;        overflow: hidden;        margin-bottom: 25px;        border: 1px solid #dce6ec;        box-shadow: 0 4px 10px rgba(0,0,0,0.02);    }    .lumen-table-row {        display: table-row;    }    .lumen-th {        display: table-cell;        font-weight: bold;        padding: 14px;        font-size: 11pt;        text-align: left;        border-bottom: 2px solid #dce6ec;        width: 50%;    }    .lumen-th-old { background-color: #fdf2f2; color: #c0392b; }    .lumen-th-new { background-color: #ebf5ff; color: #0077ff; }    .lumen-td {        display: table-cell;        padding: 12px 14px;        border-bottom: 1px solid #f0f4f8;        font-size: 10pt;        vertical-align: top;    }    .lumen-cell-old { background-color: #fffdfd; color: #666; }    .lumen-cell-new { background-color: #fafffa; color: #111; font-weight: 500; }    \/* ==========================================       6. 核心卖点双栏自适应网格       ========================================== *\/    .lumen-features-box {        display: block;        margin-bottom: 15px;    }        \/* 保证在PC端双栏，手机端自动单栏垂直平铺 *\/    .lumen-feature-card {        display: inline-block;        width: 49%;        margin-right: 1%;        margin-bottom: 12px;        vertical-align: top;    }    .lumen-feature-card:nth-child(2n) {        margin-right: 0;        width: 50%;    }    .lumen-feature-inner {        background-color: #ffffff;        border: 1px solid #dce6ec;        border-radius: 8px;        padding: 18px;        min-height: 150px;        height: 100%;    }    .lumen-badge {        display: inline-block;        background-color: #e0f0ff;        color: #0077ff;        font-size: 8.5pt;        font-weight: bold;        padding: 3px 8px;        border-radius: 4px;        margin-bottom: 10px;    }    .lumen-feature-title {        font-size: 11.5pt;        font-weight: 700;        color: #1a2a3a;        margin-bottom: 8px;    }    .lumen-feature-desc {        font-size: 9.5pt;        color: #5a6b7c;        margin: 0;    }    \/* ==========================================       7. 三步无忧安装步骤       ========================================== *\/    .lumen-steps-layout {        background-color: #ffffff;        border: 1px solid #dce6ec;        border-radius: 10px;        padding: 15px;        margin-bottom: 25px;    }    .lumen-step-item {        display: inline-block;        width: 33.33%;        padding: 10px;        vertical-align: top;        text-align: center;    }    .lumen-step-num {        display: inline-block;        width: 32px;        height: 32px;        line-height: 32px;        background-color: #0f2a4a;        color: #ffffff;        border-radius: 50%;        font-weight: bold;        font-size: 11pt;        margin-bottom: 10px;    }    .lumen-step-title {        font-size: 11pt;        font-weight: bold;        color: #1a2a3a;        margin-bottom: 8px;    }    .lumen-step-desc {        font-size: 9.5pt;        color: #657786;        margin: 0 0 12px 0;        min-height: 45px; \/* 保证文字高度对齐 *\/    }    .lumen-step-item img {        max-width: 100%;        height: auto;        border-radius: 6px;        box-shadow: 0 2px 6px rgba(0,0,0,0.06);    }    \/* ==========================================       8. 数学符号与信任脚部       ========================================== *\/    .lumen-math {        font-family: 'Times New Roman', serif;        font-style: italic;        font-weight: bold;        color: #0055b3;    }    .lumen-footer {        background-color: #0f2a4a;        color: #ffffff;        border-radius: 10px;        padding: 24px 15px;        text-align: center;        margin-top: 25px;    }    .lumen-footer h3 {        color: #ffffff;        font-size: 12.5pt;        margin-bottom: 15px;        font-weight: bold;    }    .lumen-badges-flex {        font-size: 10pt;        color: #a0c0e0;    }    .lumen-badge-unit {        display: inline-block;        margin: 5px 12px;        font-weight: bold;        white-space: nowrap;    }    \/* ==========================================       9. 移动端极端环境下的极致适配媒体查询       ========================================== *\/    @media (max-width: 767px) {        .lumen-feature-card {            width: 100% !important;            margin-right: 0 !important;            display: block;        }        .lumen-step-item {            width: 100% !important;            display: block;            margin-bottom: 25px;            padding: 10px 20px;            border-bottom: 1px dashed #e6ecf0;        }        .lumen-step-item:last-child {            border-bottom: none;            margin-bottom: 0;        }        .lumen-step-desc {            min-height: auto;        }        .lumen-hero-title {            font-size: 18pt;        }    }\u003c\/style\u003e\u003cdiv class=\"lumen-listing-wrapper\"\u003e    \u003cdiv class=\"lumen-top-bar\"\u003e        ⚡ 10,200+ SOLD THIS WEEK — FREE SHIPPING \u0026amp; 2-YEAR WARRANTY INCLUDED    \u003c\/div\u003e    \u003cdiv class=\"lumen-hero\"\u003e        \u003cdiv class=\"lumen-img-container\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0953\/6585\/7624\/files\/ezgif-57e17f1c9d28a8c3.webp?v=1779677071\" alt=\"Lumen AC Intro Graphic\"\u003e        \u003c\/div\u003e                \u003ch1 class=\"lumen-hero-title\"\u003eDon’t Sacrifice Your Window For Cool Air.\u003c\/h1\u003e        \u003cp class=\"lumen-hero-subtitle\"\u003eTraditional window ACs block your light, seal out fresh air, and turn your room into a stuffy box. The \u003cstrong\u003eLumen Revolution\u003c\/strong\u003e features a patented U-shape design that blasts ice-cold air while keeping your window fully functional.\u003c\/p\u003e                                \u003cdiv class=\"lumen-urgency\"\u003e🔥 Bestseller Alert: Highly demanded. Over 1,500+ homeowners upgraded today.\u003c\/div\u003e                \u003cdiv class=\"lumen-img-container\" style=\"margin-top: 15px;\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0953\/6585\/7624\/files\/ezgif-52eb7695083eb75b.webp?v=1779677071\" alt=\"Real-time Order Badge\"\u003e        \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"lumen-section-header\"\u003eThe Evolution of Window Cooling\u003c\/div\u003e    \u003cdiv class=\"lumen-table\"\u003e        \u003cdiv class=\"lumen-table-row\"\u003e            \u003cdiv class=\"lumen-th lumen-th-old\"\u003e❌ Standard Window AC\u003c\/div\u003e            \u003cdiv class=\"lumen-th lumen-th-new\"\u003e⚡ The Lumen U-Shape AC\u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"lumen-table-row\"\u003e            \u003cdiv class=\"lumen-td lumen-cell-old\"\u003eBlocks 100% of natural light \u0026amp; window views.\u003c\/div\u003e            \u003cdiv class=\"lumen-td lumen-cell-new\"\u003eFloods your room with beautiful natural sunshine.\u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"lumen-table-row\"\u003e            \u003cdiv class=\"lumen-td lumen-cell-old\"\u003eShuts out fresh air entirely, creating a stuffy box.\u003c\/div\u003e            \u003cdiv class=\"lumen-td lumen-cell-new\"\u003eSlide the window open anytime for a fresh breeze.\u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"lumen-table-row\"\u003e            \u003cdiv class=\"lumen-td lumen-cell-old\"\u003eRattles loudly (\u003cspan class=\"lumen-math\"\u003eP ≥ 60dB\u003c\/span\u003e), keeping you awake all night.\u003c\/div\u003e            \u003cdiv class=\"lumen-td lumen-cell-new\"\u003eWhisper-quiet operation (\u003cspan class=\"lumen-math\"\u003eP ≤ 42dB\u003c\/span\u003e) — compressor stays outside.\u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"lumen-table-row\"\u003e            \u003cdiv class=\"lumen-td lumen-cell-old\"\u003eMassive energy bill spikes due to legacy on\/off cycling.\u003c\/div\u003e            \u003cdiv class=\"lumen-td lumen-cell-new\"\u003eSmart inverter technology saves up to \u003cspan class=\"lumen-math\"\u003eΔ = 35%\u003c\/span\u003e on utility bills.\u003c\/div\u003e        \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"lumen-section-header\"\u003eWhy Homeowners Are Switching to Lumen\u003c\/div\u003e    \u003cdiv class=\"lumen-features-box\"\u003e        \u003cdiv class=\"lumen-feature-card\"\u003e            \u003cdiv class=\"lumen-feature-inner\"\u003e                \u003cspan class=\"lumen-badge\"\u003ePATENTED DESIGN\u003c\/span\u003e                \u003cdiv class=\"lumen-feature-title\"\u003eU-Shaped Freedom\u003c\/div\u003e                \u003cp class=\"lumen-feature-desc\"\u003eOpen your window whenever you want. The innovative chassis clamps over your sill, keeping the noisy parts outside and your air naturally fresh.\u003c\/p\u003e            \u003c\/div\u003e        \u003c\/div\u003e\n\u003cdiv class=\"lumen-feature-card\"\u003e            \u003cdiv class=\"lumen-feature-inner\"\u003e                \u003cspan class=\"lumen-badge\"\u003eMONSTER COOLING\u003c\/span\u003e                \u003cdiv class=\"lumen-feature-title\"\u003e10K \/ 12K BTU Smart Power\u003c\/div\u003e                \u003cp class=\"lumen-feature-desc\"\u003eInstantly drops the temperature in spaces up to 550 sq ft. Perfect for large master bedrooms, living rooms, and apartments.\u003c\/p\u003e            \u003c\/div\u003e        \u003c\/div\u003e\n\u003cdiv class=\"lumen-feature-card\"\u003e            \u003cdiv class=\"lumen-feature-inner\"\u003e                \u003cspan class=\"lumen-badge\"\u003e3-IN-1 CLIMATE CONTROL\u003c\/span\u003e                \u003cdiv class=\"lumen-feature-title\"\u003eDehumidifier \u0026amp; Fan Modes\u003c\/div\u003e                \u003cp class=\"lumen-feature-desc\"\u003eIt’s a powerful A\/C, a high-capacity dehumidifier (pulls moisture fast), and a 3-speed fan. All managed via wireless remote or 24H timer.\u003c\/p\u003e            \u003c\/div\u003e        \u003c\/div\u003e\n\u003cdiv class=\"lumen-feature-card\"\u003e            \u003cdiv class=\"lumen-feature-inner\"\u003e                \u003cspan class=\"lumen-badge\"\u003eSILENT OPERATION\u003c\/span\u003e                \u003cdiv class=\"lumen-feature-title\"\u003eWhisper-Quiet Sleep\u003c\/div\u003e                \u003cp class=\"lumen-feature-desc\"\u003eEngineered to isolate compressor vibration outside your glass. Sleep through the hottest summer nights in pure, silent, uninterrupted chill.\u003c\/p\u003e            \u003c\/div\u003e        \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"lumen-section-header\"\u003e3 Steps to Instant Chill (No Stress, No Complex Tools)\u003c\/div\u003e    \u003cdiv class=\"lumen-steps-layout\"\u003e        \u003cdiv class=\"lumen-step-item\"\u003e            \u003cdiv class=\"lumen-step-num\"\u003e1\u003c\/div\u003e            \u003cdiv class=\"lumen-step-title\"\u003eSlide \u0026amp; Secure\u003c\/div\u003e            \u003cp class=\"lumen-step-desc\"\u003eOpen window, slide the quick-hit bracket into place, and position the unit.\u003c\/p\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0953\/6585\/7624\/files\/7152BcBQ9-L.webp?v=1779677212\" alt=\"Step 1 Installation\"\u003e        \u003c\/div\u003e\n\u003cdiv class=\"lumen-step-item\"\u003e            \u003cdiv class=\"lumen-step-num\"\u003e2\u003c\/div\u003e            \u003cdiv class=\"lumen-step-title\"\u003eDrop the Window\u003c\/div\u003e            \u003cp class=\"lumen-step-desc\"\u003eRoll your window down into the U-shaped slot. Secure with included anti-theft seals.\u003c\/p\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0953\/6585\/7624\/files\/generated-image_23.webp?v=1779677212\" alt=\"Step 2 Installation\"\u003e        \u003c\/div\u003e\n\u003cdiv class=\"lumen-step-item\"\u003e            \u003cdiv class=\"lumen-step-num\"\u003e3\u003c\/div\u003e            \u003cdiv class=\"lumen-step-title\"\u003eTurn It On\u003c\/div\u003e            \u003cp class=\"lumen-step-desc\"\u003ePlug it in, grab your remote control, and set your ideal Arctic temperature.\u003c\/p\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0953\/6585\/7624\/files\/generated-image_22.webp?v=1779677212\" alt=\"Step 3 Control Panel\"\u003e        \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"lumen-footer\"\u003e        \u003ch3\u003eRisk-Free Summer Shopping Guarantee\u003c\/h3\u003e        \u003cdiv class=\"lumen-badges-flex\"\u003e            \u003cspan class=\"lumen-badge-unit\"\u003e🛡️ 30-Day Money Back Trial\u003c\/span\u003e            \u003cspan class=\"lumen-badge-unit\"\u003e🔌 CETL \u0026amp; Energy Star Certified\u003c\/span\u003e            \u003cspan class=\"lumen-badge-unit\"\u003e🔒 Heavy-Duty Anti-Theft Lock Included\u003c\/span\u003e        \u003c\/div\u003e    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"White \/ 2 years","offer_id":64096810303857,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/4644\/8753\/files\/37bbb6b0962546b69c73b49f9a531c6d_tplv-fhlh96nyum-resize-webp_800_613.webp?v=1782233048","url":"https:\/\/coolpardedc.com\/products\/lumen-revolution-window-air-conditioner","provider":"Coolpardedc","version":"1.0","type":"link"}