{"product_id":"salt-pepper-atmosphere-table-lamp-built-in-battery","title":"Salt \u0026 Pepper Atmosphere Table Lamp Built-in Battery","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — warm cream (matching actual product) ══╗\n   ║  Warm taupe        →  primary accent   #8a7860          ║\n   ║  Deep walnut       →  dark accent      #2a1f10          ║\n   ║  Cream off-white   →  card bg          #faf6ec          ║\n   ║  Soft cream border →  borders          #e8dcc4          ║\n   ║  Warm ivory        →  deep card        #f0e8d4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf6ec;\n    --bg-deep:     #f0e8d4;\n    --border:      #e8dcc4;\n    --border-lt:   #ede4d0;\n    --accent:      #8a7860;\n    --accent-dk:   #2a1f10;\n    --accent-lt:   #b09878;\n    --accent-bg:   #f3ecd8;\n    --accent-bdr:  #d4c4a0;\n    --text:        #1c1408;\n    --text-mid:    #4a3820;\n    --text-light:  #8a7856;\n    --alert:       #b84a20;\n    --alert-bg:    #fdf0e8;\n    --alert-bdr:   #f0cab0;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Overview *\/\n  .heritage-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 4px 10px; margin-bottom: 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n  }\n  .heritage-tag::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent);\n  }\n  .overview-card p {\n    font-size: 12.5px; line-height: 1.9;\n    color: var(--text-mid); margin-bottom: 10px;\n  }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Shipping Notice — alert with country flags *\/\n  .ship-alert {\n    background: var(--alert-bg);\n    border: 0.5px solid var(--alert-bdr);\n    border-left: 3px solid var(--alert);\n    border-radius: 12px;\n    padding: 16px 20px;\n  }\n  .ship-alert-head {\n    display: flex; align-items: center; gap: 9px;\n    margin-bottom: 8px;\n  }\n  .ship-alert-title {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--alert);\n  }\n  .ship-alert-text {\n    font-size: 12.5px; color: var(--text); line-height: 1.7;\n    margin-bottom: 10px;\n  }\n  .ship-alert-text strong { color: var(--alert); font-weight: 700; }\n  .ship-countries {\n    display: flex; gap: 6px; flex-wrap: wrap;\n  }\n  .ship-country {\n    display: inline-flex; align-items: center; gap: 5px;\n    padding: 3px 10px;\n    background: rgba(255,255,255,0.6);\n    border: 0.5px solid var(--alert-bdr);\n    border-radius: 99px;\n    font-size: 11px; font-weight: 600;\n    color: var(--text);\n  }\n  .ship-flag { font-size: 13px; line-height: 1; }\n\n  \/* Features *\/\n  .features-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 12px 12px;\n  }\n  .feature-icon-wrap {\n    width: 28px; height: 28px; border-radius: 7px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .feature-title {\n    font-size: 11.5px; font-weight: 700;\n    color: var(--text); margin-bottom: 4px;\n  }\n  .feature-desc {\n    font-size: 10.5px; color: var(--text-light); line-height: 1.55;\n  }\n\n  \/* Dimensions card *\/\n  .dim-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n  }\n  .dim-img-wrap {\n    position: relative; display: block;\n    background: #fff;\n    border-bottom: 0.5px solid var(--border);\n    overflow: hidden;\n    text-decoration: none;\n  }\n  .dim-img-wrap img {\n    width: 100%; height: auto;\n    max-height: 460px;\n    object-fit: cover; display: block;\n    transition: opacity 0.15s;\n  }\n  .dim-img-wrap:hover img { opacity: 0.9; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(14,14,12,0.55); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px;\n    pointer-events: none;\n  }\n  .dim-body { padding: 22px 26px; }\n  .dim-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.1em; text-transform: uppercase;\n    color: var(--accent); background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    padding: 3px 10px; border-radius: 99px;\n    margin-bottom: 10px;\n  }\n  .dim-primary {\n    font-size: 17px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.01em; margin-bottom: 3px;\n  }\n  .dim-secondary {\n    font-size: 12px; color: var(--text-light); margin-bottom: 14px;\n  }\n  .dim-spec-row {\n    display: flex; align-items: center; gap: 8px;\n    padding: 8px 0; font-size: 11.5px;\n    border-top: 0.5px solid var(--border-lt);\n  }\n  .dim-spec-row:last-child { border-bottom: 0.5px solid var(--border-lt); }\n  .dim-spec-key {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.07em;\n    text-transform: uppercase; color: var(--accent);\n    min-width: 90px;\n  }\n  .dim-spec-val { color: var(--text); font-weight: 600; }\n\n  \/* Battery card *\/\n  .bat-card {\n    background: linear-gradient(135deg, #f5f5f4 0%, #e0e0dc 100%);\n    border: 0.5px solid var(--accent-bdr);\n    border-radius: 14px;\n    padding: 22px 28px;\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    align-items: center;\n  }\n  .bat-stat {\n    text-align: center;\n    padding: 0 10px;\n    border-right: 0.5px solid var(--accent-bdr);\n  }\n  .bat-stat:last-child { border-right: none; }\n  .bat-stat-icon {\n    width: 32px; height: 32px; border-radius: 8px;\n    background: #fff;\n    border: 0.5px solid var(--accent-bdr);\n    display: inline-flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .bat-stat-value {\n    font-size: 22px; font-weight: 700; color: var(--accent-dk);\n    letter-spacing: -0.02em; line-height: 1; margin-bottom: 4px;\n  }\n  .bat-stat-value small {\n    font-size: 11px; font-weight: 500; color: var(--text-light);\n    margin-left: 2px;\n  }\n  .bat-stat-label {\n    font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 4px;\n  }\n  .bat-stat-sub {\n    font-size: 10.5px; color: var(--text-light); line-height: 1.5;\n  }\n\n  \/* Spec *\/\n  .spec-grid {\n    display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px;\n    overflow: hidden;\n  }\n  .spec-item {\n    padding: 10px 16px;\n    border-bottom: 0.5px solid var(--border-lt);\n    display: flex; align-items: center;\n    background: var(--bg-card);\n  }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key {\n    font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;\n    text-transform: uppercase; color: var(--accent);\n    width: 155px; flex-shrink: 0;\n  }\n  .spec-val {\n    font-size: 12px; font-weight: 500;\n    color: var(--text); line-height: 1.5;\n  }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge {\n    font-size: 10px; font-weight: 500;\n    padding: 2px 7px; border-radius: 99px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Downloads *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n  }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 7px; padding: 16px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer;\n    transition: background 0.15s, border-color 0.15s;\n  }\n  .dl-btn:hover {\n    background: #f9faf7; border-color: var(--accent-bdr);\n  }\n  .dl-icon-wrap {\n    width: 36px; height: 36px; border-radius: 9px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .bat-card { grid-template-columns: 1fr; gap: 16px; padding: 20px; }\n    .bat-stat { border-right: none; border-bottom: 0.5px solid var(--accent-bdr); padding-bottom: 14px; }\n    .bat-stat:last-child { border-bottom: none; padding-bottom: 0; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cspan class=\"heritage-tag\"\u003eCordless · Indoor \u0026amp; Outdoor\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eSalt \u0026amp; Pepper Atmosphere Table Lamp\u003c\/strong\u003e goes wherever you go. A \u003cstrong\u003ebuilt-in 5200mAh battery\u003c\/strong\u003e sets it free of cords and outlets — cast a warm, atmospheric glow on long winter nights, or carry it out to the patio for a summer picnic under the stars.\u003c\/p\u003e\n\u003cp\u003eA clever pair of sculptural mini lamps in \u003cstrong\u003ematte black and clean white\u003c\/strong\u003e — like a salt and pepper shaker for the table. Touch-activated, USB-rechargeable, and ready for \u003cstrong\u003ebedside tables, dining tables, balconies, patios, and weekend trips\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING NOTICE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eShipping Region\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-alert\"\u003e\n\u003cdiv class=\"ship-alert-head\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#b84a20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cspan class=\"ship-alert-title\"\u003eLimited Shipping Regions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-alert-text\"\u003eBecause of the \u003cstrong\u003ebuilt-in lithium battery\u003c\/strong\u003e, this product currently ships only to:\u003c\/div\u003e\n\u003cdiv class=\"ship-countries\"\u003e\n\u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇺🇸\u003c\/span\u003eUnited States\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇯🇵\u003c\/span\u003eJapan\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇦🇺\u003c\/span\u003eAustralia\u003c\/span\u003e \u003cspan class=\"ship-country\"\u003e\u003cspan class=\"ship-flag\"\u003e🇪🇺\u003c\/span\u003eEuropean Union\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You’ll Love It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003crect rx=\"2\" height=\"10\" width=\"18\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003crect stroke=\"none\" fill=\"#8a7860\" height=\"4\" width=\"10\" y=\"10\" x=\"5\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eCordless Battery\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e5200mAh internal battery — up to 7–8 hours per charge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 4v3M12 17v3M4 12h3M17 12h3M6.3 6.3l2.1 2.1M15.6 15.6l2.1 2.1M6.3 17.7l2.1-2.1M15.6 8.4l2.1-2.1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eDual Color Options\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eChoose Warm Light or Dual Color Temperature — pick the mood that fits your space.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003cpath d=\"M9 11.5a3 3 0 1 0 6 0V5a3 3 0 0 0-6 0v6.5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 12c0 4 3 7 7 7s7-3 7-7\"\u003e\u003c\/path\u003e\u003cline y2=\"23\" x2=\"12\" y1=\"19\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"16\" y1=\"23\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTouch Switch\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTap the top to power on, off, or cycle color temperature.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 12h18M12 3a15 15 0 0 1 4 9 15 15 0 0 1-4 9 15 15 0 0 1-4-9 15 15 0 0 1 4-9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eIndoor \u0026amp; Outdoor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTake it from the bedside to the patio — goes anywhere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAIL \u0026 DIMENSIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Detail \u0026amp; Dimensions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Salt-_-Pepper-Atmosphere-Table-Lamp-Built-in-Battery..jpg?v=1720667823\" class=\"dim-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Salt \u0026amp; Pepper Atmosphere Table Lamp — product detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Salt-_-Pepper-Atmosphere-Table-Lamp-Built-in-Battery..jpg?v=1720667823\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"10\" width=\"10\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"dim-body\"\u003e\n\u003cspan class=\"dim-badge\"\u003eStandard Size\u003c\/span\u003e\n\u003cdiv class=\"dim-primary\"\u003e∅ 5.1″ × H 7.9″\u003c\/div\u003e\n\u003cdiv class=\"dim-secondary\"\u003eDia 13 cm × H 20 cm · compact, easy to carry\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e5.1″ \/ 13 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e7.9″ \/ 20 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eCharging\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003eUSB cable 39.4″ (100 cm) · charger not included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BATTERY PERFORMANCE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eBattery Performance\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-card\"\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"2\" height=\"10\" width=\"18\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003crect stroke=\"none\" fill=\"#8a7860\" height=\"6\" width=\"14\" y=\"9\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003e5200\u003csmall\u003emAh\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003eLithium battery built into the base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eRuntime\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003e7–8\u003csmall\u003ehrs\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003ePer full charge at maximum output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bat-stat\"\u003e\n\u003cdiv class=\"bat-stat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect rx=\"1\" height=\"6\" width=\"12\" y=\"2\" x=\"6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 8v3a3 3 0 0 0 3 3v8M15 8v3a3 3 0 0 1-3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-label\"\u003eCharging\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-value\"\u003eUSB\u003c\/div\u003e\n\u003cdiv class=\"bat-stat-sub\"\u003e39.4″ (100 cm) cable included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAluminum, Acrylic, Iron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 10px; flex-wrap: wrap;\" class=\"spec-val\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #0e0e0c; border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Black (Pepper) \u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #ffffff; border: 0.5px solid #c8c8c4; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e White (Salt) \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eModern · Minimalist\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eCordless Atmosphere Table Lamp · Indoor \u0026amp; Outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eLight Source\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eBuilt-in LED · no bulb required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eColor Temp\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eWarm Light or Dual Color Temperature (specify at order)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSwitch\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eTouch sensor (top of lamp)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e5200mAh lithium · 7–8 hours per charge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCharging\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUSB cable 39.4″ (100 cm) included · USB charger not included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAC 110–240V (charger compatible)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1YOWKgGLsSjwpwXjqPlyZjPUz-V-0GhFD\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\u003crect rx=\"1\" height=\"4\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"15\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"13\" y1=\"16\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/15TVxqRyONEnQlVfwafoVY563m23rtWIV\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1gBeWACPQR4jx_R4kC8hAN7BSSFEZxK-M\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#8a7860\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Black \/ Warm Light","offer_id":58264401674585,"sku":"MJT-MT10169-001","price":130.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ Black \/ Dual Color Temperature","offer_id":58264401707353,"sku":"MJT-MT10169-003","price":130.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ White \/ Warm Light","offer_id":58264401740121,"sku":"MJT-MT10169-002","price":130.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.1″ x H 7.9″ \/ Dia 13cm x H 20cm \/ White \/ Dual Color Temperature","offer_id":58264401772889,"sku":"MJT-MT10169-004","price":130.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Salt-_-Pepper_Atmosphere_Table_Lamp_Built-in_Battery_01.jpg?v=1781124800","url":"https:\/\/www.tumdi.co\/products\/salt-pepper-atmosphere-table-lamp-built-in-battery","provider":"Tumdi.com","version":"1.0","type":"link"}