@media(max-width: 999px) {
    .custom-filter-btn {
        position: fixed;
        width: 200px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        bottom: 15px;
        z-index: 99999;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        background: var(--linkHoverColor);
        border-color: var(--linkHoverColor);
    }

    .woo-listing-top a.ct-filter-trigger {
        display: none;
    }
}