I'm so thrilled as I've never tried a plant based sponge before and these absolutely perform! They have held up quite well with the amount of dishes my household does on a (what feels like) hourly basis.
document.querySelectorAll('input[name="Size"]').forEach(function (radio) {
radio.addEventListener('change', function () {
filterGalleryByVariant(this.value);
});
});
const defaultVariant = document.querySelector('input[name="Size"]:checked');
if (defaultVariant) {
filterGalleryByVariant(defaultVariant.value);
}
});
Choosing a selection results in a full page refresh.