Products

At Lind Electronics, our products are built to keep people powered, connected, and ready for whatever the job demands. From rugged power solutions to custom cable assemblies and advanced charging technologies, every Lind product is designed with reliability, durability, and real-world performance in mind. With decades of experience serving demanding industries, we understand that dependable power isn’t just a convenience — it’s critical.

Showing 271–278 of 278 results

/* ===== LIND MOBILE MENU ===== */ /* Hide desktop nav on tablet/mobile */ @media (max-width: 1100px) { #brxe-252b97 { display: none !important; } } /* Hide mobile overlay on desktop */ @media (min-width: 1101px) { #lind-mobile-overlay { display: none !important; } } #lind-mobile-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #1a2332; z-index: 999999; overflow-y: auto; flex-direction: column; } #lind-mobile-overlay.lmm-visible { display: flex !important; } #lind-mobile-topbar { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; } #lind-mobile-logo { height: 54px; width: auto; display: block; } #lind-mobile-topright { display: flex; align-items: center; gap: 0.5rem; } /* Cart clone in mobile topbar */ #lind-mobile-cart { display: flex !important; align-items: center !important; color: #ffffff !important; font-size: 15px !important; font-weight: 600 !important; cursor: pointer !important; padding: 0.25rem 0.5rem !important; } #lind-mobile-cart .woocommerce-Price-amount, #lind-mobile-cart .cart-count, #lind-mobile-cart span { color: #ffffff !important; } #lind-mobile-close { background: none; border: none; color: #ffffff; font-size: 28px; cursor: pointer; line-height: 1; padding: 0.5rem; flex-shrink: 0; } #lind-mobile-nav { width: 100%; padding: 0 0 3rem; box-sizing: border-box; } .lmm-section { border-bottom: 1px solid rgba(255,255,255,0.08); } .lmm-header { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 2rem; color: #ffffff; font-family: 'Roboto Condensed', sans-serif; font-size: 19px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; user-select: none; text-decoration: none; transition: background 0.15s, color 0.15s; } .lmm-header:active, .lmm-section.lmm-open > .lmm-header { color: #4db8ff; } .lmm-chevron { font-size: 22px; color: rgba(255,255,255,0.4); transition: transform 0.2s, color 0.2s; display: inline-block; line-height: 1; } .lmm-section.lmm-open > .lmm-header .lmm-chevron { transform: rotate(180deg); color: #4db8ff; } .lmm-direct { display: block; } .lmm-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #0d1117; } .lmm-subhead { padding: 0.85rem 2rem 0.4rem 2rem; color: #4db8ff; font-family: 'Roboto Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid rgba(77,184,255,0.2); margin-bottom: 0.1rem; } .lmm-link { display: block; padding: 0.85rem 2rem 0.85rem 2.5rem; color: rgba(255,255,255,0.7); font-family: 'Roboto Condensed', sans-serif; font-size: 17px; font-weight: 400; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.15s, background 0.15s; } .lmm-link:active, .lmm-link:hover { color: #ffffff; background: rgba(255,255,255,0.05); } #lind-mobile-overlay { pointer-events: none; } #lind-mobile-overlay.lmm-visible { display: flex !important; pointer-events: all; } @media (max-width: 1100px) { #brxe-a92ed2 { display: none !important; } } /* ===== END LIND MOBILE MENU ===== */ /* ===== LIND SEARCH OVERLAY FIX ===== */ .bricks-search-overlay.show { background: rgba(13, 17, 23, 0.72) !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 32px 20px !important; } .bricks-search-overlay.show .bricks-search-inner { position: relative !important; width: min(760px, calc(100vw - 40px)) !important; max-height: min(720px, calc(100vh - 80px)) !important; overflow: visible !important; background: #ffffff !important; border: 1px solid #d6dbe1 !important; box-shadow: 0 20px 60px rgba(0,0,0,0.35) !important; padding: 48px 44px 52px !important; } .bricks-search-overlay.show .bricks-search-form, .bricks-search-overlay.show .ep-autosuggest-container, .bricks-search-overlay.show .ep-autosuggest-container input, .bricks-search-overlay.show .bricks-search-form input[type="search"] { width: 100% !important; max-width: 100% !important; color: #1a2332 !important; } .bricks-search-overlay.show .bricks-search-form input[type="search"] { background: #ffffff !important; border-color: #cfd4da !important; } .bricks-search-overlay.show .bricks-search-form input[type="search"]::placeholder { color: #6b7280 !important; opacity: 1 !important; } .bricks-search-overlay.show .ep-autosuggest { width: 100% !important; max-width: 100% !important; } .bricks-search-overlay.show .ep-autosuggest > div, .bricks-search-overlay.show .ep-autosuggest a { text-align: left !important; } .bricks-search-overlay.show .close { position: fixed !important; top: calc((100vh - min(720px, calc(100vh - 80px))) / 2 + 16px) !important; right: calc((100vw - min(760px, calc(100vw - 40px))) / 2 + 16px) !important; transform: none !important; z-index: 1001 !important; } /* ===== END LIND SEARCH OVERLAY FIX ===== */ /* ===== AVATAX CHECKOUT CERTIFICATE FIX ===== */ body.woocommerce-checkout #order_review > b, body.woocommerce-checkout #order_review > #cert_link, body.woocommerce-checkout #order_review > #cert_link + a { display: none !important; } /* ===== END AVATAX CHECKOUT CERTIFICATE FIX ===== */