${x.category} · ${x.level}
${x.title}
${x.summary}
$${x.price.toFixed(2)} · ${x.duration}
The working shelf
Each course is built around a specific studio question, from making a meadow arrangement hold its shape to designing flowers for an intimate table.
Ask about a learning pathThe catalog could not be loaded. Please contact Petchi Bloom.
';}); function populateCategories(){const s=document.querySelector('[data-category]');[...new Set(state.items.map(x=>x.category))].forEach(x=>s.insertAdjacentHTML('beforeend',``));} function render(){const q=(document.querySelector('[data-search]').value||'').toLowerCase(),c=document.querySelector('[data-category]').value;state.filtered=state.items.filter(x=>(c==='all'||x.category===c)&&(`${x.title} ${x.summary} ${x.season}`).toLowerCase().includes(q));const start=(state.page-1)*state.size;document.querySelector('[data-course-grid]').innerHTML=state.filtered.slice(start,start+state.size).map(card).join('');const pages=Math.ceil(state.filtered.length/state.size);document.querySelector('[data-pagination]').innerHTML=Array.from({length:pages},(_,i)=>``).join('');bindCards();} function card(x){const fav=JSON.parse(localStorage.getItem(favoritesKey)||'[]').includes(x.id);return `${x.category} · ${x.level}
${x.summary}
$${x.price.toFixed(2)} · ${x.duration}