body.archive.post-type-archive.post-type-archive-product nav.woocommerce-breadcrumb,
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header {
    display: none;
}
body.archive.post-type-archive.post-type-archive-product .outer.test123 {
    display: inline-block;
	width: 100%;
}
.csf-filter-form {
	margin: 0 0 1.25rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.csf-filter-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0;
	border: 1px solid #b7cce2;
	background: linear-gradient(180deg, #bad2e8 0%, #b2cae1 100%);
}

.csf-filter-grid--3 {
	grid-template-columns: repeat(3, minmax(220px, 1fr));
}

@media (max-width: 900px) {
	.csf-filter-grid--3 {
		grid-template-columns: 1fr;
	}
}

.csf-filter-group {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 11px 16px;
	border-right: 1px solid #d8e6f3;
}

.csf-filter-group:last-child {
	border-right: 0;
}

.csf-filter-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.csf-dd {
	position: relative;
}

.csf-dd__button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #102030;
	cursor: pointer;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	min-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.csf-dd__button:focus {
	outline: 2px solid rgba(16, 32, 48, 0.25);
	outline-offset: 2px;
}

.csf-dd__button-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	display: block;
	max-width: calc(100% - 14px);
}

.csf-dd__chev {
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #102030;
	border-bottom: 1.5px solid #102030;
	transform: rotate(45deg);
	margin-top: -4px;
	flex: 0 0 auto;
}

.csf-dd__panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	background: #fff;
	border: 1px solid #9fb5cb;
	border-radius: 0;
	box-shadow: 0 10px 16px rgba(2, 6, 23, 0.18);
	z-index: 999;
	overflow: hidden;
}

.csf-dd__search {
	padding: 0.6rem;
	border-bottom: 1px solid #dbe7f3;
	background: #f8fbff;
}

.csf-dd__search-input {
	width: 100%;
	padding: 0.5rem 0.6rem;
	border: 1px solid #b7cce2;
	border-radius: 0;
	font-size: 12px;
	line-height: 1.2;
}

.csf-dd__options {
	max-height: 240px;
	overflow: auto;
}

.csf-dd__option {
	width: 100%;
	text-align: left;
	padding: 0.55rem 0.7rem;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #edf3f8;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2;
}

.csf-dd__option:hover,
.csf-dd__option:focus {
	background: #eef5fb;
	outline: none;
}

.csf-dd__option.is-selected {
	background: #101b4a;
	color: #fff;
}

.csf-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.csf-reset-button {
	text-decoration: none;
}

#cart-compare-form.csf-is-loading {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.18s ease;
}
