#PBarNextFrame {
	margin: 0
}

/**
	Algolia
 */
.aa-Autocomplete {
	width: 100%;
}
.template-collection {

	& .ais-page {

		& > .ais-h2,
		& > .ais-input {
			display: none;
		}

		& .ais-facets {

			& .ais-range-slider--header {
				background: none;
				border-top: 1px dotted var(--color-border);
				font-family: var(--font-heading-family);
				cursor: pointer;
				color: rgb(var(--color-foreground-alt));
				text-transform: uppercase;
				font-size: calc(var(--font-heading-scale) * 1.5rem);
				line-height: calc(1 + .2 / var(--font-heading-scale));
				font-weight: var(--font-bolder-weight);
			}

			& .ais-RefinementList-label {
				font-size: calc(var(--font-body-scale) * 1.5rem);
				font-weight: 400;
				display: flex;
				align-items: center;
				padding: .3rem 0;
				color: rgb(var(--color-foreground));
			}


			& .ais-facet--header {
				display: flex;
			}

			& .ais-facet-collections {

				& > .ais-facet--header {
					//display: none;
				}
			}
		}
	}
}