Shop All
Browse our complete collection.
100pcs Custom Bag 30x20cm
RM120.00
arthick global
{
// Priority 1: Find the first actual input error border
// Priority 2: Find the first red error text message
let firstError = document.querySelector('.border-red-500, .border-red-400, .text-red-500');
if (firstError) {
firstError.scrollIntoView({
behavior: 'smooth',
block: 'center', // This centers the error in the screen
inline: 'nearest'
});
// Add a quick 'shake' effect so the user sees exactly what failed
firstError.classList.add('animate-shake');
setTimeout(() => firstError.classList.remove('animate-shake'), 1000);
}
});
"
@sync-local-cart.window="localStorage.setItem('cart_59', JSON.stringify($event.detail.cart))"
@clear-local-cart.window="localStorage.removeItem('cart_59')"
>