Get into the festive spirit with an evening Christmas Wreath Making Workshop, perfect for a creative night out with friends!
You’ll be guided through the process of designing and crafting your own stunning wreath using seasonal foliage, berries, ribbons, and more.
Enjoy a complimentary gin and tonic while you work, and tuck into delicious sharing platters as you chat with fellow participants.
Whether you’re a seasoned crafter or a beginner, this fun, hands-on evening is a great way to unwind, get festive, and create something truly special for your home!
Early bird special – Book before end October and save £5 per ticket
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/