Plainbridge Candlecraft
Home
Catalog
About
Contact
FAQ
Cart
Fallows
Privacy
Terms
Browse Catalog
Sign in
Theme
☀️
☰
Home
Catalog
About
Contact
FAQ
Cart
Fallows
Privacy
Terms
Welcome back
✕
Sign in
Create account
Continue
Privacy
Create account
Theme
✕
Light
Dark
System
Course catalog
All levels
Beginner
Intermediate
Advanced
Any mood
calm
cozy
fresh
uplifting
grounding
Any wax
soy
beeswax
coconut
paraffin-free blend
Max price $
300
Tags:
safety
business
testing
sustainable
View Fallows
Course
✕
Add to cart
Add to Fallows
Go to Cart
`; footerEl.innerHTML = ` `; // Init header/footer interactivity initHeaderInteractions(); initCookieBanner(); } function initHeaderInteractions() { document.querySelectorAll('[data-open]').forEach(b => { b.addEventListener('click', () => { const id = b.getAttribute('data-open'); const el = document.getElementById(id); if (!el) return; if (id === 'mobileNav') { el.classList.toggle('hidden'); return; } el.classList.remove('hidden'); el.classList.add('flex'); }); }); document.querySelectorAll('[data-close]').forEach(b => { b.addEventListener('click', () => { const id = b.getAttribute('data-close'); const el = document.getElementById(id); if (el) { el.classList.add('hidden'); el.classList.remove('flex'); } }); }); const tabSignIn = document.getElementById('tabSignIn'); const tabSignUp = document.getElementById('tabSignUp'); const formSignIn = document.getElementById('formSignIn'); const formSignUp = document.getElementById('formSignUp'); if (tabSignIn && tabSignUp && formSignIn && formSignUp) { tabSignIn.onclick = () => { formSignIn.classList.remove('hidden'); formSignUp.classList.add('hidden'); tabSignIn.classList.add('bg-amber-800','text-white'); tabSignUp.classList.remove('bg-amber-<|eos|>