<?php if ($_product->getId() == ) : ?>
//some custom html
<?php else: ?>
//default html
<?php endif; ?>