Return Policy

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.
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'; } }