$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
$30
$30
Sold out
No Credit Card Fees
Easy 60 day returns
Why Buy This Product?
-
Quality Craftsmanship
Each product is crafted with durable, premium materials designed to perform beautifully and withstand everyday use.
-
Australian Owned
Fienza is a proudly Australian-owned company, committed to quality and customer satisfaction across the country.
Blue Space Reno's: Modern Boho Bathroom
A Home Oasis Step into this newly renovated family bathroom and be transported to a world of modern boho luxury. From the sleek black tapware to the earthy timber vanity, this bathroom exudes style and comfort. The addition of lush green soft furnishings brings...
Read more +


