#tl-search-form {
    transition: 0.3s;
}
#tl-search-form.fixed {
    position: fixed !important;
    top: 70px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: unset !important;
    z-index: 150 !important;
    opacity: 1 !important;
    background: #343636;
    border-bottom: 2px solid #C2D831;
    box-sizing: border-box;
}
#block-search-main:has(> #tl-search-form.fixed) {
    transform: none !important;
    z-index: 150;
}
@media screen and (max-width: 960px) {
    a[href="/#action"] {
        display: none !important;
    }
}
