{"product_id":"universal-fabric-surface-cleaner","title":"Universal Fabric \u0026 Surface Cleaner","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：多表面通用去污喷雾\n  目标受众：需要快速、安全清洁解决方案的家庭用户\n  视觉风格：洁净、明亮、值得信赖的家居风格\n  配色策略：以产品标签的蓝色 (#0056b3) 为主色，搭配干净的白色和柔和的浅灰背景\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3;\n      --primary-light: #e6f0fa;\n      --text-main: #2d3748;\n      --text-sub: #4a5568;\n      --bg-soft: #f7fafc;\n      --radius-lg: 16px;\n      --radius-md: 8px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.08);\n      --border-color: #e2e8f0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(36px, 5vw, 48px);\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 1.2rem;\n      line-height: 1.2;\n      letter-spacing: -0.02em;\n    }\n    \n    .product-detail-container h1 span {\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n      font-weight: 700;\n      margin-bottom: 1.2rem;\n      color: var(--text-main);\n      line-height: 1.3;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    .mb-large { margin-bottom: clamp(4rem, 8vw, 6rem); }\n    .section-spacing { margin-bottom: clamp(4rem, 8vw, 6rem); }\n    \n    \/* Images *\/\n    .img-wrapper {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-md);\n      background-color: var(--bg-soft);\n    }\n\n    .img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n\n    .img-wrapper:hover img {\n      transform: scale(1.03);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto clamp(4rem, 8vw, 6rem);\n    }\n    \n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 8px 20px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 15px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      gap: clamp(3rem, 6vw, 6rem);\n      align-items: center;\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n    \n    .feature-section.reverse { \n      flex-direction: row-reverse; \n    }\n    \n    .feature-copy, .feature-media {\n      flex: 1;\n      width: 50%;\n    }\n\n    \/* Feature Pills *\/\n    .feature-pills {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n      margin-top: 2rem;\n    }\n    \n    .pill {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      padding: 8px 18px;\n      border-radius: 50px;\n      font-size: 15px;\n      color: var(--text-sub);\n      font-weight: 600;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    .specs-table td {\n      padding: 1.2rem 0;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 17px;\n    }\n    \n    .specs-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    \n    .specs-table td:last-child {\n      color: var(--text-sub);\n    }\n    \n    .specs-table tr:last-child td { \n      border-bottom: none; \n      padding-bottom: 0;\n    }\n    \n    .specs-table tr:first-child td {\n      padding-top: 0;\n    }\n\n    \/* FAQ *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    details {\n      padding: 1.5rem 0;\n    }\n    \n    details \u003e summary {\n      list-style: none;\n      cursor: pointer;\n    }\n    \n    details \u003e summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-question {\n      font-size: 19px;\n      font-weight: 600;\n      position: relative;\n      padding-right: 40px;\n      color: var(--text-main);\n      transition: color 0.2s ease;\n    }\n    \n    .faq-question:hover {\n      color: var(--primary);\n    }\n\n    .faq-question::after {\n      content: '+';\n      position: absolute;\n      right: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n    \n    details[open] .faq-question::after { \n      content: '−'; \n    }\n    \n    .faq-answer {\n      margin-top: 1.2rem;\n      padding-right: 2rem;\n      color: var(--text-sub);\n      font-size: 17px;\n    }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 768px) {\n      .feature-section, .feature-section.reverse {\n        flex-direction: column;\n        text-align: center;\n        gap: 2.5rem;\n      }\n      .feature-copy, .feature-media {\n        width: 100%;\n      }\n      .feature-pills { \n        justify-content: center; \n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Designed for everyday household ease\u003c\/span\u003e\n\u003ch1\u003eThe Ultimate \u003cspan\u003eMulti-Surface\u003c\/span\u003e Stain Remover\u003c\/h1\u003e\n\n\u003cp\u003ePowerful action against tough stains on fabrics, carpets, and upholstery without harsh chemicals.\u003c\/p\u003e\n\n\u003cdiv class=\"img-wrapper mt-4\"\u003e\u003cdiv\u003e\u003cimg alt=\"Multi-Surface Stain Remover Hero\" cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624151645\/5c30e8c086182517eb1f62c373fbaacc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Features --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Spray, Countless Solutions\u003c\/h2\u003e\n\n\u003cp\u003eWhy clutter your cabinet with multiple cleaners? This versatile formula is designed to tackle grease, food spills, pet messes, and dirt across clothing, carpets, furniture, and hard surfaces with equal effectiveness.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"pill\"\u003eClothing\u003c\/span\u003e \u003cspan class=\"pill\"\u003eCarpet\u003c\/span\u003e \u003cspan class=\"pill\"\u003eUpholstery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Versatile Cleaning Applications\" cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624151645\/71b3fd0849c860807ec2a2a125f660e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTough on Stains, Gentle on Your Home\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with your family in mind. Experience deep cleaning power without bleach, peroxides, or phosphates. It’s a safer choice for everyday use around your loved ones, delivering peace of mind along with cleanliness.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"pill\"\u003eNo Bleach\u003c\/span\u003e \u003cspan class=\"pill\"\u003eNo Peroxides\u003c\/span\u003e \u003cspan class=\"pill\"\u003eNo Phosphates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Safe for Home and Family\" cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624151645\/bbc1f908ffbde23ddc9032d66029dd9b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section mb-large\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eReveal Brilliance, Leave No Trace\u003c\/h2\u003e\n\n\u003cp\u003eDon't just move dirt around—remove it. Our formula lifts stubborn grime and leaves surfaces looking refreshed, bright, and completely free of sticky residue or streaks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Before and After Cleaning Result\" cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624151953\/60bf20ddee28090c39afb41ce09f5e2c.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eApplication Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003eFinger-Pump Spray\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFormulation\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLiquid, Clear\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBottle Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003eClear Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFree From\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBleach, Peroxides, Phosphates\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!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing faq-container\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eCan I use this on delicate fabrics like silk or wool?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eWhile our formula is safe for most washable fabrics, we recommend always testing a small, hidden area first for colorfastness before applying it to delicate items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eIs this safe to use in homes with pets?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The formula is specifically designed without harsh chemicals like bleach, making it a suitable choice for homes with pets when used as directed to clean up messes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eDoes this leave a heavy scent behind?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this product is formulated to be fragrance-free, leaving surfaces clean without irritating sensitive noses with strong perfumes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Home Essential)","offer_id":45768696725695,"sku":"0624-16235578","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup)","offer_id":45768696758463,"sku":"0624-16238831","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save)","offer_id":45768696791231,"sku":"0624-16237145","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/5c30e8c086182517eb1f62c373fbaacc.jpg?v=1782289398","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/universal-fabric-surface-cleaner","provider":"Bak","version":"1.0","type":"link"}