/* Compactere regelafstand in categorie-/merkfilters (desktop + mobiel) */
.filter-checkbox {
    padding: 3px 0;
}

.filter-checkbox-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

.checkbox-label {
    font-size: 0.9em;
    line-height: 1.2;
}

.filter-group {
    margin-bottom: 18px;
}

.filter-group-title {
    margin-bottom: 10px;
}

.filter-search-box {
    margin-bottom: 10px;
}

/* Ruimte onder vaste mobiele header (filters + productlijst) */
@media (max-width: 1024px) {
    :root {
        --almat-mobile-header-offset: 72px;
    }

    .products-archive-wrapper,
    .category-archive-wrapper,
    .rentals-archive-wrapper,
    .rental-category-archive-wrapper,
    .occasions-archive-wrapper {
        padding-top: calc(var(--almat-mobile-header-offset) + 20px) !important;
    }
}

@media (max-width: 390px) {
    :root {
        --almat-mobile-header-offset: 64px;
    }
}
