{"product_id":"51-led-blacklight-stain-finder","title":"51-LED Blacklight Stain Finder","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Performance UV Flashlight\nTarget Audience: Pet owners, outdoor enthusiasts, professionals (security\/cleaning)\nVisual Style: Tactical, high-tech, reliable. Dark mode to emphasize UV luminescence.\nColor Strategy: Deep tactical black (--bg-body) with neon UV purple accents (--primary) to visualize the product's function. High contrast white for readability.\nShape Strategy: Radius 6px~8px. Industrial and rugged, yet modern.\nTypography Strategy: Large Type \/ Mobile-first readable. Sharp sans-serif for a tech-driven feel.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic unit conversions included.\nImage Mapping: Hero=image_1, PetStains=image_2, Outdoor=image_3, Authentication=image_4, Compact=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #9333ea; \/* UV Neon Purple *\/\n      --primary-hover: #a855f7;\n      --text-main: #f8f9fa;\n      --text-sub: #a1a1aa;\n      --bg-body: #09090b;\n      --bg-card: #18181b;\n      --bg-table-stripe: #27272a;\n      --border-color: #3f3f46;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n      --shadow-lg: 0 10px 15px -3px rgba(147, 51, 234, 0.15);\n      \n      \/* Global Reset \u0026 Box Sizing *\/\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n    }\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      margin: 0 0 1rem 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .aux-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .section-gap {\n      margin-top: clamp(3rem, 8vw, 6rem);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Media Protocol - Placeholder styling *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Non-interactive Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .visual-badge {\n      display: inline-block;\n      background: rgba(147, 51, 234, 0.1);\n      border: 1px solid var(--primary);\n      color: #d8b4fe;\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .social-proof {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      margin-bottom: 1.5rem;\n      color: #fbbf24;\n      font-weight: 600;\n      font-size: 16px;\n    }\n\n    \/* B) Mobile Ordering Lock \u0026 Z-Pattern *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 8vw, 6rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Default: Image -\u003e Text *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Odd items: Image Left, Text Right *\/\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Even items: Image Right, Text Left *\/\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n    }\n\n    \/* C) Specs Table - Mobile Card Layout *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 5vw, 4rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    @media (min-width: 768px) {\n      .specs-table th, .specs-table td {\n        padding: 1.25rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        font-weight: 600;\n        color: var(--primary);\n        width: 30%;\n      }\n      .specs-table tr:nth-child(even) {\n        background-color: var(--bg-table-stripe);\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Force Card Layout *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table th, .specs-table td, .specs-table tr {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1.25rem;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0;\n        margin-bottom: 0.75rem;\n        font-size: 18px;\n      }\n      .specs-table td:last-child {\n        margin-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-size: 16px;\n        font-weight: 600;\n        color: var(--primary);\n        margin-bottom: 0.25rem;\n      }\n    }\n\n    \/* D) FAQ Section *\/\n    .faq-section {\n      margin-top: clamp(3rem, 8vw, 6rem);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n    \n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      margin-bottom: 1rem;\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-item h3 {\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n    .faq-item p {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-gap\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ \u003cspan\u003eTrusted by 50,000+ Pet Owners \u0026amp; Professionals\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eReveal the Invisible. Instantly.\u003c\/h1\u003e\n\n\u003cp style=\"max-width: 800px; margin-bottom: 2rem; color: var(--text-sub);\"\u003eProfessional-grade 51-LED UV Flashlight designed to expose hidden stains, authenticate documents, and illuminate the unseen world around you.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e51 Tenacious LEDs\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e15-Year Lifespan\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eUltra-Compact\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\" style=\"width: 100%; max-width: 900px;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407173206\/5a22c5abfa7306753f589b80c3b523e4.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\n\u003cdiv class=\"feature-list section-gap\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407173206\/184b342be0f0f7e29a003e664ecb8b4a.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\u003e\u003cspan style=\"color:#ffffff;\"\u003eSpot What the Naked Eye Misses\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eDon't let hidden messes compromise your home's hygiene. The intense UV beam effortlessly detects dried pet urine, food stains, and organic residue on rugs, carpets, and clothes. Pinpoint the exact source of odors and clean with absolute precision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407173206\/a148d87a4f9502b99660bcef077df483.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\u003e\u003cspan style=\"color:#ffffff;\"\u003eYour Ultimate Outdoor Companion\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eStep into the night safely. Whether you are navigating rugged trails, identifying unique glowing minerals, or checking your campsite for scorpions, this powerful UV light turns pitch black into a high-visibility playground.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407173206\/2c4a29160bc62b6c8a43d222dc05876f.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\u003e\u003cspan style=\"color:#ffffff;\"\u003eProfessional-Grade Versatility\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eBeyond household cleaning, it serves as an essential tool for instant authentication. Quickly verify banknotes, driver's licenses, and official documents. It's also perfectly calibrated for curing UV resin and identifying unwanted whitening agents in cosmetics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407173206\/d1b8c71a6e039f7e7bd70b7c53ba90ac.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\u003e\u003cspan style=\"color:#ffffff;\"\u003eCompact Powerhouse Built to Last\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with 51 tenacious, high-quality UV LEDs boasting an impressive 15-year lifespan. Despite its immense power, the pocket-sized aluminum design allows you to carry it effortlessly in your car, toolbox, or jacket. (Powered by 3x Standard AA Alkaline Batteries).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE SECTION --\u003e\n\n\u003cdiv class=\"specs-section section-gap\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 0.5rem;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; margin-bottom: 2rem;\"\u003eEngineered for durability and maximum UV output.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\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=\"Specification\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e51 High-Intensity UV LEDs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eEstimated Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLength: 14.7 cm (5.8 in) \/ Width: 5.6 cm (2.2 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eEstimated Weight (No Battery)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e170 g (6.0 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLED Lifespan\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUp to 15 Years\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePower Supply\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3 x AA Standard Alkaline Batteries (Not Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePrimary Applications\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStain Detection, Currency Authentication, Mineral\/Scorpion Spotting, UV Resin Curing\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003e\u003cspan style=\"color:#ffffff;\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes it work effectively in daylight?\u003c\/h3\u003e\n\n\u003cp\u003eFor the absolute best results and highest visual contrast, we highly recommend using the UV flashlight in dark or dimly lit environments. Ambient light can wash out the UV fluorescence of stains and minerals.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre the batteries included in the package?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the flashlight requires 3x AA standard alkaline batteries to operate, which are not included. We recommend using high-quality alkaline batteries for optimal brightness and longevity.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs it safe to use on all types of fabrics and carpets?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. The flashlight only emits UV light to make invisible stains glow; it does not produce heat or chemicals that could damage your rugs, carpets, upholstery, or delicate clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🔦 1-Pack (Standard)","offer_id":49123315974364,"sku":"0408-16165377","price":17.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Save 15%)","offer_id":49123316007132,"sku":"0408-16165361","price":29.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3-Pack (Home, Car \u0026 Outdoor)","offer_id":49123316039900,"sku":"0408-16162412","price":41.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/5a22c5abfa7306753f589b80c3b523e4.jpg?v=1775636255","url":"https:\/\/cheerstash.com\/products\/51-led-blacklight-stain-finder","provider":"Cheerstash","version":"1.0","type":"link"}