{"product_id":"magic-rust-eraser-sponge","title":"Magic Rust Eraser Sponge","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：厨房清洁工具（金刚砂海绵）\n目标受众：需要处理顽固焦痕、铁锈的家庭清洁者\n视觉风格：实用、高效、对比强烈。配色采用产品本身的蓝色和深灰色，搭配干净的白色背景。\n配色策略：\n--primary: #2A7DE1 (海绵蓝，用于强调)\n--text-main: #333333 (主要文字)\n--text-sub: #666666 (次要文字)\n--bg-soft: #F5F7FA (柔和背景，用于区分模块)\n模块顺序：\n1. Hero (Intro): 用最强烈的对比图 (image_1) 直击痛点——去除陈年焦痕。\n2. Feature 1 (Water Only): 强调核心便利性与省钱痛点——只需清水，拯救昂贵锅具 (image_3)。\n3. Feature 2 (Versatility): 扩展使用场景，并前置致命警告(不粘锅禁用) (image_4)。\n4. Feature 3 (Customizable): 展示灵活性——可裁剪 (image_5)。\n5. Material Detail: 近景展示材质颗粒，建立信任 (image_2)。\n6. Specifications: 来源于 image_7 的准确数据。\n7. FAQ: 解答关于适用表面和清洁方式的核心疑问。\n详情图映射：Hero=image_1.png, Feature1=image_3.png, Feature2=image_4.png, Feature3=image_5.png, Material=image_2.png\n规格图映射：Specs=image_7.png (提取数据：6片装, 100*70*12mm, 90kg\/m³)\n对比模块：未单独设立，因为Hero图本身就是最强的对比展示。\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2A7DE1;\n      --warning-red: #D81B28;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-soft: #F8F9FA;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --spacing-section: clamp(2.5rem, 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.7;\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 0 20px;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 30px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      line-height: 1.3;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.8rem 0;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.2rem 0;\n    }\n    .product-detail-container .intro-text {\n      font-size: 20px;\n      max-width: 800px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    .mx-auto { margin-left: auto; margin-right: auto; }\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .badge-trust {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Section Styles *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Feature Section (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n      margin-bottom: var(--spacing-item);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 4px 10px;\n      border-radius: 6px;\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    \/* Critical Warning Box *\/\n    .critical-warning {\n      background-color: #FFF0F0;\n      color: var(--warning-red);\n      border-left: 4px solid var(--warning-red);\n      padding: 1rem;\n      border-radius: 4px;\n      margin-top: 1rem;\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n      font-weight: 500;\n      line-height: 1.5;\n    }\n\n    \/* Material Detail *\/\n    .material-detail {\n      background-color: var(--bg-soft);\n      padding: var(--spacing-item);\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n    .spec-table th, .spec-table td {\n      padding: 16px 24px;\n      border-bottom: 1px solid #eee;\n      font-size: 18px;\n    }\n    .spec-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n      background: var(--bg-soft);\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid #eee;\n      padding-bottom: 1.5rem;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.8rem;\n      color: var(--primary);\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { display: block; margin-bottom: 1rem; border: 1px solid #eee; border-radius: var(--radius-md); overflow: hidden;}\n      .spec-table td { display: flex; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid #eee; font-size: 16px;}\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* Image Placeholder Staging - REMOVE BEFORE PUBLISHING *\/\n    .img-placeholder {\n      width: 100%;\n      background: #e1e1e1;\n      border: 2px dashed #999;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: bold;\n      color: #555;\n      min-height: 300px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section text-center\"\u003e\n\u003cspan class=\"badge-trust\"\u003eChemical-Free Cleaning Power\u003c\/span\u003e\n\u003ch1\u003eErase Years of Burnt-On Grease Instantly\u003c\/h1\u003e\n\n\u003cp class=\"intro-text mx-auto\"\u003eRestore your cookware's original shine with just water. This heavy-duty carborundum sponge tackles the toughest stubborn stains and rust without harsh chemicals.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714101006\/3f4b653eeefde552314c952726a25114.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eJust Add Water to Activate\u003c\/h2\u003e\n\n\u003cp style=\"color: var(--text-main); font-weight: 500;\"\u003eDon't throw away your expensive pots and pans! Save hundreds of dollars by restoring your burnt cookware to brand-new condition with just water.\u003c\/p\u003e\n\n\u003cp\u003eForget expensive and unpleasant chemical cleaners. The high-density sponge base holds water while the abrasive carborundum layer is activated solely by moisture, making it safe for your home and highly effective against stubborn grime.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMoney-Saving\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Detergent Needed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEco-Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714101006\/6e3d14f7a894081c81352dcfed4cb18e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714101006\/8c258095b8100edc7da2ed423426f5bb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTackle Rust and Grime Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eIt's not just for pots and pans. The durable abrasive surface easily removes rust from knives, garden tools, and stove tops. The tough construction handles heavy-duty scrubbing jobs without falling apart quickly.\u003c\/p\u003e\n\n\u003cdiv class=\"critical-warning\"\u003e🛑 \u003cstrong\u003eIMPORTANT:\u003c\/strong\u003e This is a heavy-duty abrasive. \u003cstrong\u003eDO NOT\u003c\/strong\u003e use on non-stick coatings, Teflon, or highly polished surfaces. Perfect for stainless steel, cast iron, and grill grates!\u003c\/div\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRust Removal\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-Surface Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Cuttable --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCustomizable Size for Tight Spaces\u003c\/h2\u003e\n\n\u003cp\u003eThe flexible sponge design can be easily cut with household scissors. Create smaller pieces to effectively clean corners, edges, curved handles, or faucets where a full-sized sponge can't reach.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eEasy to Cut\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFlexible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714101006\/8ba3c0b3c5f1b3d292417c287b79a724.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section material-detail\"\u003e\n\u003cdiv class=\"feature-item\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"min-height: 250px;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714101006\/15449b8791923e0fa579fbcf92b34c2f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEngineered for Tough Scrubbing\u003c\/h3\u003e\n\n\u003cp\u003eA thick layer of coarse alumina carborundum grit provides the necessary friction to lift burnt residue, permanently bonded to a high-density blue sponge that ensures a comfortable grip and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHigh-density Sponge, Alumina Carborundum\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions (per sponge)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100 x 70 x 12 mm (approx. 3.9 x 2.8 x 0.5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDensity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e90 kg\/m³\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6 x Sponges\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Do I need to use soap or cleaner with this?\u003c\/div\u003e\n\n\u003cp\u003eA: No, it is designed to work best with just plain water. The abrasive texture does the hard work for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How do I clean the sponge after use?\u003c\/div\u003e\n\n\u003cp\u003eA: Simply rinse it thoroughly under running water to remove loosened grime and debris, then squeeze it dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pack (6 Sponges) - Try It Out","offer_id":63089818993011,"sku":"0714-16042326","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Packs (12 Sponges) - Save 10% (6-Month Supply)","offer_id":63089819025779,"sku":"0714-16049077","price":22.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4 Packs (24 Sponges) - Save 20% (1-Year Supply - Best Value!)","offer_id":63089819058547,"sku":"0714-16046859","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/3f4b653eeefde552314c952726a25114.jpg?v=1784016416","url":"https:\/\/woyuosn.com\/products\/magic-rust-eraser-sponge","provider":"Woyuosn","version":"1.0","type":"link"}