@font-face {
	font-family: "ht";
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/uploads/2020/02/font.woff2") format("woff2"),
		url("/wp-content/uploads/2020/02/font.woff") format("woff");
}

.hale-catalog-page .site-main > .page-header {
	display: none;
}

.hale-catalog-intro,
.hale-catalog,
.hale-catalog-single {
	--hale-navy: #002b60;
	--hale-navy-dark: #00204e;
	--hale-hover: #aacae6;
	--hale-ink: #002b60;
	--hale-muted: #5b6573;
	--hale-line: #d9dee6;
	--hale-paper: #f4f7fb;
	--hale-card: #ffffff;
	--hale-body: "Roboto", sans-serif;
	--hale-display: "ht", "Roboto", sans-serif;
	max-width: 1137px;
	margin: 0 auto;
	padding: 0 40px;
	color: var(--hale-ink);
	font-family: var(--hale-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.hale-catalog-intro {
	padding-top: 100px;
	padding-bottom: 24px;
}

.hale-catalog {
	padding-top: 8px;
	padding-bottom: 100px;
}

.hale-catalog-intro h2 {
	margin: 0 0 16px;
	color: var(--hale-navy);
	font-family: var(--hale-body);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.hale-catalog-intro p {
	margin: 0 0 16px;
	color: var(--hale-navy);
	font-family: var(--hale-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.hale-catalog-intro a {
	color: var(--hale-navy);
	font-weight: 600;
	text-decoration: underline;
}

.hale-catalog-intro a:hover {
	color: var(--hale-hover);
}

.hale-catalog-hours {
	display: grid;
	gap: 8px;
	margin: 0 0 24px;
}

.hale-catalog-hours details {
	border: 1px solid var(--hale-line);
	background: #fff;
	overflow: hidden;
}

.hale-catalog-hours summary {
	cursor: pointer;
	padding: 16px 24px;
	font-family: var(--hale-body);
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: var(--hale-navy);
	list-style: none;
	transition: background 0.2s ease;
}

.hale-catalog-hours summary::-webkit-details-marker {
	display: none;
}

.hale-catalog-hours summary:hover,
.hale-catalog-hours details[open] summary {
	background: var(--hale-hover);
	color: var(--hale-navy);
}

.hale-catalog-hours table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.hale-catalog-hours td {
	padding: 12px 16px;
	border-top: 1px solid var(--hale-line);
	vertical-align: top;
	color: var(--hale-navy);
}

.hale-catalog__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 32px;
}

.hale-catalog-page .hale-catalog__filter,
.hale-catalog .hale-catalog__filter,
button.hale-catalog__filter {
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 1px solid #002b60 !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #002b60 !important;
	border-radius: 0 !important;
	padding: 12px 24px !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.hale-catalog-page .hale-catalog__filter:hover,
.hale-catalog-page .hale-catalog__filter:focus,
.hale-catalog .hale-catalog__filter:hover,
.hale-catalog .hale-catalog__filter:focus,
button.hale-catalog__filter:hover,
button.hale-catalog__filter:focus {
	background: #002b60 !important;
	background-color: #002b60 !important;
	border-color: #002b60 !important;
	color: #fff !important;
}

.hale-catalog-page .hale-catalog__filter.is-active,
.hale-catalog .hale-catalog__filter.is-active,
button.hale-catalog__filter.is-active {
	background: #002b60 !important;
	background-color: #002b60 !important;
	border-color: #002b60 !important;
	color: #fff !important;
}

.hale-catalog__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 24px;
}

.hale-catalog__card {
	background: var(--hale-card);
	border: 1px solid var(--hale-line);
	overflow: hidden;
	min-height: 100%;
}

.hale-catalog__card.is-hidden {
	display: none;
}

.hale-catalog__card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
}

.hale-catalog__image {
	background: var(--hale-paper);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.hale-catalog__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hale-catalog__image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #e8edf4 0%, #d5dce6 100%);
}

.hale-catalog__body {
	padding: 16px 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.hale-catalog__title {
	margin: 0;
	color: var(--hale-navy);
	font-family: var(--hale-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.hale-catalog__excerpt {
	margin: 0;
	color: var(--hale-navy);
	font-family: var(--hale-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0.85;
}

.hale-catalog__price {
	margin: auto 0 0;
	padding-top: 4px;
	color: var(--hale-navy);
	font-family: var(--hale-body);
	font-weight: 700;
	font-size: 16px;
}

.hale-catalog__empty {
	padding: 32px 0;
	color: var(--hale-navy);
}

@media (max-width: 1364px) {
	.hale-catalog-intro,
	.hale-catalog,
	.hale-catalog-single {
		padding-left: 64px;
		padding-right: 64px;
	}

	.hale-catalog-intro {
		padding-top: 64px;
	}

	.hale-catalog {
		padding-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.hale-catalog-intro,
	.hale-catalog,
	.hale-catalog-single {
		padding-left: 24px;
		padding-right: 24px;
	}

	.hale-catalog-intro {
		padding-top: 48px;
	}

	.hale-catalog {
		padding-bottom: 48px;
	}

	.hale-catalog-intro h2 {
		font-size: 28px;
	}

	.hale-catalog__grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 16px;
	}
}
