Promo !

Matelas à Langer Bébé Confortable et Sécurisé

Le prix initial était : 49,90 €.Le prix actuel est : 39,92 €.

UGS : ND Catégorie :

Description

.accordion-container {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif, ‘Apple Color Emoji’, ‘Segoe UI Emoji’, ‘Segoe UI Symbol’;
color: #333;
line-height: 1.6;
}
.accordion {
border-top: 1px solid #e5e5e5;
margin-top: 20px;
}
.accordion-section {
border-bottom: 1px solid #e5e5e5;
}
.accordion-button {
background-color: #ffffff;
color: #333;
cursor: pointer;
padding: 18px 40px 18px 20px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: background-color 0.3s ease;
font-size: 1em;
font-weight: 600;
position: relative;
}
.accordion-button:hover {
background-color: #f9f9f9;
}
.accordion-button:after {
content: « ➕ »;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 0.8em;
transition: transform 0.3s ease;
}
.accordion-button.active:after {
content: « ➖ »;
font-size: 0.8em;
}
.accordion-content {
padding: 0 20px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.accordion-content p, .accordion-content ul {
margin-top: 0;
padding-bottom: 15px;
}
.accordion-content ul {
padding-left: 20px;
}

Offrez à votre bébé un confort optimal lors du change avec notre matelas à langer doux et sécurisé. ✨ Conçu pour s’adapter parfaitement à votre espace, il rend chaque moment de soin plus simple et agréable. 👶

Ce matelas à langer a été spécialement conçu pour allier confort, sécurité et praticité. Sa surface moelleuse assure le bien-être de votre enfant, tandis que ses matériaux de qualité garantissent une hygiène parfaite et un nettoyage facile. Associez-le avec le plan à langer Family-scl pour créer un espace de change harmonieux et parfaitement fonctionnel.

  • Dimensions : 40 x 79 cm
  • Poids : 0,5 kg
  • Origine : Fabriqué en Lettonie

Livraison entre 7 à 10 jours ouvrables.

document.addEventListener(‘DOMContentLoaded’, function() {
const accordionBtns = document.querySelectorAll(« .accordion-button »);

accordionBtns.forEach(button => {
button.addEventListener(« click », function() {
this.classList.toggle(« active »);
const content = this.nextElementSibling;

if (content.style.maxHeight) {
content.style.maxHeight = null;
content.style.padding = « 0 20px »;
} else {
content.style.maxHeight = content.scrollHeight + « px »;
content.style.padding = « 15px 20px »;
}

// Fermer les autres accordéons
accordionBtns.forEach(otherButton => {
if (otherButton !== this) {
otherButton.classList.remove(‘active’);
const otherContent = otherButton.nextElementSibling;
otherContent.style.maxHeight = null;
otherContent.style.padding = « 0 20px »;
}
});
});
});
});

Informations complémentaires

Color

, , ,

Avis

Il n’y a pas encore d’avis.

Soyez le premier à laisser votre avis sur “Matelas à Langer Bébé Confortable et Sécurisé”

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