{"product_id":"wireless-rechargeable-art-spotlight","title":"Wireless Rechargeable Art Spotlight","description":"\u003cstyle type=\"text\/css\"\u003e\/* Reset \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #D4AF37;\n      --primary-hover: #C59B27;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F1F1F1;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #EBEBEB;\n      \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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System (Strictly verified sizes) *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 15px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 15px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container span,\n    .product-detail-container div,\n    .product-detail-container .badge,\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Badges \u0026 Pills *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 500;\n      margin-bottom: 15px;\n    }\n\n    .product-detail-container .accent-pill {\n      display: inline-block;\n      background-color: #FDF9EA;\n      color: var(--primary-hover);\n      border: 1px solid #F5E7B7;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      margin-right: 10px;\n      margin-bottom: 10px;\n    }\n\n    \/* Image Container Framework *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 1px dashed #CCCCCC;\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      margin: 20px 0;\n    }\n\n    .product-detail-container .image-placeholder span {\n      display: block;\n      font-weight: 500;\n      color: #888888;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 20px;\n    }\n\n    .product-detail-container .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Features Grid (Mobile-Locked Layout: Image First, Text Second on Mobile) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .feature-copy h3 {\n      color: var(--text-main);\n    }\n\n    \/* Compare Section *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px 20px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .compare-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    \/* Scenarios Grid *\/\n    .product-detail-container .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .product-detail-container .scenario-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table (Strict safety overrides for Mobile) *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: middle;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 10px;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      \/* Hero alignment *\/\n      .product-detail-container .hero-section {\n        padding-top: 40px;\n      }\n\n      \/* Desktop Z-Pattern for features *\/\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: stretch;\n        padding: 40px;\n        gap: 50px;\n      }\n\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n\n      \/* Desktop comparison side-by-side *\/\n      .product-detail-container .compare-grid {\n        flex-direction: row;\n        gap: 30px;\n      }\n\n      .product-detail-container .compare-column {\n        flex: 1;\n      }\n\n      \/* Scenario Desktop layout *\/\n      .product-detail-container .scenario-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* Strict Mobile Specifications Layout Overrides (No overlap, overflow, or horizontal scroll) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .spec-table tr {\n        border-bottom: none;\n      }\n\n      .product-detail-container .spec-label {\n        width: auto;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      \/* Complete safety stack for ultra-small viewports *\/\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n        padding: 12px 0;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Wireless Spotlight Indoor\nTarget Audience: Homeowners, decorators, and art collectors seeking elegant accent lighting without electrical wiring.\nVisual Style: Premium minimalist aesthetic with contrast black and matte gold accents.\nColor Strategy: Classic light background, deep grey\/black text, and warm gold accents reflecting the physical design of the product.\nModule Order: Hero, Feature 1 (Mounting \u0026 Adjustability), Feature 2 (Control \u0026 Stepless Dimming), Compare Section, Scenarios, Specifications, FAQ.\nDetail Image Mapping: Hero=detail_1, Feature1=detail_5, Feature2=detail_6, Compare=detail_2, Scenarios=detail_4.\nSpecification Data Source: Extracted strictly from image 3 size chart (data extraction only; no specification image placeholder is rendered).\nCompare Section: Included, comparing battery life, remote range, charging capability, and installation ease based on the comparison chart in detail_2.\nInformation Boundary: Utilizes only factual data provided (e.g., 40-140 hour runtime, 66ft remote range, 350° rotation, 90° tilt, base\/head dimensions). No unverified properties added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge\"\u003eRechargeable \u0026amp; Cordless Accent Lighting\u003c\/div\u003e\n\n\u003ch1\u003eWireless Luxury Spotlight Indoor\u003c\/h1\u003e\n\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cp\u003eTransform your space with precise, wire-free accent lighting. Designed with a sleek matte black base and sophisticated gold spotlight head, this magnetic mount light provides warm, directional illumination that highlights what matters most in your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914183109\/97d580f3e5ffefafca73d0e1db343a77.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: Magnetic Mounting \u0026 Adjustability --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914183109\/0cd82b3f159eedb8615e9f97d7e4ef03.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"accent-pill\"\u003eQuick Magnetic Mount\u003c\/div\u003e\n\n\u003cdiv class=\"accent-pill\"\u003e350° Rotation\u003c\/div\u003e\n\n\u003ch3\u003eStrong Magnetic Mounting \u0026amp; Flexible Direction\u003c\/h3\u003e\n\n\u003cp\u003eInstall securely in minutes. Simply apply the iron sheet to the wall using the pre-applied adhesive backing or reinforce with the included screws. The spotlight base snaps magnetically onto the sheet for easy recharging, while the gold spotlight head rotates 350° and tilts 90° for exact directional control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Dual Control \u0026 Timing --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914183109\/3afe0dfa6ad8d63464345a7267e6ddf5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"accent-pill\"\u003e66 ft Remote Range\u003c\/div\u003e\n\n\u003cdiv class=\"accent-pill\"\u003e10% - 100% Brightness\u003c\/div\u003e\n\n\u003ch3\u003eRemote Control \u0026amp; Stepless Dimming\u003c\/h3\u003e\n\n\u003cp\u003eCommand your lighting from afar. Adjust brightness from 10% to 100% using the included remote control \u003cstrong\u003e(each spotlight comes with its own dedicated remote)\u003c\/strong\u003e or manually long-press the physical base button. Features a handy built-in auto-off timer that can be set for 15, 30, 60, or 120 minutes to manage energy consumption effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL MODULE: COMPARE SECTION (Based strictly on Detail_2) --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Spotlight?\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914183109\/35353eea8de286a7e396249b881a612c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL MODULE: SCENARIOS (Based strictly on Detail_4) --\u003e\n\n\u003csection class=\"scenarios-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Application Scenarios\u003c\/h2\u003e\n\n\u003cp\u003eBring museum-quality accent lighting into your home. The wireless design blends seamlessly into various displays without distracting cords.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914183109\/987369344a10f69521bc43e4ac0a0bb4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3\u003eArtworks \u0026amp; Frame Focus\u003c\/h3\u003e\n\n\u003cp\u003eHighlight canvas prints, gallery walls, and painted art panels with a soft, uniform beam that brings out texture and vibrant colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3\u003eSculptures, Alcoves \u0026amp; Potted Plants\u003c\/h3\u003e\n\n\u003cp\u003ePerfect for detailed figures in display cabinets, classic vases tucked away inside recessed wall niches, or projecting dynamic shadows up through tall houseplant leaves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Strictly text-only, no spec_x image placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eDetailed technical characteristics extracted directly from product size documentation.\u003c\/p\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBase Diameter\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e4.1 in (10.4 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBase Height\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e0.87 in (2.2 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eSpotlight Head Height\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e2.56 in (6.5 cm) when vertical\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eSpotlight Head Length\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e2.0 in (5.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eSpotlight Head Diameter\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e1.0 in (2.5 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eHead Tilt Angle\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e90° maximum vertical adjustment\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eHead Rotation Angle\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e350° horizontal rotation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBattery Runtime\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e40 to 140 Hours (depending on brightness setting)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eRemote Range\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eUp to 66 ft (20 m)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eDimming Range\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e10% - 100% stepless adjustment\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAutomatic Timers\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e15 \/ 30 \/ 60 \/ 120 minutes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003ePrimary Materials\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eMatte Black body, Matte Gold pivot and accents\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eIncluded Accessories\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\n\u003cstrong\u003eEach light includes 1x Remote Control\u003c\/strong\u003e, Mounting Hardware, and USB Cable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How do I install the wireless spotlight?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: You can install the spotlight in two ways. Either screw the flat steel mounting sheet directly into your wall using the provided anchors and screws, or simply peel the protective backing and stick the adhesive mounting sheet onto any dry, clean surface. The spotlight base will snap magnetically onto the sheet instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How do I adjust the brightness and turn the light off automatically?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: You can use the included wireless remote control \u003cstrong\u003e(one provided with every light)\u003c\/strong\u003e to toggle power, set brightness shortcuts (50% or 100%), adjust intensity using the +\/- keys, or set timers for 15, 30, 60, or 120 minutes. Alternatively, a long-press on the gold button on the base provides smooth, stepless dimming between 10% and 100%.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How long does the battery last and how do I charge it?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: The built-in rechargeable battery provides between 40 and 140 hours of continuous lighting, depending on the selected brightness level. To recharge, detach the spotlight base from its magnetic mount and plug it into a standard USB charging port using the included USB cables.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Light (Single Accent)","offer_id":50438697287930,"sku":"20260916-160736-0517","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2 Lights (Accent Duo • Save 10%) – Most Popular","offer_id":50438697320698,"sku":"20260916-160736-1577","price":36.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 4 Lights (Gallery Pack) – Best Value","offer_id":50438697353466,"sku":"20260916-160736-8773","price":73.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/97d580f3e5ffefafca73d0e1db343a77.jpg?v=1789546216","url":"https:\/\/varitino.com\/products\/wireless-rechargeable-art-spotlight","provider":"Varitino","version":"1.0","type":"link"}