.product-list-page {
    margin-top: 4rem;
}

.product-list-content {
    align-items: flex-start;
}

.product-list-filter {
    position: sticky;
    top: 5rem;
}

.product-list-filter h5,
.price-range-filter {
    margin-bottom: var(--space-md);
}

.sub-category-list {
    align-items: center;
    justify-content: space-between;
    gap: var(--space-xs);
    white-space: nowrap;
}

.sub-category-list span {
    font-size: var(--fs-xs);
    color: var(--cl--gray--);
}

.filter-by {
    align-items: center;
    gap: var(--space-sm);
}

.category-filter+h5 {
    margin: var(--space-md) 0;
}

.price-range-filter .price-range-slider input {
    padding-left: 0;
    padding-right: 0;
}

.price-range-filter .price-display {
    align-items: center;
    justify-content: space-between;
}

.price-range-filter .price-display span {
    font-size: var(--fs-sm);
    color: var(--cl--gray--);
}

.price-range-filter .price-range-input {
    margin-top: var(--space-md);
}

.product-list-filtered-card {
    width: 100%;
}

.product-list-filtered-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-md);
}

.category-name-number {
    align-items: baseline;
    gap: var(--space-xs);
    white-space: nowrap;
}

.category-name-number span {
    font-size: var(--fs-sm);
}

.product-list-filtered-header select {
    max-width: max-content;
}