{"product_id":"flexo-memphis-floor-lamp","title":"Flexo Memphis Floor Lamp","description":"\u003c!-- ============================================================\n     FLEXO MEMPHIS FLOOR LAMP — Shopify Product Description\n     Color Scheme: Matches the docos.us store theme\n     Conversion Optimization: Memphis design language + art installation positioning + bold color blocks\n     Includes: Consumer visualization content + GEO JSON-LD structured data\n     ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ① JSON-LD structured data --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ② Styles --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  White background        #f7f7f7  Card background\n   * #e5e5e5  Border        #1a1a1a  Body text\n   * #555555  Secondary text    #b8924a  Warm gold accent\n   *\/\n  .fml2-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n\n  \/* Section Title *\/\n  .fml2-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.2rem 0 1.1rem;\n  }\n\n  \/* Video Grid: 2×2 *\/\n  .fml2-video-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .fml2-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n  }\n  .fml2-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n  @media (max-width: 540px) {\n    .fml2-video-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Hero Text *\/\n  .fml2-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Memphis Color Block Display *\/\n  .fml2-palette {\n    display: flex;\n    gap: 0;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 2rem;\n    height: 52px;\n  }\n  .fml2-palette__block {\n    flex: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: .72rem;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #fff;\n  }\n  .fml2-palette__block--blue   { background: #2a5fc9; }\n  .fml2-palette__block--red    { background: #d42b2b; }\n  .fml2-palette__block--yellow { background: #e8b800; color: #1a1a1a; }\n\n  \/* Core Selling Point Cards *\/\n  .fml2-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .fml2-feature-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n  }\n  .fml2-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .fml2-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Memphis Design Context Banner *\/\n  .fml2-context-banner {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: 1rem 1.2rem;\n    margin-bottom: 2rem;\n    font-size: .9rem;\n    color: #555;\n    line-height: 1.7;\n  }\n  .fml2-context-banner__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    letter-spacing: .04em;\n    display: block;\n    margin-bottom: .35rem;\n  }\n\n  \/* Scene Tags *\/\n  .fml2-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .fml2-room-tag {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 20px;\n    padding: .3rem .9rem;\n    font-size: .82rem;\n    color: #555;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* Size Card *\/\n  .fml2-size-card {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.2rem;\n    font-size: .9rem;\n    color: #1a1a1a;\n    margin-bottom: 2rem;\n  }\n  .fml2-size-card svg { flex-shrink: 0; }\n\n  \/* Specification List *\/\n  .fml2-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 8px;\n  }\n  .fml2-specs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .6rem .9rem;\n    font-size: .9rem;\n    color: #333;\n  }\n  .fml2-specs li::before {\n    content: '';\n    display: block;\n    width: 5px; height: 5px;\n    min-width: 5px;\n    border-radius: 50%;\n    background: #b8924a;\n    margin-top: 8px;\n  }\n\n  \/* Certification Badges *\/\n  .fml2-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .fml2-badge {\n    background: #ffffff;\n    border: 1px solid #d4d4d4;\n    border-radius: 20px;\n    padding: .28rem .85rem;\n    font-size: .78rem;\n    color: #333;\n    font-weight: 500;\n    letter-spacing: .03em;\n  }\n\n  \/* Downloads *\/\n  .fml2-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .fml2-dl-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #1a1a1a;\n    font-size: .78rem;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    transition: opacity .2s;\n  }\n  .fml2-dl-item:hover { opacity: .65; }\n  .fml2-dl-item img {\n    width: 60px; height: 60px;\n    object-fit: contain;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    background: #fff;\n    padding: 8px;\n  }\n\u003c\/style\u003e\n\u003c!-- ③ Visualization Content --\u003e\n\u003cdiv class=\"fml2-wrap\"\u003e\n\u003c!-- Video --\u003e\n\u003cdiv class=\"fml2-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"fml2-video-grid\"\u003e\n\u003cdiv class=\"fml2-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Flexo Memphis Floor Lamp – Video 1\" src=\"https:\/\/www.youtube.com\/embed\/2PN-lGcpgwg?si=2_wqRE8yDMJt_xi-\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"fml2-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Flexo Memphis Floor Lamp – Video 2\" src=\"https:\/\/www.youtube.com\/embed\/iDzNKTDuCLc?si=YwMu-z5SbH6DcEox\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"fml2-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Flexo Memphis Floor Lamp – Installation\" src=\"https:\/\/www.youtube.com\/embed\/6WzyYvEZMlY\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"fml2-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Flexo Memphis Floor Lamp\" src=\"https:\/\/www.youtube.com\/embed\/xlCUoCTstuU\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Text --\u003e\n\u003cp class=\"fml2-intro\"\u003eSome lamps light a room. The \u003cstrong\u003eFlexo Memphis Floor Lamp\u003c\/strong\u003e makes a statement about the person living in it. Cobalt blue base. Cherry red arm. Sunflower yellow shade. Three primary colors in deliberate, unapologetic contrast — the visual language of the Memphis Group, the 1980s Milan design collective that threw out \"tasteful\" and never looked back.\u003c\/p\u003e\n\u003cp class=\"fml2-intro\"\u003eThis isn't a lamp you hide in a corner. It's a lamp that makes the corner worth photographing.\u003c\/p\u003e\n\u003c!-- Three Color Block Display --\u003e\n\u003cdiv class=\"fml2-palette\"\u003e\n\u003cdiv class=\"fml2-palette__block fml2-palette__block--blue\"\u003eBlue Base\u003c\/div\u003e\n\u003cdiv class=\"fml2-palette__block fml2-palette__block--red\"\u003eRed Arm\u003c\/div\u003e\n\u003cdiv class=\"fml2-palette__block fml2-palette__block--yellow\"\u003eYellow Shade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Memphis Design Context Banner --\u003e\n\u003cdiv class=\"fml2-context-banner\"\u003e\n\u003cspan class=\"fml2-context-banner__title\"\u003eThe Memphis Movement\u003c\/span\u003e Memphis was a design rebellion. In 1981, a group of Italian designers — led by Ettore Sottsass — decided that furniture and lighting didn't need to be neutral. They used primary colors, bold geometry, and playful forms to challenge the idea that \"good design\" meant invisible design. Flexo carries that spirit forward: a floor lamp that is unmistakably itself.\u003c\/div\u003e\n\u003c!-- Core Selling Points --\u003e\n\u003cdiv class=\"fml2-section-title\"\u003eWhy Flexo\u003c\/div\u003e\n\u003cdiv class=\"fml2-features\"\u003e\n\u003cdiv class=\"fml2-feature-card\"\u003e\n\u003cspan class=\"fml2-feature-card__icon\"\u003e🎨\u003c\/span\u003e \u003cspan class=\"fml2-feature-card__title\"\u003eDeliberate Color Blocking\u003c\/span\u003e Blue, red, and yellow aren't accidental here. Each segment is a distinct structural element — base, arm, shade — given its own identity. The whole is bolder than its parts.\u003c\/div\u003e\n\u003cdiv class=\"fml2-feature-card\"\u003e\n\u003cspan class=\"fml2-feature-card__icon\"\u003e🦾\u003c\/span\u003e \u003cspan class=\"fml2-feature-card__title\"\u003eAdjustable Mechanical Arm\u003c\/span\u003e The articulated arm moves through a wide range — angled for reading, extended for drama, pulled in for a tight directed beam. Form that actually follows function.\u003c\/div\u003e\n\u003cdiv class=\"fml2-feature-card\"\u003e\n\u003cspan class=\"fml2-feature-card__icon\"\u003e📐\u003c\/span\u003e \u003cspan class=\"fml2-feature-card__title\"\u003eSculptural at Any Height\u003c\/span\u003e At 188 cm, the lamp commands vertical space. It doesn't need a wall behind it. It stands — and holds — on its own.\u003c\/div\u003e\n\u003cdiv class=\"fml2-feature-card\"\u003e\n\u003cspan class=\"fml2-feature-card__icon\"\u003e🦶\u003c\/span\u003e \u003cspan class=\"fml2-feature-card__title\"\u003eFoot Switch Control\u003c\/span\u003e No stretching, no bending. Tap it on when you sit down, tap it off when you leave. The detail that makes daily use effortless.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Suitable Scenes --\u003e\n\u003cdiv class=\"fml2-section-title\"\u003eWhere It Belongs\u003c\/div\u003e\n\u003cdiv class=\"fml2-rooms\"\u003e\n\u003cspan class=\"fml2-room-tag\"\u003e🛋 Living Room Corner\u003c\/span\u003e \u003cspan class=\"fml2-room-tag\"\u003e🎨 Creative Studio\u003c\/span\u003e \u003cspan class=\"fml2-room-tag\"\u003e📚 Reading Nook\u003c\/span\u003e \u003cspan class=\"fml2-room-tag\"\u003e🖼 Gallery-Style Space\u003c\/span\u003e \u003cspan class=\"fml2-room-tag\"\u003e🏠 Open-Plan Loft\u003c\/span\u003e \u003cspan class=\"fml2-room-tag\"\u003e🛏 Bedroom Statement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Size --\u003e\n\u003cdiv class=\"fml2-section-title\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"fml2-size-card\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#b8924a\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n      \u003crect rx=\"2\" height=\"10\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n      \u003cline y2=\"11\" x2=\"6\" y1=\"7\" x1=\"6\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"10\" y1=\"7\" x1=\"10\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"14\" y1=\"7\" x1=\"14\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"18\" y1=\"7\" x1=\"18\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eW 28 cm × H 188 cm\u003c\/strong\u003e  \/  W 11″ × H 74″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Specification Details --\u003e\n\u003cdiv class=\"fml2-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"fml2-specs\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMetal\u003c\/strong\u003e body\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e (Plug-in)\u003c\/li\u003e\n\u003cli\u003eMax bulb: \u003cstrong\u003e40W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable mechanical arm\u003c\/strong\u003e — wide-range movement\u003c\/li\u003e\n\u003cli\u003eSwitch: \u003cstrong\u003eFoot switch\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCord: \u003cstrong\u003e98.4-inch\u003c\/strong\u003e plug-switch wire\u003c\/li\u003e\n\u003cli\u003eUse: \u003cstrong\u003eIndoor\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Certification Badges --\u003e\n\u003cdiv class=\"fml2-badges\"\u003e\n\u003cspan class=\"fml2-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"fml2-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"fml2-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"fml2-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Document Downloads --\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\" class=\"fml2-section-title\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"fml2-downloads\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1hCOdM5yacx_tAWxVTpPg1gwehoUyBDkm\/view?usp=drive_link\" class=\"fml2-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Parameter document\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Parameter \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1mov4z4v_7reVnAPyDO7OeGl5zfwrIuCW\/view?usp=drive_link\" class=\"fml2-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Installation guide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Installation \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .fml2-wrap --\u003e","brand":"Tumdi.com","offers":[{"title":"W 28cm x H 188cm \/ W 11″ x H 74″ \/ Yellow \u0026 Blue \u0026 Red \/ US Plug","offer_id":58312160313689,"sku":"DCF-99236-01","price":175.0,"currency_code":"USD","in_stock":true},{"title":"W 28cm x H 188cm \/ W 11″ x H 74″ \/ Yellow \u0026 Blue \u0026 Red \/ UK Plug","offer_id":58312160346457,"sku":"DCF-99236-02","price":175.0,"currency_code":"USD","in_stock":true},{"title":"W 28cm x H 188cm \/ W 11″ x H 74″ \/ Yellow \u0026 Blue \u0026 Red \/ AU Plug","offer_id":58312160379225,"sku":"DCF-99236-03","price":175.0,"currency_code":"USD","in_stock":true},{"title":"W 28cm x H 188cm \/ W 11″ x H 74″ \/ Yellow \u0026 Blue \u0026 Red \/ EU Plug","offer_id":58312160411993,"sku":"DCF-99236-04","price":175.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Flexo_Memphis_Floor_Lamp_1.jpg?v=1781619057","url":"https:\/\/www.tumdi.co\/products\/flexo-memphis-floor-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}