/* ============================================================
   1. BLOC TEXTE SEO (HAUT DE PAGE)
   ============================================================ */
.kl-bx-content p::after { display: none !important; content: none !important; }
.kl-bx-content { border: none !important; padding-top: 10px !important; padding-bottom: 0 !important; }
.kl-bx-content p { margin-bottom: 0 !important; padding-bottom: 5px !important; }
.kl-bx-content .row { margin-bottom: 0 !important; }
.kl-bx-content, .ps_newproducts { background-image: none !important; }

/* ============================================================
   2. BLOC NOUVEAUTÉS (SLIDER MOBILE)
   ============================================================ */


/* On force l'insertion d'un texte d'instruction avant la liste des produits */

/* Texte d'instruction avec flèches des deux côtés */
.ps_newproducts .kl-aff-list::before {
    content: "<< NOUVEAUTÉS FAITES  GLISSER LA PHOTO >>";
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    color: #e91e63 !important;
    font-weight: bold !important;
    font-size: 12px !important; /* Taille légèrement réduite pour le confort sur petit écran */
    padding: 12px 0 !important;
    letter-spacing: -0.2px !important; /* Resserre un peu les lettres pour que ça tienne */
    white-space: nowrap !important;
}

/* On réduit l'espace sous ce nouveau titre pour ne pas trop descendre les produits */
.ps_newproducts .kl-aff-list {
    margin-top: 5px !important;
}

/* ============================================================
   3. BLOC RÉASSURANCE (FOOTER)
   ============================================================ */
/* On resserre tout le bloc pour supprimer le vide sous les icônes */
.reassurance-item {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

.block-reassurance-item-header {
    height: auto !important;
    margin-bottom: 0 !important;
}

.reassurance-item img, .reassurance-item i {
    margin-bottom: 0 !important;
    max-height: 40px; /* Aligne la taille des icônes */
}

.reassurance-item .block-title {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
}

.reassurance-item .description {
    margin-top: 0 !important;
    line-height: 1.2 !important;
}