{"product_id":"controlador-controle-remoto-ir-44-teclas-para-fita-led-rgb-12v","title":"Controller + 44-Key IR Remote Control for 12V RGB LED Strip","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026amp;family=Poppins:wght@600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root{\n  --max-blue:#339EFF;\n  --max-blue-light:#7EC3FF;\n  --max-white:#FFFFFF;\n  --max-black:#14161A;\n  --max-text:#5B6676;\n  --max-text-soft:#6B7A8E;\n  --max-soft:#F4FAFF;\n  --max-soft-2:#EDF7FF;\n  --max-border:#D9ECFF;\n  --max-shadow:0 14px 36px rgba(20,22,26,0.08);\n  --max-shadow-soft:0 8px 22px rgba(51,158,255,0.08);\n  --font-title:'Poppins',sans-serif;\n  --font-body:'Inter',sans-serif;\n}\n\n.max-page *{box-sizing:border-box}\n\n.max-page{\n  font-family:var(--font-body);\n  background:radial-gradient(circle at top right, rgba(126,195,255,.22), transparent 24%),linear-gradient(180deg,#fff 0%,#F4FAFF 100%);\n  padding:28px 12px 40px;\n  color:var(--max-text);\n  -webkit-font-smoothing: antialiased;\n}\n\n.max-wrap{max-width:960px;margin:0 auto}\n\n.max-card{\n  background:var(--max-white);\n  border:1px solid var(--max-border);\n  border-radius:24px;\n  box-shadow:var(--max-shadow);\n  padding:36px 28px;\n  margin-bottom:22px;\n  text-align:center;\n  overflow:hidden;\n}\n\n.max-tag{\n  display:inline-flex;\n  padding:9px 18px;\n  border-radius:999px;\n  background:var(--max-soft-2);\n  color:var(--max-blue);\n  border:1px solid var(--max-border);\n  font-family:var(--font-title);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.04em;\n  text-transform:uppercase;\n  margin-bottom:18px;\n}\n\n.max-title{\n  font-family:var(--font-title);\n  font-size:32px;\n  line-height:1.12;\n  font-weight:800;\n  color:var(--max-black);\n  margin:0 auto 14px;\n  max-width:780px;\n  letter-spacing:-.03em;\n}\n\n.max-subtitle{\n  max-width:780px;\n  margin:0 auto 22px;\n  font-size:17px;\n  line-height:1.7;\n  color:var(--max-text-soft);\n}\n\n.max-hidden {\n    display: none !important;\n}\n\n.max-media, .max-img {\n  width:100%;\n  max-width:760px;\n  margin:20px auto 22px;\n  display:block;\n  border-radius:20px;\n  border:1px solid var(--max-border);\n  box-shadow:var(--max-shadow-soft);\n  background:#fff;\n}\n\n.max-text{\n  max-width:800px;\n  margin:0 auto 14px;\n  font-size:15.5px;\n  line-height:1.8;\n  color:var(--max-text);\n  text-align:center;\n}\n\n.max-section-title{\n  font-family:var(--font-title);\n  font-size:27px;\n  line-height:1.15;\n  font-weight:700;\n  color:var(--max-black);\n  margin:0 auto 14px;\n  max-width:760px;\n}\n\n.max-list{\n  list-style:none;\n  padding:0;\n  margin:0 auto 24px;\n  max-width:760px;\n  display:grid;\n  gap:12px;\n}\n\n.max-list li{\n  background:#fff;\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:14px 16px;\n  font-size:15px;\n  font-weight:600;\n  color:var(--max-black);\n  box-shadow:var(--max-shadow-soft);\n  text-align:left;\n}\n\n.max-list li::before{content:\"🌈 \";color:var(--max-blue);font-weight:800}\n\n.max-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n  margin-top:18px;\n}\n\n.max-feature{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:18px;\n  padding:20px 16px;\n  box-shadow:var(--max-shadow-soft);\n  text-align:left;\n}\n\n.max-feature h3{\n  font-family:var(--font-title);\n  font-size:18px;\n  color:var(--max-black);\n  margin:0 0 10px;\n}\n\n.max-feature p{\n  font-size:15px;\n  line-height:1.68;\n  color:var(--max-text);\n  margin:0;\n}\n\n.max-spec-list,.max-kit-list{\n  list-style:none;\n  padding:0;\n  margin:18px auto 0;\n  max-width:760px;\n  display:grid;\n  gap:12px;\n}\n\n.max-spec-list li,.max-kit-list li{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:14px 16px;\n  font-size:15px;\n  color:var(--max-black);\n  text-align:left;\n}\n\n.max-spec-list li::before{content:\"⚙️ \"}\n.max-kit-list li::before{content:\"📦 \"}\n\n.max-highlight{\n  background:#FFF8E8;\n  border:1px solid #F7D78A;\n  border-radius:16px;\n  padding:16px 18px;\n  max-width:760px;\n  margin:18px auto 0;\n  font-size:15px;\n  line-height:1.68;\n  color:#8A6A16;\n  text-align:left;\n}\n\n.max-faq{\n  max-width:760px;\n  margin:0 auto;\n  display:grid;\n  gap:12px;\n}\n\n.max-faq details{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:16px 18px;\n  text-align:left;\n}\n\n.max-faq summary{\n  list-style:none;\n  cursor:pointer;\n  font-weight:700;\n  color:var(--max-black);\n  font-size:16px;\n  display:flex;\n  justify-content:space-between;\n  gap:10px;\n}\n\n.max-faq summary::-webkit-details-marker{display:none}\n.max-faq summary::after{content:\"+\";color:var(--max-blue);font-size:22px;font-weight:800}\n.max-faq details[open] summary::after{content:\"−\"}\n\n.max-faq details p{\n  margin:12px 0 0;\n  color:var(--max-text);\n  font-size:15px;\n  line-height:1.7;\n}\n\n.max-guarantee-item{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:18px;\n  padding:22px 18px;\n  box-shadow:var(--max-shadow-soft);\n  margin-bottom:12px;\n}\n\n.max-footer{\n  background:linear-gradient(180deg,var(--max-black) 0%,#101216 100%);\n}\n\n.max-footer .max-section-title{color:#fff}\n.max-footer .max-text{color:rgba(255,255,255,.82)}\n\n@media(max-width:768px){\n  .max-card{padding:24px 16px;border-radius:18px;margin-bottom:16px}\n  .max-title{font-size:27px}\n  .max-section-title{font-size:23px}\n  .max-subtitle,.max-text{font-size:15px}\n  .max-feature-grid{grid-template-columns:1fr}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"max-page\"\u003e\n\u003cdiv class=\"max-wrap\"\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003cspan class=\"max-tag\"\u003eCustomization and Gaming Atmosphere\u003c\/span\u003e\n\u003ch1 class=\"max-title\"\u003e44-Key RGB Controller for 12V LED Strip\u003c\/h1\u003e\n\u003cp class=\"max-subtitle\"\u003eBring life and color to your spaces with ultimate control. Create unique colors with the DIY function and manage your lighting with absolute precision.\u003c\/p\u003e\n\u003cul class=\"max-list\"\u003e\n\u003cli\u003eDIY Function: 6 memory slots to save your own colors\u003c\/li\u003e\n\u003cli\u003ePlug \u0026amp; Play Installation: Connect and use (No loose wires)\u003c\/li\u003e\n\u003cli\u003eTotal Control: 20 preset colors and rhythmic effects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"44-Key RGB LED Remote Control\" class=\"max-media max-hidden\"\u003e\n\u003cp class=\"max-text\"\u003eThis controller is the true \"brain\" for anyone looking to elevate their décor. Compatible with 3528 and 5050 LED strips, it allows you to transform coves, furniture, and gaming setups into unique visual experiences.\u003c\/p\u003e\n\u003cp class=\"max-text\"\u003eUnlike conventional models, the 44-key controller offers a massive range of combinations and smooth transitions, allowing you to adjust brightness intensity to create anything from a relaxing ambiance to a vibrant party mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eMaster the color palette\u003c\/h2\u003e\n\u003cimg alt=\"RGB light effects\" class=\"max-img max-hidden\"\u003e\n\u003cdiv class=\"max-feature-grid\"\u003e\n\u003cdiv class=\"max-feature\"\u003e\n\u003ch3\u003eDIY Customization\u003c\/h3\u003e\n\u003cp\u003eManually adjust the Red, Green, and Blue levels to create unique shades and save them to the 6 dedicated memory buttons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-feature\"\u003e\n\u003ch3\u003eDynamic Effects\u003c\/h3\u003e\n\u003cp\u003eChoose between Flash, Strobe, Fade, or Smooth modes for automatic color transitions that instantly change the room's mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-feature\"\u003e\n\u003ch3\u003eBrightness Control\u003c\/h3\u003e\n\u003cp\u003eAdjust light intensity with precision. Perfect for use as TV backlighting or as primary accent lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-feature\"\u003e\n\u003ch3\u003eUniversal Connection\u003c\/h3\u003e\n\u003cp\u003eDesigned for 4-pin RGB strips. The standard 12V connector ensures compatibility with most power supplies and strips on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cul class=\"max-spec-list\"\u003e\n\u003cli\u003eCompatibility: 3528 \/ 5050 RGB LED Strips (4-pin)\u003c\/li\u003e\n\u003cli\u003ePower Supply: 12V DC (Input and Output)\u003c\/li\u003e\n\u003cli\u003eCapacity: Maximum current of 6A (72W)\u003c\/li\u003e\n\u003cli\u003eInterface: 44 Multifunction Keys\u003c\/li\u003e\n\u003cli\u003eControl Signal: Infrared (IR)\u003c\/li\u003e\n\u003cli\u003eRange: Up to 5 meters distance\u003c\/li\u003e\n\u003cli\u003eMemory: 6 DIY Keys for custom colors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px;\" class=\"max-highlight\"\u003e\n\u003cb\u003eMax's Tip:\u003c\/b\u003e When installing, make sure to align the arrow on the controller's connector with the arrow on your LED strip. This is key to ensuring color commands work perfectly without inversions!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eWhat's included in the package\u003c\/h2\u003e\n\u003cul class=\"max-kit-list\"\u003e\n\u003cli\u003e1 x 12V RGB LED Strip Controller\u003c\/li\u003e\n\u003cli\u003e1 x 44-Key Infrared Remote Control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"max-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it work with any LED strip?\u003c\/summary\u003e\n\u003cp\u003eThis model is specific for RGB (colored) LED strips that use a 4-pin connection and operate at 12V. It is not compatible with single-color LED strips or 110\/220V strips.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the DIY buttons for?\u003c\/summary\u003e\n\u003cp\u003eDIY stands for \"Do It Yourself.\" They allow you to mix basic colors to achieve a specific shade and save that color to use whenever you want with a single click.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the remote come with a battery?\u003c\/summary\u003e\n\u003cp\u003eYes, the remote includes a standard lithium battery so you can modernize your lighting as soon as the product arrives.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eWarranty and Reliability\u003c\/h2\u003e\n\u003cdiv class=\"max-guarantee-item\"\u003e\n\u003ch3 style=\"font-family: var(--font-title); font-size: 18px; color: var(--max-black); margin: 0 0 8px;\"\u003eMax Renovação Standard\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 15px; line-height: 1.65;\"\u003eAll our electronic components undergo signal tests to ensure that your remote and controller work in total harmony.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"max-card max-footer\"\u003e\n\u003ch2 class=\"max-section-title\"\u003eTransform your atmosphere today\u003c\/h2\u003e\n\u003cp class=\"max-text\"\u003eGet your 44-Key Controller and have the power of colors in the palm of your hand. Technology and style for those who seek the best.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Seu Armazem Drop","offers":[{"title":"Controller + Remote Control","offer_id":47846738362506,"sku":"SAD13980","price":28.28,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2502\/1322\/files\/1769099445-0.png?v=1773950768","url":"https:\/\/www.maxrenovacao.com.br\/en\/products\/controlador-controle-remoto-ir-44-teclas-para-fita-led-rgb-12v","provider":"Max Renovação","version":"1.0","type":"link"}