@media screen and (min-width: 740px) {
	.xxx-blk-filter-collapse.desc\:xxx-blk-filter-collapse--not-collapse .xxx-blk-filter-collapse__collapse-block {
		max-height: unset;
		overflow: unset;
		pointer-events: unset;
	}

	.xxx-blk-filter-collapse__top.desc\:xxx-blk-filter-collapse__top--hide {
		display: none;
	}

	.xxx-blk-filter-collapse__collapse-block:not(.active) + .xxx-blk-filter-collapse__bottom.mob\:xxx-blk-filter-collapse__bottom--border-t-not-active{
		border-top: 0;
	}

	.xxx-blk-filter-collapse.mob\:xxx-filter-pretty--filtered-bottom.filtered .xxx-blk-filter-collapse__bottom{
		padding-bottom: 0;
	}

	.xxx-blk-filter-collapse__short{
		display: none;
	}

}