let freeShippingRestTimer = null; async function showFreeShippingRest(e) { const freeShippingRest = document.querySelector('.layout-floating-cart__free-shipping--rest'); if (freeShippingRest) { if (freeShippingRestTimer) { clearTimeout(freeShippingRestTimer); } freeShippingRest.classList.add('flex'); freeShippingRestTimer = setTimeout(function() { freeShippingRest.classList.remove('flex'); freeShippingRestTimer = null; }, 6000); } } document.addEventListener('dj.cartItemChange', showFreeShippingRest); document.addEventListener('dj.cartItemDelete', showFreeShippingRest);

🔥Christmas Promotion🎄Christmas String Lights🎄

🔥Christmas Promotion🎄Christmas String Lights🎄

$32.99
people are viewing this right now
Color: color
length: 30m/98ft 300 lights
Quantity
Product was out of stock.
Product is unavailable.
Free worldwide shipping

Enjoy free shipping on every order, delivered to your doorstep no matter where you are in the world.

Free returns

Shop with confidence with our hassle-free returns policy, ensuring you love what you buy.

Sustainably made

Designed with the planet in mind, all our products are committed to sustainable practices.

Secure payments

Your payment information is always protected with our advanced, encrypted checkout security.

Description

Enhance the beauty of any space with these stunning twinkling fairy lights to create a warm and romantic holiday atmosphere! ✨


Product Features:

Flexible Copper Wire Design:

100 Feet Long: The string lights can be shaped into various designs, ideal for decorating Christmas trees, gardens, windows, and balconies—let your creativity shine! 🌟

Durable Material: Made from high-quality LEDs and copper wire, ensuring safe use over long periods without overheating.

Multiple Lighting Modes:

8 Lighting Modes: Includes combination, wave, sequence, slow glow, chase/flash, slow fade, twinkle, and steady modes to meet different ambiance needs. 💡

Brightness Adjustment: Supports brightness levels (25%, 50%, 75%, 100%), allowing you to choose based on your scene!

Convenient Remote Operation:

Remote Control Features: Operating radius of 10-15 meters for easy control from a distance.

Timer Function: Built-in timer can be set to automatically turn on and off daily (e.g., 6 hours on, 18 hours off), making your usage even more convenient and smart! ⏰

Safe Low-Voltage Power Supply:

 Transformer: Low voltage operation ensures safety for children and pets, eliminating electric shock risks; 30m/98ft: 15V; 50m/164ft: 19V; 80m/262ft and 100m/328ft: 22V.

UL Certification: The plug and transformer are UL-certified for safe touch, allowing for worry-free use.

Widely Applicable Indoors and Outdoors:

IP65 Waterproof Rating: Designed for outdoor use, able to withstand rain, ensuring operational performance in various weather conditions. ☔

Multiple Application Scenarios: Perfect for bedrooms, living rooms, windows, gardens, weddings, and festive decorations, adding a warm atmosphere to your home and events.

Suggested Application Scenarios:

  • Indoor Decoration: Ideal for creating a romantic atmosphere in bedrooms, living rooms, or decorating walls and windows.
  • Outdoor Settings: Perfect for gardens, patios, lawns, porches, adding a festive vibe during celebrations! 🎉

Energy-Saving and Eco-Friendly Design:

  • LED Light Technology: Utilizes efficient LEDs to significantly reduce energy consumption; enjoy lower electricity bills while helping reduce carbon emissions! 🌍

  • Smart Memory Function: The lights have a memory feature that retains the last settings after a power outage, making your day-to-day use even more convenient.

Product Specifications:

    • Number of LEDs: 300 High Brightness LEDs
    • Transformer Output: 12V
    • Waterproof Rating: IP64
    • Transformer: UL-certified low voltage plug 

OUR GUARANTEE

📦 Insured Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.

💰 Money-Back Guarantee:  If your items arrive damaged or become defective within 15 days of normal usage, we will gladly issue out a replacement or refund. 

✉️ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.

🔒 Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.

No products viewed

Cart

Your cart is empty
Your cart is reserved for !

Summary

Taxes and shipping calculated at checkout
Payment method

You may also like

class SpzCustomFreeShippingRest extends SPZ.BaseElement { constructor(element) { super(element); this.freeShippingRestTimer = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.registerAction('showTips', () => { this.showTips_(); }); } showTips_(e) { const freeShippingRest = document.querySelector( '.layout-floating-cart__free-shipping--rest' ); if (freeShippingRest) { if (this.freeShippingRestTimer) { clearTimeout(this.freeShippingRestTimer); } freeShippingRest.classList.add('flex'); this.freeShippingRestTimer = setTimeout(function () { freeShippingRest.classList.remove('flex'); this.freeShippingRestTimer = null; }, 6000); } } } SPZ.defineElement('spz-custom-free-shipping-rest', SpzCustomFreeShippingRest);