{
const card = document.querySelector('[data-checkout-item-id][data-dedicated-ip-error="true"]');
if (!card) return;
const itemId = parseInt(card.dataset.checkoutItemId, 10);
if (!isNaN(itemId)) openItemId = itemId;
card.scrollIntoView({ behavior: 'smooth', block: 'center' });
});
"
>
Pagar