@use 'exports' as *;

.filters {
	@layer components {
		@include vars;
		@include component;
	}

	@layer mods {
		&.mod-sticky {
			@include sticky;
		}
	}
}

@layer mods {
	.navSide ~ .main-content,
	.mod-withMenu .main-content {
		.filters.mod-sticky {
			@include stickyNavSide;
		}
	}
}
