Skip to content

Home Decor & Lighting | Mirodemi Collection | All products

Filters

$
$

Aci Castello | Modern Round LED Crystal Ceiling Chandelier

Original price $1,048.00 - Original price $1,922.00
Original price $1,048.00
$786.00 - $1,442.00
$786.00 - $1,442.00
Current price $786
Save $262

Enhance your home's elegance and style with the Modern Round LED Crystal Ceiling Chandelier. This exquisite lighting fixture seamlessly blends cont...

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