{"product_id":"battery-operated-wall-sconce-set-rechargeable-rgb-remote-lighting","title":"Battery Operated Wall Sconce Set – Rechargeable RGB Remote Lighting","description":"\u003cstyle\u003e\n\/* =========================================================\n   BATTERY OPERATED WALL SCONCE PDP\n   Shopify Custom HTML\n   Scoped CSS Only\n========================================================= *\/\n\n.ws-pdp{\n  --ws-brass:#A67C45;\n  --ws-brass-dark:#795A34;\n  --ws-gold:#D5A95F;\n  --ws-gold-soft:#EACF98;\n\n  --ws-cream:#F7F1E7;\n  --ws-ivory:#FFFDF8;\n  --ws-warm:#F2E6D4;\n\n  --ws-charcoal:#332D28;\n  --ws-text:#49413A;\n  --ws-muted:#786D63;\n  --ws-line:#E6D8C7;\n\n  --ws-dark:#24201D;\n  --ws-white:#FFFFFF;\n\n  width:100%;\n  max-width:940px;\n  margin:0 auto;\n  padding:10px 12px 48px;\n\n  box-sizing:border-box;\n\n  font-family:inherit;\n  color:var(--ws-text);\n  line-height:1.65;\n}\n\n.ws-pdp *,\n.ws-pdp *::before,\n.ws-pdp *::after{\n  box-sizing:border-box;\n}\n\n.ws-pdp img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  border-radius:8px !important;\n}\n\n.ws-pdp h1,\n.ws-pdp h2,\n.ws-pdp h3,\n.ws-pdp p{\n  margin-top:0;\n}\n\n.ws-pdp h1{\n  margin-bottom:12px;\n\n  color:var(--ws-charcoal);\n\n  font-size:36px;\n  line-height:1.06;\n  letter-spacing:-1px;\n  font-weight:850;\n}\n\n.ws-pdp h2{\n  margin-bottom:10px;\n\n  color:var(--ws-charcoal);\n\n  font-size:29px;\n  line-height:1.12;\n  letter-spacing:-.5px;\n  font-weight:820;\n}\n\n.ws-pdp h3{\n  margin-bottom:8px;\n\n  color:var(--ws-charcoal);\n\n  font-size:22px;\n  line-height:1.18;\n  font-weight:790;\n}\n\n.ws-pdp p{\n  margin-bottom:12px;\n\n  color:var(--ws-muted);\n\n  font-size:16px;\n}\n\n.ws-pdp strong{\n  color:var(--ws-charcoal);\n}\n\n.ws-accent{\n  color:var(--ws-brass-dark);\n}\n\n.ws-center{\n  text-align:center;\n}\n\n\n\/* =========================================================\n   GENERAL CARD\n========================================================= *\/\n\n.ws-pdp .pdp-block-card{\n  position:relative;\n  overflow:hidden;\n\n  margin:14px 0;\n  padding:22px;\n\n  border:none;\n  border-radius:12px;\n\n  background:var(--ws-ivory);\n\n  box-shadow:\n    0 8px 28px rgba(72,55,38,.08);\n}\n\n.ws-section-head{\n  margin-bottom:17px;\n}\n\n.ws-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  width:max-content;\n  max-width:100%;\n\n  margin-bottom:11px;\n  padding:7px 12px;\n\n  border-radius:999px;\n\n  background:#F2E4CF;\n  color:var(--ws-brass-dark);\n\n  font-size:11px;\n  line-height:1;\n  font-weight:850;\n\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.ws-image{\n  margin-top:17px;\n}\n\n.ws-image img{\n  min-height:220px;\n  object-fit:cover;\n\n  background:#F4EEE6;\n}\n\n\n\/* =========================================================\n   01 HERO\n========================================================= *\/\n\n.ws-hero{\n  background:\n    radial-gradient(\n      circle at 92% 5%,\n      rgba(213,169,95,.30),\n      transparent 35%\n    ),\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(166,124,69,.11),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #FFFDF9 0%,\n      #F5E9D8 100%\n    ) !important;\n}\n\n.ws-hero-badges{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:7px;\n\n  margin-bottom:14px;\n}\n\n.ws-badge{\n  display:inline-flex;\n  align-items:center;\n\n  padding:7px 10px;\n\n  border-radius:999px;\n\n  background:#fff;\n  color:var(--ws-charcoal);\n\n  box-shadow:\n    0 3px 12px rgba(69,54,40,.07);\n\n  font-size:11px;\n  font-weight:800;\n}\n\n.ws-badge-main{\n  background:var(--ws-brass);\n  color:#fff;\n}\n\n.ws-rating{\n  display:flex;\n  flex-wrap:wrap;\n  align-items:center;\n\n  gap:8px;\n\n  margin:11px 0 13px;\n\n  font-size:13px;\n  font-weight:750;\n}\n\n.ws-stars{\n  color:var(--ws-gold);\n  letter-spacing:2px;\n}\n\n.ws-hero-copy{\n  max-width:730px;\n\n  font-size:17px !important;\n}\n\n.ws-hero-points{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.ws-hero-point{\n  padding:10px 8px;\n\n  border-radius:9px;\n\n  background:rgba(255,255,255,.88);\n\n  text-align:center;\n\n  color:var(--ws-charcoal);\n\n  font-size:12px;\n  font-weight:760;\n}\n\n\n\/* =========================================================\n   02 PAIN POINT\n========================================================= *\/\n\n.ws-pain{\n  background:\n    linear-gradient(\n      145deg,\n      #FFFDF9,\n      #F3E8D9\n    ) !important;\n}\n\n.ws-pain-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n.ws-pain-box{\n  padding:13px;\n\n  border-radius:10px;\n\n  background:#fff;\n\n  font-size:13px;\n}\n\n.ws-pain-box.before{\n  border-left:4px solid #A49B93;\n}\n\n.ws-pain-box.after{\n  border-left:4px solid var(--ws-brass);\n}\n\n.ws-pain-box strong{\n  display:block;\n\n  margin-bottom:3px;\n}\n\n.ws-pain-box.after strong{\n  color:var(--ws-brass-dark);\n}\n\n\n\/* =========================================================\n   03 FEATURES\n   单列四个垂直卡片\n========================================================= *\/\n\n.ws-features{\n  margin:18px 0;\n}\n\n.ws-features-intro{\n  padding:5px 4px 10px;\n\n  text-align:center;\n}\n\n.ws-feature-grid{\n  display:grid;\n\n  grid-template-columns:1fr !important;\n\n  gap:16px;\n}\n\n.ws-pdp .pdp-feature-card-v{\n  width:100%;\n\n  padding:20px;\n\n  border:none;\n  border-radius:12px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 24px rgba(72,55,38,.08);\n}\n\n.ws-pdp .pdp-feature-card-v:nth-child(even){\n  background:#FCF7EF;\n}\n\n.ws-feature-top{\n  display:flex;\n  align-items:center;\n\n  gap:8px;\n\n  margin-bottom:10px;\n}\n\n.ws-feature-num{\n  flex:0 0 36px;\n\n  width:36px;\n  height:36px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:var(--ws-gold);\n  color:#fff;\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.ws-feature-tag{\n  display:inline-flex;\n\n  padding:6px 9px;\n\n  border-radius:999px;\n\n  background:#F4E7D4;\n  color:var(--ws-brass-dark);\n\n  font-size:10px;\n  font-weight:850;\n\n  letter-spacing:.6px;\n  text-transform:uppercase;\n}\n\n.ws-benefits{\n  margin:13px 0 16px;\n  padding:0;\n\n  list-style:none;\n}\n\n.ws-benefits li{\n  position:relative;\n\n  margin:7px 0;\n\n  padding-left:27px;\n\n  color:var(--ws-text);\n\n  font-size:14px;\n}\n\n.ws-benefits li::before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  width:19px;\n  height:19px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:#F3E3CA;\n  color:var(--ws-brass-dark);\n\n  font-size:11px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   04 HOW TO USE\n========================================================= *\/\n\n.ws-steps{\n  display:grid;\n\n  gap:10px;\n\n  margin-top:15px;\n}\n\n.ws-step{\n  display:grid;\n  grid-template-columns:42px 1fr;\n\n  gap:12px;\n\n  padding:14px;\n\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.ws-step-num{\n  width:38px;\n  height:38px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:var(--ws-gold);\n  color:#fff;\n\n  font-size:14px;\n  font-weight:900;\n}\n\n.ws-step strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  font-size:15px;\n}\n\n.ws-step span{\n  display:block;\n\n  color:var(--ws-muted);\n\n  font-size:13px;\n}\n\n.ws-step-note{\n  margin-top:12px;\n  padding:12px 14px;\n\n  border-radius:9px;\n\n  background:#F3E5D1;\n  color:var(--ws-brass-dark);\n\n  font-size:13px;\n  font-weight:700;\n}\n\n\n\/* =========================================================\n   05 SPECIFICATIONS\n========================================================= *\/\n\n.ws-spec{\n  background:\n    linear-gradient(\n      180deg,\n      #FFFDF9,\n      #F3E7D7\n    ) !important;\n}\n\n.ws-spec-table{\n  width:100%;\n\n  margin-top:13px;\n\n  border-collapse:collapse;\n}\n\n.ws-spec-table tr{\n  border-bottom:1px solid var(--ws-line);\n}\n\n.ws-spec-table tr:last-child{\n  border-bottom:0;\n}\n\n.ws-spec-table td{\n  padding:12px 5px;\n\n  vertical-align:top;\n\n  font-size:14px;\n}\n\n.ws-spec-table td:first-child{\n  width:43%;\n\n  color:var(--ws-muted);\n}\n\n.ws-spec-table td:last-child{\n  color:var(--ws-charcoal);\n\n  font-weight:750;\n}\n\n.ws-spec-note{\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  border-radius:9px;\n\n  background:#EDDEC9;\n  color:#705536;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   06 FAQ\n========================================================= *\/\n\n.ws-faq details{\n  margin-bottom:9px;\n\n  overflow:hidden;\n\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.ws-faq summary{\n  position:relative;\n\n  padding:\n    15px 45px 15px 14px;\n\n  cursor:pointer;\n\n  list-style:none;\n\n  color:var(--ws-charcoal);\n\n  font-size:15px;\n  font-weight:780;\n}\n\n.ws-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ws-faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  width:26px;\n  height:26px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:#F1E4D1;\n  color:var(--ws-brass-dark);\n\n  font-size:20px;\n}\n\n.ws-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.ws-faq-answer{\n  padding:\n    0 14px 16px;\n\n  color:var(--ws-muted);\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   07 WHY US\n========================================================= *\/\n\n.ws-why-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:15px;\n}\n\n.ws-why{\n  min-height:82px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:11px;\n\n  border:\n    1.5px solid var(--ws-brass);\n\n  border-radius:10px;\n\n  background:#fff;\n\n  color:var(--ws-charcoal);\n\n  text-align:center;\n\n  font-size:13px;\n  line-height:1.3;\n  font-weight:820;\n}\n\n\n\/* =========================================================\n   08 CONFIDENCE\n========================================================= *\/\n\n.ws-confidence{\n  background:\n    linear-gradient(\n      135deg,\n      rgba(213,169,95,.18),\n      rgba(255,253,248,.98)\n    ) !important;\n}\n\n.ws-confidence-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.ws-confidence-item{\n  padding:13px 6px;\n\n  border-radius:9px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.ws-confidence-icon{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:22px;\n}\n\n.ws-confidence-item strong{\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   09 SHIPPING\n========================================================= *\/\n\n.ws-shipping{\n  display:grid;\n\n  gap:10px;\n\n  margin-top:15px;\n}\n\n.ws-shipping-row{\n  display:grid;\n  grid-template-columns:40px 1fr;\n\n  gap:11px;\n\n  align-items:center;\n\n  padding:14px;\n\n  border:\n    1.5px solid var(--ws-brass);\n\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.ws-shipping-icon{\n  font-size:22px;\n}\n\n.ws-shipping-row strong{\n  display:block;\n\n  font-size:14px;\n}\n\n.ws-shipping-row small{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--ws-muted);\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   10 CTA\n========================================================= *\/\n\n.ws-cta{\n  padding:27px 18px !important;\n\n  background:\n    radial-gradient(\n      circle at 88% 5%,\n      rgba(213,169,95,.27),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(166,124,69,.20),\n      transparent 30%\n    ),\n    var(--ws-dark) !important;\n\n  text-align:center;\n}\n\n.ws-cta h2{\n  color:#fff;\n}\n\n.ws-cta p{\n  color:rgba(255,255,255,.78);\n}\n\n.ws-cta .ws-accent{\n  color:#F2CF8D;\n}\n\n.ws-cta-label{\n  display:inline-flex;\n\n  margin-bottom:10px;\n  padding:7px 12px;\n\n  border-radius:999px;\n\n  background:\n    rgba(213,169,95,.15);\n\n  color:#F8DDA9;\n\n  font-size:11px;\n  font-weight:850;\n\n  letter-spacing:.7px;\n}\n\n.ws-buy{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:440px;\n\n  min-height:56px;\n\n  margin:19px auto;\n\n  padding:15px 18px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #D7AD66,\n      #A87C42\n    );\n\n  color:#fff !important;\n\n  text-decoration:none !important;\n\n  font-size:15px;\n  font-weight:900;\n\n  letter-spacing:.3px;\n\n  box-shadow:\n    0 9px 27px rgba(183,134,67,.30);\n}\n\n.ws-trust-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:7px;\n}\n\n.ws-trust{\n  padding:9px 4px;\n\n  border-radius:8px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.ws-trust span{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-size:19px;\n}\n\n.ws-trust small{\n  color:\n    rgba(255,255,255,.82);\n\n  font-size:9px;\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   11 REVIEWS\n========================================================= *\/\n\n.ws-review-overview{\n  display:grid;\n  grid-template-columns:125px 1fr;\n\n  gap:18px;\n\n  align-items:center;\n\n  margin-top:16px;\n}\n\n.ws-score{\n  text-align:center;\n}\n\n.ws-score-big{\n  color:var(--ws-charcoal);\n\n  font-size:41px;\n  line-height:1;\n\n  font-weight:900;\n}\n\n.ws-review-bars{\n  display:grid;\n\n  gap:6px;\n}\n\n.ws-bar-row{\n  display:grid;\n  grid-template-columns:40px 1fr 30px;\n\n  gap:7px;\n\n  align-items:center;\n\n  color:var(--ws-muted);\n\n  font-size:10px;\n}\n\n.ws-bar{\n  overflow:hidden;\n\n  height:7px;\n\n  border-radius:999px;\n\n  background:#E9DFD1;\n}\n\n.ws-bar span{\n  display:block;\n\n  height:100%;\n\n  border-radius:999px;\n\n  background:var(--ws-brass);\n}\n\n.ws-ai{\n  margin-top:17px;\n\n  padding:14px;\n\n  border-radius:10px;\n\n  border-left:\n    4px solid var(--ws-brass);\n\n  background:#F4E8D5;\n}\n\n.ws-ai strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ws-brass-dark);\n\n  font-size:12px;\n}\n\n.ws-ai p{\n  margin:0;\n\n  font-size:13px;\n}\n\n.ws-review-card{\n  margin-top:10px;\n\n  padding:15px;\n\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.ws-review-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:8px;\n\n  margin-bottom:6px;\n}\n\n.ws-review-name{\n  font-size:13px;\n  font-weight:820;\n}\n\n.ws-review-card p{\n  margin:0;\n\n  font-size:14px;\n}\n\n.ws-review-note{\n  margin-top:7px;\n\n  color:#A09589;\n\n  font-size:10px;\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(min-width:700px){\n\n  .ws-pdp{\n    padding:\n      18px 18px 55px;\n  }\n\n  .ws-pdp .pdp-block-card{\n    padding:28px;\n  }\n\n  \/* 始终保持卖点模块单列 *\/\n  .ws-feature-grid{\n    grid-template-columns:\n      1fr !important;\n  }\n\n  .ws-hero-points{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .ws-why-grid{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .ws-shipping{\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n}\n\n\n@media(max-width:500px){\n\n  .ws-pdp h1{\n    font-size:30px;\n  }\n\n  .ws-pdp h2{\n    font-size:26px;\n  }\n\n  .ws-pdp h3{\n    font-size:20px;\n  }\n\n  .ws-pdp p{\n    font-size:15px;\n  }\n\n  .ws-pdp .pdp-block-card{\n    padding:17px;\n  }\n\n  .ws-review-overview{\n    grid-template-columns:1fr;\n  }\n\n  .ws-feature-grid{\n    grid-template-columns:\n      1fr !important;\n  }\n\n  .ws-confidence-grid{\n    grid-template-columns:1fr;\n  }\n}\n\n\u003c\/style\u003e\n\u003cdiv id=\"wall-sconce-top\" class=\"ws-pdp\"\u003e\n\u003c!-- ========================================================\n01 HERO PRODUCT\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-hero\"\u003e\n\u003cdiv class=\"ws-hero-badges\"\u003e\n\u003cspan class=\"ws-badge ws-badge-main\"\u003e BATTERY OPERATED WALL SCONCE \u003c\/span\u003e \u003cspan class=\"ws-badge\"\u003e SET OF 2 \u003c\/span\u003e \u003cspan class=\"ws-badge\"\u003e NO WIRING \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eElegant Light \u003cspan class=\"ws-accent\"\u003e Without the Wiring \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"ws-rating\"\u003e\n\u003cspan class=\"ws-stars\"\u003e ★★★★★ \u003c\/span\u003e \u003cspan\u003e Designed for flexible indoor lighting \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ws-hero-copy\"\u003eAdd warm, elegant wall lighting almost anywhere without running electrical wires. These rechargeable sconces combine a \u003cstrong\u003efabric shade, remote control and customizable lighting\u003c\/strong\u003e in a clean decorative design.\u003c\/p\u003e\n\u003cdiv class=\"ws-hero-points\"\u003e\n\u003cdiv class=\"ws-hero-point\"\u003e🔋 USB Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"ws-hero-point\"\u003e🎨 RGB Lighting\u003c\/div\u003e\n\u003cdiv class=\"ws-hero-point\"\u003e🎛 Remote Control\u003c\/div\u003e\n\u003cdiv class=\"ws-hero-point\"\u003e✨ Set of 2\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 01 — HERO\n         Recommended:\n         Two sconces installed symmetrically in bedroom\/living room.\n         Show actual black or brass product shape.\n    --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/GIF_dc44e459-0768-4a2d-81a6-9f4b7aabcad7.gif?v=1789116356\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n02 PAIN POINT\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-pain\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e ⚠️ LIGHT WHERE YOU NEED IT \u003c\/span\u003e\n\u003ch2\u003eSkip the \u003cspan class=\"ws-accent\"\u003e Wiring Hassle \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTraditional wall lighting can require outlets, wiring or electrical work. This rechargeable design gives you more freedom to add decorative lighting without relying on a nearby power connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 02 — PAIN POINT\n         Recommended:\n         Before \/ After:\n         left side tangled wiring \/ limited outlet position,\n         right side clean installed wall sconce.\n    --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_0af6559f-4397-4bad-8057-05cb0b72554a.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-pain-grid\"\u003e\n\u003cdiv class=\"ws-pain-box before\"\u003e\n\u003cstrong\u003e TRADITIONAL LIGHTING \u003c\/strong\u003e Wiring and outlet placement can limit where lighting goes.\u003c\/div\u003e\n\u003cdiv class=\"ws-pain-box after\"\u003e\n\u003cstrong\u003e RECHARGEABLE SCONCE \u003c\/strong\u003e Add soft wall lighting with greater placement flexibility.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n03 KEY FEATURES\n======================================================== --\u003e\n\u003csection class=\"ws-features\"\u003e\n\u003cdiv class=\"ws-features-intro\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e ✨ KEY FEATURES \u003c\/span\u003e\n\u003ch2\u003eMore Control. \u003cspan class=\"ws-accent\"\u003e More Atmosphere. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eCreate the lighting you want for relaxing, entertaining, reading or everyday ambience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-feature-grid\"\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003carticle class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"ws-feature-top\"\u003e\n\u003cspan class=\"ws-feature-num\"\u003e 01 \u003c\/span\u003e \u003cspan class=\"ws-feature-tag\"\u003e RECHARGEABLE DESIGN \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eNo Outlet Required\u003c\/h3\u003e\n\u003cp\u003eThe removable LED puck light uses a rechargeable battery, helping eliminate the need for continuous wall power during use.\u003c\/p\u003e\n\u003cul class=\"ws-benefits\"\u003e\n\u003cli\u003eUSB Type-C rechargeable\u003c\/li\u003e\n\u003cli\u003eApprox. 3–5 hour charging time\u003c\/li\u003e\n\u003cli\u003eUp to 30+ hours of use depending on settings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 03 — RECHARGEABLE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_ab82ef15-f8f7-40ae-b310-bf89b35e1ff6.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003carticle class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"ws-feature-top\"\u003e\n\u003cspan class=\"ws-feature-num\"\u003e 02 \u003c\/span\u003e \u003cspan class=\"ws-feature-tag\"\u003e RGB AMBIENT LIGHTING \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eChange the Mood in Seconds\u003c\/h3\u003e\n\u003cp\u003eSwitch from classic white lighting to colorful ambient effects for movie nights, parties, gaming rooms or relaxed evening lighting.\u003c\/p\u003e\n\u003cul class=\"ws-benefits\"\u003e\n\u003cli\u003eMultiple RGB color choices\u003c\/li\u003e\n\u003cli\u003eSmooth lighting effect\u003c\/li\u003e\n\u003cli\u003eFlash lighting effect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 04 — RGB --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_9f62cca9-b3a3-4b85-ac0d-67ccccf167ab.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003carticle class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"ws-feature-top\"\u003e\n\u003cspan class=\"ws-feature-num\"\u003e 03 \u003c\/span\u003e \u003cspan class=\"ws-feature-tag\"\u003e REMOTE CONTROL \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eControl Your Lighting from the Sofa\u003c\/h3\u003e\n\u003cp\u003eAdjust the lights without repeatedly walking across the room. Use the included remote for convenient everyday control.\u003c\/p\u003e\n\u003cul class=\"ws-benefits\"\u003e\n\u003cli\u003eRemote On \/ Off\u003c\/li\u003e\n\u003cli\u003e30 \/ 60 \/ 120 minute timer\u003c\/li\u003e\n\u003cli\u003eBrightness adjustment\u003c\/li\u003e\n\u003cli\u003eColor and lighting-mode control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 05 — REMOTE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/5_102fad2a-9872-4759-a2ea-f10587518e1f.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003carticle class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"ws-feature-top\"\u003e\n\u003cspan class=\"ws-feature-num\"\u003e 04 \u003c\/span\u003e \u003cspan class=\"ws-feature-tag\"\u003e SOFT FABRIC SHADE \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eSofter Light for Everyday Spaces\u003c\/h3\u003e\n\u003cp\u003eThe white fabric shade diffuses the LED light, creating a softer glow that works beautifully beside beds, sofas, hallways and accent walls.\u003c\/p\u003e\n\u003cul class=\"ws-benefits\"\u003e\n\u003cli\u003eSoft diffused glow\u003c\/li\u003e\n\u003cli\u003eModern decorative profile\u003c\/li\u003e\n\u003cli\u003eBedroom, living room and hallway friendly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 06 — FABRIC SHADE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/6_6c69c776-3aaa-4eb9-855f-8b8c54acab9a.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n04 HOW TO USE\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 📖 SIMPLE SETUP \u003c\/span\u003e\n\u003ch2\u003eLight Up Your Space \u003cspan class=\"ws-accent\"\u003e In Four Steps \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eNo complicated electrical installation is required for normal battery-powered operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-steps\"\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cdiv class=\"ws-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Charge the LED Lights \u003c\/strong\u003e \u003cspan\u003e Fully charge each rechargeable puck light using the supplied USB Type-C cable before first use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cdiv class=\"ws-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Mount the Sconce \u003c\/strong\u003e \u003cspan\u003e Secure the wall plate using the included mounting hardware in your preferred indoor location. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cdiv class=\"ws-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Attach the Rechargeable Light \u003c\/strong\u003e \u003cspan\u003e Position the removable LED puck inside the shade assembly as shown in the product instructions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cdiv class=\"ws-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Choose Your Lighting \u003c\/strong\u003e \u003cspan\u003e Use the remote to select brightness, color temperature, RGB color or timer. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step-note\"\u003e💡 Charge both light modules fully before first use for the best initial experience.\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 07 — HOW TO USE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/7_b0895b76-9ce4-429e-b5dd-80734c7e44f0.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n05 SPECIFICATIONS\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-spec\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 📏 PRODUCT DETAILS \u003c\/span\u003e\n\u003ch2\u003eSlim Profile. \u003cspan class=\"ws-accent\"\u003e Statement Lighting. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"ws-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eBattery Operated Wall Sconce\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003eSet of 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Height\u003c\/td\u003e\n\u003ctd\u003eApprox. 20.5 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade Height\u003c\/td\u003e\n\u003ctd\u003eApprox. 7.8 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLower Stem\u003c\/td\u003e\n\u003ctd\u003eApprox. 8.7 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWall Plate Area\u003c\/td\u003e\n\u003ctd\u003eApprox. 4.7 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eWhite Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003eRechargeable LED Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging\u003c\/td\u003e\n\u003ctd\u003eUSB Type-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003eApprox. 3–5 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eWhite Light + RGB Colors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTimer\u003c\/td\u003e\n\u003ctd\u003e30 \/ 60 \/ 120 Minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eRemote + Manual Light Button\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Rooms\u003c\/td\u003e\n\u003ctd\u003eBedroom, Living Room, Hallway \u0026amp; Vanity Area\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"ws-spec-note\"\u003eMeasurements are based on the supplied product diagrams and may vary slightly depending on assembly.\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 08 — DIMENSIONS\n         Recommend using ONLY dimensions in the image.\n    --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/8_25e2791a-04cb-4141-93ca-d0aa36c8cb79.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n06 FAQ\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-faq\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e ❓ FAQ \u003c\/span\u003e\n\u003ch2\u003eWhat to Know \u003cspan class=\"ws-accent\"\u003e Before You Install \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo these wall sconces need electrical wiring?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eNo continuous electrical connection is required for normal operation. The lights use rechargeable LED modules that can be removed and charged by USB Type-C.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I change the light color?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eYes. The remote allows you to switch between white-light settings and multiple RGB colors, along with dynamic lighting effects.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the brightness?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eYes. Brightness can be adjusted through the remote, allowing you to create softer accent lighting or brighter everyday illumination.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I use the sconces?\u003c\/summary\u003e\n\u003cdiv class=\"ws-faq-answer\"\u003eThey work well as decorative indoor accent lights in bedrooms, living rooms, hallways, vanity spaces and other areas where flexible wall lighting is useful.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n07 WHY US\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"ws-section-head ws-center\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 🌟 WHY CHOOSE IT \u003c\/span\u003e\n\u003ch2\u003eBeautiful Lighting \u003cspan class=\"ws-accent\"\u003e Made More Flexible \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-why-grid\"\u003e\n\u003cdiv class=\"ws-why\"\u003eNO CONTINUOUS WALL POWER\u003c\/div\u003e\n\u003cdiv class=\"ws-why\"\u003eREMOTE LIGHTING CONTROL\u003c\/div\u003e\n\u003cdiv class=\"ws-why\"\u003eRGB + WHITE LIGHTING\u003c\/div\u003e\n\u003cdiv class=\"ws-why\"\u003eMATCHING SET OF TWO\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 09 — SUMMARY \/ CLOSING --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9_efbee658-e37f-4467-b932-0e6f52c52c69.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n08 SHOP WITH CONFIDENCE\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-confidence\"\u003e\n\u003cdiv class=\"ws-section-head ws-center\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 🛡️ SHOP WITH CONFIDENCE \u003c\/span\u003e\n\u003ch2\u003eCreate the Mood \u003cspan class=\"ws-accent\"\u003e Your Way \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFrom soft warm bedside lighting to colorful ambient effects, these sconces give you more ways to shape the atmosphere of your room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-confidence-grid\"\u003e\n\u003cdiv class=\"ws-confidence-item\"\u003e\n\u003cspan class=\"ws-confidence-icon\"\u003e 🔋 \u003c\/span\u003e \u003cstrong\u003e Rechargeable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-confidence-item\"\u003e\n\u003cspan class=\"ws-confidence-icon\"\u003e 🎛️ \u003c\/span\u003e \u003cstrong\u003e Remote Controlled \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-confidence-item\"\u003e\n\u003cspan class=\"ws-confidence-icon\"\u003e 💡 \u003c\/span\u003e \u003cstrong\u003e Flexible Lighting \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-image\"\u003e\n\u003c!-- IMAGE 10 — TRUST \/ LIFESTYLE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/10_0730a412-e292-42ab-b3a2-5c3701d80b0e.png?v=1789116894\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n09 SHIPPING \u0026 DELIVERY\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 🚚 SHIPPING \u0026amp; DELIVERY \u003c\/span\u003e\n\u003ch2\u003eYour New Lighting \u003cspan class=\"ws-accent\"\u003e Is on the Way \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-shipping\"\u003e\n\u003cdiv class=\"ws-shipping-row\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Order Processing \u003c\/strong\u003e \u003csmall\u003e Your order is prepared and packed carefully before dispatch. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-shipping-row\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Free Shipping \u003c\/strong\u003e \u003csmall\u003e Shipping availability follows the current store delivery policy. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-shipping-row\"\u003e\n\u003cdiv class=\"ws-shipping-icon\"\u003e↺\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Easy Returns \u003c\/strong\u003e \u003csmall\u003e Please see the current store return policy for complete return terms. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n10 LIMITED OFFER\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card ws-cta\"\u003e\u003cspan class=\"ws-cta-label\"\u003e ✨ UPGRADE YOUR ROOM LIGHTING \u003c\/span\u003e\n\u003ch2\u003eNo Wiring. \u003cspan class=\"ws-accent\"\u003e More Atmosphere. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eAdd a matching pair of elegant rechargeable sconces to your bedroom, living room or hallway.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"ws-buy\"\u003e GET YOUR WALL SCONCE SET → \u003c\/a\u003e\n\u003cdiv class=\"ws-trust-grid\"\u003e\n\u003cdiv class=\"ws-trust\"\u003e\n\u003cspan\u003e 🔋 \u003c\/span\u003e \u003csmall\u003e USB\u003cbr\u003eRechargeable \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-trust\"\u003e\n\u003cspan\u003e 🎨 \u003c\/span\u003e \u003csmall\u003e RGB\u003cbr\u003eLighting \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-trust\"\u003e\n\u003cspan\u003e 🎛 \u003c\/span\u003e \u003csmall\u003e Remote\u003cbr\u003eControl \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-trust\"\u003e\n\u003cspan\u003e ✨ \u003c\/span\u003e \u003csmall\u003e Set\u003cbr\u003eof 2 \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n11 CUSTOMER REVIEWS\n======================================================== --\u003e\n\u003csection class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"ws-section-head\"\u003e\n\u003cspan class=\"ws-eyebrow\"\u003e 💬 CUSTOMER REVIEWS \u003c\/span\u003e\n\u003ch2\u003eLighting That Makes \u003cspan class=\"ws-accent\"\u003e The Room Feel Finished \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!--\n     DEMO REVIEW DATA:\n     Replace with verified customer reviews before publishing.\n  --\u003e\n\u003cdiv class=\"ws-review-overview\"\u003e\n\u003cdiv class=\"ws-score\"\u003e\n\u003cdiv class=\"ws-score-big\"\u003e4.8\u003c\/div\u003e\n\u003cdiv class=\"ws-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; color: #a09589; font-size: 10px;\"\u003eSAMPLE RATING\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-review-bars\"\u003e\n\u003cdiv class=\"ws-bar-row\"\u003e\n\u003cspan\u003e 5★ \u003c\/span\u003e\n\u003cdiv class=\"ws-bar\"\u003e\n\u003cspan style=\"width: 87%;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 87% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-bar-row\"\u003e\n\u003cspan\u003e 4★ \u003c\/span\u003e\n\u003cdiv class=\"ws-bar\"\u003e\n\u003cspan style=\"width: 10%;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 10% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-bar-row\"\u003e\n\u003cspan\u003e 3★ \u003c\/span\u003e\n\u003cdiv class=\"ws-bar\"\u003e\n\u003cspan style=\"width: 2%;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 2% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-bar-row\"\u003e\n\u003cspan\u003e 2★ \u003c\/span\u003e\n\u003cdiv class=\"ws-bar\"\u003e\n\u003cspan style=\"width: 1%;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 1% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-ai\"\u003e\n\u003cstrong\u003e ✦ CUSTOMER FEEDBACK SUMMARY \u003c\/strong\u003e\n\u003cp\u003eCustomers like the flexibility of adding decorative wall lighting without running permanent power to the fixture. Remote control, adjustable lighting and the matching two-sconce look are especially convenient for bedrooms and living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003carticle class=\"ws-review-card\"\u003e\n\u003cdiv class=\"ws-review-head\"\u003e\n\u003cspan class=\"ws-review-name\"\u003e Jennifer R. \u003c\/span\u003e \u003cspan class=\"ws-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e“I wanted matching lights beside our bed without opening the wall for wiring. They gave the room a much more finished look, and I love being able to control both from the remote.”\u003c\/p\u003e\n\u003cdiv class=\"ws-review-note\"\u003eSample review — replace with verified customer feedback before publishing.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-review-card\"\u003e\n\u003cdiv class=\"ws-review-head\"\u003e\n\u003cspan class=\"ws-review-name\"\u003e Amanda C. \u003c\/span\u003e \u003cspan class=\"ws-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e“The warm setting is perfect at night, but the color options are fun when we have friends over. The fabric shades also make the light look much softer than a bare LED.”\u003c\/p\u003e\n\u003cdiv class=\"ws-review-note\"\u003eSample review — replace with verified customer feedback before publishing.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"bamafrontierman","offers":[{"title":"Long Black Wall Sconce \/ 1 Pack","offer_id":43191012163655,"sku":"NC0237260911268-JK-1款-黑色-单个装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Long Black Wall Sconce \/ 2 Pack","offer_id":43191012196423,"sku":"NC0237260911268-JK-1款-黑色-双个装","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Long gold Wall Sconcegold \/ 1 Pack","offer_id":43191012229191,"sku":"NC0237260911268-JK-1款-金色-单个装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Long gold Wall Sconcegold \/ 2 Pack","offer_id":43191012261959,"sku":"NC0237260911268-JK-1款-金色-双个装","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Short Black Wall Sconce \/ 1 Pack","offer_id":43191012294727,"sku":"NC0237260911268-JK-3款-黑色-单个装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Short Black Wall Sconce \/ 2 Pack","offer_id":43191012327495,"sku":"NC0237260911268-JK-3款-黑色-双个装","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Short gold Wall Sconcegold \/ 1 Pack","offer_id":43191012360263,"sku":"NC0237260911268-JK-3款-金色-单个装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Short gold Wall Sconcegold \/ 2 Pack","offer_id":43191012393031,"sku":"NC0237260911268-JK-3款-金色-双个装","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/1_45277e47-ffe2-4c89-a252-6074ae750fd2.png?v=1789116894","url":"https:\/\/bamafrontierman.com\/products\/battery-operated-wall-sconce-set-rechargeable-rgb-remote-lighting","provider":"bamafrontierman","version":"1.0","type":"link"}