Promo !

Papier Peint Lapins Joyeux

Le prix initial était : 59,90 €.Le prix actuel est : 47,92 €.

Catégorie :

Description

/* —— Acordeão compatível com o tema Shopify —— */
.tacc{ border-top:1px solid var(–color-border, currentColor); background:var(–color-bg, transparent); margin-top:1.25rem; }
.tacc__group{ border-bottom:1px solid var(–color-border, currentColor); }

.tacc__btn{
width:100%; display:flex; align-items:center; justify-content:space-between; gap:.75rem;
padding:1rem; background:inherit; color:inherit; font:inherit; line-height:inherit;
border:0; text-align:left; cursor:pointer; appearance:none;
}
.tacc__btn::after{ content: »➕ »; font:inherit; opacity:.9; }
.tacc__btn[aria-expanded= »true »]::after{ content: »➖ »; }

.tacc__content{
max-height:0; overflow:hidden; padding:0 1rem;
transition:max-height .3s ease-out, padding .3s ease-out;
background:inherit; color:inherit; font:inherit;
}
.tacc__content.is-open{ max-height:1000px; padding:.75rem 1rem 1rem; }

/* Texto introdutório — herda tipografia/cores do tema */
.tacc-desc p{ margin:0 0 .75rem 0; line-height:1.6; }
.tacc__content p, .tacc__content ul{ margin:.25rem 0 0; }
.tacc__content ul{ padding-inline-start:1.25rem; list-style-position:inside; }
.tacc__content a{ color:var(–color-accent, currentColor); text-decoration:underline; }

@media (prefers-reduced-motion: reduce){ .tacc__content{ transition:none; } }

Un motif subtil et intemporel pour une décoration en toute sérénité 🌿

Avec ses petits éléments discrets, ce papier peint apporte une touche douce à toute pièce. Son design délicat convient à tous les styles d’intérieur – chambre d’enfant, bureau ou entrée.

Sa simplicité le rend facile à assortir avec différents meubles et accessoires. Un choix sûr et élégant pour une décoration harmonieuse.

Ajoutez-le à votre panier pour une ambiance douce et équilibrée !

// Acessível e leve — várias secções podem ficar abertas
document.addEventListener(‘DOMContentLoaded’, function () {
document.querySelectorAll(‘.tacc__group’).forEach(function (group) {
const btn = group.querySelector(‘.tacc__btn’);
const panel = group.querySelector(‘.tacc__content’);
btn.addEventListener(‘click’, function () {
const isOpen = btn.getAttribute(‘aria-expanded’) === ‘true’;
btn.setAttribute(‘aria-expanded’, String(!isOpen));
panel.hidden = isOpen;
panel.classList.toggle(‘is-open’, !isOpen);
});
});
});

Avis

Il n’y a pas encore d’avis.

Soyez le premier à laisser votre avis sur “Papier Peint Lapins Joyeux”

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *