<!doctype html>
<html class="fixed" lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <title>Elexhub</title>
    <meta name="_csrf" content="vQaXS5M2Jq9kfkCdv6PI9uBV1C-PP4FezJEvmJn8Q3Yen4NshDGicqJXQp9JGnKt2o78xtJg-U3uXLVzqKkcofjLdxcorbtf" />
    <meta name="_csrf_header" content="X-XSRF-TOKEN"/>

    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.elexhub.com">
    <meta property="og:title" content="Elexhub">
    <meta property="og:description" content="Electronics retails affordable electronic products for students, professionals and hobbyist. Check out ELEXHUB deals and product reviews online now!">
    


    <link href="https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;700&display=swap" rel="stylesheet">

    <!-- Favicon -->
    <link rel="icon" type="image/x-icon" href="/res/images/icons/favicon.png">


<!--    <script>-->
<!--        WebFontConfig = {-->
<!--            google: {-->
<!--                families: ['Open+Sans:300,400,600,700,800,400italic,800italic', 'Poppins:300,400,500,600,700,800', 'Oswald:300,400,500,600,700,800']-->
<!--            }-->
<!--        };-->
<!--        (function(d) {-->
<!--            var wf = d.createElement('script'),-->
<!--                s = d.scripts[0];-->
<!--            wf.src = '/res/js/webfont.js';-->
<!--            wf.async = true;-->
<!--            s.parentNode.insertBefore(wf, s);-->
<!--        })(document);-->
<!--    </script>-->

    <!-- Plugins CSS File -->
    <link rel="stylesheet" href="/res/css/bootstrap.min.css">

        <!-- Main CSS File -->
    <link rel="stylesheet" href="/res/css/shop.min.css">
    <link rel="stylesheet" href="/res/css/custom.min.css">

    <link rel="stylesheet" href="/res/vendor/font-awesome/css/all.min.css" />

    <link rel="stylesheet" type="text/css" href="/res/vendor/simple-line-icons/css/simple-line-icons.min.css">
    <link rel="stylesheet" href="/res/vendor/datatables/media/css/dataTables.bootstrap5.css" />
    <link rel="stylesheet" href="/res/vendor/pnotify/pnotify.custom.css" />



    <!-- Theme Layout -->
    <link rel="stylesheet" href="/res/css/layouts/modern.min.css" />

    <!-- Skin CSS -->
    <link rel="stylesheet" href="/res/css/skins/default.min.css" />



    <style>
        body {
            font-family: 'Archivo Narrow', sans-serif;
        }
    </style>

    <script src="/res/vendor/modernizr/modernizr.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/rsvp/4.8.5/rsvp.min.js"></script>
    <script src='https://www.google.com/recaptcha/api.js'></script>

</head>

<body>
<div class="page-wrapper">
	<header class="header">
    <div class="header-top">
        <div class="container">

            <div class="header-right header-dropdowns ml-0 ml-sm-auto w-sm-100">


                <!-- End .social-icons -->
            </div>
            <!-- End .header-right -->
        </div>
        <!-- End .container -->
    </div>
    <!-- End .header-top -->

    <div class="header-middle sticky-header" data-sticky-options="{'mobile': true}">
        <div class="container">
            <div class="header-left col-lg-2 w-auto pl-0">
                <button class="mobile-menu-toggler text-dark mr-2" type="button">
                    <i class="fas fa-bars text-white"></i>
                </button>
                <a href="/" class="logo">
                    <img src="/res/images/elexhub_logo.png" class="w-100" width="111" height="50" alt="Elexhub">
                </a>
            </div>
            <!-- End .header-left -->

            <div class="header-right w-lg-max">
                <div class="header-icon header-search header-search-inline header-search-category w-lg-max text-right mb-0">
                    <a href="#" class="search-toggle" role="button"><i class="icon-search-3"></i></a>
                    <form id="searchForm" action="#" method="get">
                        <div class="header-search-wrapper">
                            <label for="q" class="visually-hidden"></label>
                            <input type="search" class="form-control" name="q" id="q" placeholder="Search..." required>
                            <div id="suggestions" class="suggestion-container" style="display: none;"></div> <!-- Container for suggestions -->

                            <button class="btn icon-magnifier p-0" title="search" type="submit"></button>
                        </div>
                        <!-- End .header-search-wrapper -->
                    </form>
                </div>
                <script>
                    document.addEventListener("DOMContentLoaded", function() {
                        const searchInput = document.getElementById('q');
                        const searchForm = document.getElementById('searchForm'); // Select the form by its ID

                        searchForm.addEventListener('submit', function(event) {
                            event.preventDefault(); // Prevent the default form submission

                            const query = searchInput.value.trim(); // Get the value of the search input

                            if (query.length > 0) {
                                const searchUrl = `/shop?filter=${encodeURIComponent(query)}`;
                                window.location.href = searchUrl; // Redirect to the shop page with the search parameter
                            }
                        });
                    });
                </script>
                <script>
                    document.addEventListener("DOMContentLoaded", function() {
                        let debounceTimer;
                        const searchInput = document.getElementById('q');
                        const suggestionsContainer = document.getElementById('suggestions');

                        // Get CSRF token and header name from meta tags
                        const csrfToken = document.querySelector('meta[name="_csrf"]').getAttribute('content');
                        const csrfHeader = document.querySelector('meta[name="_csrf_header"]').getAttribute('content');

                        searchInput.addEventListener('input', function() {
                            clearTimeout(debounceTimer);
                            const query = searchInput.value;
                            debounceTimer = setTimeout(function() {
                                if (query.length > 2) {
                                    console.log(query);
                                    fetch('/shop/search?q=' + encodeURIComponent(query), {
                                        method: 'GET',
                                        headers: {
                                            [csrfHeader]: csrfToken // Add CSRF token to the headers
                                        }
                                    })
                                        .then(response => response.json())
                                        .then(data => {
                                            if (data.length > 0) {
                                                let suggestionList = '<ul class="list-group">';
                                                data.forEach(function(item) {
                                                    // Format the price with comma, two decimal places, and "Php" at the start
                                                    const formattedPrice = `Php ${parseFloat(item.price).toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`;

                                                    suggestionList += `
                                    <li class="list-group-item suggestion-item d-flex align-items-center justify-content-between">
                                        <a href="/shop/${item.uuid}" class="d-flex align-items-center justify-content-between w-100 text-decoration-none text-dark">
                                            <div class="d-flex align-items-center">
                                                <img src="${item.imageUrl}" alt="${item.name}" class="img-thumbnail" style="width: 50px; height: 50px; object-fit: cover; margin-right: 10px;">
                                                <div>
                                                    <div class="font-weight-bold">${item.name}</div>
                                                </div>
                                            </div>
                                            <div class="text-muted price">${formattedPrice}</div>
                                        </a>
                                    </li>
                                `;
                                                });
                                                suggestionList += '</ul>';
                                                suggestionsContainer.innerHTML = suggestionList;
                                                suggestionsContainer.style.display = 'block'; // Show suggestions
                                            } else {
                                                suggestionsContainer.innerHTML = '';
                                                suggestionsContainer.style.display = 'none'; // Hide suggestions
                                            }
                                        });
                                } else {
                                    suggestionsContainer.innerHTML = '';
                                    suggestionsContainer.style.display = 'none'; // Hide suggestions
                                }
                            }, 300); // 300ms debounce
                        });


                    });
                </script>






                <!-- End .header-search -->

                

                <a href="/signIn" class="d-lg-block d-none">
                    <div class="header-user">
                        <i class="icon-user-2"></i>
                        <div class="header-userinfo">
                            <span class="text-white">Welcome</span>
                            <div class="d-flex flex-column align-items-center justify-content-center h-100">
                                <h4 class="mb-0 text-white">Guest</h4>
                                <span class="text-white">Sign In</span>
                            </div>
                        </div>
                    </div>
                </a>

                

                <div class="dropdown cart-dropdown">
                    <a href="/shop/cart" title="Cart" class="dropdown-toggle dropdown-arrow" role="button">
                        <i class="icon-cart-thick"></i>
                        <span id="cartCount" class="cart-count badge-circle"></span>
                    </a>

                    <div class="cart-overlay"></div>


                    <!-- End .dropdown-menu -->
                </div>
                <!-- End .dropdown -->
            </div>
            <!-- End .header-right -->
        </div>
        <!-- End .container -->
    </div>
    <!-- End .header-middle -->

    <div class="header-bottom sticky-header d-none d-lg-flex" data-sticky-options="{'mobile': false}">
        <div class="container">
            <nav class="main-nav w-100">
                <ul class="menu w-100">
                    <li>
                    </li>
                    <li>
                        <a class="text-white" href="/">HOME</a>
                    </li>
                    <li>
                        <a class="text-white" href="/shop">PRODUCTS</a>
                        <div class="megamenu megamenu-fixed-width megamenu-4cols">
                            <div class="row">
                                <div class="col-lg-8">
                                    <ul class="submenu">
                                        <li><a href="/shop">ALL PRODUCTS</a></li>
                                    </ul>
                                    <ul class="submenu" style="columns: 2;-webkit-columns: 2;-moz-columns: 2;column-gap: 20px;">

                                        
                                    </ul>
                                </div>

                                <div class="col-lg-4 p-0">
                                    <div class="menu-banner">
                                        <img src="/images/menu-banner.jpg" height="300" alt="Menu banner" style="width: 100%; height: auto; ">
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- End .megamenu -->
                    </li>
                    <li>
                        <a class="text-white" href="https://www.facebook.com/elexhub" target="_blank">FACEBOOK PAGE</a>
                    </li>
                    <li>
                        <a class="text-white" href="https://www.youtube.com/@elexhub" target="_blank">YOUTUBE CHANNEL</a>
                    </li>
                    <li>
                        <a class="text-white" href="https://www.tiktok.com/@elexhubelectronics " target="_blank">TIKTOK</a>
                    </li>
                    <li>
                        <a class="text-white" href="/3dPrintService">3D PRINT SERVICE</a>
                    </li>
                    <li>
                        <a class="text-white" href="/orders/list">MY ORDERS</a>
                    </li>


                    <!-- <li class="float-right phone"><a href="#" class="d-flex align-items-center text-white"><i
                                class="icon-phone-1"></i>+63 965 523 5289</a>
                    </li>
                    <li class="float-right"><a class="text-white" href="shop.html">FLASH DEALS</a></li> -->
                </ul>
            </nav>
        </div>
        <!-- End .container -->
    </div>
    <!-- End .header-bottom -->
</header>
	<section class="body-error error-outside">
		<div class="center-error">

			<div class="row">
				<div class="col-md-12">
					<div class="main-error mb-3">
						<h2 class="error-code text-dark text-center font-weight-semibold m-0">404 <i class="fas fa-file"></i></h2>
						<p class="error-explanation text-center">No static resource sitemap.xml.</p>
						
					</div>
				</div>

			</div>
		</div>
	</section>
	<!-- end: page -->

	<footer class="footer bg-dark">
    <div class="footer-middle">
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-xl-2 col-lg-2 d-flex justify-content-center align-items-center mb-3">
                    <a href="/">
                        <img src="/res/images/elexhub_logo.png" alt="Logo" class="logo-footer">
                    </a>
                </div>

                <div class="col-md-12 col-xl-3 col-lg-3 text-center text-md-left">
                    <div class="widget">
                        <h4 class="widget-title">GET IN TOUCH</h4>
                        <ul class="contact-info">
                            <li>
                                <span class="contact-info-label">Address</span>National Highway, Alangilan, Batangas, 4200 Batangas
                            </li>
                            <li>
                                <span class="contact-info-label">Phone</span><a href="tel:">+63 965 523 5289</a>
                            </li>
                            <li>
                                <span class="contact-info-label">Working Days/Hours</span> Mon - SUN / 8:00AM - 5:30PM
                            </li>
                        </ul>

                        <div class="social-icons">
                            <a href="https://www.tiktok.com/@elexhubelectronics" class="social-icon social-tiktok fab fa-tiktok" target="_blank" title="Instagram"></a>
                            <a href="https://www.youtube.com/@elexhub" class="social-icon social-youtube fab fa-youtube " target="_blank" title="Youtube"></a>
                            <a href="https://www.facebook.com/elexhub" class="social-icon social-facebook fab fa-facebook" target="_blank" title="Facebook"></a>

                        </div>
                        <!-- End .social-icons -->
                    </div>
                    <!-- End .widget -->
                </div>
                <!-- End .col-lg-3 -->

                <div class="col-md-6 col-xl-3 col-lg-3 col-12 text-center text-md-left">
                    <div class="widget">
                        <h4 class="widget-title">Support</h4>

                        <ul class="links">
                            <li><a href="/contact">Contact Us</a></li>
                            <li><a href="/orderGuidelines">Order Guidelines</a></li>
                            <li><a href="/privacyPolicy">Privacy Policy</a></li>
                            <li><a href="/returnAndRefund">Return and Refund Policy</a></li>
                            <li><a href="/termsOfService">Terms of Service</a></li>
                        </ul>
                    </div>
                    <!-- End .widget -->
                </div>
                <!-- End .col-lg-3 -->

                <div class="col-md-6 col-xl-4 col-lg-4 col-12 text-center text-md-left">
                    <div class="widget widget-newsletter">
                        <h4 class="widget-title ls-n-10">Subscribe newsletter</h4>
                        <p>Get all the latest information on events,<br /> sales and offers. Sign up for newsletter:
                        </p>
                        <form action="/subscribe" method="post" class="mb-0">
                            <input type="hidden" name="_csrf" value="vQaXS5M2Jq9kfkCdv6PI9uBV1C-PP4FezJEvmJn8Q3Yen4NshDGicqJXQp9JGnKt2o78xtJg-U3uXLVzqKkcofjLdxcorbtf" />
                            <label for="thisEmail" class="visually-hidden"></label>
                            <input id="thisEmail" type="email" name="email" class="form-control m-b-3" placeholder="Email address" required>
                            <input type="submit" class="btn btn-outline-primary shadow-none" value="Subscribe">
                        </form>
                    </div>
                    <!-- End .widget -->
                </div>
                <!-- End .col-lg-3 -->
            </div>
            <!-- End .row -->
        </div>
        <!-- End .container -->
    </div>
    <!-- End .footer-middle -->

    <div class="container">
        <div class="footer-bottom">
            <div class="container d-sm-flex align-items-center justify-content-center">
                <div class="footer-left text-center">
                    <span class="footer-copyright">Elexhub Electronics. © <span class="d-inline-block">2024.</span></span>
                </div>
            </div>
        </div>
        <!-- End .footer-bottom -->
    </div>
    <!-- End .container -->
</footer>
</div>

<div class="loading-overlay">
    <div class="bounce-loader">
        <div class="bounce1"></div>
        <div class="bounce2"></div>
        <div class="bounce3"></div>
    </div>
</div>

<div class="mobile-menu-overlay"></div><!-- End .mobil-menu-overlay -->

<div class="mobile-menu-container">
    <div class="mobile-menu-wrapper">
        <span class="mobile-menu-close"><i class="fa fa-times"></i></span>

        <nav class="mobile-nav">

            <ul class="mobile-menu">
                <li>
                    

                </li>

                <li><a href="/">Home</a></li>
                <li>
                    <a href="/shop">Products</a>
                    <ul>
                        <li><a href="/shop">All Products</a></li>
                        
                    </ul>
                </li>
                <li><a href="https://www.facebook.com/elexhub" target="_blank">Facebook</a></li>
                <li><a href="https://www.youtube.com/@elexhub" target="_blank">Youtube</a></li>
                <li><a href="https://www.tiktok.com/@elexhubelectronics" target="_blank">Tiktok</a></li>
                <li><a href="/3dPrintService" target="_blank">3D Print Service</a></li>
            </ul>
            <ul>

            </ul>



            <ul class="mobile-menu">
                
                <li><a href="/contact">Contact Us</a></li>
                
                <li><a href="/shop/cart">Cart</a></li>
                <li><a href="/orders/list">My Order</a></li>


                

                <li>

                    <a class="login-link mt-2" href="/signIn" style="
    font-size: 1.4rem;
    font-weight: bold;
">Sign In</a>
                </li>

            </ul>
        </nav>
        <!-- End .mobile-nav -->
        <div class="social-icons">
            <a href="https://www.facebook.com/elexhub" style="display: inline-flex;" class="social-icon social-facebook fab fa-facebook" target="_blank">
            </a>
            <a href="https://www.youtube.com/@elexhub" style="display: inline-flex;" class="social-icon social-youtube fab fa-youtube" target="_blank">
            </a>
            <a href="https://www.tiktok.com/@elexhubelectronics" style="display: inline-flex;" class="social-icon social-tiktok fab fa-tiktok" target="_blank">
            </a>

        </div>
    </div>
    <!-- End .mobile-menu-wrapper -->
</div>
<!-- End .mobile-menu-container -->

<div class="sticky-navbar">
    <div class="sticky-info">
        <a href="/">
            <i class="icon-home"></i>Home
        </a>
    </div>
    <div class="sticky-info">
        <a href="/shop" class="">
            <i class="icon-bars"></i>Shop
        </a>
    </div>
    <div class="sticky-info">
        <a href="/wishlist" class="">
            <i class="icon-wishlist-2"></i>Wishlist
        </a>
    </div>
    
    <div class="sticky-info">
        <a href="/orders/list" class="">
            <i class="icon-user-2"></i>Orders
        </a>
    </div>
    <div class="sticky-info">
        <a href="/shop/cart" class="">
            <i class="icon-shopping-cart position-relative">
                <span class="cart-count badge-circle">3</span>
            </i>Cart
        </a>
    </div>
</div>
<a id="scroll-top" href="#top" title="Top" role="button"><i class="icon-angle-up"></i></a>

<script src="/res/js/jquery.min.js"></script>
<script src="/res/js/bootstrap.bundle.min.js"></script>
<script src="/res/js/optional/isotope.pkgd.min.js"></script>
<script src="/res/js/plugins.min.js"></script>
<script src="/res/js/jquery.appear.min.js"></script>
<script src="/res/js/jquery.plugin.min.js"></script>
<script src="/res/js/nouislider.min.js"></script>
<script src="/res/js/jquery.countdown.min.js"></script>

<!-- Main JS File -->
<script src="/res/js/main.min.js"></script>

<!--<script src="/res/vendor/jquery-validation/jquery.validate.js"></script>-->
<script src="/res/vendor/pnotify/pnotify.custom.js"></script>

<script src="/res/js/theme.js"></script>




	</body>
</html>