{"product_id":"waterproof-bamboo-toilet-paper-bin","title":"Waterproof Bamboo Toilet Paper Bin","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：窄缝卫浴收纳箱（竹木+布艺）\n  目标受众：需要优化小空间收纳、追求整洁和自然风格的家庭用户\n  视觉风格：自然、现代、整洁。配色采用竹木色强调质感，黑\/米色作为基底，配合浅色背景突出产品。\n  模块顺序：Hero (场景代入) -\u003e Feature 1 (核心痛点：小空间大容量) -\u003e Feature 2 (材质与防潮) -\u003e Feature 3 (便利性可视窗) -\u003e Compare (强化优势) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_5.png, Feature1=image_0.png, Feature2=image_2.png, Feature3=image_7.png\n  规格图映射：Specs=image_1.png\n  对比模块：已加入 (基于 image_3.png 提供的明确对比点，有效增强说服力)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #8D6E4F; \/* Bamboo tone *\/\n      --primary-hover: #735a40;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #F9F7F4; \/* Warm light grey\/off-white *\/\n      --bg-soft: #F2EFE9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #E5E0D8;\n      --spacing-block: clamp(2.5rem, 6vw, 4rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .sub-text {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Utilities *\/\n    .pd-block {\n      margin-bottom: var(--spacing-block);\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 1rem;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Handling - Scheme A (Fluid) *\/\n    .pd-image-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      border-radius: var(--radius-lg);\n      min-height: 300px;\n    }\n\n    \/* HERO Module *\/\n    .hero-block {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Module (Z-Pattern with mobile stack) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-block);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-pill {\n      font-size: 16px;\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Compare Module *\/\n    .compare-block {\n      background-color: var(--bg-card);\n      padding: var(--spacing-block) clamp(1rem, 3vw, 2rem);\n      border-radius: var(--radius-lg);\n    }\n    .compare-header { text-align: center; margin-bottom: 2rem; }\n    .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.5rem;\n    }\n    .compare-col h3 { text-align: center; margin-bottom: 1.5rem; }\n    .compare-item {\n      background: var(--bg-body);\n      padding: 1rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n      border: 1px solid var(--border-color);\n    }\n    .compare-col.ours .compare-item { border-left: 4px solid var(--primary); }\n    .compare-col.others .compare-item { border-left: 4px solid #ccc; filter: grayscale(100%); opacity: 0.7; }\n    \n    \/* Fixed Ratio Icon for Compare *\/\n    .fixed-ratio-box {\n        width: 60px;\n        height: 60px;\n        flex-shrink: 0;\n        position: relative;\n        background: var(--bg-soft);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n    }\n    .fixed-ratio-box img {\n        width: 100%;\n        height: 100%;\n        object-fit: contain;\n        position: absolute;\n        top: 0; left: 0;\n    }\n    .compare-text strong { display: block; font-size: 18px; margin-bottom: 0.25rem; }\n    .compare-text span { font-size: 16px; color: var(--text-sub); }\n\n\n    \/* Specs Module *\/\n    .specs-container {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: start;\n      background: var(--bg-card);\n      padding: var(--spacing-block) clamp(1rem, 3vw, 2rem);\n      border-radius: var(--radius-lg);\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      text-align: left;\n      padding: 1rem 0.5rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Module *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Optimization *\/\n    @media (max-width: 767px) {\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n        gap: 1.5rem;\n      }\n\n      .feature-media {\n        order: -1; \/* Ensure image is always on top *\/\n      }\n\n      .specs-container {\n        grid-template-columns: 1fr;\n      }\n\n      .compare-grid {\n        grid-template-columns: 1fr;\n      }\n      .compare-col.others { margin-top: 2rem; }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-block hero-block\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for everyday ease\u003c\/span\u003e\n\u003ch1\u003eMaximize Your Bathroom Space with Elegant Storage\u003c\/h1\u003e\n\n\u003cp\u003eKeep up to 12 rolls organized, accessible, and hidden in plain sight with this slim bamboo and fabric storage solution.\u003c\/p\u003e\n\u003c!-- 替换为场景图 image_5.png --\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img114\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/9cb8f2a3ce804be1790c09954b4a2a30.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img119\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/8353d8e22719c7e8294b7fc4fc4630dd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSlim Profile, Mega Capacity\u003c\/h2\u003e\n\n\u003cp\u003eDon't let its narrow footprint fool you. Designed to fit snugly beside toilets or in tight gaps, this organizer easily holds up to 12 standard rolls or 9 larger mega rolls. Free up cabinet space and reduce restocking frequency.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eHolds 9-12 Rolls\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eSpace-Saving Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 替换为展示材质细节和底脚的图 image_2.png --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img116\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/edab62b2a86762314497420e9cc4a846.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt for Dryness \u0026amp; Durability\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a solid bamboo frame and durable, waterproof Oxford fabric to withstand bathroom humidity. Four raised feet ensure the base never touches damp floors, keeping your toilet paper hygienic, clean, and dry.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eSolid Bamboo Frame\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eWaterproof Fabric\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eRaised Dry Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 替换为带有尺寸和侧视窗的图 image_7.png --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img117\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/222803e48fa07d27678b0a60e577eb17.jpg\"\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 Inventory Check\u003c\/h2\u003e\n\n\u003cp\u003eNever be caught off guard again. The convenient transparent side window lets you monitor your supply level at a glance. Know exactly when it’s time to restock without having to open the lid.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eClear Side Window\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eEasy-Lift Lid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: Compare Section --\u003e\n\n\u003cdiv class=\"pd-block compare-block\"\u003e\n\u003cdiv class=\"compare-header\"\u003e\n\u003ch2\u003eThe Superior Storage Solution\u003c\/h2\u003e\n\n\u003cp\u003eSee why our bamboo storage bin is the smarter choice for your home.\u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img142\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/97636231395d4c23edfb6789da22f5ea.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-block specs-container\"\u003e\n\u003cdiv class=\"specs-media\"\u003e\n\u003c!-- 替换为规格参数图 image_1.png --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513103126\/ca72c9ab3b97189bdb683328b5f06f48.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-data\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDimensions (L x W x H)\u003c\/th\u003e\n\t\t\t\u003ctd\u003e45 x 15 x 35 cm \/ 17.7 x 5.9 x 13.8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWaterproof Oxford Fabric\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFrame\/Lid Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolid Bamboo\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eStorage Capacity\u003c\/th\u003e\n\t\t\t\u003ctd\u003eUp to 12 regular or 9 mega rolls\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecial Features\u003c\/th\u003e\n\t\t\t\u003ctd\u003eTransparent Side Window, Raised Feet, Hollow Handles\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=\"pd-block faq-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill mega rolls fit in this storage bin?\u003c\/h3\u003e\n\n\u003cp\u003eYes, it is designed to accommodate larger sizes. It can comfortably hold approximately 9 mega rolls or up to 12 standard-sized toilet paper rolls.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the fabric really waterproof?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the body of the hamper is made from durable, waterproof Oxford fabric, designed specifically to protect the contents from bathroom humidity and splashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes it require tools for assembly?\u003c\/h3\u003e\n\n\u003cp\u003eNo tools are needed. The bamboo support rods are pre-installed. Simply unfold the basket and secure the Velcro strips for a quick, 3-minute setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black","offer_id":45629536207039,"sku":"0513-13318570","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Grey","offer_id":45629536239807,"sku":"0513-13318147","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":45629536272575,"sku":"0513-13319895","price":34.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Mix) - Black + Grey","offer_id":45630450434239,"sku":"0513-13316623","price":68.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Mix) - Black + Beige","offer_id":45630450467007,"sku":"0513-13313491","price":68.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Mix) - Grey + Beige","offer_id":45630450499775,"sku":"0513-13313024","price":68.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Mix) - 1 of Each Color","offer_id":45630450532543,"sku":"0513-13310083","price":101.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/9cb8f2a3ce804be1790c09954b4a2a30.jpg?v=1778639599","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/waterproof-bamboo-toilet-paper-bin","provider":"Bak","version":"1.0","type":"link"}