index
Posters summoned, printed, and shipped on demand Shop now
New Offerings

Collection: New Offerings

Fresh from the void. The New Offerings collection is where the latest creations are laid bare — strange visions, haunted beauty, and twisted souls freshly conjured. Whether whispered into existence or ripped from some darker dimension, these are the newest pieces to join the cult.

This collection constantly shifts as new works emerge. It’s your first look at what’s been recently unearthed: surreal horror, cursed symbols, melancholic monsters, and moody dreamscapes — all printed on premium matte paper and made to order.

16 products

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.dap-readmore-container').forEach(function (container) { const summary = container.querySelector('.dap-readmore-summary'); const full = container.querySelector('.dap-readmore-full'); const btn = container.querySelector('.dap-readmore-toggle'); if (!summary || !full || !btn) return; btn.addEventListener('click', function () { const isExpanded = full.style.display === 'block'; full.style.display = isExpanded ? 'none' : 'block'; summary.style.display = isExpanded ? 'block' : 'none'; btn.innerText = isExpanded ? 'Read more' : 'Read less'; }); }); });