{"product_id":"smart-rgb-hexagon-wall-lights","title":"Smart RGB Hexagon Wall Lights","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n\n.hexlight-wrapper{\n  font-family:'Poppins',sans-serif;\n  background:#070311;\n  color:#fff;\n  padding:36px 20px;\n  border-radius:28px;\n  overflow:hidden;\n  position:relative;\n  max-width:100%;\n  box-shadow:0 0 40px rgba(140,0,255,.18);\n}\n\n.hexlight-wrapper *{\n  box-sizing:border-box;\n}\n\n.hexlight-bg{\n  position:absolute;\n  inset:0;\n  background:\n  radial-gradient(circle at top left, rgba(0,255,255,.15), transparent 30%),\n  radial-gradient(circle at bottom right, rgba(255,0,200,.14), transparent 35%);\n  animation:bgMove 8s ease-in-out infinite alternate;\n}\n\n@keyframes bgMove{\n  from{transform:scale(1);}\n  to{transform:scale(1.08);}\n}\n\n.hexlight-content{\n  position:relative;\n  z-index:2;\n}\n\n.hexlight-badge{\n  display:inline-block;\n  background:linear-gradient(90deg,#00e0ff,#a100ff);\n  padding:8px 18px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1px;\n  margin-bottom:18px;\n  box-shadow:0 0 20px rgba(140,0,255,.35);\n}\n\n.hexlight-title{\n  font-size:46px;\n  line-height:1.1;\n  font-weight:800;\n  margin-bottom:18px;\n}\n\n.hexlight-gradient{\n  background:linear-gradient(90deg,#00f0ff,#ff00cc,#ffffff);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.hexlight-desc{\n  color:#d7d7d7;\n  font-size:16px;\n  line-height:1.8;\n  margin-bottom:34px;\n}\n\n.hexlight-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  margin-bottom:35px;\n}\n\n.hexlight-card{\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(255,255,255,.08);\n  border-radius:24px;\n  padding:22px;\n  transition:.35s ease;\n  backdrop-filter:blur(10px);\n  position:relative;\n  overflow:hidden;\n}\n\n.hexlight-card:hover{\n  transform:translateY(-6px);\n  border-color:#00e0ff;\n  box-shadow:0 0 25px rgba(140,0,255,.25);\n}\n\n.hexlight-card::before{\n  content:'';\n  position:absolute;\n  width:120px;\n  height:120px;\n  background:rgba(255,255,255,.05);\n  border-radius:50%;\n  top:-50px;\n  right:-50px;\n}\n\n.hexlight-icon{\n  font-size:34px;\n  margin-bottom:12px;\n}\n\n.hexlight-card h3{\n  font-size:18px;\n  margin-bottom:10px;\n}\n\n.hexlight-card p{\n  color:#cfcfcf;\n  font-size:14px;\n  line-height:1.7;\n}\n\n.hex-section{\n  margin-bottom:35px;\n}\n\n.hex-title{\n  font-size:28px;\n  font-weight:700;\n  margin-bottom:18px;\n}\n\n.hex-grid{\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n}\n\n.hex-pill{\n  padding:12px 18px;\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  border:1px solid rgba(255,255,255,.08);\n  font-weight:600;\n  font-size:14px;\n  transition:.3s ease;\n}\n\n.hex-pill:hover{\n  background:#a100ff;\n  color:#fff;\n  transform:translateY(-3px);\n}\n\n.spec-wrap{\n  overflow-x:auto;\n  margin-bottom:35px;\n}\n\n.spec-table{\n  width:100%;\n  min-width:320px;\n  border-collapse:collapse;\n  overflow:hidden;\n  border-radius:20px;\n}\n\n.spec-table th{\n  background:linear-gradient(90deg,#00e0ff,#a100ff);\n  color:#fff;\n  padding:16px;\n  text-align:left;\n  font-size:15px;\n}\n\n.spec-table td{\n  background:rgba(255,255,255,.04);\n  padding:16px;\n  border-bottom:1px solid rgba(255,255,255,.06);\n  color:#f1f1f1;\n  font-size:14px;\n}\n\n.shipping-box{\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(255,255,255,.08);\n  border-radius:24px;\n  padding:24px;\n  margin-bottom:35px;\n}\n\n.shipping-box h3{\n  font-size:24px;\n  margin-bottom:18px;\n}\n\n.shipping-item{\n  margin-bottom:14px;\n  color:#d6d6d6;\n  line-height:1.7;\n  font-size:15px;\n}\n\n.hexlight-btn{\n  display:inline-block;\n  width:100%;\n  text-align:center;\n  background:linear-gradient(90deg,#00e0ff,#a100ff);\n  color:#fff;\n  text-decoration:none;\n  padding:18px 28px;\n  border-radius:999px;\n  font-size:18px;\n  font-weight:800;\n  transition:.35s ease;\n  box-shadow:0 0 30px rgba(140,0,255,.3);\n}\n\n.hexlight-btn:hover{\n  transform:scale(1.03);\n  box-shadow:0 0 40px rgba(140,0,255,.45);\n}\n\n@media(max-width:768px){\n\n  .hexlight-wrapper{\n    padding:24px 15px;\n    border-radius:22px;\n  }\n\n  .hexlight-title{\n    font-size:34px;\n  }\n\n  .hexlight-desc{\n    font-size:15px;\n  }\n\n  .hexlight-grid{\n    grid-template-columns:1fr;\n  }\n\n  .hex-title{\n    font-size:24px;\n  }\n\n  .hex-pill{\n    width:100%;\n    text-align:center;\n  }\n\n  .hexlight-btn{\n    font-size:16px;\n    padding:16px;\n  }\n\n  .spec-table th,\n  .spec-table td{\n    padding:14px 10px;\n    font-size:13px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hexlight-wrapper\"\u003e\n\u003cdiv class=\"hexlight-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hexlight-content\"\u003e\n\u003cdiv class=\"hexlight-badge\"\u003e🌈 SMART RGB LIGHTING\u003c\/div\u003e\n\u003ch1 class=\"hexlight-title\"\u003eSmart \u003cspan class=\"hexlight-gradient\"\u003eRGB Hexagon Wall Lights\u003c\/span\u003e 🎮\u003c\/h1\u003e\n\u003cp class=\"hexlight-desc\"\u003eTransform your gaming setup or bedroom into a futuristic RGB experience with these stunning \u003cstrong\u003eSmart LED Hexagon Wall Lights\u003c\/strong\u003e. Featuring vibrant color-changing effects, app control, music sync modes, and customizable layouts, these lights are perfect for gamers, streamers, and modern room décor lovers.\u003c\/p\u003e\n\u003cdiv class=\"hexlight-grid\"\u003e\n\u003cdiv class=\"hexlight-card\"\u003e\n\u003cdiv class=\"hexlight-icon\"\u003e🌈\u003c\/div\u003e\n\u003ch3\u003eRGB Color Effects\u003c\/h3\u003e\n\u003cp\u003eChoose from multiple vibrant colors and dynamic lighting modes to match your gaming mood or room aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hexlight-card\"\u003e\n\u003cdiv class=\"hexlight-icon\"\u003e🎵\u003c\/div\u003e\n\u003ch3\u003eMusic Sync Mode\u003c\/h3\u003e\n\u003cp\u003eLights react to music and sound for an immersive entertainment and gaming atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hexlight-card\"\u003e\n\u003cdiv class=\"hexlight-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eSmart App Control\u003c\/h3\u003e\n\u003cp\u003eControl brightness, colors, scenes, and effects directly from your smartphone with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hexlight-card\"\u003e\n\u003cdiv class=\"hexlight-icon\"\u003e🧩\u003c\/div\u003e\n\u003ch3\u003eDIY Modular Design\u003c\/h3\u003e\n\u003cp\u003eArrange the hexagon panels into unique shapes and patterns to personalize your wall setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hex-section\"\u003e\n\u003cdiv class=\"hex-title\"\u003e⚡ Features \u0026amp; Functions\u003c\/div\u003e\n\u003cdiv class=\"hex-grid\"\u003e\n\u003cdiv class=\"hex-pill\"\u003e🌈 RGB Color Changing\u003c\/div\u003e\n\u003cdiv class=\"hex-pill\"\u003e📱 App Controlled\u003c\/div\u003e\n\u003cdiv class=\"hex-pill\"\u003e🎵 Music Sync\u003c\/div\u003e\n\u003cdiv class=\"hex-pill\"\u003e🔌 USB Powered\u003c\/div\u003e\n\u003cdiv class=\"hex-pill\"\u003e🧩 DIY Modular Panels\u003c\/div\u003e\n\u003cdiv class=\"hex-pill\"\u003e🎮 Gaming Room Decor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-wrap\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting Type\u003c\/td\u003e\n\u003ctd\u003eRGB LED Hexagon Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eSmart App + Button Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModes\u003c\/td\u003e\n\u003ctd\u003eStatic, Dynamic \u0026amp; Music Sync\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eUSB Powered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eGaming Rooms, Bedrooms \u0026amp; Desk Setups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3\u003e📦 Shipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cdiv class=\"shipping-item\"\u003e🚚 \u003cstrong\u003eStandard Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e⏱️ Delivery takes approximately \u003cstrong\u003e8–11 business days\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e🛡️ Secure checkout and protected payments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"hexlight-btn\" href=\"#\"\u003e 🛒 Upgrade Your Gaming Setup \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Evo Tech ","offers":[{"title":"12 Pcs","offer_id":59747890856270,"sku":null,"price":1259.0,"currency_code":"ZAR","in_stock":true},{"title":"8Pcs","offer_id":59747890889038,"sku":null,"price":829.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1039\/9576\/9166\/files\/hexagon-gaming-room.png?v=1779798587","url":"https:\/\/www.vybetech.co.za\/products\/smart-rgb-hexagon-wall-lights","provider":"Vybe Tech ","version":"1.0","type":"link"}