/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 16 2026 | 14:17:12 */
.header-fix {
    transition: all 0.4s ease;
}

.header-fix.is-scrolled {
    background: rgba(0,0,0,0.3) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}