{"product_id":"portable-travel-soap-sheets","title":"Portable Travel Soap Sheets","description":" \n\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 Feature 3 (双层结构) -\u003e Specifications (规格) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_5.png, Feature1=image_4.png, Feature2=image_2.png, Feature3=image_1.png\n  规格图映射：Specs=image_7.png\n  对比模块：未加入（产品属创新型形态，直接强调自身独特卖点比与传统肥皂对比更有效）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #809b84; \/* Muted sage green derived from product imagery *\/\n      --primary-hover: #6a826e;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f7f9f8; \/* Very pale gray\/green tint for section contrast *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e5e5;\n      --spacing-section: clamp(3rem, 8vw, 6rem);\n      --spacing-item: clamp(1.5rem, 4vw, 3rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 clamp(1rem, 5%, 2rem);\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      text-align: center;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    .hidden-mobile { display: block; }\n    @media (max-width: 767px) {\n      .hidden-mobile { display: none !important; }\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-family: monospace;\n      padding: 20px;\n      box-sizing: border-box;\n      min-height: 300px; \/* Ensure visibility *\/\n    }\n\n    \/* Tags *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* --- Modules --- *\/\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .pd-hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: white;\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n      padding: var(--spacing-section) 0;\n    }\n    .pd-feature.reverse {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media, .pd-feature-copy {\n      flex: 1;\n      min-width: 0; \/* Fix flexbox overflow issues *\/\n    }\n    .pd-feature-tags {\n      margin-top: 1rem;\n    }\n\n    @media (max-width: 767px) {\n      .pd-feature, .pd-feature.reverse {\n        flex-direction: column;\n        text-align: center;\n      }\n      .pd-feature-copy {\n        padding: 0 1rem;\n      }\n    }\n\n    \/* Specifications *\/\n    .pd-specs {\n      padding: var(--spacing-section) 0;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: var(--spacing-item);\n      margin: var(--spacing-section) 0;\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .pd-specs-table th {\n      background-color: #fafafa;\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n    .pd-specs-table tr:last-child td, .pd-specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        text-align: right;\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Style *\/\n    .pd-faq {\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .pd-faq details {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      background: var(--bg-card);\n    }\n    .pd-faq summary {\n      padding: 1.2rem;\n      font-weight: 600;\n      cursor: pointer;\n      position: relative;\n      list-style: none;\n      font-size: 18px;\n    }\n    .pd-faq summary::-webkit-details-marker { display: none; }\n    .pd-faq summary::after {\n      content: '+';\n      position: absolute;\n      right: 1.2rem;\n      font-size: 1.5rem;\n      color: var(--primary);\n    }\n    .pd-faq details[open] summary::after { content: '-'; }\n    .pd-faq .faq-content {\n      padding: 0 1.2rem 1.2rem;\n      color: var(--text-sub);\n      border-top: 1px solid var(--bg-soft);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eTravel-Ready \u0026amp; Leak-Proof\u003c\/span\u003e\n\u003ch1\u003eClean Hands, Anywhere You Go\u003c\/h1\u003e\n\n\u003cp\u003eThe ultra-portable, water-activated soap leaf designed for your everyday adventures. Simply add water for an instant, hygienic cleanse.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-container\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133922\/66a26f74c64d3782949ee0c117a96232.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703132106\/be5dfb1f7d32a3110f5649851b353748.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-feature-copy\"\u003e\n\u003ch3\u003eAlways Within Reach\u003c\/h3\u003e\n\n\u003cp\u003eDesigned with a flexible silicone loop, this palm-sized case attaches securely to your bag, backpack, or keychain. It's the perfect companion for hiking, commuting, or navigating public spaces, ensuring you never have to worry about finding soap when you're out and about.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHangable Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLightweight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Instant Dissolve --\u003e\n\n\u003cdiv class=\"pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703132106\/617de30527cd1be3b2e547bef0489ea4.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-feature-copy\"\u003e\n\u003ch3\u003eInstant Lather upon Contact\u003c\/h3\u003e\n\n\u003cp\u003eForget bulky liquid soaps. These ultra-thin, dry paper sheets dissolve instantly when mixed with water. Just one sheet creates a rich, cleansing foam that rinses off completely, leaving no sticky residue behind.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eWater-Activated\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRich Foam\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eNo Residue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Dual Structure --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703132106\/57d2f092d1274affe0846635e1289e9c.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-feature-copy\"\u003e\n\u003ch3\u003eSmart Dual-Compartment Design\u003c\/h3\u003e\n\n\u003cp\u003eThe unique rotating structure features two separate compartments in one compact unit. This allows you to carry double the amount, or even two different scents, maximizing convenience without taking up extra precious space in your bag.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDouble Layer\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRotating Access\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePortable Dual-Layer Soap Paper Case\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eSoap Format\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eDry, Water-Soluble Paper Sheets\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCase Feature\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eRotating Dual Compartments with Silicone Loop\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eColors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\n\u003c!-- Using image_7 to guide the available color options --\u003eWhite, Pink, Green\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails open=\"\"\u003e\u003csummary\u003eHow do I use the soap sheets?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eIt's simple. With dry hands, slide open the case and take out one soap sheet. Place it in your palm, add a little water, and rub your hands together. The sheet will dissolve instantly into a rich cleansing foam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails open=\"\"\u003e\u003csummary\u003eIs this product liquid-free and TSA-friendly?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eYes. The soap is in a completely dry, paper-sheet format. It contains no liquid, making it perfectly safe and hassle-free for carry-on luggage and air travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails open=\"\"\u003e\u003csummary\u003eCan the case be refilled?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eThe dual-compartment case is designed to hold the specific leaf-shaped soap sheets securely. While the primary design is for convenient on-the-go use, the compartments are accessible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"3-Piece Starter Set (White, Pink \u0026 Green)","offer_id":45557105623087,"sku":"0703-15292947","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🔥 6-Piece Family Set - Save 10%","offer_id":45557105655855,"sku":"0703-15293188","price":26.95,"currency_code":"USD","in_stock":true},{"title":"🏆 9-Piece Ultimate Set - Best Value","offer_id":45557105688623,"sku":"0703-15298914","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0711\/6406\/7887\/files\/66a26f74c64d3782949ee0c117a96232.jpg?v=1783063833","url":"https:\/\/shoplarke.com\/products\/portable-travel-soap-sheets","provider":"Shoplarke","version":"1.0","type":"link"}