✦ Verified product
APPLIQUE MURALE | CIRO
EUR 89.00
Couleur - style :
KLAROSS
Verified independent store
→
/* === STYLE PREMIUM "KLAROSS" - COMPACT & ORGANIQUE === */ .pm-wrapper { id: pm-details-section; /* ID de ciblage pour le scroll automatique */ scroll-margin-top: 100px; /* Évite
que le menu cache le titre après le défilement */ padding: 0 20px !important; background-color: #f2f2f2; color: #2c2c2c; 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 Largeur lanterne15 cm Hauteur lanterne25 cm Déport support15 cm Caractéristiques MatériauxBois massif, Bambou & Rotin Culot d'ampouleE27 (Standard universel) TechniqueTressage fait main Garantie2 Ans Premium Description L'Applique Murale Ciro est une invitation à la sérénité. Mariant la robustesse du bois brut à la finesse d'un tressage en bambou artisanal, ce luminaire incarne le luxe organique dans toute sa splendeur. Son design suspendu par une cordelette de chanvre crée un équilibre parfait entre rusticité et élégance Wabi-Sabi, diffusant une lumière tamisée qui projette des ombres poétiques sur vos murs. 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'); } }); } }); });