We are growing our reach further and further, click your state to see which suppliers are available. If your state does not light up when hovering over, we have not yet made to you yet!
-->
// function waitForGoogleDropdown(lang, attempt = 0) {
// const maxAttempts = 50; // Stop after ~10 seconds (50 * 200ms)
// const interval = setInterval(() => {
// const select = document.querySelector(".goog-te-combo");
// if (select) {
// select.value = lang;
// select.dispatchEvent(new Event('change'));
// clearInterval(interval);
// } else if (attempt >= maxAttempts) {
// console.warn("Google Translate dropdown not found in time.");
// clearInterval(interval);
// }
// attempt++;
// }, 200);
// }
/* direct language */
// $('.loader-wrapper').show();
// Removed this line:
// window.location.reload(true);
// onloadLanguageChange();