{"product_id":"ip68-waterproof-dive-lights-rjc","title":"IP68 Waterproof Dive Lights","description":"\u003c!--\n[AI Design Logic]\n产品类型：潜水LED氛围灯（遥控版）\n目标受众：需要为鱼缸、派对、家居装饰创造独特光影氛围的消费者\n视觉风格：充满活力、梦幻、清澈透明、强调光影效果\n配色策略：以深色背景衬托高饱和度LED光色，使用蓝色系作为科技感和水的象征\n模块顺序：Hero (水下场景) → Feature 1 (核心卖点：IP68防水) → Feature 2 (核心玩法：变色遥控) → Feature 3 (通用性场景) → Specifications → FAQ\n详情图映射：Hero=image_4, Feature1=image_5, Feature2=image_3, Feature3=image_1\n规格图映射：Specs=image_2 (用于核实数据)\n对比模块：未加入（无明显竞品对比需求，聚焦自身体验）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:host {\n      display: block;\n    }\n    .product-detail-container {\n        --primary: #00d2ff;\n        --primary-hover: #00a8cc;\n        --text-main: #222222;\n        --text-sub: #555555;\n        --bg-body: #ffffff;\n        --bg-card: #f8f9fa;\n        --bg-soft: #eef2f5;\n        --radius-md: 8px;\n        --radius-lg: 16px;\n        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n        --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);\n        --border-color: #e0e0e0;\n        --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        line-height: 1.6;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 42px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; line-height: 1.3; margin-bottom: 1rem; color: var(--text-main); }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 0.75rem; }\n    .product-detail-container p { font-size: clamp(16px, 1.5vw, 18px); color: var(--text-sub); margin-bottom: 1.5rem; }\n    .product-detail-container .trust-tag { display: inline-block; background: var(--bg-soft); color: var(--text-sub); padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: 500; margin-bottom: 1.5rem; }\n\n    \/* Layout \u0026 Utilities *\/\n    .section-block { margin-bottom: var(--spacing-section); }\n    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }\n    .text-center { text-align: center; }\n    .items-center { align-items: center; }\n\n    \/* Image handling - Scheme A (Default Flow) *\/\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16\/9;\n        background-color: #f0f0f0;\n        border: 2px dashed #ccc;\n        border-radius: var(--radius-md);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #666;\n        font-family: monospace;\n        font-size: 14px;\n        padding: 1rem;\n        box-sizing: border-box;\n    }\n    .feature-media .img-placeholder { aspect-ratio: 4\/3; }\n    .hero-media .img-placeholder { aspect-ratio: 21\/9; }\n\n    \/* Feature Section Specifics *\/\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }\n    .feature-tag { background: var(--bg-card); color: var(--text-sub); padding: 4px 10px; border-radius: 6px; font-size: 14px; border: 1px solid var(--border-color); }\n\n    \/* Specs Table *\/\n    .specs-table { width: 100%; border-collapse: collapse; margin-top: 2rem; background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden; }\n    .specs-table th, .specs-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--border-color); font-size: 16px; }\n    .specs-table th { background: var(--bg-soft); font-weight: 600; width: 40%; color: var(--text-main); }\n    .specs-table tr:last-child td { border-bottom: none; }\n\n    \/* FAQ *\/\n    .faq-item { background: var(--bg-card); padding: 1.5rem; border-radius: var(--radius-md); margin-bottom: 1rem; border: 1px solid var(--border-color); }\n    .faq-question { font-weight: 600; font-size: 18px; margin-bottom: 0.5rem; display: flex; align-items: center; }\n    .faq-question::before { content: \"Q.\"; color: var(--primary); margin-right: 8px; font-weight: 700; }\n    .faq-answer { color: var(--text-sub); font-size: 16px; margin-left: 1.5rem; }\n\n    \/* Mobile Media Queries *\/\n    @media (max-width: 767px) {\n        .grid-2 { grid-template-columns: 1fr; gap: 2rem; }\n        .feature-item { display: flex; flex-direction: column; }\n        .feature-media { order: -1; margin-bottom: 1.5rem; }\n        .hero-media .img-placeholder { aspect-ratio: 16\/9; }\n        \n        \/* Mobile Specs Table *\/\n        .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td { display: block; width: 100%; }\n        .specs-table thead { display: none; }\n        .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n        .specs-table td { padding: 0.75rem 1rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--bg-soft); }\n        .specs-table td:last-child { border-bottom: none; }\n        .specs-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-sub); margin-right: 1rem; }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section text-center\"\u003e\n\u003cspan class=\"trust-tag\"\u003e✨ Designed for instant ambiance\u003c\/span\u003e\n\u003ch1\u003eCreate Magical Underwater \u0026amp; Ambient Lighting\u003c\/h1\u003e\n\n\u003cp style=\"max-width: 800px; margin: 0 auto 2rem auto;\"\u003eTransform vases, aquariums, or any space with completely submersible, remote-controlled LED lights. Dive into a world of color.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260702120007\/7da2529defd54852b29b6fb9935b7b54.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: Waterproof --\u003e\n\n\u003cdiv class=\"section-block feature-item grid-2 items-center\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIP68 Certified for Deep Submersion\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a robust double-layer silicone seal, these lights are fully waterproof (IP68 rated). They are designed to sink to the bottom, allowing you to illuminate vases, bowls, ponds, or aquariums securely without worry of leaks or floating.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDouble-Seal Protection\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSinks in Water\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSubmersible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260702120007\/30b2781e03282c6cea9a803cb80ee5c1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Color \u0026 Control --\u003e\n\n\u003cdiv class=\"section-block feature-item grid-2 items-center\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260702120007\/255c229a436b4e1cfb43c4c6c855f955.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e16 Colors \u0026amp; Dynamic Modes at Your Fingertips\u003c\/h2\u003e\n\n\u003cp\u003eSet the perfect mood instantly. Use the included 24-key infrared remote to select from 16 vibrant static colors or 4 automatic color-changing modes (Flash, Strobe, Fade, Smooth). Brightness is fully adjustable to match any occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRGB Color Changing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDimmable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIR Remote Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Versatility --\u003e\n\n\u003cdiv class=\"section-block feature-item grid-2 items-center\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact, Wireless, and Versatile Placement\u003c\/h2\u003e\n\n\u003cp\u003eAt just 2.76 inches (7cm) in diameter and powered by 3 AAA batteries (not included), there are no trailing wires to hide. Place them anywhere—from floral arrangements and ice buckets to cabinet shelves—for instant decorative elevation, wet or dry.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBattery Operated\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWire-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCompact Size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260702120007\/0b88f77c8f5d4031bebf77902100593e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block specifications-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eDiameter: 2.76 in (7 cm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCompact and unobtrusive design.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Source\"\u003e10 Bright SMD LEDs\u003c\/td\u003e\n\t\t\t\u003ctd\u003eProvides vibrant and even illumination.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003eIP68 Certified\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSafe for full continuous submersion.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e3x AAA Batteries (Required)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWireless operation. Alkaline batteries recommended.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Control Type\"\u003e24-Key IR Remote\u003c\/td\u003e\n\t\t\t\u003ctd\u003eOne remote can control multiple lights simultaneously.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Remote Range\"\u003eAir: 10-23ft (3-7m) \/ Water: ~3ft (1m)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSignal range is reduced when transmitting through water.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block faq-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill these lights sink or float in water?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThese lights are designed to sink and rest on the bottom of your container. We strongly recommend using high-quality alkaline batteries to ensure they have the necessary weight to stay submerged. Lighter dry batteries may cause them to float.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo they have suction cups to attach to the side of a tank?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, these lights have a smooth, flat base and do not include suction cups. They are intended to be placed freely at the bottom of a vase, pond, or aquarium.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the remote work well through water?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWater significantly absorbs infrared signals. While the remote range is up to 23ft in open air, the effective control range is reduced to approximately 1-3ft when the light is submerged. You may need to get closer to the water's surface to change settings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"2-Light Starter Set (with 1 Remote)","offer_id":48197569216724,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"4-Light Value Pack (with 1 Remote)","offer_id":48197569249492,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/7da2529defd54852b29b6fb9935b7b54.jpg?v=1782975259","url":"https:\/\/omurio.com\/products\/ip68-waterproof-dive-lights-rjc","provider":"Omurio","version":"1.0","type":"link"}