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