{"product_id":"app-controlled-diy-christmas-party-light-display","title":"App-Controlled DIY Christmas \u0026 Party Light Display","description":"\u003cstyle\u003e\n\/* =========================================================\n   SMART RGBIC CURTAIN LIGHTS\n========================================================= *\/\n\n.rcl-page,\n.rcl-page *{\n  box-sizing:border-box;\n}\n\n.rcl-page{\n  --dark:#07111f;\n  --dark2:#0c1930;\n  --dark3:#132645;\n\n  --blue:#24a7ff;\n  --cyan:#38e5ff;\n  --purple:#a94cff;\n  --pink:#ff43b5;\n  --green:#31e48d;\n  --yellow:#ffd34f;\n\n  --cream:#f7fbff;\n  --text:#233144;\n  --muted:#6d7a89;\n\n  width:100%;\n  max-width:900px;\n\n  margin:0 auto !important;\n  padding:0 !important;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n}\n\n\n\/* =========================================================\n   RESET\n========================================================= *\/\n\n.rcl-page h2,\n.rcl-page h3,\n.rcl-page h4,\n.rcl-page p,\n.rcl-page figure{\n  margin:0;\n}\n\n.rcl-page img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  border:0;\n  vertical-align:top;\n}\n\n.rcl-image{\n  display:block;\n\n  width:100%;\n\n  margin:0 !important;\n  padding:0 !important;\n\n  line-height:0;\n}\n\n.rcl-inner{\n  width:100%;\n  max-width:810px;\n\n  margin:0 auto;\n\n  padding-left:20px;\n  padding-right:20px;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.rcl-hero{\n  position:relative;\n\n  padding:29px 0 25px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 5%,\n      rgba(255,67,181,.25),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(36,167,255,.25),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 50% 110%,\n      rgba(49,228,141,.16),\n      transparent 33%\n    ),\n    linear-gradient(\n      145deg,\n      #0c1730,\n      #050b16\n    );\n}\n\n.rcl-kicker{\n  margin-bottom:7px;\n\n  color:#7ce9ff;\n\n  font-size:10.8px;\n  line-height:1.2;\n\n  font-weight:900;\n  letter-spacing:1.1px;\n\n  text-transform:uppercase;\n}\n\n.rcl-hero h2{\n  max-width:760px;\n\n  margin:0 auto;\n\n  color:#fff;\n\n  font-size:37px;\n  line-height:1.06;\n\n  font-weight:950;\n  letter-spacing:-.7px;\n}\n\n.rcl-hero h2 span{\n  background:linear-gradient(\n    90deg,\n    #ff50bd,\n    #ffd34f,\n    #38e5ff\n  );\n\n  -webkit-background-clip:text;\n  background-clip:text;\n\n  color:transparent;\n}\n\n.rcl-copy{\n  max-width:660px;\n\n  margin:10px auto 0 !important;\n\n  color:#d7e0eb;\n\n  font-size:15px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.rcl-pills{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  max-width:740px;\n\n  margin:16px auto 0;\n}\n\n.rcl-pill{\n  width:100%;\n  min-width:0;\n  min-height:50px;\n\n  padding:9px 12px;\n\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  align-items:center;\n\n  column-gap:7px;\n\n  border:1px solid rgba(100,210,255,.22);\n  border-radius:16px;\n\n  background:rgba(255,255,255,.07);\n\n  color:#fff;\n\n  text-align:left;\n\n  font-size:12.8px;\n  line-height:1.25;\n\n  font-weight:850;\n}\n\n.rcl-pill span{\n  display:block;\n\n  margin:0;\n\n  font-size:15px;\n  line-height:1;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.rcl-section{\n  padding:22px 0 23px;\n\n  text-align:center;\n}\n\n.rcl-label{\n  margin-bottom:6px;\n\n  color:#247fca;\n\n  font-size:10.7px;\n  line-height:1.2;\n\n  font-weight:900;\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.rcl-section h3{\n  max-width:710px;\n\n  margin:0 auto;\n\n  color:#26364a;\n\n  font-size:27px;\n  line-height:1.12;\n\n  font-weight:950;\n}\n\n.rcl-section p{\n  max-width:650px;\n\n  margin:8px auto 0 !important;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   WOW\n========================================================= *\/\n\n.rcl-wow{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(36,167,255,.10),\n      transparent 40%\n    ),\n    linear-gradient(\n      180deg,\n      #f7fbff,\n      #edf5fb\n    );\n}\n\n.rcl-wow-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-wow-box{\n  min-width:0;\n\n  padding:12px 6px;\n\n  border:1px solid #cfdeea;\n  border-radius:11px;\n\n  background:#fff;\n}\n\n.rcl-wow-box strong{\n  display:block;\n\n  color:#2374b5;\n\n  font-size:13px;\n  line-height:1.3;\n\n  font-weight:900;\n}\n\n.rcl-wow-box span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#778594;\n\n  font-size:10.6px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   DARK\n========================================================= *\/\n\n.rcl-dark{\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 85% 5%,\n      rgba(169,76,255,.22),\n      transparent 34%\n    ),\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(36,167,255,.16),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #111c37,\n      #060c18\n    );\n}\n\n.rcl-dark .rcl-label{\n  color:#70dcff;\n}\n\n.rcl-dark h3{\n  color:#fff;\n}\n\n.rcl-dark p{\n  color:#d9e1ec;\n}\n\n.rcl-dark-row{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:7px;\n\n  margin-top:14px;\n}\n\n.rcl-dark-pill{\n  padding:8px 12px;\n\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:19px;\n\n  background:rgba(255,255,255,.07);\n\n  color:#fff;\n\n  font-size:12px;\n  line-height:1.3;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   CHRISTMAS\n========================================================= *\/\n\n.rcl-christmas{\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 0%,\n      rgba(255,50,80,.19),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 90% 100%,\n      rgba(45,210,125,.18),\n      transparent 33%\n    ),\n    linear-gradient(\n      145deg,\n      #143328,\n      #081b16\n    );\n}\n\n.rcl-christmas .rcl-label{\n  color:#ffd56a;\n}\n\n.rcl-christmas h3{\n  color:#fff;\n}\n\n.rcl-christmas p{\n  color:#e2ebe7;\n}\n\n.rcl-christmas-grid{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-christmas-box{\n  min-width:0;\n\n  padding:10px 5px;\n\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n\n  background:rgba(255,255,255,.07);\n\n  color:#fff;\n\n  font-size:11.7px;\n  line-height:1.3;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   DIY\n========================================================= *\/\n\n.rcl-diy{\n  background:\n    radial-gradient(\n      circle at 8% 10%,\n      rgba(255,67,181,.11),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 92% 90%,\n      rgba(56,229,255,.13),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #fff,\n      #f2f5ff\n    );\n}\n\n.rcl-diy-grid{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-diy-box{\n  min-width:0;\n\n  padding:11px 5px;\n\n  border:1px solid #d9d9ef;\n  border-radius:10px;\n\n  background:#fff;\n\n  color:#5c4c87;\n\n  font-size:11.8px;\n  line-height:1.3;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   WATER\n========================================================= *\/\n\n.rcl-water{\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 85% 5%,\n      rgba(56,229,255,.20),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #12446a,\n      #081c31\n    );\n}\n\n.rcl-water .rcl-label{\n  color:#8fefff;\n}\n\n.rcl-water h3{\n  color:#fff;\n}\n\n.rcl-water p{\n  color:#daeaf3;\n}\n\n.rcl-water-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-water-box{\n  min-width:0;\n\n  padding:12px 6px;\n\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:10px;\n\n  background:rgba(255,255,255,.07);\n}\n\n.rcl-water-box strong{\n  display:block;\n\n  color:#8deeff;\n\n  font-size:12.8px;\n  line-height:1.3;\n\n  font-weight:900;\n}\n\n.rcl-water-box span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#d9e9f0;\n\n  font-size:10.5px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   MUSIC\n========================================================= *\/\n\n.rcl-music{\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 5%,\n      rgba(255,67,181,.22),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 90% 95%,\n      rgba(49,228,141,.19),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #271346,\n      #0c1024\n    );\n}\n\n.rcl-music .rcl-label{\n  color:#ff9dde;\n}\n\n.rcl-music h3{\n  color:#fff;\n}\n\n.rcl-music p{\n  color:#e3ddef;\n}\n\n.rcl-music-grid{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-music-box{\n  min-width:0;\n\n  padding:10px 5px;\n\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n\n  background:rgba(255,255,255,.07);\n\n  color:#fff;\n\n  font-size:11.7px;\n  line-height:1.3;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   LED\n========================================================= *\/\n\n.rcl-led{\n  background:\n    linear-gradient(\n      180deg,\n      #f4f9ff,\n      #edf2fa\n    );\n}\n\n.rcl-led-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-led-box{\n  min-width:0;\n\n  padding:12px 6px;\n\n  border:1px solid #d1deea;\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.rcl-led-box strong{\n  display:block;\n\n  color:#266fa9;\n\n  font-size:13px;\n  line-height:1.3;\n\n  font-weight:900;\n}\n\n.rcl-led-box span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#758392;\n\n  font-size:10.6px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   INFO\n========================================================= *\/\n\n.rcl-info{\n  background:\n    linear-gradient(\n      180deg,\n      #eff6fb,\n      #fafcff\n    );\n}\n\n.rcl-info-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:15px;\n}\n\n.rcl-info-box{\n  min-width:0;\n\n  padding:11px 5px;\n\n  border:1px solid #d2dfe8;\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.rcl-info-box strong{\n  display:block;\n\n  color:#236da7;\n\n  font-size:12.5px;\n  line-height:1.25;\n\n  font-weight:900;\n}\n\n.rcl-info-box span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#788490;\n\n  font-size:10.4px;\n  line-height:1.35;\n}\n\n.rcl-note{\n  max-width:690px;\n\n  margin:14px auto 0;\n\n  padding:10px 12px;\n\n  border:1px solid #d4e0e8;\n  border-radius:10px;\n\n  background:#fff;\n\n  color:#6c7884;\n\n  font-size:11.5px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.rcl-final{\n  padding:29px 0 32px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 10%,\n      rgba(255,67,181,.22),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(36,167,255,.22),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #101b36,\n      #050b17\n    );\n}\n\n.rcl-final h3{\n  max-width:720px;\n\n  margin:0 auto;\n\n  color:#fff;\n\n  font-size:29px;\n  line-height:1.1;\n\n  font-weight:950;\n}\n\n.rcl-final h3 span{\n  color:#79e7ff;\n}\n\n.rcl-final p{\n  max-width:625px;\n\n  margin:8px auto 0 !important;\n\n  color:#dae3ec;\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n.rcl-final-note{\n  display:inline-block;\n\n  margin-top:13px;\n\n  padding:8px 14px;\n\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:18px;\n\n  background:rgba(255,255,255,.07);\n\n  color:#fff;\n\n  font-size:10.7px;\n  line-height:1.2;\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .rcl-inner{\n    padding-left:15px;\n    padding-right:15px;\n  }\n\n  .rcl-hero{\n    padding:22px 0 20px;\n  }\n\n  .rcl-kicker{\n    font-size:10.3px;\n    letter-spacing:.85px;\n  }\n\n  .rcl-hero h2{\n    max-width:440px;\n\n    font-size:26px;\n    line-height:1.08;\n  }\n\n  .rcl-copy{\n    margin-top:7px !important;\n\n    font-size:13.6px;\n    line-height:1.47;\n  }\n\n\n  \/* BENEFITS *\/\n\n  .rcl-pills{\n    width:100%;\n\n    grid-template-columns:repeat(2,minmax(0,1fr));\n\n    gap:7px;\n\n    margin-top:13px;\n  }\n\n  .rcl-pill{\n    width:100%;\n    min-width:0;\n    min-height:49px;\n\n    padding:9px;\n\n    display:grid;\n    grid-template-columns:18px minmax(0,1fr);\n\n    align-items:center;\n\n    column-gap:6px;\n\n    border-radius:13px;\n\n    text-align:left;\n\n    font-size:12.1px;\n    line-height:1.2;\n  }\n\n  .rcl-pill span{\n    display:block;\n\n    width:18px;\n\n    margin:0;\n\n    font-size:14px;\n    line-height:1;\n  }\n\n\n  \/* SECTION *\/\n\n  .rcl-section{\n    padding:18px 0 19px;\n  }\n\n  .rcl-label{\n    margin-bottom:5px;\n\n    font-size:10.3px;\n    letter-spacing:.8px;\n  }\n\n  .rcl-section h3{\n    font-size:21px;\n    line-height:1.13;\n  }\n\n  .rcl-section p{\n    margin-top:6px !important;\n\n    font-size:13.4px;\n    line-height:1.48;\n  }\n\n\n  \/* 3 COLUMN *\/\n\n  .rcl-wow-grid,\n  .rcl-water-grid,\n  .rcl-led-grid{\n    gap:6px;\n\n    margin-top:12px;\n  }\n\n  .rcl-wow-box,\n  .rcl-water-box,\n  .rcl-led-box{\n    padding:10px 5px;\n  }\n\n  .rcl-wow-box strong,\n  .rcl-water-box strong,\n  .rcl-led-box strong{\n    font-size:12px;\n  }\n\n  .rcl-wow-box span,\n  .rcl-water-box span,\n  .rcl-led-box span{\n    font-size:10px;\n  }\n\n\n  \/* 4 COLUMN *\/\n\n  .rcl-christmas-grid,\n  .rcl-diy-grid,\n  .rcl-music-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n\n    gap:6px;\n\n    margin-top:12px;\n  }\n\n\n  \/* INFO *\/\n\n  .rcl-info-grid{\n    grid-template-columns:repeat(1,minmax(0,1fr));\n\n    gap:6px;\n\n    margin-top:12px;\n  }\n\n  .rcl-info-box{\n    padding:10px 8px;\n  }\n\n\n  \/* FINAL *\/\n\n  .rcl-final{\n    padding:23px 0 26px;\n  }\n\n  .rcl-final h3{\n    font-size:22px;\n  }\n\n  .rcl-final p{\n    font-size:13.4px;\n  }\n\n}\n\n\n@media screen and (max-width:380px){\n\n  .rcl-inner{\n    padding-left:13px;\n    padding-right:13px;\n  }\n\n  .rcl-hero h2{\n    font-size:24px;\n  }\n\n  .rcl-pill{\n    padding:8px 7px;\n\n    grid-template-columns:17px minmax(0,1fr);\n\n    column-gap:5px;\n\n    font-size:11.6px;\n  }\n\n  .rcl-pill span{\n    width:17px;\n\n    font-size:13px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"rcl-page\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"rcl-hero\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-kicker\"\u003e\n      Christmas · DIY Art · Music · Party\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Turn Your Wall Into\n      \u003cspan\u003ea Holiday Light Show.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rcl-copy\"\u003e\n      Create glowing Christmas scenes,\n      colorful animations, custom text\n      and music-reactive effects\n      across an entire curtain of smart RGBIC lights.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-pills\"\u003e\n\n      \u003cdiv class=\"rcl-pill\"\u003e\n        \u003cspan\u003e🎄\u003c\/span\u003e\n        \u003cdiv\u003eChristmas Scenes + DIY Light Art\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-pill\"\u003e\n        \u003cspan\u003e📱\u003c\/span\u003e\n        \u003cdiv\u003eApp · Remote · Button Control\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-pill\"\u003e\n        \u003cspan\u003e🎵\u003c\/span\u003e\n        \u003cdiv\u003eMusic Sync + Dynamic Effects\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-pill\"\u003e\n        \u003cspan\u003e🌧️\u003c\/span\u003e\n        \u003cdiv\u003eIP65 Water-Resistant Light Strings\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 01 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/01_07f0f2f4-ea04-4f3c-ae02-f0da88bfc71a.webp?v=1789444546\" alt=\"Smart RGBIC curtain lights Christmas Santa wall display\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- WOW --\u003e\n\n\u003csection class=\"rcl-section rcl-wow\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Bigger Than String Lights\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Turn an Entire Wall, Window or Garage Into the Decoration.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Instead of decorating around the space,\n      transform the surface itself\n      with bright animated patterns\n      that can be seen from across the room or across the street.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-wow-grid\"\u003e\n\n      \u003cdiv class=\"rcl-wow-box\"\u003e\n        \u003cstrong\u003eWall-Size Impact\u003c\/strong\u003e\n        \u003cspan\u003eCreate a large visual display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-wow-box\"\u003e\n        \u003cstrong\u003eAnimated Scenes\u003c\/strong\u003e\n        \u003cspan\u003eMore than static lighting\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-wow-box\"\u003e\n        \u003cstrong\u003eRGBIC Color\u003c\/strong\u003e\n        \u003cspan\u003eBright multi-color effects\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 02 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/02_aa2a338e-9b78-4b42-a4f5-1ddb888d3073.webp?v=1789444530\" alt=\"Smart RGBIC curtain lights app and remote control\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- CONTROL --\u003e\n\n\u003csection class=\"rcl-section rcl-dark\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Control the Whole Show Your Way\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Change Color, Brightness, Speed, Effects and Timing in Seconds.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Use the app,\n      included remote\n      or onboard control\n      to quickly change the atmosphere\n      without rebuilding your display.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-dark-row\"\u003e\n\n      \u003cdiv class=\"rcl-dark-pill\"\u003e\n        📱 App Control\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-dark-pill\"\u003e\n        🎛️ Remote Control\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-dark-pill\"\u003e\n        🌈 Color \u0026amp; Effects\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-dark-pill\"\u003e\n        ⏱️ Timer\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 03 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/03_8f9c4164-b560-4227-8d12-dc7b89156d78.webp?v=1789444546\" alt=\"Christmas RGBIC curtain light scenes\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- CHRISTMAS --\u003e\n\n\u003csection class=\"rcl-section rcl-christmas\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Your Christmas Display Just Got Bigger\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Santa, Trees, Snowmen, Snowflakes \u0026amp; More — All on One Light Curtain.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Switch between festive designs\n      without swapping decorations,\n      giving your home\n      a fresh Christmas look whenever you want.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-christmas-grid\"\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        🎅 Santa\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        🎄 Trees\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        ⛄ Snowmen\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        ❄️ Snowflakes\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        🎁 Gifts\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        🦌 Reindeer\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        🍪 Gingerbread\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-christmas-box\"\u003e\n        ❤️ Holiday Shapes\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 04 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/04_b6937f2b-073e-4bf0-bdba-f3bde93befc0.webp?v=1789444530\" alt=\"DIY custom smart curtain light art and text\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- DIY --\u003e\n\n\u003csection class=\"rcl-section rcl-diy\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Don't Just Choose an Effect · Create One\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Draw, Write and Design Your Own Light Art.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Go beyond built-in scenes\n      by creating custom patterns,\n      colorful text\n      and personal designs\n      directly through the app.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-diy-grid\"\u003e\n\n      \u003cdiv class=\"rcl-diy-box\"\u003e\n        ✏️ Draw\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-diy-box\"\u003e\n        🔤 Text\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-diy-box\"\u003e\n        🖼️ Gallery\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-diy-box\"\u003e\n        ✨ Effects\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 05 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/05_3bc49721-33dc-4170-a55f-83c15e9d7531.webp?v=1789444531\" alt=\"IP65 water resistant smart curtain lights outdoor Christmas decor\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- WATER --\u003e\n\n\u003csection class=\"rcl-section rcl-water\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Made for Bigger Decorating Ideas\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Bring the Light Show to Windows, Patios and Covered Outdoor Displays.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      The light strings are rated IP65 water-resistant,\n      making them better suited\n      to changing seasonal conditions\n      when properly installed.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-water-grid\"\u003e\n\n      \u003cdiv class=\"rcl-water-box\"\u003e\n        \u003cstrong\u003eIP65 Strings\u003c\/strong\u003e\n        \u003cspan\u003eWater-resistant light strands\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-water-box\"\u003e\n        \u003cstrong\u003eIndoor + Outdoor\u003c\/strong\u003e\n        \u003cspan\u003eFlexible seasonal decorating\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-water-box\"\u003e\n        \u003cstrong\u003eHoliday Ready\u003c\/strong\u003e\n        \u003cspan\u003eWindows · patios · wall displays\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rcl-note\" style=\"color:#dceaf2;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.15);\"\u003e\n      \u003cstrong style=\"color:#fff;\"\u003eOutdoor use note:\u003c\/strong\u003e\n      IP65 rating applies to the light strings.\n      Keep power and control components protected from direct outdoor exposure.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 06 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/06_3236f1d0-3d49-481f-8933-3655f20de707.webp?v=1789444531\" alt=\"Music reactive RGBIC curtain lights for parties gaming and dance\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- MUSIC --\u003e\n\n\u003csection class=\"rcl-section rcl-music\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      The Lights Move With the Moment\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Turn Up the Music and Let the Curtain Join the Party.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Built-in sound-reactive effects\n      respond to music and ambient sound,\n      creating a more energetic backdrop\n      for parties, gaming and everyday entertainment.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-music-grid\"\u003e\n\n      \u003cdiv class=\"rcl-music-box\"\u003e\n        🍹 Party\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-music-box\"\u003e\n        🎮 Gaming\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-music-box\"\u003e\n        🎵 Music\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-music-box\"\u003e\n        💃 Dance\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 07 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/07_a95d8b2b-09ef-4d8a-849e-e85d8e0c8dbe.webp?v=1789444530\" alt=\"High brightness isolated LED smart curtain light design\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- LED --\u003e\n\n\u003csection class=\"rcl-section rcl-led\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      More Light Points · More Creative Detail\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Bright LEDs Give Your Designs More Shape, Color and Personality.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      High-brightness RGBIC light points\n      create colorful patterns,\n      text and animated effects,\n      while the isolated LED design\n      helps keep the rest of the display running\n      if an individual LED stops working.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-led-grid\"\u003e\n\n      \u003cdiv class=\"rcl-led-box\"\u003e\n        \u003cstrong\u003eUp to 400 LEDs\u003c\/strong\u003e\n        \u003cspan\u003eDepending on selected size\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-led-box\"\u003e\n        \u003cstrong\u003eRGBIC Color\u003c\/strong\u003e\n        \u003cspan\u003eMulti-color display effects\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-led-box\"\u003e\n        \u003cstrong\u003eIsolated LEDs\u003c\/strong\u003e\n        \u003cspan\u003eOne failure won't stop all lights\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 08 --\u003e\n\n\u003cdiv class=\"rcl-image\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/9910\/5907\/files\/08_fd05bc85-1a09-4de2-892f-7869acd46ac0.webp?v=1789444522\" alt=\"Smart RGBIC curtain lights sizes and specifications\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- INFO --\u003e\n\n\u003csection class=\"rcl-section rcl-info\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-label\"\u003e\n      Choose the Display Size That Fits Your Space\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      From Small Windows to Full Wall Displays.\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"rcl-info-grid\"\u003e\n\n      \u003cdiv class=\"rcl-info-box\"\u003e\n        \u003cstrong\u003e3.28 × 3.28 ft\u003c\/strong\u003e\n        \u003cspan\u003e1m × 1m compact display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-info-box\"\u003e\n        \u003cstrong\u003e6.6 × 6.6 ft\u003c\/strong\u003e\n        \u003cspan\u003e2m × 2m room-size display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rcl-info-box\"\u003e\n        \u003cstrong\u003e9.8 × 9.8 ft\u003c\/strong\u003e\n        \u003cspan\u003e3m × 3m statement display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rcl-note\"\u003e\n\n      \u003cstrong\u003eSmart Features:\u003c\/strong\u003e\n      App \/ Remote \/ Button control ·\n      USB powered ·\n      6H \/ 8H auto-off timer ·\n      Built-in microphone music sync ·\n      Multicolor RGBIC lighting.\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FINAL --\u003e\n\n\u003csection class=\"rcl-final\"\u003e\n\n  \u003cdiv class=\"rcl-inner\"\u003e\n\n    \u003cdiv class=\"rcl-kicker\"\u003e\n      Christmas Tonight · Party Tomorrow · Create Anytime\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      One Curtain.\n      \u003cspan\u003eHundreds of Ways to Light Up the Moment.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Fill the house with Christmas characters,\n      create your own colorful designs,\n      sync the lights to music\n      and turn an ordinary wall\n      into something people actually stop to look at.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rcl-final-note\"\u003e\n      🎄 Holiday Decor · 🎨 DIY Art · 🎵 Music Sync · 🌈 RGBIC\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Kazeso","offers":[{"title":"3.3ft*3.3ft","offer_id":55633056661803,"sku":"C0081680-1X1米","price":39.99,"currency_code":"USD","in_stock":true},{"title":"6.6ft*6.6ft","offer_id":55633056694571,"sku":"C0081680-2X2米","price":49.99,"currency_code":"USD","in_stock":true},{"title":"9.8ft*9.8ft","offer_id":55633056727339,"sku":"C0081680-3X3米","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0981\/1437\/1883\/files\/1_54f4d89d-05df-4689-8d4c-bb223929ba67.gif?v=1789624895","url":"https:\/\/kazeso.com\/products\/app-controlled-diy-christmas-party-light-display","provider":"Kazeso","version":"1.0","type":"link"}