Last year Twenty Two Kicks managed to clean up around 92 pairs of shoes out of the 110 that were donated to give away to families in need.
If you’re able to, please donate your old unwanted shoes to one of the donation bins provided (we kindly ask that any shoes with holes in the soles or heels are NOT donated as we cannot repair these).
All footwear donated will be cleaned up ready to be given away for FREE at one of the pop up events in August!
/**
* 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
*/