✦ Verified product
SUSPENSION | VIOLETTE
EUR 169.00
Couleur - Style
KLAROSS
Verified independent store
→
/* === STYLE PREMIUM KLAROSS - MODÈLE VIOLETTE (COMPACT UNIFORME) === */ .pm-wrapper { padding: 40px 20px; background-color: #f2f2f2; color: #2c2c2c; font-family: var(--font-body-f
amily), sans-serif; overflow: hidden; } .pm-grid { display: grid; max-width: 1000px; margin: 0 auto; gap: 40px; align-items: start; } .pm-col-content { grid-area: content; } .pm-col-image { grid-area: image; } /* --- DESKTOP (PC) --- */ @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; } /* TAILLE AJUSTÉE CONSERVÉE (+10%) */ .pm-img { max-height: 339px; } } /* --- MOBILE --- */ @media (max-width: 989px) { .pm-grid { grid-template-columns: 1fr; grid-template-areas: "image" "content"; gap: 25px; } .pm-image-box { width: 100%; } /* TAILLE AJUSTÉE CONSERVÉE (+10%) */ .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; } /* STYLE ACCORDÉONS COMPACTS */ .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ètre30 cm Hauteur diffuseur33 cm Câble ajustable150 cm Détails techniques MatériauxVerre transparent & Métal laiton ColorisDoré & Transparent DouilleE26 (Optimisé LED) Tension110V - 240V VariateurCompatible Description La Suspension VIOLETTE sublime votre intérieur grâce à son abat-jour en verre transparent raffiné et sa structure élégante en métal laiton. Son design chic diffuse une ambiance feutrée et intimiste, idéale pour habiller votre salon, salle à manger ou cuisine. Disponible en finition Doré & Transparent, ce luminaire apporte une touche de caractère immédiate tout en s'adaptant à tous les styles de décoration. Le verre transparent filtre la lumière de manière unique, créant des jeux d'ombres et de reflets délicats qui transforment 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'); } }); } }); });