<div class="card" style="border:1px solid #ddd;border-radius:8px;padding:1rem;margin:.5rem 0;">
 <h3 style="margin:0 0 .25rem 0"><?php echo \htmlentities($p['name']??'', ENT_QUOTES, 'UTF-8', false); ?></h3>
 <p style="margin:.25rem 0">Precio: <?php echo \htmlentities(number_format($p['price'], 2, ',', '.')??'', ENT_QUOTES, 'UTF-8', false); ?> €</p>
 <?php if(!empty($p['featured'])): ?>
 <span style="background:#ffe08a;padding:.2rem .4rem;border-radius:.3rem">Destacado ⭐</span>
 <?php endif; ?>
</div>
