✦ Verified product
APPLIQUE MURALE | SOVA
EUR 79.00
Couleur - style :
KLAROSS
Verified independent store
→
/* === STYLE PREMIUM "KLAROSS" - COMPACT & HYGGE === */ .pm-wrapper { padding: 0 20px !important; /* Suppression totale du vide haut/bas */ background-color: #f2f2f2; color: #2c2c2
c; overflow: hidden !important; scrollbar-width: none; -ms-overflow-style: none; } .pm-wrapper::-webkit-scrollbar { display: none; } .pm-grid { display: grid; max-width: 1200px; margin: 0 auto !important; align-items: center; /* Centrage vertical absolu */ width: 100%; } .pm-col-content { grid-area: content; padding: 10px 0; } .pm-col-image { grid-area: image; } @media (min-width: 990px) { .pm-grid { grid-template-columns: 35% 65% !important; grid-template-areas: "content image"; justify-content: space-between; } .pm-col-image { display: flex; justify-content: center; align-items: center; position: sticky; top: 0; } .pm-img { max-height: 480px !important; /* === BASELINE : RÉDUCTION DE 15% === */ transform: scale(0.85); transform-origin: center center; mix-blend-mode: darken; } } @media (max-width: 989px) { .pm-grid { grid-template-columns: 1fr; grid-template-areas: "image" "content"; gap: 15px; } .pm-img { width: 100% !important; height: auto; mix-blend-mode: darken; } } .pm-image-box { width: 100%; display: flex; justify-content: center; } .pm-img { display: block; width: 100%; object-fit: contain; } /* CARTES ACCORDÉONS PROPRES */ .pm-card { background: #ffffff; border-radius: 12px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.03); transition: all 0.3s ease; } .pm-card:last-child { margin-bottom: 0; } .pm-summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; cursor: pointer; outline: none; color: #1a1a1a; } .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; } .pm-summary-icon { display: flex; width: 20px; height: 20px; } .pm-summary-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5; fill: none; } .pm-icon-arrow { width: 10px; height: 10px; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg); transition: 0.3s ease; margin-left: 15px; } .pm-card[open] .pm-icon-arrow { transform: rotate(-135deg); } .pm-body { padding: 0 24px 18px 24px; font-size: 15px; line-height: 1.6; color: #555; border-top: 1px solid #f5f5f5; } .pm-spec-row { display: grid; grid-template-columns: 1fr 1fr; padding: 10px 0; border-bottom: 1px dashed #eee; gap: 10px; } .pm-spec-row:last-child { border-bottom: none; } .pm-label { font-weight: 500; color: #111; } .pm-value { text-align: right; color: #666; } Dimensions Largeur20 cm Hauteur lanterne23 cm Caractéristiques MatériauxBois massif, Bambou & Chanvre FinitionBois naturel verni Culot d'ampouleE27 (Standard universel) Garantie2 Ans Description L’Applique Sova est une ode au minimalisme chaleureux et au design "Hygge". Sa structure en demi-sphère à lattes de bois laisse filtrer la lumière de manière rythmée, projetant un motif radial spectaculaire sur vos murs. Suspendue par une corde de chanvre, elle apporte une présence organique et rustique-chic, idéale pour transformer une chambre ou un salon en un véritable cocon de sérénité. Garantie Casse Votre luminaire est remplacé sans frais s'il arrive endommagé. Prenez simplement une photo du colis. 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'); } }); } }); });