.fct-catalog-filter {
    width: 100%;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}

.fct-catalog-filter h2 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

.fct-catalog-filter__form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.fct-catalog-filter__form label {
    display: block;
    margin: 0;
}

.fct-catalog-filter__form label > span {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.fct-catalog-filter__form select {
    width: 100%;
    min-width: 0;
    height: 42px;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
}

.fct-catalog-filter__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shop-page-title,
.category-filtering,
.woocommerce-ordering,
.woocommerce-result-count,
#shop-sidebar .widget_product_categories {
    display: none !important;
}

.fct-catalog-filter__actions .button {
    min-height: 42px;
    margin: 0;
    padding: 0 18px;
    line-height: 42px;
    white-space: nowrap;
}

.fct-catalog-filter__reset {
    color: #444;
    background: #f3f3f3;
}

@media (max-width: 849px) {
    .fct-catalog-filter {
        margin-bottom: 18px;
        padding: 16px;
    }

    .fct-catalog-filter__form { gap: 12px; }
}

@media (max-width: 549px) {
    .fct-catalog-filter h2 {
        font-size: 20px;
    }

    .fct-catalog-filter__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .fct-catalog-filter__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fct-catalog-filter__actions .button {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
}
