{"product_id":"space-saving-collapsible-waste-bin-rjc","title":"Space-Saving Collapsible Waste Bin","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Home \u0026 Kitchen Organization \/ Space-Saving Solutions\nTarget Audience: Urban dwellers, apartment renters, home cooks, RV owners seeking efficiency and cleanliness.\nVisual Style: Modern, Practical, Clean.\nColor Strategy: White\/Light Gray base for a hygienic feel, with dark Slate text for high contrast readability. \nShape Strategy: Radius 22px (Soft, friendly, safe for domestic environment - matching the \"anti-bump\" benefit).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 44px, Body 20px).\nMobile Table Strategy: Card-based, strictly vertical stack without horizontal scroll. Auto-calculated metric to imperial units.\nImage Mapping: Hero=image_1, Features=image_2 to image_5.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --border-color: #e2e8f0;\n      --radius-md: 14px;\n      --radius-lg: 22px;\n      --primary: #0d9488; \/* Teal for clean\/kitchen vibe *\/\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography System *\/\n    .pd-h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n    .pd-h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n    .pd-h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.8rem 0;\n      color: var(--text-main);\n    }\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Structural Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .pd-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n      justify-content: center;\n    }\n    .pd-badge {\n      background: var(--bg-card);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--primary);\n      font-size: 16px;\n      border: 1px solid var(--border-color);\n      display: inline-block;\n    }\n\n    \/* Image Rules *\/\n    .pd-media-card {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n    }\n    .pd-media-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n    .pd-placeholder {\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f8f9fa;\n      border: 2px dashed #cbd5e1;\n      color: #64748b;\n      font-size: 1.2rem;\n      font-weight: bold;\n      position: absolute;\n      top: 0;\n      left: 0;\n      border-radius: inherit;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: 2rem;\n    }\n    .pd-hero .pd-media-card {\n      aspect-ratio: 4 \/ 3;\n      margin-top: 2rem;\n    }\n\n    \/* Feature Order Lock \u0026 Layout *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .pd-feature-media {\n      width: 100%;\n      order: 1; \/* Mobile lock: Media Top *\/\n    }\n    .pd-feature-copy {\n      width: 100%;\n      order: 2; \/* Mobile lock: Text Bottom *\/\n      box-sizing: border-box;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        gap: clamp(3rem, 5vw, 5rem); \/* Strict gap usage *\/\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media, \n      .pd-feature-copy {\n        width: 50%;\n        order: unset; \/* Remove lock for desktop *\/\n      }\n    }\n\n    \/* Card-Based Specs Table *\/\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n    .pd-table th, \n    .pd-table td {\n      padding: 1.2rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-table th {\n      background: var(--bg-card);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    @media (max-width: 767px) {\n      .pd-table, \n      .pd-table thead, \n      .pd-table tbody, \n      .pd-table tr, \n      .pd-table th, \n      .pd-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n        gap: 0.5rem;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        font-size: 16px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-q {\n      font-weight: 700;\n      font-size: clamp(20px, 2.5vw, 24px);\n      color: var(--text-main);\n      margin-bottom: 0.8rem;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eSpace-Saving Innovation\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eEasy Installation\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eSay Goodbye to Bulky Floor-Standing Bins!\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eMaximize your kitchen floor space with our smart, collapsible hanging waste bin. Designed to stay out of your way while keeping your prep area spotless.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-card\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331155604\/6d53e10078ecace96cd553abe2fcc66a.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-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media pd-media-card\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331155604\/0886bc44408e1fb9499597ee6b6871cb.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\u003ch2 class=\"pd-h2\"\u003eExpandable on Demand, Invisible When Folded\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eMaximize Your Kitchen's Efficiency\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eAvailable in 6-liter and 10-liter capacities, this bin features a unique collapsible structure. Keep it folded to prevent accidental bumps in tight spaces, and simply pop it open when preparing meals. The ultimate space-saver for any modern kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media pd-media-card\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331155604\/dd11aaadf7665b08bcbaa08c349bc9ea.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\u003ch2 class=\"pd-h2\"\u003eEffortless Cabinet Door Installation\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eNo More Fumbling with Wet Hands\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eStop constantly opening and closing under-sink cabinet doors while cooking. Attach this bin right over your drawer or cabinet door for instant, effortless access. We include both cabinet door hooks and strong adhesive hooks, giving you total flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media pd-media-card\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331155604\/52c5665d2df6f752372c9feab4f98762.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\u003ch2 class=\"pd-h2\"\u003eBuilt-in Trash Bag Dispenser\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eSeamless Workflow Integration\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eExperience true convenience with the integrated storage slot at the bottom of the bin. Simply pull out a fresh trash bag smoothly and effortlessly the moment you need it—no need to dig through cabinets to find your next liner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media pd-media-card\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331155604\/d09f1e4fd2d78d7e958aaa5731122cf7.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\u003ch2 class=\"pd-h2\"\u003eDurable, Safe \u0026amp; Surprisingly Versatile\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eGoes Beyond the Kitchen\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eCrafted from premium, thickened PP, TPE, and silicone, this non-toxic and odorless bin easily handles heavy daily loads. While perfect for the kitchen, its compact design makes it an ideal waste management solution for RVs, dorms, office desks, bathrooms, and even your car.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\u003eDetails\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\"\u003eAvailable Capacities\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6 Liters (Approx. 1.5 Gal) \/ 10 Liters (Approx. 2.6 Gal)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e6L Folded Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e13.5 × 19 × 21 cm (5.3\" × 7.5\" × 8.3\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e10L Folded Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e16 × 25 × 27.5 cm (6.3\" × 9.8\" × 10.8\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePremium Materials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eThickened PP (Polypropylene), TPE, Food-Grade Silicone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDoor Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eFits cabinet doors with thickness up to 2.54 cm (1.0 inch)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallation Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eOver-the-door hook \u0026amp; Wall-mounted adhesive hook (Both included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill this fit my specific kitchen cabinets?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eYes! The included over-the-door hook is designed to fit standard cabinet doors up to 1 inch (2.54 cm) thick. If your door is thicker or you prefer a different placement, you can use the included heavy-duty adhesive hook to mount it anywhere.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the folding mechanism durable enough for daily use?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolutely. The expanding section is constructed from premium thickened TPE and silicone, specifically engineered to withstand thousands of folding and unfolding cycles without cracking or losing shape.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow do I clean the bin if there is a spill?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eCleaning is practically effortless. Because it is made of water-resistant, non-toxic PP and silicone materials, you can simply detach it from the hook and rinse it directly under the sink or wipe it down with a damp cloth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Grey \/ Compact (6L \/ 1.5 Gal) - Best for RVs \u0026 Baths","offer_id":47992047403220,"sku":"0401-16060747","price":14.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Compact (6L \/ 1.5 Gal) - Best for RVs \u0026 Baths","offer_id":47992047435988,"sku":"0401-16064325","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Family Size (10L \/ 2.6 Gal) - Perfect for Kitchens","offer_id":47992047468756,"sku":"0401-16060998","price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Family Size (10L \/ 2.6 Gal) - Perfect for Kitchens","offer_id":47992047501524,"sku":"0401-16063606","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6d53e10078ecace96cd553abe2fcc66a.jpg?v=1779883844","url":"https:\/\/omurio.com\/products\/space-saving-collapsible-waste-bin-rjc","provider":"Omurio","version":"1.0","type":"link"}