{"product_id":"0922-ledcld-lll","title":"🎄 50% OFF | Smart LED Curtain Lights – Make Christmas Come Alive ✨","description":"\u003cstyle\u003e \/* =========================================================    SMART ANIMATED CURTAIN LIGHTS    Shopify CRO Product Detail Page    Mobile First \/ Container Query \/ Scoped CSS ========================================================= *\/  .clx-page, .clx-page *{   box-sizing:border-box; }  .clx-page{   --clx-bg:#f5f8fc;   --clx-card:#ffffff;   --clx-navy:#112b4d;   --clx-blue:#276eb1;   --clx-blue-soft:#edf6ff;   --clx-red:#c83d43;   --clx-red-soft:#fff0f1;   --clx-gold:#c9942c;   --clx-gold-soft:#fff8e8;   --clx-green-soft:#eef8f3;    --clx-ink:#172331;   --clx-copy:#5a6876;   --clx-muted:#76828d;   --clx-line:#dfe7ef;    width:100%;   max-width:1080px;   margin:0 auto;   padding:0;    background:var(--clx-bg)!important;   color:var(--clx-ink)!important;    line-height:1.58;   container-type:inline-size; }  \/* SHOPIFY THEME PROTECTION *\/  .clx-page h1, .clx-page h2, .clx-page h3, .clx-page h4{   color:var(--clx-ink)!important;   opacity:1!important; }  .clx-page p, .clx-page span, .clx-page div, .clx-page summary, .clx-page li{   opacity:1!important; }  .clx-page img{   display:block;   width:100%;   max-width:100%;   height:auto;   border:0; }  .clx-section{   padding:10px; }  .clx-card{   overflow:hidden;    border:1px solid var(--clx-line);   border-radius:22px;    background:#fff!important;    box-shadow:0 8px 28px rgba(15,45,75,.045); }  .clx-copy{   padding:25px 20px; }  \/* =========================================================    TYPE ========================================================= *\/  .clx-kicker{   display:inline-flex;   align-items:center;    margin:0 0 14px;   padding:7px 11px;    border-radius:999px;    background:var(--clx-blue-soft)!important;   color:var(--clx-blue)!important;    font-size:11px;   line-height:1.2;   font-weight:850;   letter-spacing:.065em;   text-transform:uppercase; }  .clx-title{   margin:0 0 14px!important;    color:var(--clx-ink)!important;    font-size:clamp(34px,9vw,62px);   line-height:.98;   letter-spacing:-.04em;   font-weight:850; }  .clx-title .clx-accent, .clx-heading .clx-accent{   color:var(--clx-red)!important; }  .clx-heading{   margin:0 0 11px!important;    color:var(--clx-ink)!important;    font-size:clamp(27px,6.5vw,44px);   line-height:1.05;   letter-spacing:-.03em;   font-weight:850; }  .clx-lead{   max-width:780px;    margin:0!important;    color:var(--clx-copy)!important;    font-size:17px;   line-height:1.62; }  .clx-sub{   max-width:760px;    margin:0 0 18px!important;    color:var(--clx-copy)!important;    font-size:15px;   line-height:1.65; }  \/* =========================================================    HERO ========================================================= *\/  .clx-hero{   background:     radial-gradient(       circle at 88% 8%,       rgba(39,110,177,.14),       transparent 33%     ),     radial-gradient(       circle at 10% 90%,       rgba(200,61,67,.08),       transparent 26%     ),     #fff!important; }  .clx-media{   background:#edf3f8!important; }  .clx-media img{   width:100%; }  .clx-hero-media{   padding:8px; }  .clx-hero-media img{   border-radius:17px; }  .clx-tags{   display:grid;   grid-template-columns:1fr;   gap:8px;    margin-top:17px; }  .clx-tag{   position:relative;    padding:12px 12px 12px 42px;    border:1px solid var(--clx-line);   border-radius:13px;    background:#fff!important;    color:#344352!important;    font-size:13px;   line-height:1.4;   font-weight:800; }  .clx-tag:before{   content:'✓';    position:absolute;   left:13px;   top:10px;    width:22px;   height:22px;    display:grid;   place-items:center;    border-radius:50%;    background:var(--clx-blue)!important;   color:#fff!important;    font-size:12px;   font-weight:900; }  \/* =========================================================    PAIN ========================================================= *\/  .clx-pain{   background:     linear-gradient(       145deg,       #fff7f4 0%,       #ffffff 55%,       #f2f7fc 100%     )!important; }  .clx-pain-list{   display:grid;   gap:9px;   margin-top:18px; }  .clx-pain-item{   display:flex;   align-items:flex-start;   gap:11px;    padding:13px 14px;    border:1px solid #ebe5e3;   border-radius:14px;    background:#fff!important; }  .clx-pain-icon{   flex:0 0 28px;    width:28px;   height:28px;    display:grid;   place-items:center;    border-radius:50%;    background:var(--clx-red-soft)!important;   color:var(--clx-red)!important;    font-weight:900; }  .clx-pain-item strong{   display:block;   margin-bottom:2px;   color:#293644!important; }  .clx-pain-item div{   color:#66727e!important;   font-size:13px;   line-height:1.48; }  \/* =========================================================    TWO COLUMN ========================================================= *\/  .clx-two{   display:grid; }  \/* =========================================================    INTERACTIVE MODES ========================================================= *\/  .clx-learn{   display:grid;   gap:9px;   margin-top:18px; }  .clx-learn details{   overflow:hidden;    border:1px solid var(--clx-line);   border-radius:14px;    background:#fff!important; }  .clx-learn summary{   position:relative;    padding:16px 46px 16px 16px;    list-style:none;   cursor:pointer;    color:#293746!important;    font-weight:800; }  .clx-learn summary::-webkit-details-marker{   display:none; }  .clx-learn summary:after{   content:'+';    position:absolute;   top:9px;   right:16px;    color:var(--clx-blue)!important;    font-size:27px; }  .clx-learn details[open] summary:after{   content:'−'; }  .clx-answer{   padding:0 16px 17px;    color:#64717e!important;    font-size:14px;   line-height:1.6; }  \/* =========================================================    BENEFITS ========================================================= *\/  .clx-benefits{   display:grid;   gap:9px;   margin-top:17px; }  .clx-benefit{   position:relative;    padding:13px 13px 13px 46px;    border:1px solid var(--clx-line);   border-radius:14px;    background:#fff!important;    color:#414e5b!important;    font-size:14px;   line-height:1.45;   font-weight:750; }  .clx-benefit:before{   content:'✓';    position:absolute;   left:13px;   top:12px;    width:23px;   height:23px;    display:grid;   place-items:center;    border-radius:50%;    background:var(--clx-blue)!important;   color:#fff!important;    font-size:12px;   font-weight:900; }  \/* =========================================================    CONTROL MODES ========================================================= *\/  .clx-control{   background:     linear-gradient(       145deg,       #edf6ff,       #ffffff 65%     )!important; }  .clx-mode-grid{   display:grid;   grid-template-columns:1fr 1fr;   gap:9px;   margin-top:18px; }  .clx-mode{   min-height:132px;    padding:15px 13px;    border:1px solid var(--clx-line);   border-radius:15px;    background:#fff!important; }  .clx-mode-icon{   margin-bottom:9px;   font-size:25px;   line-height:1; }  .clx-mode strong{   display:block;   margin-bottom:4px;   color:#293643!important; }  .clx-mode span{   color:#687581!important;   font-size:12px;   line-height:1.42; }  \/* =========================================================    SETUP ========================================================= *\/  .clx-steps{   display:grid;   gap:10px;   margin-top:18px; }  .clx-step{   position:relative;    padding:16px 14px 16px 58px;    border:1px solid var(--clx-line);   border-radius:15px;    background:#fff!important; }  .clx-step-num{   position:absolute;   left:14px;   top:14px;    width:31px;   height:31px;    display:grid;   place-items:center;    border-radius:50%;    background:var(--clx-navy)!important;   color:#fff!important;    font-size:13px;   font-weight:900; }  .clx-step strong{   display:block;   margin-bottom:3px;   color:#293642!important; }  .clx-step span{   color:#687581!important;   font-size:13px;   line-height:1.5; }  \/* =========================================================    OCCASIONS ========================================================= *\/  .clx-occasion-grid{   display:grid;   grid-template-columns:1fr 1fr;   gap:9px;    margin-top:18px; }  .clx-occasion{   min-height:115px;    padding:15px 12px;    border:1px solid var(--clx-line);   border-radius:14px;    background:#fff!important; }  .clx-occasion-icon{   margin-bottom:8px;   font-size:24px; }  .clx-occasion strong{   display:block;   margin-bottom:3px;   color:#293642!important; }  .clx-occasion span{   color:#6b7681!important;   font-size:12px;   line-height:1.4; }  \/* =========================================================    SPECS ========================================================= *\/  .clx-specs{   overflow:hidden;    margin-top:18px;    border:1px solid var(--clx-line);   border-radius:15px;    background:#fff!important; }  .clx-spec-row{   display:grid;   grid-template-columns:42% 58%;    border-bottom:1px solid var(--clx-line); }  .clx-spec-row:last-child{   border-bottom:0; }  .clx-spec-row div{   padding:12px; }  .clx-spec-row div:first-child{   background:#f4f7fa!important;   color:#2d3b48!important;   font-weight:800; }  .clx-spec-row div:last-child{   color:#626f7b!important; }  .clx-note{   margin-top:16px;    padding:13px 14px;    border:1px solid #eadfc6;   border-radius:13px;    background:#fff9eb!important;    color:#685f4a!important;    font-size:12px;   line-height:1.55; }  \/* =========================================================    FAQ ========================================================= *\/  .clx-faq{   display:grid;   gap:9px;   margin-top:18px; }  .clx-faq details{   overflow:hidden;    border:1px solid var(--clx-line);   border-radius:14px;    background:#fff!important; }  .clx-faq summary{   position:relative;    padding:16px 46px 16px 16px;    list-style:none;   cursor:pointer;    color:#293642!important;    font-weight:800; }  .clx-faq summary::-webkit-details-marker{   display:none; }  .clx-faq summary:after{   content:'+';    position:absolute;   top:9px;   right:16px;    color:var(--clx-blue)!important;    font-size:27px; }  .clx-faq details[open] summary:after{   content:'−'; }  \/* =========================================================    CTA ========================================================= *\/  .clx-final{   padding:34px 21px;    background:     radial-gradient(       circle at 86% 15%,       rgba(39,110,177,.15),       transparent 31%     ),     radial-gradient(       circle at 10% 90%,       rgba(200,61,67,.09),       transparent 28%     ),     #fff!important;    text-align:center; }  .clx-final .clx-heading{   max-width:720px;   margin-left:auto!important;   margin-right:auto!important; }  .clx-final p{   max-width:650px;    margin:0 auto!important;    color:#606e7a!important; }  .clx-final-pill{   display:inline-block;    margin-top:18px;   padding:10px 17px;    border-radius:999px;    background:var(--clx-navy)!important;   color:#fff!important;    font-size:13px;   font-weight:850; }  \/* =========================================================    CONTAINER QUERY ========================================================= *\/  @container (min-width:720px){    .clx-section{     padding:19px;   }    .clx-copy{     padding:38px;   }    .clx-tags{     grid-template-columns:repeat(3,1fr);   }    .clx-two{     grid-template-columns:1fr 1fr;     align-items:center;   }    .clx-two.clx-reverse \u003e :first-child{     order:2;   }    .clx-two.clx-reverse \u003e :last-child{     order:1;   }    .clx-mode-grid{     grid-template-columns:repeat(4,1fr);   }    .clx-steps{     grid-template-columns:repeat(4,1fr);   }    .clx-step{     padding:58px 18px 18px;   }    .clx-step-num{     left:18px;   }    .clx-occasion-grid{     grid-template-columns:repeat(4,1fr);   }    .clx-final{     padding:52px 40px;   }  } \u003c\/style\u003e\n\u003cdiv class=\"clx-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card clx-hero\"\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003e✨ One Light Curtain. Endless Looks.\u003c\/div\u003e\n\u003ch2 class=\"clx-title\"\u003eTurn Your Balcony Into \u003cspan class=\"clx-accent\"\u003ea Holiday Show.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"clx-lead\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/9797\/5645\/files\/1_b9e695ae-e775-4771-9699-09c3d74e584e.webp?v=1790063495\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"clx-lead\"\u003eTransform a plain railing, window or wall into an animated RGB display you can change from your phone or remote— without reinstalling your decorations every time.\u003c\/p\u003e\n\u003cp class=\"clx-lead\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/9797\/5645\/files\/1789976080_14e7c647-a146-4247-8a8f-72c1488d7084.png?v=1790049394\" alt=\"🎄💯Smart Animated Curtain Lights – App-Controlled RGB Balcony \u0026amp; Window Display\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-copy\" style=\"padding-top: 10px;\"\u003e\n\u003cdiv class=\"clx-tags\"\u003e\n\u003cdiv class=\"clx-tag\"\u003eBluetooth App + Remote Control\u003c\/div\u003e\n\u003cdiv class=\"clx-tag\"\u003ePresets, DIY Designs \u0026amp; GIFs\u003c\/div\u003e\n\u003cdiv class=\"clx-tag\"\u003eMusic Sync \u0026amp; Daily Scheduling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PAIN --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card clx-pain\"\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eWhy Settle for Static Lights?\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eSame Lights. \u003cspan class=\"clx-accent\"\u003eSame Look. Every Night.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"clx-sub\"\u003eTraditional string lights can look beautiful—but changing the whole theme usually means buying, hanging and storing even more decorations.\u003c\/p\u003e\n\u003cdiv class=\"clx-pain-list\"\u003e\n\u003cdiv class=\"clx-pain-item\"\u003e\n\u003cspan class=\"clx-pain-icon\"\u003e×\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOne look gets repetitive\u003c\/strong\u003e Change the scene instead of rebuilding the display.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-pain-item\"\u003e\n\u003cspan class=\"clx-pain-icon\"\u003e×\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eToo many separate decorations\u003c\/strong\u003e Use one curtain for multiple animated designs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-pain-item\"\u003e\n\u003cspan class=\"clx-pain-icon\"\u003e×\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eManual changes get old fast\u003c\/strong\u003e Switch scenes, brightness and effects from nearby with your phone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTERACTIVE LEARNING --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card\"\u003e\n\u003cdiv class=\"clx-two\"\u003e\n\u003cdiv class=\"clx-media\"\u003e\u003cimg loading=\"lazy\" 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\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eChange the Scene Whenever You Want\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eChristmas Tonight. \u003cspan class=\"clx-accent\"\u003eSomething New Tomorrow.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"clx-sub\"\u003eChoose a ready-made animation or create a display that feels more personal.\u003c\/p\u003e\n\u003cdiv class=\"clx-learn\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eReady-Made Holiday Scenes\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eBrowse festive designs such as Santa, snowflakes, reindeer, bows, snowmen and Christmas scenes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDIY Patterns \u0026amp; Text\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eUse the app's DIY tools to create custom patterns or text-based displays for a more personalized setup.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eUpload a GIF\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eThe source product page lists GIF upload as one of the available customization options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eSwitch Themes Beyond Christmas\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eChange the design again for New Year's celebrations, birthdays or another holiday instead of rehanging new lights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONTROL MODES --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card clx-control\"\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eMore Ways to Control the Mood\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eLight It Your Way.\u003c\/h2\u003e\n\u003cp class=\"clx-sub\"\u003eKeep everyday controls simple with the included remote, or open the Bluetooth app when you want deeper customization.\u003c\/p\u003e\n\u003cdiv class=\"clx-mode-grid\"\u003e\n\u003cdiv class=\"clx-mode\"\u003e\n\u003cdiv class=\"clx-mode-icon\"\u003e📱\u003c\/div\u003e\n\u003cstrong\u003e App Control \u003c\/strong\u003e \u003cspan\u003e Change patterns, colors, brightness and effects. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-mode\"\u003e\n\u003cdiv class=\"clx-mode-icon\"\u003e🎛️\u003c\/div\u003e\n\u003cstrong\u003e Remote Control \u003c\/strong\u003e \u003cspan\u003e Handle quick power, brightness and preset adjustments. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-mode\"\u003e\n\u003cdiv class=\"clx-mode-icon\"\u003e🎵\u003c\/div\u003e\n\u003cstrong\u003e Music Sync \u003c\/strong\u003e \u003cspan\u003e Add responsive lighting effects to festive music and parties. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-mode\"\u003e\n\u003cdiv class=\"clx-mode-icon\"\u003e⏰\u003c\/div\u003e\n\u003cstrong\u003e Daily Schedule \u003c\/strong\u003e \u003cspan\u003e Set automatic on\/off timing through the app. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MULTI USE --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card\"\u003e\n\u003cdiv class=\"clx-two clx-reverse\"\u003e\n\u003cdiv class=\"clx-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/1789976157.png?v=1789976333\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eMore Than Christmas Lights\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eOne Installation. \u003cspan class=\"clx-accent\"\u003eMultiple Occasions.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"clx-sub\"\u003eChange the design rather than taking the entire lighting system down whenever the occasion changes.\u003c\/p\u003e\n\u003cdiv class=\"clx-occasion-grid\"\u003e\n\u003cdiv class=\"clx-occasion\"\u003e\n\u003cdiv class=\"clx-occasion-icon\"\u003e🎄\u003c\/div\u003e\n\u003cstrong\u003eChristmas\u003c\/strong\u003e \u003cspan\u003e Santa, trees, snowflakes and festive animation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-occasion\"\u003e\n\u003cdiv class=\"clx-occasion-icon\"\u003e🎆\u003c\/div\u003e\n\u003cstrong\u003eNew Year\u003c\/strong\u003e \u003cspan\u003e Switch to another animated celebration. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-occasion\"\u003e\n\u003cdiv class=\"clx-occasion-icon\"\u003e🎂\u003c\/div\u003e\n\u003cstrong\u003eBirthdays\u003c\/strong\u003e \u003cspan\u003e Create custom colors, graphics or text. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-occasion\"\u003e\n\u003cdiv class=\"clx-occasion-icon\"\u003e🎉\u003c\/div\u003e\n\u003cstrong\u003eParties\u003c\/strong\u003e \u003cspan\u003e Pair visual effects with music for extra atmosphere. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card\"\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eFrom Box to Display\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eSet It Up in \u003cspan class=\"clx-accent\"\u003e4 Simple Steps.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"clx-steps\"\u003e\n\u003cdiv class=\"clx-step\"\u003e\n\u003cspan class=\"clx-step-num\"\u003e1\u003c\/span\u003e \u003cstrong\u003e Hang \u003c\/strong\u003e \u003cspan\u003e Position the curtain along a balcony railing, window frame or wall using the included mounting accessories. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-step\"\u003e\n\u003cspan class=\"clx-step-num\"\u003e2\u003c\/span\u003e \u003cstrong\u003e Power \u003c\/strong\u003e \u003cspan\u003e Connect the USB power cable and keep the controller and power adapter protected from moisture. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-step\"\u003e\n\u003cspan class=\"clx-step-num\"\u003e3\u003c\/span\u003e \u003cstrong\u003e Pair \u003c\/strong\u003e \u003cspan\u003e Open the compatible app and connect by Bluetooth while staying within normal Bluetooth range. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clx-step\"\u003e\n\u003cspan class=\"clx-step-num\"\u003e4\u003c\/span\u003e \u003cstrong\u003e Create \u003c\/strong\u003e \u003cspan\u003e Choose a preset, adjust the brightness, or build a custom display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE \/ SPECS --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card\"\u003e\n\u003cdiv class=\"clx-two\"\u003e\n\u003cdiv class=\"clx-media\"\u003e\u003cimg loading=\"lazy\" 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\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eEverything You Need to \u003cspan class=\"clx-accent\"\u003eStart Decorating.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"clx-specs\"\u003e\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\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\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\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\u003cdiv class=\"clx-spec-row\"\u003e\n\u003cdiv\u003ePower\u003c\/div\u003e\n\u003cdiv\u003eUSB powered\u003c\/div\u003e\n\u003c\/div\u003e\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\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\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\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\u003c\/div\u003e\n\u003cdiv class=\"clx-note\"\u003e\n\u003cstrong\u003eOutdoor Use:\u003c\/strong\u003e The light curtain is listed as IP65, but the controller box and power adapter are not waterproof. Keep those components covered and dry during outdoor use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card\"\u003e\n\u003cdiv class=\"clx-copy\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003eQuick Answers\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"clx-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I control the lights from my phone?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eYes. The product page lists Bluetooth app control for patterns, colors, brightness, groups and other settings. A physical remote is also included for quick adjustments.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it use Wi-Fi?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eNo. The source specifications describe Bluetooth control, not Wi-Fi. Your phone needs to remain within Bluetooth range when controlling the display.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I control it while I'm away from home?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eNo. Since the system uses Bluetooth rather than Wi-Fi, it is designed for nearby control rather than remote access from another location.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I create my own display?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eYes. The source product page lists DIY patterns, custom text and GIF upload in addition to built-in designs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it sync to music?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eMusic-responsive lighting is listed as one of the available app features.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eThe LED curtain is listed as IP65. The controller and power adapter are not waterproof and should remain protected in a dry, covered location.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it only for Christmas?\u003c\/summary\u003e\n\u003cdiv class=\"clx-answer\"\u003eNo. Because the visual design can be changed, the same curtain can also be adapted for other celebrations, including New Year's events, birthdays and parties.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"clx-section\"\u003e\n\u003cdiv class=\"clx-card clx-final\"\u003e\n\u003cdiv class=\"clx-kicker\"\u003e✨ Decorate Once. Change the Look Anytime.\u003c\/div\u003e\n\u003ch2 class=\"clx-heading\"\u003eDon't Hang More Lights. \u003cspan class=\"clx-accent\"\u003eMake Your Lights Do More.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eCreate a balcony, window or wall display that changes with your holiday, your music and your mood.\u003c\/p\u003e\n\u003cdiv class=\"clx-final-pill\"\u003e🎄 One Curtain • Endless Holiday Looks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"40' L × 40' W","offer_id":45083489337437,"sku":"NC03242609213068-1M*1M-400灯","price":45.99,"currency_code":"USD","in_stock":true},{"title":"90' L × 90' W","offer_id":45083489370205,"sku":"NC03242609213068-2M*2M-400灯","price":54.99,"currency_code":"USD","in_stock":true},{"title":"140' L × 140' W","offer_id":45083489402973,"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.jpg?v=1790045945","url":"https:\/\/pielyra.com\/products\/0922-ledcld-lll","provider":"Pielyra","version":"1.0","type":"link"}