$event.detail.productVariantDetailHasDiscount.price ?
$event.detail.productVariantDetail.price :
$event.detail.productVariantDetailHasDiscount.compare_at_price :
$event.detail.productVariantDetailHasDiscount.compare_at_price;
const isCustomisers = [
...$event.detail.event.currentTarget.querySelectorAll('#customiser-v1 select'),
...$event.detail.event.currentTarget.querySelectorAll('#customiser-v1 .thebluespace-checkbox-list')
];
isCustomisers.forEach(customiser => {
const isCheckboxList = customiser.classList.contains('thebluespace-checkbox-list');
const isSelect = customiser.selectedOptions;
let addedPrice = 0;
let addedCompareAtPrice = 0;
if(!isCheckboxList && !isSelect) return;
if(isSelect) {
addedPrice += parseFloat(customiser.selectedOptions[0].dataset.price || 0);
addedCompareAtPrice += parseFloat(customiser.selectedOptions[0].dataset.priceMax || 0);
} else if (isCheckboxList) {
const checkedOptions = [...customiser.querySelectorAll('input[type=checkbox]:checked')];
checkedOptions.forEach(option => {
addedPrice += parseFloat(option.dataset.price || 0);
addedCompareAtPrice += parseFloat(option.dataset.priceMax || 0);
});
}
price += addedPrice;
compareAtPrice += addedCompareAtPrice;
});
$dispatch('product-price-updated', { price: price, compareAtPrice: compareAtPrice });
"
>
RRP
$129
$129
Sold out
No Credit Card Fees
Easy 60 day returns
Why Buy This Product?
-
High Quality
As one of the world's largest lighting manufacturers, EGLO emphasises high-quality, energy-efficient products with innovative designs.
-
Design Story
Founded in 1969, EGLO blends Austrian heritage with global trends, producing approximately 1,000 new designs annually.
Carrajung Estate X The Blue Space
Carrajung Estate Rebeka Morgan from BuildHer Collective takes us on a journey through her latest project. "It's been a really fun project because the infrastructure was there. We already had these 5 great houses, but we just had to renovate and refurb them to bring...
Read more +