{"product_id":"christmas-lights-bog","title":"🎄 Smart Animated Christmas Curtain Lights – App-Controlled RGB Holiday Display","description":"\u003cstyle\u003e\n\/* =========================================================\n   SMART ANIMATED CURTAIN LIGHTS\n   CONVERSION-OPTIMIZED SHOPIFY PRODUCT DESCRIPTION\n   PREFIX: clx-\n   MOBILE FIRST \/ THEME SAFE\n========================================================= *\/\n\n.clx-page,\n.clx-page *{\n  box-sizing:border-box;\n}\n\n.clx-page{\n  --clx-bg:#f5f8fc;\n  --clx-card:#ffffff;\n  --clx-navy:#112b4d;\n  --clx-blue:#276eb1;\n  --clx-blue-soft:#edf6ff;\n  --clx-red:#c83d43;\n  --clx-red-soft:#fff0f1;\n  --clx-gold:#c9942c;\n  --clx-gold-soft:#fff8e8;\n  --clx-green:#2f7d57;\n  --clx-green-soft:#eef8f3;\n  --clx-ink:#172331;\n  --clx-copy:#5a6876;\n  --clx-muted:#76828d;\n  --clx-line:#dfe7ef;\n\n  width:100%;\n  max-width:980px;\n  margin:0 auto;\n  padding:0 6px 42px;\n\n  background:var(--clx-bg)!important;\n  color:var(--clx-ink)!important;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif!important;\n\n  line-height:1.58;\n}\n\n.clx-page h1,\n.clx-page h2,\n.clx-page h3,\n.clx-page h4{\n  margin-top:0!important;\n  color:var(--clx-ink)!important;\n  opacity:1!important;\n}\n\n.clx-page p,\n.clx-page span,\n.clx-page div,\n.clx-page summary,\n.clx-page li{\n  opacity:1!important;\n}\n\n.clx-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  border:0;\n  object-fit:contain;\n}\n\n.clx-section{\n  padding:6px 0;\n}\n\n.clx-card{\n  overflow:hidden;\n  border:1px solid var(--clx-line);\n  border-radius:22px;\n  background:#fff!important;\n  box-shadow:0 8px 28px rgba(15,45,75,.045);\n}\n\n.clx-copy{\n  padding:26px 20px;\n}\n\n.clx-center{\n  text-align:center;\n}\n\n.clx-kicker{\n  display:inline-flex;\n  align-items:center;\n  margin:0 0 12px;\n  padding:7px 11px;\n  border-radius:999px;\n  background:var(--clx-blue-soft)!important;\n  color:var(--clx-blue)!important;\n  font-size:11px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.065em;\n  text-transform:uppercase;\n}\n\n.clx-title{\n  max-width:820px;\n  margin:0 auto 14px!important;\n  color:var(--clx-ink)!important;\n  font-size:clamp(34px,8vw,60px);\n  line-height:1;\n  letter-spacing:-.045em;\n  font-weight:900;\n}\n\n.clx-title .clx-accent,\n.clx-heading .clx-accent{\n  color:var(--clx-red)!important;\n}\n\n.clx-heading{\n  margin:0 0 11px!important;\n  color:var(--clx-ink)!important;\n  font-size:clamp(27px,6vw,42px);\n  line-height:1.06;\n  letter-spacing:-.03em;\n  font-weight:900;\n}\n\n.clx-lead{\n  max-width:760px;\n  margin:0 auto!important;\n  color:var(--clx-copy)!important;\n  font-size:16px;\n  line-height:1.66;\n}\n\n.clx-sub{\n  max-width:760px;\n  margin:0 0 18px!important;\n  color:var(--clx-copy)!important;\n  font-size:15px;\n  line-height:1.65;\n}\n\n\/* HERO *\/\n.clx-hero{\n  background:\n    radial-gradient(circle at 88% 8%,rgba(39,110,177,.14),transparent 33%),\n    radial-gradient(circle at 10% 90%,rgba(200,61,67,.08),transparent 26%),\n    #fff!important;\n}\n\n.clx-hero .clx-copy{\n  text-align:center;\n}\n\n.clx-hero-media{\n  padding:8px;\n}\n\n.clx-hero-media img{\n  border-radius:17px;\n}\n\n.clx-tags{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:8px;\n  margin-top:17px;\n}\n\n.clx-tag{\n  position:relative;\n  padding:12px 12px 12px 42px;\n  border:1px solid var(--clx-line);\n  border-radius:13px;\n  background:#fff!important;\n  color:#344352!important;\n  font-size:13px;\n  line-height:1.4;\n  font-weight:800;\n  text-align:left;\n}\n\n.clx-tag:before{\n  content:\"✓\";\n  position:absolute;\n  left:13px;\n  top:10px;\n  width:22px;\n  height:22px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--clx-blue)!important;\n  color:#fff!important;\n  font-size:12px;\n  font-weight:900;\n}\n\n.clx-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:54px;\n  margin:22px auto 0;\n  padding:15px 28px;\n  border-radius:999px;\n  background:linear-gradient(135deg,#d24b4f,#b73339)!important;\n  color:#fff!important;\n  text-decoration:none!important;\n  font-size:14px;\n  font-weight:900;\n  box-shadow:0 10px 25px rgba(174,45,52,.22);\n}\n\n.clx-micro{\n  max-width:700px;\n  margin:11px auto 0!important;\n  color:var(--clx-muted)!important;\n  font-size:11px;\n  line-height:1.5;\n}\n\n\/* QUICK VALUE *\/\n.clx-value-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:8px;\n  margin:8px 0 2px;\n}\n\n.clx-value{\n  padding:15px 10px;\n  border:1px solid var(--clx-line);\n  border-radius:15px;\n  background:#fff!important;\n  text-align:center;\n}\n\n.clx-value span{\n  display:block;\n  margin-bottom:5px;\n  font-size:22px;\n}\n\n.clx-value strong{\n  display:block;\n  color:#293744!important;\n  font-size:12px;\n  line-height:1.35;\n}\n\n\/* VISUAL SELL *\/\n.clx-show{\n  background:\n    linear-gradient(145deg,#fff7f4 0%,#ffffff 55%,#f2f7fc 100%)!important;\n}\n\n.clx-two{\n  display:grid;\n}\n\n.clx-media{\n  background:#edf3f8!important;\n}\n\n.clx-two .clx-media img{\n  height:100%;\n}\n\n\/* BENEFITS *\/\n.clx-benefits{\n  display:grid;\n  gap:9px;\n  margin-top:17px;\n}\n\n.clx-benefit{\n  position:relative;\n  padding:13px 13px 13px 46px;\n  border:1px solid var(--clx-line);\n  border-radius:14px;\n  background:#fff!important;\n  color:#414e5b!important;\n  font-size:14px;\n  line-height:1.45;\n  font-weight:750;\n}\n\n.clx-benefit:before{\n  content:\"✓\";\n  position:absolute;\n  left:13px;\n  top:12px;\n  width:23px;\n  height:23px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--clx-blue)!important;\n  color:#fff!important;\n  font-size:12px;\n  font-weight:900;\n}\n\n\/* CREATIVE OPTIONS *\/\n.clx-option-grid{\n  display:grid;\n  gap:9px;\n  margin-top:18px;\n}\n\n.clx-option{\n  padding:15px;\n  border:1px solid var(--clx-line);\n  border-radius:15px;\n  background:#fff!important;\n}\n\n.clx-option strong{\n  display:block;\n  margin-bottom:5px;\n  color:#293642!important;\n  font-size:15px;\n}\n\n.clx-option span{\n  color:#687581!important;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* CONTROLS *\/\n.clx-control{\n  background:\n    linear-gradient(145deg,#edf6ff,#ffffff 65%)!important;\n}\n\n.clx-mode-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:9px;\n  margin-top:18px;\n}\n\n.clx-mode{\n  min-height:132px;\n  padding:15px 13px;\n  border:1px solid var(--clx-line);\n  border-radius:15px;\n  background:#fff!important;\n}\n\n.clx-mode-icon{\n  margin-bottom:9px;\n  font-size:25px;\n  line-height:1;\n}\n\n.clx-mode strong{\n  display:block;\n  margin-bottom:4px;\n  color:#293643!important;\n}\n\n.clx-mode span{\n  color:#687581!important;\n  font-size:12px;\n  line-height:1.42;\n}\n\n\/* OCCASIONS *\/\n.clx-occasion-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:9px;\n  margin-top:18px;\n}\n\n.clx-occasion{\n  min-height:112px;\n  padding:15px 12px;\n  border:1px solid var(--clx-line);\n  border-radius:14px;\n  background:#fff!important;\n}\n\n.clx-occasion-icon{\n  margin-bottom:8px;\n  font-size:24px;\n}\n\n.clx-occasion strong{\n  display:block;\n  margin-bottom:3px;\n  color:#293642!important;\n}\n\n.clx-occasion span{\n  color:#6b7681!important;\n  font-size:12px;\n  line-height:1.4;\n}\n\n\/* STEPS *\/\n.clx-steps{\n  display:grid;\n  gap:10px;\n  margin-top:18px;\n}\n\n.clx-step{\n  position:relative;\n  padding:16px 14px 16px 58px;\n  border:1px solid var(--clx-line);\n  border-radius:15px;\n  background:#fff!important;\n}\n\n.clx-step-num{\n  position:absolute;\n  left:14px;\n  top:14px;\n  width:31px;\n  height:31px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--clx-navy)!important;\n  color:#fff!important;\n  font-size:13px;\n  font-weight:900;\n}\n\n.clx-step strong{\n  display:block;\n  margin-bottom:3px;\n  color:#293642!important;\n}\n\n.clx-step span{\n  color:#687581!important;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* SPECS *\/\n.clx-specs{\n  overflow:hidden;\n  margin-top:18px;\n  border:1px solid var(--clx-line);\n  border-radius:15px;\n  background:#fff!important;\n}\n\n.clx-spec-row{\n  display:grid;\n  grid-template-columns:42% 58%;\n  border-bottom:1px solid var(--clx-line);\n}\n\n.clx-spec-row:last-child{\n  border-bottom:0;\n}\n\n.clx-spec-row div{\n  padding:12px;\n}\n\n.clx-spec-row div:first-child{\n  background:#f4f7fa!important;\n  color:#2d3b48!important;\n  font-weight:800;\n}\n\n.clx-spec-row div:last-child{\n  color:#626f7b!important;\n}\n\n.clx-note{\n  margin-top:16px;\n  padding:13px 14px;\n  border:1px solid #eadfc6;\n  border-radius:13px;\n  background:#fff9eb!important;\n  color:#685f4a!important;\n  font-size:12px;\n  line-height:1.55;\n}\n\n\/* FAQ *\/\n.clx-faq{\n  display:grid;\n  gap:9px;\n  margin-top:18px;\n}\n\n.clx-faq details{\n  overflow:hidden;\n  border:1px solid var(--clx-line);\n  border-radius:14px;\n  background:#fff!important;\n}\n\n.clx-faq summary{\n  position:relative;\n  padding:16px 46px 16px 16px;\n  list-style:none;\n  cursor:pointer;\n  color:#293642!important;\n  font-weight:800;\n}\n\n.clx-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.clx-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  top:9px;\n  right:16px;\n  color:var(--clx-blue)!important;\n  font-size:27px;\n}\n\n.clx-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.clx-answer{\n  padding:0 16px 17px;\n  color:#64717e!important;\n  font-size:14px;\n  line-height:1.6;\n}\n\n\/* FINAL *\/\n.clx-final{\n  padding:34px 21px;\n  background:\n    radial-gradient(circle at 86% 15%,rgba(39,110,177,.15),transparent 31%),\n    radial-gradient(circle at 10% 90%,rgba(200,61,67,.09),transparent 28%),\n    #fff!important;\n  text-align:center;\n}\n\n.clx-final .clx-heading{\n  max-width:720px;\n  margin-left:auto!important;\n  margin-right:auto!important;\n}\n\n.clx-final p{\n  max-width:650px;\n  margin:0 auto!important;\n  color:#606e7a!important;\n}\n\n.clx-final-pill{\n  display:inline-block;\n  margin-top:16px;\n  padding:10px 17px;\n  border-radius:999px;\n  background:var(--clx-navy)!important;\n  color:#fff!important;\n  font-size:13px;\n  font-weight:850;\n}\n\n@media screen and (min-width:720px){\n  .clx-page{\n    padding:0 8px 50px;\n  }\n\n  .clx-section{\n    padding:8px 0;\n  }\n\n  .clx-copy{\n    padding:38px;\n  }\n\n  .clx-tags{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .clx-value-grid{\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n\n  .clx-two{\n    grid-template-columns:1fr 1fr;\n    align-items:center;\n  }\n\n  .clx-two.clx-reverse \u003e :first-child{\n    order:2;\n  }\n\n  .clx-two.clx-reverse \u003e :last-child{\n    order:1;\n  }\n\n  .clx-option-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .clx-mode-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .clx-occasion-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .clx-steps{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .clx-step{\n    padding:58px 18px 18px;\n  }\n\n  .clx-step-num{\n    left:18px;\n  }\n\n  .clx-final{\n    padding:50px 40px;\n  }\n}\n\n@media screen and (max-width:719px){\n  .clx-title{\n    font-size:31px;\n  }\n\n  .clx-heading{\n    font-size:25px;\n  }\n\n  .clx-copy{\n    padding:24px 16px;\n  }\n\n  .clx-card{\n    border-radius:18px;\n  }\n\n  .clx-btn{\n    width:100%;\n    max-width:360px;\n  }\n\n  .clx-spec-row{\n    grid-template-columns:1fr;\n  }\n\n  .clx-spec-row div:first-child{\n    padding-bottom:4px;\n  }\n\n  .clx-spec-row div:last-child{\n    padding-top:4px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"clx-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card clx-hero\"\u003e\n\n      \u003cdiv class=\"clx-copy\"\u003e\n        \u003cdiv class=\"clx-kicker\"\u003e✨ Animated RGB Holiday Display\u003c\/div\u003e\n\n        \u003ch1 class=\"clx-title\"\u003e\n          Turn Any Window Into \u003cspan class=\"clx-accent\"\u003ea Moving Christmas Show.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"clx-lead\"\u003e\n          Bring Santa, snowflakes, reindeer, custom text and animated designs to life\n          on your balcony, window or wall — then change the look anytime from your phone or remote.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"clx-tags\"\u003e\n          \u003cdiv class=\"clx-tag\"\u003eAnimated Holiday Scenes\u003c\/div\u003e\n          \u003cdiv class=\"clx-tag\"\u003eBluetooth App + Remote\u003c\/div\u003e\n          \u003cdiv class=\"clx-tag\"\u003eDIY Text, Patterns \u0026amp; GIFs\u003c\/div\u003e\n          \u003cdiv class=\"clx-tag\"\u003eMusic Sync \u0026amp; Scheduling\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ca href=\"#product-form\" class=\"clx-btn\"\u003eCREATE MY HOLIDAY DISPLAY →\u003c\/a\u003e\n\n        \u003cp class=\"clx-micro\"\u003e\n          Bluetooth control is designed for nearby use. No Wi-Fi connection is listed for this model.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clx-hero-media\"\u003e\n        \u003cimg src=\"https:\/\/aureviaskincare-store.myshopify.com\/cdn\/shop\/files\/07D6F5C9-0D81-452C-9B65-E3154C5D6CD0.webp?v=1789866848\u0026amp;width=1445\" alt=\"Animated RGB curtain lights displaying a Christmas train on a balcony\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK VALUE --\u003e\n  \u003cdiv class=\"clx-value-grid\"\u003e\n    \u003cdiv class=\"clx-value\"\u003e\n      \u003cspan\u003e🎄\u003c\/span\u003e\n      \u003cstrong\u003eAnimated Christmas Scenes\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clx-value\"\u003e\n      \u003cspan\u003e📱\u003c\/span\u003e\n      \u003cstrong\u003eApp + Remote Control\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clx-value\"\u003e\n      \u003cspan\u003e✨\u003c\/span\u003e\n      \u003cstrong\u003eCreate Your Own Designs\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clx-value\"\u003e\n      \u003cspan\u003e🎉\u003c\/span\u003e\n      \u003cstrong\u003eUse Beyond Christmas\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VISUAL TRANSFORMATION --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card clx-show\"\u003e\n      \u003cdiv class=\"clx-two\"\u003e\n\n        \u003cdiv class=\"clx-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/1789976080.png?v=1789976333\" alt=\"Smart animated Christmas curtain lights\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"clx-copy\"\u003e\n          \u003cdiv class=\"clx-kicker\"\u003eMore Than Ordinary String Lights\u003c\/div\u003e\n\n          \u003ch2 class=\"clx-heading\"\u003e\n            Don't Just Light the Space. \u003cspan class=\"clx-accent\"\u003eMake It Move.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"clx-sub\"\u003e\n            Traditional lights stay the same night after night.\n            This animated RGB curtain lets you switch the entire look without rehanging a new set of decorations.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"clx-benefits\"\u003e\n            \u003cdiv class=\"clx-benefit\"\u003eChange the scene in seconds instead of rebuilding the display.\u003c\/div\u003e\n            \u003cdiv class=\"clx-benefit\"\u003eTurn a plain balcony, wall or window into a festive focal point.\u003c\/div\u003e\n            \u003cdiv class=\"clx-benefit\"\u003eUse one light curtain for multiple holidays, parties and celebrations.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CREATIVE SCENES --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card\"\u003e\n\n      \u003cdiv class=\"clx-two clx-reverse\"\u003e\n\n        \u003cdiv class=\"clx-media\"\u003e\n          \u003cimg src=\"https:\/\/aureviaskincare-store.myshopify.com\/cdn\/shop\/files\/D5F5B41F-E294-42E4-9054-A6D00A2EFDBA.webp?v=1789866848\u0026amp;width=1445\" alt=\"Animated curtain light designs including Santa snowflakes reindeer and holiday scenes\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"clx-copy\"\u003e\n          \u003cdiv class=\"clx-kicker\"\u003eOne Curtain. Endless Looks.\u003c\/div\u003e\n\n          \u003ch2 class=\"clx-heading\"\u003e\n            Christmas Tonight. \u003cspan class=\"clx-accent\"\u003eSomething New Tomorrow.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"clx-sub\"\u003e\n            Choose a ready-made holiday animation or create a display that feels more personal.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"clx-option-grid\"\u003e\n\n            \u003cdiv class=\"clx-option\"\u003e\n              \u003cstrong\u003e🎅 Holiday Presets\u003c\/strong\u003e\n              \u003cspan\u003e\n                Browse festive designs such as Santa, snowflakes, reindeer,\n                bows, snowmen and other Christmas scenes.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-option\"\u003e\n              \u003cstrong\u003e✍️ DIY Patterns \u0026amp; Text\u003c\/strong\u003e\n              \u003cspan\u003e\n                Build custom patterns or text-based displays in the compatible app.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-option\"\u003e\n              \u003cstrong\u003e🎞️ GIF Upload\u003c\/strong\u003e\n              \u003cspan\u003e\n                The source product information lists GIF upload as an available customization option.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-option\"\u003e\n              \u003cstrong\u003e🔄 Change It Anytime\u003c\/strong\u003e\n              \u003cspan\u003e\n                Switch the display again for New Year, birthdays, parties or another celebration.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONTROLS --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card clx-control\"\u003e\n      \u003cdiv class=\"clx-copy\"\u003e\n\n        \u003cdiv class=\"clx-kicker\"\u003eControl the Mood Your Way\u003c\/div\u003e\n\n        \u003ch2 class=\"clx-heading\"\u003e\n          Easy Controls. \u003cspan class=\"clx-accent\"\u003eMore Creative Freedom.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"clx-sub\"\u003e\n          Use the included remote for quick adjustments,\n          or open the Bluetooth app when you want deeper customization.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"clx-mode-grid\"\u003e\n\n          \u003cdiv class=\"clx-mode\"\u003e\n            \u003cdiv class=\"clx-mode-icon\"\u003e📱\u003c\/div\u003e\n            \u003cstrong\u003eApp Control\u003c\/strong\u003e\n            \u003cspan\u003eChange patterns, colors, brightness and effects.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-mode\"\u003e\n            \u003cdiv class=\"clx-mode-icon\"\u003e🎛️\u003c\/div\u003e\n            \u003cstrong\u003eRemote Control\u003c\/strong\u003e\n            \u003cspan\u003eHandle quick power, brightness and preset adjustments.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-mode\"\u003e\n            \u003cdiv class=\"clx-mode-icon\"\u003e🎵\u003c\/div\u003e\n            \u003cstrong\u003eMusic Sync\u003c\/strong\u003e\n            \u003cspan\u003eAdd responsive lighting effects to festive music and parties.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-mode\"\u003e\n            \u003cdiv class=\"clx-mode-icon\"\u003e⏰\u003c\/div\u003e\n            \u003cstrong\u003eDaily Schedule\u003c\/strong\u003e\n            \u003cspan\u003eSet automatic on\/off timing through the app.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MULTI OCCASION --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card\"\u003e\n\n      \u003cdiv class=\"clx-two\"\u003e\n\n        \u003cdiv class=\"clx-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/1789976157.png?v=1789976333\" alt=\"Animated curtain lights for multiple celebrations\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"clx-copy\"\u003e\n          \u003cdiv class=\"clx-kicker\"\u003eChristmas Ends. Your Lights Don't Have To.\u003c\/div\u003e\n\n          \u003ch2 class=\"clx-heading\"\u003e\n            One Installation. \u003cspan class=\"clx-accent\"\u003eMultiple Celebrations.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"clx-sub\"\u003e\n            Change the design instead of taking the whole lighting system down every time the occasion changes.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"clx-occasion-grid\"\u003e\n\n            \u003cdiv class=\"clx-occasion\"\u003e\n              \u003cdiv class=\"clx-occasion-icon\"\u003e🎄\u003c\/div\u003e\n              \u003cstrong\u003eChristmas\u003c\/strong\u003e\n              \u003cspan\u003eSanta, trees, snowflakes and festive animation.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-occasion\"\u003e\n              \u003cdiv class=\"clx-occasion-icon\"\u003e🎆\u003c\/div\u003e\n              \u003cstrong\u003eNew Year\u003c\/strong\u003e\n              \u003cspan\u003eSwitch to another animated celebration.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-occasion\"\u003e\n              \u003cdiv class=\"clx-occasion-icon\"\u003e🎂\u003c\/div\u003e\n              \u003cstrong\u003eBirthdays\u003c\/strong\u003e\n              \u003cspan\u003eCreate custom colors, graphics or text.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-occasion\"\u003e\n              \u003cdiv class=\"clx-occasion-icon\"\u003e🎉\u003c\/div\u003e\n              \u003cstrong\u003eParties\u003c\/strong\u003e\n              \u003cspan\u003ePair visual effects with music for extra atmosphere.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SETUP --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card\"\u003e\n      \u003cdiv class=\"clx-copy\"\u003e\n\n        \u003cdiv class=\"clx-kicker\"\u003eFrom Box to Display\u003c\/div\u003e\n\n        \u003ch2 class=\"clx-heading\"\u003e\n          Set It Up in \u003cspan class=\"clx-accent\"\u003e4 Simple Steps.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cdiv class=\"clx-steps\"\u003e\n\n          \u003cdiv class=\"clx-step\"\u003e\n            \u003cspan class=\"clx-step-num\"\u003e1\u003c\/span\u003e\n            \u003cstrong\u003eHang\u003c\/strong\u003e\n            \u003cspan\u003e\n              Position the curtain along a balcony railing, window frame or wall\n              using the included mounting accessories.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-step\"\u003e\n            \u003cspan class=\"clx-step-num\"\u003e2\u003c\/span\u003e\n            \u003cstrong\u003ePower\u003c\/strong\u003e\n            \u003cspan\u003e\n              Connect the USB power cable and keep the controller and power adapter protected from moisture.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-step\"\u003e\n            \u003cspan class=\"clx-step-num\"\u003e3\u003c\/span\u003e\n            \u003cstrong\u003ePair\u003c\/strong\u003e\n            \u003cspan\u003e\n              Open the compatible app and connect by Bluetooth while staying within normal Bluetooth range.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-step\"\u003e\n            \u003cspan class=\"clx-step-num\"\u003e4\u003c\/span\u003e\n            \u003cstrong\u003eCreate\u003c\/strong\u003e\n            \u003cspan\u003e\n              Choose a preset, adjust brightness, add effects or build a custom display.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card\"\u003e\n\n      \u003cdiv class=\"clx-two clx-reverse\"\u003e\n\n        \u003cdiv class=\"clx-media\"\u003e\n          \u003cimg src=\"https:\/\/aureviaskincare-store.myshopify.com\/cdn\/shop\/files\/A01EDE1C-1630-477C-A897-918AA37CE7C0.jpg?v=1789874163\u0026amp;width=1445\" alt=\"Animated curtain light set with remote USB cable mounting clips ties and instructions\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"clx-copy\"\u003e\n          \u003cdiv class=\"clx-kicker\"\u003eProduct Details\u003c\/div\u003e\n\n          \u003ch2 class=\"clx-heading\"\u003e\n            Everything You Need to \u003cspan class=\"clx-accent\"\u003eStart Decorating.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cdiv class=\"clx-specs\"\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eProduct Type\u003c\/div\u003e\n              \u003cdiv\u003eAnimated RGB LED curtain lights\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eControl\u003c\/div\u003e\n              \u003cdiv\u003eBluetooth app + physical remote\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eConnection\u003c\/div\u003e\n              \u003cdiv\u003eBluetooth only — no Wi-Fi\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eBluetooth Range\u003c\/div\u003e\n              \u003cdiv\u003eApprox. 30–50 ft \/ 10–15 m during setup and control\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003ePower\u003c\/div\u003e\n              \u003cdiv\u003eUSB powered\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eCustomization\u003c\/div\u003e\n              \u003cdiv\u003ePreset scenes, DIY patterns, text and GIF upload\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eEffects\u003c\/div\u003e\n              \u003cdiv\u003eBrightness control, music sync and scheduling\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eLight Curtain\u003c\/div\u003e\n              \u003cdiv\u003eIP65 rated according to the source product page\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"clx-spec-row\"\u003e\n              \u003cdiv\u003eIncluded\u003c\/div\u003e\n              \u003cdiv\u003eLight curtain, remote, USB cable, mounting clips\/ties and instructions as shown\u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-note\"\u003e\n            \u003cstrong\u003eOutdoor Use:\u003c\/strong\u003e\n            The light curtain is listed as IP65, but the controller box and power adapter are not waterproof.\n            Keep those components covered and dry during outdoor use.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"clx-note\"\u003e\n            \u003cstrong\u003eSize \u0026amp; LED Count:\u003c\/strong\u003e\n            These details were not included in the source content supplied for this page.\n            Add the confirmed size and LED quantity here once verified.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card\"\u003e\n      \u003cdiv class=\"clx-copy\"\u003e\n\n        \u003cdiv class=\"clx-kicker\"\u003eQuick Answers\u003c\/div\u003e\n\n        \u003ch2 class=\"clx-heading\"\u003e\n          Frequently Asked \u003cspan class=\"clx-accent\"\u003eQuestions.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cdiv class=\"clx-faq\"\u003e\n\n          \u003cdetails open\u003e\n            \u003csummary\u003eCan I control the lights from my phone?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              Yes. The supplied product information lists Bluetooth app control\n              for patterns, colors, brightness and other settings.\n              A physical remote is also included for quick adjustments.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes it use Wi-Fi?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              No. The supplied specifications describe Bluetooth control, not Wi-Fi.\n              Your phone needs to remain within Bluetooth range when controlling the display.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I control it while I'm away from home?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              No. Since the system uses Bluetooth rather than Wi-Fi,\n              it is designed for nearby control rather than remote access from another location.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I create my own display?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              Yes. The supplied product information lists DIY patterns,\n              custom text and GIF upload in addition to built-in designs.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes it sync to music?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              Music-responsive lighting is listed as one of the available app features.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I use it outdoors?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              The LED curtain is listed as IP65.\n              The controller and power adapter are not waterproof\n              and should remain protected in a dry, covered location.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs it only for Christmas?\u003c\/summary\u003e\n            \u003cdiv class=\"clx-answer\"\u003e\n              No. Because the visual design can be changed,\n              the same curtain can also be adapted for New Year celebrations,\n              birthdays and parties.\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"clx-section\"\u003e\n    \u003cdiv class=\"clx-card clx-final\"\u003e\n\n      \u003cdiv class=\"clx-kicker\"\u003e✨ Decorate Once. Change the Look Anytime.\u003c\/div\u003e\n\n      \u003ch2 class=\"clx-heading\"\u003e\n        Don't Hang More Lights.\n        \u003cspan class=\"clx-accent\"\u003eMake Your Lights Do More.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Create a balcony, window or wall display that changes with your holiday,\n        your music and your mood.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"clx-final-pill\"\u003e🎄 One Curtain • Endless Holiday Looks\u003c\/div\u003e\n\n      \u003cbr\u003e\n\n      \u003ca href=\"#product-form\" class=\"clx-btn\"\u003eCREATE MY HOLIDAY DISPLAY →\u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"CQJ","offers":[{"title":"40\" L × 40\" W","offer_id":45082881130589,"sku":"NC03242609213068-1M*1M-400灯","price":44.99,"currency_code":"USD","in_stock":true},{"title":"90\" L × 90\" W","offer_id":45082881163357,"sku":"NC03242609213068-2M*2M-400灯","price":54.99,"currency_code":"USD","in_stock":true},{"title":"140\" L × 140\" W","offer_id":45082881196125,"sku":"NC03242609213068-3M*3M-400灯","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/9797\/5645\/files\/F812F06E-BFB0-424F-8AA7-110DB73985FA_e9acf741-26e9-4732-9907-06ccb48a9110.jpg?v=1790049394","url":"https:\/\/pielyra.com\/products\/christmas-lights-bog","provider":"Pielyra","version":"1.0","type":"link"}