As our product is intended to only be used once and cannot be restocked, all sales are final. If your kit arrived defective or missing parts, please contact us so that we can replace your order.
choosing a selection results in a full page refresh
var links = document.links;
for (let i = 0, linksLength = links.length ; i < linksLength ; i++) {
if (links[i].hostname !== window.location.hostname) {
links[i].target = '_blank';
links[i].rel = 'noreferrer noopener';
}
}