Loading Store...
9:41
5G
Featured Products
Our best selling items
No products available in this grid section.
Featured Collections
Shop All
Browse our complete collection.
No products found
Try adjusting your search or filters to find what you're looking for.
e
Ewasim Collection
{
// 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_64', JSON.stringify($event.detail.cart))"
@clear-local-cart.window="localStorage.removeItem('cart_64')"
>