
Outdoors
60W 90W Solar Outdoor Dusk to Dawn Lights with Remote Control
$65.99
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #f8f9fa; color: #333; line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .product-header { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #1a3a5f, #2a5a7f); color: white; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); position: relative; overflow: hidden; } .product-header::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%); transform: rotate(30deg); } .product-header h1 { font-size: 2.8rem; margin-bottom: 15px; font-weight: 800; position: relative; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .highlight-badge { background: linear-gradient(to right, #ffd700, #ffb700); color: #1a3a5f; padding: 8px 25px; border-radius: 30px; display: inline-block; margin: 20px 0; font-weight: 700; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(0,0,0,0.15); } .subtitle { font-size: 1.3rem; max-width: 800px; margin: 0 auto 20px; opacity: 0.95; position: relative; } .features-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-bottom: 50px; } .feature-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.08); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; border: 1px solid #eef2f7; display: flex; flex-direction: column; height: 100%; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.15); } .feature-icon { background: linear-gradient(135deg, #2a5a7f, #3a7aaf); color: white; font-size: 2.8rem; padding: 30px 0; text-align: center; flex-shrink: 0; } .feature-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; } .feature-content h3 { color: #2a5a7f; margin-bottom: 15px; font-size: 1.35rem; font-weight: 700; min-height: 60px; } .feature-content p { margin-bottom: 15px; color: #444; flex-grow: 1; } .highlight { background: linear-gradient(to right, #fff9db, #ffec99); padding: 15px; border-radius: 8px; margin: 10px 0 0; border-left: 4px solid #ffd43b; font-size: 0.9rem; } .specs-section { background: white; border-radius: 12px; padding: 40px 30px; margin-bottom: 50px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); } .section-title { color: #2a5a7f; text-align: center; margin-bottom: 40px; font-size: 2rem; position: relative; padding-bottom: 15px; font-weight: 700; } .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 5px; background: linear-gradient(to right, #ffd700, #ffb700); border-radius: 3px; } .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .spec-item { display: flex; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px dashed #e9ecef; } .spec-label { font-weight: 700; color: #2a5a7f; min-width: 200px; font-size: 1.05rem; } .spec-value { color: #333; font-weight: 500; } /* Enhanced Modes Section */ .modes-section { background: linear-gradient(135deg, #1a3a5f, #2a5a7f); color: white; border-radius: 12px; padding: 50px 30px; margin-bottom: 50px; position: relative; overflow: hidden; } .modes-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 60%); z-index: 1; } .modes-section .section-title { color: white; position: relative; z-index: 2; } .modes-section .section-title::after { background: linear-gradient(to right, #ffd700, #ffb700); } .modes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 30px; position: relative; z-index: 2; } .mode-card { background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); border-radius: 12px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.2); text-align: center; transition: all 0.4s ease; color: white; } .mode-card:hover { background: rgba(255, 255, 255, 0.18); transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } .mode-number { background: linear-gradient(135deg, #ffd700, #ffb700); color: #1a3a5f; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-weight: 800; font-size: 1.3rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2); } .mode-card h3 { margin-bottom: 15px; font-size: 1.25rem; color: white; } .mode-card p { opacity: 0.9; font-size: 0.95rem; color: rgba(255, 255, 255, 0.92); } .benefits-section { background: white; border-radius: 12px; padding: 40px 30px; margin-bottom: 50px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); } .benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } .benefit-item { text-align: center; padding: 25px 20px; background: #f8f9fa; border-radius: 10px; transition: all 0.3s ease; display: flex; flex-direction: column; height: 100%; } .benefit-item:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .benefit-icon { font-size: 2.5rem; margin-bottom: 20px; color: #2a5a7f; background: linear-gradient(135deg, #e6f2ff, #cce5ff); width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; flex-shrink: 0; } .benefit-item h3 { font-size: 1.25rem; margin-bottom: 15px; color: #2a5a5f; min-height: 60px; } .benefit-item p { flex-grow: 1; } .warranty-section { background: linear-gradient(135deg, #e6f7ff, #c2e6ff); border-radius: 12px; padding: 40px 30px; text-align: center; margin-bottom: 50px; position: relative; overflow: hidden; } .warranty-section::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200px; height: 200px; background: rgba(255, 215, 0, 0.1); border-radius: 50%; } .warranty-section::after { content: ''; position: absolute; bottom: -30%; left: -30%; width: 150px; height: 150px; background: rgba(42, 90, 127, 0.1); border-radius: 50%; } .warranty-badge { background: linear-gradient(to right, #ffd700, #ffb700); color: #1a3a5f; padding: 10px 30px; border-radius: 30px; display: inline-block; margin-bottom: 25px; font-weight: 800; font-size: 1.3rem; box-shadow: 0 4px 15px rgba(0,0,0,0.15); position: relative; z-index: 2; } .cta-section { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #1a3a5f, #2a5a7f); color: white; border-radius: 12px; margin-bottom: 30px; position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at top right, rgba(255,215,0,0.1) 0%, transparent 40%); } .cta-title { font-size: 2.5rem; margin-bottom: 20px; font-weight: 800; text-shadow: 0 2px 4px rgba(0,0,0,0.3); position: relative; } .cta-subtitle { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; opacity: 0.9; position: relative; } .cta-button { display: inline-block; background: linear-gradient(to right, #ffd700, #ffb700); color: #1a3a5f; padding: 18px 50px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 1.2rem; margin-top: 20px; transition: all 0.4s ease; box-shadow: 0 6px 20px rgba(0,0,0,0.25); position: relative; z-index: 2; border: none; cursor: pointer; } .cta-button:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 30px rgba(0,0,0,0.35); } .guarantee { display: flex; justify-content: center; gap: 30px; margin-top: 30px; flex-wrap: wrap; position: relative; z-index: 2; } .guarantee-item { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; } .guarantee-item i { color: #ffd700; font-size: 1.5rem; } .tips-section { background: #fff9db; border-radius: 12px; padding: 40px 30px; margin-bottom: 50px; border-left: 5px solid #ffd43b; } .tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .tip-card { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } .tip-card h3 { color: #2a5a7f; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 1.25rem; } .tip-card h3 i { color: #ffb700; font-size: 1.5rem; } /* 响应式设计 */ @media (max-width: 1200px) { .features-grid, .modes-grid, .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .feature-content h3, .benefit-item h3 { min-height: auto; } } @media (max-width: 768px) { .product-header h1 { font-size: 2.2rem; } .section-title { font-size: 1.8rem; } .spec-item { flex-direction: column; gap: 5px; } .spec-label { min-width: 100%; } .features-grid, .modes-grid, .benefits-grid { grid-template-columns: 1fr; } .highlight-badge { font-size: 0.95rem; padding: 6px 20px; } } LANGY Solar Street Lights New Generation Solar Lighting Technology Advanced Solar Efficiency Equipped with high-efficiency monocrystalline silicon solar cells boasting a remarkable 25% conversion rate. Fully charges in just 6-8 hours of direct sunlight. Massive 10000mAh battery capacity provides 10-12 hours of continuous illumination after a full charge. Super Bright Illumination Features 180 premium 5730 LED beads delivering an incredible 6000-9000 lumens of bright white light - significantly brighter than standard solar lights. Energy-efficient design requires no electricity costs while providing superior illumination for pathways and security areas. Intelligent 5-Mode Operation Customizable lighting with five smart modes and remote brightness control (25%, 50%, 100%). Perfect for any security or ambiance need. Advanced motion detection activates 100% brightness when movement is detected. Military-Grade Durability Constructed with premium ABS material and corrosion-resistant brackets for long-term outdoor use. IP66 waterproof rating withstands extreme weather conditions. Withstands heavy rain, snow, and temperatures from -20°C to 60°C. Technical Specifications Battery Capacity: 60W (50,000mAH) / 90W (10000mAh Li-ion) Product Weight: 60W (2.8lb /light) / 90W (3.2lb/light) Solar Panel: Monocrystalline Silicon (25% efficiency) Charging Time: 6-8 hours (full sun) Light Duration: 10-12 hours Brightness: 6000-9000 Lumens LED Type: 5730 LED Beads (180 pcs) Operation Modes: 5 Intelligent Modes Waterproof Rating: IP66 (Extreme Weatherproof) Housing Material: Premium ABS Plastic Control: Remote Control (25%/50%/100% brightness) Intelligent Lighting Modes 1 Smart Dimming Mode Default 30% brightness, activates to 100% when motion detected 2 Security Mode Light off by default, activates to 100% when motion detected 3 Dimmable Mode Manually set to 25%, 50% or 100% brightness continuously 4 Timed Mode Turns off automatically after 3 or 6 hours of lighting Why Choose LANGY Solar Street Lights? Easy Installation Includes mounting hardware for quick installation on walls, fences, or poles with no wiring required Zero Electricity Cost Completely solar-powered with no ongoing electricity bills Enhanced Security Bright illumination and motion detection deter intruders Maintenance-Free Durable construction requires no maintenance Optimal Usage Tips Installation Location Ensure solar panels receive maximum direct sunlight without obstructions like trees or buildings. Avoid shaded areas for optimal charging efficiency. Panel Positioning Angle solar panels toward the sun's path. In northern hemisphere, face true south; in southern hemisphere, face true north. Regular Cleaning Clean solar panels monthly with a soft cloth to remove dust, leaves, and bird droppings that reduce charging efficiency. 1-YEAR WARRANTY Premium Support & Satisfaction Guarantee We stand behind our solar lights with comprehensive 2-year coverage and dedicated technical support. Our team responds within 12 hours to resolve any concerns. 24/7 Customer Support
Sold by time2ranch
Visit storefront →Buy from the seller
Choose where you want to shop. Shipping and taxes may vary.