Skip to content

Lighting Sale

Black/White/Gold Outdoor Waterproof Tall Aluminum LED Wall lamp For Garden

Original price $295.00 - Original price $295.00
Original price $295.00
Current price $213
$213.00 - $213.00
Current price $213
Save $82

Collection of Outdoor Lighting by Mirodemi combines timeless designs that add a unique style and a touch of elegance to your home. Product paramet...

View full details

Black Outdoor Waterproof LED Wall Lamp With App Control Model

Original price $315.00 - Original price $315.00
Original price $315.00
Current price $204
$204.00 - $204.00
Current price $204
Save $111

Collection of Outdoor Lighting by Mirodemi combines timeless designs that add a unique style and a touch of elegance to your home. Product paramet...

View full details
const isAvailableVisitShop = _ALConfig?.pointEarnRules?.length > 0 && _ALConfig?.pointEarnRules?.find((rule) => rule?.type === 'VISIT_SHOP' && rule?.status === 'ACTIVE'); if (!sessionStorage.getItem('syncVisitStore') && ((_ALConfig?.customerId && isAvailableVisitShop && isAvailableVisitShop?.id) || (_ALConfig?.referralEnabled && _ALConfig?.referralLoyalty?.referralType === 'VISIT_SHOP'))) { try { const response = await fetch(`/apps/loyalty/cp/api/customer-visit-store`, {method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ customerId: _ALConfig?.customerId })}); if(response?.ok){ sessionStorage.setItem('syncVisitStore', 'true'); } } catch (error) { console.error('Error:', error); } } const loyaltyCustomStyles = `` document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyCustomStyles);