/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 04 2026 | 11:27:30 */
/* ascuns implicit */
#adfy__woofc-trigger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* apare când există produse */
body.cart-not-empty #adfy__woofc-trigger {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}