.wccaf-filter {
	position: static;
	top: auto;
	width: 100%;
}

.wccaf-filter-inner {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px;
	background: #f7f4ee;
	border: 1px solid #d9d1c3;
	border-radius: 18px;
}

.wccaf-filter-header {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wccaf-filter-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	color: #1e1f1b;
}

.wccaf-results-count {
	font-size: 14px;
	color: #666050;
}

.wccaf-search-input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #c8bea9;
	border-radius: 12px;
	background: #fffdfa;
}

.wccaf-filter-group {
	border-bottom: 1px solid rgba(30, 31, 27, 0.08);
	padding-bottom: 14px;
	background: transparent;
}

.wccaf-filter-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	color: #1e1f1b;
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.wccaf-filter-toggle:hover,
.wccaf-filter-toggle:focus,
.wccaf-filter-toggle:focus-visible,
.wccaf-filter-toggle:active {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	outline: none;
}

.wccaf-filter-toggle::before,
.wccaf-filter-toggle::after,
.wccaf-filter-toggle span,
.wccaf-filter-toggle > span,
.wccaf-filter-toggle .wccaf-filter-icon,
.wccaf-filter-toggle .wccaf-filter-icon-closed,
.wccaf-filter-toggle .wccaf-filter-icon-open {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.wccaf-filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: transparent;
	color: currentColor;
	font-size: 14px;
	line-height: 1;
}

.wccaf-filter-icon-closed,
.wccaf-filter-icon-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.wccaf-filter-toggle[aria-expanded="true"] .wccaf-filter-icon-closed,
.wccaf-filter-toggle[aria-expanded="false"] .wccaf-filter-icon-open {
	display: none;
}

.wccaf-filter-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 14px;
	padding: 0;
	background: transparent;
}

.wccaf-filter-options[hidden] {
	display: none;
}

.wccaf-filter-option {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #2f302a;
	background: transparent;
}

.wccaf-filter-option input {
	margin: 0;
	accent-color: #1e1f1b;
}

.wccaf-clear-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid #1e1f1b;
	border-radius: 999px;
	background: transparent;
	color: #1e1f1b;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.wccaf-clear-button:hover,
.wccaf-clear-button:focus-visible {
	opacity: 0.82;
}

.wccaf-loading {
	opacity: 0.55;
	pointer-events: none;
}

.wccaf-products-loading {
	opacity: 0.35;
	transform: translateY(8px);
	filter: blur(2px);
	transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
}

.wccaf-products-enter {
	animation: wccaf-products-enter 0.32s ease;
}

.wccaf-filter-preview .wccaf-results-count {
	font-style: italic;
}

.wccaf-filter-preview .wccaf-search-input,
.wccaf-filter-preview .wccaf-clear-button,
.wccaf-filter-preview .wccaf-filter-option input {
	cursor: default;
}

.wccaf-no-results {
	padding: 18px;
	border-radius: 14px;
	background: #f7f4ee;
	color: #1e1f1b;
}

.wccaf-no-results-grid {
	grid-column: 1 / -1;
	width: 100%;
}

.wccaf-elementor-grid,
.wccaf-elementor-grid *,
.wccaf-elementor-grid a,
.wccaf-elementor-grid button,
.wccaf-elementor-grid .e-loop-item,
.wccaf-elementor-grid .product,
.wccaf-elementor-grid .elementor-element,
.wccaf-elementor-grid .elementor-widget,
.wccaf-elementor-grid .elementor-widget-container {
	pointer-events: auto;
}

.wccaf-empty-product {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.wccaf-item-hidden {
	display: none !important;
}

@keyframes wccaf-products-enter {
	from {
		opacity: 0.35;
		transform: translateY(10px);
		filter: blur(2px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@media (max-width: 767px) {
	.wccaf-filter {
		position: static;
	}
}
