/* Hauska /collection/ listing */
#hcol-page.hauska-collection-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
}
#hcol-page.hauska-collection-page * { box-sizing: border-box; }
#hcol-page.hauska-collection-page a { text-decoration: none; color: inherit; }

.hcol-hero {
	padding: 40px 0 0;
	background: #fff;
}
#hcol-page.hauska-collection-page .hcol-hero ul.breadcrumb.us-breadcrumb {
	margin: 0;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	text-transform: none;
}
#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item,
#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item,
#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item a,
#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item a {
	color: #A8A8A8 !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: none;
}
#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item:last-child,
#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item:last-child,
#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item:last-child a {
	color: #221F20 !important;
}
#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item + .us-breadcrumb-item::before,
#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item + .breadcrumb-item::before {
	color: #C8C8C8;
	padding: 0 8px;
	content: "/";
}
.hcol-hero__title {
	margin: 24px 0 0;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: 3px;
}
.hcol-hero__title:after { display: none !important; content: none !important; }

.hcol-catdd__label,
.hcol-catdd__btn,
.hcol-mbar,
.hcol-sheet,
.hcol-overlay {
	display: none;
}

.hcol-body {
	padding: 64px 0 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.hcol-tabs {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid rgba(34, 31, 32, 0.10);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.hcol-tabs::-webkit-scrollbar { display: none; }
.hcol-tab {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	border-bottom: 2px solid transparent;
	color: rgba(34, 31, 32, 0.40);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 2px;
	white-space: nowrap;
	text-align: center;
}
.hcol-tab.is-on {
	color: #221F20;
	font-weight: 500;
	border-bottom-color: #221F20;
}

.hcol-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.hcol-toolbar__left {
	display: flex;
	align-items: center;
	gap: 28px;
	min-width: 0;
	flex: 1 1 0;
}
.hcol-filters {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.hcol-count {
	color: rgba(34, 31, 32, 0.45);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}
.hcol-toolbar__right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}
.hcol-sort-lbl {
	color: rgba(34, 31, 32, 0.45);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}
.hcol-dd { position: relative; }
.hcol-dd__btn {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 24px;
	border: 0;
	outline: 1px solid rgba(34, 31, 32, 0.20);
	outline-offset: -1px;
	background: #fff;
	color: #221F20;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 16.5px;
	cursor: pointer;
}
.hcol-dd.is-sort .hcol-dd__btn {
	padding: 0;
	outline: 0;
	border-bottom: 1px solid rgba(34, 31, 32, 0.80);
	letter-spacing: 1px;
	line-height: 18px;
	border-radius: 0;
}
.hcol-dd__caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(34, 31, 32, 0.65);
	flex: 0 0 auto;
}
.hcol-dd.is-open .hcol-dd__caret { transform: rotate(180deg); }
.hcol-dd.is-sort .hcol-dd__caret { display: none; }
.hcol-dd__list {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 100%;
	z-index: 30;
	background: #fff;
	border: 1px solid rgba(34, 31, 32, 0.15);
	box-shadow: 0 8px 24px rgba(34, 31, 32, 0.12);
	max-height: 280px;
	overflow-y: auto;
	flex-direction: column;
}
.hcol-dd.is-open .hcol-dd__list { display: flex; }
.hcol-dd.is-sort .hcol-dd__list { left: auto; right: 0; }
.hcol-dd__opt {
	display: block;
	width: 100%;
	padding: 10px 16px;
	color: #221F20;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	white-space: nowrap;
}
.hcol-dd__opt:hover,
.hcol-dd__opt.is-on { background: #f4f4f4; }

.hcol-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.hcol-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 8px;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 24px;
	overflow: hidden;
	outline: 1px solid rgba(34, 31, 32, 0.07);
	outline-offset: -1px;
	background: #221F20 center / cover no-repeat;
}
.hcol-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hcol-card__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(130deg, rgba(0, 0, 0, 0.40) 0%, rgba(102, 102, 102, 0) 100%),
		linear-gradient(0deg, rgba(34, 31, 32, 0.75) 0%, rgba(34, 31, 32, 0.20) 40%, rgba(34, 31, 32, 0) 65%);
	pointer-events: none;
}
.hcol-card__name,
.hcol-card__meta {
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
}
.hcol-card__name {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 3px;
}
.hcol-card__meta {
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 2px;
}
.hcol-card:hover .hcol-card__shade {
	background:
		linear-gradient(130deg, rgba(0, 0, 0, 0.48) 0%, rgba(102, 102, 102, 0) 100%),
		linear-gradient(0deg, rgba(34, 31, 32, 0.82) 0%, rgba(34, 31, 32, 0.28) 40%, rgba(34, 31, 32, 0) 65%);
}

.hcol-empty {
	padding: 40px 0;
	color: rgba(34, 31, 32, 0.55);
	font-size: 16px;
	line-height: 26px;
}

.hcol-more {
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.hcol-more__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	border: 0;
	outline: 1px solid #2A2826;
	outline-offset: -1px;
	background: #fff;
	color: #2A2826 !important;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 1px;
	cursor: pointer;
}
.hcol-more__btn:hover { background: #2A2826; color: #fff !important; }
.hcol-more[hidden] { display: none !important; }

@media (max-width: 1439px) {
	.hcol-tab { padding-left: 12px; padding-right: 12px; font-size: 13px; letter-spacing: 1px; }
}
@media (max-width: 1199px) {
	.hcol-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
	body.hauska-collection-body.hcol-sort-open,
	body.hauska-collection-body.hcol-filters-open {
		overflow: hidden;
	}

	#hcol-page.hauska-collection-page > .container.hauska-header-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.hcol-hero {
		padding: 24px 20px 40px !important;
	}
	#hcol-page.hauska-collection-page .hcol-hero ul.breadcrumb.us-breadcrumb {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px;
		margin: 0 !important;
		padding: 0 !important;
	}
	#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item,
	#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item,
	#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item a,
	#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item a {
		color: #A8A8A8 !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 16px !important;
		letter-spacing: 0.5px !important;
		text-transform: none !important;
	}
	#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item:last-child,
	#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item:last-child,
	#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item:last-child a {
		color: #221F20 !important;
	}
	#hcol-page.hauska-collection-page .hcol-hero .us-breadcrumb-item + .us-breadcrumb-item::before,
	#hcol-page.hauska-collection-page .hcol-hero .breadcrumb-item + .breadcrumb-item::before {
		display: inline-block;
		width: 10px;
		padding: 0 !important;
		margin: 0 2px 0 0;
		color: transparent !important;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath d='M3.5 2.5L6.5 5L3.5 7.5' stroke='%23C8C8C8' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
		content: "" !important;
	}
	.hcol-hero__title {
		margin: 16px 0 0 !important;
		padding: 0 !important;
		font-size: 24px !important;
		font-weight: 500 !important;
		line-height: 34px !important;
		letter-spacing: 3px !important;
	}

	.hcol-body {
		padding: 0 0 40px !important;
		gap: 0;
	}

	.hcol-catdd {
		position: relative;
		width: 100%;
		padding: 0 20px 8px;
		background: #fff;
	}
	.hcol-catdd__label {
		display: block;
		color: #A8A8A8;
		font-size: 12px;
		font-weight: 400;
		line-height: 16.5px;
	}
	.hcol-catdd__btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 4px;
		padding: 12px 0;
		border: 0;
		border-bottom: 1px solid rgba(34, 31, 32, 0.20);
		background: transparent;
		color: #221F20;
		font-family: Montserrat, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		cursor: pointer;
		text-align: left;
	}
	.hcol-catdd__btn svg {
		flex-shrink: 0;
		transition: transform 0.2s ease;
	}
	.hcol-catdd.is-open .hcol-catdd__btn svg {
		transform: rotate(180deg);
	}
	.hcol-catdd .hcol-tabs {
		display: none;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 100%;
		z-index: 40;
		margin: 8px 0 0;
		padding: 1px;
		border: 0;
		outline: 1px solid rgba(0, 0, 0, 0.10);
		outline-offset: -1px;
		background: #fff;
		box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05);
		flex-direction: column;
		overflow: visible;
	}
	.hcol-catdd.is-open .hcol-tabs {
		display: flex;
	}
	.hcol-catdd .hcol-tab {
		flex: none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding: 12px 16px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		color: rgba(34, 31, 32, 0.60);
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: left;
		white-space: normal;
	}
	.hcol-catdd .hcol-tab:last-child {
		border-bottom: 0;
	}
	.hcol-catdd .hcol-tab.is-on {
		color: #221F20;
		font-weight: 400;
		border-bottom-color: rgba(0, 0, 0, 0.05);
	}

	.hcol-toolbar {
		display: none !important;
	}
	.hcol-mbar {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		gap: 40px;
		padding: 0 20px;
		background: #fff;
	}
	.hcol-mbar__btn {
		flex: 1 1 0;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		padding: 16px 0;
		border: 0;
		background: none;
		color: #221F20;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-transform: capitalize;
		cursor: pointer;
	}
	.hcol-mbar__btn.is-filters {
		justify-content: flex-end;
	}
	.hcol-mbar__btn svg {
		flex-shrink: 0;
	}

	.hcol-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.3);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
		z-index: 10020;
	}
	body.hauska-collection-body.hcol-sort-open .hcol-overlay,
	body.hauska-collection-body.hcol-filters-open .hcol-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.hcol-sheet {
		display: flex;
		flex-direction: column;
		position: fixed;
		left: 0;
		right: 0;
		bottom: calc(var(--hauska-tabbar-h, 56px) + env(safe-area-inset-bottom, 0px));
		z-index: 10030;
		max-height: min(724px, calc(var(--hauska-vvh, 100svh) - 65px - var(--hauska-tabbar-h, 56px) - env(safe-area-inset-bottom, 0px)));
		background: #fff;
		border-radius: 16px 16px 0 0;
		transform: translateY(110%);
		transition: transform 0.35s ease;
		overflow: hidden;
	}
	.hcol-sheet[hidden] {
		display: flex !important;
		pointer-events: none;
	}
	body.hauska-collection-body.hcol-sort-open #hcol-sort-sheet,
	body.hauska-collection-body.hcol-filters-open #hcol-filters-sheet {
		transform: translateY(0);
		pointer-events: auto;
	}
	.hcol-sheet__head {
		display: flex;
		align-items: center;
		gap: 8px;
		flex: none;
		height: 65px;
		padding: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
	.hcol-sheet__title {
		color: #221F20;
		font-family: Montserrat, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.hcol-sheet__back,
	.hcol-sheet__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		padding: 0;
		border: 0;
		background: none;
		color: rgba(34, 31, 32, 0.5);
		font-family: Montserrat, sans-serif;
		font-size: 28px;
		font-weight: 400;
		line-height: 24px;
		cursor: pointer;
	}
	.hcol-sheet__back {
		width: 24px;
		height: 24px;
		color: #221F20;
	}
	.hcol-sheet__back[hidden] { display: none; }
	.hcol-sheet__close { margin-left: auto; }
	.hcol-sheet__list,
	.hcol-fsheet__home,
	.hcol-fsheet__panel {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.hcol-sheet__item,
	.hcol-fsheet__opt {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 16px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		color: rgba(34, 31, 32, 0.5);
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}
	.hcol-sheet__item:last-child,
	.hcol-fsheet__opt:last-child { border-bottom: 0; }
	.hcol-sheet__item.is-active,
	.hcol-fsheet__opt.is-on { color: #221F20; }
	.hcol-sheet__radio {
		flex-shrink: 0;
		width: 16px;
		height: 16px;
		border-radius: 99px;
		outline: 1px solid #221F20;
		outline-offset: -1px;
		box-sizing: border-box;
	}
	.hcol-sheet__item.is-active .hcol-sheet__radio::after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		margin: 4px auto;
		background: #221F20;
		border-radius: 99px;
	}
	.hcol-sheet__item:not(.is-active) .hcol-sheet__radio { display: none; }

	.hcol-fsheet__row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		padding: 16px 20px;
		border: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		background: #fff;
		cursor: pointer;
		text-align: left;
	}
	.hcol-fsheet__row::after {
		content: "";
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M6 4.5L10 8L6 11.5' stroke='%23221F20' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
	}
	.hcol-fsheet__row-label {
		color: #A8A8A8;
		font-family: Montserrat, sans-serif;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.hcol-fsheet__row-value {
		margin-left: auto;
		color: #221F20;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
	}
	.hcol-fsheet__opt input {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}
	.hcol-fsheet__opt span { flex: 1 1 auto; }
	.hcol-fsheet__opt.is-on::after {
		content: "";
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		border-radius: 99px;
		outline: 1px solid #221F20;
		outline-offset: -1px;
		background: radial-gradient(circle at center, #221F20 0 4px, transparent 4.5px);
	}
	.hcol-sheet__foot {
		display: flex;
		align-items: stretch;
		gap: 12px;
		margin-top: auto;
		padding: 16px 20px 20px;
		background: #fff;
	}
	.hcol-sheet__reset,
	.hcol-sheet__apply {
		flex: 1 1 0;
		padding: 12px;
		border: 0;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.hcol-sheet__reset {
		outline: 1px solid rgba(34, 31, 32, 0.3);
		outline-offset: -1px;
		background: #fff;
		color: rgba(34, 31, 32, 0.6);
	}
	.hcol-sheet__apply {
		background: #2A2826;
		color: #fff;
	}

	.hcol-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 16px 16px 28px;
	}
	.hcol-card {
		padding: 12px;
		gap: 4px;
	}
	.hcol-card__name {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 2px;
	}
	.hcol-card__meta {
		color: rgba(255, 255, 255, 0.85);
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 1px;
	}

	.hcol-more {
		padding: 0 16px 40px;
	}
	.hcol-more__btn {
		width: 100%;
		padding: 14px 16px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0;
	}
	.hcol-empty {
		padding: 40px 20px;
	}
}
