{"id":12703,"date":"2024-11-05T09:41:19","date_gmt":"2024-11-05T12:41:19","guid":{"rendered":"https:\/\/risemode.com\/?page_id=12703"},"modified":"2026-03-23T17:28:44","modified_gmt":"2026-03-23T20:28:44","slug":"rise-search","status":"publish","type":"page","link":"https:\/\/risemode.com\/fr\/rise-search\/","title":{"rendered":"Rise Search"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"12703\" class=\"elementor elementor-12703\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-413e458 e-con-full e-flex e-con\" data-id=\"413e458\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49eaf5e elementor-widget elementor-widget-image\" data-id=\"49eaf5e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynid4zgs6w.png\" title=\"rise-search-banner-1\" alt=\"rise-search-banner-1\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd433ad elementor-widget elementor-widget-html\" data-id=\"bd433ad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"pt-BR\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Chatbot de Produtos Moderno<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* Estilos gerais *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        body {\r\n            width: 100%;\r\n            font-family: 'Inter', sans-serif;\r\n            color: #FFFFFF;\r\n            min-height: 100vh;\r\n            padding: 20px;\r\n            background-color: #141414;\r\n            display: block;\r\n            margin: 0 auto;\r\n        }\r\n        .chat-container {\r\n            background: #141414;\r\n            border-radius: 0px 0px 10px 10px;\r\n            padding: 40px;\r\n            margin: 0 auto;\r\n        }\r\n        .search-bar {\r\n            display: flex;\r\n            align-items: center;\r\n            background-color: #212121;\r\n            border-radius: 8px;\r\n            padding: 10px;\r\n            margin-bottom: 20px;\r\n            width: 600px;\r\n        }\r\n        .search-input {\r\n            flex: 1;\r\n            background: none;\r\n            border: none;\r\n            color: #FFFFFF;\r\n            font-size: 16px;\r\n            padding: 10px;\r\n            outline: none;\r\n            font-family: \"Inter\";\r\n        }\r\n        .search-button {\r\n            background: transparent;\r\n            border: none;\r\n            cursor: pointer;\r\n            margin: 10px;\r\n        }\r\n        .search-button:active,\r\n        .search-button:focus {\r\n            color: #FFFFFF;\r\n            outline: none;\r\n            background: none;\r\n        }\r\n        .search-button:hover {\r\n            background: #1e90ff;\r\n            margin: 10px;\r\n        }\r\n        .search-button img {\r\n            width: 24px;\r\n            height: 24px;\r\n        }\r\n        .product-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 20px;\r\n            max-width: 8000px;\r\n            width: 100%;\r\n            padding: 10px;\r\n        }\r\n        .product-item {\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n            align-items: center;\r\n            background: #181818;\r\n            border-radius: 10px;\r\n            padding: 20px;\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);\r\n            max-width: 300px;\r\n            text-align: center;\r\n        }\r\n        .product-item img {\r\n            max-width: 150px;\r\n            height: 150px;\r\n            border-radius: 8px;\r\n            margin-bottom: 15px;\r\n        }\r\n        .product-info h3 {\r\n            font-weight: 600;\r\n            margin-bottom: 5px;\r\n            font-family: \"Inter\";\r\n            font-size: 14px;\r\n            text-transform: uppercase;\r\n            margin-top: 10px;\r\n        }\r\n        .product-info p {\r\n            margin: 8px 0;\r\n            color: #CCCCCC;\r\n            font-family: \"Inter\";\r\n            font-size: 14px;\r\n        }\r\n        .product-info a {\r\n            color: #1e90ff;\r\n            text-decoration: none;\r\n            font-size: 16px;\r\n        }\r\n        .product-info a:hover {\r\n            text-decoration: underline;\r\n        }\r\n        .bot {\r\n            display: none;\r\n            align-items: center; \r\n            justify-content: flex-start; \r\n            margin: 10px 0;\r\n            background-color: transparent;\r\n            padding: 10px;\r\n        }\r\n        .bot img {\r\n            width: 40px; \r\n            height: auto; \r\n            margin-right: 10px; \r\n        }\r\n        .bot p {\r\n            font-size: 16px; \r\n            font-family: \"Inter\";\r\n            color: #FFFFFF;\r\n            margin: 0; \r\n        }\r\n        @media (max-width: 1100px) {\r\n            .product-grid {\r\n                grid-template-columns: repeat(2, 1fr);\r\n                width: 300px;\r\n            }\r\n            .search-bar {\r\n                width: 100%;\r\n            }\r\n        }\r\n        @media (max-width: 1000px) {\r\n            .product-grid {\r\n                grid-template-columns: repeat(1, 1fr);\r\n                width: 500px;\r\n            }\r\n            .search-bar {\r\n                width: 100%;\r\n            }\r\n        }\r\n        @media (max-width: 768px) {\r\n            .chat-container {\r\n                width: 90%;\r\n                padding: 20px;\r\n            }\r\n            body {\r\n                width: 100%;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"chat-container\">\r\n        <div class=\"bot\">\r\n            <img decoding=\"async\" src=\"https:\/\/risemode.com\/wp-content\/uploads\/2024\/11\/icone-rise-serach.png\">\r\n            <p>Aqui est\u00e1 o resultado da sua pesquisa!<\/p>\r\n        <\/div>\r\n        <div id=\"productDisplay\" class=\"product-grid\" style=\"display: none;\">\r\n            <div class=\"product-info\">\r\n                <h3 id=\"productName\"><\/h3>\r\n                <p><strong>Part Number:<\/strong> <span id=\"productPN\"><\/span><\/p>\r\n                <a id=\"productLink\" href=\"\" target=\"_blank\">Ver produto<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"search-bar\">\r\n            <input type=\"text\" id=\"searchInput\" class=\"search-input\" placeholder=\"Digite o nome ou PN do produto...\">\r\n            <button class=\"search-button\" onclick=\"searchProduct()\">\r\n                <img decoding=\"async\" src=\"https:\/\/risemode.com\/wp-content\/uploads\/2024\/11\/pesquisa.png\" alt=\"\u00cdcone de pesquisa\">\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        const products = [\r\n                       {\r\n    \"name\": \"Black 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/black-s-led\",\r\n    \"pn\": \"RM-BK-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Black 80mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan-black-80mm\",\r\n    \"pn\": \"RM-BK-02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Wind Led Blue\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wind-led\",\r\n    \"pn\": \"RM-WN-01-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Wind Led White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wind-led\",\r\n    \"pn\": \"RM-WN-01-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Wind Led Green\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wind-led\",\r\n    \"pn\": \"RM-WN-01-BG\"\r\n  },\r\n  {\r\n    \"name\": \"Wind Led Red\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wind-led\",\r\n    \"pn\": \"RM-WN-01-BR\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Led Blue\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-led\",\r\n    \"pn\": \"RM-FN-01-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Led White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-led\",\r\n    \"pn\": \"RM-FN-01-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Led Red\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-led\",\r\n    \"pn\": \"RM-FN-01-BR\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Led Green\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-led\",\r\n    \"pn\": \"RM-FN-01-BG\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Turbine Motherboard 5V ARGB Dual Led\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-motherboard-120-5v\",\r\n    \"pn\": \"RM-MB-01-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Wind Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wind-rgb-rainbow\",\r\n    \"pn\": \"RM-WN-02-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-rgb-rainbow\",\r\n    \"pn\": \"RM-FRM-02-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Turbine 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-G-ARGB-TUR-B\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Turbine 5v Reverse Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-G-ARGB-TUR-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Pro Black Turbine 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aurapro-turbinepwm-motherboard-argb-black\/\",\r\n    \"pn\": \"RM-AU-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro Turbine 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aurafrostpro-turbinepwm-motherboard-argb-white\/\",\r\n    \"pn\": \"RM-AU-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Pro Black Turbine Rverse 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aurapro-turbinepwm-motherboard-argb-black\/\",\r\n    \"pn\": \"RM-AU-ARGB-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro Turbine Rverse 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aurafrostpro-turbinepwm-motherboard-argb-white\/\",\r\n    \"pn\": \"RM-AU-ARGB-W-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Hex Turbine Black 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hex-turbinepwm-motherboard-argb-black\",\r\n    \"pn\": \"RM-H-ARGB-TOR-B\"\r\n  },\r\n  {\r\n    \"name\": \"Hex Turbine White 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hex-turbinepwm-motherboard-argb-white\",\r\n    \"pn\": \"RM-H-ARGB-TOR-W\"\r\n  },\r\n  {\r\n    \"name\": \"Hex Turbine Reverse Black 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-H-ARGB-TOR-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Hex Turbine Reverse White 5v Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-H-ARGB-TOR-W-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Kit 3 Fans  Energy ARGB 5v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-energy-argb\",\r\n    \"pn\": \"FN-02-RGB-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Kit 3 Fans  Aura RGB \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-aura-rgb\",\r\n    \"pn\": \"RM-AU-02-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Kit 3 Fans  Laser ARGB 5v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-laser-argb\",\r\n    \"pn\": \"RM-RGB-05-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Kit 3 Fans  Frost RGB 12v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-branco-rgb\",\r\n    \"pn\": \"RM-CF-02-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Frost Turbine Motherboard ARGB 5V ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan-branco-motherboard-5v\",\r\n    \"pn\": \"RM-MB-02-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Cool Turbine Motherboard ARGB 5V 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-motherboard-140-5v\",\r\n    \"pn\": \"RM-ARGB-05-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Aqua Turbine ARGB 5V Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aqua-motherboard-120-5v\",\r\n    \"pn\": \"RM-MB-03-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro ARGB 5v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/frost-pro-argb\",\r\n    \"pn\": \"RM-CF-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Pro Black ARGB 5v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-pro-black-argb\",\r\n    \"pn\": \"RM-AUB-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Kit 5 Fans Gamer  Crystal Sound ARGB 5v \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/crystal-sound-argb\",\r\n    \"pn\": \"RM-CS-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto Pro ARGB 5v Black \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-black-argb\",\r\n    \"pn\": \"RM-MAPRO-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto Pro ARGB 5v White \\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-white-argb\",\r\n    \"pn\": \"RM-MAPRO-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto Pro ARGB 5v Black Reverse\\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-black-reverse-argb\/\",\r\n    \"pn\": \"RM-MAPRO-ARGB-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto Pro ARGB 5v White Reverse\\nRemote Control \/ Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-white-reverse-argb\/\",\r\n    \"pn\": \"RM-MAPRO-ARGB-W-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto pro Black ARGB 5V Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-black-argb-individual\/\",\r\n    \"pn\": \"RM-MAPROI-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto pro White ARGB 5V Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-white-argb-individual\",\r\n    \"pn\": \"RM-MAPROI-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto pro Black ARGB 5V Motherboard ARGB 120mm Reverse\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-black-argb-individual-reverse\",\r\n    \"pn\": \"RM-MAPROI-ARGB-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto pro White ARGB 5V Motherboard ARGB 120mm Reverse\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/magneto-pro-white-argb-individual-reverse\",\r\n    \"pn\": \"RM-MAPROI-ARGB-W-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto X Black ARGB 5V Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-MAX-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto X White ARGB 5V Motherboard ARGB 120mm\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-MAX-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto X Black ARGB 5V Motherboard ARGB 120mm Reverse\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-MAX-ARGB-B-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Magneto X White ARGB 5V Motherboard ARGB 120mm Reverse\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-MAX-ARGB-W-RV\"\r\n  },\r\n  {\r\n    \"name\": \"X Led Black ARGB Case button\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-x-led-black-argb\/\",\r\n    \"pn\": \"RM-XLD-01-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"X Led Black ARGB Case button\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/kit-fan-x-led-white-argb\/\",\r\n    \"pn\": \"RM-XLD-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"X led Rainbow - Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-XLD-01-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"X led Rainbow - White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-XLD-02-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"X led RGB - Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-ZLD-5V-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Z led ARGB - White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fan\/\",\r\n    \"pn\": \"RM-ZLD-5V-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro 120mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-frost-120\",\r\n    \"pn\": \"RM-WCZ-05-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro 240mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-frost-240\",\r\n    \"pn\": \"RM-WCZ-06-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Frost Pro 360mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-frost-360\",\r\n    \"pn\": \"RM-WCF-07-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Black 120mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/black-120mm-rgb\",\r\n    \"pn\": \"RM-WCB-05-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Black 240mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/black-240mm-argb\",\r\n    \"pn\": \"RM-WCB-04-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Black 360mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/black-360mm-Argb\/\",\r\n    \"pn\": \"RM-WCB-07-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice White 120mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-120\",\r\n    \"pn\": \"RM-WAI-01-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice White 240mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-240\",\r\n    \"pn\": \"RM-WAI-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice White 360mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-360\",\r\n    \"pn\": \"RM-WAI-03-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice Black 120mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-black-120\",\r\n    \"pn\": \"RM-WAIB-04-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice Black 240mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-black-240\",\r\n    \"pn\": \"RM-WAIB-05-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Ice Black 360mm ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-ice-black-360\",\r\n    \"pn\": \"RM-WAIB-06-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Black 120mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCB-01-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"Black 240mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCB-02-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"Black 360mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCB-03-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"Frost 120mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCZ-01-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"Frost 240mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCZ-02-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"Frost 360mm RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/watercooler\/\",\r\n    \"pn\": \"RM-WCF-04-RBW\"\r\n  },\r\n  {\r\n    \"name\": \"All Black 240mm - No Leds\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wc-all-Black-240mm\/\",\r\n    \"pn\": \"RM-WC-AB-240\"\r\n  },\r\n  {\r\n    \"name\": \"All Black 36mm - No Leds\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wc-all-black-360mm\/\",\r\n    \"pn\": \"RM-WC-AB-360\"\r\n  },\r\n  {\r\n    \"name\": \"Winter Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/winter-black-argb\",\r\n    \"pn\": \"RM-ACW-01-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"X1 Led Azul\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x1-cooler\",\r\n    \"pn\": \"RM-ACX-01-BB\"\r\n  },\r\n  {\r\n    \"name\": \"X2 S-Led\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x2-cooler\",\r\n    \"pn\": \"RM-ACX-02-BB\"\r\n  },\r\n  {\r\n    \"name\": \"X4 S-Led\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x4-cooler\",\r\n    \"pn\": \"RM-ACX-04-BG\"\r\n  },\r\n  {\r\n    \"name\": \"X4 RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x4-rgb-cooler\",\r\n    \"pn\": \"RM-ACX-04-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Z5 RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/z5-rgb-cooler\",\r\n    \"pn\": \"RM-ACZ-Z5-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"X5 White S-Led\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x5-white-cooler\",\r\n    \"pn\": \"RM-ACX-05-BW\"\r\n  },\r\n  {\r\n    \"name\": \"X5 RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x5-rgb-cooler\",\r\n    \"pn\": \"RM-ACX-05-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Z2 Pro\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/z2pro-cooler\",\r\n    \"pn\": \"RM-AC-Z2PRO\"\r\n  },\r\n  {\r\n    \"name\": \"G700 Led Azul\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g700\",\r\n    \"pn\": \"RM-AC-07-FB\"\r\n  },\r\n  {\r\n    \"name\": \"G800 RGB Rainbow\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g800-rgb\",\r\n    \"pn\": \"RM-AC-08-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"G800 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g800-black-argb\",\r\n    \"pn\": \"RM-ACG8-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"G800 White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g800-white-argb\",\r\n    \"pn\": \"RM-ACG8-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Z4 White S-Led\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/z4-white\",\r\n    \"pn\": \"RM-ACZ-Z4-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Strom 8 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/storm-8-black\/\",\r\n    \"pn\": \"RM-ACST-B\"\r\n  },\r\n  {\r\n    \"name\": \"Strom 8 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/storm-8-white\/\",\r\n    \"pn\": \"RM-ACST-W\"\r\n  },\r\n  {\r\n    \"name\": \"Storm 8 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/storm-8-black-argb\/\",\r\n    \"pn\": \"RM-ACST-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Storm 8 White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/storm-8-white-argb\/\",\r\n    \"pn\": \"RM-ACST-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 Pro Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6P-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 Pro Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6P-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 6 Pro White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT6P-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 8 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT8-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 8 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT8-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Temp 8 White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aircooler\/\",\r\n    \"pn\": \"RM-ACT8-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Grease Frost\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pasta-termica-silver-frost\/\",\r\n    \"pn\": \"RM-TG-01-FRT\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Grease Cold\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pasta-termica-silver-cold\/\",\r\n    \"pn\": \"RM-TG-01-CLD\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Grease Cold 10W\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pasta-termica-silver-cold-10w\/\",\r\n    \"pn\": \"RM-TG-10-CLD\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Grease Cold 17W\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pasta-termica-silver-cold-17w\/\",\r\n    \"pn\": \"RM-TG-17-CLD\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Putty  \\n12.8w\/m.k 20g\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/thermal-putty-12.8\",\r\n    \"pn\": \"RM-MT-12\"\r\n  },\r\n  {\r\n    \"name\": \"Thermal Putty  \\n16.8w\/m.k 20g\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/thermal-putty-16.8\",\r\n    \"pn\": \"RM-MT-16\"\r\n  },\r\n  {\r\n    \"name\": \"Gamer Controller Kit 3 Fans RGB 6p 12v - 10 fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/controller-6p-12v-rgb\",\r\n    \"pn\": \"RM-CON-01-12V\"\r\n  },\r\n  {\r\n    \"name\": \"Gamer Controller Kit 3 Fans ARGB 6p 5v - 10 fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/controller-6p-5v-argb\",\r\n    \"pn\": \"RM-CON-01-5V\"\r\n  },\r\n  {\r\n    \"name\": \"Gamer Controller Sound, ARGB, 6p, 10 Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/controladora-sound-argb\/\",\r\n    \"pn\": \"RM-COS-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Gamer Controller Rise Mode PWM e RGB Hub\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/controladora-pwm-rgb\/\",\r\n    \"pn\": \"RM-COPW-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Gamer Controller Rise Mode PWM e ARGB Hub\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/controladora-pwm-argb\/\",\r\n    \"pn\": \"RM-COPW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass 06x Black - 6 Fans ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-06x-black-6-fans-argb\/\",\r\n    \"pn\": \"RM-CA-06XB-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass 06x White - 6 Fans ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-06x-white-6-fans-argb\/\",\r\n    \"pn\": \"RM-CA-06XW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass 06x Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-06x-black\",\r\n    \"pn\": \"RM-CA-06X-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass 06x White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-06x-frost-white\",\r\n    \"pn\": \"RM-WT-06X-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-black\",\r\n    \"pn\": \"RM-GA-GG-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Branco \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-white\",\r\n    \"pn\": \"RM-GA-GG-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Pink \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-pink\",\r\n    \"pn\": \"RM-GA-GG-PK\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Sound Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-sound-black\",\r\n    \"pn\": \"RM-GA-GGS-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Sound White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-sound-white\",\r\n    \"pn\": \"RM-GA-GGS-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Sound Pink \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-sound-pink\",\r\n    \"pn\": \"RM-GA-GGS-PK\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-standard-v2-black\/\",\r\n    \"pn\": \"RM-GA-GGST2-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard v2 White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-standard-v2-white\/\",\r\n    \"pn\": \"RM-GA-GGST2-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 Black \u2013 10 Fans ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-standard-v2-black-argb\/\",\r\n    \"pn\": \"RM-GA-GGSB2-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 White \u2013 10 Fans RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-standard-v2-white-argb\/\",\r\n    \"pn\": \"RM-GA-GGSW2-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 Led ARGB Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGST2L-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard v2 Led ARGB White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGST2L-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 Led ARGB Black \u2013 10 Fans ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGSB2L-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass Standard V2 Led ARGB White \u2013 10 Fans RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGSW2L-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Z3 Black - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/z03-black\",\r\n    \"pn\": \"RM-Z03-03-FB\"\r\n  },\r\n  {\r\n    \"name\": \"X5 Glass Black - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x5-glass-black\",\r\n    \"pn\": \"RM-X5-05-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Wave Black 3 Cooler Fan ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wave-black-3-fans-argb\",\r\n    \"pn\": \"RM-WA-FB-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Wave White 3 Cooler Fan ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wave-white-3-fans-argb\/\",\r\n    \"pn\": \"RM-WA-BW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass M Mini Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-m-mini-black\",\r\n    \"pn\": \"RM-GA-GGMN-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass M Mini White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/galaxy-glass-m-mini-white\",\r\n    \"pn\": \"RM-GA-GGMN-FW\"\r\n  },\r\n  {\r\n    \"name\": \"X1 Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x1-black\",\r\n    \"pn\": \"RM-X1-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"X1 White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x1-white\",\r\n    \"pn\": \"RM-X1-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Case Rise Mode Office X1 Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/office-x1-black\/\",\r\n    \"pn\": \"RM-GA-OFX1-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Case Rise Mode Office X1 White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/office-x1-white\/\",\r\n    \"pn\": \"RM-GA-OFX1-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Case Rise Mode Prisma Glass 01 Black \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-PRS-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Case Rise Mode Prisma Glass 01 White \u2013 No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-PRS-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"X4 Glass Black - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/x4-glass-black\",\r\n    \"pn\": \"RM-X4-04-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass Curved  Black - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-curved-black\",\r\n    \"pn\": \"RM-GA-GC-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Glass Curved  White - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/glass-curved-white\",\r\n    \"pn\": \"RM-GA-GC-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass 01 Black - No Fans\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/zeus-glass-black-01\",\r\n    \"pn\": \"RM-CA-ZE-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass 02 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/zeus-glass-black-02\",\r\n    \"pn\": \"RM-CA-ZE-02-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/crystal-glass-white-01\",\r\n    \"pn\": \"RM-CA-CY-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 02 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/crystal-glass-white-02\",\r\n    \"pn\": \"RM-CA-CY-02-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 03 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/crystal-glass-white-03\",\r\n    \"pn\": \"RM-CA-CY-03-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-CY-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-CY-02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Crystal Glass 03 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-CY-03-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass X Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGX-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass X White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGX-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass X Mini Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGXN-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Glass X Mini White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-GA-GGXN-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass Screen 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-ZES-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass Screen 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-ZES-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass Screen 03 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-ZES-03-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus Glass Screen 03 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/gabinete\/\",\r\n    \"pn\": \"RM-CA-ZES-03-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Video card support \\nAura V1 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suportevga\/\",\r\n    \"pn\": \"RM-SPVG-01-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Video card support \\nAura V1 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suportevga\/\",\r\n    \"pn\": \"RM-SPVG-01-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Video card support \\nAura V2 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suportevga\/\",\r\n    \"pn\": \"RM-SPVG-02-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Video card support \\nAura V2 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suportevga\/\",\r\n    \"pn\": \"RM-SPVG-02-ARGB-W\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full White ARGB 24p\\nMotherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/sleeved-aura-white-24p-argb\",\r\n    \"pn\": \"RM-SL-FW-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full Black ARGB 24p Motherboard\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/sleeved-aura-black-24p-argb\",\r\n    \"pn\": \"RM-SL-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full White ARGB 6+2p Vga\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-6+2p-white-argb\/\",\r\n    \"pn\": \"RM-SLV-01-FW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full White ARGB 2x 6+2p Vga\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-2x-6+2p-white-argb\/\",\r\n    \"pn\": \"RM-SLV-02-FW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full Black ARGB 6+2p Vga\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-2x-6+2p-black-argb\/\",\r\n    \"pn\": \"RM-SLV-01-FB-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable  Aura Full Black ARGB \\n2x 6+2p Vga\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-6+2p-black-argb\/\",\r\n    \"pn\": \"RM-SLV-02-FB-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nFull Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nFull Red\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-FR\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4), 30cm\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-01-12VHPWR-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4), 30cm\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-01-12VHPWR-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4), 60cm\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-02-12VHPWR-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4), 60cm\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-02-12VHPWR-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4) to 3x PCIE 8pin 30cm Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-01-12VHPCI-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Sleeved cable \\nPCIE 5.0 16pin (12+4) to 3x PCIE 8pin 30cm White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-SL-01-12VHPCI-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Motherboard Adapter 24p 90 degree ARGB Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-AD24P-FB-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Motherboard Adapter 24p 90 degree ARGB Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-AD24P-FW-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Standard Power Supply Cable Adapter\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FB\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Standard Power Supply Cable Adapter\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FW\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Standard Power Supply Cable Adapter\\nRed\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FR\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Reverse Power Supply Cable Adapter\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FB-RV\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Reverse Power Supply Cable Adapter\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FW-RV\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 180 Degree Reverse Power Supply Cable Adapter\\nRed\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-180-FR-RV\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Standard Power Supply Cable Adapter\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FB\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Standard Power Supply Cable Adapter\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FW\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Standard Power Supply Cable Adapter\\nRed\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FR\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Reverse Power Supply Cable Adapter\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FB-RV\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Reverse Power Supply Cable Adapter\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FW-RV\"\r\n  },\r\n  {\r\n    \"name\": \"PCIE 5.0 12VHPWR 90 Degree Reverse Power Supply Cable Adapter\\nRed\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cabos-sleeved\",\r\n    \"pn\": \"RM-ADPCIE-90-FR-RV\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink and Heatpipe SSD M.2 \\nNova 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 03 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV03-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 03 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV03-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 04 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV04-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 04 Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV04-GR\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 05 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV05-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 06 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV06-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 06 Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV06-GR\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 07 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV07-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 07 Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV07-GR\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 07 Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV07-B-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 07 Gray ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV07-G-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 07 White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV07-W-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 08 Infinity Black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NVI08-B-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink SSD M.2 \\nNova 08 Infinity White ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NVI08-W-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink and Heatpipe SSD M.2 \\nNova 09 Silver\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV09-FS\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink Heatpipe and Fan SSD M.2 \\nNova 10 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV10-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Heat Sink Heatpipe and Fan SSD M.2 \\nNova 10 Silver\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Dissipador-M.2\",\r\n    \"pn\": \"RM-DPM2-NV10-FS\"\r\n  },\r\n  {\r\n    \"name\": \"Extensor Pcie Riser VGA\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pcie-exprees\",\r\n    \"pn\": \"RM-EX-PV\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Sound S1, RGB Rainbow, 3W*2, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-sound-s1-rgb\",\r\n    \"pn\": \"RM-SP-01-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Aura Sound S4, RGB Rainbow, 3W*2, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/aura-sound-s4-rgb\",\r\n    \"pn\": \"RM-SP-04-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Laser S1 , ARGB Rainbow, 5W*2, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/caixadesom\/\",\r\n    \"pn\": \"RM-SPL-01-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Laser S2 , ARGB Rainbow, 5W*2, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/caixadesom\/\",\r\n    \"pn\": \"RM-SPL-02-ARGB\"\r\n  },\r\n  {\r\n    \"name\": \"Mad Sound 01, Blue Led, 3W*2, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/caixadesom\/\",\r\n    \"pn\": \"RM-SPMA-01-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Nebula Sound 01, RGB Rainbow,3W*2 + 5W, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/caixadesom\/\",\r\n    \"pn\": \"RM-SPNE-01-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Office OF 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado-office-of-01-black\",\r\n    \"pn\": \"RM-TC-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Office OF 01 USB, ABNT, with Numeric Keypad, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/combo-office-of-01-black\",\r\n    \"pn\": \"RM-TM-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Office OF 02 USB, ABNT, with Numeric Keypad, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/combo-office-of-02-black\",\r\n    \"pn\": \"RM-TM-02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"G1 LED Rainbow, Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g1-full-black-teclado\",\r\n    \"pn\": \"RM-TG-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"G1 LED Rainbow, White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g1-full-white-teclado\",\r\n    \"pn\": \"RM-TG-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"G1 LED Rainbow, Black and White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g1-black-white-teclado\",\r\n    \"pn\": \"RM-TG-01-BW\"\r\n  },\r\n  {\r\n    \"name\": \"G1 LED Rainbow, White and Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g1-black-and-gray-led-rgb-rainbow\/\",\r\n    \"pn\": \"RM-TG-01-BG\"\r\n  },\r\n  {\r\n    \"name\": \"G1 LED Rainbow, Black and Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/g1-white-and-gray-led-rgb-rainbow\/\",\r\n    \"pn\": \"RM-TG-01-WG\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming vision RGB Black Switch HAIMU Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/streaming-vision-black\",\r\n    \"pn\": \"RM-TCM-VS-BRED\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming vision RGB White Switch HAIMU Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/streaming-vision-white\",\r\n    \"pn\": \"RM-TCM-VS-WRED\"\r\n  },\r\n  {\r\n    \"name\": \"Vektor Black and White magnetic Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-VKT-MGN-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Vektor Black and Gray magnetic Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-VKT-MGN-BG\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 01 Black RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-NV01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 02 Black RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-NV02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Neon 01 Black RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-NE01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Kyron Black RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-KYN-B\"\r\n  },\r\n  {\r\n    \"name\": \"Kyron White RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-KYN-W\"\r\n  },\r\n  {\r\n    \"name\": \"Mirror Black ARGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-MIR-B\"\r\n  },\r\n  {\r\n    \"name\": \"GHOST Black and Gray ARGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-GHT-BG\"\r\n  },\r\n  {\r\n    \"name\": \"GHOST White ARGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-GHT-W\"\r\n  },\r\n  {\r\n    \"name\": \"Ice Cream White RGB Mechanic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/teclado\/\",\r\n    \"pn\": \"RM-TCM-ICE-W\"\r\n  },\r\n  {\r\n    \"name\": \"Office OF 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse-office-of-01-black\",\r\n    \"pn\": \"RM-MO-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Ghost Display Black RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-GHT-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Ghost Display White RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-GHT-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-NV01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-NV01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 02  Black RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-NV02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 02 White RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mouse\/\",\r\n    \"pn\": \"RM-MG-NV02-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Office 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset-office-01-black\/\",\r\n    \"pn\": \"RM-HS-OF-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Office 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pt\/headset\/\",\r\n    \"pn\": \"RM-HS-OF-02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Office 03 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pt\/headset\/\",\r\n    \"pn\": \"RM-HS-OF-03-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset\/\",\r\n    \"pn\": \"RM-HS-NV-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset\/\",\r\n    \"pn\": \"RM-HS-NV-01-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset\/\",\r\n    \"pn\": \"RM-HS-NV-02-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Nova 02 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset\/\",\r\n    \"pn\": \"RM-HS-NV-02-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Pure Sound Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/headset-pure-sound-black\/\",\r\n    \"pn\": \"RM-HS-PS-B\"\r\n  },\r\n  {\r\n    \"name\": \"Kit Gamer\\nGhost Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/combo-gamer\/\",\r\n    \"pn\": \"RM-GGHT-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Kit Gamer\\nGhost White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/combo-gamer\/\",\r\n    \"pn\": \"RM-GGHT-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Aluminum Titan black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suporte-headset-titan-black\",\r\n    \"pn\": \"RM-SHT-A-B\"\r\n  },\r\n  {\r\n    \"name\": \"Titan black ARGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/suporte-headset-titan-black-rgb\",\r\n    \"pn\": \"RM-SHT-ARGB-B\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming Device Vision 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/stream-deck-vision01-black\",\r\n    \"pn\": \"RM-MC-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming Device Vision 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/stream-deck-vision01-white\",\r\n    \"pn\": \"RM-MC-01-W\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming Device Vision 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/stream-deck-vision02-black\",\r\n    \"pn\": \"RM-MC-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming Device Vision Sound 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/stream-deck-visionsound01-black\",\r\n    \"pn\": \"RM-MCS-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Streaming Device Vision Sound 01 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/stream-deck-visionsound01-white\",\r\n    \"pn\": \"RM-MCS-01-W\"\r\n  },\r\n  {\r\n    \"name\": \"Vision 2K Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wc-vision-2K-black\/\",\r\n    \"pn\": \"RM-WECM-2K-B\"\r\n  },\r\n  {\r\n    \"name\": \"Vision 1080p Double Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/webcam\/\",\r\n    \"pn\": \"RM-WECM-1080D-B\"\r\n  },\r\n  {\r\n    \"name\": \"Vision 4K White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/wc-vision-4K-white\/\",\r\n    \"pn\": \"RM-WECM-4K-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-01\/\",\r\n    \"pn\": \"RM-ME-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 02 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-02-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 02 Pink\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-02-PK\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 03 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-03-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 04 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-04\",\r\n    \"pn\": \"RM-ME-04-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 05 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-05-black\",\r\n    \"pn\": \"RM-ME-05-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 05 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-05-white\",\r\n    \"pn\": \"RM-ME-05-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 05 Pink\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-05-pink\",\r\n    \"pn\": \"RM-ME-05-PK\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 06 Black and Ocre\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-06-BOC\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 07 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-07-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 08 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-08-black\",\r\n    \"pn\": \"RM-ME-08-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 08 White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-08-white\",\r\n    \"pn\": \"RM-ME-08-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 08 Pink\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/elite-08-pink\",\r\n    \"pn\": \"RM-ME-08-PK\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 09 Black and Ocre\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-09-BOC\"\r\n  },\r\n  {\r\n    \"name\": \"Elite 10 Black and Ocre\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-ME-010-BOC\"\r\n  },\r\n  {\r\n    \"name\": \"Noisy Cube\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-MNC-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Noisy Cube\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/microfone\/\",\r\n    \"pn\": \"RM-MNC-01-W\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus 500w White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/zeus-500w-white\/\",\r\n    \"pn\": \"RM-PSU-01-WT-500\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus 1000w Platinum\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/zeus-1000w\",\r\n    \"pn\": \"RM-PSU-01-PA-1000\"\r\n  },\r\n  {\r\n    \"name\": \"Zeus 1000w Platinum\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/zeus-1000w\",\r\n    \"pn\": \"RM-PSU-02-PA-1000-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elektra 650w Bronze\\nBlack\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fonte\/\",\r\n    \"pn\": \"RM-PSU-ELK-650-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elektra 650w Bronze\\nWhite\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fonte\/\",\r\n    \"pn\": \"RM-PSU-ELK-650-W\"\r\n  },\r\n  {\r\n    \"name\": \"Elektra 650w Bronze\\nFull Modular Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fonte\/\",\r\n    \"pn\": \"RM-PSU-ELKM-650-B\"\r\n  },\r\n  {\r\n    \"name\": \"Elektra 650w Bronze\\nFull Modular White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/fonte\/\",\r\n    \"pn\": \"RM-PSU-ELKM-650-W\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Black X3 Led RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/base-com-cooler-para-notebook-x3-rgb\/\",\r\n    \"pn\": \"RM-CN-03-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Black X4 Led Blue\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/base-com-cooler-para-notebook-x4\",\r\n    \"pn\": \"RM-CN-04-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Black X5 Led RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/base-com-cooler-para-notebook-x5-rgb\",\r\n    \"pn\": \"RM-CN-05-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Black X6 Led Blue\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/base-com-cooler-para-notebook-x6\",\r\n    \"pn\": \"RM-CN-06-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Gray X7 RGB Carbon steel\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pt\/suportenotebook\/\",\r\n    \"pn\": \"RM-CNC-07-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Galaxy Gray X8 RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/pt\/suportenotebook\/\",\r\n    \"pn\": \"RM-CN-08-RGB\"\r\n  },\r\n  {\r\n    \"name\": \"Full Black 02\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer-full-black-02\",\r\n    \"pn\": \"RM-TPG-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Full Black 01\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer-full-black-01\",\r\n    \"pn\": \"RM-TPG-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Office Mat 01\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer\/\",\r\n    \"pn\": \"RM-TPT-01\"\r\n  },\r\n  {\r\n    \"name\": \"Office Mat 02\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer\/\",\r\n    \"pn\": \"RM-TPT-02\"\r\n  },\r\n  {\r\n    \"name\": \"Office Mat 03\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer\/\",\r\n    \"pn\": \"RM-TPT-03\"\r\n  },\r\n  {\r\n    \"name\": \"Office Mat 04\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer\/\",\r\n    \"pn\": \"RM-TPT-04\"\r\n  },\r\n  {\r\n    \"name\": \"Office Mat 05\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/tapete-gamer\/\",\r\n    \"pn\": \"RM-TPT-05\"\r\n  },\r\n  {\r\n    \"name\": \"AK47 GRAY\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"AK47 RED\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"FULL BLACK\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"SNIPER GRAY\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"SNIPER GREEN\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"M4A1\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"ZERO AZUL\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"ZERO VERDE\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"ZERO VERMELHO\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"ZERO BRANCO\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"N\u00c3O FUME RAM\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"PLANETAS\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"NEON\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"3D 01 WHITE\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"3D 02 BLACK\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"3D 02 WHITE\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"GALAXY RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mousepad\",\r\n    \"pn\": \"900x300x3mm\\nExtended\"\r\n  },\r\n  {\r\n    \"name\": \"Safe 01 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/safe-01-backpack\",\r\n    \"pn\": \"RM-BP-S-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Safe 02 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/safe-02-backpack\",\r\n    \"pn\": \"RM-BP-S-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Safe 03 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/safe-03-backpack\",\r\n    \"pn\": \"RM-BP-S-03-B\"\r\n  },\r\n  {\r\n    \"name\": \"Style 01 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/style-01-backpack\",\r\n    \"pn\": \"RM-BP-ST-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Style 02 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/style-02-backpack\",\r\n    \"pn\": \"RM-BP-ST-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Style 03 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/style-03-backpack\",\r\n    \"pn\": \"RM-BP-ST-03-B\"\r\n  },\r\n  {\r\n    \"name\": \"Trip 01 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/trip-01-backpack\",\r\n    \"pn\": \"RM-BP-T-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Trip 02 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mochilas\/\",\r\n    \"pn\": \"RM-BP-T-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Trip 03 Backpack Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mochilas\/\",\r\n    \"pn\": \"RM-BP-T-03-B\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Black And Blue Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-BB\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 White And Black Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-WB\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Gray And Black Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-GB\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Gray Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-GG\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Black Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Black And White Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-BW\"\r\n  },\r\n  {\r\n    \"name\": \"Z11 Black And Gray Frabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-Z11-BG\"\r\n  },\r\n  {\r\n    \"name\": \"X01 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X01-BK\"\r\n  },\r\n  {\r\n    \"name\": \"X02 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X02-BK\"\r\n  },\r\n  {\r\n    \"name\": \"X02 Black  Fabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X02-BK-FBC\"\r\n  },\r\n  {\r\n    \"name\": \"X02 Gray Fabric\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X02-GR\"\r\n  },\r\n  {\r\n    \"name\": \"X04 Black  Frabic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X04-BK-FBC\"\r\n  },\r\n  {\r\n    \"name\": \"X04 Gray Frabic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X04-GR-FBC\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-BK\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Black and Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-BG\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Black and White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-BW\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Black and Red\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-BR\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Cream\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-CR\"\r\n  },\r\n  {\r\n    \"name\": \"X06 Dark Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiragamer\/\",\r\n    \"pn\": \"RM-CG-X06-DG\"\r\n  },\r\n  {\r\n    \"name\": \"Office 04 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-04-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 07 Gray\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-07-GR\"\r\n  },\r\n  {\r\n    \"name\": \"Office 12 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-12-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 13 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-13-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 14 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-14-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 15 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-15-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office  16 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-16-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office  17 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-17-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 19 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-19-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Office 20 Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/cadeiraoffice\/\",\r\n    \"pn\": \"RM-CO-20-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Desk 03 Black 120cm RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-gamer-03-black\",\r\n    \"pn\": \"RM-TB-03-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Desk 04 Black 140cm RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-gamer-04-black\",\r\n    \"pn\": \"RM-TB-04-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Desk 06 Black  120cm RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-gamer-06-black\",\r\n    \"pn\": \"RM-TB-06-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Desk 07 Black  120cm RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-gamer-07-black\/\",\r\n    \"pn\": \"RM-TB-07-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Desk 08 Black  120cm RGB\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-gamer-08-black\",\r\n    \"pn\": \"RM-TB-08-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit Desk MDF Wood Carbon Fiber\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-01-FB\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit Desk MDF Wood Rustic\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-01-MR\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit Desk MDF Wood Walnut\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-01-MN\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit 02 Desk MDF Wood Carbon Fiber\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-02-BK\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit 02 Desk MDF Wood OAK\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-02-CV\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit 02 Desk MDF Wood Full White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-02-FW\"\r\n  },\r\n  {\r\n    \"name\": \"Lifit 02 Desk MDF Wood Mahogany\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/mesa-lifit\",\r\n    \"pn\": \"RM-ML-02-MO\"\r\n  },\r\n  {\r\n    \"name\": \"Monitor support Iron Lifit Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Suporte-monitor\",\r\n    \"pn\": \"RM-IL-01-B\"\r\n  },\r\n  {\r\n    \"name\": \"Monitor support Iron Lifit White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Suporte-monitor\",\r\n    \"pn\": \"RM-IL-01-W\"\r\n  },\r\n  {\r\n    \"name\": \"Monitor support Dual Iron Lifit Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Suporte-monitor\",\r\n    \"pn\": \"RM-IL-02-B\"\r\n  },\r\n  {\r\n    \"name\": \"Monitor support Dual Iron Lifit White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Suporte-monitor\",\r\n    \"pn\": \"RM-IL-02-W\"\r\n  },\r\n  {\r\n    \"name\": \"Retina 22p Black \\nFlat 100HZ 1920 x 1080p\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/monitor\/\",\r\n    \"pn\": \"RM-MOG-22F100FH-B\"\r\n  },\r\n  {\r\n    \"name\": \"Portavision 14p 1080p 60hz IPS Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/monitor-portatil\",\r\n    \"pn\": \"RM-MPV-14-B-60FH\"\r\n  },\r\n  {\r\n    \"name\": \"Portavision 15,6p 1080p 60hz IPS Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/monitor-portatil\",\r\n    \"pn\": \"RM-MPV-15-B-60FH\"\r\n  },\r\n  {\r\n    \"name\": \"Portavision 15,6p 1080p 144hz IPS Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/monitor-portatil\",\r\n    \"pn\": \"RM-MPV-15-B-144FH\"\r\n  },\r\n  {\r\n    \"name\": \"Lumina\\nWhite Ligth 33CM Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/luminaria-monitor\",\r\n    \"pn\": \"RM-LMF-33-B\"\r\n  },\r\n  {\r\n    \"name\": \"Extensor USB-C 3.0 Gamer HUB 02\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-HUB-02\"\r\n  },\r\n  {\r\n    \"name\": \"Extensor USB-C 3.0 Gamer 7 in 1 HUB 04\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-HUB-04\"\r\n  },\r\n  {\r\n    \"name\": \"Extensor USB-C 3.0 Gamer 11 in 1 HUB 06 Pro\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-HUB-06-PRO\"\r\n  },\r\n  {\r\n    \"name\": \"Extensor USB-C 3.0 Gamer 8 in 1 HUB 08 Pro Screen HDMI 4K\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-HUB-08-PRO\"\r\n  },\r\n  {\r\n    \"name\": \"Secondary Screen Gamer Smart Screen Support 9.2\\\" IPS, USB-C Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-SCP-B\"\r\n  },\r\n  {\r\n    \"name\": \"Secondary Screen Gamer Smart Screen Support 9.2\\\" IPS, USB-C White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-SCP-W\"\r\n  },\r\n  {\r\n    \"name\": \"Screen Gamer Vision Water Cooler, 2.1 IPS Black\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-VS-B\"\r\n  },\r\n  {\r\n    \"name\": \"Screen Gamer Vision Water Cooler, 2.1 IPS White\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/hub-usb\",\r\n    \"pn\": \"RM-VS-W\"\r\n  },\r\n  {\r\n    \"name\": \"Motherboard AMD AM4 B550M\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Motherboard\",\r\n    \"pn\": \"RM-MB-B550-B\"\r\n  },\r\n  {\r\n    \"name\": \"Motherboard INTEL B760 LGA1700\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Motherboard\",\r\n    \"pn\": \"RM-MB-B760-B\"\r\n  },\r\n  {\r\n    \"name\": \"Motherboard INTEL Z790 LGA1701\",\r\n    \"image\": \"\",\r\n    \"url\": \"https:\/\/risemode.com\/Motherboard\",\r\n    \"pn\": \"RM-MB-Z790-B\"\r\n  },\r\n        ];\r\n\r\n        function searchProduct() {\r\n            const query = document.getElementById('searchInput').value.toLowerCase().trim();\r\n\r\n            if (!query) {\r\n                alert('Pesquisa inv\u00e1lida! Por favor, insira um termo de pesquisa.');\r\n                return;\r\n            }\r\n\r\n            const matchingProducts = products.filter(p => \r\n                p.name.toLowerCase().includes(query) || p.pn.toLowerCase().includes(query)\r\n            );\r\n\r\n            const productDisplay = document.getElementById('productDisplay');\r\n            productDisplay.innerHTML = '';\r\n            const bot = document.querySelector('.bot');\r\n            \r\n            if (matchingProducts.length > 0) {\r\n                bot.style.display = 'flex';\r\n                matchingProducts.forEach(product => {\r\n                    const productElement = document.createElement('div');\r\n                    productElement.className = 'product-item';\r\n                    productElement.innerHTML = `\r\n                        <div class=\"product-info\">\r\n                            <h3>${product.name}<\/h3>\r\n                            <p><strong>Part Number:<\/strong> ${product.pn}<\/p>\r\n                            <a href=\"${product.url}\" target=\"_blank\">Ver produto<\/a>\r\n                        <\/div>\r\n                    `;\r\n                    productDisplay.appendChild(productElement);\r\n                });\r\n                productDisplay.style.display = 'grid';\r\n            } else {\r\n                productDisplay.style.display = 'none';\r\n                bot.style.display = 'none';\r\n                alert('Produto n\u00e3o encontrado!');\r\n            }\r\n        }\r\n\r\n        window.onload = function() {\r\n            document.getElementById('productDisplay').style.display = 'none';\r\n            document.querySelector('.bot').style.display = 'none';\r\n        };\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Chatbot de Produtos Moderno Aqui est\u00e1 o resultado da sua pesquisa! Part Number: Ver produto<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rise Search - Rise Mode - Industry<\/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:\/\/risemode.com\/fr\/rise-search\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rise Search - Rise Mode - Industry\" \/>\n<meta property=\"og:description\" content=\"Chatbot de Produtos Moderno Aqui est\u00e1 o resultado da sua pesquisa! Part Number: Ver produto\" \/>\n<meta property=\"og:url\" content=\"https:\/\/risemode.com\/fr\/rise-search\/\" \/>\n<meta property=\"og:site_name\" content=\"Rise Mode - Industry\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/risemode.com.br\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T20:28:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@risemode\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/risemode.com\/rise-search\/\",\"url\":\"https:\/\/risemode.com\/rise-search\/\",\"name\":\"Rise Search - Rise Mode - Industry\",\"isPartOf\":{\"@id\":\"https:\/\/risemode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/risemode.com\/rise-search\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/risemode.com\/rise-search\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png\",\"datePublished\":\"2024-11-05T12:41:19+00:00\",\"dateModified\":\"2026-03-23T20:28:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/risemode.com\/rise-search\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/risemode.com\/rise-search\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/risemode.com\/rise-search\/#primaryimage\",\"url\":\"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png\",\"contentUrl\":\"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/risemode.com\/rise-search\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/risemode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rise Search\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/risemode.com\/#website\",\"url\":\"https:\/\/risemode.com\/\",\"name\":\"Rise Mode - Industry\",\"description\":\"Computer Parts\",\"publisher\":{\"@id\":\"https:\/\/risemode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/risemode.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/risemode.com\/#organization\",\"name\":\"Rise Mode - Industry\",\"url\":\"https:\/\/risemode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/risemode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/risemode.com\/wp-content\/uploads\/2023\/11\/LOGO-RISE-AZUL.png\",\"contentUrl\":\"https:\/\/risemode.com\/wp-content\/uploads\/2023\/11\/LOGO-RISE-AZUL.png\",\"width\":2160,\"height\":2160,\"caption\":\"Rise Mode - Industry\"},\"image\":{\"@id\":\"https:\/\/risemode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/risemode.com.br\",\"https:\/\/x.com\/risemode\",\"https:\/\/www.instagram.com\/rise.mode\/\",\"https:\/\/www.youtube.com\/risemode\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rise Search - Rise Mode - Industry","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:\/\/risemode.com\/fr\/rise-search\/","og_locale":"fr_FR","og_type":"article","og_title":"Rise Search - Rise Mode - Industry","og_description":"Chatbot de Produtos Moderno Aqui est\u00e1 o resultado da sua pesquisa! Part Number: Ver produto","og_url":"https:\/\/risemode.com\/fr\/rise-search\/","og_site_name":"Rise Mode - Industry","article_publisher":"https:\/\/www.facebook.com\/risemode.com.br","article_modified_time":"2026-03-23T20:28:44+00:00","og_image":[{"url":"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png"}],"twitter_card":"summary_large_image","twitter_site":"@risemode","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/risemode.com\/rise-search\/","url":"https:\/\/risemode.com\/rise-search\/","name":"Rise Search - Rise Mode - Industry","isPartOf":{"@id":"https:\/\/risemode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/risemode.com\/rise-search\/#primaryimage"},"image":{"@id":"https:\/\/risemode.com\/rise-search\/#primaryimage"},"thumbnailUrl":"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png","datePublished":"2024-11-05T12:41:19+00:00","dateModified":"2026-03-23T20:28:44+00:00","breadcrumb":{"@id":"https:\/\/risemode.com\/rise-search\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/risemode.com\/rise-search\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/risemode.com\/rise-search\/#primaryimage","url":"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png","contentUrl":"https:\/\/risemode.com\/wp-content\/uploads\/elementor\/thumbs\/rise-search-banner-1-qwm4i61b0hrv86y32xh6td85w9jsjca3ynicog38xs.png"},{"@type":"BreadcrumbList","@id":"https:\/\/risemode.com\/rise-search\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/risemode.com\/"},{"@type":"ListItem","position":2,"name":"Rise Search"}]},{"@type":"WebSite","@id":"https:\/\/risemode.com\/#website","url":"https:\/\/risemode.com\/","name":"Rise Mode - Industry","description":"Computer Parts","publisher":{"@id":"https:\/\/risemode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/risemode.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/risemode.com\/#organization","name":"Rise Mode - Industry","url":"https:\/\/risemode.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/risemode.com\/#\/schema\/logo\/image\/","url":"https:\/\/risemode.com\/wp-content\/uploads\/2023\/11\/LOGO-RISE-AZUL.png","contentUrl":"https:\/\/risemode.com\/wp-content\/uploads\/2023\/11\/LOGO-RISE-AZUL.png","width":2160,"height":2160,"caption":"Rise Mode - Industry"},"image":{"@id":"https:\/\/risemode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/risemode.com.br","https:\/\/x.com\/risemode","https:\/\/www.instagram.com\/rise.mode\/","https:\/\/www.youtube.com\/risemode"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/pages\/12703"}],"collection":[{"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/comments?post=12703"}],"version-history":[{"count":567,"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/pages\/12703\/revisions"}],"predecessor-version":[{"id":25420,"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/pages\/12703\/revisions\/25420"}],"wp:attachment":[{"href":"https:\/\/risemode.com\/fr\/wp-json\/wp\/v2\/media?parent=12703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}