{"product_id":"harlin-alabaster-wall-lamp","title":"Harlin Alabaster Wall Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — alabaster stone + warm brass ══════════╗\n   ║  Warm brass gold   →  primary accent    #a07830         ║\n   ║  Deep bronze       →  dark accent       #4a3410         ║\n   ║  Alabaster cream   →  card bg           #fbf6ec         ║\n   ║  Soft ivory bdr    →  borders           #ece3cf         ║\n   ║  Aged ivory        →  deep card         #f3eadb         ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #fbf6ec;\n    --bg-deep:     #f3eadb;\n    --border:      #ece3cf;\n    --border-lt:   #f1e9d5;\n    --accent:      #a07830;      \/* warm brass — primary *\/\n    --accent-dk:   #4a3410;      \/* deep bronze *\/\n    --accent-lt:   #c09850;\n    --accent-bg:   #f5ecd4;\n    --accent-bdr:  #dcc598;\n    --text:        #18140a;\n    --text-mid:    #4a3820;\n    --text-light:  #8a7858;\n    --alert:       #b84a20;\n    --alert-bg:    #fdf0e8;\n    --alert-bdr:   #f0cab0;\n    --info:        #5a7050;\n    --info-bg:     #eef2e6;\n    --info-bdr:    #cdd6be;\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  \/* Safety + Lead time combined notices *\/\n  .notice-grid {\n    display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px;\n  }\n  .alert-card {\n    padding: 16px 18px;\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  }\n  .alert-card .alert-head {\n    display: flex; align-items: center; gap: 8px;\n    margin-bottom: 10px;\n  }\n  .alert-card .alert-title {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--alert);\n  }\n  .alert-card .alert-body {\n    font-size: 12px; color: var(--text); line-height: 1.7;\n  }\n  .alert-card .alert-body strong { color: var(--alert); font-weight: 700; }\n  .bulb-rule {\n    display: flex; align-items: center; gap: 10px;\n    padding: 8px 0; font-size: 12px;\n    border-top: 0.5px dashed var(--alert-bdr);\n  }\n  .bulb-rule:last-child { border-bottom: 0.5px dashed var(--alert-bdr); }\n  .bulb-rule-ok { color: #2a7042; font-weight: 700; }\n  .bulb-rule-no { color: var(--alert); font-weight: 700; }\n\n  .info-card {\n    padding: 16px 18px;\n    background: var(--info-bg);\n    border: 0.5px solid var(--info-bdr);\n    border-left: 3px solid var(--info);\n    border-radius: 12px;\n  }\n  .info-card .info-head {\n    display: flex; align-items: center; gap: 8px;\n    margin-bottom: 10px;\n  }\n  .info-card .info-title {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--info);\n  }\n  .info-card .info-body {\n    font-size: 12px; color: var(--text); line-height: 1.7;\n  }\n  .info-card strong { color: var(--info); font-weight: 700; }\n\n  \/* Features *\/\n  .features-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;\n  }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 13px 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: 11px; color: var(--text-light); line-height: 1.6;\n  }\n\n  \/* Size options *\/\n  .size-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\n  }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n  }\n  .size-img-wrap {\n    position: relative; display: block;\n    background: #fff;\n    border-bottom: 0.5px solid var(--border);\n    text-decoration: none;\n    padding: 20px;\n    text-align: center;\n  }\n  .size-img-wrap img {\n    max-width: 100%;\n    max-height: 240px;\n    width: auto; height: auto;\n    display: inline-block;\n    object-fit: contain;\n    transition: opacity 0.15s;\n  }\n  .size-img-wrap:hover img { opacity: 0.85; }\n  .size-zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10px; font-weight: 500;\n    background: rgba(24,20,10,0.5); color: #fff;\n    padding: 3px 10px; border-radius: 99px;\n    display: flex; align-items: center; gap: 4px;\n    pointer-events: none;\n  }\n  .size-body {\n    padding: 16px 18px 17px;\n  }\n  .size-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.07em; text-transform: uppercase;\n    color: var(--accent); background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    padding: 2px 9px; border-radius: 99px; margin-bottom: 8px;\n  }\n  .size-primary {\n    font-size: 13.5px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.01em; margin-bottom: 3px;\n  }\n  .size-secondary {\n    font-size: 11.5px; color: var(--text-light); margin-bottom: 10px;\n  }\n  .size-desc {\n    font-size: 11px; color: var(--text-mid); line-height: 1.6;\n    padding-top: 10px; border-top: 0.5px solid var(--border-lt);\n  }\n\n  \/* Dimensions card — image top *\/\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; text-decoration: none;\n  }\n  .dim-img-wrap img {\n    width: 100%; height: auto;\n    max-height: 440px;\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(24,20,10,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\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; grid-template-columns: repeat(3, 1fr); 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; }\n    .notice-grid { grid-template-columns: 1fr; }\n    .size-grid { grid-template-columns: 1fr; }\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\"\u003eNatural Alabaster · Brass\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eHarlin Alabaster Wall Lamp\u003c\/strong\u003e brings soft ambient light and timeless luxury to any room. Its slim, refined silhouette pairs a hand-carved \u003cstrong\u003ealabaster stone shade\u003c\/strong\u003e with a brass, black, or nickel body — equally at home in contemporary, mid-century, and artistic interiors.\u003c\/p\u003e\n\u003cp\u003eTranslucent by nature, the alabaster glows from within when lit, revealing subtle veining and warm undertones. Ideal for bedrooms, hallways, powder rooms, and living-room accent walls where quiet, understated sophistication matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SAFETY \u0026 LEAD TIME NOTICES --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eImportant Before You Order\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice-grid\"\u003e\n\u003cdiv class=\"alert-card\"\u003e\n\u003cdiv class=\"alert-head\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#b84a20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003cspan class=\"alert-title\"\u003eUse LED Bulbs Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 8px;\" class=\"alert-body\"\u003eAlabaster is a natural mineral that can \u003cstrong\u003ediscolor permanently under sustained high heat\u003c\/strong\u003e. To protect the shade and the fixture:\u003c\/div\u003e\n\u003cdiv class=\"bulb-rule\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#2a7042\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan class=\"bulb-rule-ok\"\u003eUSE\u003c\/span\u003e \u003cspan\u003eLED bulbs (G9 base, MAX 5W)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bulb-rule\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#b84a20\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003cspan class=\"bulb-rule-no\"\u003eAVOID\u003c\/span\u003e \u003cspan\u003eIncandescent, halogen, or high-heat bulbs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; font-size: 11.5px; color: var(--text-mid); line-height: 1.6;\"\u003eFor best performance, choose an LED that matches the fixture’s stated wattage equivalent.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003cdiv class=\"info-head\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#5a7050\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan class=\"info-title\"\u003eProduction \u0026amp; Uniqueness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-body\"\u003eEach alabaster shade is \u003cstrong\u003ehand-carved from natural stone\u003c\/strong\u003e — every piece has unique veining, tonal variation, and subtle translucency that make it one of a kind.\n\u003cdiv style=\"margin-top: 10px; padding-top: 10px; border-top: 0.5px dashed var(--info-bdr); font-weight: 600; color: var(--text);\"\u003eLead time: approximately \u003cspan style=\"color: var(--info); font-weight: bold;\"\u003e25 days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003cpath d=\"M4 6l4 12 4-8 4 8 4-12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eHand-Carved Alabaster\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReal natural stone with unique veining — glows warmly from within when lit.\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=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003crect rx=\"3\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eThree Metal Finishes\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBrass, Black, or Nickel body — tune the accent to match your interior palette.\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=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"4\" x=\"8\"\u003e\u003c\/rect\u003e\u003crect rx=\"1\" height=\"4\" width=\"12\" y=\"12\" x=\"6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eOne or Two Lights\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePick the single-light column for accent spots, or the 2-light bar for broader wall coverage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE OPTIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSize Options\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Harlin_Alabaster_Wall_Lamp-_51.jpg?v=1776414709\" class=\"size-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Harlin Alabaster Wall Lamp — 1-Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Harlin_Alabaster_Wall_Lamp-_51.jpg?v=1776414709\"\u003e \u003cspan class=\"size-zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"9\" width=\"9\"\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=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e1-Light\u003c\/span\u003e\n\u003cdiv class=\"size-primary\"\u003e∅ 2.4″ × W 2.8″ × H 14.2″\u003c\/div\u003e\n\u003cdiv class=\"size-secondary\"\u003eDia 6 cm × W 7 cm × H 36 cm\u003c\/div\u003e\n\u003cdiv class=\"size-desc\"\u003eA slim, vertical column — ideal for bedside accents, hallway pairs, or flanking a mirror.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Harlin_Alabaster_Wall_Lamp-_52.jpg?v=1776414709\" class=\"size-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Harlin Alabaster Wall Lamp — 2-Lights\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Harlin_Alabaster_Wall_Lamp-_52.jpg?v=1776414709\"\u003e \u003cspan class=\"size-zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"9\" width=\"9\"\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=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e2-Lights\u003c\/span\u003e\n\u003cdiv class=\"size-primary\"\u003eL 5.9″ × W 2.8″ × H 17.7″\u003c\/div\u003e\n\u003cdiv class=\"size-secondary\"\u003eL 15 cm × W 7 cm × H 45 cm\u003c\/div\u003e\n\u003cdiv class=\"size-desc\"\u003eA taller, two-light bar — casts broader, more generous illumination for larger wall areas.\u003c\/div\u003e\n\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\"\u003eBrass, Natural Alabaster\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: radial-gradient(circle at 30% 28%,#e0b468,#a07830 55%,#6a4810 95%); border: 0.5px solid rgba(0,0,0,0.12); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Brass \u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #1a1612; border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Black \u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 30% 28%,#e8e4de,#a8a49c 60%,#6a6658 95%); border: 0.5px solid rgba(0,0,0,0.12); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Nickel \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 7px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #faf2e0; border: 0.5px solid #d8cfb8; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e White Alabaster (natural veining) \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\"\u003eContemporary · Mid-Century · Artistic\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\"\u003eWall Lamp — Indoor only (IP20)\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\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eHardwired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Included\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eG9 base — MAX 5W · \u003cstrong style=\"color: var(--alert);\"\u003eLED only\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eLead Time\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eApproximately 25 days (handcrafted)\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\/15e_3ATFiNJ6wVtQ-SlDt6SUSPlZiYTWB\/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=\"#a07830\" 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=\"#\" 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=\"#a07830\" 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=\"#\" 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=\"#a07830\" 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":"Mooijane","offers":[{"title":"1-Light: ∅ 2.4″ x W 2.8″ x H 14.2″ \/ Brass \u0026 White","offer_id":45721663930425,"sku":"RDW-QG-0857-01","price":258.0,"currency_code":"USD","in_stock":true},{"title":"1-Light: ∅ 2.4″ x W 2.8″ x H 14.2″ \/ Black \u0026 White","offer_id":45721663963193,"sku":"RDW-QG-0857-04","price":258.0,"currency_code":"USD","in_stock":true},{"title":"1-Light: ∅ 2.4″ x W 2.8″ x H 14.2″ \/ Nickel color \u0026 White","offer_id":45721663995961,"sku":"RDW-QG-0857-05","price":258.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Left : L 5.9″ x W 2.8″ x H 17.7″ \/ Brass \u0026 White","offer_id":45721664028729,"sku":"RDW-QG-0857-02","price":335.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Left : L 5.9″ x W 2.8″ x H 17.7″ \/ Black \u0026 White","offer_id":45721664061497,"sku":"RDW-QG-0857-06","price":335.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Left : L 5.9″ x W 2.8″ x H 17.7″ \/ Nickel color \u0026 White","offer_id":45721664094265,"sku":"RDW-QG-0857-07","price":335.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Right : L 5.9″ x W 2.8″ x H 17.7″ \/ Brass \u0026 White","offer_id":45721664127033,"sku":"RDW-QG-0857-03","price":335.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Right : L 5.9″ x W 2.8″ x H 17.7″ \/ Black \u0026 White","offer_id":45721664159801,"sku":"RDW-QG-0857-08","price":335.0,"currency_code":"USD","in_stock":true},{"title":"1-Lights Right : L 5.9″ x W 2.8″ x H 17.7″ \/ Nickel color \u0026 White","offer_id":45721664192569,"sku":"RDW-QG-0857-09","price":335.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Harlin_Alabaster_Wall_Lamp-_53.jpg?v=1776417033","url":"https:\/\/mooijane.com\/pt\/products\/harlin-alabaster-wall-lamp","provider":"Mooijane","version":"1.0","type":"link"}