Hands-Free LED Flashlight Waterproof Gloves
.product-detail-container { --primary: #00a8ff; --primary-hover: #0097e6; --text-main: #f5f6fa; --text-sub: #a1a1a6; --bg-body: #121212; --bg-card: #1c1c1e; --bg-soft: #2c2c2e; --b order-color: #3a3a3c; --radius-md: 8px; --radius-lg: 16px; --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.5); --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.7); max-width: 1200px; margin: 0 auto; padding: 2rem 5%; box-sizing: border-box; background-color: var(--bg-body); color: var(--text-main); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; overflow-wrap: break-word; word-break: break-word; } /* 统一排版 */ .product-detail-container h1, .product-detail-container h2, .product-detail-container h3 { color: var(--text-main); margin-top: 0; font-weight: 700; letter-spacing: -0.02em; } .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); line-height: 1.2; } .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); line-height: 1.3; text-align: center; margin-bottom: clamp(2rem, 5vw, 3rem); } .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); line-height: 1.4; } .product-detail-container p { font-size: 18px; line-height: 1.7; color: var(--text-sub); margin: 0 0 1.5rem 0; } /* 图片基础样式 */ .product-detail-container .image-placeholder { width: 100%; aspect-ratio: 16 / 10; background: var(--bg-soft); border: 2px dashed var(--border-color); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; color: var(--text-sub); font-size: 16px; font-weight: 500; margin-bottom: 1.5rem; text-align: center; padding: 1rem; box-sizing: border-box; } .product-detail-container .image-square { aspect-ratio: 1 / 1; } /* 模块间距 */ .section-spacing { margin-bottom: clamp(3rem, 8vw, 6rem); } /* A. Hero Block */ .hero-block { text-align: center; padding: clamp(2rem, 5vw, 4rem) 0; background: radial-gradient(circle at center, #1c1c1e 0%, #121212 100%); border-radius: var(--radius-lg); border: 1px solid var(--border-color); } .hero-badge { display: inline-flex; align-items: center; background-color: rgba(0, 168, 255, 0.15); color: var(--primary); padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.5rem; border: 1px solid rgba(0, 168, 255, 0.3); } .hero-title { max-width: 800px; margin: 0 auto 1.5rem auto; } .hero-subtitle { max-width: 650px; margin: 0 auto 2.5rem auto; font-size: 20px; } .hero-media { max-width: 1000px; margin: 0 auto; } /* B. Scenario Grid Block */ .scenario-section { background-color: var(--bg-card); padding: 3rem 2rem; border-radius: var(--radius-lg); border: 1px solid var(--border-color); } .scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; } .scenario-card { background-color: var(--bg-body); border-radius: var(--radius-md); padding: 1.5rem; border: 1px solid var(--border-color); } /* C. Feature Block (Z-pattern) */ .feature-item { display: flex; align-items: center; gap: clamp(2rem, 5vw, 4rem); } .feature-item.reverse { flex-direction: row-reverse; } .feature-media { flex: 1.2; width: 100%; } .feature-copy { flex: 1; } .feature-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; } .feature-pill { background-color: var(--bg-soft); border: 1px solid var(--border-color); color: var(--text-main); padding: 0.35rem 0.85rem; border-radius: 4px; font-size: 16px; } /* D. Specifications Table */ .specs-section { background-color: var(--bg-card); padding: 3rem 2rem; border-radius: var(--radius-lg); border: 1px solid var(--border-color); } .specs-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; } .specs-table td { padding: 1.25rem 1rem; border-bottom: 1px solid var(--border-color); font-size: 18px; } .specs-table td:first-child { font-weight: 600; color: var(--text-main); width: 35%; } .specs-table td:last-child { color: var(--text-sub); } .specs-table tr:last-child td { border-bottom: none; } /* E. FAQ Accordion Style (Static but clean) */ .faq-section { background-color: var(--bg-card); padding: 3rem 2rem; border-radius: var(--radius-lg); border: 1px solid var(--border-color); } .faq-item { border-bottom: 1px solid var(--border-color); padding: 1.5rem 0; } .faq-item:first-child { padding-top: 0; } .faq-item:last-child { border-bottom: none; padding-bottom: 0; } .faq-question { font-weight: 700; font-size: 18px; color: var(--text-main); margin-bottom: 0.75rem; display: flex; align-items: flex-start; gap: 0.75rem; } .faq-answer { font-size: 16px; line-height: 1.6; color: var(--text-sub); margin: 0; padding-left: 1.75rem; } /* 响应式媒体查询 */ @media (max-width: 767px) { .product-detail-container { padding: 1rem 3%; } .scenario-grid { grid-template-columns: 1fr; gap: 1.5rem; } .feature-item, .feature-item.reverse { flex-direction: column; gap: 1.5rem; } .feature-media { order: 1; /* 锁定移动端图上 */ } .feature-copy { order: 2; /* 锁定移动端文下 */ } .specs-table, .specs-table tbody, .specs-table tr, .specs-table td { display: block; width: 100%; box-sizing: border-box; } .specs-table td { padding: 0.75rem 0.5rem; } .specs-table td:first-child { font-weight: 700; color: var(--primary); border-bottom: none; padding-bottom: 0.25rem; } .specs-table td:last-child { padding-top: 0.25rem; } .specs-table tr { border-bottom: 1px solid var(--border-color); padding: 0.75rem 0; } .specs-table tr:last-child { border-bottom: none; } } 💡 Hands-Free Directional Light Light Up Your Fingertips, Keep Your Hands Free A unique dual-finger flashlight strap designed to provide direct, bright white illumination right where you point, ensuring your hands stay completely free for the task at hand. Versatile Hands-Free Utility Super Bright Directional Beams Equipped with dual miniature cold-white LED bulbs embedded securely at the tips of your thumb and index finger. The focused light beams shine exactly where your fingers point, eliminating the struggle of holding standard heavy flashlights in tight or dark spots. Dual LED Setup Focused Spotlight Point-to-Illuminate Bare Palm Design for Maximum Dexterity Unlike bulky full-fingered gloves, this Y-shape strap wraps securely around your wrist, thumb, and index finger only. Your palm and other three fingers remain completely bare and unhindered, letting you grip tools, turn screws, and feel your work with total natural touch. Y-Shape Strap Layout Completely Bare Palm High Touch Sensitivity Weather-Resistant & Stretchy Fit Crafted from lightweight, flexible, and stretchy fabric, it stays snugly in place during high-movement activities. The waterproof design ensures the LED light stays operational in rain, wet conditions, or emergency roadside rescues. Stretchy Fit Waterproof Design Rain & Dew Resistant Product Specifications Design Structure Y-shape flat fabric strap wrapping only wrist, thumb, and index finger (other fingers and palm remain bare). Light Source Dual miniature cold-white LED bulbs (embedded on thumb and index finger backs). Colorway Black body strap, white rubber ON/OFF button, silver-grey LED bulb borders. Control Switch Integrated black oval control box on hand-back with a round physical ON/OFF white rubber button. Sizing & Adjustment One size fits most (flexible, lightweight stretchy material with adjustable hook-and-loop wrist strap). Available Options Left Hand Only, Right Hand Only, One Pair (Left + Right). Frequently Asked Questions 🔧 Which fingers does this strap actually cover? It covers only your thumb and index finger, wrapping around your wrist with an adjustable strap. Your palm, middle finger, ring finger, and pinky finger remain completely bare so you retain full tactile sensation and dexterity. 📏 Will this fit both small and large hands? Yes. The device is constructed using stretchy, lightweight, and highly flexible materials paired with an adjustable wrist band, allowing it to adapt comfortably to the majority of hand sizes. 🌧️ Can I wear this in the rain? Yes. The strap features a waterproof design built to withstand wet outdoor activities, rain, dew, or damp roadside emergency conditions.
More you might like
Related
Hands-Free LED Flashlight
Related
Hands-Free LED Flashlight
Related
Hands-Free LED Flashlight
Related