{"product_id":"no-scrub-mold-cleaner","title":"No-Scrub Mold Cleaner","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.7;\n      color: var(--text-main);\n      \/* Clean, fresh blue palette for cleaning product *\/\n      --primary: #0284c7; \n      --primary-hover: #0369a1;\n      --text-main: #334155;\n      --text-sub: #64748b;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f0f9ff;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --border-color: #e2e8f0;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-item: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n      font-weight: 700;\n    }\n\n    .product-detail-container .subtitle {\n      font-size: clamp(20px, 2.5vw, 24px);\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n      font-weight: 500;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 1.5rem;\n      line-height: 1.3;\n      text-align: center;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      margin-bottom: 1rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .product-detail-container p, \n    .product-detail-container .feature-desc {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Base Styles *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid #bae6fd;\n    }\n\n    \/* Layout \u0026 Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto var(--spacing-section);\n      padding-top: 2rem;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-copy {\n      padding: var(--spacing-item);\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Banner *\/\n    .pd-banner {\n      background: var(--bg-soft);\n      border: 2px dashed #bae6fd;\n      border-radius: var(--radius-lg);\n      padding: 2rem;\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-banner h3 {\n      justify-content: center;\n      color: var(--primary);\n      font-size: 24px;\n      margin-bottom: 0.5rem;\n    }\n\n    .pd-banner p {\n      margin-bottom: 0;\n      font-size: 18px;\n    }\n\n    \/* Specs *\/\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: var(--spacing-item);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      text-align: left;\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs-table tr:last-child th,\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      background-color: rgba(2, 132, 199, 0.03);\n    }\n\n    \/* FAQ *\/\n    .pd-faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 28px;\n      }\n      .product-detail-container .subtitle {\n        font-size: 18px;\n      }\n      .product-detail-container p, \n      .product-detail-container .feature-desc,\n      .pd-specs-table th, \n      .pd-specs-table td {\n        font-size: 16px;\n      }\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n      }\n      .pd-feature-media,\n      .pd-feature-copy {\n        flex: auto;\n        width: 100%;\n      }\n      .pd-feature-copy {\n        padding: 1.5rem;\n      }\n      .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table th {\n        padding-bottom: 4px;\n        border-bottom: none;\n      }\n      .pd-specs-table td {\n        padding-top: 4px;\n        margin-bottom: 8px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDeep Cleaning Solution\u003c\/span\u003e\n\u003ch1\u003eMold Stain Remover Gel\u003c\/h1\u003e\n\n\u003cdiv class=\"subtitle\"\u003ePowerful Deep Cleaning Without Scrubbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Precision Gel Application\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250918103026\/f0b134eceb82f13c6aff382ff52dac22.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\u003ch3\u003e🎯 Precision Gel for Stubborn Mold Spots\u003c\/h3\u003e\n\n\u003cdiv class=\"feature-desc\"\u003eThis thick, stay-put gel is specially formulated for vertical and tight areas—ideal for grout lines, washing machine gaskets, fridge seals, and bathroom corners where mold thrives.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Strong Cleaning Results\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250918103026\/afd76624e42b3c4654b4f68734465ab8.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\u003ch3\u003e💧 Strong Cleaning, Gentle Ingredients\u003c\/h3\u003e\n\n\u003cdiv class=\"feature-desc\"\u003eEasily dissolves deep-set black stains and grime with a non-bleach, surface-safe formula. Effective on tough buildup yet safe for regular household use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"No Scrubbing Needed\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250918103026\/6bf4db6955da5e9936f9ec997f4348bc.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\u003ch3\u003e⏳ No Scrubbing Needed – Apply, Wait, Wipe\u003c\/h3\u003e\n\n\u003cdiv class=\"feature-desc\"\u003eSimply apply the gel to affected areas, let it sit for 3–5 hours, then wipe clean. No elbow grease required—just smooth, mess-free mold removal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"All-Purpose Use\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250918103026\/c576ca3483c14bc5a535003ed79e79ef.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\u003ch3\u003e🏠 All-Purpose for Damp Zones at Home\u003c\/h3\u003e\n\n\u003cdiv class=\"feature-desc\"\u003ePerfect for bathrooms, kitchens, laundry rooms, and anywhere with moisture. Removes mold and mildew from tiles, seams, and seals—wherever buildup hides.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Bonus Banner --\u003e\n\n\u003cdiv class=\"pd-banner\"\u003e\n\u003ch3\u003e📦 Large 220g Tube + Bonus Brush\u003c\/h3\u003e\n\n\u003cp\u003eIncludes a generous 220g (7.7 oz) tube of cleaning gel and a handy cleaning brush for detailed application and tougher buildup. Long-lasting value for repeated use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e📏 Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eForm\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNo-Scrub Mold Cleaner Gel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCapacity\u003c\/th\u003e\n\t\t\t\u003ctd\u003e220g \/ 7.7 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFormula\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBleach-Free, Mild Odor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication\u003c\/th\u003e\n\t\t\t\u003ctd\u003eApply → Rest 3–5 Hours → Wipe\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eUse For\u003c\/th\u003e\n\t\t\t\u003ctd\u003eMold, Mildew, Tile Grout, Rubber Seals, Bathroom, Kitchen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBonus Accessory\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCleaning Brush Included\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-container\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e1. Is it safe to use indoors?\u003c\/div\u003e\n\n\u003cp\u003eYes! It’s free of bleach, has a low odor, and is safe for use in kitchens, bathrooms, and laundry areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e2. How long should I leave it on?\u003c\/div\u003e\n\n\u003cp\u003eLeave the gel on the stained area for 3–5 hours before wiping away for best results.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e3. Do I need to scrub?\u003c\/div\u003e\n\n\u003cp\u003eNo heavy scrubbing needed. The formula does the work—just wipe it clean afterward.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e4. Which surfaces can I use it on?\u003c\/div\u003e\n\n\u003cp\u003eSuitable for tile grout, silicone caulk, washing machine seals, sink rims, fridge linings, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pc","offer_id":52401431707948,"sku":"44576524927167","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Pcs","offer_id":52401431740716,"sku":"44576524959935","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Pcs","offer_id":52401431773484,"sku":"44576524992703","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/aedd284f5608f84c03097ff04dab1d0d.jpg?v=1776852677","url":"https:\/\/newzyhoome.com\/products\/no-scrub-mold-cleaner","provider":"Newzyhoome","version":"1.0","type":"link"}