{"product_id":"foldable-stone-drying-mat","title":"Foldable Stone Drying Mat","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：可折叠硅藻土沥水垫\n  目标受众：追求厨房整洁、高效收纳的家庭用户\n  视觉风格：现代简约、自然质朴、功能强调\n  配色策略：以白色、灰色为主的自然石材色调，配合清爽的蓝色作为强调色\n  模块顺序：Hero -\u003e Feature 1 (吸水快干) -\u003e Feature 2 (折叠收纳) -\u003e Compare (对比优势) -\u003e Scenario (多场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_5.png, Feature2=image_1.png, Compare=image_3.png, Scenario=image_4.png\n  规格图映射：Specs=image_6.png\n  对比模块：已加入，因有明确的 Ours vs Others 对比图，能有效突出产品优势。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2c3e50;\n      --primary-hover: #34495e;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #e0e0e0;\n      --section-spacing: clamp(3rem, 6vw, 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      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n    .product-detail-container .text-sm {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--section-spacing);\n    }\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .pd-badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 0.5rem;\n      margin-bottom: 0.5rem;\n    }\n    \n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .hero-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: #e3f2fd;\n      color: #1976d2;\n      border-radius: 4px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      margin-top: 1.5rem;\n    }\n\n    \/* Compare Section *\/\n    .compare-section {\n      text-align: center;\n    }\n    \n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 30%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-tags {\n        justify-content: center;\n        display: flex;\n        flex-wrap: wrap;\n      }\n      \n      \/* Mobile Table *\/\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n      }\n      .spec-table td {\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child {\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        text-align: left;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003eDesigned for Everyday Ease\u003c\/div\u003e\n\n\u003ch1\u003eThe Dry Countertop Solution You've Been Waiting For\u003c\/h1\u003e\n\n\u003cp\u003eInstantly absorbent, quick-drying, and cleverly foldable. Experience a cleaner, drier kitchen with the natural power of diatomaceous earth stone.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv style=\"background-color: #f0f0f0; border: 2px dashed #ccc; padding: 2rem; text-align: center; display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425132632\/a308a6bc4c47d6b3d18d0b5f60ceaa7f.png\"\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-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"background-color: #f0f0f0; border: 2px dashed #ccc; padding: 2rem; text-align: center; display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425132632\/7a9407862407e9d405614827f7a436b2.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eInstant Absorption, Rapid Drying\u003c\/h2\u003e\n\n\u003cp\u003eMade from natural diatomaceous earth, this stone mat holds up to 150% of its weight in moisture. Water from freshly washed dishes vanishes in seconds, leaving your countertop spotless and free from puddles or soggy towels.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003eSuper Absorbent\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eFast Evaporation\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eNatural Material\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Foldable Design --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"background-color: #f0f0f0; border: 2px dashed #ccc; padding: 2rem; text-align: center; display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425132632\/adfd379af912b1701686f040a14ecdf7.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSmart, Space-Saving Design\u003c\/h2\u003e\n\n\u003cp\u003eReclaim your kitchen counter space. The innovative slat structure allows you to easily roll or fold the mat into a compact form for convenient storage in a drawer or cupboard when not in use. It's the perfect balance of function and flexibility.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003eFoldable\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eEasy Storage\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eCompact\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003cdiv class=\"pd-section compare-section\"\u003e\n\u003ch2\u003eWhy Choose Our Stone Mat?\u003c\/h2\u003e\n\n\u003cp\u003eSee how our foldable stone drying mat stacks up against ordinary solutions. Say goodbye to soggy cloth and bulky plastic.\u003c\/p\u003e\n\n\u003cdiv class=\"compare-media\"\u003e\n\u003cdiv style=\"background-color: #f0f0f0; border: 2px dashed #ccc; padding: 2rem; text-align: center; display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425132632\/85a3c2864e93d97e53f325fed7b4e76c.png\"\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-section\" style=\"flex-direction: column; text-align: center;\"\u003e\n\u003cdiv class=\"feature-copy\" style=\"margin-bottom: 2rem;\"\u003e\n\u003ch2\u003eVersatile Use Around Your Home\u003c\/h2\u003e\n\n\u003cp\u003eIts sleek, minimalist design and superior functionality make it perfect for more than just dishes. Use it wherever you need a dry, clean surface.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\" style=\"width: 100%;\"\u003e\n\u003cdiv style=\"background-color: #f0f0f0; border: 2px dashed #ccc; padding: 2rem; text-align: center; display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425132632\/eb2819fba9741f5b499b67970dec1d4b.png\"\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 specs-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 data-label=\"Material\"\u003eNatural Diatomaceous Earth Stone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFoldable \/ Rollable Slat Design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eDark Grey, Medium Grey, White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size Options (L x W)\"\u003e72 x 39 cm (approx. 28.3\" x 15.4\") - 12 Slats\u003cbr\u003e\n\t\t\t60 x 39 cm (approx. 23.6\" x 15.4\") - 10 Slats\u003cbr\u003e\n\t\t\t40 x 30 cm (approx. 15.7\" x 11.8\") - 7 Slats\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Based on image_1.png, there's a specific size shown, adding it for completeness if it matches a variant --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Example Dimensions (Unfolded)\"\u003e24\" x 16\" (as shown in image)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Example Dimensions (Folded)\"\u003e24\" x 4.5\" (as shown in image)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"text-sm\" style=\"margin-top: 1rem;\"\u003e* Note: Data derived from product imagery and specifications. Please refer to your selection for exact size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the stone mat?\u003c\/div\u003e\n\n\u003cp\u003eFor daily maintenance, simply wipe it down with a damp cloth. If stains occur, you can gently sand the surface with fine-grit sandpaper to refresh its absorbent properties and restore its original look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the material durable?\u003c\/div\u003e\n\n\u003cp\u003eYes, the diatomaceous earth stone is solid and durable for everyday use. However, like any stone product, it can crack if dropped from a height or subjected to sharp, heavy impact. Handle with care.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use it for things other than dishes?\u003c\/div\u003e\n\n\u003cp\u003eAbsolutely! Its quick-drying and non-slip nature makes it excellent as a bathroom mat, a neat station for pet water bowls, or a protective base under plant pots to catch overflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Charcoal Grey \/ Small -  (7 Slats)","offer_id":45551476408511,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stone Grey \/ Small -  (7 Slats)","offer_id":45551476441279,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ Small -  (7 Slats)","offer_id":45551476474047,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Medium -  (10 Slats)","offer_id":45551476506815,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stone Grey \/ Medium -  (10 Slats)","offer_id":45551476539583,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ Medium -  (10 Slats)","offer_id":45551476572351,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Grey \/ Large -  (12 Slats)","offer_id":45551476605119,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stone Grey \/ Large -  (12 Slats)","offer_id":45551476637887,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ Large -  (12 Slats)","offer_id":45551476670655,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/a308a6bc4c47d6b3d18d0b5f60ceaa7f.png?v=1777095426","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/foldable-stone-drying-mat","provider":"Bak","version":"1.0","type":"link"}