/* =========================================================
   NULUYAFIT - WHATSAPP FLOAT MINIMAL
   Icône officielle WhatsApp uniquement
   ========================================================= */

html body a.nuluya-whatsapp-float {
    position: fixed !important;
    right: 18px !important;
    bottom: 24px !important;
    z-index: 9999999 !important;

    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: block !important;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    text-decoration: none !important;
    font-size: 0 !important;
    line-height: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transition: transform 0.18s ease !important;
}

/* On masque complètement le téléphone et le texte existants */
html body .nuluya-whatsapp-float__icon,
html body .nuluya-whatsapp-float__text {
    display: none !important;
}

/* On injecte l’icône officielle WhatsApp */
html body a.nuluya-whatsapp-float::before {
    content: "" !important;
    display: block !important;
    width: 56px !important;
    height: 56px !important;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'>\
<circle cx='16' cy='16' r='16' fill='%2325D366'/>\
<path fill='%23FFFFFF' d='M23.52 18.27c-.31-.16-1.84-.91-2.13-1.02-.28-.1-.48-.15-.68.16-.2.31-.78 1.02-.96 1.22-.18.2-.36.23-.67.08-.31-.16-1.32-.49-2.52-1.57-.93-.83-1.56-1.86-1.74-2.17-.18-.31-.02-.47.13-.63.13-.13.31-.36.47-.54.16-.18.2-.31.31-.52.1-.2.05-.39-.03-.54-.08-.16-.68-1.63-.94-2.23-.25-.6-.5-.51-.68-.52h-.58c-.2 0-.52.08-.79.39-.28.31-1.05 1.02-1.05 2.48 0 1.46 1.07 2.87 1.22 3.07.16.2 2.09 3.18 5.06 4.46.71.31 1.27.49 1.71.63.72.23 1.37.2 1.88.12.57-.08 1.84-.75 2.1-1.48.26-.72.26-1.34.18-1.48-.08-.13-.28-.2-.59-.36z'/>\
</svg>");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16)) !important;
}

/* Hover très léger */
html body a.nuluya-whatsapp-float:hover {
    transform: scale(1.06) !important;
}

/* Mobile : remonte la bulle au-dessus de la bottom bar WoodMart */
@media (max-width: 767px) {
    html body a.nuluya-whatsapp-float {
        right: 14px !important;
        bottom: 84px !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
    }

    html body a.nuluya-whatsapp-float::before {
        width: 54px !important;
        height: 54px !important;
    }
}