{"title":"Geruchsverschlüsse","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eGünstige Geruchsverschlüsse - MaproWorld AG\u003c\/title\u003e\n  \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"\u003e\u003c\/script\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700;800\u0026amp;family=Lora:ital,wght@0,400;0,500;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cscript\u003e\n    tailwind.config = {\n      theme: {\n        extend: {\n          colors: { navy: { dark: '#0c1323', mid: '#1d3460', light: '#263f70' } },\n          fontFamily: { display: ['Outfit', 'sans-serif'], body: ['Lora', 'serif'] }\n        }\n      }\n    }\n  \u003c\/script\u003e\n\n  \u003cstyle\u003e\n    body {\n      background: #0c1323;\n      background-image:\n        radial-gradient(ellipse 100% 60% at 50% -5%, rgba(38,63,112,0.7) 0%, transparent 60%),\n        radial-gradient(ellipse 55% 40% at 88% 98%, rgba(29,52,96,0.3) 0%, transparent 55%);\n      min-height: 100vh;\n    }\n\n    \/* ── Main glow card ── *\/\n    .glow-card {\n      background: linear-gradient(155deg, rgba(38,63,112,0.2) 0%, rgba(12,19,35,0.72) 100%);\n      border: 1px solid rgba(99,140,220,0.16);\n      box-shadow:\n        0 0 0 1px rgba(99,140,220,0.06),\n        0 12px 60px rgba(12,19,35,0.85),\n        0 0 100px rgba(29,52,96,0.12),\n        inset 0 1px 0 rgba(255,255,255,0.055);\n      backdrop-filter: blur(16px);\n    }\n\n    \/* ── Feature tiles ── *\/\n    .feat-tile {\n      background: rgba(12,19,35,0.5);\n      border: 1px solid rgba(99,140,220,0.11);\n      border-radius: 16px;\n      transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;\n      position: relative; overflow: hidden;\n    }\n    .feat-tile::after {\n      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;\n      background: linear-gradient(90deg, transparent, rgba(99,140,220,0.55), transparent);\n      opacity: 0; transition: opacity 0.3s;\n    }\n    .feat-tile:hover { border-color: rgba(99,140,220,0.3); box-shadow: 0 0 28px rgba(99,140,220,0.12); transform: translateY(-3px); }\n    .feat-tile:hover::after { opacity: 1; }\n\n    \/* ── Icon wrapper ── *\/\n    .icon-wrap {\n      width: 52px; height: 52px; border-radius: 14px;\n      background: rgba(29,52,96,0.55);\n      border: 1px solid rgba(99,140,220,0.24);\n      display: flex; align-items: center; justify-content: center;\n      box-shadow: 0 0 18px rgba(99,140,220,0.2);\n    }\n    .icon-glow { filter: drop-shadow(0 0 8px rgba(99,140,220,0.8)); color: #7aaaf7; }\n\n    \/* ── Product badge ── *\/\n    .product-badge {\n      background: linear-gradient(145deg, rgba(29,52,96,0.75) 0%, rgba(38,63,112,0.55) 100%);\n      border: 1px solid rgba(99,140,220,0.3);\n      border-radius: 14px;\n      box-shadow: 0 0 28px rgba(99,140,220,0.18), inset 0 0 20px rgba(99,140,220,0.05);\n      transition: all 0.3s;\n      position: relative; overflow: hidden;\n    }\n    .product-badge::before {\n      content: '';\n      position: absolute; inset: 0; border-radius: 14px;\n      background: linear-gradient(135deg, rgba(99,140,220,0.08) 0%, transparent 60%);\n    }\n    .product-badge:hover {\n      border-color: rgba(99,140,220,0.5);\n      box-shadow: 0 0 45px rgba(99,140,220,0.25);\n      transform: translateY(-2px);\n    }\n\n    \/* ── Pill tag ── *\/\n    .pill-tag {\n      display: inline-flex; align-items: center; gap: 5px;\n      padding: 4px 11px; border-radius: 20px;\n      font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.05em;\n      background: rgba(29,52,96,0.6);\n      border: 1px solid rgba(99,140,220,0.3);\n      color: #7aaaf7;\n      box-shadow: 0 0 10px rgba(99,140,220,0.15);\n    }\n    .pill-tag.success {\n      background: rgba(16,60,30,0.6);\n      border-color: rgba(50,160,80,0.35);\n      color: #5ddba0;\n      box-shadow: 0 0 10px rgba(50,160,80,0.12);\n    }\n\n    \/* ── Info highlight ── *\/\n    .info-box {\n      background: rgba(29,52,96,0.28);\n      border: 1px solid rgba(99,140,220,0.2);\n      border-left: 3px solid rgba(99,140,220,0.6);\n      border-radius: 12px;\n      padding: 18px 20px;\n    }\n    .warning-box {\n      background: rgba(60,30,12,0.35);\n      border: 1px solid rgba(200,120,50,0.25);\n      border-left: 3px solid rgba(200,120,50,0.55);\n      border-radius: 12px;\n      padding: 18px 20px;\n    }\n\n    \/* ── Comparison row ── *\/\n    .compare-row {\n      display: flex; align-items: center; gap: 12px;\n      padding: 12px 16px; border-radius: 10px;\n      background: rgba(12,19,35,0.45);\n      border: 1px solid rgba(99,140,220,0.08);\n      transition: border-color 0.2s;\n    }\n    .compare-row:hover { border-color: rgba(99,140,220,0.2); }\n\n    \/* ── Divider glow ── *\/\n    .divider-glow {\n      border: none; height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(99,140,220,0.4), transparent);\n      box-shadow: 0 0 8px rgba(99,140,220,0.16);\n    }\n\n    \/* ── Heading glow ── *\/\n    .heading-glow { text-shadow: 0 0 30px rgba(99,140,220,0.45); }\n\n    \/* ── Stat ── *\/\n    .stat-num {\n      font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 2.1rem;\n      color: #fff; line-height: 1;\n      text-shadow: 0 0 22px rgba(99,140,220,0.55);\n    }\n\n    \/* ── Glow link ── *\/\n    a.glow-link { color: #7aaaf7; text-decoration: none; transition: color 0.2s, text-shadow 0.2s; }\n    a.glow-link:hover { color: #aac8ff; text-shadow: 0 0 10px rgba(120,170,247,0.65); }\n\n    \/* ── CTA button ── *\/\n    .btn-cta {\n      background: linear-gradient(135deg, #1d3460 0%, #263f70 100%);\n      border: 1px solid rgba(99,140,220,0.35);\n      border-radius: 12px;\n      font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px;\n      transition: all 0.3s; position: relative; overflow: hidden;\n    }\n    .btn-cta::before {\n      content: ''; position: absolute; inset: 0;\n      background: rgba(99,140,220,0.12); opacity: 0; transition: opacity 0.3s;\n    }\n    .btn-cta:hover::before { opacity: 1; }\n    .btn-cta:hover {\n      border-color: rgba(99,140,220,0.6);\n      box-shadow: 0 0 30px rgba(99,140,220,0.3);\n      transform: translateY(-1px);\n    }\n\n    \/* ── Section label ── *\/\n    .section-label {\n      font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.12em; text-transform: uppercase; color: #7aaaf7;\n    }\n\n    \/* ── Pulse dot ── *\/\n    @keyframes pulse-ring {\n      0%   { transform: scale(1);   opacity: 0.7; }\n      70%  { transform: scale(1.7); opacity: 0;   }\n      100% { transform: scale(1.7); opacity: 0;   }\n    }\n    .pulse-dot { position: relative; display: inline-flex; align-items: center; justify-content: center; }\n    .pulse-dot::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #7aaaf7; animation: pulse-ring 2s ease-out infinite; }\n    .pulse-dot-inner { width: 8px; height: 8px; border-radius: 50%; background: #7aaaf7; box-shadow: 0 0 8px rgba(120,170,247,0.8); position: relative; z-index: 1; }\n\n    \/* ── Stagger fade-up ── *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .fade-up  { animation: fadeUp 0.58s ease both; }\n    .d1 { animation-delay: 0.06s; } .d2 { animation-delay: 0.13s; }\n    .d3 { animation-delay: 0.20s; } .d4 { animation-delay: 0.27s; }\n    .d5 { animation-delay: 0.34s; } .d6 { animation-delay: 0.41s; }\n\n    \/* ── VS divider ── *\/\n    .vs-divider {\n      display: flex; align-items: center; gap: 12px;\n    }\n    .vs-divider::before, .vs-divider::after {\n      content: ''; flex: 1; height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(99,140,220,0.3));\n    }\n    .vs-divider::after { background: linear-gradient(270deg, transparent, rgba(99,140,220,0.3)); }\n\n    \/* ── Check \/ Cross icons inline ── *\/\n    .check { color: #5ddba0; filter: drop-shadow(0 0 5px rgba(50,200,100,0.6)); }\n    .cross { color: #f47575; filter: drop-shadow(0 0 5px rgba(200,80,80,0.5)); }\n\n    \/* ── Savings bar ── *\/\n    .savings-track {\n      height: 8px; border-radius: 4px;\n      background: rgba(12,19,35,0.55);\n      border: 1px solid rgba(99,140,220,0.1);\n      overflow: hidden; position: relative;\n    }\n    .savings-fill {\n      height: 100%; border-radius: 4px;\n      animation: bar-grow 1.4s ease both;\n    }\n    .savings-fill.blue { background: linear-gradient(90deg, #1d3460, #7aaaf7); box-shadow: 0 0 8px rgba(120,170,247,0.4); }\n    .savings-fill.red  { background: linear-gradient(90deg, #5c1a1a, #f47575); box-shadow: 0 0 8px rgba(200,80,80,0.3); }\n    @keyframes bar-grow { from { width: 0%; } }\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"max-w-4xl mx-auto\"\u003e\n\n  \u003c!-- ── Hero header ── --\u003e\n  \u003cdiv class=\"fade-up text-center mb-12\"\u003e\n    \u003cdiv class=\"inline-flex items-center gap-2 mb-5 px-4 py-1.5 rounded-full\" style=\"background:rgba(29,52,96,0.35); border:1px solid rgba(99,140,220,0.22);\"\u003e\n      \u003cspan class=\"pulse-dot\"\u003e\u003cspan class=\"pulse-dot-inner\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"section-label\" style=\"letter-spacing:0.08em;\"\u003ePreisführer am Markt\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"font-display text-4xl md:text-5xl font-800 text-white heading-glow mb-4 leading-tight\"\u003e\n      Günstige Geruchsverschlüsse\u003cbr\u003e\n      für alle \u003cspan style=\"color:#7aaaf7;\"\u003ewasserlosen Urinale\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"font-display text-lg md:text-xl font-600 text-white mb-3\"\u003e\n      Schluss mit teuren Ersatzteilen.\n    \u003c\/p\u003e\n    \u003cp class=\"text-slate-400 text-base max-w-xl mx-auto leading-relaxed font-display font-300\"\u003e\n      MaproWorld durchbricht das Monopol der Hersteller und liefert für nahezu alle Systeme günstige, zuverlässige Lösungen.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Why not standard yet? ── --\u003e\n  \u003cdiv class=\"glow-card rounded-2xl p-7 md:p-10 mb-6 fade-up d1\"\u003e\n\n    \u003cdiv class=\"section-label mb-2\"\u003eDie entscheidende Frage\u003c\/div\u003e\n    \u003ch2 class=\"font-display font-700 text-white text-2xl mb-5 flex items-center gap-3 leading-snug\"\u003e\n      \u003ci class=\"ph ph-question text-2xl icon-glow\"\u003e\u003c\/i\u003e\n      Warum sind wasserlose Urinale bisher kein Standard?\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"warning-box mb-6\"\u003e\n      \u003cdiv class=\"flex items-start gap-3\"\u003e\n        \u003ci class=\"ph ph-warning-circle text-xl flex-shrink-0 mt-0.5\" style=\"color:#e8a05a; filter:drop-shadow(0 0 6px rgba(200,120,50,0.6));\"\u003e\u003c\/i\u003e\n        \u003cp class=\"text-slate-300 text-sm leading-relaxed font-display\"\u003e\n          Vor allem stehen hier die \u003cspan class=\"font-600 text-white\"\u003ehohen Ersatzteilkosten für markengebundene Geruchsverschlüsse\u003c\/span\u003e im Raum. Hersteller sichern sich durch proprietäre Systeme eine Monopolstellung im Nachkaufgeschäft.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Comparison grid --\u003e\n    \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-4 mb-7\"\u003e\n\n      \u003c!-- Traditional (bad) --\u003e\n      \u003cdiv class=\"feat-tile p-5\"\u003e\n        \u003cdiv class=\"flex items-center gap-2 mb-4\"\u003e\n          \u003ci class=\"ph ph-x-circle text-lg cross\"\u003e\u003c\/i\u003e\n          \u003cspan class=\"font-display font-700 text-slate-300 text-sm\"\u003eHerkömmliche Systeme\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"space-y-2.5\"\u003e\n          \u003cdiv class=\"compare-row\"\u003e\n            \u003ci class=\"ph ph-x text-sm cross\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-400 text-sm font-display\"\u003eMarkengebundene Ersatzteile\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\"\u003e\n            \u003ci class=\"ph ph-x text-sm cross\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-400 text-sm font-display\"\u003eHohe laufende Unterhaltskosten\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\"\u003e\n            \u003ci class=\"ph ph-x text-sm cross\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-400 text-sm font-display\"\u003eMonopolpreise ohne Alternative\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\"\u003e\n            \u003ci class=\"ph ph-x text-sm cross\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-400 text-sm font-display\"\u003eSystemwechsel kaum möglich\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- MaproWorld (good) --\u003e\n      \u003cdiv class=\"feat-tile p-5\" style=\"border-color:rgba(99,140,220,0.22);\"\u003e\n        \u003cdiv class=\"flex items-center gap-2 mb-4\"\u003e\n          \u003ci class=\"ph ph-check-circle text-lg check\"\u003e\u003c\/i\u003e\n          \u003cspan class=\"font-display font-700 text-white text-sm\"\u003eMaproWorld Lösung\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"space-y-2.5\"\u003e\n          \u003cdiv class=\"compare-row\" style=\"border-color:rgba(50,160,80,0.12); background:rgba(10,35,20,0.45);\"\u003e\n            \u003ci class=\"ph ph-check text-sm check\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-300 text-sm font-display\"\u003eKompatibel mit nahezu allen Herstellern\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\" style=\"border-color:rgba(50,160,80,0.12); background:rgba(10,35,20,0.45);\"\u003e\n            \u003ci class=\"ph ph-check text-sm check\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-300 text-sm font-display\"\u003eNachweislich günstigere Unterhaltskosten\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\" style=\"border-color:rgba(50,160,80,0.12); background:rgba(10,35,20,0.45);\"\u003e\n            \u003ci class=\"ph ph-check text-sm check\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-300 text-sm font-display\"\u003eUniversal-Adapter für alle Systeme\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"compare-row\" style=\"border-color:rgba(50,160,80,0.12); background:rgba(10,35,20,0.45);\"\u003e\n            \u003ci class=\"ph ph-check text-sm check\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"text-slate-300 text-sm font-display\"\u003eKeine Kompromisse bei Hygiene\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003chr class=\"divider-glow\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Product section ── --\u003e\n  \u003cdiv class=\"glow-card rounded-2xl p-7 md:p-10 mb-6 fade-up d2\"\u003e\n\n    \u003cdiv class=\"section-label mb-2\"\u003eUnsere Produkte\u003c\/div\u003e\n    \u003ch2 class=\"font-display font-700 text-white text-2xl mb-6 flex items-center gap-3\"\u003e\n      \u003ci class=\"ph ph-gear-six text-2xl icon-glow\"\u003e\u003c\/i\u003e\n      Magma 1.0 \u0026amp; 2.0 Geruchsverschlüsse\n    \u003c\/h2\u003e\n\n    \u003c!-- Product cards side by side --\u003e\n    \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-5 mb-7\"\u003e\n\n      \u003cdiv class=\"product-badge p-6 relative\"\u003e\n        \u003cdiv class=\"flex items-start justify-between mb-4\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"pill-tag mb-2 inline-flex\"\u003e\n              \u003ci class=\"ph ph-star-four text-xs\"\u003e\u003c\/i\u003e\n              Bestseller\n            \u003c\/span\u003e\n            \u003ch3 class=\"font-display font-800 text-white text-2xl heading-glow mt-2\"\u003eMagma 1.0\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"icon-wrap\"\u003e\n            \u003ci class=\"ph ph-drop-half text-2xl icon-glow\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"text-slate-400 text-sm leading-relaxed mb-4 font-display\"\u003e\n          Der bewährte Geruchsverschluss für den täglichen Einsatz in stark frequentierten Anlagen. Einfache Montage, lange Lebensdauer, unschlagbarer Preis.\n        \u003c\/p\u003e\n        \u003cdiv class=\"space-y-2\"\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Für Standardinstallationen\n          \u003c\/div\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Einfache Wartung\n          \u003c\/div\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Kostengünstige Nachbestellung\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"product-badge p-6 relative\" style=\"border-color:rgba(99,140,220,0.4); box-shadow:0 0 40px rgba(99,140,220,0.22);\"\u003e\n        \u003cdiv class=\"flex items-start justify-between mb-4\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"pill-tag mb-2 inline-flex\" style=\"background:rgba(40,20,70,0.6); border-color:rgba(150,100,220,0.35); color:#c0a0ff; box-shadow:0 0 10px rgba(150,100,220,0.15);\"\u003e\n              \u003ci class=\"ph ph-lightning text-xs\"\u003e\u003c\/i\u003e\n              Neuheit\n            \u003c\/span\u003e\n            \u003ch3 class=\"font-display font-800 text-white text-2xl heading-glow mt-2\"\u003eMagma 2.0\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"icon-wrap\" style=\"border-color:rgba(150,100,220,0.3); box-shadow:0 0 18px rgba(150,100,220,0.2);\"\u003e\n            \u003ci class=\"ph ph-drop text-2xl\" style=\"color:#c0a0ff; filter:drop-shadow(0 0 8px rgba(150,100,220,0.8));\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"text-slate-400 text-sm leading-relaxed mb-4 font-display\"\u003e\n          Die nächste Generation des Magma Geruchsverschlusses. Optimierte Sperrtechnologie, erweiterte Kompatibilität und nochmals verlängerte Lebensdauer.\n        \u003c\/p\u003e\n        \u003cdiv class=\"space-y-2\"\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Erweiterte Kompatibilität\n          \u003c\/div\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Verbesserte Sperrtechnologie\n          \u003c\/div\u003e\n          \u003cdiv class=\"flex items-center gap-2 text-xs font-display text-slate-400\"\u003e\n            \u003ci class=\"ph ph-check-circle text-sm check\"\u003e\u003c\/i\u003e Noch längere Lebensdauer\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- Universal adapter note --\u003e\n    \u003cdiv class=\"info-box\"\u003e\n      \u003cdiv class=\"flex items-start gap-3\"\u003e\n        \u003ci class=\"ph ph-arrows-merge text-xl icon-glow flex-shrink-0 mt-0.5\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"font-display font-600 text-white text-sm mb-1\"\u003eUniversal-Adapter für nahezu alle Hersteller\u003c\/div\u003e\n          \u003cp class=\"text-slate-400 text-sm leading-relaxed font-display\"\u003e\n            Unsere speziellen Universal-Adapter ermöglichen den Einsatz unserer Magma Geruchsverschlüsse in nahezu allen gängigen Urinal-Systemen. Ein Adapter, unzählige Möglichkeiten.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003chr class=\"divider-glow mt-7\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── Savings section ── --\u003e\n  \u003cdiv class=\"glow-card rounded-2xl p-7 md:p-10 mb-6 fade-up d3\"\u003e\n\n    \u003cdiv class=\"section-label mb-2\"\u003eWirtschaftliche Überlegenheit\u003c\/div\u003e\n    \u003ch2 class=\"font-display font-700 text-white text-2xl mb-2 flex items-center gap-3\"\u003e\n      \u003ci class=\"ph ph-trend-down text-2xl icon-glow\"\u003e\u003c\/i\u003e\n      Wir sind Preisführer\n    \u003c\/h2\u003e\n    \u003cp class=\"text-slate-400 text-sm leading-relaxed mb-7 font-display\"\u003e\n      Unsere Geruchsverschlüsse sind im Unterhalt \u003cspan class=\"text-white font-600\"\u003enachweislich günstiger\u003c\/span\u003e als die Wasser- und Abwasserkosten herkömmlicher Urinale.\n    \u003c\/p\u003e\n\n    \u003c!-- Cost comparison bars --\u003e\n    \u003cdiv class=\"space-y-5 mb-8\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"flex items-center justify-between mb-2\"\u003e\n          \u003cdiv class=\"flex items-center gap-2\"\u003e\n            \u003ci class=\"ph ph-drop-slash text-sm icon-glow\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"font-display font-600 text-white text-sm\"\u003eMaproWorld Geruchsverschluss\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"pill-tag success text-xs\"\u003eGünstigste Option\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"savings-track\"\u003e\n          \u003cdiv class=\"savings-fill blue\" style=\"width:32%; animation-delay:0.3s;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-xs font-display text-slate-500 mt-1\"\u003eSehr niedrige Unterhaltskosten im Vergleich\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"flex items-center justify-between mb-2\"\u003e\n          \u003cdiv class=\"flex items-center gap-2\"\u003e\n            \u003ci class=\"ph ph-drop text-sm\" style=\"color:#7aaaf7;\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"font-display font-500 text-slate-300 text-sm\"\u003eHerkömmliches Urinal (Wasser + Abwasser)\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"pill-tag\" style=\"background:rgba(60,20,20,0.5); border-color:rgba(200,80,80,0.3); color:#f47575;\"\u003eTeurer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"savings-track\"\u003e\n          \u003cdiv class=\"savings-fill red\" style=\"width:68%; animation-delay:0.5s;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-xs font-display text-slate-500 mt-1\"\u003eLaufende Kosten für Wasser und Abwasser\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"flex items-center justify-between mb-2\"\u003e\n          \u003cdiv class=\"flex items-center gap-2\"\u003e\n            \u003ci class=\"ph ph-currency-dollar text-sm\" style=\"color:#f47575;\"\u003e\u003c\/i\u003e\n            \u003cspan class=\"font-display font-500 text-slate-300 text-sm\"\u003eMarkengebundene Originalteile\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"pill-tag\" style=\"background:rgba(60,20,20,0.5); border-color:rgba(200,80,80,0.3); color:#f47575;\"\u003eAm teuersten\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"savings-track\"\u003e\n          \u003cdiv class=\"savings-fill red\" style=\"width:92%; animation-delay:0.7s;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-xs font-display text-slate-500 mt-1\"\u003eMonopolpreise der Originalhersteller\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 3 promise cards --\u003e\n    \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-4 mb-7\"\u003e\n      \u003cdiv class=\"feat-tile p-5 text-center\"\u003e\n        \u003cdiv class=\"icon-wrap mx-auto mb-3\"\u003e\n          \u003ci class=\"ph ph-piggy-bank text-2xl icon-glow\"\u003e\u003c\/i\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"font-display font-700 text-white text-sm mb-1\"\u003eBetriebskosten senken\u003c\/div\u003e\n        \u003cp class=\"text-slate-500 text-xs leading-relaxed font-display\"\u003eSparen Sie messbar durch den Wechsel auf wasserlose Systeme mit unseren Geruchsverschlüssen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-tile p-5 text-center\"\u003e\n        \u003cdiv class=\"icon-wrap mx-auto mb-3\"\u003e\n          \u003ci class=\"ph ph-shield-check text-2xl icon-glow\"\u003e\u003c\/i\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"font-display font-700 text-white text-sm mb-1\"\u003eHygiene ohne Kompromisse\u003c\/div\u003e\n        \u003cp class=\"text-slate-500 text-xs leading-relaxed font-display\"\u003eKeine Abstriche bei Sauberkeit oder Schutzfunktion. Günstig und zuverlässig in einem.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-tile p-5 text-center\"\u003e\n        \u003cdiv class=\"icon-wrap mx-auto mb-3\"\u003e\n          \u003ci class=\"ph ph-clock-countdown text-2xl icon-glow\"\u003e\u003c\/i\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"font-display font-700 text-white text-sm mb-1\"\u003eLange Lebensdauer\u003c\/div\u003e\n        \u003cp class=\"text-slate-500 text-xs leading-relaxed font-display\"\u003eEntwickelt für den Dauerbetrieb. Weniger Wechselintervalle, weniger Kosten, mehr Verlässlichkeit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Closing quote \/ statement --\u003e\n    \u003cdiv style=\"background:linear-gradient(135deg, rgba(29,52,96,0.4) 0%, rgba(38,63,112,0.25) 100%); border:1px solid rgba(99,140,220,0.25); border-radius:16px; padding:24px; box-shadow:0 0 30px rgba(99,140,220,0.1);\"\u003e\n      \u003cdiv class=\"flex items-start gap-4\"\u003e\n        \u003ci class=\"ph ph-seal-check text-3xl icon-glow flex-shrink-0 mt-0.5\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"font-display font-600 text-white text-base leading-relaxed mb-1\"\u003e\n            Bei MaproWorld ist Nachhaltigkeit die wirtschaftlich klügere Entscheidung.\n          \u003c\/p\u003e\n          \u003cp class=\"text-slate-400 text-sm leading-relaxed font-display\"\u003e\n            Sparen Sie Betriebskosten, ohne bei der Hygiene oder Lebenszeit des Geruchsverschlusses Kompromisse einzugehen.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── CTA footer strip ── --\u003e\n  \u003cdiv class=\"glow-card rounded-2xl px-7 py-5 fade-up d4 flex flex-col md:flex-row items-center gap-5 justify-between\"\u003e\n    \u003cdiv class=\"flex items-center gap-4\"\u003e\n      \u003cdiv class=\"icon-wrap flex-shrink-0\"\u003e\n        \u003ci class=\"ph ph-chat-circle-dots text-2xl icon-glow\"\u003e\u003c\/i\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"font-display font-600 text-white text-sm\"\u003eBereit zum Sparen?\u003c\/div\u003e\n        \u003cdiv class=\"text-slate-500 text-xs font-display mt-0.5\"\u003eKontaktieren Sie uns für ein individuelles Angebot.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"flex items-center gap-3 flex-shrink-0\"\u003e\n      \u003ca href=\"mailto:info@maproworld.ch\" class=\"btn-cta inline-flex items-center gap-2 px-5 py-2.5 text-white\"\u003e\n        \u003ci class=\"ph ph-envelope text-base\"\u003e\u003c\/i\u003e\n        Angebot anfragen\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.maproworld.ch\" target=\"_blank\" rel=\"noopener\" class=\"glow-link inline-flex items-center gap-1.5 px-4 py-2.5 text-sm font-display font-500 rounded-xl\" style=\"border:1px solid rgba(99,140,220,0.2); background:rgba(29,52,96,0.25);\"\u003e\n        \u003ci class=\"ph ph-arrow-square-out text-sm\"\u003e\u003c\/i\u003e\n        Webseite\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"text-center text-slate-700 text-xs mt-8 font-display\"\u003e\n    © 2025 MaproWorld AG  ·  Alle Rechte vorbehalten\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"magma-1","title":"Magma 1.0 Geruchsverschluss - Universal-Siphon für wasserlose Urinale","description":"\u003cdiv class=\"tw-font-['Inter',sans-serif] tw-max-w-3xl tw-mx-auto tw-py-8 tw-px-4\"\u003e\n  \n  \u003cdiv class=\"tw-flex tw-items-center tw-gap-3 tw-mb-6\"\u003e\n    \u003ch2 class=\"tw-text-2xl tw-font-bold tw-text-[#1d3460] tw-tracking-tight\"\u003eMAGMA 1.0\u003c\/h2\u003e\n    \u003cspan class=\"tw-bg-[#263f70] tw-text-white tw-text-[10px] tw-font-bold tw-px-2 tw-py-0.5 tw-rounded-md tw-uppercase\"\u003eInnovative Membran-Tech\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tw-relative tw-bg-[#0c1323] tw-rounded-2xl tw-p-6 tw-mb-8 tw-overflow-hidden\"\u003e\n    \u003cdiv class=\"tw-absolute -tw-top-12 -tw-right-12 tw-w-40 tw-h-40 tw-bg-[#263f70] tw-rounded-full tw-filter tw-blur-[60px] tw-opacity-40\"\u003e\u003c\/div\u003e\n    \n    \u003cp class=\"tw-relative tw-z-10 tw-text-gray-300 tw-leading-relaxed\"\u003e\n      Das Magma 1.0 System kombiniert innovative \u003cspan class=\"tw-text-white tw-font-semibold\"\u003eMembran-Falttechnologie\u003c\/span\u003e für absolute Geruchsfreiheit mit maximaler Langlebigkeit. Eine saubere, wartungsarme und geruchsneutrale Umgebung für Ihre Sanitärbereiche.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tw-grid tw-grid-cols-1 md:tw-grid-cols-2 tw-gap-4\"\u003e\n    \n    \u003cdiv class=\"tw-flex tw-items-start tw-gap-4 tw-p-4 tw-rounded-xl tw-border tw-border-gray-100 hover:tw-border-[#263f70] tw-transition-colors\"\u003e\n      \u003cdiv class=\"tw-bg-[#1d3460] tw-p-2 tw-rounded-lg tw-shadow-[0_0_10px_rgba(29,52,96,0.3)]\"\u003e\n        \u003ci class=\"ph-duotone ph-key tw-text-xl tw-text-white\"\u003e\u003c\/i\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4 class=\"tw-text-sm tw-font-bold tw-text-[#1d3460]\"\u003eServiceschlüssel\u003c\/h4\u003e\n        \u003cp class=\"tw-text-xs tw-text-gray-500\"\u003eFür einen schnellen und absolut hygienischen Wechsel im Servicefall.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tw-flex tw-items-start tw-gap-4 tw-p-4 tw-rounded-xl tw-border tw-border-gray-100 hover:tw-border-[#263f70] tw-transition-colors\"\u003e\n      \u003cdiv class=\"tw-bg-[#263f70] tw-p-2 tw-rounded-lg tw-shadow-[0_0_10px_rgba(38,63,112,0.3)]\"\u003e\n        \u003ci class=\"ph-duotone ph-shield-star tw-text-xl tw-text-white\"\u003e\u003c\/i\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4 class=\"tw-text-sm tw-font-bold tw-text-[#1d3460]\"\u003eUfo 1.0 \u0026amp; EvoTab\u003c\/h4\u003e\n        \u003cp class=\"tw-text-xs tw-text-gray-500\"\u003eIntegrierte Lösung zur hocheffektiven Prävention von Urinstein-Ablagerungen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tw-mt-8 tw-pt-6 tw-border-t tw-border-gray-100 tw-flex tw-items-center tw-justify-between\"\u003e\n    \u003cdiv class=\"tw-flex tw-items-center tw-gap-2\"\u003e\n      \u003ci class=\"ph-fill ph-check-circle tw-text-[#263f70]\"\u003e\u003c\/i\u003e\n      \u003cspan class=\"tw-text-xs tw-font-medium tw-text-gray-600\"\u003e100% Geruchsstopp\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tw-flex tw-items-center tw-gap-2\"\u003e\n      \u003ci class=\"ph-fill ph-drop-half-bottom tw-text-[#263f70]\"\u003e\u003c\/i\u003e\n      \u003cspan class=\"tw-text-xs tw-font-medium tw-text-gray-600\"\u003eChemiefreie Frische\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"\u003e\u003c\/script\u003e","brand":"MaproWorld","offers":[{"title":"Default Title","offer_id":48238454472959,"sku":"0000007003999","price":28.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/8437\/9647\/files\/01_1_SwissInvent-Wasserloses-Urinal-aus-emailliertem-Stahl-mit-Display-500x500-2.jpg?v=1774330701"},{"product_id":"magma-2-0","title":"Magma 2.0 Geruchsverschluss mit Duftkappe – Wasserloser Siphon, schlüsselfreier Betrieb","description":"\u003cdiv class=\"product-short-description\" style=\"font-family: 'Inter', sans-serif; color: #f0f0f0; background-color: #0c1323; padding: 25px; border-radius: 12px; border: 1px solid #1d3460; line-height: 1.6;\"\u003e\n\n  \u003ch3 style=\"color: #ffffff; font-size: 1.4rem; margin-top: 0; margin-bottom: 15px; border-bottom: 2px solid #263f70; padding-bottom: 10px; display: flex; align-items: center; gap: 10px;\"\u003e\n    \u003ci class=\"ph ph-shield-check\" style=\"color: #263f70; font-size: 1.8rem;\"\u003e\u003c\/i\u003e\n    MAGMA 2.0 System\n  \u003c\/h3\u003e\n\n  \u003cp style=\"margin-bottom: 20px; font-size: 1.05rem;\"\u003e\n    Das \u003cspan style=\"color: #ffffff; font-weight: 600; text-shadow: 0 0 8px rgba(38, 63, 112, 0.6);\"\u003eMAGMA 2.0 System\u003c\/span\u003e setzt neue Standards durch eine optimierte \n    \u003cspan style=\"border-bottom: 1px dashed #263f70;\"\u003eMembran-Falttechnologie\u003c\/span\u003e, die Rohrleitungen hermetisch versiegelt und Emissionen direkt am Point of Use eliminiert.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: 1fr; gap: 15px;\"\u003e\n    \n    \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; background: rgba(29, 52, 96, 0.2); padding: 12px; border-radius: 8px; border-left: 4px solid #1d3460;\"\u003e\n      \u003ci class=\"ph ph-sparkle\" style=\"color: #263f70; font-size: 1.5rem; filter: drop-shadow(0 0 5px rgba(38, 63, 112, 0.8));\"\u003e\u003c\/i\u003e\n      \u003cdiv\u003e\n        \u003cstrong style=\"display: block; color: #ffffff; margin-bottom: 2px;\"\u003eAktive Hygiene\u003c\/strong\u003e\n        \u003cspan style=\"font-size: 0.95rem; color: #d0d0d0;\"\u003eZentrales Highlight ist die enzymbasierte Wirkstoffkappe mit dualem Nutzen für maximale Sauberkeit.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; background: rgba(29, 52, 96, 0.2); padding: 12px; border-radius: 8px; border-left: 4px solid #263f70;\"\u003e\n      \u003ci class=\"ph ph-wrench\" style=\"color: #263f70; font-size: 1.5rem;\"\u003e\u003c\/i\u003e\n      \u003cdiv\u003e\n        \u003cstrong style=\"display: block; color: #ffffff; margin-bottom: 2px;\"\u003eTool-less Handling\u003c\/strong\u003e\n        \u003cspan style=\"font-size: 0.95rem; color: #d0d0d0;\"\u003eWartung und Austausch erfolgen komplett werkzeugfrei – für maximale Effizienz im Betrieb.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"\u003e\u003c\/script\u003e","brand":"MaproWorld","offers":[{"title":"Default Title","offer_id":48238454571263,"sku":"0000007003989","price":29.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/8437\/9647\/files\/02_0_Magma-2.0-500x500-1-300x300.jpg?v=1772591856"},{"product_id":"magma-3","title":"Magma 3.0 Hochleistungs-Geruchsverschluss mit 3-fach Verriegelung für wasserlose Urinale","description":"\u003cdiv class=\"product-short-description\" style=\"font-family: 'Inter', sans-serif; color: #f0f0f0; background-color: #0c1323; padding: 25px; border-radius: 12px; border: 1px solid #1d3460; line-height: 1.6;\"\u003e\n\n  \u003ch3 style=\"color: #ffffff; font-size: 1.4rem; margin-top: 0; margin-bottom: 15px; border-bottom: 2px solid #263f70; padding-bottom: 10px; display: flex; align-items: center; gap: 10px;\"\u003e\n    \u003ci class=\"ph ph-trophy\" style=\"color: #263f70; font-size: 1.8rem;\"\u003e\u003c\/i\u003e\n    Magma 3.0: Der höchste Leistungsstandard\n  \u003c\/h3\u003e\n\n  \u003cp style=\"margin-bottom: 20px; font-size: 1.05rem;\"\u003e\n    Der \u003cspan style=\"color: #ffffff; font-weight: 600; text-shadow: 0 0 8px rgba(38, 63, 112, 0.6);\"\u003eMagma 3.0\u003c\/span\u003e ist weltweit der einzige Geruchsverschluss mit einer \u003cspan style=\"border-bottom: 1px dashed #263f70;\"\u003ehochtechnologischen Kombination aus elastomeren Materialien\u003c\/span\u003e. Diese lässt Urin ungehindert durchfließen und bietet gleichzeitig eine 100% Abdichtung für einen absolut geruchsfreien Betrieb.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: 1fr; gap: 15px;\"\u003e\n    \n    \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; background: rgba(29, 52, 96, 0.2); padding: 12px; border-radius: 8px; border-left: 4px solid #1d3460;\"\u003e\n      \u003ci class=\"ph ph-certificate\" style=\"color: #263f70; font-size: 1.5rem;\"\u003e\u003c\/i\u003e\n      \u003cdiv\u003e\n        \u003cstrong style=\"display: block; color: #ffffff; margin-bottom: 2px;\"\u003eIAPMO Zertifiziert\u003c\/strong\u003e\n        \u003cspan style=\"font-size: 0.95rem; color: #d0d0d0;\"\u003eGeprüfte Qualität durch den International Association of Plumbing and Mechanical Officials (USA).\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; background: rgba(29, 52, 96, 0.2); padding: 12px; border-radius: 8px; border-left: 4px solid #263f70;\"\u003e\n      \u003ci class=\"ph ph-seal-check\" style=\"color: #263f70; font-size: 1.5rem; filter: drop-shadow(0 0 5px rgba(38, 63, 112, 0.8));\"\u003e\u003c\/i\u003e\n      \u003cdiv\u003e\n        \u003cstrong style=\"display: block; color: #ffffff; margin-bottom: 2px;\"\u003eExklusive 3-Fach Verriegelung\u003c\/strong\u003e\n        \u003cspan style=\"font-size: 0.95rem; color: #d0d0d0;\"\u003eWeltweit einzigartig; beständig gegen Vakuum und oszillierenden Druck im Rohrleitungssystem.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; background: rgba(29, 52, 96, 0.2); padding: 12px; border-radius: 8px; border-left: 4px solid #1d3460;\"\u003e\n      \u003ci class=\"ph ph-funnel\" style=\"color: #263f70; font-size: 1.5rem;\"\u003e\u003c\/i\u003e\n      \u003cdiv\u003e\n        \u003cstrong style=\"display: block; color: #ffffff; margin-bottom: 2px;\"\u003eIntegrierter Rohr-Schutzfilter\u003c\/strong\u003e\n        \u003cspan style=\"font-size: 0.95rem; color: #d0d0d0;\"\u003eVerhindert, dass Schmutz in die Abflussrohre gelangt und Verstopfungen innerhalb der Gebäudewände verursacht.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"\u003e\u003c\/script\u003e","brand":"MaproWorld","offers":[{"title":"Default Title","offer_id":48238454636799,"sku":"50700000695006","price":38.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/8437\/9647\/files\/03_0_Magma-3.0.-Seitenansicht-300x300.jpg?v=1772591860"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/8437\/9647\/collections\/Familienbild_Hygienetuecher.png?v=1774258733","url":"https:\/\/uk.maproworld.com\/collections\/geruchsverschluss.oembed","provider":"MaproWorld ","version":"1.0","type":"link"}