/**
 * SGK Animate — CSS unifié v2.0.0
 * Styles minimaux ciblant uniquement les éléments d'animation.
 * Aucune règle globale : ne touche pas au thème PrestaShop.
 */

/* Canvas overlay (tous les thèmes canvas) */
#sgkAnimateCanvas {
    position: fixed;
    top:    0;
    left:   0;
    width:  100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

/* Chauves-souris Halloween (divs absolus générés par JS) */
.halloweenBat {
    position: fixed !important;
    pointer-events: none !important;
    z-index: 9999 !important;
}
