{"product_id":"space-saving-collapsible-waste-bin-rjc","title":"Platzsparender zusammenklappbarer Abfalleimer","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\"\u003ePlatzsparende Innovation\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eEinfache Montage\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eVerabschieden Sie sich von sperrigen Standabfalleimern!\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eMaximieren Sie Ihre Küchenbodenfläche mit unserem intelligenten, zusammenklappbaren Hängeabfalleimer. Entwickelt, um Ihnen nicht im Weg zu stehen und gleichzeitig Ihren Arbeitsbereich sauber zu halten.\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\"\u003eAufklappbar bei Bedarf, unsichtbar im gefalteten Zustand\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eMaximieren Sie die Effizienz Ihrer Küche\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eErhältlich in 6- und 10-Liter-Kapazitäten, verfügt dieser Behälter über eine einzigartige zusammenklappbare Struktur. Halten Sie ihn gefaltet, um versehentliche Stöße in engen Räumen zu vermeiden, und klappen Sie ihn einfach auf, wenn Sie Mahlzeiten zubereiten. Der ultimative Platzsparer für jede moderne Küche.\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\"\u003eMühelose Montage an der Schranktür\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eKein Herumfummeln mehr mit nassen Händen\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eHören Sie auf, ständig die Unterschranktüren beim Kochen zu öffnen und zu schließen. Befestigen Sie diesen Behälter direkt über Ihrer Schublade oder Schranktür für sofortigen, mühelosen Zugriff. Wir liefern sowohl Schranktürhaken als auch starke Klebehaken, damit Sie völlig flexibel sind.\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\"\u003eIntegrierter Müllbeutelspender\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eNahtlose Arbeitsablauf-Integration\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eErleben Sie echten Komfort mit dem integrierten Aufbewahrungsfach am Boden des Behälters. Ziehen Sie einfach eine frische Mülltüte reibungslos und mühelos heraus, sobald Sie sie brauchen – kein Suchen mehr in Schränken nach dem nächsten Beutel.\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\"\u003eLanglebig, sicher \u0026amp; überraschend vielseitig\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eGeht über die Küche hinaus\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eHergestellt aus hochwertigem, verdicktem PP, TPE und Silikon, ist dieser ungiftige und geruchsfreie Behälter problemlos für schwere tägliche Belastungen geeignet. Perfekt für die Küche, ist sein kompaktes Design auch ideal für Wohnmobile, Studentenwohnheime, Schreibtische, Badezimmer und sogar Ihr Auto.\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;\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\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\"\u003eVerfügbare Kapazitäten\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6 Liter (ca. 1,5 Gal) \/ 10 Liter (ca. 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\"\u003eGefaltete Maße für 6L\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\"\u003eGefaltete Maße für 10L\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\"\u003eHochwertige Materialien\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVerdicktes PP (Polypropylen), TPE, lebensmittelechtes Silikon\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTürkompatibilität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePasst für Schranktüren mit einer Dicke von bis zu 2,54 cm (1,0 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMontageoptionen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTürhaken \u0026amp; Wandmontierter Klebehaken (beide enthalten)\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;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003ePasst das an meine speziellen Küchenschränke?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eJa! Der mitgelieferte Türhaken ist für Standard-Küchenschranktüren bis zu 2,54 cm (1 Zoll) Dicke ausgelegt. Wenn Ihre Tür dicker ist oder Sie eine andere Platzierung bevorzugen, können Sie den mitgelieferten starken Klebehaken verwenden, um ihn überall zu montieren.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIst der Faltmechanismus robust genug für den täglichen Gebrauch?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolut. Der aus hochwertigem, verdicktem TPE und Silikon gefertigte ausziehbare Abschnitt ist speziell dafür entwickelt, Tausende von Falt- und Entfaltungszyklen ohne Risse oder Formverlust zu überstehen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWie reinige ich den Behälter, wenn etwas verschüttet wurde?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eDie Reinigung ist praktisch mühelos. Da es aus wasserfestem, ungiftigem PP- und Silikonmaterial gefertigt ist, können Sie es einfach vom Haken abnehmen und direkt unter dem Wasserhahn abspülen oder mit einem feuchten Tuch abwischen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Grau \/ Kompakt (6L \/ 1,5 Gal) – Am besten für Wohnmobile \u0026 Bäder","offer_id":47992047403220,"sku":"0401-16060747","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Weiß \/ Kompakt (6L \/ 1,5 Gal) – Am besten für Wohnmobile \u0026 Bäder","offer_id":47992047435988,"sku":"0401-16064325","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Grau \/ Familiengröße (10L \/ 2,6 Gal) – Perfekt für Küchen","offer_id":47992047468756,"sku":"0401-16060998","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Weiß \/ Familiengröße (10L \/ 2,6 Gal) – Perfekt für Küchen","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\/de\/products\/space-saving-collapsible-waste-bin-rjc","provider":"Omurio","version":"1.0","type":"link"}