{"product_id":"lampada-a-sospensione-orielle","title":"Orielle Pendant Lamp","description":"\u003cstyle\u003e\n        \/*\n          ╔═ PALETTA COLORI — Lampadario Moderno in Agata ════════════════╗\n          ║  Oro Antico  →  accentuazione primaria      #a07830           ║\n          ║  Oro Invecchiato scuro  →  accentuazione profonda          #6a4c18           ║\n          ║  Sfondo oro       →  sfondo scheda \/ icona       #f8f0e0           ║\n          ║  Ombra di Alabastro→ sfondo pagina \/ superficie    #fdfaf5           ║\n          ║  Avorio caldo    →  sfondo scheda              #f5f0e8           ║\n          ║  Tonalità venosa     →  bordo               #e8dfc8           ║\n          ╚══════════════════════════════════════════════════════════╝\n        *\/\n        :root {\n            --bg:          #ffffff;\n            --bg-card:     #f8f3e8;\n            --bg-deep:     #f0e8d4;\n            --border:      #e4d8be;\n            --border-lt:   #ece4d0;\n            --gold:        #a07830;\n            --gold-dk:     #6a4c18;\n            --gold-lt:     #c8a050;\n            --gold-bg:     #f5e8c8;\n            --gold-border: #d8b878;\n            --text:        #1e1810;\n            --text-mid:    #5a4830;\n            --text-light:  #a09070;\n        }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n            color: var(--text);\n            background: var(--bg);\n            line-height: 1.5;\n        }\n\n        .d svg { fill: none !important; }\n\n        .d {\n            max-width: 860px;\n            margin: 0 auto;\n            padding: 1.5rem 1rem 2.5rem;\n        }\n\n        .sec { margin-bottom: 3rem; }\n        .sec:last-child { margin-bottom: 0; }\n\n        .sec-header {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 1.1rem;\n        }\n\n        .sec-header-line {\n            flex: 1;\n            height: 0.5px;\n            background: var(--border);\n        }\n\n        .sec-title {\n            font-size: 10.5px;\n            font-weight: 700;\n            letter-spacing: 0.14em;\n            text-transform: uppercase;\n            color: var(--gold);\n            white-space: nowrap;\n        }\n\n        \/* Video *\/\n        .video-frame {\n            border-radius: 14px;\n            overflow: hidden;\n            aspect-ratio: 16\/9;\n            background: #111;\n            border: 0.5px solid var(--border);\n        }\n        .video-frame iframe {\n            width: 100%;\n            height: 100%;\n            border: none;\n            display: block;\n        }\n\n        \/* Panoramica *\/\n        .overview-card p {\n            font-size: 12.5px;\n            line-height: 1.9;\n            color: var(--text-mid);\n        }\n        .overview-card strong {\n            color: var(--text);\n            font-weight: 600;\n        }\n\n        \/* Nota di Alabastro — richiamo artistico *\/\n        .alabaster-card {\n            margin-top: 14px;\n            display: flex;\n            gap: 14px;\n            align-items: center;\n            padding: 14px 18px;\n            background: linear-gradient(135deg, #f8f0dc 0%, #f2e8c8 100%);\n            border: 0.5px solid var(--gold-border);\n            border-radius: 12px;\n        }\n        .alabaster-swatch {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            border-radius: 10px;\n            background:\n                radial-gradient(ellipse at 30% 25%, rgba(255,252,240,0.9) 0%, transparent 55%),\n                radial-gradient(ellipse at 70% 75%, rgba(220,210,185,0.5) 0%, transparent 50%),\n                repeating-linear-gradient(\n                    115deg,\n                    #f8f4ec 0px, #f8f4ec 12px,\n                    #ede4d0 13px, #ede4d0 14px,\n                    #f8f4ec 15px, #f8f4ec 28px,\n                    #e8dcc4 29px, #e8dcc4 30px\n                );\n            border: 0.5px solid var(--gold-border);\n            box-shadow: inset 0 1px 3px rgba(255,240,200,0.6), 0 1px 4px rgba(0,0,0,0.08);\n        }\n        .alabaster-text { flex: 1; }\n        .alabaster-title {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--gold-dk);\n            margin-bottom: 3px;\n        }\n        .alabaster-desc {\n            font-size: 11px;\n            color: var(--text-light);\n            line-height: 1.55;\n        }\n\n        \/* Zoom immagine *\/\n        .img-zoom-wrap {\n            display: block;\n            position: relative;\n            border-radius: 14px;\n            overflow: hidden;\n            border: 0.5px solid var(--border);\n            text-decoration: none;\n            max-width: 480px;\n        }\n        .img-zoom-wrap img {\n            display: block;\n            width: 100%;\n            height: auto;\n            transition: opacity 0.15s;\n        }\n        .img-zoom-wrap:hover img { opacity: 0.9; }\n        .zoom-pill {\n            position: absolute;\n            bottom: 12px;\n            right: 14px;\n            font-size: 10.5px;\n            font-weight: 500;\n            background: rgba(30,18,5,0.52);\n            color: #fff;\n            padding: 4px 11px;\n            border-radius: 99px;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            pointer-events: none;\n        }\n\n        \/* Caratteristiche *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 8px;\n        }\n        .feature-card {\n            background: var(--bg-card);\n            border: 0.5px solid var(--border);\n            border-radius: 12px;\n            padding: 13px 12px 11px;\n        }\n        .feature-icon-wrap {\n            width: 27px;\n            height: 27px;\n            border-radius: 7px;\n            background: var(--gold-bg);\n            border: 0.5px solid var(--gold-border);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 9px;\n        }\n        .feature-title {\n            font-size: 11.5px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 3px;\n        }\n        .feature-desc {\n            font-size: 11px;\n            color: var(--text-light);\n            line-height: 1.55;\n        }\n\n        \/* Stile scheda di confronto materiali *\/\n        .comparison-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n            margin-top: 12px;\n        }\n        .comp-card {\n            background: var(--bg-card);\n            border: 0.5px solid var(--border);\n            border-radius: 14px;\n            padding: 18px;\n            position: relative;\n        }\n        .comp-card.premium {\n            border: 1px solid var(--gold-border);\n            background: linear-gradient(135deg, #fdfaf2 0%, #f7f1e1 100%);\n        }\n        .comp-badge {\n            position: absolute;\n            top: 14px;\n            right: 16px;\n            font-size: 9px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: var(--gold-dk);\n            background: var(--gold-bg);\n            border: 0.5px solid var(--gold-border);\n            padding: 2px 8px;\n            border-radius: 99px;\n        }\n        .comp-badge-alt {\n            position: absolute;\n            top: 14px;\n            right: 16px;\n            font-size: 9px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: var(--text-light);\n            background: var(--bg);\n            border: 0.5px solid var(--border);\n            padding: 2px 8px;\n            border-radius: 99px;\n        }\n        .comp-title {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text);\n            margin-bottom: 8px;\n            margin-top: 4px;\n        }\n        .comp-desc {\n            font-size: 11.5px;\n            color: var(--text-mid);\n            line-height: 1.6;\n            margin-bottom: 12px;\n        }\n        .comp-list {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        .comp-list li {\n            font-size: 11px;\n            color: var(--text-mid);\n            line-height: 1.5;\n            padding-left: 14px;\n            position: relative;\n        }\n        .comp-list li::before {\n            content: \"•\";\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n        }\n\n        \/* Scheda dimensioni *\/\n        .dim-card {\n            background: var(--bg);\n            border: 0.5px solid var(--border);\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        .dim-img-area {\n            background: var(--bg-card);\n            border-bottom: 0.5px solid var(--border);\n            padding: 1.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .dim-img-area img {\n            max-width: 100%;\n            max-height: 320px;\n            height: auto;\n            object-fit: contain;\n            display: block;\n        }\n        .dim-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 9px 18px;\n            border-bottom: 0.5px solid var(--border-lt);\n            background: var(--bg-card);\n        }\n        .dim-row:nth-child(even) { background: var(--bg); }\n        .dim-row:last-child { border-bottom: none; }\n        .dim-key { font-size: 11px; color: var(--text-light); }\n        .dim-val { font-size: 13px; font-weight: 700; color: var(--gold); }\n\n        \/* Specifiche *\/\n        .spec-grid {\n            display: flex;\n            flex-direction: column;\n            border: 0.5px solid var(--border);\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        .spec-item {\n            padding: 9px 16px;\n            border-bottom: 0.5px solid var(--border-lt);\n            display: flex;\n            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;\n            font-weight: 700;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            color: var(--gold);\n            width: 145px;\n            flex-shrink: 0;\n        }\n        .spec-val {\n            font-size: 12px;\n            font-weight: 500;\n            color: var(--text);\n            line-height: 1.5;\n        }\n\n        .cert-badges {\n            display: flex;\n            gap: 4px;\n            flex-wrap: nowrap;\n        }\n        .cert-badge {\n            font-size: 10px;\n            font-weight: 500;\n            padding: 2px 7px;\n            border-radius: 99px;\n            background: var(--gold-bg);\n            border: 0.5px solid var(--gold-border);\n            color: var(--gold);\n            white-space: nowrap;\n        }\n\n        \/* ── Visto su Instagram ───────────────────────── *\/\n        .ig-subtitle {\n            font-size: 12px;\n            color: var(--text-light);\n            line-height: 1.65;\n            margin-bottom: 1.2rem;\n            margin-top: -0.4rem;\n        }\n        .ig-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 360px));\n            gap: 14px;\n            justify-content: center;\n        }\n        .ig-card {\n            border-radius: 14px;\n            overflow: hidden;\n            border: 0.5px solid var(--border);\n            background: var(--bg);\n            box-shadow: 0 1px 4px rgba(90, 72, 48, 0.05);\n            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n        }\n        .ig-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(160, 120, 48, 0.14);\n            border-color: var(--gold-border);\n        }\n        .ig-card iframe {\n            width: 100%;\n            height: 640px;\n            border: none;\n            display: block;\n            min-width: 100%;\n            background: #fafafa;\n        }\n\n        \/* Download *\/\n        .dl-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 8px;\n        }\n        .dl-btn {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n            padding: 14px 10px;\n            border-radius: 12px;\n            border: 0.5px solid var(--border);\n            background: var(--bg-card);\n            color: var(--text);\n            text-decoration: none;\n            font-size: 12px;\n            font-weight: 600;\n            text-align: center;\n            cursor: pointer;\n            transition: background 0.15s;\n        }\n        .dl-btn:hover { background: var(--bg-deep); border-color: var(--gold-border); }\n        .dl-icon-wrap {\n            width: 34px;\n            height: 34px;\n            border-radius: 99px;\n            background: var(--gold-bg);\n            border: 0.5px solid var(--gold-border);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* FAQ *\/\n        .faq-list {\n            display: flex;\n            flex-direction: column;\n            border: 0.5px solid var(--border);\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        .faq-list details {\n            border-bottom: 0.5px solid var(--border-lt);\n            background: var(--bg);\n        }\n        .faq-list details:last-child { border-bottom: none; }\n        .faq-list summary {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 13px 16px;\n            cursor: pointer;\n            gap: 12px;\n            list-style: none;\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--text);\n            line-height: 1.4;\n        }\n        .faq-list summary::-webkit-details-marker { display: none; }\n        .faq-list summary::after {\n            content: '';\n            flex-shrink: 0;\n            width: 19px;\n            height: 19px;\n            border-radius: 50%;\n            background: var(--gold-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%23a07830' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n            border: 0.5px solid var(--gold-border);\n            transition: transform 0.2s;\n        }\n        .faq-list details[open] summary::after { transform: rotate(180deg); }\n        .faq-list details[open] summary { color: var(--gold); }\n        .faq-a { padding: 0 16px 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n        @media (max-width: 600px) {\n            .features-grid { grid-template-columns: 1fr 1fr; }\n            .dl-grid { grid-template-columns: 1fr; }\n            .cert-badges { flex-wrap: wrap; }\n            .alabaster-card { flex-direction: column; text-align: center; }\n            .comparison-container { grid-template-columns: 1fr; }\n            .ig-grid {\n                grid-template-columns: 1fr;\n                max-width: 360px;\n                margin: 0 auto;\n            }\n            .ig-card iframe { height: 600px; }\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\"\u003eProduct Video\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 title=\"Lampada a sospensione Orielle\" src=\"https:\/\/www.youtube.com\/embed\/CBbusmERQAw?si=Nuf9JgRaWWajlxKB\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PANORAMICA --\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\u003cp\u003eSculptural and serenely elegant, the \u003cstrong\u003eOrielle Pendant Lamp\u003c\/strong\u003e is crafted from warm antique gold metal with a delicate resin shade that imitates the texture of natural alabaster. It radiates a warm, inviting atmosphere with an artistic touch. With its soft glow and elegant form, it adds sophisticated artistry to any dining room, bedroom, or entryway — a statement piece that brings a timeless touch to both modern and classic interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alabaster-card\"\u003e\n\u003cdiv class=\"alabaster-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alabaster-text\"\u003e\n\u003cdiv class=\"alabaster-title\"\u003eAlabaster Resin Shade\u003c\/div\u003e\n\u003cdiv class=\"alabaster-desc\"\u003eThis shade is made from two distinct materials: premium resin and natural alabaster. The resin shade is designed to imitate the delicate texture and translucency of genuine stone. Because natural alabaster is an organic mineral, its veining varies from piece to piece, meaning your product may differ slightly from the images shown, making each genuine stone pendant lamp a truly unique masterpiece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERCHÉ LO ADORERAI --\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\u003c!-- 1. Alabastro Naturale --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n \u003cpolygon points=\"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5\"\u003e\u003c\/polygon\u003e\n \u003cpolyline points=\"2 8.5 12 15 22 8.5\"\u003e\u003c\/polyline\u003e\n \u003cpolyline points=\"12 22 12 15\"\u003e\u003c\/polyline\u003e\n \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eNatural Alabaster\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAvailable in genuine natural alabaster — valued for its unique organic veining and premium luxurious appeal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Ombra in Resina --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n \u003cpath d=\"M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\n \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eResin Shade\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium resin that imitates warm alabaster stone — glows beautifully when lit, sculptural when unlit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Cornice in Oro Antico --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\n \u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\n \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eAntique Gold Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWarm aged gold metal finish — rich, timeless, and luxuriously refined in any interior.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VETRINA PRODOTTO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Showcase\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Orielle-Pendant-Light_600x600.jpg?v=1750149427\" class=\"img-zoom-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Orielle Pendant Lamp Showcase\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Orielle-Pendant-Light_600x600.jpg?v=1750149427\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"11\" width=\"11\"\u003e\n \u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n \u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\n \u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- CONFRONTO MATERIALI --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eMaterial Comparison\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-container\"\u003e\n\u003c!-- Alabastro Naturale Premium --\u003e\n\u003cdiv class=\"comp-card premium\"\u003e\n\u003cdiv class=\"comp-badge\"\u003ePremium Option\u003c\/div\u003e\n\u003ch4 class=\"comp-title\"\u003eNatural Alabaster Stone\u003c\/h4\u003e\n\u003cp class=\"comp-desc\"\u003eGenuine Spanish alabaster extracted from a quarry. A precious stone, celebrated since antiquity as a heritage-quality material.\u003c\/p\u003e\n\u003cul class=\"comp-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTexture:\u003c\/strong\u003e 100% natural mineral surface with completely unique, one-of-a-kind organic veining.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Substantial, heavy mineral feel that provides a luxurious physical presence.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Glow:\u003c\/strong\u003e Warm, rich, and slightly irregular translucent glow that reveals deep natural stone structures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrice:\u003c\/strong\u003e Higher investment due to the scarcity of the raw material, careful extraction, and bespoke artisan carving.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Resina Ispirata all'Alabastro Standard --\u003e\n\u003cdiv class=\"comp-card\"\u003e\n\u003cdiv class=\"comp-badge-alt\"\u003eStandard Option\u003c\/div\u003e\n\u003ch4 class=\"comp-title\"\u003eAlabaster-Inspired Resin\u003c\/h4\u003e\n\u003cp class=\"comp-desc\"\u003ePremium engineered polymer meticulously formulated to reflect the luxurious appearance of alabaster stone.\u003c\/p\u003e\n\u003cul class=\"comp-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTexture:\u003c\/strong\u003e Smooth, uniform surface with printed faux veining that mimics natural stone patterns.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Lightweight and highly durable — easier to mount on delicate ceilings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Glow:\u003c\/strong\u003e Warm, diffused, steady, and perfectly even illumination.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrice:\u003c\/strong\u003e Highly affordable, offering comparable aesthetic luxury at a budget-friendly price.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSIONI --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\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\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e∅ 11.8″ \/ 30 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003eH 5.5″ \/ 14 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eCord Length\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e59″ (150 cm) — adjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETTAGLI --\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, Resin, Alabaster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 6px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#f0d070,#c8980a 50%,#7a5800 85%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Antique Gold \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAvailable in Genuine Natural Alabaster \/ White Alabaster-Inspired Resin\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\"\u003ePendant Light — Indoor Use 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 to the ceiling\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 (standard US base), Max 40W\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) — adjustable\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!-- ▼▼▼ VISTO SU INSTAGRAM ▼▼▼ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSeen on Instagram\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ig-subtitle\"\u003eReal customer installations — the cards below are live Instagram embeds. Tap any card to open the full post on Instagram.\u003c\/p\u003e\n\u003cdiv class=\"ig-grid\"\u003e\n\u003cdiv class=\"ig-card\"\u003e\u003ciframe title=\"Lampada a Sospensione Orielle — Installazione cliente\" loading=\"lazy\" src=\"https:\/\/www.instagram.com\/p\/DZGOj8nEphX\/embed\/\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▲▲▲ FINE MODULO INSTAGRAM ▲▲▲ --\u003e \u003c!-- DOWNLOAD --\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 style=\"grid-template-columns: repeat(3, 1fr);\" class=\"dl-grid\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Un0lz29ROr1RTxIbJo2Z_D23cXgXVS5J\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n \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\n \u003crect rx=\"1\" height=\"4\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\n \u003cline y2=\"12\" x2=\"15\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\n \u003cline y2=\"16\" x2=\"13\" y1=\"16\" x1=\"9\"\u003e\u003c\/line\u003e\n \u003c\/svg\u003e\u003c\/div\u003e\nSpecification Sheet\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1SLJ_-GjMsSRyJF2siO0gWbQHgLlU5ksE\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n \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\n \u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca href=\"#\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#a07830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n \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\n \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n \u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\n \u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between the Natural Alabaster and Resin options?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003eNatural Alabaster\u003c\/strong\u003e option is made from authentic quarried Spanish stone, showcasing incomparable natural texture, mineral complexity, and a substantial organic feel. It represents a premium heirloom investment at a higher price. The \u003cstrong\u003eAlabaster-Inspired Resin\u003c\/strong\u003e option uses a lightweight engineered polymer, offering a highly durable and affordable standard alternative that skillfully reflects alabaster's visual warmth.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich bulb should I use?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis pendant light uses a bulb with a socket \u003cstrong\u003eE26 o E27\u003c\/strong\u003e (standard US socket), max 40W. We recommend a Warm Light LED bulb — it enhances the warm glow through the alabaster-inspired shade and pairs beautifully with the antique gold frame. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the Orielle comes with a \u003cstrong\u003e59″ (150 cm) adjustable cord\u003c\/strong\u003e. Excess cord can be tucked into the canopy, making it suitable for both standard 8-foot ceilings and taller spaces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require professional installation?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis pendant light is \u003cstrong\u003ehardwired\u003c\/strong\u003e and requires an electrical connection to the ceiling. We recommend having the wiring handled by a licensed electrician. Refer to the Installation Guide in the Downloads section for complete instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TrendsBySarando.it","offers":[{"title":"∅ 11.8″ x H 5.5\" \/ Dia 30cm x H 14cm \/ White Resin","offer_id":55060405649750,"sku":"MJP-0650-1","price":239.95,"currency_code":"EUR","in_stock":true},{"title":"∅ 11.8″ x H 5.5\" \/ Dia 30cm x H 14cm \/ White Alabaster","offer_id":55060405682518,"sku":"MJP-0650-2","price":744.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/8438\/8694\/files\/Orielle_Pendant_Light-_14.jpg?v=1787338205","url":"https:\/\/www.trendsbysarando.it\/en-ie\/products\/lampada-a-sospensione-orielle","provider":"TrendsBySarando.it","version":"1.0","type":"link"}