.catalogue-filters {
    width: 280px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.catalogue-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    min-height: 200px;
}

@media (max-width: 991px) {
    .catalogue-filters {
        width: 100%;
        position: static;
    }
}
