{"id":6409,"date":"2021-06-04T09:32:05","date_gmt":"2021-06-04T09:32:05","guid":{"rendered":"https:\/\/el3.thembaydev.com\/besa2\/?page_id=6409"},"modified":"2026-09-10T04:33:54","modified_gmt":"2026-09-10T04:33:54","slug":"home-4","status":"publish","type":"page","link":"https:\/\/flexo.topsyringe.com\/","title":{"rendered":"Home 4"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6409\" class=\"elementor elementor-6409\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c79f02f elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"c79f02f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e443f86\" data-id=\"e443f86\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-984867f elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"984867f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b12020e\" data-id=\"b12020e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f92db8 elementor-widget elementor-widget-html\" data-id=\"0f92db8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Tempo Instruments - Hero Slider<\/title>\r\n    <!-- Load Tailwind CSS -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Load FontAwesome for icons -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <!-- Google Fonts: Inter -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <script>\r\n        tailwind.config = {\r\n            theme: {\r\n                extend: {\r\n                    fontFamily: {\r\n                        sans: ['Inter', 'sans-serif'],\r\n                    },\r\n                    colors: {\r\n                        brand: {\r\n                            red: '#cc0000',\r\n                            darkred: '#990000',\r\n                            gray: '#222222',\r\n                            lightgray: '#f5f5f5',\r\n                            border: '#e5e5e5'\r\n                        }\r\n                    },\r\n                    screens: {\r\n                        'xs': '480px',\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    <\/script>\r\n    \r\n    <style>\r\n        .slider-container {\r\n            position: relative;\r\n            overflow: hidden;\r\n            width: 100%;\r\n            touch-action: pan-y; \/* Preserves vertical page scroll while catching horizontal swipes *\/\r\n        }\r\n        \r\n        .slides {\r\n            display: flex;\r\n            transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);\r\n            width: 300%; \/* 3 slides *\/\r\n            height: 100%;\r\n        }\r\n        \r\n        .slide {\r\n            width: 33.333333%; \/* Exactly 1\/3 of slider track *\/\r\n            position: relative;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        \/* Responsive gradient overlay: Darker top-to-bottom on mobile, side-fade on desktop *\/\r\n        .slide-content-overlay {\r\n            background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.8) 100%);\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            .slide-content-overlay {\r\n                background: linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.65) 55%, rgba(0,0,0,0.2) 100%);\r\n            }\r\n        }\r\n\r\n        \/* Dynamic indicator pill animation *\/\r\n        .indicator-dot {\r\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n        .indicator-dot.active {\r\n            width: 1.75rem;\r\n            background-color: #cc0000;\r\n            border-radius: 9999px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"font-sans antialiased text-brand-gray bg-white select-none\">\r\n\r\n    <!-- Hero Slider Section -->\r\n    <section class=\"slider-container h-[460px] xs:h-[500px] sm:h-[560px] md:h-[600px] lg:h-[650px] xl:h-[720px] bg-gray-900 relative\">\r\n        <div class=\"slides h-full\" id=\"heroSlider\">\r\n            \r\n            <!-- Slide 1: Freeze Protection -->\r\n            <div class=\"slide h-full relative\">\r\n                <!-- Background Image -->\r\n                <img decoding=\"async\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/1920x720_HeaderImage_FreezeProtection.jpeg\" \r\n                     alt=\"Protect Your Flow From the Winter Snow\" \r\n                     class=\"absolute inset-0 w-full h-full object-cover object-center\" \r\n                     onerror=\"this.src='https:\/\/placehold.co\/1920x720\/1f2937\/ffffff?text=Freeze+Protection'\">\r\n                \r\n                <!-- Content Overlay -->\r\n                <div class=\"absolute inset-0 slide-content-overlay flex items-center py-6 sm:py-10 md:py-0\">\r\n                    <div class=\"container mx-auto px-4 xs:px-6 sm:px-10 md:px-14 lg:px-20 w-full\">\r\n                        <div class=\"max-w-xl md:max-w-2xl text-white\">\r\n                            <span class=\"inline-block bg-brand-red\/90 text-white text-[11px] xs:text-xs font-bold uppercase tracking-wider px-2.5 py-1 rounded mb-2.5 sm:mb-4\">\r\n                                Winter Preparedness\r\n                            <\/span>\r\n                            <h1 class=\"slide-title text-2xl xs:text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-extrabold mb-2.5 sm:mb-4 leading-tight shadow-sm\">\r\n                                Protect Your Flow From the Winter Snow\r\n                            <\/h1>\r\n                            <p class=\"slide-desc text-xs xs:text-sm sm:text-base md:text-lg lg:text-xl mb-5 sm:mb-8 text-gray-200 line-clamp-3 xs:line-clamp-4 sm:line-clamp-none font-normal leading-relaxed\">\r\n                                Prevent costly pipe bursts, equipment damage, and winter downtime. Tempo Instruments provides rugged, reliable heating solutions engineered to protect your infrastructure, property, and home\u2014no matter how far the temperature drops.\r\n                            <\/p>\r\n                            <div class=\"flex flex-col xs:flex-row gap-2.5 sm:gap-4\">\r\n                                <a href=\"#\" class=\"bg-brand-red hover:bg-brand-darkred text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 rounded-lg transition-all transform active:scale-95 shadow-lg text-xs xs:text-sm sm:text-base\">\r\n                                    Explore Products\r\n                                <\/a>\r\n                                <a href=\"#\" class=\"bg-black\/30 hover:bg-white\/20 text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 border border-white\/60 hover:border-white rounded-lg transition-all transform active:scale-95 text-xs xs:text-sm sm:text-base backdrop-blur-sm\">\r\n                                    Get a Quote\r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Slide 2: Industrial Heating -->\r\n            <div class=\"slide h-full relative\">\r\n                <!-- Background Image -->\r\n                <img decoding=\"async\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/FPS-Header_01.jpeg\" \r\n                     alt=\"Industrial Heating Solutions That Deliver\" \r\n                     class=\"absolute inset-0 w-full h-full object-cover object-center\" \r\n                     onerror=\"this.src='https:\/\/placehold.co\/1920x720\/1f2937\/ffffff?text=Industrial+Heating'\">\r\n                \r\n                <!-- Content Overlay -->\r\n                <div class=\"absolute inset-0 slide-content-overlay flex items-center py-6 sm:py-10 md:py-0\">\r\n                    <div class=\"container mx-auto px-4 xs:px-6 sm:px-10 md:px-14 lg:px-20 w-full\">\r\n                        <div class=\"max-w-xl md:max-w-2xl text-white\">\r\n                            <span class=\"inline-block bg-brand-red\/90 text-white text-[11px] xs:text-xs font-bold uppercase tracking-wider px-2.5 py-1 rounded mb-2.5 sm:mb-4\">\r\n                                Process Heating\r\n                            <\/span>\r\n                            <h1 class=\"slide-title text-2xl xs:text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-extrabold mb-2.5 sm:mb-4 leading-tight shadow-sm\">\r\n                                Industrial Heating Solutions That Deliver\r\n                            <\/h1>\r\n                            <p class=\"slide-desc text-xs xs:text-sm sm:text-base md:text-lg lg:text-xl mb-5 sm:mb-8 text-gray-200 line-clamp-3 xs:line-clamp-4 sm:line-clamp-none font-normal leading-relaxed\">\r\n                                Innovative freeze protection and process heating systems engineered for high reliability and maximum performance across global industrial environments.\r\n                            <\/p>\r\n                            <div class=\"flex flex-col xs:flex-row gap-2.5 sm:gap-4\">\r\n                                <a href=\"#\" class=\"bg-brand-red hover:bg-brand-darkred text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 rounded-lg transition-all transform active:scale-95 shadow-lg text-xs xs:text-sm sm:text-base\">\r\n                                    Explore Products\r\n                                <\/a>\r\n                                <a href=\"#\" class=\"bg-black\/30 hover:bg-white\/20 text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 border border-white\/60 hover:border-white rounded-lg transition-all transform active:scale-95 text-xs xs:text-sm sm:text-base backdrop-blur-sm\">\r\n                                    Get a Quote\r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Slide 3: ACR 4 Hot Bonder -->\r\n            <div class=\"slide h-full relative\">\r\n                <!-- Background Image -->\r\n                <img decoding=\"async\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/CompositeCuring-Header.jpeg\" \r\n                     alt=\"ACR 4: the Next Gen Hot Bonder\" \r\n                     class=\"absolute inset-0 w-full h-full object-cover object-center\" \r\n                     onerror=\"this.src='https:\/\/placehold.co\/1920x720\/1f2937\/ffffff?text=ACR+4+Hot+Bonder'\">\r\n                \r\n                <!-- Content Overlay -->\r\n                <div class=\"absolute inset-0 slide-content-overlay flex items-center py-6 sm:py-10 md:py-0\">\r\n                    <div class=\"container mx-auto px-4 xs:px-6 sm:px-10 md:px-14 lg:px-20 w-full\">\r\n                        <div class=\"max-w-xl md:max-w-2xl text-white\">\r\n                            <span class=\"inline-block bg-brand-red\/90 text-white text-[11px] xs:text-xs font-bold uppercase tracking-wider px-2.5 py-1 rounded mb-2.5 sm:mb-4\">\r\n                                Composite Curing\r\n                            <\/span>\r\n                            <h1 class=\"slide-title text-2xl xs:text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-extrabold mb-2.5 sm:mb-4 leading-tight shadow-sm\">\r\n                                ACR 4: Next-Gen Hot Bonder\r\n                            <\/h1>\r\n                            <p class=\"slide-desc text-xs xs:text-sm sm:text-base md:text-lg lg:text-xl mb-5 sm:mb-8 text-gray-200 line-clamp-3 xs:line-clamp-4 sm:line-clamp-none font-normal leading-relaxed\">\r\n                                Experience the advanced ACR&reg; 4 hot bonder in action. Built with dual-zone control, vibrant HD touchscreen programming, and extreme field portability.\r\n                            <\/p>\r\n                            <div class=\"flex flex-col xs:flex-row gap-2.5 sm:gap-4\">\r\n                                <a href=\"#\" class=\"bg-brand-red hover:bg-brand-darkred text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 rounded-lg transition-all transform active:scale-95 shadow-lg text-xs xs:text-sm sm:text-base\">\r\n                                    Learn More\r\n                                <\/a>\r\n                                <a href=\"#\" class=\"bg-black\/30 hover:bg-white\/20 text-white text-center font-semibold py-2.5 sm:py-3.5 px-5 sm:px-8 border border-white\/60 hover:border-white rounded-lg transition-all transform active:scale-95 text-xs xs:text-sm sm:text-base backdrop-blur-sm\">\r\n                                    Get a Quote\r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- Responsive Navigation Controls -->\r\n        <!-- Prev Button -->\r\n        <button id=\"prevBtn\" \r\n                class=\"absolute left-2 xs:left-3 sm:left-5 top-1\/2 -translate-y-1\/2 bg-black\/40 hover:bg-brand-red\/90 active:scale-90 text-white w-8 h-8 xs:w-10 xs:h-10 sm:w-12 sm:h-12 flex items-center justify-center rounded-full transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-white z-20 backdrop-blur-xs\" \r\n                aria-label=\"Previous slide\">\r\n            <i class=\"fa-solid fa-chevron-left text-xs xs:text-sm sm:text-lg\"><\/i>\r\n        <\/button>\r\n        \r\n        <!-- Next Button -->\r\n        <button id=\"nextBtn\" \r\n                class=\"absolute right-2 xs:right-3 sm:right-5 top-1\/2 -translate-y-1\/2 bg-black\/40 hover:bg-brand-red\/90 active:scale-90 text-white w-8 h-8 xs:w-10 xs:h-10 sm:w-12 sm:h-12 flex items-center justify-center rounded-full transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-white z-20 backdrop-blur-xs\" \r\n                aria-label=\"Next slide\">\r\n            <i class=\"fa-solid fa-chevron-right text-xs xs:text-sm sm:text-lg\"><\/i>\r\n        <\/button>\r\n\r\n        <!-- Dynamic Indicator Dots -->\r\n        <div class=\"absolute bottom-3 xs:bottom-4 sm:bottom-6 left-1\/2 -translate-x-1\/2 flex items-center space-x-2 sm:space-x-3 z-20 bg-black\/30 backdrop-blur-md px-3 py-1.5 rounded-full border border-white\/10\">\r\n            <button class=\"indicator indicator-dot active w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-white\/50 hover:bg-white focus:outline-none\" aria-label=\"Go to slide 1\" data-index=\"0\"><\/button>\r\n            <button class=\"indicator indicator-dot w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-white\/50 hover:bg-white focus:outline-none\" aria-label=\"Go to slide 2\" data-index=\"1\"><\/button>\r\n            <button class=\"indicator indicator-dot w-2.5 h-2.5 sm:w-3 sm:h-3 rounded-full bg-white\/50 hover:bg-white focus:outline-none\" aria-label=\"Go to slide 3\" data-index=\"2\"><\/button>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            const slider = document.getElementById('heroSlider');\r\n            const sliderContainer = document.querySelector('.slider-container');\r\n            const prevBtn = document.getElementById('prevBtn');\r\n            const nextBtn = document.getElementById('nextBtn');\r\n            const indicators = document.querySelectorAll('.indicator');\r\n            \r\n            let currentIndex = 0;\r\n            const totalSlides = 3;\r\n            let autoSlideInterval;\r\n\r\n            \/\/ Touch gesture state variables\r\n            let touchStartX = 0;\r\n            let touchEndX = 0;\r\n            let touchStartY = 0;\r\n            let touchEndY = 0;\r\n\r\n            \/\/ Update slider position & active pill style\r\n            function updateSlider() {\r\n                const percentage = -(currentIndex * (100 \/ totalSlides));\r\n                slider.style.transform = `translateX(${percentage}%)`;\r\n                \r\n                indicators.forEach((ind, index) => {\r\n                    if (index === currentIndex) {\r\n                        ind.classList.add('active');\r\n                        ind.classList.remove('bg-white\/50');\r\n                    } else {\r\n                        ind.classList.remove('active');\r\n                        ind.classList.add('bg-white\/50');\r\n                    }\r\n                });\r\n            }\r\n\r\n            function nextSlide() {\r\n                currentIndex = (currentIndex + 1) % totalSlides;\r\n                updateSlider();\r\n            }\r\n\r\n            function prevSlide() {\r\n                currentIndex = (currentIndex - 1 + totalSlides) % totalSlides;\r\n                updateSlider();\r\n            }\r\n\r\n            \/\/ Controls event listeners\r\n            nextBtn.addEventListener('click', () => {\r\n                nextSlide();\r\n                resetAutoSlide();\r\n            });\r\n\r\n            prevBtn.addEventListener('click', () => {\r\n                prevSlide();\r\n                resetAutoSlide();\r\n            });\r\n\r\n            indicators.forEach(indicator => {\r\n                indicator.addEventListener('click', (e) => {\r\n                    currentIndex = parseInt(e.currentTarget.getAttribute('data-index'));\r\n                    updateSlider();\r\n                    resetAutoSlide();\r\n                });\r\n            });\r\n\r\n            \/\/ Touch & Horizontal Swipe logic for Mobile\/Tablet\r\n            sliderContainer.addEventListener('touchstart', (e) => {\r\n                touchStartX = e.changedTouches[0].screenX;\r\n                touchStartY = e.changedTouches[0].screenY;\r\n            }, { passive: true });\r\n\r\n            sliderContainer.addEventListener('touchend', (e) => {\r\n                touchEndX = e.changedTouches[0].screenX;\r\n                touchEndY = e.changedTouches[0].screenY;\r\n                handleSwipe();\r\n            }, { passive: true });\r\n\r\n            function handleSwipe() {\r\n                const diffX = touchEndX - touchStartX;\r\n                const diffY = touchEndY - touchStartY;\r\n\r\n                \/\/ Validate horizontal swipe threshold (>35px) and filter vertical scrolling\r\n                if (Math.abs(diffX) > Math.abs(diffY) && Math.abs(diffX) > 35) {\r\n                    if (diffX < 0) {\r\n                        nextSlide(); \/\/ Swipe Left -> Next\r\n                    } else {\r\n                        prevSlide(); \/\/ Swipe Right -> Prev\r\n                    }\r\n                    resetAutoSlide();\r\n                }\r\n            }\r\n\r\n            \/\/ Keyboard Arrow Key Navigation\r\n            document.addEventListener('keydown', (e) => {\r\n                if (e.key === 'ArrowRight') {\r\n                    nextSlide();\r\n                    resetAutoSlide();\r\n                } else if (e.key === 'ArrowLeft') {\r\n                    prevSlide();\r\n                    resetAutoSlide();\r\n                }\r\n            });\r\n\r\n            \/\/ Auto-play interval management\r\n            function startAutoSlide() {\r\n                autoSlideInterval = setInterval(nextSlide, 8000);\r\n            }\r\n\r\n            function resetAutoSlide() {\r\n                clearInterval(autoSlideInterval);\r\n                startAutoSlide();\r\n            }\r\n\r\n            \/\/ Pause autoplay on mouse hover for desktop usability\r\n            sliderContainer.addEventListener('mouseenter', () => clearInterval(autoSlideInterval));\r\n            sliderContainer.addEventListener('mouseleave', () => startAutoSlide());\r\n\r\n            \/\/ Initialize auto slider\r\n            startAutoSlide();\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4e97826 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e97826\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f6470f\" data-id=\"8f6470f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ad3169 elementor-widget elementor-widget-heading\" data-id=\"4ad3169\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">TEMPO INSTRUMENTS <span style=\"color: #d91f36\">TOP SELLERS<\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61ef2d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61ef2d0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1c0d9a4\" data-id=\"1c0d9a4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7932b08 elementor-widget elementor-widget-text-editor\" data-id=\"7932b08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Keep your pipes protected, your fluids flowing, and your processes at temperature.<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-557b64b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"557b64b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33e4367\" data-id=\"33e4367\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a10d85c elementor-product-v1 elementor-widget elementor-widget-besa-product-category\" data-id=\"a10d85c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"besa-product-category.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<div class=\"tbay-element tbay-element-product-category products\">\r\n    \r\n    \r\n\t \r\n<div class=\"product-category row-1 owl-carousel scroll-init\" data-carousel=\"owl\" data-items=\"4\" data-desktopslick=\"4\" data-desktopsmallslick=\"2\" data-tabletslick=\"3\" data-landscapeslick=\"2\" data-mobileslick=\"1\" data-rows=\"1\" data-nav=\"1\" data-pagination=\"\" data-loop=\"1\" data-auto=\"\" data-unslick=\"\">\r\n\r\n     \r\n<\/div>\r\n\r\n\r\n\t\r\n\r\n\r\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b20adda elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b20adda\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-78fd620\" data-id=\"78fd620\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90bd83f elementor-product-v1 elementor-widget elementor-widget-besa-product-category\" data-id=\"90bd83f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"besa-product-category.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<div class=\"tbay-element tbay-element-product-category products\">\r\n    \r\n    \r\n\t \r\n<div class=\"product-category row-1 owl-carousel scroll-init\" data-carousel=\"owl\" data-items=\"4\" data-desktopslick=\"4\" data-desktopsmallslick=\"2\" data-tabletslick=\"3\" data-landscapeslick=\"2\" data-mobileslick=\"2\" data-rows=\"1\" data-nav=\"1\" data-pagination=\"1\" data-loop=\"\" data-auto=\"\" data-unslick=\"1\">\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8848 status-publish first instock product_cat-cords product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8848\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Flexible Electric Pipe Heating cord High 600 Watt Temp 400\u00b0C, Volt 230 Size 3 meters (For Dry Surface)\" href=\"https:\/\/flexo.topsyringe.com\/?product=flexible-electric-pipe-heating-cord-high-600-watt-temp-400c-volt-230-size-3-meters-for-dry-surface\" class=\"product-image\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/flexible-pipe-heating-cord-dry-surface-600w-400c-3m-280x280.jpg\" class=\"attachment-shop_catalog image-effect\" alt=\"\" \/><img decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/flexible-pipe-heating-cord-280x280.jpg\" class=\"image-hover\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Select options\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=flexible-electric-pipe-heating-cord-high-600-watt-temp-400c-volt-230-size-3-meters-for-dry-surface\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8848\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"8848\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Flexible Electric Pipe Heating cord High 600 Watt Temp 400\u00b0C, Volt 230 Size 3 meters (For Dry Surface)&rdquo;\" rel=\"\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Select options<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8848\" class=\"screen-reader-text\">\r\n\t\t\tThis product has multiple variants. The options may be chosen on the product page\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8848\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=flexible-electric-pipe-heating-cord-high-600-watt-temp-400c-volt-230-size-3-meters-for-dry-surface\">Flexible Electric Pipe Heating cord High 600 Watt Temp 400\u00b0C, Volt 230 Size 3 meters (For Dry Surface)<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>525.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>2,069.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;525.00 through &#8377;2,069.00<\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=flexible-electric-pipe-heating-cord-high-600-watt-temp-400c-volt-230-size-3-meters-for-dry-surface\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8849 status-publish instock product_cat-heating-tapes product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8849\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Silicon Electric Heating Tape | Prevent Pipes from Freezing | Low 200 Watt,Temp 180\u00b0C, Volt 230 Size 25mm x 1200mm\" href=\"https:\/\/flexo.topsyringe.com\/?product=silicon-electric-heating-tape-prevent-pipes-from-freezing-low-200-watttemp-180c-volt-230-size-25mm-x-1200mm\" class=\"product-image\">\n\t\t\t\t\t<img decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Silicon-Electric-Heating-Tape-280x280.jpg\" class=\"attachment-shop_catalog image-effect\" alt=\"\" \/><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Electric-Heating-Tape-explaination-280x280.jpg\" class=\"image-hover\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Select options\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=silicon-electric-heating-tape-prevent-pipes-from-freezing-low-200-watttemp-180c-volt-230-size-25mm-x-1200mm\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8849\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"8849\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Silicon Electric Heating Tape | Prevent Pipes from Freezing | Low 200 Watt,Temp 180\u00b0C, Volt 230 Size 25mm x 1200mm&rdquo;\" rel=\"\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Select options<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8849\" class=\"screen-reader-text\">\r\n\t\t\tThis product has multiple variants. The options may be chosen on the product page\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8849\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=silicon-electric-heating-tape-prevent-pipes-from-freezing-low-200-watttemp-180c-volt-230-size-25mm-x-1200mm\">Silicon Electric Heating Tape | Prevent Pipes from Freezing | Low 200 Watt,Temp 180\u00b0C, Volt 230 Size 25mm x 1200mm<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>3,003.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>8,253.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;3,003.00 through &#8377;8,253.00<\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=silicon-electric-heating-tape-prevent-pipes-from-freezing-low-200-watttemp-180c-volt-230-size-25mm-x-1200mm\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8850 status-publish instock product_cat-heating-tapes product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8850\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Standard Insulated Heating Tape(350\u00b0C)\" href=\"https:\/\/flexo.topsyringe.com\/?product=standard-insulated-heating-tape350c\" class=\"product-image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"228\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Standard-Insulated-Heating-Tape350\u00b0C-280x228.jpg\" class=\"image-no-effect\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Select options\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=standard-insulated-heating-tape350c\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8850\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"8850\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Standard Insulated Heating Tape(350\u00b0C)&rdquo;\" rel=\"\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Select options<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8850\" class=\"screen-reader-text\">\r\n\t\t\tThis product has multiple variants. The options may be chosen on the product page\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8850\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=standard-insulated-heating-tape350c\">Standard Insulated Heating Tape(350\u00b0C)<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>1,208.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>3,749.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;1,208.00 through &#8377;3,749.00<\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=standard-insulated-heating-tape350c\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8851 status-publish last instock product_cat-heating-tapes product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8851\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Heavy-Duty Flexible Fiberglass Heating Tape for Pipes &#038; Vessels | TEMPO \/ Flexotherm\" href=\"https:\/\/flexo.topsyringe.com\/?product=heavy-duty-flexible-fiberglass-heating-tape-for-pipes-vessels-tempo-flexotherm\" class=\"product-image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Standard-Heating-Tap--280x280.jpg\" class=\"attachment-shop_catalog image-effect\" alt=\"\" \/><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Standard-Heating-Tap--280x280.jpg\" class=\"image-hover\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Select options\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=heavy-duty-flexible-fiberglass-heating-tape-for-pipes-vessels-tempo-flexotherm\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8851\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"8851\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Heavy-Duty Flexible Fiberglass Heating Tape for Pipes &amp; Vessels | TEMPO \/ Flexotherm&rdquo;\" rel=\"\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Select options<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8851\" class=\"screen-reader-text\">\r\n\t\t\tThis product has multiple variants. The options may be chosen on the product page\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8851\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=heavy-duty-flexible-fiberglass-heating-tape-for-pipes-vessels-tempo-flexotherm\">Heavy-Duty Flexible Fiberglass Heating Tape for Pipes &#038; Vessels | TEMPO \/ Flexotherm<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>1,502.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>15,005.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;1,502.00 through &#8377;15,005.00<\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=heavy-duty-flexible-fiberglass-heating-tape-for-pipes-vessels-tempo-flexotherm\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8852 status-publish first instock product_cat-cords product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8852\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Rapid Heating Cord with Ceramic Bead Insulation (Max 800\u00b0C)\" href=\"https:\/\/flexo.topsyringe.com\/?product=rapid-heating-cord-with-ceramic-bead-insulation-max-800c\" class=\"product-image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/rapid-heating-cord-280x280.jpg\" class=\"attachment-shop_catalog image-effect\" alt=\"\" \/><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"280\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Standard-Heating-Tap--280x280.jpg\" class=\"image-hover\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Select options\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=rapid-heating-cord-with-ceramic-bead-insulation-max-800c\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8852\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"8852\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Rapid Heating Cord with Ceramic Bead Insulation (Max 800\u00b0C)&rdquo;\" rel=\"\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Select options<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8852\" class=\"screen-reader-text\">\r\n\t\t\tThis product has multiple variants. The options may be chosen on the product page\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8852\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=rapid-heating-cord-with-ceramic-bead-insulation-max-800c\">Rapid Heating Cord with Ceramic Bead Insulation (Max 800\u00b0C)<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>3,400.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>7,200.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#8377;3,400.00 through &#8377;7,200.00<\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=rapid-heating-cord-with-ceramic-bead-insulation-max-800c\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n    \r\n        <div class=\"item\">\r\n\t\t\t \r\n            <div class=\"products-grid product type-product post-8853 status-publish instock product_cat-heating-tapes product_cat-heating-tapes-cords has-post-thumbnail featured shipping-taxable purchasable product-type-simple\">\r\n\t\t\t\t<div class=\"product-block grid product v1\" data-product-id=\"8853\">\n\t\t\n\t\t\n\t<div class=\"product-content\">\n\t\t\t\t<div class=\"block-inner\">\n\t\t\t<figure class=\"image \">\n\t\t\t\t<a title=\"Portable Digital Temperature Controller with PID Control\" href=\"https:\/\/flexo.topsyringe.com\/?product=portable-digital-temperature-controller-with-pid-control\" class=\"product-image\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"235\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/Portable-Digital-Temperature-Controller-with-PID-Control-280x235.jpg\" class=\"image-no-effect\" alt=\"\" \/>\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"product-top\">\n\t\t\t\t\t\t\t\t<span class=\"onsale\"><span class=\"featured\">Featured<\/span><\/span>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<div class=\"group-buttons\">\t\n\t\t\t\t<div class=\"add-cart\" title=\"Add to cart\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F6409&#038;add-to-cart=8853\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_8853\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"8853\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Portable Digital Temperature Controller with PID Control&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Portable Digital Temperature Controller with PID Control&rdquo; has been added to your cart\" role=\"button\"><i class=\"tb-icon tb-icon-zt-shopping-cart\"><\/i><span class=\"title-cart\">Add to cart<\/span><\/a>\t\t\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_8853\" class=\"screen-reader-text\">\r\n\t\t\t\t\t<\/span>\r\n\t<\/div>            <div class=\"tbay-quick-view\">\r\n                <a href=\"#\" class=\"qview-button\" title =\"Quick View\" data-effect=\"mfp-move-from-top\" data-product_id=\"8853\" data-toggle=\"modal\" data-target=\"#tbay-quickview-modal\">\r\n                    <i class=\"tb-icon tb-icon-zt-expand\"><\/i>\r\n                    <span>Quick View<\/span>\r\n                <\/a>\r\n            <\/div>\r\n            \t\t    <\/div>\n\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\n\t\t<div class=\"caption\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t        \r\n        <h3 class=\"name full_name\"><a href=\"https:\/\/flexo.topsyringe.com\/?product=portable-digital-temperature-controller-with-pid-control\">Portable Digital Temperature Controller with PID Control<\/a><\/h3>\r\n        \t\t\t\r\n<div class=\"rating no-rate\">\r\n\t\t<div class=\"star-rating\">\r\n\t<\/div>\r\n\t<div class=\"count\">0<\/div>\r\n\t<\/div>\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"price-wrapper\">\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#8377;<\/span>7,200.00<\/bdi><\/span><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t \n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t    <\/div>\n    \n\t\n\t<a href=\"https:\/\/flexo.topsyringe.com\/?product=portable-digital-temperature-controller-with-pid-control\" class=\"custom-view-details-btn\">View Details<\/a> \n<\/div>\n\t\t\t<\/div>\r\n        <\/div>\r\n\r\n     \r\n<\/div>\r\n\r\n\r\n\t\r\n\r\n\r\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e584be5 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"e584be5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d2b7d56\" data-id=\"d2b7d56\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6972c3e elementor-arrows-position-outside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"6972c3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/1920x275_Freezeprotection-WebBanner_-_Copy.jpeg\" alt=\"1920x275_Freezeprotection-WebBanner_-_Copy\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/1920x275_RoofProtection_WebBanner_e78a2627-c866-40ac-a33f-1c5fa1d3ff32.jpeg\" alt=\"1920x275_RoofProtection_WebBanner_e78a2627-c866-40ac-a33f-1c5fa1d3ff32\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/1920x275_Freezeprotection-WebBanner.jpeg\" alt=\"1920x275_Freezeprotection-WebBanner\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53ac07c6 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53ac07c6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-560ff64c\" data-id=\"560ff64c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3644a4 elementor-widget elementor-widget-heading\" data-id=\"c3644a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Explore <span style=\"color: #d91f36\"> By Application<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d6e832 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d6e832\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5553326\" data-id=\"5553326\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b71b64 elementor-widget elementor-widget-text-editor\" data-id=\"1b71b64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Find the perfect heating solution for your application.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1ecb7ee elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1ecb7ee\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8102888\" data-id=\"8102888\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-05b8e15 elementor-cta--layout-image-right elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"05b8e15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/FreezeProtection-Card_96f92370-0e7c-46f1-acb5-4cdc49d0f5b9.jpeg);\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Freeze Protection<\/h2>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tPrevent costly freeze damage year-round\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tView More\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-aee121f\" data-id=\"aee121f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9942028 elementor-cta--layout-image-right elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"9942028\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/ViscosityControl-Card_d6a51498-5628-4b17-9b6d-bd70195e5df1.jpeg);\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Viscosity Control<\/h2>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tEasy and effective ways to improve flow\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tView More\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bf1eef7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bf1eef7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2bc89fb\" data-id=\"2bc89fb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aeff19b elementor-cta--layout-image-right elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"aeff19b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/ProcessConrtol-Card_34749fa2-82b8-407d-8947-52368d2eb02e.jpeg);\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Process Control<\/h2>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tMaintain precise heating through critical industrial processes.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tView More\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d8d9943\" data-id=\"d8d9943\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae7c2e8 elementor-cta--layout-image-right elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"ae7c2e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/CompositeCuring-Card_d9c04091-fcea-41be-b01d-83cb37b7bc35.jpeg);\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">Composite Curing<\/h2>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tHeating systems for composite curing and repair\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\tView More\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9b6382a elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"9b6382a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6dc4a31\" data-id=\"6dc4a31\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53a2f7e elementor-widget elementor-widget-spacer\" data-id=\"53a2f7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97a88ff elementor-widget elementor-widget-heading\" data-id=\"97a88ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">TEMPO INSTRUMENTS <span style=\"color: #d91f36\">Tools Made For You<\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4d7ef3 elementor-widget elementor-widget-spacer\" data-id=\"d4d7ef3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca50660 elementor-widget elementor-widget-text-editor\" data-id=\"ca50660\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<center>From our resource library to our online heat-loss calculator,<br \/>we have the tools you need to succeed with your next project.<\/center>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5831a95 elementor-widget elementor-widget-spacer\" data-id=\"5831a95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a557f1f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a557f1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn More About Our Tools<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6ac71ee\" data-id=\"6ac71ee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee76e43 elementor-widget elementor-widget-image\" data-id=\"ee76e43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"472\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2026\/09\/tempo-1024x733.png\" class=\"attachment-large size-large wp-image-8688\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-93159fa elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"93159fa\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13e7c1c\" data-id=\"13e7c1c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d21c4b1 elementor-widget elementor-widget-heading\" data-id=\"d21c4b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color: #d91f36\">LATEST NEWS<\/span> FROM TEMPO INSTRUMENTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b779476 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"b779476\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6c3f65\" data-id=\"b6c3f65\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a4fddba elementor-widget elementor-widget-besa-posts-grid\" data-id=\"a4fddba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"besa-posts-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tbay-element tbay-element-posts-grid\">\r\n\r\n    \r\n    <div class=\"posts-grid row-1 owl-carousel scroll-init\" data-carousel=\"owl\" data-items=\"4\" data-desktopslick=\"4\" data-desktopsmallslick=\"2\" data-tabletslick=\"3\" data-landscapeslick=\"2\" data-mobileslick=\"1\" data-rows=\"1\" data-nav=\"1\" data-pagination=\"1\" data-loop=\"1\" data-autospeed=\"1000\" data-auto=\"1\" data-unslick=\"\">\r\n\r\n                    <div class=\"item\">\r\n                <article class=\"post item-post\">   \r\n    <figure class=\"entry-thumb \">\r\n        <a href=\"https:\/\/flexo.topsyringe.com\/?p=567\"  class=\"entry-image\">\r\n          <img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"339\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2019\/10\/blog-10-768x394.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" \/><span class=\"post-type\"><i class=\"tb-icon tb-icon-zt-picture4\"><\/i><\/span>        <\/a> \r\n    <\/figure>\r\n    <div class=\"entry-header\">\r\n\r\n                    <h3 class=\"entry-title\">\r\n                <a href=\"https:\/\/flexo.topsyringe.com\/?p=567\">Swiss Watches: Why Are They The Best?<\/a>\r\n            <\/h3>\r\n        \r\n        \r\n        \t\t\t\t\t<ul class=\"entry-meta-list\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\r\n      \r\n\r\n        \r\n                    <a href=\"https:\/\/flexo.topsyringe.com\/?p=567\" class=\"readmore\" title=\"Read More\">Read More<\/a>\r\n        \r\n            <\/div>\r\n<\/article>\r\n     \r\n            <\/div>\r\n                    <div class=\"item\">\r\n                <article class=\"post item-post\">   \r\n    <figure class=\"entry-thumb \">\r\n        <a href=\"https:\/\/flexo.topsyringe.com\/?p=1229\"  class=\"entry-image\">\r\n          <img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"339\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2019\/10\/blog-09-768x394.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" \/><span class=\"post-type\"><i class=\"tb-icon tb-icon-zt-picture4\"><\/i><\/span>        <\/a> \r\n    <\/figure>\r\n    <div class=\"entry-header\">\r\n\r\n                    <h3 class=\"entry-title\">\r\n                <a href=\"https:\/\/flexo.topsyringe.com\/?p=1229\">Stop Making These 8 Grammar Mistakes<\/a>\r\n            <\/h3>\r\n        \r\n        \r\n        \t\t\t\t\t<ul class=\"entry-meta-list\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\r\n      \r\n\r\n        \r\n                    <a href=\"https:\/\/flexo.topsyringe.com\/?p=1229\" class=\"readmore\" title=\"Read More\">Read More<\/a>\r\n        \r\n            <\/div>\r\n<\/article>\r\n     \r\n            <\/div>\r\n                    <div class=\"item\">\r\n                <article class=\"post item-post\">   \r\n    <figure class=\"entry-thumb \">\r\n        <a href=\"https:\/\/flexo.topsyringe.com\/?p=1232\"  class=\"entry-image\">\r\n          <img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"339\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2019\/10\/blog-08-768x394.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" \/><span class=\"post-type\"><i class=\"tb-icon tb-icon-zt-picture4\"><\/i><\/span>        <\/a> \r\n    <\/figure>\r\n    <div class=\"entry-header\">\r\n\r\n                    <h3 class=\"entry-title\">\r\n                <a href=\"https:\/\/flexo.topsyringe.com\/?p=1232\">Go From Zero To Hero In No Time<\/a>\r\n            <\/h3>\r\n        \r\n        \r\n        \t\t\t\t\t<ul class=\"entry-meta-list\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\r\n      \r\n\r\n        \r\n                    <a href=\"https:\/\/flexo.topsyringe.com\/?p=1232\" class=\"readmore\" title=\"Read More\">Read More<\/a>\r\n        \r\n            <\/div>\r\n<\/article>\r\n     \r\n            <\/div>\r\n                    <div class=\"item\">\r\n                <article class=\"post item-post\">   \r\n    <figure class=\"entry-thumb \">\r\n        <a href=\"https:\/\/flexo.topsyringe.com\/?p=1235\"  class=\"entry-image\">\r\n          <img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"339\" src=\"https:\/\/flexo.topsyringe.com\/wp-content\/uploads\/2019\/10\/blog-07-768x394.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" \/><span class=\"post-type\"><i class=\"tb-icon tb-icon-zt-appstore\"><\/i><\/span>        <\/a> \r\n    <\/figure>\r\n    <div class=\"entry-header\">\r\n\r\n                    <h3 class=\"entry-title\">\r\n                <a href=\"https:\/\/flexo.topsyringe.com\/?p=1235\">Is Android Better Than iOS? 5 Reasons<\/a>\r\n            <\/h3>\r\n        \r\n        \r\n        \t\t\t\t\t<ul class=\"entry-meta-list\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\r\n      \r\n\r\n        \r\n                    <a href=\"https:\/\/flexo.topsyringe.com\/?p=1235\" class=\"readmore\" title=\"Read More\">Read More<\/a>\r\n        \r\n            <\/div>\r\n<\/article>\r\n     \r\n            <\/div>\r\n         \r\n    <\/div>\r\n<\/div>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tempo Instruments &#8211; Hero Slider Winter Preparedness Protect Your Flow From the Winter Snow Prevent costly pipe bursts, equipment damage, and winter downtime. Tempo Instruments provides rugged, reliable heating solutions engineered to protect your infrastructure, property, and home\u2014no matter how far the temperature drops. Explore Products Get a Quote Process Heating Industrial Heating Solutions That &hellip; <a href=\"https:\/\/flexo.topsyringe.com\/?p=1235\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Is Android Better Than iOS? 5 Reasons<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6409","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/pages\/6409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6409"}],"version-history":[{"count":6,"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/pages\/6409\/revisions"}],"predecessor-version":[{"id":9101,"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=\/wp\/v2\/pages\/6409\/revisions\/9101"}],"wp:attachment":[{"href":"https:\/\/flexo.topsyringe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}