{"product_id":"retro-straw-hat-floor-lamp","title":"Retro Straw Hat Floor Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — natural raffia + walnut + black ═══════╗\n   ║  Raffia gold      →  primary accent    #9a7848          ║\n   ║  Walnut wood      →  secondary         #5a3818          ║\n   ║  Matte black      →  dark accent       #1a1612          ║\n   ║  Cream beige      →  card bg           #faf6ec          ║\n   ║  Soft straw       →  borders           #e8dcc0          ║\n   ║  Warm ivory       →  deep card         #f2e8d0          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf6ec;\n    --bg-deep:     #f2e8d0;\n    --border:      #e8dcc0;\n    --border-lt:   #ede4ce;\n    --accent:      #9a7848;\n    --accent-dk:   #1a1612;\n    --accent-lt:   #b89868;\n    --accent-bg:   #f3ebd4;\n    --accent-bdr:  #d4be88;\n    --walnut:      #5a3818;\n    --black:       #1a1612;\n    --text:        #1c1408;\n    --text-mid:    #4a3820;\n    --text-light:  #8a7856;\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  \/* Video *\/\n  .video-frame {\n    position: relative; width: 100%; padding-bottom: 56.25%;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); background: #000;\n  }\n  .video-frame iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: 0;\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: 20px;\n    text-align: center;\n  }\n  .dim-img-wrap img {\n    max-width: 100%; height: auto;\n    max-height: 520px;\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(28,20,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: 90px;\n  }\n  .dim-spec-val { color: var(--text); font-weight: 600; }\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    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eVideo\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/VvbUGKSv0eM\" title=\"Retro Straw Hat Floor Lamp\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\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 · Natural Raffia\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eRetro Straw Hat Floor Lamp\u003c\/strong\u003e brings the warmth of natural materials into your home. A \u003cstrong\u003ehand-woven raffia shade\u003c\/strong\u003e opens like a delicate flower, casting a soft, golden glow that fills the room with a tranquil, sun-filtered ambiance — like sunlight through a summer hat.\u003c\/p\u003e\n\u003cp\u003eThe sleek \u003cstrong\u003ematte black metal stem\u003c\/strong\u003e and rich \u003cstrong\u003ewalnut wood base\u003c\/strong\u003e ground the airy shade, balancing modern sophistication with rustic warmth. Ideal for \u003cstrong\u003ereading corners, bedrooms, living rooms, and home offices\u003c\/strong\u003e in boho, coastal, farmhouse, or Mediterranean-inspired interiors.\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=\"#9a7848\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4M4.9 4.9l2.8 2.8M16.2 16.2l2.9 2.9M4.9 19.1l2.8-2.8M16.2 7.8l2.9-2.9\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eHand-Woven Raffia Shade\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNatural straw weave creates a warm, sun-dappled glow — each shade is unique, with subtle weaving variations.\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=\"#9a7848\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"9\" y=\"2\" width=\"6\" height=\"14\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 16h10v6H7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6h6M9 10h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eWalnut Wood Base\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSolid walnut foot grounds the lamp visually — rich grain, warm tone, 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=\"#9a7848\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"9\" y=\"2\" width=\"6\" height=\"6\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 8v4M9 12h6v8H9z\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"20\" x2=\"18\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePlug-In \u0026amp; Ready\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStandard wall plug with inline on\/off switch — no wiring, no electrician, plug in and go.\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\/Retro-Straw-Hat-Floor-Lamp.png?v=1729406516\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Retro-Straw-Hat-Floor-Lamp.png?v=1729406516\" alt=\"Retro Straw Hat Floor 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∅ 18.9″ × H 60.2″\u003c\/div\u003e\n\u003cdiv class=\"dim-secondary\"\u003eDia 48 cm × H 153 cm · statement-scale floor lamp\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\"\u003e18.9″ \/ 48 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\"\u003e60.2″ \/ 153 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-spec-row\"\u003e\n\u003cspan class=\"dim-spec-key\"\u003eCord\u003c\/span\u003e\u003cspan class=\"dim-spec-val\"\u003e59″ (150 cm) · in-line on\/off switch\u003c\/span\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\"\u003eMetal, Walnut Wood, Natural Raffia\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: 10px; flex-wrap: wrap;\"\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%,#9a7040,#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 \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: #d4ad6a; border: 0.5px solid #c8a060; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Natural Raffia \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 · Natural \/ Boho\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\"\u003eFloor Lamp — Indoor only\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\"\u003ePlug-in · In-line on\/off switch\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\"\u003eCord Length\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e59″ (150 cm)\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\/1rBGDY84duWTEZgXTS36QBH83LbZl3IZW\/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=\"#9a7848\" 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\/1YuVrTdrQ-Oq3N2Loz1zGPJ8bY2Aqz-NM\/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=\"#9a7848\" 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\/1QOEyv8csCYPg-rvYAwr307u-tQoiS56h\/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=\"#9a7848\" 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":"∅ 18.9″ x H 60.2″ \/ Dia 48cm x H 153cm \/ Walnut color \u0026 Natural color \/ US plug","offer_id":58264559419737,"sku":"MJF-2021-01","price":339.0,"currency_code":"USD","in_stock":true},{"title":"∅ 18.9″ x H 60.2″ \/ Dia 48cm x H 153cm \/ Walnut color \u0026 Natural color \/ UK plug","offer_id":58264559452505,"sku":"MJF-2021-02","price":339.0,"currency_code":"USD","in_stock":true},{"title":"∅ 18.9″ x H 60.2″ \/ Dia 48cm x H 153cm \/ Walnut color \u0026 Natural color \/ AU plug","offer_id":58264559485273,"sku":"MJF-2021-03","price":339.0,"currency_code":"USD","in_stock":true},{"title":"∅ 18.9″ x H 60.2″ \/ Dia 48cm x H 153cm \/ Walnut color \u0026 Natural color \/ EU plug","offer_id":58264559518041,"sku":"MJF-2021-04","price":339.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Retro_Straw_Hat_Floor_Lamp_1.jpg?v=1781126086","url":"https:\/\/www.tumdi.co\/products\/retro-straw-hat-floor-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}