Where to Buy GE Sealants that Keep Your Work Sealed for Good
Disclaimer: GE sealants are available at the retailers listed below.
To ensure the product you’re looking for is available at the retailer of your choice, please contact your local store.
RETAIL
PRO
// Fallback: Update PriceSpider button text when DOM is ready
var currentLang = 'en';
if (typeof window.updatePriceSpiderButtonText === 'function') {
// Wait a bit for PriceSpider to potentially load
setTimeout(function() {
window.updatePriceSpiderButtonText(currentLang);
}, 500);
}
// Initialize PriceSpider button text updates
if (typeof window.initPriceSpiderButtonText === 'function') {
window.initPriceSpiderButtonText();
}