✦ Verified product
La Brosse Nuage™ — Autonettoyante & Massante
EUR 15.90
L'Animal Malin
Verified independent store
→
.lcm-desc { font-family: 'DM Sans', system-ui, sans-serif; color: #3D2B1F; max-width: 100%; font-size: 1.4rem; line-height: 1.6; } .lcm-accordion { border: 1px solid rgba(61,43,31,
0.1); border-radius: 12px; overflow: hidden; margin-bottom: 8px; } .lcm-accordion-toggle { width: 100%; background: #F8F4EE; border: none; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: 'DM Sans', system-ui, sans-serif; font-size: 1.4rem; font-weight: 600; color: #3D2B1F; text-align: left; transition: background 0.2s; } .lcm-accordion-toggle:hover { background: #f0ebe3; } .lcm-accordion-toggle .lcm-acc-icon { font-size: 1.6rem; margin-right: 10px; flex-shrink: 0; } .lcm-accordion-toggle .lcm-acc-arrow { font-size: 1.2rem; transition: transform 0.25s ease; flex-shrink: 0; color: #2D6A4F; } .lcm-accordion.open .lcm-acc-arrow { transform: rotate(180deg); } .lcm-accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; background: #fff; } .lcm-accordion.open .lcm-accordion-body { max-height: 800px; } .lcm-accordion-inner { padding: 16px 20px; } .lcm-how-steps { display: flex; gap: 8px; align-items: center; } .lcm-how-step { flex: 1; background: #F8F4EE; border-radius: 12px; padding: 14px 10px; text-align: center; } .lcm-how-img { width: 100%; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: #e8e0d8; } .lcm-how-img img { width: 100%; height: 100%; object-fit: cover; display: block; } .lcm-how-num { width: 22px; height: 22px; background: #2D6A4F; color: #fff; border-radius: 50%; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px; } .lcm-how-step strong { display: block; font-size: 1.3rem; color: #3D2B1F; margin-bottom: 3px; } .lcm-how-step span { font-size: 1.15rem; color: #6B6B6B; line-height: 1.4; } .lcm-how-arrow { color: #D1C5BB; font-size: 1.8rem; flex-shrink: 0; } .lcm-usages { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .lcm-usage-item { background: #F8F4EE; border-radius: 10px; padding: 10px 14px; font-size: 1.3rem; font-weight: 500; color: #3D2B1F; display: flex; align-items: center; gap: 8px; } .lcm-specs { width: 100%; border-collapse: collapse; font-size: 1.3rem; } .lcm-specs tr:nth-child(odd) td { background: #F8F4EE; } .lcm-specs td { padding: 10px 14px; line-height: 1.5; } .lcm-specs td:first-child { font-weight: 600; color: #3D2B1F; width: 42%; } .lcm-delivery-line { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: #F8F4EE; border-radius: 10px; font-size: 1.3rem; margin-bottom: 8px; } .lcm-returns-box { background: rgba(45,106,79,0.06); border-left: 3px solid #2D6A4F; border-radius: 0 10px 10px 0; padding: 14px 16px; font-size: 1.3rem; color: #3D2B1F; line-height: 1.65; } @media screen and (max-width: 749px) { .lcm-how-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; } .lcm-how-arrow { display: none; } } ✨Comment ça marche ? ▼ 1 Brossez → 2 Cliquez → 3 Jetez 🐕Parfait pour tous les poils ▼ 🐱 Chats (tous poils) 🐶 Chiens (toutes tailles) 🐰 Lapins & Rongeurs 💆 Peaux sensibles 📐Caractéristiques techniques ▼ Matière picots Acier inoxydable haute densité Revêtement Embouts de protection en caoutchouc Système Retrait automatique One-Click Poignée Soft-Touch anti-dérapante Dimensions 19cm x 10cm x 5cm 🚚Livraison rapide & gratuite ▼ 📦 7 à 10 jours ouvrésEn France métropolitaine 🎁 Gratuite dès 35€Profitez-en pour gâter vos amis ! ↩️Retours gratuits 14 jours ▼ Vous disposez de 14 jours après réception. Échange standard ou remboursement immédiat si le produit ne convient pas à votre animal. document.addEventListener("DOMContentLoaded", function() { // Sélectionne tous les boutons d'accordéon const toggles = document.querySelectorAll('.lcm-accordion-toggle'); toggles.forEach(toggle => { toggle.addEventListener('click', function() { // Cible l'accordéon parent du bouton cliqué const currentAccordion = this.closest('.lcm-accordion'); // Ferme tous les autres accordéons const allAccordions = document.querySelectorAll('.lcm-accordion'); allAccordions.forEach(acc => { if (acc !== currentAccordion) { acc.classList.remove('open'); } }); // Ouvre ou ferme l'accordéon cliqué currentAccordion.classList.toggle('open'); }); }); });