
200W solar street lights - ES03 Series
25 coupons
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; line-height: 1.6; padding: 20px; min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; } header { text-align: center; margin-bottom: 30px; padding: 20px 0; position: relative; } .logo { font-size: 2.8rem; color: #ff8000; margin-bottom: 15px; } h1 { color: #2c3e50; font-size: 2.2rem; margin-bottom: 10px; } .subtitle { color: #6c757d; font-size: 1.1rem; max-width: 700px; margin: 0 auto 20px; font-weight: 400; } .download-section { text-align: center; margin: 25px 0; } .download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 15px; } .download-btn { display: inline-flex; align-items: center; padding: 12px 25px; background: #ff8000; color: white; text-decoration: none; border-radius: 8px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25); border: 2px solid transparent; } .download-btn:hover { background: #e67300; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35); border-color: rgba(255, 255, 255, 0.3); } .download-btn i { margin-right: 10px; font-size: 1.2rem; } .spec-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.08); margin: 30px 0; } .spec-title { background: linear-gradient(135deg, #2c3e50, #4a6491); color: white; padding: 16px; text-align: center; font-size: 1.4rem; font-weight: 600; letter-spacing: 0.5px; } .spec-table-container { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 5px; } .spec-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 0.95rem; } .spec-table th { background-color: #f8f9fa; color: #2c3e50; font-weight: 600; padding: 12px 15px; text-align: center; border-bottom: 2px solid #dee2e6; } .spec-table td { padding: 12px 15px; border-bottom: 1px solid #edf2f7; vertical-align: top; } .spec-table tr:last-child td { border-bottom: none; } .spec-table tr:nth-child(even) { background-color: #f9fafb; } .spec-table tr:hover { background-color: #f0f7ff; } .spec-table td:first-child { font-weight: 600; color: #2c3e50; width: 30%; text-align: left; padding-left: 20px; } .spec-table td:not(:first-child) { text-align: center; color: #34495e; font-weight: 500; width: 23.3%; } .model-header { font-weight: 700; color: #2c3e50; margin-bottom: 5px; } .highlight { font-weight: 700; color: #e74c3c; } .key-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 25px 0; } .spec-item { background: white; border-radius: 10px; padding: 15px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border-left: 4px solid #3498db; } .spec-item:nth-child(2) { border-left-color: #2ecc71; } .spec-item:nth-child(3) { border-left-color: #e74c3c; } .spec-item:nth-child(4) { border-left-color: #f39c12; } .spec-value { font-size: 1.5rem; font-weight: 700; color: #2c3e50; margin: 5px 0; } .spec-label { font-size: 0.9rem; color: #6c757d; font-weight: 500; } .features-section { margin: 40px 0; } .section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 1.7rem; position: relative; } .section-title::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(to right, #3498db, #2c3e50); margin: 12px auto; border-radius: 2px; } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .feature-card { background: white; border-radius: 10px; padding: 22px; box-shadow: 0 5px 15px rgba(0,0,0,0.06); transition: all 0.3s ease; display: flex; flex-direction: column; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .feature-card h3 { font-size: 1.2rem; color: #2c3e50; margin-bottom: 15px; display: flex; align-items: center; } .feature-card h3 i { margin-right: 12px; color: #ff8000; font-size: 1.3rem; min-width: 24px; } .feature-card p { color: #555; font-size: 0.95rem; line-height: 1.7; flex-grow: 1; } .divider { height: 1px; background: linear-gradient(to right, transparent, #dee2e6, transparent); margin: 30px auto; width: 80%; } .hero-image { width: 100%; max-width: 800px; margin: 20px auto; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.15); display: flex; justify-content: center; background: linear-gradient(to right, #f5f5f5, #e0e0e0); padding: 20px; } .hero-image img { max-width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .hero-image:hover img { transform: scale(1.03); } @media (max-width: 768px) { h1 { font-size: 1.8rem; } .subtitle { font-size: 1rem; } .spec-table td { padding: 10px 12px; font-size: 0.9rem; } .spec-table td:first-child { padding-left: 15px; width: 35%; } .download-buttons { flex-direction: column; align-items: center; } .download-btn { width: 100%; max-width: 300px; justify-content: center; } .features-grid { grid-template-columns: 1fr; } } @media (max-width: 480px) { .spec-table { min-width: 100%; } .spec-table td { padding: 8px 10px; font-size: 0.85rem; } .spec-table td:first-child { width: 40%; padding-left: 12px; } .feature-card { padding: 18px; } .spec-value { font-size: 1.3rem; } .section-title { font-size: 1.5rem; } } ES03 Series Solar Street Lights High-performance solar-powered lighting solutions for outdoor spaces PDF Spec Sheet Technical Manual 25,000 LM Brightness 20,000 mAh Battery IP65 Waterproof 5+ years Lifespan Technical Specifications Comparison Specification ES03-200W Wattage 200W Lumens Output 25,000 LM LED Quantity 360 pcs Solar Panel 6V / 15W Coverage Area 1380 sqft (at 22ft height) Battery Capacity 20,000 mAh Product Weight 9 lb Light Dimensions 28.3 x 10 x 2 inches Installation Height 16-19 ft App Control No Dusk to Dawn Yes Dusk to Dawn (Disable) No Motion Sensor Yes (can be turned off) Motion Sensor Range 26ft maximum Remote Control Included (36ft opposite / 18ft at 30° angle) Working Temperature 32°F - 110°F Waterproof Rating IP65 Color Temperature 6000K (White) Discharging Time 1-2 days Charging Time 5-8 hours Material ABS Warranty 1 year Lifespan Over 5 years Product Features EASY INSTALLATION Our solar street lights require no wiring or electrical work. Simply mount them on a pole using the included bracket and enjoy immediate illumination. The 2"-4" pole diameter compatibility makes them suitable for most standard poles. POWERFUL ILLUMINATION With outputs ranging from 25,000 lumens, these lights provide exceptional coverage from 1080 to 1380 square feet depending on model and installation height (13-21 feet). ADVANCED MOTION DETECTION The 26ft radar sensing range provides reliable motion detection, automatically increasing brightness when movement is detected and conserving energy when areas are unoccupied. DURABLE CONSTRUCTION Built with ABS material and IP65 waterproof rating, these lights withstand harsh weather conditions from 32°F to 110°F while maintaining optimal performance.
Save on 200W solar street lights - ES03 Series with a Langy Solar Lights coupon
Checkmate is a savings app with over one million users that have saved $$$ on brands like Langy Solar Lights.
The Checkmate extension automatically applies Langy Solar Lights discount codes, Langy Solar Lights coupons and more to give you discounts on products like 200W solar street lights - ES03 Series.
Top Langy Solar Lights discount codes
Community-sourced code
Last used 22 days ago
5% Off Storewide at LANGY
Last used over 1 year ago
5% Off Storewide at LANGY
Last used almost 2 years ago
See all codes
Similar items













