.accessories-collection-page .wpc-filters-open-button-container,
.accessories-collection-page .wpc-filters-widget-wrapper,
.accessories-collection-page .widget_wpc_filters_widget {
	display: none !important;
}

#haf-archive-root,
.haf-filter-shell {
	width: 100%;
}

.haf-open-button {
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 36px;
	padding: 6px 14px;
	border: 1px solid #151413;
	border-radius: 8px;
	background: #fff;
	color: #151413;
	font-family: "HarmonyOS Sans SC Medium", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.haf-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.haf-chips:empty {
	display: none;
}

.haf-chip-remove {
	border: 0;
	background: #f4f4f4;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	cursor: pointer;
}

.haf-section {
	width: 100%;
	margin-bottom: 28px;
}

.haf-section-title {
	margin: 0 0 16px;
	color: #151413;
	font-family: "HarmonyOS Sans SC Medium", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.haf-series-list,
.haf-option-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.haf-series-group {
	margin-bottom: 12px;
}

.haf-series-toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151413;
	font-family: "HarmonyOS Sans SC Regular", "HarmonyOS Sans SC Reguler", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
	text-align: left;
}

.haf-series-icon {
	font-size: 18px;
	line-height: 1;
}

.haf-series-group .haf-option-list {
	margin-top: 16px;
	padding-left: 16px;
}

.haf-series-group.is-flat .haf-option-list {
	margin-top: 0;
	padding-left: 0;
}

.haf-option {
	margin-bottom: 16px;
}

.haf-option label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #636262;
	font-family: "HarmonyOS Sans SC Regular", "HarmonyOS Sans SC Reguler", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.haf-option.is-empty {
	opacity: 1;
}

.haf-option.is-empty .haf-option-name {
	color: #b3b3b3;
}

.haf-option.is-empty label {
	cursor: not-allowed;
}

.accessories-collection-page .haf-section-title {
	color: #151413;
	font-family: "HarmonyOS Sans SC Medium", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.accessories-collection-page .haf-series-toggle {
	color: #151413;
	font-size: 14px;
	font-weight: 400;
}

.accessories-collection-page .haf-option label {
	color: #636262;
	font-size: 14px;
	font-weight: 400;
}

.accessories-collection-page .haf-option.is-empty .haf-option-name {
	color: #b3b3b3;
}

.haf-mobile-controls {
	display: none;
}

.haf-drawer-backdrop {
	display: none;
}

body.haf-drawer-open {
	overflow: hidden;
}

@media screen and (min-width: 993px) {
	.haf-drawer {
		display: block;
		position: static;
	}

	.haf-filter-panel {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.haf-open-button {
		display: inline-flex;
	}

	.haf-chips {
		display: none;
	}

	.haf-drawer {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 10000;
	}

	.haf-drawer.is-open {
		display: block;
	}

	.haf-drawer-backdrop {
		display: block;
		position: absolute;
		inset: 0;
		background: rgba(21, 20, 19, 0.45);
	}

	.haf-filter-panel {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 12%;
		overflow: auto;
		background: #fff;
		padding: 24px 20px 16px;
		border-radius: 20px 20px 0 0;
	}

	.haf-mobile-controls {
		display: flex;
		gap: 12px;
		position: sticky;
		bottom: 0;
		padding-top: 16px;
		background: #fff;
	}

	.haf-apply-button,
	.haf-cancel-button {
		flex: 1;
		text-align: center;
		text-decoration: none;
		padding: 12px 8px;
		border-radius: 8px;
		font-size: 14px;
	}

	.haf-apply-button {
		background: #151413;
		color: #fff;
	}

	.haf-cancel-button {
		color: #151413;
		background: #f4f4f4;
	}
}

.haf-pager {
	width: 100%;
	margin-top: 24px;
}

.haf-pager .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
