preorder our DUNE collection & get a special extra polish for free!

Subscriptions


Sign up to join one of our ongoing clubs or subscriptions! We've been offering our monthly boxes on Patreon since early 2019, and we're now thrilled to be able to move them directly into our shop - for your convenience, and ours!
if (variant) { if (variant.inventory_management == "shopify") { if (variant.inventory_policy != "continue") { if (variant.inventory_quantity > 0) { jQuery('#variant-inventory').text('Hurry! Only ' + variant.inventory_quantity + ' remaining!'); } else { jQuery('#variant-inventory').text("This product is sold out"); } if (variant.inventory_quantity > 10) { jQuery('#variant-inventory').text('More than 10 available.'); } } else { jQuery('#variant-inventory').text("Available"); } } } else { jQuery('#variant-inventory').text(""); }