Trick Dice - 10 Years - Signed and Limited to 100

$100.00
Sold Out

Features:

2×LP limited edition with exclusive alternate cover

Hand-signed by Nickelus F and LUM

• Includes 8 unreleased tracks from the original sessions

• Strict 100-copy pressing

• Pre Order. Ships Spring 2026.

Features:

2×LP limited edition with exclusive alternate cover

Hand-signed by Nickelus F and LUM

• Includes 8 unreleased tracks from the original sessions

• Strict 100-copy pressing

• Pre Order. Ships Spring 2026.

<script>
  const quantityInput = document.querySelector('.product-quantity-input');
  quantityInput.addEventListener('input', () => {
    if (parseInt(quantityInput.value) > 2) {
      quantityInput.value = 2;
    }
  });
</script>