{"product_id":"dreyer-modern-acrylic-floor-lamp","title":"Lampadaire moderne en acrylique Dreyer ","description":"\u003cstyle\u003e\n    \/* ===== Scoped Reset \u0026 Tokens ===== *\/\n    .body_html ,.body_html h2{\n        margin-top:15px !important;\n        padding: 0 0 !important;\n    }\n        \n    page-title,h2{\n        text-align:center !important\n    }\n    :root {\n        --maxw: 1440px;\n        --pad-x: clamp(12px, 3vw, 24px);\n        --gap-xs: 8px;\n        --gap: clamp(12px, 2.8vw, 18px);\n        --gap-lg: clamp(16px, 3vw, 24px);\n        --radius: 16px;\n        --shadow: 0 6px 20px rgba(0, 0, 0, .08);\n        --muted: #666;\n        --border: #eaeaea;\n        --title: #111;\n        --accent: #c6a268;\n        --bg: #fff;\n        --page-bg: #fafafa;\n        \/* 宿主页面无法控制 body 时，使用 full-bleed 容器铺底 *\/\n    }\n\n    * {\n        box-sizing: border-box;\n    }\n\n    html,\n    body {\n        margin: 0;\n        padding: 0;\n        color: #111;\n        font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\";\n        line-height: 1.65;\n    }\n\n    img {\n        max-width: 100%;\n        display: block;\n        height: auto;\n    }\n\n    a {\n        color: inherit;\n        text-underline-offset: 2px;\n    }\n\n    .frame {\n        background: var(--page-bg);\n    }\n\n    \/* full-bleed: 在 Shopify 分段里也能铺满屏幕背景 *\/\n    .fullbleed {\n        position: relative;\n        left: 50%;\n        right: 50%;\n        margin-left: -50vw;\n        margin-right: -50vw;\n        width: 100vw;\n    }\n\n    .container {\n        max-width: var(--maxw);\n        margin: 0 auto;\n        padding: 0 var(--pad-x);\n    }\n\n    h1,\n    h2,\n    h3,\n    h4 {\n        margin: 0 0 .6em;\n        line-height: 1.2;\n        color: var(--title);\n    }\n\n    h1 {\n        font-size: clamp(24px, 5.6vw, 40px);\n        letter-spacing: .2px;\n    }\n\n    h2 {\n        font-size: clamp(20px, 4.6vw, 30px);\n    }\n\n    h3 {\n        font-size: clamp(17px, 3.6vw, 22px);\n    }\n\n    h4 {\n        font-size: clamp(16px, 3.2vw, 20px);\n    }\n\n    p {\n        margin: 0 0 1em;\n        color: var(--muted);\n        font-size: clamp(14px, 3.4vw, 16px);\n    }\n\n    .intro {\n        max-width: 95%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .divider {\n        height: 1px;\n        background: var(--border);\n        margin: clamp(16px, 4vw, 28px) 0;\n    }\n\n    header.hero {\n        padding: clamp(12px, 4vw, 20px) 0;\n        text-align: center;\n    }\n\n    \/* ===== Util grid ===== *\/\n    .grid {\n        display: grid;\n        gap: var(--gap);\n    }\n\n    .two,\n    .three,\n    .four,\n    .five,\n    .six {\n        grid-template-columns: 1fr;\n    }\n\n    @media (min-width: 480px) {\n        .two {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .three {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .four {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .five {\n            grid-template-columns: repeat(3, 1fr);\n        }\n\n        .six {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n\n    @media (min-width: 768px) {\n        .three {\n            grid-template-columns: repeat(3, 1fr);\n        }\n\n        .four {\n            grid-template-columns: repeat(4, 1fr);\n        }\n\n        .five {\n            grid-template-columns: repeat(5, 1fr);\n        }\n\n        .six {\n            grid-template-columns: repeat(6, 1fr);\n        }\n    }\n\n    \/* ===== Cards \u0026 Figures ===== *\/\n    .card {\n        background: var(--bg);\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        padding: clamp(10px, 2.4vw, 16px);\n        box-shadow: var(--shadow);\n        transition: box-shadow .25s ease, transform .25s ease;\n        text-align: center !important;\n    }\n\n    \/* 通用 figure：不强制 1:1，高度自适应 *\/\n    figure {\n        margin: 0;\n        border-radius: calc(var(--radius) - 4px);\n        overflow: hidden;\n        background: #f7f7f7;\n    }\n\n    figure img {\n        width: 100%;\n        height: auto;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* Elevated（开关） *\/\n    main[data-elevated=\"on\"] .card,\n    main[data-elevated=\"on\"] .slide,\n    main[data-elevated=\"on\"] table {\n        box-shadow: 0 10px 30px rgba(0, 0, 0, .14);\n    }\n\n    @media(hover:hover) {\n        main[data-elevated=\"on\"] .card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 16px 40px rgba(0, 0, 0, .18);\n        }\n    }\n\n    \/* Gloss（开关） *\/\n    main[data-gloss=\"on\"] h1,\n    main[data-gloss=\"on\"] h2 {\n        background: linear-gradient(180deg, var(--title), var(--title));\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    main[data-gloss=\"on\"] .accent {\n        background: linear-gradient(90deg, var(--accent), var(--accent));\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    \/* ===== 静态 Gallery 布局（现在是“自然比例图”，不再做强制方形） ===== *\/\n    .pfm-gallery {\n        display: grid;\n        grid-template-columns: 1fr 1fr;  \/* PC 两列 *\/\n        gap: var(--gap-lg);\n    }\n\n    .pfm-gallery-col {\n        display: flex;\n        flex-direction: column;\n        gap: var(--gap-lg);\n    }\n\n    .pfm-gallery-large,\n    .pfm-gallery-small {\n        width: 100%;\n        border-radius: var(--radius);\n        overflow: hidden;\n        box-shadow: var(--shadow);\n        background: #f7f7f7;\n        \/* 不再用 ::before + 绝对定位，避免 iPhone 上出现上半截灰块 *\/\n    }\n\n    .pfm-gallery-small-row {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: var(--gap-lg);\n    }\n\n    @media (max-width: 768px) {\n        .pfm-gallery {\n            display: block;  \/* 一列 *\/\n        }\n        .pfm-gallery-col + .pfm-gallery-col {\n            margin-top: var(--gap-lg);\n        }\n    }\n\n    \/* ===== Specs table ===== *\/\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        table-layout: fixed; \/* 让宽度固定按列分配，更稳定 *\/\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        overflow: hidden;\n        background: var(--bg);\n        box-shadow: var(--shadow);\n        font-size: clamp(14px, 3.2vw, 16px);\n    }\n\n    th,\n    td {\n        padding: 12px 14px;\n        border-bottom: 1px solid var(--border);\n        text-align: left;\n        color: var(--muted);\n    }\n\n    tr \u003e :first-child {\n        width: 30%;\n        white-space: nowrap; \/* 避免 Attribute 那列换行太乱 *\/\n    }\n\n    tr \u003e :nth-child(2) {\n        width: 70%;\n    }\n\n    th {\n        background: #fafafa;\n        font-weight: 600;\n    }\n\n    tr:last-child td {\n        border-bottom: 0;\n    }\n\n    \/* ===== Footer note ===== *\/\n    .foot {\n        text-align: center;\n        color: #888;\n        font-size: 13px;\n        padding: 28px 0;\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n        * {\n            scroll-behavior: auto !important;\n            animation: none !important;\n            transition: none !important;\n        }\n\n        .slide,\n        .slide.is-active,\n        .reveal,\n        .reveal.is-in {\n            transition: none !important;\n            transform: none !important;\n            opacity: 1 !important;\n        }\n    }\n\n    \/* ==== THEME VARIANTS \u0026 DENSITY ==== *\/\n    \/* Light (默认) *\/\n    main[data-theme=\"light\"] {\n        --page-bg: #fafafa;\n        --bg: #ffffff;\n        --title: #111;\n        --muted: #666;\n        --border: #eaeaea;\n        --accent: #c6a268;\n    }\n\n    \/* Dark：全深色页（通过 frame full-bleed 铺底） *\/\n    main[data-theme=\"dark\"] {\n        --page-bg: #000000;\n        --bg: #0f1114;\n        --title: #f5f7fa;\n        --muted: #b6c0cb;\n        --border: #1e2630;\n        --accent: #d6b178;\n    }\n\n    main[data-theme=\"dark\"] .arrow {\n        background: rgba(20, 20, 20, .9);\n        color: #fff;\n    }\n\n    main[data-theme=\"dark\"] th {\n        background: #131720;\n        color: var(--title);\n    }\n\n    \/* Sand *\/\n    main[data-theme=\"sand\"] {\n        --page-bg: #fff7ef;\n        --bg: #fffaf5;\n        --title: #2a2a2a;\n        --muted: #6b5f55;\n        --border: #eedfd2;\n        --accent: #c49a6c;\n    }\n\n    \/* Contrast（无障碍高对比） *\/\n    main[data-theme=\"contrast\"] {\n        --page-bg: #ffffff;\n        --bg: #ffffff;\n        --title: #000;\n        --muted: #222;\n        --border: #000;\n        --accent: #ff5500;\n    }\n\n    main[data-theme=\"contrast\"] * {\n        letter-spacing: .2px;\n    }\n\n    \/* Luxe：全深色 + 金色强调 *\/\n    main[data-theme=\"luxe\"] {\n        --page-bg: #0b0b0b;\n        --bg: #121212;\n        --title: #f8f5ec;\n        --muted: #d0c6b2;\n        --border: #2c2c2c;\n        --accent: #e0b868;\n    }\n\n    main[data-theme=\"luxe\"] .arrow {\n        background: rgba(25, 25, 25, .92);\n        color: #f8f5ec;\n    }\n\n    \/* Editorial：杂志风 *\/\n    main[data-theme=\"editorial\"] {\n        --page-bg: #f7f4ef;\n        --bg: #ffffff;\n        --title: #1a1a1a;\n        --muted: #4a4a4a;\n        --border: #e6e2d9;\n        --accent: #7a5c2e;\n    }\n\n    main[data-theme=\"editorial\"] h1,\n    main[data-theme=\"editorial\"] h2,\n    main[data-theme=\"editorial\"] h3,\n    main[data-theme=\"editorial\"] h4 {\n        font-family: Georgia, \"Times New Roman\", serif;\n        letter-spacing: .2px;\n    }\n\n    \/* Forest：自然绿调 *\/\n    main[data-theme=\"forest\"] {\n        --page-bg: #f5fbf6;\n        --bg: #ffffff;\n        --title: #0f2618;\n        --muted: #456154;\n        --border: #dfe8e3;\n        --accent: #2e7d5b;\n    }\n\n    \/* Ocean：冷静蓝调 *\/\n    main[data-theme=\"ocean\"] {\n        --page-bg: #f4f9ff;\n        --bg: #ffffff;\n        --title: #0d2336;\n        --muted: #4c6274;\n        --border: #dbe6ef;\n        --accent: #2e73b8;\n    }\n\n    \/* Rose：柔和粉调 *\/\n    main[data-theme=\"rose\"] {\n        --page-bg: #fff7fa;\n        --bg: #ffffff;\n        --title: #2a1b1e;\n        --muted: #6f5a60;\n        --border: #f0e1e6;\n        --accent: #d96a8a;\n    }\n\n    \/* Slate：中性灰企业风 *\/\n    main[data-theme=\"slate\"] {\n        --page-bg: #f7f8fa;\n        --bg: #ffffff;\n        --title: #0f1115;\n        --muted: #5e6673;\n        --border: #e6e8ec;\n        --accent: #6b7a8f;\n    }\n\n    \/* Density presets *\/\n    main[data-density=\"compact\"] {\n        --pad-x: clamp(8px, 2vw, 16px);\n        --gap: clamp(8px, 2vw, 12px);\n        --gap-lg: clamp(10px, 2.4vw, 16px);\n        --radius: 10px;\n    }\n\n    main[data-density=\"spacious\"] {\n        --pad-x: clamp(16px, 4vw, 40px);\n        --gap: clamp(16px, 3.2vw, 28px);\n        --gap-lg: clamp(20px, 4vw, 36px);\n        --radius: 20px;\n    }\n\n    \/* Cardless variant *\/\n    main[data-variant=\"cardless\"] .card {\n        background: transparent;\n        border: 0;\n        box-shadow: none;\n        padding: 0;\n    }\n\n    main[data-variant=\"cardless\"] .divider {\n        background: transparent;\n    }\n\n    main[data-variant=\"cardless\"] figure {\n        border: 0;\n        box-shadow: none;\n    }\n\n    \/* Stylebar *\/\n    .stylebar {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n        align-items: center;\n        justify-content: center;\n        padding: 10px var(--pad-x);\n        margin: 4px auto 10px;\n        border: 1px dashed var(--border);\n        border-radius: 12px;\n        background: var(--bg);\n    }\n\n    .stylebar label {\n        font-size: 13px;\n        color: var(--muted);\n        margin-right: 4px;\n    }\n\n    .stylebar select,\n    .stylebar input[type=\"checkbox\"],\n    .stylebar button {\n        font: inherit;\n        padding: 6px 10px;\n        border: 1px solid var(--border);\n        border-radius: 8px;\n        background: var(--bg);\n        cursor: pointer;\n        color: var(--title);\n    }\n\n    .stylebar button.is-active {\n        border-color: var(--accent);\n    }\n        \/* ===== Purchase Note 卡片 ===== *\/\n    .pfm-purchase-note {\n        background: var(--bg);\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        box-shadow: var(--shadow);\n        padding: clamp(16px, 3vw, 28px);\n        line-height: 1.7;\n        color: var(--muted);\n        font-size: clamp(14px, 3.2vw, 16px);\n    }\n\n    .pfm-purchase-note-list {\n        margin: 0;\n        padding-left: 1.3em;\n        list-style: disc;\n    }\n\n    .pfm-purchase-note-link {\n        color: var(--accent);\n        text-decoration: none;\n    }\n\n    .pfm-purchase-note-link:hover {\n        text-decoration: underline;\n    }\n\n\u003c\/style\u003e\n\u003cmain data-gloss=\"on\" data-elevated=\"on\" id=\"pfm-embed\" data-variant=\"cardless\" data-theme=\"light\" class=\"container\" aria-labelledby=\"page-title\"\u003e\u003cheader class=\"hero\"\u003e\n\u003ch2 id=\"page-title\"\u003e Lampadaire moderne Dreyer en acrylique — Noir sculptural\u003c\/h2\u003e\n\n\u003cp class=\"intro\"\u003e Affirmez votre style avec le lampadaire Dreyer : une lampe sculpturale en acrylique et PVC qui diffuse une douce lumière d’ambiance vers le haut et vers le bas. Disponible en plusieurs couleurs, températures de couleur et avec télécommande. \u003c\/p\u003e\n\n\u003c!-- 最大250字符 --\u003e\u003c\/header\u003e\u003c!-- Style Switcher（可删除） --\u003e\u003c!-- Feature Images --\u003e\n\u003csection class=\"grid two feature-grid\" aria-label=\"Feature images\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"0\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/7808eb447cd06724f15df716e16a7250.webp\" loading=\"lazy\" height=\"750\" alt=\"Scène de style de vie avec montage encastré en porcelaine\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"1\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/249b963e2ee3f50d7aa7dc6f5b8d5c08.webp\" loading=\"lazy\" height=\"1440\" alt=\"Gros plan sur le produit\"\u003e\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003cdiv role=\"separator\" class=\"divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003c!-- Key Features --\u003e\n\u003csection aria-labelledby=\"features-title\"\u003e\n\u003ch2 id=\"features-title\"\u003e Caractéristiques \u003c\/h2\u003e\n\n\u003cdiv class=\"grid three\"\u003e\n\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"2\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/0d9eab9868a7ce1cedef5463b7f1999f.webp\" loading=\"lazy\" height=\"1440\" alt=\"Matériaux durables de haute qualité\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Conception sculpturale\u003c\/h3\u003e\n\n\u003c!-- 最大30字符 --\u003e\n\u003cp\u003e Sa silhouette artistique et superposée crée un point focal moderne et offre un éclairage doux vers le haut et vers le bas. \u003c\/p\u003e\n\n\u003c!-- 最大100字符 --\u003e\u003c\/article\u003e\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"3\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/860899f1b70021ad9cc2b69fe2154f87.webp\" loading=\"lazy\" height=\"1440\" alt=\"Éclairage d'ambiance doux\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Ambiance réglable\u003c\/h3\u003e\n\n\u003cp\u003e Choisissez une lumière froide, chaude ou neutre ; des modèles avec télécommande sont disponibles pour un réglage facile de l'ambiance. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"4\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/244c9921e15db0d8e9289e70cfaff68d.webp\" loading=\"lazy\" height=\"1440\" alt=\"Conception polyvalente\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Pratique et certifié\u003c\/h3\u003e\n\n\u003cp\u003e Corps en acrylique et PVC avec douille E27, compatibilité 90-260V et multiples certifications de sécurité pour une utilisation mondiale. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cdiv role=\"separator\" class=\"divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003c!-- Key Features --\u003e\n\u003csection aria-labelledby=\"features-title\"\u003e\n\u003ch2 id=\"features-title\"\u003e Chambre \u003c\/h2\u003e\n\n\u003cdiv class=\"grid three\"\u003e\n\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"5\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/653edb5a2f92b7487444e9fd429da2f1.webp\" loading=\"lazy\" height=\"1440\" alt=\"Matériaux durables de haute qualité\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Salon \u003c\/h3\u003e\n\n\u003c!-- 最大30字符 --\u003e\u003c\/article\u003e\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"6\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/71489b3f7356b5887fc4a99c131f6376.webp\" loading=\"lazy\" height=\"1440\" alt=\"Éclairage d'ambiance doux\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Chambre à coucher \u003c\/h3\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"card reveal\"\u003e\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"7\" width=\"1440\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/812d5e673e1e66525f12ecbc92484cef.webp\" loading=\"lazy\" height=\"1440\" alt=\"Conception polyvalente\"\u003e\u003c\/figure\u003e\n\u003ch3\u003e Coin lecture \u003c\/h3\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cdiv role=\"separator\" class=\"divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003c!-- Gallery Slider --\u003e\n\u003csection aria-labelledby=\"gallery-title\" aria-label=\"Gallery\"\u003e\n\u003ch2 id=\"gallery-title\"\u003e Galerie \u003c\/h2\u003e\n\n\u003cdiv class=\"pfm-gallery\"\u003e\n\n\u003c!-- 左列：大图 + 两小图 --\u003e\n\u003cdiv class=\"pfm-gallery-col\"\u003e\n\n\u003cfigure class=\"pfm-gallery-large\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"8\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/22abec20090016f9c9a569f50949cd92.webp\" loading=\"lazy\" alt=\"Galerie 1\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"pfm-gallery-small-row\"\u003e\n\n\u003cfigure class=\"pfm-gallery-small\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"9\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/3e9cb906ddb37eb91fe349ff86207674.webp\" loading=\"lazy\" alt=\"Galerie 2\"\u003e\u003c\/figure\u003e\n\u003cfigure class=\"pfm-gallery-small\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"10\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/3bd4587a822805bcb1bef4dd9888703f.webp\" loading=\"lazy\" alt=\"Galerie 3\"\u003e\u003c\/figure\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- 右列：两小图 + 大图 --\u003e\n\u003cdiv class=\"pfm-gallery-col\"\u003e\n\n\u003cdiv class=\"pfm-gallery-small-row\"\u003e\n\n\u003cfigure class=\"pfm-gallery-small\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"11\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/4c4f603512fd18adb9b77945d275b543.webp\" loading=\"lazy\" alt=\"Galerie 4\"\u003e\u003c\/figure\u003e\n\u003cfigure class=\"pfm-gallery-small\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"12\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/bb88b450e7be3ee07544e65774433f4c.webp\" loading=\"lazy\" alt=\"Galerie 5\"\u003e\u003c\/figure\u003e\n\n\u003c\/div\u003e\n\n\u003cfigure class=\"pfm-gallery-large\"\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"13\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/9d2c60c3925c357686413667a340a688.webp\" loading=\"lazy\" alt=\"Galerie 6\"\u003e\u003c\/figure\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cdiv role=\"separator\" class=\"divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003c!-- Specs --\u003e\n\u003csection aria-labelledby=\"specs-title\"\u003e\n\u003ch2 id=\"specs-title\"\u003e Spécifications du produit \u003c\/h2\u003e\n\n\u003cdiv class=\"grid two\"\u003e\n\n\u003cdiv\u003e\n\n\u003ctable style=\"height: 615px;\" aria-label=\"Product Specifications\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr style=\"height: 39px;\"\u003e\n\n\u003cth style=\"height: 39px; width: 97.8733px;\"\u003e Attribut\u003c\/th\u003e\n\n\u003cth style=\"height: 39px; width: 228.385px;\"\u003e Détail \u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 39px;\"\u003e\n\n\u003ctd style=\"height: 39px; width: 97.8733px;\"\u003e Matériel\u003c\/td\u003e\n\n\u003ctd style=\"height: 39px; width: 228.385px;\"\u003e Acrylique, PVC \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 39px;\"\u003e\n\n\u003ctd style=\"height: 39px; width: 97.8733px;\"\u003e Source lumineuse\u003c\/td\u003e\n\n\u003ctd style=\"height: 39px; width: 228.385px;\"\u003e Ampoules LED\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 97.8733px;\"\u003e Type de base\u003c\/td\u003e\n\n\u003ctd style=\"width: 228.385px;\"\u003e E27 \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 39px;\"\u003e\n\n\u003ctd style=\"height: 39px; width: 97.8733px;\"\u003e Ampoule incluse\u003c\/td\u003e\n\n\u003ctd style=\"height: 39px; width: 228.385px;\"\u003e Non \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 39px;\"\u003e\n\n\u003ctd style=\"height: 39px; width: 97.8733px;\"\u003e Type de commutateur\u003c\/td\u003e\n\n\u003ctd style=\"height: 39px; width: 228.385px;\"\u003e Interrupteur à bouton-poussoir \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 92px;\"\u003e\n\n\u003ctd style=\"height: 92px; width: 97.8733px;\"\u003e Finition\u003c\/td\u003e\n\n\u003ctd style=\"height: 92px; width: 228.385px;\"\u003e Chrome poli ; Couleurs : Blanc, Noir, Bleu, Transparent, Vert \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 118px;\"\u003e\n\n\u003ctd style=\"height: 118px; width: 97.8733px;\"\u003e Taille\u003c\/td\u003e\n\n\u003ctd style=\"height: 118px; width: 228.385px;\"\u003e Sol : Ø50 cm × H165 cm\u003cbr\u003e Table : Ø30 cm × H70 cm \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 118px;\"\u003e\n\n\u003ctd style=\"height: 118px; width: 97.8733px;\"\u003e Source d'alimentation\u003c\/td\u003e\n\n\u003ctd style=\"height: 118px; width: 228.385px;\"\u003e AC\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"width: 97.8733px;\"\u003e Pouvoir\u003c\/td\u003e\n\n\u003ctd style=\"width: 228.385px;\"\u003e 11-15W \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 92px;\"\u003e\n\n\u003ctd style=\"height: 92px; width: 97.8733px;\"\u003e Tension\u003c\/td\u003e\n\n\u003ctd style=\"height: 92px; width: 228.385px;\"\u003e 90–260 V \u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003cfigure\u003e\u003cimg style=\"cursor: pointer;\" data-image-index=\"14\" width=\"1440\" src=\"https:\/\/www.hozodesign.fr\/media\/product\/60\/image\/2024\/07\/17\/f69114f48a41868b177206e6818ec73f.webp\" loading=\"lazy\" height=\"1440\" alt=\"Spécification visuelle 1\"\u003e\u003c\/figure\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cdiv role=\"separator\" class=\"divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003csection aria-labelledby=\"pfm-purchase\"\u003e\n \u003ch4 style=\"text-align: center; margin-bottom: 1.2em;\" id=\"pfm-purchase\"\u003eNote d'achat \u003c\/h4\u003e\n\n\u003cdiv style=\"align-items: center; gap: clamp(16px,4vw,32px);\" class=\"grid two\"\u003e\n\n\u003c!-- 图片区 --\u003e\n\u003cfigure style=\"margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);\"\u003e\u003cimg data-image-index=\"15\" style=\"width: 100%; height: auto; display: block; object-fit: cover; cursor: pointer;\" src=\"https:\/\/imgscdn.kensulighting.co.uk\/111\/111\/image\/835679c30535825f10d71ca99f613eb5.webp\" loading=\"lazy\" alt=\"image de la note d'achat\"\u003e\u003c\/figure\u003e\n\u003c!-- 文本区 --\u003e\n\u003cdiv class=\"pfm-purchase-note\"\u003e\n\n\u003cul class=\"pfm-purchase-note-list\"\u003e\n\n\u003cli\u003e\n\n \u003cstrong\u003eLes ampoules\u003c\/strong\u003e ne sont pas incluses dans la commande.\u003c\/li\u003e\n\n\u003cli\u003e De légères variations de \u003cstrong\u003ecouleur\u003c\/strong\u003e ou \u003cstrong\u003ede dimensions\u003c\/strong\u003e peuvent survenir en raison de la fabrication artisanale.\u003c\/li\u003e\n\n\u003cli\u003e Des questions ? Écrivez \u003ca href=\"mailto:support@ateasehomelife.fr\" class=\"pfm-purchase-note-link\"\u003eà support@ateasehomelife.fr\u003c\/a\u003e — nous vous répondrons dans les 24 heures. \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c\/main\u003e","brand":"ateasehomelife.fr","offers":[{"title":"D50 H166CM noir \/ lumière froide","offer_id":51620402233656,"sku":"1038258","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM noir \/ Lumière chaude","offer_id":51620402266424,"sku":"1038257","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM noir \/ lumière neutre","offer_id":51620402299192,"sku":"1038256","price":664.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM noir \/ télécommande","offer_id":51620402331960,"sku":"1038255","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D50 H166CM \/ lumière froide","offer_id":51620402364728,"sku":"1038254","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D50 H166CM \/ Lumière chaude","offer_id":51620402397496,"sku":"1038253","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D50 H166CM \/ lumière neutre","offer_id":51620402430264,"sku":"1038252","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D50 H166CM \/ télécommande","offer_id":51620402463032,"sku":"1038251","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM violette \/ lumière froide","offer_id":51620402495800,"sku":"1038250","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM violette \/ Lumière chaude","offer_id":51620402528568,"sku":"1038249","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM violette \/ lumière neutre","offer_id":51620402561336,"sku":"1038248","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM violette \/ télécommande","offer_id":51620402594104,"sku":"1038247","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM transparent \/ lumière froide","offer_id":51620402626872,"sku":"1038246","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM transparent \/ Lumière chaude","offer_id":51620402659640,"sku":"1038245","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM transparent \/ lumière neutre","offer_id":51620402692408,"sku":"1038244","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM transparent \/ télécommande","offer_id":51620402725176,"sku":"1038243","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM vert \/ lumière froide","offer_id":51620402757944,"sku":"1038242","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM vert \/ Lumière chaude","offer_id":51620402790712,"sku":"1038241","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM vert \/ lumière neutre","offer_id":51620402823480,"sku":"1038240","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM vert \/ télécommande","offer_id":51620402856248,"sku":"1038239","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM bleu clair \/ lumière froide","offer_id":51620402889016,"sku":"1038238","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM bleu clair \/ Lumière chaude","offer_id":51620402921784,"sku":"1038237","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM bleu clair \/ lumière neutre","offer_id":51620402954552,"sku":"1038236","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM bleu clair \/ télécommande","offer_id":51620402987320,"sku":"1038235","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM blanc \/ lumière froide","offer_id":51620403020088,"sku":"1038234","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM blanc \/ Lumière chaude","offer_id":51620403052856,"sku":"1038233","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM blanc \/ lumière neutre","offer_id":51620403085624,"sku":"1038232","price":785.99,"currency_code":"EUR","in_stock":true},{"title":"D50 H166CM blanc \/ télécommande","offer_id":51620403118392,"sku":"1038231","price":804.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D30 H70CM \/ lumière froide","offer_id":51620403151160,"sku":"1038230","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D30 H70CM \/ Lumière chaude","offer_id":51620403183928,"sku":"1038229","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D30 H70CM \/ lumière neutre","offer_id":51620403216696,"sku":"1038228","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"Rose D30 H70CM \/ télécommande","offer_id":51620403249464,"sku":"1038227","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM violette \/ lumière froide","offer_id":51620403282232,"sku":"1038226","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM violette \/ Lumière chaude","offer_id":51620403315000,"sku":"1038225","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM violette \/ lumière neutre","offer_id":51620403347768,"sku":"1038224","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM violette \/ télécommande","offer_id":51620403380536,"sku":"1038223","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM transparent \/ lumière froide","offer_id":51620403413304,"sku":"1038222","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM transparent \/ Lumière chaude","offer_id":51620403446072,"sku":"1038221","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM transparent \/ lumière neutre","offer_id":51620403478840,"sku":"1038220","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM transparent \/ télécommande","offer_id":51620403511608,"sku":"1038219","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM vert \/ lumière froide","offer_id":51620403544376,"sku":"1038218","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM vert \/ Lumière chaude","offer_id":51620403577144,"sku":"1038217","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM vert \/ lumière neutre","offer_id":51620403609912,"sku":"1038216","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM vert \/ télécommande","offer_id":51620403642680,"sku":"1038215","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM Bleu clair \/ lumière froide","offer_id":51620403675448,"sku":"1038214","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM Bleu clair \/ Lumière chaude","offer_id":51620403708216,"sku":"1038213","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM Bleu clair \/ lumière neutre","offer_id":51620403740984,"sku":"1038212","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM Bleu clair \/ télécommande","offer_id":51620403773752,"sku":"1038211","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM noir \/ lumière froide","offer_id":51620403806520,"sku":"1038210","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM noir \/ Lumière chaude","offer_id":51620403839288,"sku":"1038209","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM noir \/ lumière neutre","offer_id":51620403872056,"sku":"1038208","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM noir \/ télécommande","offer_id":51620403904824,"sku":"1038207","price":382.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM blanc \/ lumière froide","offer_id":51620403937592,"sku":"1038206","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM blanc \/ Lumière chaude","offer_id":51620403970360,"sku":"1038205","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM blanc \/ lumière neutre","offer_id":51620404003128,"sku":"1038204","price":365.99,"currency_code":"EUR","in_stock":true},{"title":"D30 H70CM blanc \/ télécommande","offer_id":51620404035896,"sku":"1038203","price":382.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0920\/5917\/3176\/files\/f69114f48a41868b177206e6818ec73f.webp?v=1768529029","url":"https:\/\/ateasehomelife.fr\/products\/dreyer-modern-acrylic-floor-lamp","provider":"ateasehomelife.fr","version":"1.0","type":"link"}