.mkdf-sticky-header {
    clip-path: inset(0);
    transition: transform 0.25s ease !important;
}

.mkdf-sticky-header.header-appear {
    clip-path: inset(0 0 -100px 0);
    z-index: 9999;
}