Votre panier est actuellement vide !
Pouf Ours Polairev – Reddish Brown
/* ——— Acordeão minimal que herda o tema Shopify ——— */ .t-accordion { margin-block: 0.75rem; border: 1px solid var(–color-border, currentColor); border-radius: var(–radius-base, 0.5rem); overflow: hidden; background: var(–color-bg, transparent); } .t-accordion__header { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; width: 100%; padding: 0.75rem 1rem; background: inherit; color: inherit; font: inherit; line-height: inherit; cursor: pointer; border: […]
Description
/* ——— Acordeão minimal que herda o tema Shopify ——— */
.t-accordion {
margin-block: 0.75rem;
border: 1px solid var(–color-border, currentColor);
border-radius: var(–radius-base, 0.5rem);
overflow: hidden;
background: var(–color-bg, transparent);
}
.t-accordion__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
width: 100%;
padding: 0.75rem 1rem;
background: inherit;
color: inherit;
font: inherit;
line-height: inherit;
cursor: pointer;
border: 0;
appearance: none;
text-align: left;
}
.t-accordion__icon { transition: transform 0.25s ease; font: inherit; }
.t-accordion__content {
max-height: 0; overflow: hidden; padding: 0 1rem;
transition: max-height 0.3s ease-out, padding 0.3s ease-out;
background: inherit; color: inherit; font: inherit;
}
.t-accordion__content.is-open { max-height: 1000px; padding: 0.75rem 1rem 1rem; }
.t-desc { margin-block-end: 1.25rem; }
@media (prefers-reduced-motion: reduce) {
.t-accordion__content, .t-accordion__icon { transition: none; }
}
🧸 Pouf enfant confortable et élégant
Offrez à votre enfant un espace idéal pour se détendre, jouer, lire ou regarder des dessins animés.
Son garnissage s’adapte au corps pour un confort optimal, tandis que sa housse certifiée OEKO-TEX® assure douceur et sécurité.
Un indispensable chaleureux qui trouve facilement sa place dans toutes les chambres.
- Matériaux : tissu certifié OEKO-TEX®
- Sécurité / certificats : tissu OEKO-TEX®
- Fabrication : Pologne
- Housse amovible et lavable
- Construction stable pour un usage sécurisé
- Design chaleureux et adapté à tous les intérieurs
- Polyvalent : détente, lecture, jeux, repos
- Housse amovible facilitant le nettoyage
- Expédition rapide avec numéro de suivi
- Livraison estimée entre 3 et 8 jours
document.addEventListener(‘DOMContentLoaded’, function () {
const groups = document.querySelectorAll(‘.t-accordion’);
groups.forEach(group => {
const button = group.querySelector(‘.t-accordion__header’);
const content = group.querySelector(‘.t-accordion__content’);
const icon = group.querySelector(‘.t-accordion__icon’);
button.addEventListener(‘click’, () => {
const isOpen = button.getAttribute(‘aria-expanded’) === ‘true’;
button.setAttribute(‘aria-expanded’, String(!isOpen));
content.hidden = isOpen;
content.classList.toggle(‘is-open’, !isOpen);
if (icon) icon.textContent = isOpen ? ‘➕’ : ‘➖’;
});
});
});
Produits similaires
-
Bibliothèque Montessori avec rangement pour livres – 4 étagères
Le prix initial était : 199,00 €.159,20 €Le prix actuel est : 159,20 €. -
Canapé Cube en Velours Doux – Brown
Le prix initial était : 149,00 €.119,20 €Le prix actuel est : 119,20 €. -
Canapé Cube en Velours Doux – Ecru
Le prix initial était : 149,00 €.119,20 €Le prix actuel est : 119,20 €. -
Canapé Cube en Velours Doux – Powder Pink
Le prix initial était : 149,00 €.119,20 €Le prix actuel est : 119,20 €. -
Canapé Cube en Velours Doux – Turquoise
Le prix initial était : 149,00 €.119,20 €Le prix actuel est : 119,20 €.








Avis
Il n’y a pas encore d’avis.