Next to Giant Supermarket Open 7 Days a Week. No Appointment Necessary – Just Walk In!

/* function openChatWidget() { const now = Date.now(); const lastOpened = localStorage.getItem('chatWidgetLastOpened'); if (lastOpened && now - parseInt(lastOpened) < 24 * 60 * 60 * 1000) { clearInterval(intervalId); return; } if (window.leadConnector && window.leadConnector.chatWidget) { window.leadConnector.chatWidget.openWidget(); localStorage.setItem('chatWidgetLastOpened', now.toString()); clearInterval(intervalId); // Stop checking } } // Check every 1000 milliseconds (1 second) until widget becomes available var intervalId = setInterval(openChatWidget, 1000); */

Shop

This is where you can browse products in this store.

jQuery(document).ready(function() { var paragraph = jQuery(".paragraph>p"); var paragraphHeight = paragraph.height(); var lineHeight = parseInt(paragraph.css('line-height'), 10); var numberOfLines = paragraphHeight / lineHeight; console.log(numberOfLines); if(numberOfLines > 2){ jQuery("#readMore").click(function() { jQuery(".paragraph").toggleClass("show-all"); if (jQuery(".paragraph").hasClass("show-all")) { jQuery("#readMore").text("Hide"); } else { jQuery("#readMore").text("Read More"); } }); }else{ jQuery("#readMore").css("display","none"); } });
No products were found matching your selection.
Go to Top