{"id":2470,"date":"2025-04-03T15:41:23","date_gmt":"2025-04-03T13:41:23","guid":{"rendered":"https:\/\/masterproducts.store\/?page_id=2470"},"modified":"2026-05-13T09:09:37","modified_gmt":"2026-05-13T07:09:37","slug":"2470-2","status":"publish","type":"page","link":"https:\/\/masterproducts.store\/de\/","title":{"rendered":"Master Products Store"},"content":{"rendered":"<section class=\"l-section wpb_row height_auto width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\">    <link href=\"https:\/\/fonts.googleapis.com\/icon?family=Material+Icons\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        \/* Estilos base emulando Tailwind pero encapsulados *\/\r\n        .cc-hero-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            background-color: #ffffff;\r\n            overflow: hidden;\r\n            border-bottom: 1px solid #e5e7eb;\r\n            min-height: 600px;\r\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n        }\r\n\r\n        .cc-hero-container {\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 48px 24px;\r\n            position: relative;\r\n            z-index: 10;\r\n        }\r\n\r\n        @media (min-width: 768px) { .cc-hero-container { padding: 96px 24px; } }\r\n\r\n        \/* Franja Diagonal *\/\r\n        .cc-diagonal-stripe {\r\n            position: absolute;\r\n            top: 0; left: 0; right: 0; bottom: 0;\r\n            clip-path: polygon(75% 0, 100% 0, 100% 100%, 50% 100%);\r\n            transform: translateX(100%);\r\n            transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s ease;\r\n            z-index: 1;\r\n            pointer-events: none;\r\n        }\r\n        .cc-hero-wrapper.stripe-visible .cc-diagonal-stripe { transform: translateX(0); }\r\n\r\n        \/* Sistema de Slides *\/\r\n        .cc-slide { display: none !important; opacity: 0; transition: opacity 0.4s ease; }\r\n        .cc-slide.active { display: flex !important; opacity: 1; }\r\n        \r\n        @media (max-width: 767px) {\r\n            .cc-slide { flex-direction: column-reverse; gap: 32px; }\r\n        }\r\n        @media (min-width: 768px) {\r\n            .cc-slide { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; }\r\n        }\r\n\r\n        \/* Tipograf\u00eda y Elementos *\/\r\n        .cc-badge {\r\n            display: inline-block;\r\n            padding: 4px 12px;\r\n            border-radius: 4px;\r\n            background: #000;\r\n            color: #fff;\r\n            font-size: 12px;\r\n            font-weight: 700;\r\n            text-transform: uppercase;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .cc-title { font-size: 40px; font-weight: 900; color: #111; line-height: 1; margin: 0 0 8px 0; text-transform: uppercase; }\r\n        @media (min-width: 1024px) { .cc-title { font-size: 60px; } }\r\n\r\n        .cc-subtitle { font-size: 20px; font-weight: 600; margin-bottom: 24px; }\r\n        .cc-description { color: #4b5563; font-size: 18px; line-height: 1.6; margin-bottom: 24px; max-width: 450px; }\r\n\r\n        \/* Lista de Caracter\u00edsticas *\/\r\n        .cc-features { list-style: none; padding: 0; margin: 0 0 32px 0; }\r\n        .cc-feature-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }\r\n        .cc-feature-text { color: #1f2937; font-weight: 500; }\r\n\r\n        \/* Bot\u00f3n *\/\r\n        .cc-btn {\r\n            display: inline-block;\r\n            padding: 16px 32px;\r\n            border-radius: 4px;\r\n            color: #fff !important;\r\n            text-decoration: none !important;\r\n            font-weight: 700;\r\n            font-size: 18px;\r\n            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);\r\n            transition: filter 0.2s;\r\n        }\r\n        .cc-btn:hover { filter: brightness(0.9); }\r\n\r\n        \/* Animaciones *\/\r\n        @keyframes ccFadeUp {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        .cc-animate { animation: ccFadeUp 0.6s ease-out forwards; }\r\n        \r\n        \/* Modificado: La animaci\u00f3n solo aplica si NO es la primera carga visual LCP *\/\r\n        .cc-slide.active .cc-product-img { animation: ccFadeUp 0.8s ease-out forwards; }\r\n\r\n        \/* Desactivar animaci\u00f3n primer slide *\/\r\n        .cc-hero-wrapper.no-first-anim .cc-slide:first-child .cc-animate,\r\n        .cc-hero-wrapper.no-first-anim .cc-slide:first-child .cc-product-img {\r\n            animation: none !important;\r\n            opacity: 1 !important;\r\n            transform: none !important;\r\n        }\r\n\r\n        \/* Navegaci\u00f3n *\/\r\n        .cc-nav-dots { display: flex; gap: 8px; margin-bottom: 32px; }\r\n        .cc-dot { height: 8px; border-radius: 99px; transition: all 0.3s; cursor: pointer; }\r\n\r\n        .cc-arrows {\r\n            position: absolute;\r\n            right: 16px; bottom: 16px;\r\n            display: flex; gap: 8px; z-index: 30;\r\n        }\r\n        @media (min-width: 768px) { .cc-arrows { right: 48px; bottom: 48px; } }\r\n        \r\n        .cc-arrow-btn {\r\n            background: #fff; border: 1px solid #e5e7eb; padding: 12px;\r\n            border-radius: 99px; cursor: pointer; display: flex; align-items: center;\r\n        }\r\n        .cc-arrow-btn:hover { background: #f9fafb; }\r\n    <\/style>\r\n\r\n    <div class=\"cc-hero-wrapper\" data-current=\"0\">\r\n        <div class=\"cc-diagonal-stripe\"><\/div>\r\n\r\n        <div class=\"cc-arrows\">\r\n            <button onclick=\"changeHeroSlide(this, -1)\" class=\"cc-arrow-btn\">\r\n                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4b5563\" stroke-width=\"2\"><path d=\"m15 18-6-6 6-6\"\/><\/svg>\r\n            <\/button>\r\n            <button onclick=\"changeHeroSlide(this, 1)\" class=\"cc-arrow-btn\">\r\n                <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#4b5563\" stroke-width=\"2\"><path d=\"m9 18 6-6-6-6\"\/><\/svg>\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <div class=\"cc-hero-container\">\r\n            <div class=\"cc-nav-dots\"><\/div>\r\n            <div class=\"cc-slides-wrapper\">\r\n                    <div class=\"cc-slide\" \r\n         data-stripe-color=\"#d72328\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #d72328;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                        \r\n            <h2 class=\"cc-title\">MASTER PRODUCTS STORE<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">CANNABIS-POST-HARVEST-AUSR\u00dcSTUNG, IN IHRER REICHWEITE!<\/h3>\r\n            <p class=\"cc-description\"><\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">check<\/span>\r\n                                                        <span class=\"cc-feature-text\">Produkte LiTE-Serie<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">check<\/span>\r\n                                                        <span class=\"cc-feature-text\">Produkte PROFESSIONAL-Serie<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">check<\/span>\r\n                                                        <span class=\"cc-feature-text\">Zubeh\u00f6r und Ersatzteile<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"#lite\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Unsere Maschinen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 1;\" \r\n                     decoding=\"sync\" fetchpriority=\"high\" loading=\"eager\"                     alt=\"MASTER PRODUCTS STORE\">\r\n                    <\/div>\r\n    <\/div>\r\n        <div class=\"cc-slide\" \r\n         data-stripe-color=\"#49a186\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #49a186;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                            <span class=\"cc-badge\">Ein Muss f\u00fcr die Ernte!<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Mikroskop f\u00fcr Smartphones<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Professionelle Pr\u00e4zision in Ihrer Tasche f\u00fcr die genaue Trichom-Analyse.<\/h3>\r\n            <p class=\"cc-description\">Dieses Mikroskop erm\u00f6glicht es Ihnen, den wahren Zustand des Harzes zu erkennen, um sicherzustellen, dass Sie immer zum Zeitpunkt der maximalen Potenz ernten.<\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">biotech<\/span>\r\n                                                        <span class=\"cc-feature-text\">High-Fidelity-Optik<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">light_mode<\/span>\r\n                                                        <span class=\"cc-feature-text\">Multimodale LED-Beleuchtung<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">cases<\/span>\r\n                                                        <span class=\"cc-feature-text\">Ultraportables Design<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/de\/producto\/tragbares-cannabis-mikroskop\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Mikroskop ansehen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope3.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"Mikroskop f\u00fcr Smartphones\">\r\n                    <\/div>\r\n    <\/div>\r\n        <div class=\"cc-slide\" \r\n         data-stripe-color=\"#49a186\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #49a186;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                            <span class=\"cc-badge\">Maximale Leistung<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">MT Tumbler 200 LiTE<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Kompakte Leistung und Pr\u00e4zision f\u00fcr Nass- und Trockentrimmen.<\/h3>\r\n            <p class=\"cc-description\">Der kompakteste Trimmer f\u00fcr die Verarbeitung von nassen und trockenen Bl\u00fcten mit tadellosem Finish. 180W Leistung und Edelstahldesign f\u00fcr ein effizientes, langlebiges Trimmen zum besten Preis.<\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">sync_alt<\/span>\r\n                                                        <span class=\"cc-feature-text\">Duale Nutzung<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">bolt<\/span>\r\n                                                        <span class=\"cc-feature-text\">Kompakte Leistung<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">cleaning_services<\/span>\r\n                                                        <span class=\"cc-feature-text\">Einfache Wartung<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/de\/producto\/mt-tumbler-200-lite\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                MT Tumbler 200 LiTE ansehen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2_2461.png\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"MT Tumbler 200 LiTE\">\r\n                    <\/div>\r\n    <\/div>\r\n        <div class=\"cc-slide\" \r\n         data-stripe-color=\"#d72328\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #d72328;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                            <span class=\"cc-badge\">5 Jahre Garantie<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">MT Dry 200<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Tragbares, leises, hochwertiges Trockentrimmen<\/h3>\r\n            <p class=\"cc-description\">Die ultimative kompakte L\u00f6sung f\u00fcr die Trockenverarbeitung. Mit einer Kapazit\u00e4t von 3,5 kg\/h erh\u00e4lt die MT Dry 200 die Bl\u00fctenstruktur und die Trichome intakt und bietet ein professionelles Finish in einem leichten, leicht zu transportierenden und extrem leisen Ger\u00e4t.<\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">auto_awesome<\/span>\r\n                                                        <span class=\"cc-feature-text\">Trichom-Schutz<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">volume_off<\/span>\r\n                                                        <span class=\"cc-feature-text\">Leiser Betrieb<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">conveyor_belt<\/span>\r\n                                                        <span class=\"cc-feature-text\">Tragbare Effizienz<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                MT Dry 200 ansehen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/06\/mt-dry-200.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"MT Dry 200\">\r\n                    <\/div>\r\n    <\/div>\r\n        <div class=\"cc-slide\" \r\n         data-stripe-color=\"#d72328\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #d72328;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                            <span class=\"cc-badge\">H\u00f6here Reinheit<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">CO2 Cooling Kit MT Dry 200<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Maximieren Sie die Pollenextraktion mit kryogener K\u00fchlung.<\/h3>\r\n            <p class=\"cc-description\">Steigern Sie die Leistung Ihrer MT Dry 200 mit diesem fl\u00fcssigen CO2-Einspritzsystem. Durch die K\u00fchlung des Prozesses erleichtert das Kit die Abl\u00f6sung der Trichome, erh\u00f6ht die Extraktionsrate drastisch und garantiert ein Endprodukt von h\u00f6chster Qualit\u00e4t und \u00fcberlegener Reinheit.<\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">ac_unit<\/span>\r\n                                                        <span class=\"cc-feature-text\">Erweiterte K\u00fchlung<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">grade<\/span>\r\n                                                        <span class=\"cc-feature-text\">Maximale Reinheit<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">health_and_safety<\/span>\r\n                                                        <span class=\"cc-feature-text\">Lebensmittelecht<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/de\/producto\/cooling-kit-co2-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Cooling Kit ansehen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/06\/mt-dry-200.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"CO2 Cooling Kit MT Dry 200\">\r\n                    <\/div>\r\n    <\/div>\r\n        <div class=\"cc-slide\" \r\n         data-stripe-color=\"#606060\" \r\n         data-stripe-opacity=\"0.08\"\r\n         style=\"--cc-theme: #606060;\">\r\n         \r\n        <div class=\"cc-content cc-animate\" style=\"flex: 1;\">\r\n                            <span class=\"cc-badge\">2-in-1 Vielseitigkeit<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Master Products Pollentrommel<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Verwandeln Sie Ihren Trimmer in einen professionellen Dry Sift Extraktor.<\/h3>\r\n            <p class=\"cc-description\">Bringen Sie Ihre Ausr\u00fcstung auf die n\u00e4chste Stufe, ohne die Maschine zu wechseln. Diese sechseckige Trommel verwandelt Ihren Trimmer in weniger als 60 Sekunden in einen leistungsstarken Pollenextraktor. Dank des Designs mit austauschbaren 120-Mikron-Netzen erhalten Sie eine reine, effiziente und hochwertige Extraktion.<\/p>\r\n            \r\n                            <ul class=\"cc-features\">\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">published_with_changes<\/span>\r\n                                                        <span class=\"cc-feature-text\">Schnelle Umwandlung<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">grid_view<\/span>\r\n                                                        <span class=\"cc-feature-text\">Optimiertes hexagonales Design<\/span>\r\n                        <\/li>\r\n                                            <li class=\"cc-feature-item\">\r\n                                                            <span class=\"material-icons\" style=\"color: var(--cc-theme); font-size: 24px;\">change_circle<\/span>\r\n                                                        <span class=\"cc-feature-text\">Austauschbare Netze<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/de\/producto\/pollen-trommel\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Pollentrommel ansehen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/tambor-polen-mt-dry-200.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"Master Products Pollentrommel\">\r\n                    <\/div>\r\n    <\/div>\r\n                <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function() {\r\n            let isAnimating = false;\r\n\r\n            window.updateHeroSliderDots = function(widget) {\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                const current = parseInt(widget.dataset.current);\r\n                const dotsContainer = widget.querySelector('.cc-nav-dots');\r\n                \r\n                if (dotsContainer) {\r\n                    if (dotsContainer.children.length !== slides.length) {\r\n                        dotsContainer.innerHTML = '';\r\n                        for (let i = 0; i < slides.length; i++) {\r\n                            const dot = document.createElement('div');\r\n                            dot.onclick = () => goToHeroSlide(widget, i);\r\n                            dotsContainer.appendChild(dot);\r\n                        }\r\n                    }\r\n                    \r\n                    Array.from(dotsContainer.children).forEach((dot, i) => {\r\n                        if (i === current) {\r\n                            dot.className = 'cc-dot';\r\n                            dot.style.width = '32px';\r\n                            dot.style.backgroundColor = slides[current].dataset.stripeColor || '#d72328';\r\n                        } else {\r\n                            dot.className = 'cc-dot';\r\n                            dot.style.width = '8px';\r\n                            dot.style.backgroundColor = '#d1d5db';\r\n                        }\r\n                    });\r\n                }\r\n            };\r\n\r\n            window.goToHeroSlide = function(widget, targetIndex) {\r\n                if (isAnimating) return;\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                let current = parseInt(widget.dataset.current);\r\n                if (current === targetIndex) return;\r\n                isAnimating = true;\r\n\r\n                widget.classList.remove('stripe-visible');\r\n                slides[current].style.opacity = '0';\r\n\r\n                setTimeout(() => {\r\n                    slides[current].classList.remove('active');\r\n                    slides[current].style.opacity = '';\r\n                    widget.dataset.current = targetIndex;\r\n                    slides[targetIndex].classList.add('active');\r\n                    updateHeroSliderDots(widget);\r\n\r\n                    const newSlide = slides[targetIndex];\r\n                    const stripe = widget.querySelector('.cc-diagonal-stripe');\r\n                    stripe.style.backgroundColor = newSlide.dataset.stripeColor || '#d72328';\r\n                    stripe.style.opacity = newSlide.dataset.stripeOpacity || '0.08';\r\n\r\n                    \/\/ Reset opacity for incoming slide so animation plays\r\n                    const newImg = slides[targetIndex].querySelector('.cc-product-img');\r\n                    if(newImg) newImg.style.opacity = ''; \r\n\r\n                    setTimeout(() => {\r\n                        widget.classList.add('stripe-visible');\r\n                        isAnimating = false;\r\n                    }, 50);\r\n                }, 500);\r\n            };\r\n\r\n            window.changeHeroSlide = function(btn, direction) {\r\n                const widget = btn.closest('.cc-hero-wrapper');\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                let current = parseInt(widget.dataset.current);\r\n                let targetIndex = (current + direction + slides.length) % slides.length;\r\n                goToHeroSlide(widget, targetIndex);\r\n            };\r\n\r\n            document.addEventListener('DOMContentLoaded', () => {\r\n                document.querySelectorAll('.cc-hero-wrapper').forEach(widget => {\r\n                    const slides = widget.querySelectorAll('.cc-slide');\r\n                    if(slides.length > 0) {\r\n                        slides[0].classList.add('active');\r\n                        const stripe = widget.querySelector('.cc-diagonal-stripe');\r\n                        stripe.style.backgroundColor = slides[0].dataset.stripeColor || '#d72328';\r\n                        stripe.style.opacity = slides[0].dataset.stripeOpacity || '0.08';\r\n                    }\r\n                    updateHeroSliderDots(widget);\r\n                    setTimeout(() => widget.classList.add('stripe-visible'), 100);\r\n                });\r\n            });\r\n        })();\r\n    <\/script>\r\n    <\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small width_custom\" style=\"--site-content-width:2000px;\" id=\"lite\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_93d255df has_text_color\"><div class=\"wpb_wrapper\"><h2><strong>LITE<\/strong><\/h2>\n<\/div><\/div><div class=\"w-separator us_custom_053637e0 has_text_color size_small with_line width_default thick_1 style_solid color_text align_center\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-grid us_product_list type_grid layout_2321 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_aa47\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_aa47{--columns:2!important}}@media (max-width:600px){#us_product_list_aa47{--columns:1!important}}.layout_2321 .w-grid-item-h{}.layout_2321 .usg_post_image_1{transition-duration:0.4s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%);opacity:0.25}.layout_2321 .w-grid-item-h:focus-within .usg_post_image_1,.layout_2321 .w-grid-item-h:hover .usg_post_image_1{transform:scale(1) translate(0%,0%);opacity:1}.layout_2321 .usg_post_title_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_2321 .w-grid-item-h:focus-within .usg_post_title_1,.layout_2321 .w-grid-item-h:hover .usg_post_title_1{transform:scale(1) translate(0%,-100%);opacity:0}.layout_2321 .usg_post_taxonomy_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_2321 .w-grid-item-h:focus-within .usg_post_taxonomy_1,.layout_2321 .w-grid-item-h:hover .usg_post_taxonomy_1{transform:scale(1) translate(0%,100%);opacity:0}.layout_2321 .usg_post_image_1{position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important}.layout_2321 .usg_vwrapper_1{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:2rem!important}.layout_2321 .usg_post_title_1{color:inherit!important;font-size:1.4rem!important;font-weight:700!important}.layout_2321 .usg_post_taxonomy_2{padding:10px!important}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-3950 product type-product status-publish has-post-thumbnail product_cat-lite-de product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3950\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-200-lite\/\" aria-label=\"MT DRY 200 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-lite-1018x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-lite-1018x1024.webp 1018w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-lite-298x300.webp 298w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-lite-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-lite-600x604.webp 600w\" sizes=\"auto, (max-width: 1018px) 100vw, 1018px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MT DRY 200 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-200-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-790 product type-product status-publish has-post-thumbnail product_cat-lite-de product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"790\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-100-lite\/\" aria-label=\"MT DRY 100 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1.webp 1018w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1-298x300.webp 298w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/Dry100Lite-1018x1024-1-600x604.webp 600w\" sizes=\"auto, (max-width: 1018px) 100vw, 1018px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MT DRY 100 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-100-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-792 product type-product status-publish has-post-thumbnail product_cat-lite-de last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"792\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/master-sorter-100-lite\/\" aria-label=\"MS SORTER 100 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-pocket-_1_.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-pocket-_1_.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-pocket-_1_-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-pocket-_1_-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-pocket-_1_-600x600.webp 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MS SORTER 100 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/master-sorter-100-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1752 product type-product status-publish has-post-thumbnail product_cat-lite-de product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1752\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mx-ice-200-lite\/\" aria-label=\"MX Ice 200 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/02\/1-3-1.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/02\/1-3-1.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/02\/1-3-1-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/02\/1-3-1-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/02\/1-3-1-600x600.webp 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MX Ice 200 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mx-ice-200-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1897 product type-product status-publish has-post-thumbnail product_cat-lite-de  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"1897\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/pollen-trommel\/\" aria-label=\"POLLEN TROMMEL\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/lite-mt_dr_100.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/lite-mt_dr_100.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/lite-mt_dr_100-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/lite-mt_dr_100-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/lite-mt_dr_100-600x600.webp 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">POLLEN TROMMEL<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/pollen-trommel\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1929 product type-product status-publish has-post-thumbnail product_cat-lite-de last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1929\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mb-bucker-200-lite\/\" aria-label=\"MB BUCKER 200 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-1024x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-1024x1024.jpg 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-300x300.jpg 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-150x150.jpg 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-1000x1000.jpg 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2-600x600.jpg 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/2.jpg 1800w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MB BUCKER 200 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mb-bucker-200-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1987 product type-product status-publish has-post-thumbnail product_cat-lite-de first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1987\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-tumbler-200-lite\/\" aria-label=\"MT TUMBLER 200 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/store-100_.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/store-100_.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/store-100_-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/store-100_-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/03\/store-100_-600x600.webp 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MT TUMBLER 200 LiTE<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-tumbler-200-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-2650 product type-product status-publish has-post-thumbnail product_cat-lite-de  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"2650\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/saboten\/\" aria-label=\"SABOTEN\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/04\/PT-1-2-724x1024-1.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/04\/PT-1-2-724x1024-1.webp 724w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/04\/PT-1-2-724x1024-1-212x300.webp 212w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/04\/PT-1-2-724x1024-1-600x849.webp 600w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">SABOTEN<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/saboten\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3321 product type-product status-publish has-post-thumbnail product_cat-lite-de product_cat-zubehor last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3321\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/tragbares-cannabis-mikroskop\/\" aria-label=\"TRAGBARES MIKROSKOP F\u00dcR CANNABIS\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Microscopio portatil\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1000x1000.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-600x600.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><div class=\"w-post-elm-list\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">TRAGBARES MIKROSKOP F\u00dcR CANNABIS<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/tragbares-cannabis-mikroskop\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div><div class=\"g-loadmore hidden\"><div class=\"g-preloader type_1\"><div><\/div><\/div><\/div><div class=\"w-grid-list-json hidden\" onclick='return {&quot;max_num_pages&quot;:0,&quot;paginationBase&quot;:&quot;page&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;paged&quot;:1,&quot;ajaxData&quot;:{&quot;action&quot;:&quot;us_ajax_product_list&quot;,&quot;meta_type&quot;:&quot;post&quot;,&quot;object_id&quot;:0,&quot;template_vars&quot;:{&quot;shortcode_base&quot;:&quot;us_product_list&quot;,&quot;paged&quot;:1,&quot;max_num_pages&quot;:0,&quot;no_results&quot;:false,&quot;is_product_list&quot;:true,&quot;found_posts&quot;:0,&quot;per_page&quot;:12,&quot;items_count&quot;:9,&quot;orderby_random_seed&quot;:null,&quot;source&quot;:&quot;post__in&quot;,&quot;ids&quot;:&quot;1928,1986,1751,123,122,1897,2650,3321,3950&quot;,&quot;apply_url_params&quot;:0,&quot;onsale_only&quot;:0,&quot;featured_only&quot;:0,&quot;exclude_out_of_stock&quot;:0,&quot;exclude_hidden&quot;:1,&quot;exclude_current_product&quot;:1,&quot;exclude_prev_posts&quot;:0,&quot;enable_items_offset&quot;:0,&quot;items_offset&quot;:&quot;1&quot;,&quot;price_compare&quot;:&quot;none&quot;,&quot;price&quot;:&quot;99.99&quot;,&quot;price_max&quot;:&quot;299.99&quot;,&quot;tax_query_relation&quot;:&quot;none&quot;,&quot;tax_query&quot;:[{&quot;operator&quot;:&quot;IN&quot;,&quot;taxonomy&quot;:&quot;product_cat&quot;,&quot;terms&quot;:&quot;&quot;,&quot;include_children&quot;:0}],&quot;meta_query_relation&quot;:&quot;none&quot;,&quot;meta_query&quot;:[{&quot;key&quot;:&quot;custom_field_name&quot;,&quot;compare&quot;:&quot;=&quot;,&quot;value&quot;:&quot;&quot;}],&quot;orderby&quot;:&quot;date&quot;,&quot;orderby_custom_field&quot;:&quot;&quot;,&quot;orderby_recent_sales_days&quot;:&quot;30&quot;,&quot;orderby_custom_type&quot;:0,&quot;order_invert&quot;:0,&quot;show_all&quot;:0,&quot;quantity&quot;:&quot;12&quot;,&quot;posts_per_archive_page&quot;:0,&quot;no_items_action&quot;:&quot;message&quot;,&quot;no_items_message&quot;:&quot;Es wurden keine Ergebnisse gefunden.&quot;,&quot;no_items_page_block&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;pagination_style&quot;:&quot;&quot;,&quot;pagination_btn_text&quot;:&quot;Mehr laden&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;2321&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;4&quot;,&quot;items_gap&quot;:&quot;0.7rem&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;spinner&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1281px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1029px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:null,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot;&quot;},&quot;found_posts&quot;:0,&quot;per_page&quot;:12},&quot;facetedFilter&quot;:[]}'><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small width_custom\" style=\"--site-content-width:2000px;\" id=\"professional\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_39b42891 has_text_color\"><div class=\"wpb_wrapper\"><h2><strong>PROFESSIONNEL<\/strong><\/h2>\n<\/div><\/div><div class=\"w-separator us_custom_a7847b55 has_text_color size_custom with_line width_default thick_1 style_solid color_text align_center\" style=\"height:\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-grid us_product_list type_grid layout_2846 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_d529\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_d529{--columns:2!important}}@media (max-width:600px){#us_product_list_d529{--columns:1!important}}.layout_2846 .w-grid-item-h{}.layout_2846 .usg_post_image_1{transition-duration:0.4s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%);opacity:0.25}.layout_2846 .w-grid-item-h:focus-within .usg_post_image_1,.layout_2846 .w-grid-item-h:hover .usg_post_image_1{transform:scale(1) translate(0%,0%);opacity:1}.layout_2846 .usg_post_title_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_2846 .w-grid-item-h:focus-within .usg_post_title_1,.layout_2846 .w-grid-item-h:hover .usg_post_title_1{transform:scale(1) translate(0%,-100%);opacity:0}.layout_2846 .usg_post_taxonomy_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_2846 .w-grid-item-h:focus-within .usg_post_taxonomy_1,.layout_2846 .w-grid-item-h:hover .usg_post_taxonomy_1{transform:scale(1) translate(0%,100%);opacity:0}.layout_2846 .usg_post_image_1{position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important}.layout_2846 .usg_vwrapper_1{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:2rem!important}.layout_2846 .usg_post_title_1{color:inherit!important;font-size:1.4rem!important;font-weight:700!important}.layout_2846 .usg_post_taxonomy_2{padding:10px!important}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-779 product type-product status-publish has-post-thumbnail product_cat-professional-de first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"779\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-pocket\/\" aria-label=\"MT POCKET\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/0.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/0.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/0-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/0-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/0-600x600.webp 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-38 term-professional-de\" type=\"button\"><span class=\"w-btn-label\">PROFESSIONAL<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MT POCKET<\/h2><a class=\"w-btn us-btn-style_3 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-pocket\/\"><span class=\"w-btn-label\">Mehr sehen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-787 product type-product status-publish has-post-thumbnail product_cat-professional-de product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"787\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-200\/\" aria-label=\"MT DRY 200\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200.png 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-300x300.png 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-150x150.png 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/mt-dry-200-600x600.png 600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-38 term-professional-de\" type=\"button\"><span class=\"w-btn-label\">PROFESSIONAL<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MT DRY 200<\/h2><a class=\"w-btn us-btn-style_3 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mt-dry-200\/\"><span class=\"w-btn-label\">Mehr sehen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div><div class=\"g-loadmore hidden\"><div class=\"g-preloader type_1\"><div><\/div><\/div><\/div><div class=\"w-grid-list-json hidden\" onclick='return {&quot;max_num_pages&quot;:0,&quot;paginationBase&quot;:&quot;page&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;paged&quot;:1,&quot;ajaxData&quot;:{&quot;action&quot;:&quot;us_ajax_product_list&quot;,&quot;meta_type&quot;:&quot;post&quot;,&quot;object_id&quot;:0,&quot;template_vars&quot;:{&quot;shortcode_base&quot;:&quot;us_product_list&quot;,&quot;paged&quot;:1,&quot;max_num_pages&quot;:0,&quot;no_results&quot;:false,&quot;is_product_list&quot;:true,&quot;found_posts&quot;:0,&quot;per_page&quot;:12,&quot;items_count&quot;:2,&quot;orderby_random_seed&quot;:null,&quot;source&quot;:&quot;post__in&quot;,&quot;ids&quot;:&quot;121,736&quot;,&quot;apply_url_params&quot;:0,&quot;onsale_only&quot;:0,&quot;featured_only&quot;:0,&quot;exclude_out_of_stock&quot;:0,&quot;exclude_hidden&quot;:1,&quot;exclude_current_product&quot;:1,&quot;exclude_prev_posts&quot;:0,&quot;enable_items_offset&quot;:0,&quot;items_offset&quot;:&quot;1&quot;,&quot;price_compare&quot;:&quot;none&quot;,&quot;price&quot;:&quot;99.99&quot;,&quot;price_max&quot;:&quot;299.99&quot;,&quot;tax_query_relation&quot;:&quot;none&quot;,&quot;tax_query&quot;:[{&quot;operator&quot;:&quot;IN&quot;,&quot;taxonomy&quot;:&quot;product_cat&quot;,&quot;terms&quot;:&quot;&quot;,&quot;include_children&quot;:0}],&quot;meta_query_relation&quot;:&quot;none&quot;,&quot;meta_query&quot;:[{&quot;key&quot;:&quot;custom_field_name&quot;,&quot;compare&quot;:&quot;=&quot;,&quot;value&quot;:&quot;&quot;}],&quot;orderby&quot;:&quot;date&quot;,&quot;orderby_custom_field&quot;:&quot;&quot;,&quot;orderby_recent_sales_days&quot;:&quot;30&quot;,&quot;orderby_custom_type&quot;:0,&quot;order_invert&quot;:0,&quot;show_all&quot;:0,&quot;quantity&quot;:&quot;12&quot;,&quot;posts_per_archive_page&quot;:0,&quot;no_items_action&quot;:&quot;message&quot;,&quot;no_items_message&quot;:&quot;Es wurden keine Ergebnisse gefunden.&quot;,&quot;no_items_page_block&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;pagination_style&quot;:&quot;&quot;,&quot;pagination_btn_text&quot;:&quot;Mehr laden&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;2846&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;4&quot;,&quot;items_gap&quot;:&quot;0.7rem&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;spinner&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1281px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1029px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:null,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot;&quot;},&quot;found_posts&quot;:0,&quot;per_page&quot;:12},&quot;facetedFilter&quot;:[]}'><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small width_custom\" style=\"--site-content-width:2000px;\" id=\"accessories\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_aee06e21 has_text_color\"><div class=\"wpb_wrapper\"><h2><strong style=\"text-transform: uppercase;\">Ersatzteile und Zubeh\u00f6r<\/strong><\/h2>\n<\/div><\/div>[vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJiYWNrZ3JvdW5kLWNvbG9yJTNBJTIzMDAwJTNCaGVpZ2h0JTNBMXB4JTNCd2lkdGglM0ExMDAlMjUlM0JtYXJnaW4tdG9wJTNBMTBweCUzQm1hcmdpbi1ib3R0b20lM0ExMHB4JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html]<div class=\"w-grid us_product_list type_grid layout_3540 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_fefa\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_fefa{--columns:2!important}}@media (max-width:600px){#us_product_list_fefa{--columns:1!important}}.layout_3540 .w-grid-item-h{}.layout_3540 .usg_post_image_1{transition-duration:0.4s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%);opacity:0.25}.layout_3540 .w-grid-item-h:focus-within .usg_post_image_1,.layout_3540 .w-grid-item-h:hover .usg_post_image_1{transform:scale(1) translate(0%,0%);opacity:1}.layout_3540 .usg_post_title_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_3540 .w-grid-item-h:focus-within .usg_post_title_1,.layout_3540 .w-grid-item-h:hover .usg_post_title_1{transform:scale(1) translate(0%,-100%);opacity:0}.layout_3540 .usg_post_taxonomy_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_3540 .w-grid-item-h:focus-within .usg_post_taxonomy_1,.layout_3540 .w-grid-item-h:hover .usg_post_taxonomy_1{transform:scale(1) translate(0%,100%);opacity:0}.layout_3540 .usg_post_image_1{position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important}.layout_3540 .usg_vwrapper_1{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:2rem!important}.layout_3540 .usg_post_title_1{color:inherit!important;font-size:1.4rem!important;font-weight:700!important}.layout_3540 .usg_post_taxonomy_2{padding:10px!important}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-3321 product type-product status-publish has-post-thumbnail product_cat-lite-de product_cat-zubehor last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3321\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/tragbares-cannabis-mikroskop\/\" aria-label=\"TRAGBARES MIKROSKOP F\u00dcR CANNABIS\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Microscopio portatil\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1000x1000.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-600x600.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><div class=\"w-post-elm-list\"><button class=\"w-btn us-btn-style_badge term-40 term-lite-de\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">TRAGBARES MIKROSKOP F\u00dcR CANNABIS<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/tragbares-cannabis-mikroskop\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3465 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-200 first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3465\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/cooling-kit-co2-dry-200\/\" aria-label=\"COOLING KIT CO2 DRY 200\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/3-1024x683.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/3-1024x683.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/3-300x200.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/3-600x400.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/3.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">COOLING KIT CO2 DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/cooling-kit-co2-dry-200\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3462 product type-product status-publish has-post-thumbnail product_cat-zubehor  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3462\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/filterbeutel-kit-mx-ice-500-700\/\" aria-label=\"FILTERBEUTEL-KIT MX ICE 500 &#038; MX ICE 700\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1014\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-1024x1014.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-1024x1014.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-300x297.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-600x594.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">FILTERBEUTEL-KIT MX ICE 500 &#038; MX ICE 700<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/filterbeutel-kit-mx-ice-500-700\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3479 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-200 pa_microns-120-de pa_microns-150-de pa_microns-280-de pa_microns-45-de pa_microns-90-de last instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3479\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/mikronetz-kit-fuer-pollen-trommel-mtd200\/\" aria-label=\"MIKRONETZ-KIT F\u00dcR POLLEN-TROMMEL MT DRY 200\"><img loading=\"lazy\" decoding=\"async\" width=\"661\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MT-Dry-200-661x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MT-Dry-200-661x1024.webp 661w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MT-Dry-200-194x300.webp 194w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MT-Dry-200-600x929.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MT-Dry-200.webp 1240w\" sizes=\"auto, (max-width: 661px) 100vw, 661px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">MIKRONETZ-KIT F\u00dcR POLLEN-TROMMEL MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/mikronetz-kit-fuer-pollen-trommel-mtd200\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3417 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3417\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatzkit-fuer-filterbeutel-mx-ice\/\" aria-label=\"ERSATZKIT F\u00dcR FILTERBEUTEL MX ICE\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1014\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-1024x1014.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-1024x1014.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-300x297.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10-600x594.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MX-ICE-500_10.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">ERSATZKIT F\u00dcR FILTERBEUTEL MX ICE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatzkit-fuer-filterbeutel-mx-ice\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3468 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3468\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatzklinge-mt-dry-200\/\" aria-label=\"ERSATZKLINGE MT DRY 200\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"769\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades-1024x769.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades-1024x769.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades-300x225.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades-800x600.webp 800w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades-600x451.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Blades.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">ERSATZKLINGE MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatzklinge-mt-dry-200\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3471 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-200 last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3471\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/auffangbehaelter-fuer-mt-dry\/\" aria-label=\"AUFFANGBEH\u00c4LTER F\u00dcR MT DRY 200\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-883x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-883x1024.webp 883w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-259x300.webp 259w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-600x696.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box.webp 1655w\" sizes=\"auto, (max-width: 883px) 100vw, 883px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">AUFFANGBEH\u00c4LTER F\u00dcR MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/auffangbehaelter-fuer-mt-dry\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3457 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-100-lite pa_microns-120-de pa_microns-45-de pa_microns-90-de first instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3457\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\" aria-label=\"ERSATZ-TAMKIT F\u00dcR POLLEN-TROMMEL\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"859\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MTDRy-100-LiTE-1024x859.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MTDRy-100-LiTE-1024x859.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MTDRy-100-LiTE-300x252.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MTDRy-100-LiTE-600x503.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Microns_MTDRy-100-LiTE.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">ERSATZ-TAMKIT F\u00dcR POLLEN-TROMMEL<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3387 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3387\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-barrel-knob-mt-dry-100-lite\/\" aria-label=\"SPARE BARREL KNOB MT DRY 100 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Pomo_MT-Dry-100-LiTE-768x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Pomo_MT-Dry-100-LiTE-768x1024.webp 768w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Pomo_MT-Dry-100-LiTE-225x300.webp 225w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Pomo_MT-Dry-100-LiTE-600x800.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/Pomo_MT-Dry-100-LiTE.webp 1440w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">SPARE BARREL KNOB MT DRY 100 LiTE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-barrel-knob-mt-dry-100-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3396 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-100-lite last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3396\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-polen-extractor-barrel-hexagon-mtd100-120-microns-without-lids\/\" aria-label=\"POLLENTROMMEL-EXTRAKTOR HEXAGON MTD100\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok-1024x768.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok-1024x768.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok-300x225.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok-800x600.webp 800w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok-600x450.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/001-ok.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">POLLENTROMMEL-EXTRAKTOR HEXAGON MTD100<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/spare-polen-extractor-barrel-hexagon-mtd100-120-microns-without-lids\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3390 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3390\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/auffangschale-mt-dry-100-lite\/\" aria-label=\"AUFFANGSCHALE MT DRY 100 LiTE\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-883x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-883x1024.webp 883w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-259x300.webp 259w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box-600x696.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Collecting-box.webp 1655w\" sizes=\"auto, (max-width: 883px) 100vw, 883px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">AUFFANGSCHALE MT DRY 100 LiTE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/auffangschale-mt-dry-100-lite\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3393 product type-product status-publish has-post-thumbnail product_cat-zubehor product_tag-mt-dry-100-lite product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3393\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a target=\"_blank\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatz-fassdeckel-mtd200-mtd100l\/\" aria-label=\"ERSATZ-FASSDECKEL MTD200 &#038; MTD100L\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"721\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Front-Cover-1024x721.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Front-Cover-1024x721.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Front-Cover-300x211.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Front-Cover-600x423.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/MTDRY200-Front-Cover.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><button class=\"w-btn us-btn-style_badge term-118 term-zubehor\" type=\"button\"><span class=\"w-btn-label\">ZUBEH\u00d6R<\/span><\/button><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_center valign_middle\" style=\"--vwrapper-gap:0.7rem\"><h2 class=\"w-post-elm post_title usg_post_title_1 has_text_color woocommerce-loop-product__title color_link_inherit\">ERSATZ-FASSDECKEL MTD200 &#038; MTD100L<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/de\/producto\/ersatz-fassdeckel-mtd200-mtd100l\/\"><span class=\"w-btn-label\">Mehr anzeigen<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div><div class=\"g-loadmore hidden\"><div class=\"g-preloader type_1\"><div><\/div><\/div><\/div><div class=\"w-grid-list-json hidden\" onclick='return {&quot;max_num_pages&quot;:0,&quot;paginationBase&quot;:&quot;page&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;paged&quot;:1,&quot;ajaxData&quot;:{&quot;action&quot;:&quot;us_ajax_product_list&quot;,&quot;meta_type&quot;:&quot;post&quot;,&quot;object_id&quot;:0,&quot;template_vars&quot;:{&quot;shortcode_base&quot;:&quot;us_product_list&quot;,&quot;paged&quot;:1,&quot;max_num_pages&quot;:0,&quot;no_results&quot;:false,&quot;is_product_list&quot;:true,&quot;found_posts&quot;:0,&quot;per_page&quot;:12,&quot;items_count&quot;:12,&quot;orderby_random_seed&quot;:null,&quot;source&quot;:&quot;all&quot;,&quot;ids&quot;:&quot;&quot;,&quot;apply_url_params&quot;:0,&quot;onsale_only&quot;:0,&quot;featured_only&quot;:0,&quot;exclude_out_of_stock&quot;:0,&quot;exclude_hidden&quot;:1,&quot;exclude_current_product&quot;:1,&quot;exclude_prev_posts&quot;:0,&quot;enable_items_offset&quot;:0,&quot;items_offset&quot;:&quot;1&quot;,&quot;price_compare&quot;:&quot;none&quot;,&quot;price&quot;:&quot;99.99&quot;,&quot;price_max&quot;:&quot;299.99&quot;,&quot;tax_query_relation&quot;:&quot;AND&quot;,&quot;tax_query&quot;:&quot;%5B%7B%22operator%22%3A%22IN%22%2C%22taxonomy%22%3A%22product_cat%22%2C%22terms%22%3A%22115%22%2C%22include_children%22%3A%220%22%7D%5D&quot;,&quot;meta_query_relation&quot;:&quot;none&quot;,&quot;meta_query&quot;:[{&quot;key&quot;:&quot;custom_field_name&quot;,&quot;compare&quot;:&quot;=&quot;,&quot;value&quot;:&quot;&quot;}],&quot;orderby&quot;:&quot;date&quot;,&quot;orderby_custom_field&quot;:&quot;&quot;,&quot;orderby_recent_sales_days&quot;:&quot;30&quot;,&quot;orderby_custom_type&quot;:0,&quot;order_invert&quot;:0,&quot;show_all&quot;:0,&quot;quantity&quot;:&quot;12&quot;,&quot;posts_per_archive_page&quot;:0,&quot;no_items_action&quot;:&quot;message&quot;,&quot;no_items_message&quot;:&quot;Es wurden keine Ergebnisse gefunden.&quot;,&quot;no_items_page_block&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;none&quot;,&quot;pagination_style&quot;:&quot;&quot;,&quot;pagination_btn_text&quot;:&quot;Mehr laden&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;3540&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;4&quot;,&quot;items_gap&quot;:&quot;0.7rem&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;spinner&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1281px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1029px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:null,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot;&quot;},&quot;found_posts&quot;:0,&quot;per_page&quot;:12},&quot;facetedFilter&quot;:[]}'><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Die Frontabdeckung der MT Dry 200\/MT Dry 100 Lite ist ein Bauteil, das daf\u00fcr entwickelt wurde, das Produkt w\u00e4hrend des Maschinenbetriebs sicher im Inneren zu halten. Hergestellt aus lebensmittelechtem Material, bietet diese Abdeckung eine wirksame Barriere gegen Produktstreuung und tr\u00e4gt so zu einer sauberen und sicheren Arbeitsumgebung bei. Dank ihres ergonomischen und abnehmbaren Designs erm\u00f6glicht...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2470","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Master Products Store - Master Products Store<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/masterproducts.store\/de\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Master Products Store - Master Products Store\" \/>\n<meta property=\"og:url\" content=\"https:\/\/masterproducts.store\/de\/\" \/>\n<meta property=\"og:site_name\" content=\"Master Products Store\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/masterproductsofficial\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T07:09:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/\",\"name\":\"Master Products Store - Master Products Store\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#website\"},\"datePublished\":\"2025-04-03T13:41:23+00:00\",\"dateModified\":\"2026-05-13T07:09:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/masterproducts.store\\\/de\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Master Products Store\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/\",\"name\":\"Master Products Store\",\"description\":\"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!\",\"publisher\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#organization\",\"name\":\"Master Products Store\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/MP-Logotip_png-1024x188-1.png\",\"contentUrl\":\"https:\\\/\\\/masterproducts.store\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/MP-Logotip_png-1024x188-1.png\",\"width\":1024,\"height\":188,\"caption\":\"Master Products Store\"},\"image\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/masterproductsofficial\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Master Products Store - Master Products Store","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/masterproducts.store\/de\/","og_locale":"de_DE","og_type":"article","og_title":"Master Products Store - Master Products Store","og_url":"https:\/\/masterproducts.store\/de\/","og_site_name":"Master Products Store","article_publisher":"https:\/\/www.facebook.com\/masterproductsofficial","article_modified_time":"2026-05-13T07:09:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/masterproducts.store\/de\/","url":"https:\/\/masterproducts.store\/de\/","name":"Master Products Store - Master Products Store","isPartOf":{"@id":"https:\/\/masterproducts.store\/de\/#website"},"datePublished":"2025-04-03T13:41:23+00:00","dateModified":"2026-05-13T07:09:37+00:00","breadcrumb":{"@id":"https:\/\/masterproducts.store\/de\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/masterproducts.store\/de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/masterproducts.store\/de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/masterproducts.store\/de\/"},{"@type":"ListItem","position":2,"name":"Master Products Store"}]},{"@type":"WebSite","@id":"https:\/\/masterproducts.store\/de\/#website","url":"https:\/\/masterproducts.store\/de\/","name":"Master Products Store","description":"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!","publisher":{"@id":"https:\/\/masterproducts.store\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/masterproducts.store\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/masterproducts.store\/de\/#organization","name":"Master Products Store","url":"https:\/\/masterproducts.store\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/masterproducts.store\/de\/#\/schema\/logo\/image\/","url":"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/MP-Logotip_png-1024x188-1.png","contentUrl":"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/MP-Logotip_png-1024x188-1.png","width":1024,"height":188,"caption":"Master Products Store"},"image":{"@id":"https:\/\/masterproducts.store\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/masterproductsofficial"]}]}},"_links":{"self":[{"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/pages\/2470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/comments?post=2470"}],"version-history":[{"count":10,"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/pages\/2470\/revisions"}],"predecessor-version":[{"id":3983,"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/pages\/2470\/revisions\/3983"}],"wp:attachment":[{"href":"https:\/\/masterproducts.store\/de\/wp-json\/wp\/v2\/media?parent=2470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}