{"product_id":"powerful-grease-removing-lotion","title":"Powerful Grease Removing Lotion","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：多功能清洁乳液\n  目标受众：寻求高效、便捷、安全清洁解决方案的家庭用户\n  视觉风格：清新、洁净、自然、富有活力（基于绿色和柠檬元素）\n  配色策略：以品牌绿色为主色调，搭配干净的白色背景和柠檬黄点缀，营造安全和清新的感觉。\n  模块顺序：Intro (Hero) -\u003e Feature 1 (强力去污\/对比) -\u003e Feature 2 (多表面适用) -\u003e Feature 3 (温和安全) -\u003e Use Scenario (3步使用法) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0, Feature1=image_5, Feature2=image_4, Feature3=image_3, Scenario=image_2\n  规格图映射：Specs=来源于报告文字信息，无专用规格图\n  对比模块：已加入。使用 image_5 展示显著的清洁前后对比，直观体现核心卖点。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2E7D32; \/* 深绿色，源自品牌色 *\/\n      --primary-light: #E8F5E9; \/* 浅绿色背景 *\/\n      --text-main: #212121;\n      --text-sub: #546E7A;\n      --bg-body: #ffffff;\n      --bg-soft: #F5F7F9;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-feature-tag {\n      font-size: 16px;\n      color: var(--text-sub);\n      background: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 8px;\n    }\n\n    .pd-image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #888;\n      font-family: monospace;\n      width: 100%;\n      height: auto;\n      min-height: 300px;\n    }\n\n    .pd-image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Layout Structures *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        justify-content: space-between;\n      }\n\n      .pd-feature-item.pd-reverse {\n        flex-direction: row-reverse;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        flex: 1;\n        max-width: 48%;\n      }\n    }\n\n    \/* Scenario Section *\/\n    .pd-scenario-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specs *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-specs-table td, .pd-specs-table th {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid #e0e0e0;\n      font-size: 18px;\n    }\n    \n    .pd-specs-table th {\n      width: 40%;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid #eee;\n      padding-bottom: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePlant-Based Formula\u003c\/span\u003e\n\u003ch1\u003eTough on Grease, Gentle on Your Home\u003c\/h1\u003e\n\n\u003cp\u003eExperience powerful, non-scratch cleaning with a refreshing lemon scent. The versatile creamy lotion for sparkling kitchen and bathroom surfaces.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723143712\/ba5b7904d83e9668d6d4c3cdbd88786c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Powerful Cleaning (Before\/After) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723143712\/b812f89e37fd901c16082307c1eb2888.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eRemoves 100% Tough Stains \u0026amp; Grease\u003c\/h2\u003e\n\n\u003cp\u003eForget harsh scrubbing. The advanced creamy formula penetrates and lifts stubborn buildup, burnt-on food, and grime from metal, ceramic, and stovetops, restoring shine effortlessly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eNon-Scratch Texture\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eHeavy-Duty Cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Versatility (Reverse Layout) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-item pd-reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723143712\/2c0332ca4036c1c09a490b5d3dbbe297.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eOne Bottle for Every Surface\u003c\/h2\u003e\n\n\u003cp\u003eSimplify your cleaning routine. This versatile lotion is formulated to safely clean a wide range of surfaces including kitchen counters, bathroom sinks, ceramic tiles, and stainless steel fixtures.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eKitchen\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eBathroom\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eMetal \u0026amp; Ceramic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety \u0026 Scent --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723143712\/f4afd3b6f043ea1e951ebf474b2cb939.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eGentle Formula, Fresh Lemon Scent\u003c\/h2\u003e\n\n\u003cp\u003eClean with peace of mind. The plant-based formula is EPA Safer Choice certified, making it gentle on hands and safe for your home, leaving behind only a fresh lemon fragrance and no harsh chemical fumes.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eSafer Choice Certified\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eGentle on Skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003ch2\u003eEffortless Cleaning in 3 Simple Steps\u003c\/h2\u003e\n\n\u003cp\u003eAchieve a sparkling clean in minutes without complicated procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-scenario-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723143712\/0d4826e0df3888f890d7acd3c676cfbd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCapacity\u003c\/th\u003e\n\t\t\t\u003ctd\u003e350 ml (11.8 fl oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eColor\u003c\/th\u003e\n\t\t\t\u003ctd\u003eGreen with White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFormulation Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCreamy Lotion\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eScent\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFresh Lemon\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDispenser Style\u003c\/th\u003e\n\t\t\t\u003ctd\u003eEasy-dispense flip-top cap\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCertification\u003c\/th\u003e\n\t\t\t\u003ctd\u003eEPA Safer Choice\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWill this scratch delicate surfaces like ceramic or polished metal?\u003c\/h3\u003e\n\n\u003cp\u003eNo. The cleaning lotion is designed with a creamy, non-abrasive texture that effectively lifts dirt while protecting surface finishes from scratches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need to dilute the product with water?\u003c\/h3\u003e\n\n\u003cp\u003eNo dilution is necessary. For best results, squeeze the lotion directly onto a damp sponge or cloth and apply it to the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs it safe to use without gloves?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the formula is certified as a \"Safer Choice\" and is gentle on skin. However, for prolonged cleaning sessions or if you have very sensitive skin, wearing gloves is always a good precaution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cozyllio","offers":[{"title":"1-Pack (Home Essential)","offer_id":50082345418992,"sku":"0723-16058216","price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Kitchen \u0026 Bath)","offer_id":50082345451760,"sku":"0723-16059681","price":39.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save)","offer_id":50082345484528,"sku":"0723-16051146","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/ba5b7904d83e9668d6d4c3cdbd88786c.jpg?v=1784794077","url":"https:\/\/cozyllio.com\/products\/powerful-grease-removing-lotion","provider":"Cozyllio","version":"1.0","type":"link"}