body.cpf-no-scroll {
	overflow: hidden;
}

body .cpf-toolbar {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 28px;
	border: 1px solid #d9d1c8;
	background: #ffffff;
}

body .cpf-toolbar__count {
	display: flex;
	align-items: center;
	padding: 18px 26px;
	font-size: 15px;
	font-weight: 500;
	color: #2b211c;
}

body .cpf-toolbar__actions {
	display: flex;
	align-items: stretch;
	margin-left: auto;
}

body .cpf-toolbar__ordering,
body .cpf-toolbar__ordering .woocommerce-ordering {
	margin: 0 !important;
	height: 100%;
}

body .cpf-toolbar__ordering select.orderby {
	height: 100%;
	min-width: 210px;
	border: 0;
	border-left: 1px solid #d9d1c8;
	padding: 18px 46px 18px 22px;
	font-size: 15px;
	color: #2b211c;
	background: #ffffff;
	outline: none;
	box-shadow: none;
}

body .cpf-toolbar__filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px !important;
	border: 0 !important;
	border-left: 1px solid #d9d1c8 !important;
	background: #ffffff !important;
	color: #2b211c !important;
	font-size: 15px !important;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body .cpf-toolbar__filter-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
}

body .cpf-toolbar__filter-icon svg {
	width: 100%;
	height: 100%;
}

body .cpf-toolbar__badge {
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1d1d1d;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
}

body .cpf-toolbar__badge.is-hidden {
	display: none;
}

body .cpf-results {
	position: relative;
	transition: opacity 0.2s ease;
}

body .cpf-results.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

body .cpf-results .woocommerce-pagination {
	margin-top: 28px;
}

body .cpf-drawer[hidden] {
	display: none !important;
}

body .cpf-drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

body .cpf-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
	opacity: 0;
	transition: opacity 0.28s ease;
}

body .cpf-drawer__panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(340px, 94vw) !important;
	background: #ffffff !important;
	box-shadow: 18px 0 44px rgba(0, 0, 0, 0.14) !important;
	transform: translateX(-100%);
	transition: transform 0.28s ease;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body .cpf-drawer.is-open .cpf-drawer__backdrop {
	opacity: 1;
}

body .cpf-drawer.is-open .cpf-drawer__panel {
	transform: translateX(0);
}

body .cpf-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #000000 !important;
	color: #ffffff !important;
	padding: 18px 14px 18px 18px !important;
}

body .cpf-drawer__header h2 {
	margin: 0;
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	color: #ffffff !important;
}

body .cpf-drawer__close,
body button.cpf-drawer__close {
	border: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	font-size: 38px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	padding: 0 !important;
	min-width: auto !important;
	box-shadow: none !important;
}

body .cpf-form {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

body .cpf-form__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body .cpf-section {
	border-bottom: 1px solid #d9d4cd !important;
}

body .cpf-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 12px;
	gap: 8px;
}

body .cpf-section__toggle,
body button.cpf-section__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0 14px 18px !important;
	background: #ffffff !important;
	border: 0 !important;
	color: #1c2433 !important;
	cursor: pointer !important;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 27px !important;
	font-weight: 400 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.02em;
	min-width: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	text-transform: none !important;
	white-space: normal !important;
}

body .cpf-section__chevron {
	flex: 0 0 auto;
	margin-left: 16px;
	font-size: 15px !important;
	color: #8d877f !important;
	transition: transform 0.2s ease;
}

body .cpf-section.is-open .cpf-section__chevron {
	transform: rotate(90deg);
}

body .cpf-section__clear,
body button.cpf-section__clear {
	border: 0 !important;
	background: transparent !important;
	color: #979086 !important;
	font-size: 12px !important;
	text-transform: lowercase !important;
	cursor: pointer !important;
	padding: 0 0 0 14px !important;
	box-shadow: none !important;
	min-width: auto !important;
	flex: 0 0 auto;
}

body .cpf-section__body {
	display: none;
	padding: 0 14px 14px 18px !important;
}

body .cpf-section.is-open .cpf-section__body {
	display: block;
}

body .cpf-section.is-scrollable .cpf-section__body {
	max-height: 240px;
	overflow-y: auto;
	padding-right: 10px;
}

body .cpf-option {
	display: grid;
	grid-template-columns: 16px 1fr auto;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: #232323;
	font-size: 13px;
	min-width: 0;
}

body .cpf-option input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 15px !important;
	height: 15px !important;
	border: 1px solid #8d877f !important;
	border-radius: 2px;
	background: #ffffff !important;
	margin: 0;
	cursor: pointer !important;
	position: relative;
	box-shadow: none !important;
}

body .cpf-option input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	inset: 2px;
	background: #171717;
}

body .cpf-option__label {
	line-height: 1.35;
	min-width: 0;
	word-break: break-word;
}

body .cpf-option__count {
	color: #8b867f !important;
	font-size: 13px !important;
}

body .cpf-price {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body .cpf-price__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #797066;
}

body .cpf-price__field input {
	height: 36px !important;
	padding: 0 10px !important;
	border: 1px solid #bfb8ae !important;
	background: #ffffff !important;
	color: #2b211c !important;
	font-size: 14px !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

body .cpf-form__footer {
	display: flex;
	gap: 12px;
	padding: 14px;
	margin-top: auto;
	border-top: 1px solid #ded8cf;
	background: #ffffff;
	flex: 0 0 auto;
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.05);
}

body .cpf-form__reset,
body .cpf-form__apply {
	flex: 1 1 50%;
	height: 42px;
	border-radius: 0 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	text-transform: none !important;
}

body .cpf-form__reset {
	border: 1px solid #e6ddd3 !important;
	background: #f7f2eb !important;
	color: #b85d55 !important;
}

body .cpf-form__apply {
	border: 1px solid #d8d1c8 !important;
	background: #E31C1C !important;
	color: #ffffff !important;
}

body .cpf-form__apply:disabled {
	opacity: 0.68;
	cursor: wait;
}

@media (max-width: 991px) {
	body .cpf-toolbar {
		flex-wrap: wrap;
	}

	body .cpf-toolbar__count {
		width: 100%;
		padding-bottom: 10px;
	}

	body .cpf-toolbar__actions {
		width: 100%;
		border-top: 1px solid #d9d1c8;
	}

	body .cpf-toolbar__ordering,
	body .cpf-toolbar__ordering .woocommerce-ordering,
	body .cpf-toolbar__ordering select.orderby,
	body .cpf-toolbar__filter-button {
		flex: 1 1 50%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	body .cpf-toolbar {
		margin-bottom: 18px;
	}

	body .cpf-toolbar__count,
	body .cpf-toolbar__ordering select.orderby,
	body .cpf-toolbar__filter-button {
		font-size: 14px !important;
	}

	body .cpf-section__toggle {
		font-size: 24px !important;
	}

	body .cpf-drawer__panel {
		width: min(340px, 100vw) !important;
	}

	body .cpf-price {
		grid-template-columns: 1fr;
	}

	body .cpf-form__footer {
		padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
	}
}
