Embrace the resurgence of Conan, the unparalleled warrior who has captured the imagination of fantasy aficionados for generations, in this enthralling, all-new narrative crafted by New York Times best-selling author S.M. Stirling. A first tale in a new series of independent adventures, Conan – Blood of the Serpent heralds a thrilling era for the beloved champion, as he traverses the treacherous Hyborian Age on an exhilarating journey as a mercenary, soldier, rogue, and marauder, armed only with the might of his unparalleled swordsmanship as he battles formidable foes, nefarious enchanters, and the fiercest of creatures.
Conan – Blood of the Serpent
Embrace the resurgence of Conan, the unparalleled warrior who has captured the imagination of fantasy aficionados for generations, in this enthralling, all-new narrative crafted by New York Times best-selling author S.M. Stirling. A first
<script>
document.addEventListener('DOMContentLoaded', function () {
const contentElement = document.querySelector('.prod-detail--content p');
const readMoreButton = document.querySelector('.read-more--button');
const fullContent = document.querySelector('.prod-detail--content');
const exContent = document.querySelector('.prod-detail--excerpt');
if (contentElement) {
const content = contentElement.textContent.trim();
const wordCount = content.split(' ').length;
console.log(contentElement.textContent);
console.log(content);
console.log(wordCount);
if (wordCount < 35) {
readMoreButton.style.display = 'none';
exContent.style.display = 'none';
fullContent.style.display = 'flex';
}
}
});
</script>read more...
show less








