.wiix-filter {
	--wiix-bg: #f5f1eb;
	--wiix-card: #fff;
	--wiix-soft: #faf8f5;
	--wiix-ink: #000000;
	--wiix-text: #514b43;
	--wiix-muted: #9a9288;
	--wiix-line: #e8e1d8;
	--wiix-accent: #dd3333;
	--wiix-accent-dark: #714421;
	--wiix-navy: #171a22;
	width: 100%;
	color: var(--wiix-text);
}

.wiix-filter *,
.wiix-filter *::before,
.wiix-filter *::after {
	box-sizing: border-box;
}

.wiix-filter svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #dd3333;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wiix-filter button,
.wiix-filter input,
.wiix-filter select {}

.wiix-filter__intro {
	position: relative;
	max-width: 780px;
	margin: 0 auto clamp(30px, 4vw, 48px);
	padding: 0 20px;
	text-align: center;
}

.wiix-filter__intro::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin: 22px auto 0;
	border-radius: 99px;
	background: linear-gradient(90deg, transparent, var(--wiix-accent), transparent);
}

.wiix-filter__intro-kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 13px;
	color: var(--wiix-accent);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .22em;
	line-height: 1.3;
}

.wiix-filter__intro-kicker span {
	width: 28px;
	height: 1px;
	background: currentColor;
	opacity: .55;
}

.wiix-filter__intro h2 {
	margin: 0;
	color: var(--wiix-ink);
	font-size: clamp(30px, 4.2vw, 50px);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.wiix-filter__intro p {
	max-width: 620px;
	margin: 14px auto 0;
	color: #7e746a;
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 450;
	line-height: 1.7;
}

.wiix-filter input[type=search]:focus {
	background-color: unset;
	box-shadow: unset;
}

.wiix-filter button:focus-visible,
.wiix-filter input:focus-visible,
.wiix-filter select:focus-visible,
.wiix-filter a:focus-visible {
	/* outline: 3px solid rgba(154, 100, 56, .23);
	outline-offset: 2px; */
}

.wiix-filter__panel {
	padding: clamp(16px, 2.2vw, 16px);
	border: 1px solid #e7ddd2;
	border-radius: 16px;
	background: var(--wiix-card);
	box-shadow: 0 12px 38px rgba(55, 42, 28, .055);
}

.wiix-filter__mobile-toggle,
.wiix-filter__mobile-heading {
	display: none;
}

.wiix-filter__section {
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom: 1px solid var(--wiix-line);
}

.wiix-filter__status-budget {
	display: grid;
	grid-template-columns: minmax(330px, .9fr) minmax(0, 3.1fr);
	align-items: start;
	gap: clamp(22px, 2.4vw, 36px);
}

.wiix-filter__status-budget--budget-only {
	grid-template-columns: 1fr;
}

.wiix-filter__status-block {
	min-width: 0;
}

.wiix-filter__status-budget .wiix-filter__budget {
	min-width: 0;
	padding: 0 0 0 clamp(22px, 2.4vw, 36px);
	border-left: 1px solid var(--wiix-line);
}

.wiix-filter__status-budget--budget-only .wiix-filter__budget {
	padding-left: 0;
	border-left: 0;
}

.wiix-filter__eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	color:#000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	font-family: "Philosopher", sans-serif;
}

.wiix-filter__eyebrow>svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	color: #fff;
	stroke-width: 1.9;
}

.wiix-filter__category-shell {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.wiix-filter__category-nav {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--wiix-line);
	border-radius: 50%;
	background: #fff;
	color: var(--wiix-accent);
	box-shadow: 0 4px 12px rgba(55, 42, 28, .07);
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
}

.wiix-filter__category-nav:hover:not(:disabled) {
	border-color: var(--wiix-accent);
	color: #fff;
}
.wiix-product .wiix-product__footer svg {
    stroke: #fff;
}
.wiix-filter__category-nav:disabled {
	opacity: .28;
	cursor: default;
}

.wiix-filter__category-nav svg {
	width: 18px;
	height: 18px;
}

.wiix-filter__categories {
	display: flex;
	gap: 11px;
	padding: 2px 2px 5px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.wiix-filter__categories::-webkit-scrollbar {
	display: none;
}

.wiix-filter__category {
	position: relative;
	display: flex;
	width: 138px;
	flex: 0 0 138px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 126px;
	padding: 15px 10px 12px;
	border: 1px solid var(--wiix-line);
	border-radius: 12px;
	background: linear-gradient(145deg, #fcfbf9, #f6f2ed);
	text-align: center;
	cursor: pointer;
	scroll-snap-align: start;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
	margin: 0;
}

.wiix-filter__category:hover {
	border-color: #cbb7a4;
	transform: translateY(-3px);
}

.wiix-filter__category input,
.wiix-filter__tier input,
.wiix-filter__pill input,
.wiix-filter__color input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	margin: 0;
}

.wiix-filter__category:has(input:checked) {
	border-color: var(--wiix-accent);
	background: #fff;
	box-shadow: 0 3px 0 var(--wiix-accent), 0 10px 24px rgba(81, 55, 31, .11);
}

.wiix-filter__category-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border: 1px solid #b9a795;
	border-radius: 14px;
	color: #725a45;
	background: #fff;
}

.wiix-filter__category:has(input:checked) .wiix-filter__category-icon {
	border-color: var(--wiix-accent);
	color: #fff;
}

.wiix-filter__category strong {
	display: -webkit-box;
	color: #50483e;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.wiix-filter__category:has(input:checked) strong {
	color: var(--wiix-ink);
}

.wiix-filter__category small {
	position: absolute;
	top: 9px;
	right: 9px;
	display: grid;
	place-items: center;
	min-width: 23px;
	height: 23px;
	padding: 0 5px;
	border-radius: 99px;
	background: #f0ebe5;
	color: #8b7c6f;
	font-size: 10px;
	font-weight: 750;
}

.wiix-filter__tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 10px;
}

.wiix-filter__tier {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 64px;
	padding: 9px 11px;
	border: 1px solid var(--wiix-line);
	border-radius: 12px;
	background: linear-gradient(145deg, #fcfbf9, #f7f4f0);
	color: var(--wiix-ink);
	text-align: left;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
	margin: 0;
}

.wiix-filter__tier:hover {
	transform: translateY(-2px);
}

.wiix-filter__tier.is-active {
	border-color: var(--wiix-accent);
	background: #fff;
	box-shadow: 0 8px 22px rgba(78, 54, 31, .1);
}

.wiix-filter__tier-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border: 1px solid currentColor;
	border-radius: 13px;
	background: #fff;
}

.wiix-filter__tier--green {
	color: #248b6b;
}

.wiix-filter__tier--blue {
	color: #5778ad;
}

.wiix-filter__tier--gold {
	color: #b98225;
}

.wiix-filter__tier--red {
	color: #a8544c;
}

.wiix-filter__tier strong,
.wiix-filter__tier small {
	display: block;
}

.wiix-filter__tier strong {
	color: var(--wiix-ink);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

.wiix-filter__tier small {
	margin-top: 3px;
	color: #a1abc4;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.2;
}

.wiix-filter__availability,
.wiix-filter__colors {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wiix-filter__attribute-section {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.wiix-filter__attribute-group {
	min-width: 0;
}

.wiix-filter__attribute-group .wiix-filter__eyebrow {
	margin-bottom: 12px;
}

.wiix-filter__availability {
	display: flex;
	flex-wrap: nowrap;
}

.wiix-filter__pill,
.wiix-filter__color {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 6px 12px;
	border: 1px solid var(--wiix-line);
	border-radius: 8px;
	background: var(--wiix-soft);
	color: var(--wiix-ink);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.wiix-filter__pill--wide {
	flex: 1 1 0;
	width: auto;
	min-width: 145px;
	min-height: 44px;
	white-space: nowrap;
	margin: 0;
}

.wiix-filter__attribute-group .wiix-filter__pill {
	min-height: 38px;
}

.wiix-filter__status-section .wiix-filter__availability {
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.wiix-filter__status-section .wiix-filter__pill--wide {
	flex: 0 0 auto;
	min-width: 180px;
}

.wiix-filter__pill svg {
	width: 20px;
	height: 20px;
	color: #536180;
}

.wiix-filter__pill:has(input:checked),
.wiix-filter__color:has(input:checked) {
	border-color: var(--wiix-accent);
	background: #fff;
	box-shadow: 0 5px 15px rgba(82, 57, 34, .08);
}

.wiix-filter__color i {
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--wiix-swatch);
	box-shadow: 0 0 0 1px #cbd2e1;
}

.wiix-filter__color:has(input:checked) i {
	box-shadow: 0 0 0 2px var(--wiix-accent);
}

.wiix-filter__budget {
	padding-bottom: 0;
}

.wiix-filter__budget-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 12px;
}

.wiix-filter__budget-head .wiix-filter__eyebrow {
	margin: 0;
}

.wiix-filter__budget-value {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	color: var(--wiix-accent);
	font-size: 16px;
	font-weight: 850;
}

.wiix-filter__budget-value i {
	color: #b7a99c;
	font-style: normal;
	font-weight: 500;
}

.wiix-filter__budget-value .woocommerce-Price-amount {
	color: inherit;
}

.wiix-filter__range {
	--range-progress: 100%;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.wiix-filter__range::-webkit-slider-runnable-track {
	width: 100%;
	height: 7px;
	border-radius: 99px;
	background: linear-gradient(to right, var(--wiix-accent) 0 var(--range-progress), #e8e1d9 var(--range-progress) 100%);
}

.wiix-filter__range::-moz-range-track {
	width: 100%;
	height: 7px;
	border-radius: 99px;
	background: #e8e1d9;
}

.wiix-filter__range::-moz-range-progress {
	height: 7px;
	border-radius: 99px;
	background: var(--wiix-accent);
}

.wiix-filter__range::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -6.5px;
	border: 0;
	border-radius: 50%;
	background: var(--wiix-accent);
	box-shadow: 0 0 0 5px rgba(154, 100, 56, .12);
	-webkit-appearance: none;
	appearance: none;
}

.wiix-filter__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: var(--wiix-accent);
	box-shadow: 0 0 0 5px rgba(154, 100, 56, .12);
}

.wiix-filter__range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 6px rgba(154, 100, 56, .22);
}

.wiix-filter__dual-range {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 2px;
}

.wiix-filter__range-track {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	height: 7px;
	border-radius: 99px;
	background: #e8e1d9;
	transform: translateY(-50%);
	overflow: hidden;
}

.wiix-filter__range-track span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background: var(--wiix-accent);
}

.wiix-filter__dual-range .wiix-filter__range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.wiix-filter__range--min {
	z-index: 3;
}

.wiix-filter__range--max {
	z-index: 4;
}

.wiix-filter__dual-range .wiix-filter__range::-webkit-slider-runnable-track {
	width: 100%;
	height: 7px;
	border: 0;
	background: transparent;
}

.wiix-filter__dual-range .wiix-filter__range::-moz-range-track,
.wiix-filter__dual-range .wiix-filter__range::-moz-range-progress {
	width: 100%;
	height: 7px;
	border: 0;
	background: transparent;
}

.wiix-filter__dual-range .wiix-filter__range::-webkit-slider-thumb {
	width: 21px;
	height: 21px;
	margin-top: -7px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--wiix-accent);
	box-shadow: 0 0 0 5px rgba(154, 100, 56, .12);
	cursor: grab;
	pointer-events: auto;
	-webkit-appearance: none;
	appearance: none;
}

.wiix-filter__dual-range .wiix-filter__range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--wiix-accent);
	box-shadow: 0 0 0 5px rgba(154, 100, 56, .12);
	cursor: grab;
	pointer-events: auto;
}

.wiix-filter__dual-range .wiix-filter__range:active::-webkit-slider-thumb,
.wiix-filter__dual-range .wiix-filter__range:active::-moz-range-thumb {
	cursor: grabbing;
}

.wiix-filter__range-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 2px;
	color: #a09589;
	font-size: 14px;
	font-weight: 750;
}

.wiix-filter__range-labels .woocommerce-Price-currencySymbol {
	margin-left: 2px;
}

.wiix-filter__panel-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.wiix-filter__active {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
	min-width: 0;
}

.wiix-filter__active-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #9b8c7f;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
}

.wiix-filter__active-label svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--wiix-accent);
}

.wiix-filter__active-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.wiix-filter__active-items em {
	color: #000;
	font-size: 14px;
}

.wiix-filter__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 7px 6px 13px;
	border: 1px solid #ede4da;
	border-radius: 99px;
	background: #f3eee8;
	color: #705844;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	cursor: pointer;
	margin: 0;
	transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.wiix-filter__chip span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border-radius: 50%;
	background: rgba(112, 88, 68, .09);
	color: #806750;
	line-height: 1;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.wiix-filter__chip span svg {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	stroke-width: 2.2;
}

.wiix-filter__chip:hover {
	border-color: #d8bda6;
	background: #fff;
	color: var(--wiix-accent-dark);
	box-shadow: 0 4px 12px rgba(70, 48, 28, .07);
}

.wiix-filter__chip:hover span {
	background: var(--wiix-accent);
	color: #fff;
	transform: rotate(90deg);
}

.wiix-filter__chip:focus-visible {
	border-color: var(--wiix-accent);
	background: #fff;
}

.wiix-filter__reset {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9b8c7f;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
	margin: 0;
}

.wiix-filter__reset:hover {
	color: var(--wiix-accent);
}

.wiix-filter__reset svg {
	width: 19px;
	height: 19px;
}

.wiix-filter__content {
	position: relative;
	margin-top: 28px;
}

.wiix-filter__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 18px 22px;
	border: 1px solid var(--wiix-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(54, 42, 29, .07);
}

.wiix-filter__search {
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(48%, 560px);
	padding: 0 17px;
	border: 1px solid #e4ddd5;
	border-radius: 8px;
	background: #faf8f5;
	color: #a09184;
	transition: border-color .2s ease, box-shadow .2s ease;
	margin: 0;
}

.wiix-filter__search:focus-within {
	border-color: #b99677;
	box-shadow: 0 0 0 3px rgba(154, 100, 56, .09);
}

.wiix-filter__search svg {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.wiix-filter__search input {
	width: 100%;
	height: 46px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--wiix-ink);
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	box-shadow: none;
}

.wiix-filter__search input::placeholder {
	color: #aaa096;
}

.wiix-filter__toolbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	min-width: 0;
}

.wiix-filter__count {
	margin: 0 8px 0 0;
	color: #6e665d;
	font-size: 14px;
	font-weight: 650;
	white-space: nowrap;
}

.wiix-filter__count strong {
	color: var(--wiix-ink);
	font-weight: 850;
}

.wiix-filter__sort {
	position: relative;
	display: block;
	margin: 0;
}

.wiix-filter__sort select {
	height: 46px;
	max-width: 210px;
	padding: 0 42px 0 15px;
	border: 1px solid #e4ddd5;
	border-radius: 8px;
	outline: 0;
	background: #faf8f5;
	color: var(--wiix-ink);
	font-size: 14px;
	font-weight: 750;
	appearance: none;
	cursor: pointer;
	margin: 0;
}

.wiix-filter__sort>svg {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 19px;
	height: 19px;
	color: #9c8d80;
	transform: translateY(-50%);
	pointer-events: none;
}

.wiix-filter__views {
	display: flex;
	align-items: center;
	padding: 4px;
	border: 1px solid #e4ddd5;
	border-radius: 8px;
	background: #faf8f5;
}

.wiix-filter__views button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #a09387;
	cursor: pointer;
	margin: 0;
}

.wiix-filter__toolbar-actions select {
	margin: 0;
}

.wiix-filter__views button.is-active {
	background: #fff;
	color: var(--wiix-accent);
	box-shadow: 0 3px 9px rgba(67, 48, 30, .11);
}

.wiix-filter__views svg {
	width: 20px;
	height: 20px;
}

.wiix-filter__status {
	position: sticky;
	z-index: 6;
	top: 20px;
	width: max-content;
	max-width: 90%;
	margin: 14px auto -45px;
	padding: 9px 15px;
	border-radius: 99px;
	background: rgba(17, 24, 39, .93);
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s ease;
}

.wiix-filter.is-loading .wiix-filter__status,
.wiix-filter__status.is-error:not(:empty) {
	opacity: 1;
}

.wiix-filter.is-loading .wiix-filter__results {
	opacity: .45;
	pointer-events: none;
}

.wiix-filter__results {
	min-height: 360px;
	margin-top: 35px;
	transition: opacity .2s ease;
}

.wiix-products {
	display: grid;
	grid-template-columns: repeat(var(--columns, 4), minmax(0, 1fr));
	gap: clamp(16px, 2vw, 16px);
}

.wiix-product {
	position: relative;
	min-width: 0;
	border: 1px solid #e8e1d9;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(55, 42, 29, .08);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.wiix-product:hover {
	transform: translateY(-2px);
	border-color: #d9cabb;
	box-shadow: 0 20px 42px rgba(55, 42, 29, .14);
}

.wiix-product__media {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #f2eee9;
	overflow: hidden;
}

.wiix-product__media>a {
	display: block;
	width: 100%;
	height: 100%;
}

.wiix-product__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .4s ease;
}

.wiix-product:hover .wiix-product__media img {
	transform: scale(1.035);
}

.wiix-product__badges {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	display: grid;
	justify-items: start;
	gap: 6px;
	max-width: calc(100% - 75px);
}

.wiix-product__badge {
	display: block;
	max-width: 100%;
	padding: 7px 12px;
	border-radius: 99px;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: .02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wiix-product__badge--dark {
	background: rgba(23, 26, 34, .92);
	backdrop-filter: blur(5px);
}

.wiix-product__badge--accent {
	width: fit-content;
	background: var(--wiix-accent);
}

.wiix-product__favorite {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: #6c6259;
	box-shadow: 0 5px 14px rgba(57, 43, 28, .13);
	cursor: pointer;
	margin: 0;
}

.wiix-product__favorite svg {
	width: 21px;
	height: 21px;
}

.wiix-product__favorite[aria-pressed="true"] {
	color: var(--wiix-accent);
	background: #fff8f1;
}

.wiix-product__favorite[aria-pressed="true"] svg {
	fill: currentColor;
}

.wiix-product__body {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.wiix-product__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	color: #a09285;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.wiix-product__meta>span:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wiix-product__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	color: #f4a600;
}

.wiix-product__rating svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	stroke: currentColor;
}

.wiix-product__title {
	display: -webkit-box;
	margin: 0 0 10px;
	color: var(--wiix-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wiix-product__title a {
	color: inherit;
	text-decoration: none;
}

.wiix-product__title a:hover {
	color: var(--wiix-accent);
}

.wiix-product__excerpt {
	display: -webkit-box;
	margin: 0 0 18px;
	color: #7d746b;
	font-size: 14px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}

.wiix-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #eee8e1;
}

.wiix-product__price {
	display: flex;
	flex-direction: column;
	color: var(--wiix-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	gap: 5px;
}

.wiix-product__price ins {
	order: -1;
	background: none;
	color: var(--wiix-ink);
	text-decoration: none;
}

.wiix-product__price ins span {
	font-weight: 900;
	color: #dd3333;
}

.wiix-product__price del {
	color: #aaa096;
	font-size: 11px;
	font-weight: 650;
	opacity: 1;
}

.wiix-product__cart.button {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: var(--wiix-accent);
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	margin: 0;
}

.wiix-product__cart.button:hover,
.wiix-product__cart.button:focus {
	background: var(--wiix-accent-dark);
	color: #fff;
}

.wiix-product__cart svg {
	width: 21px;
	height: 21px;
}

.wiix-product__cart.added::after,
.wiix-product__cart.loading::after {
	position: absolute;
}

.wiix-filter.is-list-view .wiix-products {
	grid-template-columns: 1fr 1fr;
}

.wiix-filter.is-list-view .wiix-product {
	display: grid;
	grid-template-columns: minmax(240px, 31%) minmax(0, 1fr);
}

.wiix-filter.is-list-view .wiix-product__media {
	height: 100%;
	min-height: 255px;
	aspect-ratio: auto;
}

.wiix-filter.is-list-view .wiix-product__body {
	padding: 28px 30px;
}

.wiix-filter.is-list-view .wiix-product__title {
	min-height: auto;
	font-size: 20px;
}

.wiix-filter.is-list-view .wiix-product__excerpt {
	-webkit-line-clamp: 3;
}

.wiix-filter__empty {
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 360px;
	padding: 45px 20px;
	border: 1px dashed #d9cfc4;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.wiix-filter__empty>svg {
	width: 54px;
	height: 54px;
	color: var(--wiix-accent);
}

.wiix-filter__empty h3 {
	margin: 15px 0 6px;
	color: var(--wiix-ink);
	font-size: 18px;
}

.wiix-filter__empty p,
.wiix-filter__muted {
	margin: 0;
	color: var(--wiix-muted);
	font-size: 14px;
}

.wiix-filter__pages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 38px;
}

.wiix-filter__pages .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--wiix-line);
	border-radius: 50%;
	background: #fff;
	color: var(--wiix-ink);
	text-decoration: none;
	font-size: 14px;
	font-weight: 750;
	width: 42px;
}

.wiix-filter__pages .current {
	border-color: var(--wiix-accent);
	background: var(--wiix-accent);
	color: #fff;
}

.wiix-filter__pages a:hover {
	border-color: var(--wiix-accent);
	color: var(--wiix-accent);
}

@media (max-width: 1180px) {
	.wiix-filter__tiers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wiix-filter__availability {
		flex-direction: column;
	}

	.wiix-filter__toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.wiix-filter__search {
		width: 100%;
		max-width: none;
	}

	.wiix-filter__toolbar-actions {
		justify-content: space-between;
	}

	.wiix-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 980px) {
	.wiix-filter__status-budget {
		grid-template-columns: 1fr;
	}

	.wiix-filter__status-budget .wiix-filter__budget {
		padding-top: 22px;
		padding-left: 0;
		border-top: 1px solid var(--wiix-line);
		border-left: 0;
	}

	.wiix-filter__status-budget--budget-only .wiix-filter__budget {
		padding-top: 0;
		border-top: 0;
	}

	.wiix-filter__availability {
		flex-direction: row;
	}
}

@media (max-width: 820px) {
	.wiix-filter__attribute-section {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.wiix-filter__category-shell {
		display: block;
	}

	.wiix-filter__category-nav {
		display: none;
	}

	.wiix-filter__panel {
		position: fixed;
		z-index: 100001;
		top: 0;
		left: 0;
		width: min(600px, 92vw);
		height: 100dvh;
		padding: 25px;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		transform: translateX(-105%);
		transition: transform .28s ease;
	}

	.wiix-filter__panel.is-open {
		transform: translateX(0);
	}

	.wiix-filter__mobile-toggle {
		display: inline-flex;
		align-items: center;
		gap: 9px;
		margin-bottom: 18px;
		padding: 12px 16px;
		border: 1px solid var(--wiix-line);
		border-radius: 8px;
		background: #fff;
		color: var(--wiix-ink);
		font-size: 13px;
		font-weight: 600;
		cursor: pointer;
		margin: 0;
		margin-bottom: 15px;
	}

	.wiix-filter__mobile-toggle svg {
		width: 20px;
		height: 20px;
	}

	.wiix-filter__mobile-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.wiix-filter__mobile-heading span,
	.wiix-filter__mobile-heading strong {
		display: block;
	}

	.wiix-filter__mobile-heading span {
		color: var(--wiix-muted);
		font-size: 10px;
		font-weight: 600;
		letter-spacing: .1em;
	}

	.wiix-filter__mobile-heading strong {
		margin-top: 3px;
		color: var(--wiix-ink);
		font-size: 19px;
	}

	.wiix-filter__close {
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--wiix-ink);
		font-size: 32px;
		line-height: 1;
		cursor: pointer;
	}

	.wiix-filter__backdrop {
		position: fixed;
		z-index: 100000;
		inset: 0;
		background: rgba(16, 25, 44, .55);
	}

	body.wiix-filter-lock {
		overflow: hidden;
	}

	.wiix-filter__section--split {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.wiix-filter__panel-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.wiix-filter__toolbar {
		margin-top: 0;
	}

	.wiix-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 600px) {
	.wiix-filter.is-list-view .wiix-products{
		grid-template-columns: 1fr;
	}
	.wiix-filter.is-list-view .wiix-product__body{
		padding: 10px;
	}
	.wiix-filter.is-list-view .wiix-product__title {
		font-size: 16px;
	}
	.wiix-filter__budget-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.wiix-filter__budget-value {
		justify-content: flex-start;
		font-size: 13px;
	}

	.wiix-filter__range-labels {
		font-size: 12px;
	}

	.wiix-filter__intro {
		margin-bottom: 26px;
		padding: 0 10px;
	}

	.wiix-filter__intro-kicker {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.wiix-filter__intro h2 {
		font-size: 29px;
	}

	.wiix-filter__intro p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.6;
	}

	.wiix-filter__intro::after {
		margin-top: 17px;
	}

	.wiix-filter__content {
		margin-top: 0;
	}

	.wiix-filter__toolbar {
		min-height: 0;
		padding: 15px;
		border-radius: 17px;
	}

	.wiix-filter__toolbar-actions {
		display: grid;
		grid-template-columns: 1fr auto;
	}

	.wiix-filter__count {
		grid-column: 1 / -1;
		margin: 0;
	}

	.wiix-filter__sort select {
		width: 100%;
		max-width: none;
	}

	.wiix-filter__tiers {
		grid-template-columns: 1fr;
	}

	.wiix-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.wiix-product__media {
		aspect-ratio: 1 / 1;
	}

	.wiix-product__badges {
		top: 9px;
		left: 9px;
		gap: 4px;
		max-width: calc(100% - 52px);
	}

	.wiix-product__badge {
		padding: 5px 8px;
		font-size: 8px;
	}

	.wiix-product__favorite {
		top: 9px;
		right: 9px;
		width: 34px;
		height: 34px;
	}

	.wiix-product__favorite svg {
		width: 18px;
		height: 18px;
	}

	.wiix-product__body {
		padding: 14px 13px 13px;
	}

	.wiix-product__meta {
		margin-bottom: 7px;
		font-size: 8px;
	}

	.wiix-product__rating {
		gap: 2px;
	}

	.wiix-product__rating svg {
		width: 12px;
		height: 12px;
	}

	.wiix-product__title {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.55;
	}

	.wiix-product__excerpt {
		display: none;
	}

	.wiix-product__footer {
		gap: 8px;
		padding-top: 12px;
	}

	.wiix-product__price {
		font-size: 13px;
	}

	.wiix-product__price del {
		font-size: 9px;
	}

	.wiix-product__cart.button {
		width: 37px;
		height: 37px;
		min-width: 37px;
		border-radius: 11px;
	}

	.wiix-product__cart svg {
		width: 18px;
		height: 18px;
	}

	.wiix-filter.is-list-view .wiix-product {
		display: grid;
		    grid-template-columns: minmax(160px, 31%) minmax(0, 1fr);
	}

	.wiix-filter.is-list-view .wiix-product__media {
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.wiix-filter__pages .prev span,
	.wiix-filter__pages .next span {
		display: none;
	}
}

@media (max-width: 480px) {
	.wiix-filter__availability {
		flex-direction: column;
	}

	.wiix-filter__status-section .wiix-filter__availability {
		flex-direction: column;
	}

	.wiix-filter__status-section .wiix-filter__pill--wide {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.wiix-products {
		grid-template-columns: 1fr;
	}

	.wiix-product__body {
		padding: 16px;
	}

	.wiix-product__title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.wiix-filter *,
	.wiix-filter *::before,
	.wiix-filter *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
