top of page
SunshineSustainablesLifestyle-5.jpg

Browse our latest products

*only applies to purchases made on the offical Sunshine Sustainables website.

Holiday Bonus: Enjoy 1 FREE refill tablet with every order over $30 - Automatically added at checkout.

Plastic-free cleaning keeps your home bright all season

Eco-Friendly Holidays Start at Home

Products

Taylor, Kelowna

"As a proud dog owner, keeping my home clean can be a challenge, especially with all the dirt and fur my pup brings in. I recently tried this cleaner, and I was blown away by its effectiveness. I highly recommend it to any pet owner looking for a reliable solution!"
bottom of page
document.addEventListener('DOMContentLoaded', function () { const quizButton = document.getElementById('quizButton'); if (!quizButton) return; quizButton.addEventListener('click', function () { const form = document.getElementById('quizForm'); const answers = Array.from({ length: 4 }, (_, i) => { const selected = form.querySelector(`input[name="q${i + 1}"]:checked`); return selected ? selected.value : null; }); if (answers.includes(null)) { alert("Please answer all questions."); return; } const count = { lavender: 0, eucalyptus: 0, unscented: 0 }; answers.forEach(a => count[a]++); const top = Object.keys(count).reduce((a, b) => (count[a] > count[b] ? a : b)); let message = ""; if (top === "lavender") { message = "

💜 You’re a Lavender Lover!

Calm, soothing, and balanced — Lavender brings a subtle, spa-like scent to your sustainable home.

"; } else if (top === "eucalyptus") { message = "

🌿 You’re Team Eucalyptus!

Fresh, crisp, and plant-powered — Eucalyptus gives your space an energizing clean while staying eco-friendly.

"; } else { message = "

🤍 You’re an Unscented Minimalist!

Pure, simple, and sensitive-safe — Unscented tablets deliver a clean home without the added fragrance.

"; } document.getElementById("result").innerHTML = message + `
Shop Your Scent `; document.getElementById('result').style.display = 'block'; }); });