{"product_id":"smart-rgb-led-strip-lights-app-controlled-music-sync-ambient-lighting","title":"Smart RGB LED Strip Lights – App-Controlled Music Sync Ambient Lighting","description":"\u003cstyle\u003e\n\/* =========================================================\n   SMART RGB LED STRIP LIGHTS\n   MOBILE-FIRST \/ US MARKET\n   PURE HTML + CSS\n========================================================= *\/\n\n.rgb-page,\n.rgb-page * {\n  box-sizing: border-box;\n}\n\n.rgb-page {\n  --dark:#090b10;\n  --dark2:#11151f;\n  --purple:#6955ef;\n  --purple2:#a151ef;\n  --soft:#f6f7fa;\n  --text:#1f222b;\n  --muted:#5f6673;\n  --white:#ffffff;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  overflow:hidden;\n  background:#fff;\n  color:var(--text);\n  font-family:inherit;\n  line-height:1.6;\n}\n\n.rgb-page *,\n.rgb-page *:before,\n.rgb-page *:after {\n  box-sizing:border-box;\n}\n\n.rgb-page h2,\n.rgb-page h3,\n.rgb-page p {\n  margin-top:0;\n}\n\n.rgb-section {\n  padding:38px 16px;\n}\n\n.rgb-center {\n  text-align:center;\n}\n\n.rgb-eyebrow {\n  display:inline-block;\n  margin-bottom:9px;\n  font-size:12px;\n  line-height:1.35;\n  font-weight:900;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.rgb-title {\n  max-width:650px;\n  margin:0 auto 13px;\n  color:#181b23;\n  font-size:30px;\n  line-height:1.12;\n  font-weight:850;\n  letter-spacing:-.45px;\n}\n\n.rgb-copy {\n  max-width:610px;\n  margin:0 auto;\n  color:#5d6470;\n  font-size:15px;\n  line-height:1.68;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.rgb-hero {\n  position:relative;\n  overflow:hidden;\n  padding:40px 16px 34px;\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(circle at 15% 15%,rgba(0,166,255,.28),transparent 31%),\n    radial-gradient(circle at 88% 25%,rgba(255,0,174,.24),transparent 32%),\n    radial-gradient(circle at 50% 100%,rgba(122,65,255,.28),transparent 36%),\n    #090b10;\n}\n\n.rgb-hero:before {\n  content:\"\";\n  position:absolute;\n  left:-8%;\n  right:-8%;\n  top:73px;\n  height:5px;\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #ff466d,\n      #ffb932,\n      #efe747,\n      #40e881,\n      #28c9ff,\n      #765fff,\n      #e14cff,\n      #ff466d\n    );\n\n  box-shadow:\n    0 0 9px rgba(255,255,255,.75),\n    0 0 22px rgba(74,168,255,.55);\n\n  transform:rotate(-3deg);\n}\n\n.rgb-hero-inner {\n  position:relative;\n  z-index:2;\n}\n\n.rgb-hero .rgb-eyebrow {\n  color:#d8ddff;\n}\n\n.rgb-hero h2 {\n  max-width:680px;\n  margin:0 auto 14px;\n  color:#fff;\n  font-size:34px;\n  line-height:1.06;\n  letter-spacing:-.8px;\n}\n\n.rgb-gradient-text {\n  display:block;\n  margin-top:5px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #7bd9ff,\n      #b790ff,\n      #ff88c5,\n      #ffd46c\n    );\n\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.rgb-hero p {\n  max-width:590px;\n  margin:0 auto;\n  color:#e2e5ee;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.rgb-chips {\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:8px;\n  margin-top:21px;\n}\n\n.rgb-chip {\n  padding:9px 12px;\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:999px;\n  background:rgba(255,255,255,.09);\n  color:#fff;\n  font-size:12px;\n  line-height:1.2;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   ROOM VISUAL\n========================================================= *\/\n\n.rgb-demo {\n  padding:20px 12px 34px;\n  background:#090b10;\n}\n\n.rgb-room {\n  position:relative;\n  min-height:275px;\n  overflow:hidden;\n\n  border:1px solid rgba(255,255,255,.12);\n  border-radius:20px;\n\n  background:\n    radial-gradient(circle at 20% 20%,rgba(0,165,255,.18),transparent 30%),\n    radial-gradient(circle at 85% 20%,rgba(255,0,150,.18),transparent 30%),\n    linear-gradient(160deg,#171b27 0%,#0d1018 72%);\n}\n\n.rgb-light-top,\n.rgb-light-left,\n.rgb-light-right {\n  position:absolute;\n  border-radius:999px;\n\n  box-shadow:\n    0 0 8px #fff,\n    0 0 19px rgba(51,190,255,.75);\n}\n\n.rgb-light-top {\n  left:5%;\n  right:5%;\n  top:18px;\n  height:4px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #ff3f66,\n      #ffbd33,\n      #3ee478,\n      #29c8ff,\n      #7d61ff,\n      #ef48dd\n    );\n}\n\n.rgb-light-left {\n  left:18px;\n  top:18px;\n  bottom:27px;\n  width:4px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #ff3f66,\n      #ffbd33,\n      #3ee478,\n      #29c8ff,\n      #7d61ff\n    );\n}\n\n.rgb-light-right {\n  right:18px;\n  top:18px;\n  bottom:27px;\n  width:4px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #ef48dd,\n      #7d61ff,\n      #29c8ff,\n      #3ee478,\n      #ffbd33\n    );\n}\n\n.rgb-screen {\n  position:absolute;\n  left:50%;\n  top:72px;\n  width:55%;\n  height:105px;\n\n  transform:translateX(-50%);\n\n  border:5px solid #252b37;\n  border-radius:8px;\n\n  background:\n    radial-gradient(circle at 60% 35%,rgba(98,64,255,.8),transparent 30%),\n    radial-gradient(circle at 30% 70%,rgba(0,177,255,.65),transparent 33%),\n    #080a10;\n}\n\n.rgb-desk {\n  position:absolute;\n  left:18%;\n  right:18%;\n  top:188px;\n  height:13px;\n  border-radius:4px;\n  background:#4b3c34;\n}\n\n.rgb-desk:after {\n  content:\"\";\n  position:absolute;\n  left:10%;\n  right:10%;\n  top:13px;\n  height:43px;\n  border-left:7px solid #332a25;\n  border-right:7px solid #332a25;\n}\n\n.rgb-controller {\n  position:absolute;\n  left:50%;\n  top:215px;\n\n  transform:translateX(-50%);\n\n  padding:8px 12px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:999px;\n\n  color:#fff;\n  background:rgba(0,0,0,.52);\n\n  font-size:11px;\n  font-weight:850;\n}\n\n.rgb-demo-caption {\n  padding:15px 6px 0;\n  color:#d2d6e0;\n  text-align:center;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   BEFORE \/ AFTER\n========================================================= *\/\n\n.rgb-transform {\n  background:#f6f7fa;\n}\n\n.rgb-transform .rgb-eyebrow {\n  color:#5f53df;\n}\n\n.rgb-before-after {\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:23px;\n}\n\n.rgb-state {\n  min-height:130px;\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  padding:18px 13px;\n  border-radius:16px;\n  text-align:center;\n}\n\n.rgb-state.before {\n  border:1px solid #dfe2e8;\n  background:#fff;\n}\n\n.rgb-state.after {\n  color:#fff;\n\n  background:\n    radial-gradient(circle at 15% 20%,rgba(0,181,255,.25),transparent 35%),\n    radial-gradient(circle at 85% 70%,rgba(236,57,255,.22),transparent 35%),\n    #151924;\n}\n\n.rgb-state-icon {\n  margin-bottom:7px;\n  font-size:31px;\n}\n\n.rgb-state strong {\n  display:block;\n  margin-bottom:4px;\n  font-size:16px;\n}\n\n.rgb-state.before strong {\n  color:#222631;\n}\n\n.rgb-state.after strong {\n  color:#fff;\n}\n\n.rgb-state span {\n  max-width:300px;\n  font-size:13px;\n  line-height:1.55;\n}\n\n.rgb-state.before span {\n  color:#666d79;\n}\n\n.rgb-state.after span {\n  color:#e1e4ed;\n}\n\n.rgb-arrow {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  height:28px;\n\n  color:#6955ef;\n  font-size:27px;\n  font-weight:900;\n\n  transform:rotate(90deg);\n}\n\n\n\/* =========================================================\n   FEATURES\n========================================================= *\/\n\n.rgb-features {\n  color:#fff;\n  background:#0e1119;\n}\n\n.rgb-features .rgb-eyebrow {\n  color:#b7c3ff;\n}\n\n.rgb-features .rgb-title {\n  color:#fff;\n}\n\n.rgb-features .rgb-copy {\n  color:#d0d4df;\n}\n\n.rgb-feature-grid {\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:25px;\n}\n\n.rgb-feature {\n  padding:17px 14px;\n\n  border:1px solid rgba(255,255,255,.10);\n  border-radius:15px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.065),\n      rgba(255,255,255,.025)\n    );\n}\n\n.rgb-feature-row {\n  display:grid;\n  grid-template-columns:48px 1fr;\n  gap:12px;\n  align-items:start;\n}\n\n.rgb-feature-icon {\n  width:46px;\n  height:46px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:12px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #604aff,\n      #bc4eff\n    );\n\n  font-size:21px;\n}\n\n.rgb-feature strong {\n  display:block;\n  margin-bottom:4px;\n  color:#fff;\n  font-size:15px;\n  line-height:1.35;\n}\n\n.rgb-feature p {\n  margin:0;\n  color:#d0d4de;\n  font-size:13px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   MUSIC\n========================================================= *\/\n\n.rgb-music {\n  padding:41px 16px;\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(circle at 50% 110%,rgba(124,75,255,.42),transparent 46%),\n    #171123;\n}\n\n.rgb-music .rgb-eyebrow {\n  color:#c8b8ff;\n}\n\n.rgb-music-bars {\n  height:62px;\n  display:flex;\n  align-items:flex-end;\n  justify-content:center;\n  gap:5px;\n  margin:17px auto 18px;\n}\n\n.rgb-music-bars span {\n  width:6px;\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #ff64d8,\n      #676cff,\n      #41c9ff\n    );\n}\n\n.rgb-music-bars span:nth-child(1){height:20px;}\n.rgb-music-bars span:nth-child(2){height:36px;}\n.rgb-music-bars span:nth-child(3){height:53px;}\n.rgb-music-bars span:nth-child(4){height:28px;}\n.rgb-music-bars span:nth-child(5){height:60px;}\n.rgb-music-bars span:nth-child(6){height:43px;}\n.rgb-music-bars span:nth-child(7){height:55px;}\n.rgb-music-bars span:nth-child(8){height:31px;}\n.rgb-music-bars span:nth-child(9){height:47px;}\n.rgb-music-bars span:nth-child(10){height:25px;}\n\n.rgb-music h2 {\n  max-width:620px;\n  margin:0 auto 11px;\n\n  color:#fff;\n  font-size:29px;\n  line-height:1.13;\n}\n\n.rgb-music p {\n  max-width:560px;\n  margin:0 auto;\n\n  color:#dad7e6;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LENGTH\n========================================================= *\/\n\n.rgb-length {\n  background:#fff;\n}\n\n.rgb-length .rgb-eyebrow {\n  color:#5f53df;\n}\n\n.rgb-length-list {\n  display:grid;\n  gap:11px;\n  margin-top:24px;\n}\n\n.rgb-length-card {\n  overflow:hidden;\n\n  border:1px solid #dfe2e8;\n  border-radius:16px;\n\n  background:#fff;\n\n  box-shadow:0 7px 20px rgba(30,34,45,.05);\n}\n\n.rgb-length-size {\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  padding:15px 16px;\n\n  color:#fff;\n\n  background:\n    linear-gradient(\n      110deg,\n      #5148dd,\n      #9256ee\n    );\n}\n\n.rgb-length-size strong {\n  font-size:24px;\n  line-height:1;\n}\n\n.rgb-length-size span {\n  color:#fff;\n  font-size:14px;\n  font-weight:750;\n}\n\n.rgb-length-info {\n  padding:15px 16px 17px;\n}\n\n.rgb-length-info strong {\n  display:block;\n  margin-bottom:4px;\n\n  color:#222630;\n  font-size:16px;\n}\n\n.rgb-length-info p {\n  margin:0;\n\n  color:#626976;\n  font-size:13px;\n  line-height:1.6;\n}\n\n.rgb-length-note {\n  margin-top:13px;\n  padding:13px 14px;\n\n  border-radius:12px;\n\n  color:#656b77;\n  background:#f2f4f7;\n\n  font-size:12px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.rgb-install {\n  background:#f6f7fa;\n}\n\n.rgb-install .rgb-eyebrow {\n  color:#5f53df;\n}\n\n.rgb-steps {\n  display:grid;\n  gap:10px;\n  margin-top:23px;\n}\n\n.rgb-step {\n  display:grid;\n  grid-template-columns:46px 1fr;\n  gap:12px;\n  align-items:center;\n\n  padding:15px;\n\n  border:1px solid #dfe2e8;\n  border-radius:15px;\n\n  background:#fff;\n}\n\n.rgb-step-num {\n  width:44px;\n  height:44px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  color:#fff;\n  background:\n    linear-gradient(\n      145deg,\n      #5148dd,\n      #9a4fff\n    );\n\n  font-size:17px;\n  font-weight:900;\n}\n\n.rgb-step strong {\n  display:block;\n  margin-bottom:3px;\n\n  color:#222630;\n  font-size:15px;\n}\n\n.rgb-step p {\n  margin:0;\n\n  color:#626976;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SCENES\n========================================================= *\/\n\n.rgb-scenes {\n  color:#fff;\n  background:#0e1119;\n}\n\n.rgb-scenes .rgb-eyebrow {\n  color:#bac5ff;\n}\n\n.rgb-scenes .rgb-title {\n  color:#fff;\n}\n\n.rgb-scenes .rgb-copy {\n  color:#d0d4df;\n}\n\n.rgb-scene-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:9px;\n  margin-top:23px;\n}\n\n.rgb-scene {\n  padding:18px 8px;\n\n  border:1px solid rgba(255,255,255,.10);\n  border-radius:14px;\n\n  text-align:center;\n\n  background:rgba(255,255,255,.05);\n}\n\n.rgb-scene span {\n  display:block;\n  margin-bottom:6px;\n  font-size:25px;\n}\n\n.rgb-scene strong {\n  display:block;\n\n  color:#fff;\n  font-size:13px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   CONTROL\n========================================================= *\/\n\n.rgb-control {\n  background:#fff;\n}\n\n.rgb-control .rgb-eyebrow {\n  color:#5f53df;\n}\n\n.rgb-control-grid {\n  display:grid;\n  grid-template-columns:1fr;\n  gap:9px;\n  margin-top:22px;\n}\n\n.rgb-control-item {\n  display:grid;\n  grid-template-columns:46px 1fr;\n  gap:12px;\n  align-items:center;\n\n  padding:14px;\n\n  border:1px solid #dfe2e8;\n  border-radius:14px;\n\n  background:#fafbfc;\n}\n\n.rgb-control-item span {\n  font-size:25px;\n}\n\n.rgb-control-item strong {\n  display:block;\n  margin-bottom:2px;\n\n  color:#222630;\n  font-size:15px;\n}\n\n.rgb-control-item p {\n  margin:0;\n\n  color:#666d79;\n  font-size:13px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.rgb-note-section {\n  padding:30px 15px;\n  background:#f6f7fa;\n}\n\n.rgb-note {\n  padding:17px 15px;\n\n  border:1px solid #dfe2e8;\n  border-radius:15px;\n\n  background:#fff;\n}\n\n.rgb-note strong {\n  display:block;\n  margin-bottom:7px;\n\n  color:#232730;\n  font-size:15px;\n}\n\n.rgb-note p {\n  margin:0;\n\n  color:#606773;\n  font-size:13px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.rgb-faq {\n  background:#fff;\n}\n\n.rgb-faq .rgb-eyebrow {\n  color:#5f53df;\n}\n\n.rgb-faq-list {\n  display:grid;\n  gap:9px;\n  margin-top:22px;\n}\n\n.rgb-faq details {\n  overflow:hidden;\n\n  border:1px solid #dfe2e8;\n  border-radius:14px;\n\n  background:#fafbfc;\n}\n\n.rgb-faq summary {\n  position:relative;\n\n  padding:16px 45px 16px 15px;\n\n  color:#232730;\n\n  font-size:14px;\n  line-height:1.45;\n  font-weight:800;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.rgb-faq summary::-webkit-details-marker {\n  display:none;\n}\n\n.rgb-faq summary:after {\n  content:\"+\";\n\n  position:absolute;\n  top:50%;\n  right:15px;\n\n  transform:translateY(-50%);\n\n  color:#6859ee;\n  font-size:23px;\n  font-weight:500;\n}\n\n.rgb-faq details[open] summary:after {\n  content:\"−\";\n}\n\n.rgb-faq-answer {\n  padding:0 15px 16px;\n\n  color:#5f6672;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.rgb-final {\n  padding:45px 16px 35px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(circle at 18% 10%,rgba(0,180,255,.25),transparent 34%),\n    radial-gradient(circle at 82% 20%,rgba(244,43,255,.23),transparent 35%),\n    #090b11;\n}\n\n.rgb-final-glow {\n  width:120px;\n  height:5px;\n\n  margin:0 auto 18px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #ff4d6d,\n      #ffd33d,\n      #3de985,\n      #29c7ff,\n      #8c59ff,\n      #ed4bd8\n    );\n\n  box-shadow:\n    0 0 10px rgba(255,255,255,.7),\n    0 0 25px rgba(104,89,238,.55);\n}\n\n.rgb-final-small {\n  margin-bottom:8px;\n\n  color:#d3d8ef;\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.rgb-final h2 {\n  max-width:650px;\n  margin:0 auto 11px;\n\n  color:#fff;\n\n  font-size:31px;\n  line-height:1.1;\n}\n\n.rgb-final p {\n  max-width:550px;\n  margin:0 auto;\n\n  color:#d7dae3;\n\n  font-size:14px;\n  line-height:1.65;\n}\n\n.rgb-cta {\n  width:100%;\n  max-width:420px;\n  min-height:54px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  margin:21px auto 0;\n  padding:14px 20px;\n\n  border-radius:999px;\n\n  color:#fff !important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #5646e8,\n      #a64ce9\n    );\n\n  box-shadow:\n    0 10px 28px rgba(106,72,233,.35);\n\n  font-size:15px;\n  font-weight:900;\n  text-decoration:none !important;\n}\n\n.rgb-final-note {\n  margin-top:11px;\n\n  color:#aeb4c1;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   DESKTOP \/ TABLET\n========================================================= *\/\n\n@media(min-width:641px) {\n\n  .rgb-section {\n    padding:48px 22px;\n  }\n\n  .rgb-feature-grid {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .rgb-before-after {\n    grid-template-columns:1fr 50px 1fr;\n  }\n\n  .rgb-arrow {\n    transform:none;\n    height:auto;\n  }\n\n  .rgb-control-grid {\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .rgb-control-item {\n    display:block;\n    text-align:center;\n  }\n\n  .rgb-control-item span {\n    display:block;\n    margin-bottom:7px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"rgb-page\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"rgb-hero\"\u003e\n\u003cdiv class=\"rgb-hero-inner\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eSmart Lighting · Instant Atmosphere\u003c\/div\u003e\n\u003ch2\u003eOne Strip. \u003cspan class=\"rgb-gradient-text\"\u003e A Completely Different Room. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eChange the color, brightness and mood of your room from your phone or remote — then switch on music mode when you want the lights to react to the beat.\u003c\/p\u003e\n\u003cdiv class=\"rgb-chips\"\u003e\n\u003cspan class=\"rgb-chip\"\u003e 📱 App Control \u003c\/span\u003e \u003cspan class=\"rgb-chip\"\u003e 🎵 Music Sync \u003c\/span\u003e \u003cspan class=\"rgb-chip\"\u003e 🌈 16M Colors \u003c\/span\u003e \u003cspan class=\"rgb-chip\"\u003e ⏰ Timer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     ROOM VISUAL\n===================================================== --\u003e\n\u003csection class=\"rgb-demo\"\u003e\n\u003cdiv class=\"rgb-room\"\u003e\n\u003cdiv class=\"rgb-light-top\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-light-left\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-light-right\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-screen\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-desk\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-controller\"\u003eAPP · REMOTE · MUSIC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-demo-caption\"\u003eBedroom, gaming setup, TV wall or party space — one strip can completely change the atmosphere.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     TRANSFORMATION\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-transform\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eInstant Transformation\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eFrom Plain Room to Full Vibe in Seconds\u003c\/h2\u003e\n\u003cp class=\"rgb-copy\"\u003eChange the feeling of your space without repainting, remodeling or buying a completely new setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-before-after\"\u003e\n\u003cdiv class=\"rgb-state before\"\u003e\n\u003cdiv class=\"rgb-state-icon\"\u003e🛏️\u003c\/div\u003e\n\u003cstrong\u003e Before \u003c\/strong\u003e \u003cspan\u003e One room. One overhead light. Not much atmosphere. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"rgb-state after\"\u003e\n\u003cdiv class=\"rgb-state-icon\"\u003e🌈\u003c\/div\u003e\n\u003cstrong\u003e After \u003c\/strong\u003e \u003cspan\u003e Color, mood and a completely different feeling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FEATURES\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-features\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eMore Than On \u0026amp; Off\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eYour Lighting. Your Mood. Your Control.\u003c\/h2\u003e\n\u003cp class=\"rgb-copy\"\u003ePick a color, adjust the brightness, set a timer or switch to music mode without leaving your seat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature-grid\"\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e📱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Smart App Control \u003c\/strong\u003e\n\u003cp\u003eControl colors, brightness and lighting modes directly from your smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e🎛️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Remote Control \u003c\/strong\u003e\n\u003cp\u003eMake quick everyday adjustments without needing to open your phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e🎵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Music Sync \u003c\/strong\u003e\n\u003cp\u003eLet the lighting respond to sound for parties, gaming nights and music sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e⏰\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Timer Function \u003c\/strong\u003e\n\u003cp\u003eSet lighting schedules so your room can light up around your routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e🌈\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Millions of Colors \u003c\/strong\u003e\n\u003cp\u003eGo bold, warm, soft or colorful depending on the mood you want.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-feature\"\u003e\n\u003cdiv class=\"rgb-feature-row\"\u003e\n\u003cdiv class=\"rgb-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Adjustable Brightness \u003c\/strong\u003e\n\u003cp\u003eKeep it bright for parties or dim it down for movies, late nights and relaxing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     MUSIC\n===================================================== --\u003e\n\u003csection class=\"rgb-music\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eFeel the Beat\u003c\/div\u003e\n\u003cdiv class=\"rgb-music-bars\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTurn Your Music Into Part of the Lighting.\u003c\/h2\u003e\n\u003cp\u003eSwitch to music-sync mode and add reactive color to parties, gaming sessions, movie nights and everyday playlists.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     LENGTH\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-length\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eChoose Your Coverage\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eWhich Length Fits Your Space?\u003c\/h2\u003e\n\u003cp class=\"rgb-copy\"\u003eMeasure the area you want to illuminate, then choose the total strip length that works best for your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-list\"\u003e\n\u003cdiv class=\"rgb-length-card\"\u003e\n\u003cdiv class=\"rgb-length-size\"\u003e\n\u003cstrong\u003e 50FT \u003c\/strong\u003e \u003cspan\u003e ≈ 15.2M \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-info\"\u003e\n\u003cstrong\u003e Compact Setup \u003c\/strong\u003e\n\u003cp\u003eGreat for a bedroom wall, TV area, desk setup, headboard or smaller accent-lighting project.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-card\"\u003e\n\u003cdiv class=\"rgb-length-size\"\u003e\n\u003cstrong\u003e 100FT \u003c\/strong\u003e \u003cspan\u003e ≈ 30.5M \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-info\"\u003e\n\u003cstrong\u003e More Room Coverage \u003c\/strong\u003e\n\u003cp\u003eA versatile choice for larger bedrooms, gaming spaces or more complete perimeter lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-card\"\u003e\n\u003cdiv class=\"rgb-length-size\"\u003e\n\u003cstrong\u003e 200FT \u003c\/strong\u003e \u003cspan\u003e ≈ 61M \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-info\"\u003e\n\u003cstrong\u003e Maximum Coverage \u003c\/strong\u003e\n\u003cp\u003eBetter suited to larger spaces, multiple wall sections, party setups or users who want significantly more lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-length-note\"\u003eMetric figures are approximate. Measure your installation area before choosing a length.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     INSTALLATION\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-install\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eEasy Room Upgrade\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003ePeel. Stick. Connect. Glow.\u003c\/h2\u003e\n\u003cp class=\"rgb-copy\"\u003ePlan your layout first, then install the strip onto a clean, dry and smooth surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-steps\"\u003e\n\u003cdiv class=\"rgb-step\"\u003e\n\u003cdiv class=\"rgb-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Clean the Surface \u003c\/strong\u003e\n\u003cp\u003eRemove dust, moisture and grease before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-step\"\u003e\n\u003cdiv class=\"rgb-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Plan Your Layout \u003c\/strong\u003e\n\u003cp\u003eMeasure first and decide exactly where the strip will run.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-step\"\u003e\n\u003cdiv class=\"rgb-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Peel \u0026amp; Press \u003c\/strong\u003e\n\u003cp\u003eApply gradually and press the strip firmly onto the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-step\"\u003e\n\u003cdiv class=\"rgb-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Connect \u0026amp; Customize \u003c\/strong\u003e\n\u003cp\u003ePower on and choose the color or mode that fits your mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     USE CASES\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-scenes\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eOne Light · Different Moods\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eMake the Room Match the Moment\u003c\/h2\u003e\n\u003cp class=\"rgb-copy\"\u003eBright when you want energy. Soft when you want to relax.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene-grid\"\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e🛏️\u003c\/span\u003e \u003cstrong\u003eBedroom\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e🎮\u003c\/span\u003e \u003cstrong\u003eGaming Setup\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e📺\u003c\/span\u003e \u003cstrong\u003eTV \u0026amp; Movies\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e🎉\u003c\/span\u003e \u003cstrong\u003eParties\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e🎄\u003c\/span\u003e \u003cstrong\u003eHoliday Decor\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-scene\"\u003e\n\u003cspan\u003e🎵\u003c\/span\u003e \u003cstrong\u003eMusic Nights\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CONTROL\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-control\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eControl It Your Way\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eEasy Controls for Everyday Use\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-control-grid\"\u003e\n\u003cdiv class=\"rgb-control-item\"\u003e\n\u003cspan\u003e 📱 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e App Control \u003c\/strong\u003e\n\u003cp\u003eAccess colors, brightness and lighting modes from your phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-control-item\"\u003e\n\u003cspan\u003e 🎛️ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Remote \u003c\/strong\u003e\n\u003cp\u003eMake quick changes without opening your phone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-control-item\"\u003e\n\u003cspan\u003e 🎵 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Music Mode \u003c\/strong\u003e\n\u003cp\u003eAdd sound-reactive lighting when you want more energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMPORTANT NOTE\n===================================================== --\u003e\n\u003csection class=\"rgb-note-section\"\u003e\n\u003cdiv class=\"rgb-note\"\u003e\n\u003cstrong\u003e For Best Results \u003c\/strong\u003e\n\u003cp\u003eInstall the light strip on a clean, dry and smooth surface. Plan your layout before removing the adhesive backing and use the included compatible power adapter and controller with the lights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"rgb-section rgb-faq\"\u003e\n\u003cdiv class=\"rgb-center\"\u003e\n\u003cdiv class=\"rgb-eyebrow\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch2 class=\"rgb-title\"\u003eGood to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rgb-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I control the lights with my phone?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eYes. Use the compatible app to change colors, brightness and available lighting modes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include remote control?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eYes. You can make quick adjustments with the included compatible remote control.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the lights react to music?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eYes. Music-sync mode allows the lighting to respond to sound, making it ideal for parties, gaming and music setups.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat lengths are available?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eAvailable options include 50FT, 100FT and 200FT — approximately 15.2m, 30.5m and 61m.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich length should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eMeasure the area you plan to illuminate before ordering. Choose a longer option if you want to cover several walls or a larger room.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat surface works best?\u003c\/summary\u003e\n\u003cdiv class=\"rgb-faq-answer\"\u003eAdhesive performs best on clean, dry and smooth surfaces. Rough, dusty or heavily textured surfaces can reduce adhesion.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"rgb-final\"\u003e\n\u003cdiv class=\"rgb-final-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rgb-final-small\"\u003e50FT · 100FT · 200FT\u003c\/div\u003e\n\u003ch2\u003eGive Your Room the Mood You've Been Missing.\u003c\/h2\u003e\n\u003cp\u003ePick your length, choose your colors and turn an ordinary room into a space that feels completely different.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"rgb-cta\"\u003e Choose Your Length → \u003c\/a\u003e\n\u003cdiv class=\"rgb-final-note\"\u003eTap to return to the product options above\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Lurevixea","offers":[{"title":"100FT","offer_id":54368340017263,"sku":"SZ06012609232868-30M+24V电源+44蓝牙音乐控制器-美规","price":38.99,"currency_code":"USD","in_stock":true},{"title":"200FT","offer_id":54368340050031,"sku":"SZ06012609232868-60M+24V电源+44蓝牙音乐控制器-美规","price":42.99,"currency_code":"USD","in_stock":true},{"title":"50FT","offer_id":54368340082799,"sku":"SZ06012609232868-15M+24V电源+44蓝牙音乐控制器-美规","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/2790\/8719\/files\/5dc8403f93fc457183c1f001c4adc60a_tplv-fhlh96nyum-resize-webp_800_800.webp?v=1790132959","url":"https:\/\/lurevixea.com\/products\/smart-rgb-led-strip-lights-app-controlled-music-sync-ambient-lighting","provider":"Lurevixea","version":"1.0","type":"link"}