{"product_id":"portable-car-trash-bin","title":"Portable Car Trash Bin","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_7.png (折叠对比), Feature1=image_6.png (折叠步骤), Feature2=image_4.png (提手), Feature3=image_8.png (多场景)\n  规格图映射：Specs=image_9.png (颜色选项)\n  对比模块：未加入，产品本身的核心机制就是一种“使用前后”的对比，已融入Hero和Feature 1中强化。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8C9E89; \/* 浅绿色调 *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F7F7F5;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(3rem, 8vw, 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: 1100px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n      font-weight: 600;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      margin-bottom: 0.75rem;\n      font-weight: 600;\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    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .placeholder-box {\n      background-color: var(--bg-soft);\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 16px;\n      padding: 2rem;\n      min-height: 300px;\n    }\n\n    .badge-trust {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      margin-bottom: var(--spacing-section);\n      align-items: center;\n    }\n\n    .hero-content h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      margin-bottom: var(--spacing-section);\n      align-items: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      gap: 1rem;\n      flex-wrap: wrap;\n      margin-bottom: 1rem;\n    }\n\n    .feature-tag {\n      font-size: 16px;\n      color: var(--primary);\n      background: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n    }\n\n    \/* Specs Section *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-soft);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table td {\n      padding: 1rem 0;\n      border-bottom: 1px solid #e0e0e0;\n      font-size: 18px;\n    }\n\n    .specs-table td:first-child {\n      font-weight: 600;\n      width: 30%;\n      color: var(--text-main);\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    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid #e0e0e0;\n      padding: 1.5rem 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .faq-question::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n\n    details[open] .faq-question::after {\n      content: '-';\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-top: 1rem;\n      padding-right: 2rem;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n      }\n      \n      \/* Z-Pattern for features on desktop *\/\n      .feature-section:nth-child(even) .feature-media {\n        order: 2;\n      }\n      .feature-section:nth-child(even) .feature-copy {\n        order: 1;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-trust\"\u003e✨ Smart Space-Saving Design\u003c\/span\u003e\n\u003ch1\u003eThe Collapsible Bin That Fits Anywhere\u003c\/h1\u003e\n\n\u003cp\u003eReclaim your space with this versatile, foldable bin. It collapses flat for easy storage and features a built-in handle for effortless portability in your home or car.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513130854\/a44ca2e0a08f6c06ab838ec860b51283.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\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\/20260513130854\/d2f4227ddef2cb9d476d09c264a09215.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=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFolds Flat\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCompact Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eCollapses in Seconds to Save Space\u003c\/h3\u003e\n\n\u003cp\u003eSimply press down to collapse the bin to just a fraction of its height. This innovative design allows you to easily tuck it away in a drawer, cabinet, or tight car space when not in use, freeing up valuable room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability \u0026 Handle --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513130854\/93d4cffc3e061d20961daa42d09bac55.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=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBuilt-in Handle\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLightweight\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eGrab-and-Go Portability\u003c\/h3\u003e\n\n\u003cp\u003eThe sturdy, integrated handle makes moving the bin effortless, even when full. Whether you're carrying it from the car to the house or moving it between rooms, transportation is a breeze.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility \u0026 Waterproof --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513130854\/77305273db05792c1fb1bd6aa8bd167d.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=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMulti-Scenario\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLeak-Proof\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eVersatile \u0026amp; Leak-Proof Design\u003c\/h3\u003e\n\n\u003cp\u003ePerfect as a car trash bin, bathroom storage, or a portable bucket for trips. The solid, waterproof base ensures no leaks or spills, keeping your vehicle and home clean and dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eDetails \u0026amp; Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDesign\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCollapsible with folding middle section\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDurable plastic rim\/base with flexible silicone\/soft plastic body\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFeatures\u003c\/td\u003e\n\t\t\t\u003ctd\u003eIntegrated carrying handle, optional lid (select models)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBeige, Light Green (as shown in options)\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=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eHow do I collapse and expand the bin?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo expand, simply hold the rim and push the bottom out. To collapse, press the top rim down evenly until it folds flat. It's designed for quick and easy operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eIs it completely waterproof?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the bottom and body are made from waterproof materials, making it leak-proof and suitable for holding wet items or liquids without dripping.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eHow do I clean it?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe smooth interior surface is easy to wipe down with a damp cloth or rinse out with water and mild soap for a thorough clean.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Light Green \/ Single (Front Seat)","offer_id":43510383837243,"sku":"0513-18555074","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ 2-Pack (Front \u0026 Back Seats - Most Popular) 🔥","offer_id":43510383870011,"sku":"0513-18554600","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ 4-Pack (Multi-Car Family)","offer_id":43510383902779,"sku":"0513-18553427","price":38.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ Single (Front Seat)","offer_id":43510383935547,"sku":"0513-18551369","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 2-Pack (Front \u0026 Back Seats - Most Popular) 🔥","offer_id":43510383968315,"sku":"0513-18558254","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 4-Pack (Multi-Car Family)","offer_id":43510384001083,"sku":"0513-18553574","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/a44ca2e0a08f6c06ab838ec860b51283.jpg?v=1778669773","url":"https:\/\/autoyunn.com\/products\/portable-car-trash-bin","provider":"AutoYunn","version":"1.0","type":"link"}