{"product_id":"maichis-wall-lamp","title":"Maichis Wall Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/gEnVMBWDzoU?si=Ng1fyZQ64FMIuzPP\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — walnut + beige cottage ════════════════╗\n   ║  Warm walnut      →  primary accent    #7a5a38          ║\n   ║  Deep walnut      →  dark accent       #3a2010          ║\n   ║  Beige fabric     →  warm highlight    #d8c4a0          ║\n   ║  Cream beige      →  card bg           #fbf6ec          ║\n   ║  Linen border     →  borders           #e8dcc4          ║\n   ║  Soft sand        →  deep card         #f3e8d4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #fbf6ec;\n    --bg-deep:     #f3e8d4;\n    --border:      #e8dcc4;\n    --border-lt:   #efe4d2;\n    --accent:      #7a5a38;\n    --accent-dk:   #3a2010;\n    --accent-lt:   #a08868;\n    --accent-bg:   #f3e8d4;\n    --accent-bdr:  #d4c0a0;\n    --beige:       #d8c4a0;\n    --text:        #1c1408;\n    --text-mid:    #4a3818;\n    --text-light:  #8a7858;\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  \/* 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  \/* 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    padding: 22px;\n    text-align: center;\n  }\n  .dim-img-wrap img {\n    max-width: 100%; height: auto;\n    max-height: 460px;\n    object-fit: contain;\n    display: inline-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(46,28,8,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: 100px;\n  }\n  .dim-spec-val { color: var(--text); font-weight: 600; }\n\n  \/* Where to Place It — 3 scenarios *\/\n  .place-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;\n  }\n  .place-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    padding: 18px 18px 16px;\n    text-align: center;\n  }\n  .place-icon-wrap {\n    width: 48px; height: 48px; border-radius: 12px;\n    background: #fff; border: 0.5px solid var(--accent-bdr);\n    display: inline-flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n  }\n  .place-name {\n    font-size: 13px; font-weight: 700; color: var(--text);\n    margin-bottom: 4px; letter-spacing: -0.005em;\n  }\n  .place-desc {\n    font-size: 11px; color: var(--text-light); line-height: 1.6;\n  }\n  .place-pair {\n    display: inline-block; margin-top: 8px;\n    padding: 2px 8px;\n    font-size: 9.5px; 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    border-radius: 99px;\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; }\n    .place-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\"\u003eRetro · Wall-mounted Cottage\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eMaichis Wall Lamp\u003c\/strong\u003e from Mooijane combines a \u003cstrong\u003enatural walnut wood base\u003c\/strong\u003e with a \u003cstrong\u003egently waved fabric shade\u003c\/strong\u003e — blending rustic warmth with timeless elegance. The textured beige fabric softens the light into a cozy, sun-filtered glow.\u003c\/p\u003e\n\u003cp\u003eCompact and quietly characterful — ideal for \u003cstrong\u003ebedside walls, hallway sconces, reading nooks, and living room accents\u003c\/strong\u003e in modern, transitional, farmhouse, or cottagecore interiors. Looks especially beautiful when mounted in \u003cstrong\u003ematching pairs\u003c\/strong\u003e.\u003c\/p\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 width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 14c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 10c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 18c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eWaved Fabric Shade\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA gently undulating shade silhouette — soft, sculptural, and quietly distinctive against the wall.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"9\" y=\"3\" width=\"6\" height=\"6\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 9v8h6V9\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"17\" x2=\"18\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eSolid Walnut Base\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReal wood with rich grain — warm, characterful, and built to last.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v2M12 20v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M2 12h2M20 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eCozy Diffused Light\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThe textured fabric softens light into a warm, sun-filtered glow — never glaring.\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 class=\"dim-img-wrap\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Maichis-Wall-Lamp.jpg?v=1759151691\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Maichis-Wall-Lamp.jpg?v=1759151691\" alt=\"Maichis Wall Lamp — product detail\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\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∅ 7.1″ × H 11.8″\u003c\/div\u003e\n\u003cdiv class=\"dim-secondary\"\u003eDia 18 cm × H 30 cm · compact wall-mounted scale\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eShade Dia\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e7.1″ \/ 18 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eTotal Height\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e11.8″ \/ 30 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eMounting\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003eHardwired to wall junction box\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHERE TO PLACE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhere to Place It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-grid\"\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"3\" y=\"11\" width=\"18\" height=\"9\" rx=\"1\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M3 16h18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 11V8a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 20v2M17 20v2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eBedside Walls\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eMount above each nightstand for warm, ambient reading light without taking up table space.\u003c\/div\u003e\n\u003cspan class=\"place-pair\"\u003ePair Recommended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M3 4h18v16H3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7\" cy=\"8\" r=\"0.8\" fill=\"#7a5a38\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"8\" r=\"0.8\" fill=\"#7a5a38\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"7\" cy=\"16\" r=\"0.8\" fill=\"#7a5a38\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"16\" r=\"0.8\" fill=\"#7a5a38\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eHallway Sconces\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eLine a long corridor or stairwell at evenly spaced intervals for a refined, layered glow.\u003c\/div\u003e\n\u003cspan class=\"place-pair\"\u003ePairs \u0026amp; Multiples\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"1.5\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M3 14h6l2 2h2l2-2h6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 6V4M16 6V4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eLiving Room Accents\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eFlank artwork, fireplaces, or media consoles for warm, gallery-style lighting.\u003c\/div\u003e\n\u003cspan class=\"place-pair\"\u003ePair Recommended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 10.5px; color: var(--text-light); margin-top: 12px; text-align: center; line-height: 1.5;\"\u003eMaichis is most striking when mounted in matching pairs — symmetry adds to the cottage charm.\u003c\/p\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\"\u003eSolid Wood, Textured Fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 30% 28%,#9a7048,#5a3818 65%,#2e1e08 95%); border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Walnut \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #d8c4a0; border: 0.5px solid #c0a878; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Beige \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\"\u003eRetro · Cottage \/ Farmhouse\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 · wall junction box required\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\"\u003eE26 \/ E27 base · MAX 40W per bulb\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 class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/12THu3oyZsJcFjl3LFPApHKDjQPNDQqyo\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 x=\"9\" y=\"3\" width=\"6\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1ItwqYlX9BEhBNRK1ppKvDJcCoL4sZKWf\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 class=\"dl-btn\" href=\"https:\/\/drive.google.com\/file\/d\/1eRm38tjqOw-IuD8LCnrEt24s1-APfdGk\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5a38\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"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":"∅ 7.1″ x H 11.8″ \/ Dia 18cm x H 30cm \/ Walnut color","offer_id":58264501911897,"sku":"MJW-0870-1","price":185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Maichis_Wall_Lamp_1.jpg?v=1781125398","url":"https:\/\/www.tumdi.co\/products\/maichis-wall-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}