{"id":2443,"date":"2025-04-03T15:41:23","date_gmt":"2025-04-03T13:41:23","guid":{"rendered":"https:\/\/masterproducts.store\/?page_id=2443"},"modified":"2026-05-13T09:13:40","modified_gmt":"2026-05-13T07:13:40","slug":"2443-2","status":"publish","type":"page","link":"https:\/\/masterproducts.store\/en\/","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);\">POST-HARVEST CANNABIS EQUIPMENT, WITHIN YOUR REACH!<\/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\">Products LiTE Range<\/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\">Products PROFESSIONAL Range<\/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\">Accessories and Spare Parts<\/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                Our machines            <\/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\">A Must for Harvesting!<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Microscope for Smartphone<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Professional precision in your pocket for exact trichome analysis.<\/h3>\r\n            <p class=\"cc-description\">This microscope allows you to identify the true state of the resin to ensure you always harvest at maximum potency.<\/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 Optics<\/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\">Multimodal LED Lighting<\/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\">Ultra-Portable Design<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/en\/producto\/portable-cannabis-microscope\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                View Microscope            <\/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=\"Microscope for Smartphone\">\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\">Maximum Performance<\/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);\">Compact power and precision for wet and dry trimming.<\/h3>\r\n            <p class=\"cc-description\">The most compact trimmer for processing wet and dry flowers with an impeccable finish. 180W power and stainless steel design for an efficient, durable trim at the best price.<\/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\">Dual Use<\/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\">Compact Power<\/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\">Simple Maintenance<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/en\/producto\/mt-tumbler-200-lite\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                View MT Tumbler 200 LiTE            <\/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-Year Warranty<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">MT Dry 200<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Portable, quiet, high-quality dry trimming<\/h3>\r\n            <p class=\"cc-description\">The ultimate compact solution for dry processing. With a capacity of 3.5 kg\/h, the MT Dry 200 preserves the flower structure and trichomes intact, offering a professional finish in a lightweight, easily transportable, and extremely quiet machine.<\/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\">Trichome Protection<\/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\">Quiet Operation<\/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\">Portable Efficiency<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/en\/producto\/mt-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                View MT Dry 200            <\/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\">Higher Purity<\/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);\">Maximize pollen extraction with cryogenic cooling.<\/h3>\r\n            <p class=\"cc-description\">Boost your MT Dry 200 with this liquid CO2 injection system. By cooling the process, the kit facilitates trichome detachment, drastically increasing the extraction rate and guaranteeing a final product of maximum quality and superior purity.<\/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\">Advanced Cooling<\/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\">Maximum Purity<\/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\">Food Grade<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/en\/producto\/cooling-kit-co2-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                View Cooling Kit            <\/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 Versatility<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Master Products Pollen Drum<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Turn your trimmer into a professional Dry Sift extractor.<\/h3>\r\n            <p class=\"cc-description\">Take your equipment to the next level without changing machines. This hexagonal drum transforms your trimmer into a powerful pollen extractor in less than 60 seconds. Thanks to its 120-micron interchangeable mesh design, you will get a pure, efficient, and high-quality extraction.<\/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\">Fast Conversion<\/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\">Optimized Hexagonal 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\">Interchangeable Meshes<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/en\/producto\/pollen-barrel\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                View Pollen Drum            <\/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=\"Master Products Pollen Drum\">\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_c08e284b has_text_color\"><div class=\"wpb_wrapper\"><h2><strong>LITE<\/strong><\/h2>\n<\/div><\/div>[vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJiYWNrZ3JvdW5kLWNvbG9yJTNBJTIzNDlhMTg2JTNCaGVpZ2h0JTNBMXB4JTNCd2lkdGglM0ExMDAlMjUlM0JtYXJnaW4tdG9wJTNBMTBweCUzQm1hcmdpbi1ib3R0b20lM0ExMHB4JTNCJTIyJTNFJTNDJTJGZGl2JTNF[\/vc_raw_html]<div class=\"w-grid us_product_list type_grid layout_2321 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_bef8\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_bef8{--columns:2!important}}@media (max-width:600px){#us_product_list_bef8{--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-3951 product type-product status-publish has-post-thumbnail product_cat-lite-en product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3951\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/mt-dry-200-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-740 product type-product status-publish has-post-thumbnail product_cat-lite-en product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"740\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/mt-dry-100-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-745 product type-product status-publish has-post-thumbnail product_cat-lite-en last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"745\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/master-sorter-100-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1753 product type-product status-publish has-post-thumbnail product_cat-lite-en product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1753\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/mx-ice-200-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1898 product type-product status-publish has-post-thumbnail product_cat-lite-en  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"1898\">\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\/en\/producto\/pollen-barrel\/\" aria-label=\"POLLEN BARREL\"><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-36 term-lite-en\" 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 BARREL<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/pollen-barrel\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1930 product type-product status-publish has-post-thumbnail product_cat-lite-en last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1930\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/mb-bucker-200-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1988 product type-product status-publish has-post-thumbnail product_cat-lite-en first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1988\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/mt-tumbler-200-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-2632 product type-product status-publish has-post-thumbnail product_cat-lite-en  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"2632\">\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\/en\/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-36 term-lite-en\" 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\/en\/producto\/saboten\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3235 product type-product status-publish has-post-thumbnail product_cat-lite-en product_cat-spare-parts last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3235\">\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\/en\/producto\/portable-cannabis-microscope\/\" aria-label=\"PORTABLE MICROSCOPE FOR 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=\"Portable Cannabis Microscope\" 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-36 term-lite-en\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><button class=\"w-btn us-btn-style_badge term-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">PORTABLE MICROSCOPE FOR CANNABIS<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/portable-cannabis-microscope\/\"><span class=\"w-btn-label\">View more<\/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,1898,2632,3235,3951&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;No results found.&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;Load More&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>PROFESSIONAL<\/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_h640\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_h640{--columns:2!important}}@media (max-width:600px){#us_product_list_h640{--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-736 product type-product status-publish has-post-thumbnail product_cat-professional-en first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"736\">\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\/en\/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-37 term-professional-en\" 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\/en\/producto\/mt-pocket\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-737 product type-product status-publish has-post-thumbnail product_cat-professional-en product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"737\">\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\/en\/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-37 term-professional-en\" 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\/en\/producto\/mt-dry-200\/\"><span class=\"w-btn-label\">View more<\/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;No results found.&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;Load More&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>SPARE PARTS<\/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_k788\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_k788{--columns:2!important}}@media (max-width:600px){#us_product_list_k788{--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-3235 product type-product status-publish has-post-thumbnail product_cat-lite-en product_cat-spare-parts last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3235\">\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\/en\/producto\/portable-cannabis-microscope\/\" aria-label=\"PORTABLE MICROSCOPE FOR 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=\"Portable Cannabis Microscope\" 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-36 term-lite-en\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/span><\/button><button class=\"w-btn us-btn-style_badge term-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">PORTABLE MICROSCOPE FOR CANNABIS<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/portable-cannabis-microscope\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3369 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-200 first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3369\">\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\/en\/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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\/en\/producto\/cooling-kit-co2-dry-200\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3234 product type-product status-publish has-post-thumbnail product_cat-spare-parts  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3234\">\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\/en\/producto\/filtration-bag-kit-mx-ice-500-mx-ice-700\/\" aria-label=\"FILTRATION BAG 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">FILTRATION BAG KIT MX ICE 500 &#038; MX ICE 700<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/filtration-bag-kit-mx-ice-500-mx-ice-700\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3233 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-200 pa_microns-122 pa_microns-123 pa_microns-140 pa_microns-120 pa_microns-121 last instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3233\">\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\/en\/producto\/spare-kit-screen-for-polen-barrel-mtd200\/\" aria-label=\"SPARE KIT MICROMESH SCREEN FOR POLEN BARREL 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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 KIT MICROMESH SCREEN FOR POLEN BARREL MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/spare-kit-screen-for-polen-barrel-mtd200\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3226 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3226\">\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\/en\/producto\/spare-kit-micromesh-filter-bags\/\" aria-label=\"SPARE KIT MICROMESH FILTER BAGS\"><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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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 KIT MICROMESH FILTER BAGS<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/spare-kit-micromesh-filter-bags\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3227 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3227\">\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\/en\/producto\/spare-blade-mt-dry-200\/\" aria-label=\"SPARE BLADE 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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 BLADE MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/spare-blade-mt-dry-200\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3228 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-200 last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3228\">\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\/en\/producto\/collecting-tray-mt-dry-200\/\" aria-label=\"COLLECTING TRAY 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">COLLECTING TRAY MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/collecting-tray-mt-dry-200\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3224 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-100-lite pa_microns-122 pa_microns-120 pa_microns-121 first instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3224\">\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\/en\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\" aria-label=\"KIT SCREEN FOR POLEN BARREL\"><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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">KIT SCREEN FOR POLEN BARREL<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3219 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3219\">\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\/en\/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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\/en\/producto\/spare-barrel-knob-mt-dry-100-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3222 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-100-lite last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3222\">\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\/en\/producto\/polen-extractor-barrel-hexagon-mtd100-120-microns-without-lids\/\" aria-label=\"POLEN EXTRACTOR BARREL 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">POLEN EXTRACTOR BARREL HEXAGON MTD100<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/polen-extractor-barrel-hexagon-mtd100-120-microns-without-lids\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3220 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3220\">\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\/en\/producto\/tray-mt-dry-100-lite\/\" aria-label=\"TRAY 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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\">TRAY MT DRY 100 LiTE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/tray-mt-dry-100-lite\/\"><span class=\"w-btn-label\">View more<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3221 product type-product status-publish has-post-thumbnail product_cat-spare-parts product_tag-mt-dry-100-lite product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3221\">\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\/en\/producto\/spare-barrel-lid-mtd200-mtd100l\/\" aria-label=\"SPARE BARREL LID 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-115 term-spare-parts\" type=\"button\"><span class=\"w-btn-label\">SPARE PARTS<\/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 LID MTD200 &#038; MTD100L<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/en\/producto\/spare-barrel-lid-mtd200-mtd100l\/\"><span class=\"w-btn-label\">View more<\/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;No results found.&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;Load More&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":"The front cover of the MT Dry 200\/MT Dry 100 Lite is a component designed to keep the product inside while the machine is in operation. Made from food-grade material, this cover provides an effective barrier against product dispersion, helping to maintain a clean and safe working environment. Thanks to its ergonomic and removable design,...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2443","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - 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\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\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\/en\/\" \/>\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:13:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/\",\"name\":\"Master Products Store - Master Products Store\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#website\"},\"datePublished\":\"2025-04-03T13:41:23+00:00\",\"dateModified\":\"2026-05-13T07:13:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/masterproducts.store\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Master Products Store\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/\",\"name\":\"Master Products Store\",\"description\":\"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!\",\"publisher\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#organization\",\"name\":\"Master Products Store\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/en\\\/#\\\/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\\\/en\\\/#\\\/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\/en\/","og_locale":"en_US","og_type":"article","og_title":"Master Products Store - Master Products Store","og_url":"https:\/\/masterproducts.store\/en\/","og_site_name":"Master Products Store","article_publisher":"https:\/\/www.facebook.com\/masterproductsofficial","article_modified_time":"2026-05-13T07:13:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/masterproducts.store\/en\/","url":"https:\/\/masterproducts.store\/en\/","name":"Master Products Store - Master Products Store","isPartOf":{"@id":"https:\/\/masterproducts.store\/en\/#website"},"datePublished":"2025-04-03T13:41:23+00:00","dateModified":"2026-05-13T07:13:40+00:00","breadcrumb":{"@id":"https:\/\/masterproducts.store\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/masterproducts.store\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/masterproducts.store\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/masterproducts.store\/en\/"},{"@type":"ListItem","position":2,"name":"Master Products Store"}]},{"@type":"WebSite","@id":"https:\/\/masterproducts.store\/en\/#website","url":"https:\/\/masterproducts.store\/en\/","name":"Master Products Store","description":"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!","publisher":{"@id":"https:\/\/masterproducts.store\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/masterproducts.store\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/masterproducts.store\/en\/#organization","name":"Master Products Store","url":"https:\/\/masterproducts.store\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/masterproducts.store\/en\/#\/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\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/masterproductsofficial"]}]}},"_links":{"self":[{"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/pages\/2443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/comments?post=2443"}],"version-history":[{"count":16,"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/pages\/2443\/revisions"}],"predecessor-version":[{"id":3984,"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/pages\/2443\/revisions\/3984"}],"wp:attachment":[{"href":"https:\/\/masterproducts.store\/en\/wp-json\/wp\/v2\/media?parent=2443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}