.bds2-product-archive .shop-page-title.category-page-title,
.bds2-product-archive .woocommerce-result-count,
.bds2-product-archive .woocommerce-ordering {
	display: none !important;
}

.bds2-product-archive .category-page-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.bds2-product-archive .hslands-shop-sidebar-column {
	flex: 0 0 320px;
	max-width: 320px;
	margin-bottom: 0;
}

.bds2-product-archive .hslands-shop-products-column {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(100% - 320px);
}

.bds2-product-archive .hslands-shop-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hslands-archive-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

.hslands-archive-filter,
.hslands-archive-locations {
	background: #ffffff;
	border: 1px solid #d9d9d9;
}

.hslands-archive-mobile-bar,
.hslands-archive-mobile-close,
.hslands-archive-mobile-backdrop {
	display: none;
}

.hslands-archive-filter__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hslands-archive-filter__tab {
	border: 0;
	background: #f2f2f2;
	color: #222222;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 5px;
	text-align: center;
	cursor: pointer;
	margin: 0;
	min-height: 54px;
}

.hslands-archive-filter__tab.is-active {
	background: #0f70b8;
	color: #ffffff;
}

.hslands-archive-filter__form {
	padding: 12px;
}

.hslands-archive-filter__field + .hslands-archive-filter__field,
.hslands-archive-filter__verified,
.hslands-archive-filter__advanced,
.hslands-archive-filter__actions {
	margin-top: 10px;
}

.hslands-archive-filter__verified {
	padding: 2px 0;
}

.hslands-verified-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d7dde4;
	border-radius: 16px;
	background: #ffffff;
	cursor: pointer;
}

.hslands-verified-toggle__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #1f2937;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.hslands-verified-toggle__label img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex: 0 0 auto;
}

.hslands-verified-toggle__control {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.hslands-verified-toggle__control input {
	position: absolute;
	inset: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

.hslands-verified-toggle__slider {
	position: relative;
	display: block;
	width: 56px;
	height: 32px;
	border-radius: 999px;
	background: #d1d5db;
	transition: background 0.2s ease;
}

.hslands-verified-toggle__slider::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
	transition: transform 0.2s ease;
}

.hslands-verified-toggle__control input:checked + .hslands-verified-toggle__slider {
	background: #0f9b8e;
}

.hslands-verified-toggle__control input:checked + .hslands-verified-toggle__slider::after {
	transform: translateX(24px);
}

.hslands-verified-toggle__control input:focus-visible + .hslands-verified-toggle__slider {
	outline: 2px solid #0f70b8;
	outline-offset: 2px;
}

.hslands-archive-filter__field input,
.hslands-archive-filter__field select {
	width: 100%;
	height: 42px;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
	padding: 0 12px;
	color: #545454;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

.hslands-archive-filter__field input::placeholder {
	color: #9b9b9b;
}

.hslands-archive-filter__field select {
	background-image:
		linear-gradient(45deg, transparent 50%, #767676 50%),
		linear-gradient(135deg, #767676 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 4px),
		calc(100% - 10px) calc(50% - 4px);
	background-size: 7px 7px, 7px 7px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.hslands-archive-filter__field input:focus,
.hslands-archive-filter__field select:focus {
	outline: none;
	border-color: #b9c5d0;
	box-shadow: none;
}

.hslands-archive-filter__advanced {
	display: none;
}

.hslands-archive-filter__advanced.is-open {
	display: block;
}

.hslands-archive-filter__advanced-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hslands-archive-filter__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.hslands-archive-filter__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	padding: 0;
	color: #0f70b8;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	min-width: 0;
}

.hslands-archive-filter__toggle i {
	font-size: 10px;
	transition: transform 0.2s ease;
}

.hslands-archive-filter__toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.hslands-archive-filter__submit {
	flex: 0 0 auto;
	border: 0;
	background: #0f70b8;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	padding: 10px 10px;
	cursor: pointer;
	margin: 0;
	max-width: 100%;
}

.hslands-archive-filter__submit:hover,
.hslands-archive-filter__submit:focus {
	background: #0d66a7;
	color: #ffffff;
}

.hslands-archive-locations__title {
	background: #0f70b8;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 14px 16px;
}

.hslands-archive-locations__list {
	max-height: 420px;
	overflow-y: auto;
}

.hslands-archive-location + .hslands-archive-location {
	border-top: 1px solid #ececec;
}

.hslands-archive-location__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	border: 0;
	background: #f2f2f2;
	color: #2b2b2b;
	padding: 14px 16px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
	margin: 0;
}

.hslands-archive-location__toggle i {
	color: #0f70b8;
	font-size: 11px;
	transition: transform 0.2s ease;
}

.hslands-archive-location.is-open .hslands-archive-location__toggle i {
	transform: rotate(90deg);
}

.hslands-archive-location__panel {
	display: none;
	background: #ffffff;
	padding: 0 16px 14px;
}

.hslands-archive-location.is-open .hslands-archive-location__panel {
	display: block;
}

.hslands-archive-location__children {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-left: 18px;
}

.hslands-archive-location__child {
	display: block;
	color: #4f4f4f;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
}

.hslands-archive-location__child:hover,
.hslands-archive-location__child.is-active {
	color: #0f70b8;
}

@media (max-width: 849px) {
	.bds2-product-archive .category-page-row {
		display: flex;
		flex-direction: column;
	}

	.bds2-product-archive .hslands-shop-products-column {
		order: 1;
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}

	.bds2-product-archive .hslands-shop-sidebar-column {
		order: 2;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(86vw, 340px);
		max-width: min(86vw, 340px);
		z-index: 9999;
		background: #ffffff;
		transform: translateX(-104%);
		transition: transform 0.24s ease;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
	}

body.hslands-archive-sidebar-open .hslands-shop-sidebar-column {
	transform: translateX(0);
}

	.bds2-product-archive .hslands-shop-sidebar {
		position: relative;
		min-height: 100%;
		padding: 14px 12px 20px;
		gap: 14px;
	}

	.hslands-archive-mobile-bar {
		display: flex;
		justify-content: flex-start;
		margin-bottom: 14px;
	}

	.hslands-archive-mobile-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		border: 0;
		background: #0f70b8;
		color: #ffffff;
		font-size: 13px;
		font-weight: 800;
		line-height: 1;
		padding: 11px 14px;
		border-radius: 999px;
	}

	.hslands-archive-mobile-close {
		position: sticky;
		top: 0;
		z-index: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		margin-left: auto;
		border: 0;
		border-radius: 999px;
		background: #f3f5f8;
		color: #2d2d2d;
	}

	.hslands-archive-mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 9990;
		background: rgba(17, 24, 39, 0.38);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
	}

	body.hslands-archive-sidebar-open .hslands-archive-mobile-backdrop {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}

	body.hslands-archive-sidebar-open {
		overflow: hidden;
	}

	.hslands-archive-sidebar {
		margin-bottom: 0;
	}

	.hslands-archive-filter__tab {
		padding: 5px 5px;
		font-size: 12px;
		min-height: 48px;
	}

	.hslands-archive-filter__form {
		padding: 10px;
	}

	.hslands-archive-filter__field + .hslands-archive-filter__field,
	.hslands-archive-filter__advanced,
	.hslands-archive-filter__actions {
		margin-top: 8px;
	}

	.hslands-archive-filter__field input,
	.hslands-archive-filter__field select {
		height: 40px;
		font-size: 13px;
		padding: 0 10px;
	}

	.hslands-archive-filter__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.hslands-archive-filter__toggle {
		flex: 1 1 auto;
		white-space: normal;
		line-height: 1.35;
	}

	.hslands-archive-filter__submit {
		min-width: 128px;
		padding: 11px 12px;
		font-size: 12px;
	}

	.hslands-archive-locations__title {
		font-size: 14px;
		padding: 13px 14px;
	}

	.hslands-archive-locations__list {
		max-height: 300px;
	}

	.hslands-archive-location__toggle {
		padding: 12px 14px;
		font-size: 12px;
	}
}
