.woo-dropdown-filters-container-3e13d48d.vertical-sidebar-3e13d48d {
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
	max-width: 320px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.filters-form-3e13d48d {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
}
.filter-group-3e13d48d {
	display: flex;
	flex-direction: column;
}
.filter-group-3e13d48d label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.filter-select-3e13d48d {
	height: 44px;
	padding: 0 12px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background-color: #fafafa;
	font-size: 14px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	transition: border-color 0.2s, background-color 0.2s;
}
.filter-select-3e13d48d:focus {
	border-color: #000;
	background-color: #fff;
}
.filter-actions-3e13d48d {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 10px;
	align-items: center;
}
.filter-btn-3e13d48d {
	height: 44px;
	border: none;
	border-radius: 6px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
	text-align: center;
}
.filter-btn-3e13d48d:hover {
	opacity: 0.9;
}
.clear-btn-3e13d48d {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.clear-btn-3e13d48d:hover {
	color: #ff0000;
	text-decoration: underline;
}
