✦ Verified product
SUSPENSION | BRIXO
EUR 149.00
KLAROSS
Verified independent store
→
/* === STYLE PREMIUM KLAROSS - MODÈLE BRIXO (COMPACT UNIFORME) === */ .pm-wrapper { padding: 40px 20px; background-color: #f2f2f2; color: #2c2c2c; font-family: var(--font-body-fami
ly), 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 */ .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 */ .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ètre14 cm Hauteur15 cm UsageIntérieur (IP20) Câble ajustable150 cm Détails techniques MatièreLaiton Haute Qualité DouilleE27 (LED / Edison) Tension110V - 240V VariateurCompatible Description La Suspension BRIXO est une véritable pièce maîtresse qui sublime votre intérieur grâce à sa structure en laiton de haute qualité. Son design premium allie avec brio esthétique contemporaine et finitions luxueuses. Pensée pour créer une atmosphère unique et raffinée, elle filtre la lumière avec élégance pour transformer instantanément votre salon ou votre salle à manger. Entièrement conçue en laiton, elle apporte une touche de prestige et de modernité à votre espace 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'); } }); } }); });