www.sakertool.co.uk Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.sakertool.co.uk/products/saker-led-strip-lights?utm_source=fb
Submission: On May 16 via api from US — Scanned from CA

Form analysis 18 forms found in the DOM

POST /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden"
    value="/products/saker-led-strip-lights?utm_source=fb&amp;variant=40302677819466"><input name="country_code" type="hidden" value="CA"><button class="recommendation-modal__close-button" type="submit"><svg aria-label="Dismiss" viewBox="0 0 20 20"
      xmlns="http://www.w3.org/2000/svg" style="height: 1em; width: 1em;">
      <path d="M11.414 10l6.293-6.293a.999.999 0 1 0-1.414-1.414L10 8.586 3.707 2.293a.999.999 0 1 0-1.414 1.414L8.586 10l-6.293 6.293a.999.999 0 1 0 1.414 1.414L10 11.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"
        fill="#333333"></path>
    </svg></button></form>

POST /localization

<form action="/localization" method="POST" class="recommendation-modal__form"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden"
    value="/products/saker-led-strip-lights?utm_source=fb&amp;variant=40302677819466"><input name="country_code" type="hidden" value="CA"><button class="recommendation-modal__button" type="submit"
    style="background-color: rgb(41, 142, 91); color: rgb(255, 255, 255);">Continue</button></form>

GET /search

<form action="/search" method="get" role="search">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="search" name="q" value="" class="txtboxs" placeholder="Search" aria-label="Search">
    </div>
    <button class="btn btn-link search-btn" type="submit" value="Search"><span class="fa fa-search"></span><span>Search</span></button>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="hidden" name="type" value="product">
      <input type="search" name="q" value="" class="txtbox" placeholder="Search" aria-label="Search">
      <button class="btn btn-link" type="submit" value="Search"><span class="fa fa-search"></span></button>
    </div>
  </div>
</form>

POST /cart/add

<form class="form-add-to-cart form-horizontal" action="/cart/add" method="post" enctype="multipart/form-data" id="addToCartForm">
  <div class="col-lg-6 col-md-5 col-sm-6 animated animation-done  bounceInRight" data-animation="bounceInRight">
    <div class="desc_blk">
      <div class="variations mt15" style="margin-top:0;">
        <div class="row">
          <div class="col-sm-12">
            <div class="selector-wrapper main-product-select hidden" style="display: none;">
              <select class="single-option-selector" id="SingleOptionSelector-0">
                <option selected="">5 meters (50 lights)</option>
                <option>10 meters (100 lights)</option>
                <option>20 meters (200 lights)</option>
              </select>
            </div>
            <style>
              label[for="product-select-option-0"] {
                display: none;
              }

              #product-select-option-0 {
                display: none;
              }

              #product-select-option-0+.custom-style-select-box {
                display: none !important;
              }
            </style>
            <script>
              jQuery(window).load(function() {
                jQuery('.selector-wrapper:eq(0)').hide();
              });
            </script>
            <div class="swatch clearfix" data-option-index="0">
              <div><span class="option-label">Length :</span></div>
              <div data-value="5 meters (50 lights)" class="swatch-element size 5-meters-50-lights available">
                <input id="swatch-0-5-meters-50-lights" type="radio" name="option-0" value="5 meters (50 lights)" checked="">
                <label for="swatch-0-5-meters-50-lights"> 5 meters (50 lights) </label>
              </div>
              <script>
                jQuery('.swatch[data-option-index="0"] .5-meters-50-lights').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
              </script>
              <div data-value="10 meters (100 lights)" class="swatch-element size 10-meters-100-lights available">
                <input id="swatch-0-10-meters-100-lights" type="radio" name="option-0" value="10 meters (100 lights)">
                <label for="swatch-0-10-meters-100-lights"> 10 meters (100 lights) </label>
              </div>
              <script>
                jQuery('.swatch[data-option-index="0"] .10-meters-100-lights').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
              </script>
              <div data-value="20 meters (200 lights)" class="swatch-element size 20-meters-200-lights available">
                <input id="swatch-0-20-meters-200-lights" type="radio" name="option-0" value="20 meters (200 lights)">
                <label for="swatch-0-20-meters-200-lights"> 20 meters (200 lights) </label>
              </div>
              <script>
                jQuery('.swatch[data-option-index="0"] .20-meters-200-lights').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
              </script>
            </div>
            <style>
              .pro-add-cart label {
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
                font-weight: 700;
              }

              .pro-add-cart input {
                display: none;
              }

              .swatch {
                text-transform: uppercase;
                border-bottom: 1px solid #e7e7e7;
                margin: 0 15px;
                padding: 15px 0;
              }

              /* Hide radio buttons.*/
              .swatch input {
                display: none;
              }

              .swatch label {
                display: block;
                /*position: relative;*/
                text-align: center;
                border: 1px solid #e5e5e5;
                border-radius: 3px;
                color: #333333;
                text-decoration: none;
                cursor: pointer;
                padding: 8px 10px;
                font-size: 13px;
                line-height: 15px;
                margin: 0 2.5px;
                -webkit-transition: all 0.3s 0s ease;
                -moz-transition: all 0.3s 0s ease;
                -ms-transition: all 0.3s 0s ease;
                -o-transition: all 0.3s 0s ease;
                transition: all 0.3s 0s ease;
                margin-bottom: 5px;
              }

              .swatch .size label {
                width: auto;
                height: auto;
                min-width: 40px;
              }

              .swatch .color label {
                -webkit-transition: all 0s 0s ease;
                -moz-transition: all 0s 0s ease;
                -ms-transition: all 0s 0s ease;
                -o-transition: all 0s 0s ease;
                transition: all 0s 0s ease;
              }

              .swatch label:hover {
                text-decoration: none;
                background-color: #4aaa9e;
                border: 1px solid #4aaa9e;
                color: #fff;
              }

              .swatch .color input+label:before,
              .swatch .size input+label:before {
                content: '';
                display: block;
                /* position: absolute;*/
                width: 100%;
                height: 100%;
                border: 0px solid #ffffff;
                line-height: 15px;
                -webkit-transition: 0.1s;
                -o-transition: 0.1s;
                transition: 0.1s;
                -webkit-transition: 0.1s 0.3s 0s ease;
                -moz-transition: 0.1s 0.3s 0s ease;
                -ms-transition: 0.1s 0.3s 0s ease;
                -o-transition: 0.1s 0.3s 0s ease;
                transition: 0.1s 0.3s 0s ease;
              }

              .swatch .color input:checked+label,
              .swatch .size input:checked+label {
                border: 1px solid #4aaa9e;
                background: #4aaa9e;
                color: #fff;
              }

              .swatch-element label {}

              .color.swatch-element label {
                min-width: 19px !important;
              }

              /* Styling selected swatch */
              /* Slightly raised */
              .swatch input:checked+label {
                text-decoration: none;
                /*background-color: #333333;
  color: #ffffff;*/
              }

              .swatch .swatch-element {
                float: left;
                -webkit-transform: translateZ(0);
                /* webkit flicker fix */
                -webkit-font-smoothing: antialiased;
                /* webkit text rendering fix */
                /* Spacing between buttons */
                margin-right: 4px;
                /* To position the sold out graphic and tooltip */
                position: relative;
              }

              .swatch .swatch-element-2 {
                display: inline-block;
                float: none !important;
              }

              /* Image with the cross in it */
              .crossed-out {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
              }

              .swatch .swatch-element .crossed-out {
                display: none;
              }

              .swatch .swatch-element.soldout .crossed-out {
                display: block;
              }

              .swatch .swatch-element.soldout label {
                filter: alpha(opacity=60);
                /* internet explorer */
                -khtml-opacity: 0.6;
                /* khtml, old safari */
                -moz-opacity: 0.6;
                /* mozilla, netscape */
                opacity: 0.6;
                /* fx, safari, opera */
                cursor: default;
              }

              /* CSS triangle */
              .swatch.error {
                background-color: #E8D2D2 !important;
                color: #333 !important;
                padding: 1em;
                border-radius: 5px;
              }

              .swatch.error p {
                margin: 0.7em 0;
              }

              .swatch.error p:first-child {
                margin-top: 0;
              }

              .swatch.error p:last-child {
                margin-bottom: 0;
              }

              .swatch.error code {
                font-family: monospace;
              }

              @media (max-width: 767px) {
                .swatch .header {
                  display: inline-block;
                  text-align: center;
                }
              }

              .option-label {
                margin-right: 10px;
                line-height: 40px;
              }
            </style>
            <select name="id" id="product-select-7130953023562 product-vars" class="product-variants form-control hidden">
              <option selected="selected" data-sku="CP48285-X39580" value="40302677819466">5 meters (50 lights) - £14.99 GBP</option>
              <option data-sku="CP48285-X39581" value="40302677852234">10 meters (100 lights) - £17.99 GBP</option>
              <option data-sku="CP48285-X39582" value="40302677885002">20 meters (200 lights) - £24.99 GBP</option>
            </select>
          </div>
        </div>
      </div>
      <div class="desc_blk_bot clearfix">
        <div class="product-qty-price">
          <div class="qty product-page-qty"> <a class="minus_btn"></a>
            <input type="text" id="quantity" name="quantity" class="txtbox" value="1" min="1">
            <a class="plus_btn"></a>
          </div>
          <div class="price">
            <span id="productPrice" temprop="price" content="14.99">£14.99</span>
          </div>
        </div>
        <input type="submit" name="add" class="btn_c" id="addToCart" value="Add to Cart"><afterpay-placement data-locale="en_GB" data-currency="GBP" data-cbt-enabled="false" data-min="1" data-max="1200" data-show-upper-limit="true"
          data-show-lower-limit="false" data-show-if-outside-limits="true" data-payment-amount-is-bold="true" data-size="sm" data-logo-type="compact-badge" id="placement-1684260294542" data-amount="14.99"
          style="margin-top: 15px; margin-bottom: 0px; font-size: 12px; text-align: center;"></afterpay-placement>
        <div class="maximum-in-stock-error">Maximum quantity available reached.</div>
        <div class="pro_position"></div>
        <div class="paypal-icon">
          <div class="recart-messenger-widget"></div>
          <div class="saso-volumes">
            <div class="saso-volume-discount-tiers">
              <h4></h4>
              <table class="saso-table">
                <thead>
                  <tr>
                    <th>Minimum Qty</th>
                    <th>Discount</th>
                    <!--<th>&nbsp;</th>-->
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td>2+</td>
                    <td><span class="saso-price">5% Off</span><!-- <span class="saso-price">£14.24</span> --></td>
                    <!-- <td><a href="#" class="saso-add-to-cart" data-quantity="2">Add to Cart</a></td> -->
                  </tr>
                  <tr>
                    <td>3+</td>
                    <td><span class="saso-price">8% Off</span><!-- <span class="saso-price">£13.79</span> --></td>
                    <!-- <td><a href="#" class="saso-add-to-cart" data-quantity="3">Add to Cart</a></td> -->
                  </tr>
                  <tr>
                    <td>4+</td>
                    <td><span class="saso-price">10% Off</span><!-- <span class="saso-price">£13.49</span> --></td>
                    <!-- <td><a href="#" class="saso-add-to-cart" data-quantity="4">Add to Cart</a></td> -->
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <div class="ba-vol-wrapper"></div>
          <img style="margin-bottom:0;" class="img-responsive center-block" src="//cdn.shopify.com/s/files/1/0225/4818/5162/files/333333.png?v=1613629941" alt="payment">
        </div>
      </div>
    </div>
    <div class="ba-bundle-wrapper"></div>
    <div class="saso-bundle"></div>
    <div class="desc_blk">
      <h5>Product Description</h5>
      <!-- variations section  -->
      <!-- cart section end -->
      <div class="rte" itemprop="description">
        <p><span style="color: #ff8000;"><strong data-mce-fragment="1">FEATURES:</strong></span></p>
        <ul id="mylist">
          <li>
            <p><strong>Waterproof LED Lights:</strong> The Itslux LED Strip Lights are designed with fully encapsulated glue-sealed LED bulbs, making them waterproof and durable for long-term use. This also ensures high brightness and low power
              consumption, allowing you to save money on energy bills while enjoying bright, vibrant lighting.</p>
          </li>
          <li>
            <p><strong>Flexible and Versatile Design:</strong> With a soft, flexible wire and three strands of parallel wiring, the Itslux LED Strip Lights are easy to shape and mold to fit any space. They are lightweight and compact, making them
              perfect for decorating narrow spaces, corners, and hard-to-reach areas. Plus, the high flexibility of the wiring means that it won't easily knot or break, giving you long-lasting use.</p>
          </li>
          <li>
            <p><strong>Multi-Functional Lighting:</strong> The ItsluxLED Strip Lights offer a range of lighting modes and colors to suit any mood or occasion. You can choose from 210 different lighting modes, including RGB color-changing,
              voice-activated, music sync, and timer-controlled modes. This makes them ideal for creating a unique atmosphere for parties, festivals, or any special occasion.</p>
          </li>
          <li>
            <p><strong>Convenient Remote Control:</strong> The Itslux LED Strip Lights come with a remote control that allows you to easily switch between different lighting modes, adjust the brightness, and set the timer. This makes it convenient to
              use them from a distance, without having to get up and manually adjust the lights. Additionally, the remote control has a wide range, making it suitable for use in large rooms or outdoor spaces.</p>
          </li>
          <li>
            <p><strong>Suitable for Various Occasions:</strong> The Itslux LED Strip Lights are perfect for adding a festive or cozy atmosphere to any indoor or outdoor setting. You can use them for room decoration, party lighting, Christmas and
              Halloween decoration, or even as a colorful backdrop for your photography or video shoots. They are also ideal for decorating bars, night markets, and other commercial venues to attract customers.</p>
          </li>
        </ul>
        <p><img width="190" height="190" alt="" src="https://cdn.shoplazza.com/e21688703847ab554c8fd866252df57a.gif"><img width="190" height="190" alt="" src="https://cdn.shoplazza.com/f22a26e6b55778e207a9c11e36a7e2d2.gif"><img width="190"
            height="190" alt="" src="https://cdn.shoplazza.com/97f305a9d9b2002bef82463d5a79a139.gif"><img width="190" height="190" alt="" src="https://cdn.shoplazza.com/0554c3facdfd5f41bc3abd5c806a5e4b.gif"></p>
        <p data-mce-fragment="1"><span style="color: #ff8000;" data-mce-fragment="1"><strong data-mce-fragment="1">SPECIFICATIONS:</strong></span></p>
        <ul id="mylist">
          <li class="mylistitemclass" data-mce-fragment="1">Material: Waterproof rubber wire + copper wire</li>
          <li class="mylistitemclass" data-mce-fragment="1">Power supply mode: USB power supply 5V</li>
          <li class="mylistitemclass" data-mce-fragment="1">Waterproof grade: IP65</li>
        </ul>
        <p data-mce-fragment="1"><span style="color: #ff8000;"><strong data-mce-fragment="1">PACKAGE INCLUDES:</strong></span></p>
        <ul id="mylist">
          <li class="mylistitemclass">1 pc*Itslux Led Strip Lights+USB+40 key remote control</li>
        </ul>
        <div class="delivery_time_new">
          <p>
            <img src="https://cdn.shopify.com/s/files/1/0057/3295/8279/files/1_2e1d3b3e-e83d-4c20-b16e-bfa837771436.png?3007"><span id="dynamic_counter">76</span><span> people are currently looking at this product</span>
          </p>
        </div>
        <script type="text/javascript">
          function RndNum(n) {
            var rnd = "";
            for (var i = 0; i < n; i++) rnd += Math.floor(Math.random() * 89 + 10);
            return rnd;
          }
          var b = RndNum(1);
          document.getElementById('dynamic_counter').innerHTML = b;

          function showLogin() {
            var a = RndNum(1);
            document.getElementById('dynamic_counter').innerHTML = a;
          }
          setInterval("showLogin()", "15000");
        </script>
      </div>
      <!-- product variant sku, vendor -->
      <!-- end product variant sku, vendor -->
      <div class="visible-xs product-border"></div>
      <!-- bottom variations section  -->
      <div class="variations pl10 hidden var-space">
        <div class="row">
          <div class="col-sm-12">
            <select name="id" id="product-select-7130953023562" class="product-variants form-control">
              <option selected="selected" data-sku="CP48285-X39580" value="40302677819466">5 meters (50 lights)</option>
              <option data-sku="CP48285-X39581" value="40302677852234">10 meters (100 lights)</option>
              <option data-sku="CP48285-X39582" value="40302677885002">20 meters (200 lights)</option>
            </select>
          </div>
        </div>
      </div>
      <!-- bottom variations section end  -->
      <!-- product tags -->
      <div class="desc_blk_bot clearfix visible-xs">
        <div class="ba-vol-wrapper"></div>
        <div class="paypal-icon">
          <img style="margin-bottom:0;" class="img-responsive center-block" src="//cdn.shopify.com/s/files/1/0225/4818/5162/files/333333.png?v=1613629941" alt="payment">
        </div>
      </div>
      <!-- bottom cart section end -->
      <div class="review_row clearfix">
        <div class="share">
          <div class="social-sharing">
            <ul>
              <li><a target="_blank" href="//www.facebook.com/sharer/sharer.php?u=https://www.sakertool.co.uk/products/saker-led-strip-lights"><i class="fa fa-facebook"></i></a></li>
              <li><a target="_blank" href="//twitter.com/intent/tweet?url=https://www.sakertool.co.uk/products/saker-led-strip-lights&amp;via=&amp;text=Itslux Led Strip Lights"><i class="fa fa-twitter"></i></a></li>
              <li><a target="_blank" href="//plusone.google.com/_/+1/confirm?hl=en&amp;url=https://www.sakertool.co.uk/products/saker-led-strip-lights"><i class="fa fa-google-plus"></i></a></li>
              <li>
                <a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><i class="fa fa-pinterest"></i></a>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="40277506949194">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39587392520266">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39281825251402">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39282748227658">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="31611242676298">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39668477493322">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39281827676234">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="40231964541002">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="31367139885130">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39314471485514">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39694053933130">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /cart/add

<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="39872245170250">
  <button type="submit" name="add" class="btn_cart" id="addToCart" value="Add to Cart"><i class="fa fa-shopping-cart"></i>Add to Cart</button>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input type="email" value="" placeholder="your-email@example.com" name="contact[email]" id="Email" class="txtbox" aria-label="your-email@example.com" autocorrect="off" autocapitalize="off">
  <button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
</form>

Text Content

YOUR LOCATION IS SET TO CANADA

 * Shop in GBP £
 * Get shipping options for Canada

Continue
Change country


Free Shipping Over £29.99

 * Specify link list in Theme Settings > Header


0

 * Home
 * Hand Tools
   * Measuring Tools
   * Cutting Tools
   * Saw
   * Screwdrivers
   * Wrenches
   * Multi-Tools
   * Other Hand Tools
 * Power Tools
   * Cordless Tools
   * Woodworking Tools
   * Power Tool Accessories
 * Garden Tools
   * Planters & Raised Beds
   * Garden Hand Tools
 * Lamps & Lighting
   * Halloween Lights
   * Christmas Lights
   * Outdoor Lighting
   * Home Decor Lighting
   * Solar Garden Lights
 * 
   Search

 * 
 * 0
   
   SHOPPING CART
   
   Your cart is currently empty.
   
   Continue Shopping

 * MY ACCOUNT
   
   Welcome to Sakertool!
   
   Login Create Account
 * 

{"id":7130953023562,"title":"Itslux Led Strip
Lights","handle":"saker-led-strip-lights","description":"\u003cp\u003e\u003cspan
style=\"color: #ff8000;\"\u003e\u003cstrong
data-mce-fragment=\"1\"\u003eFEATURES:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWaterproof
LED Lights:\u003c\/strong\u003e The Itslux LED Strip Lights are designed with
fully encapsulated glue-sealed LED bulbs, making them waterproof and durable for
long-term use. This also ensures high brightness and low power consumption,
allowing you to save money on energy bills while enjoying bright, vibrant
lighting.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eFlexible
and Versatile Design:\u003c\/strong\u003e With a soft, flexible wire and three
strands of parallel wiring, the Itslux LED Strip Lights are easy to shape and
mold to fit any space. They are lightweight and compact, making them perfect for
decorating narrow spaces, corners, and hard-to-reach areas. Plus, the high
flexibility of the wiring means that it won't easily knot or break, giving you
long-lasting
use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMulti-Functional
Lighting:\u003c\/strong\u003e The ItsluxLED Strip Lights offer a range of
lighting modes and colors to suit any mood or occasion. You can choose from 210
different lighting modes, including RGB color-changing, voice-activated, music
sync, and timer-controlled modes. This makes them ideal for creating a unique
atmosphere for parties, festivals, or any special
occasion.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eConvenient
Remote Control:\u003c\/strong\u003e The Itslux LED Strip Lights come with a
remote control that allows you to easily switch between different lighting
modes, adjust the brightness, and set the timer. This makes it convenient to use
them from a distance, without having to get up and manually adjust the lights.
Additionally, the remote control has a wide range, making it suitable for use in
large rooms or outdoor
spaces.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable
for Various Occasions:\u003c\/strong\u003e The Itslux LED Strip Lights are
perfect for adding a festive or cozy atmosphere to any indoor or outdoor
setting. You can use them for room decoration, party lighting, Christmas and
Halloween decoration, or even as a colorful backdrop for your photography or
video shoots. They are also ideal for decorating bars, night markets, and other
commercial venues to attract
customers.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/e21688703847ab554c8fd866252df57a.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/f22a26e6b55778e207a9c11e36a7e2d2.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/97f305a9d9b2002bef82463d5a79a139.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/0554c3facdfd5f41bc3abd5c806a5e4b.gif\"\u003e\u003c\/p\u003e\n\u003cp
data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #ff8000;\"
data-mce-fragment=\"1\"\u003e\u003cstrong
data-mce-fragment=\"1\"\u003eSPECIFICATIONS:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003eMaterial: Waterproof rubber wire + copper
wire\u003c\/li\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003ePower supply mode: USB power supply
5V\u003c\/li\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003eWaterproof grade:
IP65\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp
data-mce-fragment=\"1\"\u003e\u003cspan style=\"color:
#ff8000;\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePACKAGE
INCLUDES:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli class=\"mylistitemclass\"\u003e1 pc*Itslux Led
Strip Lights+USB+40 key remote
control\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2023-04-18T04:16:00-05:00","created_at":"2023-04-18T04:16:01-05:00","vendor":"Sakertool","type":"","tags":["All
Products","Home Decor Lighting","LAMPS \/ LIGHTING","Night Light","Outdoor
Lighting"],"price":1499,"price_min":1499,"price_max":2499,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40302677819466,"title":"5
meters (50 lights)","option1":"5 meters (50
lights)","option2":null,"option3":null,"sku":"CP48285-X39580","requires_shipping":true,"taxable":false,"featured_image":{"id":30029263601738,"product_id":7130953023562,"position":12,"created_at":"2023-04-18T04:16:01-05:00","updated_at":"2023-04-19T08:36:54-05:00","alt":null,"width":800,"height":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/5m.jpg?v=1681911414","variant_ids":[40302677819466]},"available":true,"name":"Itslux
Led Strip Lights - 5 meters (50 lights)","public_title":"5 meters (50
lights)","options":["5 meters (50
lights)"],"price":1499,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","featured_media":{"alt":null,"id":22298666139722,"position":12,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/5m.jpg?v=1681911414"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":40302677852234,"title":"10
meters (100 lights)","option1":"10 meters (100
lights)","option2":null,"option3":null,"sku":"CP48285-X39581","requires_shipping":true,"taxable":false,"featured_image":{"id":30029263568970,"product_id":7130953023562,"position":13,"created_at":"2023-04-18T04:16:01-05:00","updated_at":"2023-04-19T08:38:34-05:00","alt":null,"width":800,"height":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/10m.jpg?v=1681911514","variant_ids":[40302677852234]},"available":true,"name":"Itslux
Led Strip Lights - 10 meters (100 lights)","public_title":"10 meters (100
lights)","options":["10 meters (100
lights)"],"price":1799,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","featured_media":{"alt":null,"id":22298666172490,"position":13,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/10m.jpg?v=1681911514"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":40302677885002,"title":"20
meters (200 lights)","option1":"20 meters (200
lights)","option2":null,"option3":null,"sku":"CP48285-X39582","requires_shipping":true,"taxable":false,"featured_image":{"id":30029263372362,"product_id":7130953023562,"position":14,"created_at":"2023-04-18T04:16:01-05:00","updated_at":"2023-04-19T08:37:54-05:00","alt":null,"width":800,"height":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/20m.jpg?v=1681911474","variant_ids":[40302677885002]},"available":true,"name":"Itslux
Led Strip Lights - 20 meters (200 lights)","public_title":"20 meters (200
lights)","options":["20 meters (200
lights)"],"price":2499,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","featured_media":{"alt":null,"id":22298666205258,"position":14,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/20m.jpg?v=1681911474"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/1_2085a1c6-e648-4533-8f2d-c62192bde0b8.jpg?v=1681911499","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/2_b2fc74b9-c0dc-49f8-8dbb-aa5aa88793b7.jpg?v=1681911427","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0000_1_1d23aa81-f989-4549-80a0-30483c4344dd.jpg?v=1681911347","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0001_2_b335c096-3629-4f38-a3f0-1296d461407d.jpg?v=1681911443","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0002_3_6ada9b85-15f3-44a3-831a-afa21c202f59.jpg?v=1681911402","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0003_4_3a509a6c-76c4-419f-b980-846da6288f79.jpg?v=1681911351","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0004_5_a34c63f6-1fb4-40aa-9825-53a3022c67b0.jpg?v=1681911437","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0005_6_92db9c51-6367-437f-b893-0c8641a569b2.jpg?v=1681911465","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0006_7_123f382b-4919-447c-a04e-8ab6483724f6.jpg?v=1681911439","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0007_8_ada1c7e3-0cb2-4c9a-89b6-5af352310e39.jpg?v=1681911518","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0008.jpg?v=1681911467","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/5m.jpg?v=1681911414","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/10m.jpg?v=1681911514","\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/20m.jpg?v=1681911474"],"featured_image":"\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/1_2085a1c6-e648-4533-8f2d-c62192bde0b8.jpg?v=1681911499","options":["Length"],"media":[{"alt":null,"id":22298665779274,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/1_2085a1c6-e648-4533-8f2d-c62192bde0b8.jpg?v=1681911499"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/1_2085a1c6-e648-4533-8f2d-c62192bde0b8.jpg?v=1681911499","width":800},{"alt":null,"id":22298665812042,"position":2,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/2_b2fc74b9-c0dc-49f8-8dbb-aa5aa88793b7.jpg?v=1681911427"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/2_b2fc74b9-c0dc-49f8-8dbb-aa5aa88793b7.jpg?v=1681911427","width":800},{"alt":null,"id":22298665844810,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0000_1_1d23aa81-f989-4549-80a0-30483c4344dd.jpg?v=1681911347"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0000_1_1d23aa81-f989-4549-80a0-30483c4344dd.jpg?v=1681911347","width":800},{"alt":null,"id":22298665877578,"position":4,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0001_2_b335c096-3629-4f38-a3f0-1296d461407d.jpg?v=1681911443"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0001_2_b335c096-3629-4f38-a3f0-1296d461407d.jpg?v=1681911443","width":800},{"alt":null,"id":22298665910346,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0002_3_6ada9b85-15f3-44a3-831a-afa21c202f59.jpg?v=1681911402"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0002_3_6ada9b85-15f3-44a3-831a-afa21c202f59.jpg?v=1681911402","width":800},{"alt":null,"id":22298665943114,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0003_4_3a509a6c-76c4-419f-b980-846da6288f79.jpg?v=1681911351"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0003_4_3a509a6c-76c4-419f-b980-846da6288f79.jpg?v=1681911351","width":800},{"alt":null,"id":22298665975882,"position":7,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0004_5_a34c63f6-1fb4-40aa-9825-53a3022c67b0.jpg?v=1681911437"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0004_5_a34c63f6-1fb4-40aa-9825-53a3022c67b0.jpg?v=1681911437","width":800},{"alt":null,"id":22298666008650,"position":8,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0005_6_92db9c51-6367-437f-b893-0c8641a569b2.jpg?v=1681911465"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0005_6_92db9c51-6367-437f-b893-0c8641a569b2.jpg?v=1681911465","width":800},{"alt":null,"id":22298666041418,"position":9,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0006_7_123f382b-4919-447c-a04e-8ab6483724f6.jpg?v=1681911439"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0006_7_123f382b-4919-447c-a04e-8ab6483724f6.jpg?v=1681911439","width":800},{"alt":null,"id":22298666074186,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0007_8_ada1c7e3-0cb2-4c9a-89b6-5af352310e39.jpg?v=1681911518"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0007_8_ada1c7e3-0cb2-4c9a-89b6-5af352310e39.jpg?v=1681911518","width":800},{"alt":null,"id":22298666106954,"position":11,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0008.jpg?v=1681911467"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/0008.jpg?v=1681911467","width":800},{"alt":null,"id":22298666139722,"position":12,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/5m.jpg?v=1681911414"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/5m.jpg?v=1681911414","width":800},{"alt":null,"id":22298666172490,"position":13,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/10m.jpg?v=1681911514"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/10m.jpg?v=1681911514","width":800},{"alt":null,"id":22298666205258,"position":14,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/20m.jpg?v=1681911474"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0225\/4818\/5162\/products\/20m.jpg?v=1681911474","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan
style=\"color: #ff8000;\"\u003e\u003cstrong
data-mce-fragment=\"1\"\u003eFEATURES:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWaterproof
LED Lights:\u003c\/strong\u003e The Itslux LED Strip Lights are designed with
fully encapsulated glue-sealed LED bulbs, making them waterproof and durable for
long-term use. This also ensures high brightness and low power consumption,
allowing you to save money on energy bills while enjoying bright, vibrant
lighting.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eFlexible
and Versatile Design:\u003c\/strong\u003e With a soft, flexible wire and three
strands of parallel wiring, the Itslux LED Strip Lights are easy to shape and
mold to fit any space. They are lightweight and compact, making them perfect for
decorating narrow spaces, corners, and hard-to-reach areas. Plus, the high
flexibility of the wiring means that it won't easily knot or break, giving you
long-lasting
use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMulti-Functional
Lighting:\u003c\/strong\u003e The ItsluxLED Strip Lights offer a range of
lighting modes and colors to suit any mood or occasion. You can choose from 210
different lighting modes, including RGB color-changing, voice-activated, music
sync, and timer-controlled modes. This makes them ideal for creating a unique
atmosphere for parties, festivals, or any special
occasion.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eConvenient
Remote Control:\u003c\/strong\u003e The Itslux LED Strip Lights come with a
remote control that allows you to easily switch between different lighting
modes, adjust the brightness, and set the timer. This makes it convenient to use
them from a distance, without having to get up and manually adjust the lights.
Additionally, the remote control has a wide range, making it suitable for use in
large rooms or outdoor
spaces.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSuitable
for Various Occasions:\u003c\/strong\u003e The Itslux LED Strip Lights are
perfect for adding a festive or cozy atmosphere to any indoor or outdoor
setting. You can use them for room decoration, party lighting, Christmas and
Halloween decoration, or even as a colorful backdrop for your photography or
video shoots. They are also ideal for decorating bars, night markets, and other
commercial venues to attract
customers.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/e21688703847ab554c8fd866252df57a.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/f22a26e6b55778e207a9c11e36a7e2d2.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/97f305a9d9b2002bef82463d5a79a139.gif\"\u003e\u003cimg
width=\"190\" height=\"190\" alt=\"\"
src=\"https:\/\/cdn.shoplazza.com\/0554c3facdfd5f41bc3abd5c806a5e4b.gif\"\u003e\u003c\/p\u003e\n\u003cp
data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #ff8000;\"
data-mce-fragment=\"1\"\u003e\u003cstrong
data-mce-fragment=\"1\"\u003eSPECIFICATIONS:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003eMaterial: Waterproof rubber wire + copper
wire\u003c\/li\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003ePower supply mode: USB power supply
5V\u003c\/li\u003e\n\u003cli class=\"mylistitemclass\"
data-mce-fragment=\"1\"\u003eWaterproof grade:
IP65\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp
data-mce-fragment=\"1\"\u003e\u003cspan style=\"color:
#ff8000;\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePACKAGE
INCLUDES:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul
id=\"mylist\"\u003e\n\u003cli class=\"mylistitemclass\"\u003e1 pc*Itslux Led
Strip Lights+USB+40 key remote control\u003c\/li\u003e\n\u003c\/ul\u003e"}


ITSLUX LED STRIP LIGHTS

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 1.  
 2.  
 3.  
 4.  
 5.  
 6.  
 7.  
 8.  
 9.  
 10. 
 11. 
 12. 
 13. 
 14. 

5 meters (50 lights) 10 meters (100 lights) 20 meters (200 lights)
Length :
5 meters (50 lights)
10 meters (100 lights)
20 meters (200 lights)
5 meters (50 lights) - £14.99 GBP 10 meters (100 lights) - £17.99 GBP 20 meters
(200 lights) - £24.99 GBP
£14.99
Maximum quantity available reached.


Minimum Qty Discount 2+ 5% Off 3+ 8% Off 4+ 10% Off





PRODUCT DESCRIPTION

FEATURES:

 * Waterproof LED Lights: The Itslux LED Strip Lights are designed with fully
   encapsulated glue-sealed LED bulbs, making them waterproof and durable for
   long-term use. This also ensures high brightness and low power consumption,
   allowing you to save money on energy bills while enjoying bright, vibrant
   lighting.

 * Flexible and Versatile Design: With a soft, flexible wire and three strands
   of parallel wiring, the Itslux LED Strip Lights are easy to shape and mold to
   fit any space. They are lightweight and compact, making them perfect for
   decorating narrow spaces, corners, and hard-to-reach areas. Plus, the high
   flexibility of the wiring means that it won't easily knot or break, giving
   you long-lasting use.

 * Multi-Functional Lighting: The ItsluxLED Strip Lights offer a range of
   lighting modes and colors to suit any mood or occasion. You can choose from
   210 different lighting modes, including RGB color-changing, voice-activated,
   music sync, and timer-controlled modes. This makes them ideal for creating a
   unique atmosphere for parties, festivals, or any special occasion.

 * Convenient Remote Control: The Itslux LED Strip Lights come with a remote
   control that allows you to easily switch between different lighting modes,
   adjust the brightness, and set the timer. This makes it convenient to use
   them from a distance, without having to get up and manually adjust the
   lights. Additionally, the remote control has a wide range, making it suitable
   for use in large rooms or outdoor spaces.

 * Suitable for Various Occasions: The Itslux LED Strip Lights are perfect for
   adding a festive or cozy atmosphere to any indoor or outdoor setting. You can
   use them for room decoration, party lighting, Christmas and Halloween
   decoration, or even as a colorful backdrop for your photography or video
   shoots. They are also ideal for decorating bars, night markets, and other
   commercial venues to attract customers.



SPECIFICATIONS:

 * Material: Waterproof rubber wire + copper wire
 * Power supply mode: USB power supply 5V
 * Waterproof grade: IP65

PACKAGE INCLUDES:

 * 1 pc*Itslux Led Strip Lights+USB+40 key remote control

76 people are currently looking at this product


5 meters (50 lights) 10 meters (100 lights) 20 meters (200 lights)

 * 
 * 
 * 
 * 




RELATED PRODUCTS

39% OFF


SAKER MINI CHAINSAW

£19.99 £32.98
Add to Cart
39% OFF

SAKER MULTI-FUNCTION SCRIBING TOOL

£17.99
Add to Cart

SAKER® SILICONE CAULKING TOOLS

£14.99
Add to Cart
55% OFF


SAKER® CHAMFER PLANE

£22.99 £51.98
Add to Cart
55% OFF
56% OFF


SAKER® CONTOUR GAUGE PROFILE TOOL WITH LOCK

£12.99 £29.99
Add to Cart
56% OFF

SAKER GREASE GUN COUPLER

£19.98
Add to Cart

SAKER® MITER SAW PROTRACTOR

£22.99
Add to Cart

SANK CHILDREN ART PROJECTS 30*21CM KIDS ART FRAMES

£25.99
Add to Cart

SAKER® CONTOUR DUPLICATION GAUGE

£9.99
Add to Cart
55% OFF


SAKER 18-IN-1 SNOWFLAKE MULTI-TOOL

£7.99 £17.99
Add to Cart
55% OFF

SAKER MULTI-FUNCTION SCRIBING TOOL (UPGRADE)

£17.99
Add to Cart

WOODWORKING EDGE TRIMMER

£19.99
Add to Cart


STANDARD SHIPPING

STANDARD SHIPPING

24/7 CUSTOMER SERVICE

CUSTOMER SERVICE

100% MONEY BACK

100% MONEY BACK

SECURE CHECKOUT

SECURE CHECKOUT

ABOUT

 * FAQs
 * About us
 * Contact us
 * Why Choose Us?

SHOP POLICIES

 * Delivery Information
 * Privacy Policy
 * Terms of Service
 * Return and Refund
 * Intellectual Property Rights

WE ACCEPT

 * 
 * 

KEEP IN TOUCH

Sign up for our newsletter and be the first to know about coupons and special
promotions.

 * 
 * 
 * 

© 2023 Copyright by Sakertool
 * 
 *