{"product_id":"faucet-hanging-wood-pulp-sponge","title":"Faucet-Hanging Wood Pulp Sponge","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Faucet-Hanging Wood Pulp Cellulose Sponge\nTarget Audience: Kitchen cleanup users seeking easy-drain and scratch-free sponges\nVisual Style: Cute, fresh, modern kitchen pastel\nColor Strategy: Soft greens, warm peach, yellow, clean greys matching the fruit designs\nModule Order: Hero -\u003e Feature 1 (Hanging) -\u003e Feature 2 (Expanding) -\u003e Compare (Scratch-Free) -\u003e Feature 3 (Surfaces) -\u003e Feature 4 (Clean-up) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_5, Feature2=detail_4, Compare=detail_3, Feature3=detail_7, Feature4=detail_6\nSpecification Data Source: detail_2, detail_8 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (clear side-by-side illustration of non-scratch vs standard scratching scrubbers)\nInformation Boundary: Only verified dimensions, weights, structures, and use cases explicitly illustrated in images and supplementary text have been included. No unverified specifications or quality superlatives added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4caf50;\n      --primary-hover: #3d8b40;\n      --accent-pink: #ff8a80;\n      --accent-yellow: #ffd54f;\n      --text-main: #2e3d30;\n      --text-sub: #5a6e5d;\n      --bg-body: #faf9f6;\n      --bg-card: #ffffff;\n      --bg-soft: #f1f4f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.08);\n      --border-color: #e2e8e2;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography Rules *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image System - Modified for flush, uncropped images *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n      object-position: center;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Custom Image Placeholder *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: transparent;\n      border: none;\n      border-radius: var(--radius-lg);\n      padding: 0;\n      margin-bottom: 20px;\n      display: block;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .image-placeholder span {\n      display: none;\n    }\n\n    \/* Badges \/ Pills *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-weight: 500;\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .badge.primary {\n      background-color: #e8f5e9;\n      color: var(--primary);\n    }\n\n    \/* Hero \/ Intro Header *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 4rem) auto;\n    }\n\n    .product-detail-container .hero-section .badge-container {\n      justify-content: center;\n    }\n\n    \/* Feature Item Layout - Desktop Z-Pattern *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    \/* Z-Pattern logic for desktop *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Feature Order Lock (Image Top, Text Bottom) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n        gap: 16px;\n      }\n      .product-detail-container .feature-media {\n        order: 1;\n      }\n      .product-detail-container .feature-copy {\n        order: 2;\n      }\n    }\n\n    \/* Compare Block (Ours vs Ordinary) *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 2.5rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .compare-header {\n      text-align: center;\n      margin-bottom: 24px;\n    }\n\n    \/* Specifications Table Styling *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 2.5rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Spec columns *\/\n    .product-detail-container .spec-label-col {\n      width: 30%;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .spec-value-col {\n      width: 70%;\n    }\n\n    \/* Responsive Spec Table Styles (Ensuring NO overlap, overflow, or truncation) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 35%) minmax(0, 1fr);\n        gap: 16px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table .spec-label-col {\n        display: block;\n        width: 100%;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table .spec-value-col {\n        display: block;\n        width: 100%;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n        padding: 12px 0;\n      }\n    }\n\n    \/* FAQ System *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-soft);\n      padding: clamp(1.5rem, 4vw, 2.5rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge primary\"\u003eFaucet-Hanging Design\u003c\/span\u003e \u003cspan class=\"badge\"\u003eWater-Expanding\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eWater-Expanding Fruit Shape Faucet-Hanging Sponges\u003c\/h1\u003e\n\n\u003cp\u003eA smart, space-saving kitchen sponge that hangs directly onto your faucet pipe to drain dry naturally without hooks, suction cups, or messy countertop puddles.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img146\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/aa9b0753d12cb40ce292dd2b106bc6c8.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\u003c!-- Feature 1: Faucet Hanging --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img147\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/c88c1dfae56d0f01fb3ec734d7a6a3a1.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFaucet-Hanging Storage to Avoid Odors\u003c\/h2\u003e\n\n\u003cp\u003eEach sponge features a specialized lower U-shaped cutout that allows it to slip easily around standard faucet pipes. Air flows directly through the cellulose body, and excess water drains straight down into the sink basin rather than collecting underneath, helping you avoid damp odors.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eDrip Drains Directly\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNo Hanging Hooks Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Expandable Wood Pulp --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img148\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/50c050dd08baf00aecd9114c0b1b0d41.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAbsorbent, Rich-Lather Wood Pulp\u003c\/h2\u003e\n\n\u003cp\u003eThese natural wood pulp cellulose sponges start as dry, paper-thin cutouts that are easy to store compactly. Once submerged in water, they expand into soft, springy sponges that hold liquid soap effectively and generate a thick, rich lather for easier dishwashing.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eFast Water Expansion\u003c\/span\u003e \u003cspan class=\"badge\"\u003eThickens When Wet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Optional Compare Section: Soft on Cookware --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003cdiv class=\"compare-header\"\u003e\n\u003ch2\u003eGentle on Delicate Cookware\u003c\/h2\u003e\n\n\u003cp\u003eWipe away cooking residue and grease without leaving micro-scratches on high-gloss or coated surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img149\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/ebe62eb55998659118a99f5dde529159.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSmooth, Scratch-Free Cleanup\u003c\/h3\u003e\n\n\u003cp\u003eAbrasive green scouring pads can leave visible scratches on delicate materials. The natural cellulose fibers in these fruit sponges lift food residue and grime smoothly, helping to protect non-stick pans, fine ceramic plates, and drinking glasses.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eSafe for Nonstick Coatings\u003c\/span\u003e \u003cspan class=\"badge\"\u003eGentle on Glassware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: One Sponge Many Surfaces --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img150\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/09d8081ba4c22ee2341efee70ce0ca6d.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eOne Sponge for Diverse Surfaces\u003c\/h2\u003e\n\n\u003cp\u003eThe flexible contoured shapes let you clean tight spaces easily. Wring them out to clean multiple areas in your kitchen—including plates, delicate glassware, silverware, stainless steel sinks, and greasy stovetops.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eMulti-Surface Use\u003c\/span\u003e \u003cspan class=\"badge\"\u003eFlexible Contours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4: Rinse Wring Clean --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img151\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260916182234\/684c86afd4718722c01f1ec4877d9614.jpg\"\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEasy to Wash \u0026amp; Rinse Clean\u003c\/h2\u003e\n\n\u003cp\u003eOil, grease, and food particles wash out easily under running water. Simply rinse and wring the sponge by hand after use, or pop it in the dishwasher for a deep refresh, then slide it back onto the faucet to dry.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eRinses Clean Quickly\u003c\/span\u003e \u003cspan class=\"badge\"\u003eDishwasher Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image\/Spec Placeholder) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eWood Pulp Cellulose Fiber\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Dry Weight\"\u003eDry Weight\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e5 g (0.01 lb) per sponge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Guava Dry Size\"\u003eGuava Dry Size\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e8.6 cm x 9.0 cm (3.39 in x 3.54 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Apple Dry Size\"\u003eApple Dry Size\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e8.6 cm x 9.0 cm (3.39 in x 3.54 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Lemon Dry Size\"\u003eLemon Dry Size\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e9.0 cm x 8.4 cm (3.54 in x 3.31 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Wet Thickness\"\u003eWet Thickness\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eExpands to approximately 1.5 cm (0.59 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Shapes\"\u003eDesign Contours\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eGuava (Pink), Apple (Green), Lemon (Yellow)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Mounting\"\u003eMounting Method\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eHook-free hanging cutout (slides over faucet neck)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e🧼\u003c\/span\u003e\n\n\u003ch3\u003eHow does the faucet-hanging feature work?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eEach sponge has a cut-out U-shape opening on the bottom side. You simply slide this opening onto the stem or pipe of your kitchen faucet. It grips gently and hangs securely, allowing water to drip directly into your sink.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e💧\u003c\/span\u003e\n\n\u003ch3\u003eDoes the sponge expand when put in water?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. In its dry state, the cellulose sponge is ultra-thin like heavy card paper. As soon as it comes into contact with water, it instantly expands to its full thickness of about 1.5 cm, becoming soft and flexible.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e🍳\u003c\/span\u003e\n\n\u003ch3\u003eWill these sponges scratch my non-stick pans or glassware?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, these sponges are scratch-free. They are made from soft wood pulp cellulose fibers that safely wipe clean delicate glasses, dishes, cutlery, non-stick coatings, and stainless steel stovetops.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Assorted (Mixed) \/ 3-Pack (Starter Set)","offer_id":46211408363711,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Assorted (Mixed) \/ 6-Pack (Family Pack - 10% OFF)","offer_id":46211408396479,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Assorted (Mixed) \/ 12-Pack (Stock Up \u0026 Save - 20% OFF)","offer_id":46211408429247,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/aa9b0753d12cb40ce292dd2b106bc6c8.jpg?v=1789554312","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/faucet-hanging-wood-pulp-sponge","provider":"Bak","version":"1.0","type":"link"}