Skip to content

Newest Products

Filters

$
$

Creative Wall Lamp in the Bauble Ball Shape, Living Room, Bedroom

Original price $978.00 - Original price $1,727.00
Original price $978.00
$734.00 - $1,295.00
$734.00 - $1,295.00
Current price $734
Save $244

Chandeliers and wall lamps from MIRODEMI are perfectly suitable for many styles of home decoration. Excellent quality, higher performance, light lu...

View full details

Terrassa | Creative Italian Style Wall Lamp

Original price $561.00 - Original price $1,125.00
Original price $561.00
$421.00 - $844.00
$421.00 - $844.00
Current price $421
Save $140

Chandeliers and lamps from MIRODEMI are perfectly suitable for many styles of home decoration. Excellent quality, higher performance, light luxury ...

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);