{"product_id":"360-rotating-wireless-sconce-rjc","title":"360° Rotating Wireless Sconce","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111111;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fafafa;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e5e5e5;\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 *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Styles *\/\n    .product-detail-container .image-container {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-bottom: 24px;\n      border: 1px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    .product-detail-container .image-container span {\n      font-weight: 500;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-bottom: 24px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      margin: 0;\n    }\n\n    \/* Specifications Block *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n    }\n\n    .spec-table td:last-child {\n      width: 60%;\n    }\n\n    .spec-table .spec-value {\n      margin: 0;\n    }\n\n    .spec-note {\n      margin-top: 24px;\n      font-style: italic;\n    }\n\n    \/* FAQ Block *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 24px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      margin-bottom: 12px;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Responsive Rules for Desktop *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .feature-copy {\n        padding: 20px 0;\n      }\n    }\n\n    \/* Mobile Specifications Adaptability *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--primary);\n      }\n\n      \/* Hide the first native column in block layout as we use attr() *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table td:last-child {\n        width: 100%;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Wireless LED Wall Lamp\nTarget Audience: Minimalist home decorators, readers, dwellers in spaces without convenient power outlets.\nVisual Style: Modern, clean, warm minimalist, cozy atmosphere.\nColor Strategy: Charcoal dark gray and soft warm white accents to fit modern home interior aesthetics.\nModule Order: Hero Section -\u003e Feature 1 (360° Rotation) -\u003e Feature 2 (Touch\/Remote Controls) -\u003e Feature 3 (3 Color Temps) -\u003e Feature 4 (Rechargeable \u0026 Wire-Free) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_10, Feature2=detail_12, Feature3=detail_11, Feature4=detail_5\nSpecification Data Source: Extracted from product data (no specification image placeholder is rendered)\nCompare Section: Not included (insufficient comparative data on ordinary lamps provided)\nInformation Boundary: Strictly relies on confirmed facts. Faux wood texture disclaimer included for the wood grain variant. All dimensions and performance figures omitted due to lack of precise data.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge badge\"\u003eCable-Free Design\u003c\/span\u003e\n\u003ch1\u003eInfinity Wall Lamp\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eTransform your living spaces with an elegant, modern wall lamp that mounts seamlessly to any flat surface. No drilling, no tools, and absolutely no messy dangling cables.\u003c\/p\u003e\n\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918173023\/f4b342313c1101eee5f0c7929e74a50c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1: Magnetic Interface --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918173023\/b4124d948c553229a92ef08dcd0430e7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSeamless 360-Degree Magnetic Rotation\u003c\/h2\u003e\n\n\u003cp\u003ePosition your light exactly where you need it. The intelligent magnetic connection securely anchors the lamp head while allowing complete 360-degree rotational flexibility. Direct the beam to create focused task lighting, soft reading rays, or beautiful ambient uplighting.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e360° Adjustability\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMagnetic Joint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Flexible Control Options --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img92\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918173023\/d2e15b2325da08c8c32bf4f9f1201d6f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTouch-Sensitive \u0026amp; Remote Dual Controls\u003c\/h2\u003e\n\n\u003cp\u003eControl your ambiance your way. Access essential options with the tactile touch sensor built neatly into the flat back panel of the lamp. For effortless comfort, use the included remote control to manage your settings from the comfort of your bed or sofa.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRemote Included\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTouch Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Customized Ambiance --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918173023\/cc64d83e07f86f03011adbc8282e6950.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e3 Color Modes \u0026amp; Brightness Levels\u003c\/h2\u003e\n\n\u003cp\u003eTransition smoothly between warm, neutral, and daylight tones. Choose between Warm (2700K) for a relaxing evening mood, Natural (4000K) for focused reading, or Bright (5700K) for functional clarity. Three selectable brightness levels spanning 240 to 280 lumens deliver the right intensity for any moment.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e2700K – 5700K Modes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e240 – 280 Lumens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4: Easy Magnetic Recharging --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918173023\/97beffc33bdd09c306d7ca3af38ae216.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eWire-Free Adhesive Mount \u0026amp; Easy Recharging\u003c\/h2\u003e\n\n\u003cp\u003eDitch the power drills and messy wall outlets. Install the ultra-compact wall plate in seconds by simply peeling and pressing the included adhesive strips to your preferred spot. When it is time to recharge, gently slide the lamp head off its magnetic base and power it via any standard USB-C charger.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eUSB-C Rechargeable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAdhesive Strip Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block (Text Only, No Spec Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBrightness Output\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Brightness Output\"\u003e\u003cspan class=\"spec-value\"\u003e240 – 280 Lumens\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColor Temperature Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color Temperature Modes\"\u003e\u003cspan class=\"spec-value\"\u003e3 Modes (2700K Warm, 4000K Natural, 5700K Bright)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBrightness Steps\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Brightness Steps\"\u003e\u003cspan class=\"spec-value\"\u003e3 adjustable levels\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eControl Operation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Control Operation\"\u003e\u003cspan class=\"spec-value\"\u003eWireless Remote Control \u0026amp; Back-Panel Touch Control\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRotational Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Rotational Range\"\u003e\u003cspan class=\"spec-value\"\u003e360 Degrees\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRecharge Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recharge Method\"\u003e\u003cspan class=\"spec-value\"\u003eUSB-C interface (cable included)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eInstallation Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Installation Method\"\u003e\u003cspan class=\"spec-value\"\u003ePeel-and-stick adhesive wall plate\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAesthetic Variants\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Aesthetic Variants\"\u003e\u003cspan class=\"spec-value\"\u003eWhite, Black (with inner gold accent grid), Wood-grain style\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"spec-note\"\u003e*Material Note: The wood-grain option features a beautiful natural-looking wood pattern finish applied over a lightweight, durable polymer housing.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Block --\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\u003ch3 class=\"faq-question\"\u003eHow does the lamp stick to the wall?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe base of the Infinity Wall Lamp attaches cleanly using the included adhesive strips. Simply peel off the protective backing, place the wall base onto a clean, flat surface, and press firmly for a few seconds. No tools, drills, or screws are needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I charge the lamp when the battery runs down?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThanks to the clever magnetic coupling, you do not need to detach the wall mount. Just slide the lamp head off its magnetic anchor, plug it into the included USB-C cable to charge, and snap it back onto the wall base once fully powered.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I use both the remote control and touch control?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the lamp supports dual operations. You can tap the touch-sensitive power icon on the back face of the lamp head when nearby, or use the included remote control to dim the light or change color temperatures from across the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Wood \/ 1 Lamp","offer_id":47624636858541,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 1 Lamp","offer_id":47624636891309,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1 Lamp","offer_id":47624636924077,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Wood \/ 2 Lamp","offer_id":47624636956845,"sku":null,"price":44.91,"currency_code":"USD","in_stock":true},{"title":"White \/ 2 Lamp","offer_id":47624636989613,"sku":null,"price":44.91,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2 Lamp","offer_id":47624637022381,"sku":null,"price":44.91,"currency_code":"USD","in_stock":true},{"title":"Wood \/ 3 Lamp","offer_id":47624637055149,"sku":null,"price":63.62,"currency_code":"USD","in_stock":true},{"title":"White \/ 3 Lamp","offer_id":47624637087917,"sku":null,"price":63.62,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3 Lamp","offer_id":47624637120685,"sku":null,"price":63.62,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/d8bab47e70a7fa759fe1285ede7132b4_06c07ff2-4c94-4f3c-bd1f-ed8ce18fe3f6.jpg?v=1789725345","url":"https:\/\/newjoyloo.com\/products\/360-rotating-wireless-sconce-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}