/* ═══════════════════════════════ LAYOUT SIDEBAR ═══════════════════════════════ */ #zoosante-layout { display: flex; gap: 30px; align-items: flex-start; width: 100%; } #zoosante-sidebar { width: 240px; min-width: 220px; flex-shrink: 0; background: #ffffff; border-radius: 14px; box-shadow: 0px 8px 24px rgba(0,97,161,0.08); padding: 0; position: sticky; top: 20px; overflow: hidden; } #zoosante-content { flex: 1; min-width: 0; } /* ═══════════════════════════════ HEADER FILTRE ═══════════════════════════════ */ .filter-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 10px; border-bottom: 1px solid #eef2f5; } .filter-title-main { font-size: 13px; font-weight: 700; color: #0061a1; text-transform: uppercase; letter-spacing: 0.06em; } .filter-reset-top { font-size: 11px; color: #78a8ba; text-decoration: none; transition: color 0.2s; } .filter-reset-top:hover { color: #e74c3c; } /* ═══════════════════════════════ SECTIONS REPLIABLES ═══════════════════════════════ */ .filter-section { border-bottom: 1px solid #eef2f5; } .filter-section:last-of-type { border-bottom: none; } .filter-section-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: none; border: none; cursor: pointer; font-size: 11px; font-weight: 700; color: #2a3642; text-transform: uppercase; letter-spacing: 0.07em; transition: background 0.15s; } .filter-section-toggle:hover { background: #f5f9fc; } .toggle-arrow { transition: transform 0.3s ease; color: #78a8ba; flex-shrink: 0; } .filter-section-toggle[aria-expanded="false"] .toggle-arrow { transform: rotate(-90deg); } /* ═══════════════════════════════ CORPS SECTION ═══════════════════════════════ */ .filter-section-body { max-height: 1000px; overflow: hidden; transition: max-height 0.35s ease, opacity 0.35s ease; opacity: 1; padding: 0 16px 12px; } /* ═══════════════════════════════ LISTE OPTIONS ═══════════════════════════════ */ .filter-list { list-style: none !important; padding: 0 !important; margin: 0 !important; } .filter-list li { margin-bottom: 6px !important; overflow: hidden; } .filter-item-hidden { display: none !important; } /* ═══════════════════════════════ LABELS ═══════════════════════════════ */ .filter-label { display: flex !important; align-items: center !important; gap: 8px !important; cursor: pointer !important; font-size: 13px !important; color: #2a3642 !important; line-height: 1.4 !important; padding: 3px 0 !important; transition: color 0.15s !important; } .filter-label:hover { color: #0061a1 !important; } .filter-label input[type="radio"] { position: absolute !important; opacity: 0 !important; width: 0 !important; height: 0 !important; } .filter-radio-custom { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 16px !important; height: 16px !important; min-width: 16px !important; border-radius: 50% !important; border: 2px solid #c5d5de !important; background: #fff !important; transition: all 0.2s ease !important; flex-shrink: 0 !important; } .filter-label input[type="radio"]:checked + .filter-radio-custom { border-color: #0061a1 !important; background: #0061a1 !important; box-shadow: inset 0 0 0 3px #fff !important; } .filter-label:hover .filter-radio-custom { border-color: #0061a1 !important; } .filter-label-text { flex: 1 !important; } .filter-count { color: #a0b8c4 !important; font-size: 11px !important; margin-left: auto !important; } /* ═══════════════════════════════ VOIR PLUS ═══════════════════════════════ */ .filter-see-more { background: none !important; border: none !important; color: #0061a1 !important; font-size: 12px !important; cursor: pointer !important; padding: 4px 0 !important; margin-top: 4px !important; font-weight: 500 !important; transition: color 0.2s !important; } .filter-see-more:hover { color: #004d80 !important; } /* ═══════════════════════════════ PRIX ═══════════════════════════════ */ .prix-notice { font-size: 11px !important; color: #78a8ba !important; background: #f0f7ff !important; border-radius: 6px !important; padding: 5px 8px !important; margin-bottom: 8px !important; } .price-inputs { display: flex !important; align-items: center !important; gap: 6px !important; } .price-inputs input[type="number"] { width: 68px !important; padding: 6px 8px !important; border: 1px solid #dde3e8 !important; border-radius: 8px !important; font-size: 12px !important; color: #2a3642 !important; background: #f8fbfd !important; -moz-appearance: textfield !important; } .price-inputs input[type="number"]:focus { outline: none !important; border-color: #0061a1 !important; } .price-inputs input::-webkit-outer-spin-button, .price-inputs input::-webkit-inner-spin-button { -webkit-appearance: none !important; } .price-sep { color: #78a8ba !important; } /* ═══════════════════════════════ BOUTON FILTRER ═══════════════════════════════ */ .filter-btn { width: calc(100% - 32px) !important; margin: 8px 16px 16px !important; background: #0061a1 !important; color: white !important; border: none !important; border-radius: 8px !important; padding: 10px !important; font-size: 13px !important; font-weight: 600 !important; cursor: pointer !important; transition: background 0.2s, transform 0.1s !important; letter-spacing: 0.03em !important; } .filter-btn:hover { background: #004d80 !important; transform: translateY(-1px) !important; } .filter-btn:active { transform: translateY(0) !important; } /* ═══════════════════════════════ SIDEBAR MASQUÉE ═══════════════════════════════ */ #sidebar { display: none !important; } /* ═══════════════════════════════ RESPONSIVE TABLETTE ═══════════════════════════════ */ @media screen and (max-width: 980px) { #zoosante-layout { flex-direction: column !important; gap: 16px !important; } #zoosante-sidebar { width: 100% !important; min-width: unset !important; position: static !important; } } /* ═══════════════════════════════ RESPONSIVE MOBILE ═══════════════════════════════ */ @media screen and (max-width: 600px) { .filter-section-toggle { padding: 10px 14px !important; } .filter-section-body { padding: 0 14px 10px !important; } .filter-btn { width: calc(100% - 28px) !important; margin: 8px 14px 14px !important; } } Sogeval Dyspeptil 1 L Bovin – Digestion bovins | Zoo Santé

Sogeval Dyspeptil 1 L Bovin – Digestion bovins

Plage de prix : 10.49 € à 24.17 €

Favorise la digestion de l’aliment lacté. En cas de mal-digestions, perturbations ou ballonnements.

Livraison ou click and collect

Type et catégorie d'aliment:

Aliment complémentaire buvable pour veaux, poulains, agneaux, cabris et porcelets.

Suspension buvable.
Composition par ordre de poids décroissant:

Composition de Dyspeptil® :

Sorbitol, pectine, gélatine.

Constituants analytiques :
Humidité ..... 89,6 %
Matières protéiques brutes ..... 1,1 %
Matières grasses brutes ..... 0,2 %
Cendres brutes ..... 0,6 %
Fibres brutes ..... 0,3 %
Lysine ..... 0,02 %
Méthionine ..... < 0,01 %
Sodium ..... 0,16 %
Liste des additifs :

Substances aromatiques :
Extrait de menthe, extrait de salicaire et extrait de ratanhia.

Propriétés des ingrédients et caractéristiques du produit :

Les composants de DYSPEPTIL® permettent la normalisation des fonctions digestives, notamment lors de l'alimentation lactée.
En cas de perturbations, maldigestions, ballonnements, ils assurent un soutien de la muqueuse favorisant particulièrement une digestion optimisée de la ration pendant la récupération.

Utilisation:

Chez les veaux, les poulains, les porcelets, les agneaux et les cabris :
- stabilisation du bilan des électrolytes et de l'eau, en cas de risque de troubles digestifs (diarrhée), pendant et après ceux-ci.

Avant utilisation, il est recommandé de demander l'avis d'un vétérinaire.

Mode d'emploi de Dyspeptil® :

Voie orale.
DYSPEPTIL® doit être administré pur (non dilué), individuellement, immédiatement après chaque buvée, et directement dans la bouche ; pendant 3 à 4 jours (ne pas dépasser 7 jours).

- Veaux, poulains : 30 à 60 ml pour diminuer les risques de mal-digestion ; 40 à 80 ml en cas de ballonnements et autres perturbations.

- Agneaux, cabris, porcelets : 15 à 30 ml après les repas.
Précautions d'emploi:

DYSPEPTIL® est une suspension : bien agiter le flacon avant l'utilisation.
Conserver à une température inférieure à 25°C et à l'abri du gel.

Avis

Il n’y a encore aucun avis

Seulement les clients connectés ayant acheté ce produit peuvent laisser un avis.