{"product_id":"collapsible-clear-utility-bucket","title":"Collapsible Clear Utility Bucket","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式透明折叠冰桶 (PVC材质)\n  目标受众：户外爱好者、露营者、野餐人群、沙滩游客\n  视觉风格：清新、通透、户外自然光感、充满活力\n  配色策略：以清透的水蓝色\/青色为主色调 (--primary: #00AEC7) 呼应冰水主题，搭配干净的白色和浅灰背景。\n  模块顺序：\n    1. Hero: 展示最核心的户外冰镇场景，强调“透明”和“便携”。\n    2. Feature 1 (Portability): 强调折叠收纳和轻便，解决痛点。\n    3. Feature 2 (Durability): 强调承重和防漏，建立信任。\n    4. Feature 3 (Versatility): 展示多用途场景（如洗漱），扩展价值。\n    5. Specifications: 清晰列出两个尺寸规格。\n    6. FAQ: 回答关于使用和维护的常见问题。\n  详情图映射：\n    - Hero = image_0.png (最佳户外冰镇展示)\n    - Feature 1 = image_1.png (野餐场景，体现便携小巧)\n    - Feature 2 = image_2.png (手提重物，体现承重耐用)\n    - Feature 3 = image_3.png (洗水场景，体现多功能)\n  规格图映射：Specs数据来源于 image_5.png (6.8L) 和 image_6.png (12L)。\n  对比模块：未加入，因无明确竞品对比需求，聚焦自身卖点阐述。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #00AEC7;\n      --primary-hover: #0095ab;\n      --text-main: #2C3E50;\n      --text-sub: #546E7A;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F5F9FA;\n      --border-color: #E0E6ED;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.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    }\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    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: 2rem;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-hero-subtitle {\n      font-size: 20px;\n      max-width: 700px;\n      margin: 0 auto 2rem;\n    }\n\n    .pd-trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1.5rem;\n      border-radius: 2rem;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    .pd-feature.reverse {\n      direction: rtl;\n    }\n\n    .pd-feature.reverse\u003e* {\n      direction: ltr;\n    }\n\n    .pd-feature-content {\n      padding: 1rem;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs-table th {\n      background: rgba(0, 174, 199, 0.05);\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      background: var(--bg-soft);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.8rem;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n    }\n\n    .pd-faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.8rem;\n      font-weight: 700;\n    }\n\n    .pd-faq-answer {\n      margin-bottom: 0;\n      padding-left: 2rem;\n    }\n\n    \/* Responsive Layout *\/\n    @media (max-width: 768px) {\n      .pd-feature,\n      .pd-feature.reverse {\n        grid-template-columns: 1fr;\n        direction: ltr;\n        gap: 1.5rem;\n      }\n\n      .pd-feature-media {\n        order: -1;\n      }\n\n      .pd-feature-content {\n        padding: 0;\n      }\n\n      \/* Mobile Table Style *\/\n      .pd-specs-table thead {\n        display: none;\n      }\n\n      .pd-specs-table,\n      .pd-specs-table tbody,\n      .pd-specs-table tr,\n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-soft);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0.5rem;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003e✨ Designed for outdoor ease\u003c\/span\u003e\n\u003ch1\u003eClear Cool. Anywhere You Go.\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subtitle\"\u003eThe foldable, fully transparent ice bucket designed for effortless chilling, visible style, and versatile use on any adventure.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714161058\/8985ed8d9a73c64c89b7dfd1b0cffd9e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003ePack Light, Chill Big.\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy cold drinks without the bulk of traditional coolers. Its lightweight, collapsible design folds down flat in seconds, making it incredibly easy to tuck into a tote bag or backpack for picnics, beach trips, or camping.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFoldable Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSpace-Saving\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTravel-Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714161058\/d4522f2b6f78c04aa28f472f038aab05.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eBuilt to Handle the Party.\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from thick, heavy-duty transparent PVC with reinforced seams. The sturdy soft handles are designed to comfortably carry a full load of ice and beverages without worrying about leaks or tears.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eThick PVC Material\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReinforced Handles\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLeakproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714161058\/c9a39240121e3b5d61c9e2e7bc5e7723.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eMore Than Just an Ice Bucket.\u003c\/h2\u003e\n\n\u003cp\u003eAdapt to any situation with this versatile container. Beyond chilling drinks, it serves perfectly as a stylish fruit bowl, a campsite wash basin, or handy storage for wet gear. The wide, flat base ensures stability on grass or tables.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eMulti-Purpose\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eStable Flat Base\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEasy to Clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714161058\/2c1012c1304d452d6acd1411a0f3604d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSmall (6.8L)\u003c\/th\u003e\n\t\t\t\u003cth\u003eLarge (12L)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small (6.8L)\"\u003eTransparent PVC\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large (12L)\"\u003eTransparent PVC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eUnfolded Size (Approx.)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small (6.8L)\"\u003e 25cm x H 14cm ( 9.8\" x H 5.5\")\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large (12L)\"\u003e 30cm x H 17cm (11.8\" x H 6.7\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFolded Size (Approx.)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small (6.8L)\"\u003e9cm x 15cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large (12L)\"\u003e11cm x 18cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small (6.8L)\"\u003e~75g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large (12L)\"\u003e~96g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; text-align: center; margin-top: 1rem;\"\u003e*Measurements are approximate and may vary slightly due to the flexible nature of the material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I clean the bucket?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt's very easy to maintain. Simply rinse it with mild soap and water after each use, then let it air dry completely before folding it for storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it stable when filled with water and ice?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the bucket is designed with a wide, flat bottom that provides excellent stability on flat surfaces like tables or the ground, even when filled to capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I hold hot water in it?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThis product is designed primarily for cold items like ice, beverages, or cool water. We recommend avoiding boiling or very hot water to maintain the integrity of the PVC material over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"6.8L (Small) \/ 1-Pack (Outdoor Essential)","offer_id":45847705780415,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"12L (Large) \/ 1-Pack (Outdoor Essential)","offer_id":45847705813183,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"6.8L (Small) \/ 2-Pack (Multi-Use Set - 10%)","offer_id":45847705845951,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"12L (Large) \/ 2-Pack (Multi-Use Set - 10%)","offer_id":45847705878719,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"6.8L (Small) \/ 3-Pack (Party \u0026 Camping Kit - 15%)","offer_id":45847705911487,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"12L (Large) \/ 3-Pack (Party \u0026 Camping Kit - 15%)","offer_id":45847705944255,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8985ed8d9a73c64c89b7dfd1b0cffd9e.jpg?v=1784018207","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/collapsible-clear-utility-bucket","provider":"Bak","version":"1.0","type":"link"}