{"id":2462,"date":"2025-04-03T15:41:23","date_gmt":"2025-04-03T13:41:23","guid":{"rendered":"https:\/\/masterproducts.store\/?page_id=2462"},"modified":"2026-05-13T09:14:42","modified_gmt":"2026-05-13T07:14:42","slug":"2462-2","status":"publish","type":"page","link":"https:\/\/masterproducts.store\/fr\/","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);\">\u00c9QUIPEMENT POST-R\u00c9COLTE POUR LE CANNABIS, \u00c0 VOTRE PORT\u00c9E !<\/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\">Produits Gamme LiTE<\/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\">Produits Gamme PROFESSIONAL<\/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\">Accessoires et Pi\u00e8ces D\u00e9tach\u00e9es<\/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                Nos 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\">Indispensable pour la R\u00e9colte !<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Microscope pour Smartphone<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">La pr\u00e9cision professionnelle dans votre poche pour l&#039;analyse exacte des trichomes.<\/h3>\r\n            <p class=\"cc-description\">Ce microscope vous permet d&#039;identifier l&#039;\u00e9tat r\u00e9el de la r\u00e9sine pour garantir que vous r\u00e9coltez toujours au moment de puissance maximale.<\/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\">Optique Haute Fid\u00e9lit\u00e9<\/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\">\u00c9clairage LED Multimodal<\/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\">Design Ultra-Portable<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/fr\/producto\/microscope-portatif-cannabis\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Voir le 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 pour 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\">Performance Maximale<\/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);\">Puissance et pr\u00e9cision compactes pour la coupe humide et s\u00e8che.<\/h3>\r\n            <p class=\"cc-description\">L&#039;effeuilleuse la plus compacte pour traiter les fleurs humides et s\u00e8ches avec une finition impeccable. Puissance de 180W et conception en acier inoxydable pour une coupe efficace, durable et au meilleur prix.<\/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\">Double Usage<\/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\">Puissance Compacte<\/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\">Entretien Simple<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/fr\/producto\/mt-tumbler-200-lite\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Voir 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 Ans de Garantie<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">MT Dry 200<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Effeuillage \u00e0 sec portable, silencieux et de haute qualit\u00e9<\/h3>\r\n            <p class=\"cc-description\">La solution compacte ultime pour le traitement \u00e0 sec. Avec une capacit\u00e9 de 3,5 kg\/h, la MT Dry 200 pr\u00e9serve la structure de la fleur et les trichomes intacts, offrant une finition professionnelle dans un \u00e9quipement l\u00e9ger, facile \u00e0 transporter et extr\u00eamement silencieux.<\/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\">Protection des Trichomes<\/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\">Fonctionnement Silencieux<\/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\">Efficacit\u00e9 Portable<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/fr\/producto\/mt-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Voir 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\">Puret\u00e9 Sup\u00e9rieure<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Cooling Kit CO2 MT Dry 200<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Maximisez l&#039;extraction de pollen avec le refroidissement cryog\u00e9nique.<\/h3>\r\n            <p class=\"cc-description\">Boostez votre MT Dry 200 avec ce syst\u00e8me d&#039;injection de CO2 liquide. En refroidissant le processus, le kit facilite le d\u00e9tachement des trichomes, augmentant consid\u00e9rablement le taux d&#039;extraction et garantissant un produit final de qualit\u00e9 maximale et de puret\u00e9 sup\u00e9rieure.<\/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\">Refroidissement Avanc\u00e9<\/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\">Puret\u00e9 Maximale<\/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\">Qualit\u00e9 Alimentaire<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/fr\/producto\/cooling-kit-co2-dry-200\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Voir 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=\"Cooling Kit CO2 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\">Polyvalence 2 en 1<\/span>\r\n                        \r\n            <h2 class=\"cc-title\">Tambour \u00e0 Pollen Master Products<\/h2>\r\n            <h3 class=\"cc-subtitle\" style=\"color: var(--cc-theme);\">Transformez votre effeuilleuse en un extracteur Dry Sift professionnel.<\/h3>\r\n            <p class=\"cc-description\">Faites passer votre \u00e9quipement au niveau sup\u00e9rieur sans changer de machine. Ce tambour hexagonal transforme votre effeuilleuse en un puissant extracteur de pollen en moins de 60 secondes. Gr\u00e2ce \u00e0 sa conception de mailles interchangeables de 120 microns, vous obtiendrez une extraction pure, efficace et de haute qualit\u00e9.<\/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\">Conversion Rapide<\/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\">Conception Hexagonale Optimis\u00e9e<\/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\">Mailles Interchangeables<\/span>\r\n                        <\/li>\r\n                                    <\/ul>\r\n            \r\n            <a href=\"https:\/\/masterproducts.store\/fr\/producto\/tambour-pollen\/\" class=\"cc-btn\" style=\"background-color: var(--cc-theme);\">\r\n                Voir Tambour \u00e0 pollen            <\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"cc-image-column\" style=\"flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 10;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2024\/06\/tambor-polen-mt-dry-200.webp\" \r\n                     class=\"cc-product-img\" \r\n                     style=\"max-height: 500px; width: auto; object-fit:contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.15)); opacity: 0;\" \r\n                     loading=\"lazy\"                     alt=\"Tambour \u00e0 Pollen Master Products\">\r\n                    <\/div>\r\n    <\/div>\r\n                <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function() {\r\n            let isAnimating = false;\r\n\r\n            window.updateHeroSliderDots = function(widget) {\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                const current = parseInt(widget.dataset.current);\r\n                const dotsContainer = widget.querySelector('.cc-nav-dots');\r\n                \r\n                if (dotsContainer) {\r\n                    if (dotsContainer.children.length !== slides.length) {\r\n                        dotsContainer.innerHTML = '';\r\n                        for (let i = 0; i < slides.length; i++) {\r\n                            const dot = document.createElement('div');\r\n                            dot.onclick = () => goToHeroSlide(widget, i);\r\n                            dotsContainer.appendChild(dot);\r\n                        }\r\n                    }\r\n                    \r\n                    Array.from(dotsContainer.children).forEach((dot, i) => {\r\n                        if (i === current) {\r\n                            dot.className = 'cc-dot';\r\n                            dot.style.width = '32px';\r\n                            dot.style.backgroundColor = slides[current].dataset.stripeColor || '#d72328';\r\n                        } else {\r\n                            dot.className = 'cc-dot';\r\n                            dot.style.width = '8px';\r\n                            dot.style.backgroundColor = '#d1d5db';\r\n                        }\r\n                    });\r\n                }\r\n            };\r\n\r\n            window.goToHeroSlide = function(widget, targetIndex) {\r\n                if (isAnimating) return;\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                let current = parseInt(widget.dataset.current);\r\n                if (current === targetIndex) return;\r\n                isAnimating = true;\r\n\r\n                widget.classList.remove('stripe-visible');\r\n                slides[current].style.opacity = '0';\r\n\r\n                setTimeout(() => {\r\n                    slides[current].classList.remove('active');\r\n                    slides[current].style.opacity = '';\r\n                    widget.dataset.current = targetIndex;\r\n                    slides[targetIndex].classList.add('active');\r\n                    updateHeroSliderDots(widget);\r\n\r\n                    const newSlide = slides[targetIndex];\r\n                    const stripe = widget.querySelector('.cc-diagonal-stripe');\r\n                    stripe.style.backgroundColor = newSlide.dataset.stripeColor || '#d72328';\r\n                    stripe.style.opacity = newSlide.dataset.stripeOpacity || '0.08';\r\n\r\n                    \/\/ Reset opacity for incoming slide so animation plays\r\n                    const newImg = slides[targetIndex].querySelector('.cc-product-img');\r\n                    if(newImg) newImg.style.opacity = ''; \r\n\r\n                    setTimeout(() => {\r\n                        widget.classList.add('stripe-visible');\r\n                        isAnimating = false;\r\n                    }, 50);\r\n                }, 500);\r\n            };\r\n\r\n            window.changeHeroSlide = function(btn, direction) {\r\n                const widget = btn.closest('.cc-hero-wrapper');\r\n                const slides = widget.querySelectorAll('.cc-slide');\r\n                let current = parseInt(widget.dataset.current);\r\n                let targetIndex = (current + direction + slides.length) % slides.length;\r\n                goToHeroSlide(widget, targetIndex);\r\n            };\r\n\r\n            document.addEventListener('DOMContentLoaded', () => {\r\n                document.querySelectorAll('.cc-hero-wrapper').forEach(widget => {\r\n                    const slides = widget.querySelectorAll('.cc-slide');\r\n                    if(slides.length > 0) {\r\n                        slides[0].classList.add('active');\r\n                        const stripe = widget.querySelector('.cc-diagonal-stripe');\r\n                        stripe.style.backgroundColor = slides[0].dataset.stripeColor || '#d72328';\r\n                        stripe.style.opacity = slides[0].dataset.stripeOpacity || '0.08';\r\n                    }\r\n                    updateHeroSliderDots(widget);\r\n                    setTimeout(() => widget.classList.add('stripe-visible'), 100);\r\n                });\r\n            });\r\n        })();\r\n    <\/script>\r\n    <\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small width_custom\" style=\"--site-content-width:2000px;\" id=\"lite\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_93d255df has_text_color\"><div class=\"wpb_wrapper\"><h2><strong>LITE<\/strong><\/h2>\n<\/div><\/div><div class=\"w-separator us_custom_053637e0 has_text_color size_small with_line width_default thick_1 style_solid color_text align_center\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-grid us_product_list type_grid layout_2321 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_dd07\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_dd07{--columns:2!important}}@media (max-width:600px){#us_product_list_dd07{--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-3952 product type-product status-publish has-post-thumbnail product_cat-lite-fr product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3952\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/mt-dry-200-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-791 product type-product status-publish has-post-thumbnail product_cat-lite-fr product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"791\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/mt-dry-100-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-793 product type-product status-publish has-post-thumbnail product_cat-lite-fr last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"793\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/master-sorter-100-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1754 product type-product status-publish has-post-thumbnail product_cat-lite-fr product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1754\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/mx-ice-200-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1899 product type-product status-publish has-post-thumbnail product_cat-lite-fr  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"1899\">\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\/fr\/producto\/tambour-pollen\/\" aria-label=\"TAMBOUR POLLEN\"><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-44 term-lite-fr\" 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\">TAMBOUR POLLEN<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/tambour-pollen\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1931 product type-product status-publish has-post-thumbnail product_cat-lite-fr last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1931\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/mb-bucker-200-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-1989 product type-product status-publish has-post-thumbnail product_cat-lite-fr first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"1989\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/mt-tumbler-200-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3082 product type-product status-publish has-post-thumbnail product_cat-lite-fr  instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3082\">\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\/fr\/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-44 term-lite-fr\" 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\/fr\/producto\/saboten\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3319 product type-product status-publish has-post-thumbnail product_cat-accessoires product_cat-lite-fr last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3319\">\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\/fr\/producto\/microscope-portatif-cannabis\/\" aria-label=\"MICROSCOPE PORTATIF POUR LE CANNABIS\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Microscopio portatil\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1000x1000.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-600x600.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><div class=\"w-post-elm-list\"><button class=\"w-btn us-btn-style_badge term-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/span><\/button><button class=\"w-btn us-btn-style_badge term-44 term-lite-fr\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/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\">MICROSCOPE PORTATIF POUR LE CANNABIS<\/h2><a class=\"w-btn us-btn-style_14 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/microscope-portatif-cannabis\/\"><span class=\"w-btn-label\">Voir plus<\/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,1899,3082,3235,3952&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;Aucun r\\u00e9sultat.&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;Charger plus&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;2321&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;4&quot;,&quot;items_gap&quot;:&quot;0.7rem&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;spinner&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1281px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1029px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:null,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot;&quot;},&quot;found_posts&quot;:0,&quot;per_page&quot;:12},&quot;facetedFilter&quot;:[]}'><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small width_custom\" style=\"--site-content-width:2000px;\" id=\"professional\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_39b42891 has_text_color\"><div class=\"wpb_wrapper\"><h2><strong>PROFESSIONNEL<\/strong><\/h2>\n<\/div><\/div><div class=\"w-separator us_custom_a7847b55 has_text_color size_custom with_line width_default thick_1 style_solid color_text align_center\" style=\"height:\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"w-grid us_product_list type_grid layout_2846 cols_4 preload_style_spinner ratio_1x1\" id=\"us_product_list_q4b1\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_q4b1{--columns:2!important}}@media (max-width:600px){#us_product_list_q4b1{--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-784 product type-product status-publish has-post-thumbnail product_cat-professional-fr first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"784\">\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\/fr\/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-39 term-professional-fr\" 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\/fr\/producto\/mt-pocket\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-788 product type-product status-publish has-post-thumbnail product_cat-professional-fr product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"788\">\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\/fr\/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-39 term-professional-fr\" 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\/fr\/producto\/mt-dry-200\/\"><span class=\"w-btn-label\">Voir plus<\/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;Aucun r\\u00e9sultat.&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;Charger plus&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 style=\"text-transform: uppercase;\">Pi\u00e8ces de rechange et accessoires<\/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_w05e\" style=\"--columns:4;--gap:0.7rem;--item-ratio:1;\"><style>@media (max-width:1028px){#us_product_list_w05e{--columns:2!important}}@media (max-width:600px){#us_product_list_w05e{--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-3319 product type-product status-publish has-post-thumbnail product_cat-accessoires product_cat-lite-fr last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3319\">\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\/fr\/producto\/microscope-portatif-cannabis\/\" aria-label=\"MICROSCOPE PORTATIF POUR LE CANNABIS\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Microscopio portatil\" srcset=\"https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1024x1024.webp 1024w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-300x300.webp 300w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-150x150.webp 150w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-1000x1000.webp 1000w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0-600x600.webp 600w, https:\/\/masterproducts.store\/wp-content\/uploads\/2025\/11\/microscope_0.webp 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-post-elm post_taxonomy usg_post_taxonomy_2 style_badge color_link_inherit\"><div class=\"w-post-elm-list\"><button class=\"w-btn us-btn-style_badge term-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/span><\/button><button class=\"w-btn us-btn-style_badge term-44 term-lite-fr\" type=\"button\"><span class=\"w-btn-label\">LiTE<\/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\">MICROSCOPE PORTATIF POUR LE CANNABIS<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/microscope-portatif-cannabis\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3464 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-200 first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3464\">\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\/fr\/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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\/fr\/producto\/cooling-kit-co2-dry-200\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3461 product type-product status-publish has-post-thumbnail product_cat-accessoires  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3461\">\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\/fr\/producto\/kit-sacs-filtration-mx-ice-500-700\/\" aria-label=\"KIT DE SACS DE FILTRATION 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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 DE SACS DE FILTRATION MX ICE 500 &#038; MX ICE 700<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/kit-sacs-filtration-mx-ice-500-700\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3473 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-200 pa_microns-120-fr pa_microns-150-fr pa_microns-280-fr pa_microns-45-fr pa_microns-90-fr last instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3473\">\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\/fr\/producto\/kit-mailles-micrometriques-pour-tambour-pollen-mtd200\/\" aria-label=\"KIT DE MAILLES MICROM\u00c9TRIQUES POUR TAMBOUR \u00c0 POLLEN 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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 DE MAILLES MICROM\u00c9TRIQUES POUR TAMBOUR \u00c0 POLLEN MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/kit-mailles-micrometriques-pour-tambour-pollen-mtd200\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3419 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mx-ice-200-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3419\">\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\/fr\/producto\/kit-sacs-filtrants-recharge\/\" aria-label=\"KIT DE SACS FILTRANTS EN MICOMAILLE DE RECHANGE\"><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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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 DE SACS FILTRANTS EN MICOMAILLE DE RECHANGE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/kit-sacs-filtrants-recharge\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3467 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3467\">\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\/fr\/producto\/lame-de-rechange-mt-dry-200\/\" aria-label=\"LAME DE RECHANGE 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\">LAME DE RECHANGE MT DRY 200<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/lame-de-rechange-mt-dry-200\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3470 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-200 last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3470\">\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\/fr\/producto\/bac-de-collecte-mt-dry-trimmers\/\" aria-label=\"BAC DE COLLECTE MT DRY TRIMMERS\"><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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\">BAC DE COLLECTE MT DRY TRIMMERS<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/bac-de-collecte-mt-dry-trimmers\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3438 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-100-lite pa_microns-120-fr pa_microns-45-fr pa_microns-90-fr first instock taxable shipping-taxable purchasable product-type-variable\" data-id=\"3438\">\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\/fr\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\" aria-label=\"KIT DE MAILLES DE RECHANGE POUR TAMBOUR \u00c0 POLLEN\"><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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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 DE MAILLES DE RECHANGE POUR TAMBOUR \u00c0 POLLEN<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/spare-kit-screen-for-polen-barrel-mtd100l\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3386 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-100-lite  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3386\">\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\/fr\/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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\/fr\/producto\/spare-barrel-knob-mt-dry-100-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3395 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-100-lite last instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3395\">\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\/fr\/producto\/tambour-hexagonal-rechange-extracteur-pollen-mtd100-120-microns\/\" aria-label=\"TAMBOUR HEXAGONAL DE RECHANGE POUR EXTRACTEUR DE POLLEN 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\">TAMBOUR HEXAGONAL DE RECHANGE POUR EXTRACTEUR DE POLLEN MTD100<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/tambour-hexagonal-rechange-extracteur-pollen-mtd100-120-microns\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3389 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-100-lite first instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3389\">\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\/fr\/producto\/bac-de-collecte-mt-dry-100-lite\/\" aria-label=\"BAC DE COLLECTE 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\">BAC DE COLLECTE MT DRY 100 LiTE<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/bac-de-collecte-mt-dry-100-lite\/\"><span class=\"w-btn-label\">Voir plus<\/span><\/a><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-3392 product type-product status-publish has-post-thumbnail product_cat-accessoires product_tag-mt-dry-100-lite product_tag-mt-dry-200  instock taxable shipping-taxable purchasable product-type-simple\" data-id=\"3392\">\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\/fr\/producto\/couvercle-rerervoir-rechange-mtd200-mtd100l\/\" aria-label=\"COUVERCERCLE DE R\u00c9SERVOIR DE RECHANGE 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-117 term-accessoires\" type=\"button\"><span class=\"w-btn-label\">ACCESSOIRES<\/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\">COUVERCERCLE DE R\u00c9SERVOIR DE RECHANGE MTD200 &#038; MTD100L<\/h2><a class=\"w-btn us-btn-style_18 usg_btn_1\" href=\"https:\/\/masterproducts.store\/fr\/producto\/couvercle-rerervoir-rechange-mtd200-mtd100l\/\"><span class=\"w-btn-label\">Voir plus<\/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;Aucun r\\u00e9sultat.&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;Charger plus&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":"Le capot avant de la MT Dry 200\/MT Dry 100 Lite est un composant con\u00e7u pour maintenir le produit \u00e0 l\u2019int\u00e9rieur pendant le fonctionnement de la machine. Fabriqu\u00e9 en mat\u00e9riau de qualit\u00e9 alimentaire, ce capot constitue une barri\u00e8re efficace contre la dispersion du produit, contribuant \u00e0 maintenir un environnement de travail propre et s\u00fbr. Gr\u00e2ce...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2462","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\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\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\/fr\/\" \/>\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:14:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\",\"name\":\"Master Products Store - Master Products Store\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#website\"},\"datePublished\":\"2025-04-03T13:41:23+00:00\",\"dateModified\":\"2026-05-13T07:14:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Master Products Store\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\",\"name\":\"Master Products Store\",\"description\":\"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!\",\"publisher\":{\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#organization\",\"name\":\"Master Products Store\",\"url\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/masterproducts.store\\\/fr\\\/#\\\/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\\\/fr\\\/#\\\/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\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"Master Products Store - Master Products Store","og_url":"https:\/\/masterproducts.store\/fr\/","og_site_name":"Master Products Store","article_publisher":"https:\/\/www.facebook.com\/masterproductsofficial","article_modified_time":"2026-05-13T07:14:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/masterproducts.store\/fr\/","url":"https:\/\/masterproducts.store\/fr\/","name":"Master Products Store - Master Products Store","isPartOf":{"@id":"https:\/\/masterproducts.store\/fr\/#website"},"datePublished":"2025-04-03T13:41:23+00:00","dateModified":"2026-05-13T07:14:42+00:00","breadcrumb":{"@id":"https:\/\/masterproducts.store\/fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/masterproducts.store\/fr\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/masterproducts.store\/fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/masterproducts.store\/fr\/"},{"@type":"ListItem","position":2,"name":"Master Products Store"}]},{"@type":"WebSite","@id":"https:\/\/masterproducts.store\/fr\/#website","url":"https:\/\/masterproducts.store\/fr\/","name":"Master Products Store","description":"Equipos de Poscosecha para cannabis, \u00a1A tu alcance!","publisher":{"@id":"https:\/\/masterproducts.store\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/masterproducts.store\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/masterproducts.store\/fr\/#organization","name":"Master Products Store","url":"https:\/\/masterproducts.store\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/masterproducts.store\/fr\/#\/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\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/masterproductsofficial"]}]}},"_links":{"self":[{"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/pages\/2462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/comments?post=2462"}],"version-history":[{"count":12,"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/pages\/2462\/revisions"}],"predecessor-version":[{"id":3985,"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/pages\/2462\/revisions\/3985"}],"wp:attachment":[{"href":"https:\/\/masterproducts.store\/fr\/wp-json\/wp\/v2\/media?parent=2462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}