✦ Verified product
SUSPENSION | DROXE
EUR 149.00
KLAROSS
Verified independent store
→
.pm-wrapper { padding: 40px 20px; background-color: #f2f2f2; color: #2c2c2c; font-family: var(--font-body-family), sans-serif; overflow: hidden; } .pm-grid { display: grid; max-wid
th: 1000px; margin: 0 auto; gap: 40px; align-items: start; } .pm-col-content { grid-area: content; } .pm-col-image { grid-area: image; } @media (min-width: 990px) { .pm-grid { grid-template-columns: 45% 50%; grid-template-areas: "content image"; justify-content: space-between; } .pm-col-image { position: sticky; top: 60px; display: flex; justify-content: center; } .pm-img { max-height: 339px; } } @media (max-width: 989px) { .pm-grid { grid-template-columns: 1fr; grid-template-areas: "image" "content"; gap: 25px; } .pm-image-box { width: 100%; } .pm-img { width: auto; max-height: 246px; } } .pm-image-box { width: 100%; display: flex; justify-content: center; align-items: center; } .pm-img { display: block; height: auto; max-width: 100%; object-fit: contain; mix-blend-mode: darken; } .pm-card { background: #ffffff; border-radius: 8px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.3s ease; } .pm-card[open] { box-shadow: 0 8px 20px rgba(0,0,0,0.08); } .pm-summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; outline: none; } .pm-summary::-webkit-details-marker { display: none; } .pm-summary-title-group { display: flex; align-items: center; gap: 12px; } .pm-summary-text { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #1a1a1a; } .pm-summary-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; } .pm-summary-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5; fill: none; } .pm-icon-arrow { width: 8px; height: 8px; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg); transition: transform 0.3s ease; } .pm-card[open] .pm-icon-arrow { transform: rotate(-135deg); } .pm-body { padding: 0 20px 20px 20px; font-size: 14px; line-height: 1.6; color: #555; border-top: 1px solid #f9f9f9; text-align: left; } .pm-body p { margin: 15px 0; } .pm-body strong { font-weight: 600; color: #2c2c2c; } .pm-spec-row { display: grid; grid-template-columns: 1fr 1fr; padding: 10px 0; border-bottom: 1px dashed #eee; } .pm-spec-row:last-child { border-bottom: none; } .pm-label { font-weight: 500; color: #111; } .pm-value { text-align: right; color: #666; } Dimensions & Pose Diamètre12 cm Hauteur50 cm UsageIntérieur (IP20) Câble ajustable150 cm Détails techniques MatièreVerre Haute Qualité DouilleE14 (LED / Edison) Tension110V - 240V VariateurCompatible Description La Suspension DROXE sublime votre intérieur grâce à sa structure en verre raffinée et son design minimaliste. Avec sa silhouette élancée, elle s'intègre harmonieusement dans tous les espaces, devenant une pièce maîtresse qui allie esthétique contemporaine et qualité premium. Disponible en finition Dorée, cette suspension apporte une élégance sobre et intemporelle à votre salon, chambre ou salle à manger. Elle filtre la lumière avec délicatesse pour transformer instantanément l'atmosphère de votre pièce de vie. Garantie Casse Votre luminaire est remplacé sans frais s'il arrive endommagé. Prenez simplement une photo du colis à la réception et contactez-nous — nous gérons le remplacement. document.querySelectorAll('.pm-card').forEach((detail) => { detail.addEventListener('toggle', function() { if (this.open) { document.querySelectorAll('.pm-card').forEach((other) => { if (other !== this && other.open) { other.removeAttribute('open'); } }); } }); });