Skip to content

Lighting Sale

Huelva | Green/Gray Nordic Wall Sconce

Original price $155.00 - Original price $155.00
Original price $155.00
Current price $116
$116.00 - $116.00
Current price $116
Save $39

Elevate your home decor with the sleek and modern Green/Gray Nordic Wall Sconce. This stylish fixture combines contemporary design with the simplic...

View full details

Granollers | Nordic Solid Wood Rotating Wall Sconce

Original price $133.00 - Original price $133.00
Original price $133.00
Current price $100
$100.00 - $100.00
Current price $100
Save $33

Introduce a touch of Scandinavian elegance to your home with the Nordic Solid Wood Rotating Wall Sconce. This versatile fixture combines the natura...

View full details
const loyaltyCustomStyles = `` document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyCustomStyles); 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); } }