/* Woonis Theme 2026 — collection catalog */
body.woonis-theme-2026.template-collection {
	background: var(--woonis-warm-white, #f8f6f2);
}

body.woonis-theme-2026 .w26-catalog {
	padding: 72px 0 96px;
	background: var(--woonis-warm-white, #f8f6f2);
	color: var(--woonis-ink, #090a08);
}

body.woonis-theme-2026 .w26-catalog__shell {
	width: min(100% - 48px, 1390px);
	margin: 0 auto;
}

body.woonis-theme-2026 .w26-catalog__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding: 0 0 38px;
	border-bottom: 1px solid var(--woonis-line, #e8e2d8);
}

body.woonis-theme-2026 .w26-catalog__kicker {
	margin: 0 0 16px;
	color: #7e857a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .28em;
	line-height: 1;
}

body.woonis-theme-2026 .w26-catalog__kicker span {
	color: #9ba096;
}

body.woonis-theme-2026 .w26-catalog__headline {
	max-width: 820px;
	margin: 0;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: clamp(48px, 5.2vw, 78px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .96;
}

body.woonis-theme-2026 .w26-catalog__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	padding-bottom: 4px;
}

body.woonis-theme-2026 .w26-catalog__count {
	white-space: nowrap;
	color: #8a8f86;
	font-size: 10px;
	font-weight: 500;
}

body.woonis-theme-2026 .w26-catalog__count b {
	font-weight: inherit;
}

body.woonis-theme-2026 .w26-catalog-sort {
	display: flex;
	align-items: center;
	gap: 14px;
}

body.woonis-theme-2026 .w26-catalog-sort label {
	margin: 0;
	color: #888e84;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-catalog-sort select {
	width: 178px;
	height: 44px;
	margin: 0;
	padding: 0 42px 0 16px;
	background-color: #fffefa;
	color: var(--woonis-ink, #090a08);
	border: 1px solid #dcd7cd;
	border-radius: 0;
	font: 500 12px/1.2 Inter, sans-serif;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-filter-toggle {
	display: none;
}

body.woonis-theme-2026 .w26-catalog__body {
	display: grid;
	grid-template-columns: 238px minmax(0, 1fr);
	gap: 54px;
	padding-top: 42px;
}

body.woonis-theme-2026 .w26-catalog__sidebar,
body.woonis-theme-2026 .w26-catalog__sidebar .filter-content,
body.woonis-theme-2026 .w26-catalog__sidebar .filter-container,
body.woonis-theme-2026 .w26-catalog__sidebar .aside-item,
body.woonis-theme-2026 .w26-catalog__sidebar .aside-content {
	position: static;
	width: auto;
	max-width: none;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

body.woonis-theme-2026 .w26-catalog__mobile-head {
	display: none;
}

body.woonis-theme-2026 .w26-catalog__sidebar .filter-container__selected-filter {
	display: none !important;
}

body.woonis-theme-2026 .w26-catalog__sidebar .w26-filter-group {
	padding: 0 0 34px;
	border-bottom: 1px solid #dcd8cf;
}

body.woonis-theme-2026 .w26-catalog__sidebar .w26-filter-group + .w26-filter-group {
	padding-top: 31px;
}

body.woonis-theme-2026 .w26-catalog__sidebar .aside-title,
body.woonis-theme-2026 .w26-catalog__sidebar .aside-title h2,
body.woonis-theme-2026 .w26-catalog__sidebar .aside-title h2 span {
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--woonis-ink, #090a08);
	border: 0;
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-catalog__sidebar .aside-title {
	margin-bottom: 21px;
}

body.woonis-theme-2026 .w26-catalog__sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woonis-theme-2026 .w26-filter-option {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

body.woonis-theme-2026 .w26-filter-option:last-child {
	margin-bottom: 0;
}

body.woonis-theme-2026 .w26-filter-option label {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	padding: 0;
	color: #747971;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-filter-option label:hover {
	color: var(--woonis-ink, #090a08);
}

body.woonis-theme-2026 .w26-filter-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.woonis-theme-2026 .w26-filter-option label > i {
	position: relative;
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin: 0;
	background: #fffefa;
	border: 1px solid #979d93;
	border-radius: 2px;
}

body.woonis-theme-2026 .filter-price .w26-filter-option label > i {
	border-radius: 50%;
}

body.woonis-theme-2026 .w26-filter-option input:checked + i {
	border-color: #7ea400;
}

body.woonis-theme-2026 .w26-filter-option input:checked + i::after {
	content: "";
	position: absolute;
	inset: 3px;
	background: #82aa00;
	border-radius: 1px;
}

body.woonis-theme-2026 .filter-price .w26-filter-option input:checked + i::after {
	border-radius: 50%;
}

body.woonis-theme-2026 .w26-filter-option input:focus-visible + i {
	outline: 2px solid var(--woonis-lime, #cfff36);
	outline-offset: 3px;
}

body.woonis-theme-2026 .w26-filter-option input:checked ~ span {
	color: var(--woonis-ink, #090a08);
}

body.woonis-theme-2026 .w26-filter-help {
	display: block;
	width: 100%;
	margin-top: 30px;
	padding: 19px 18px 17px;
	background: #fffefa;
	color: var(--woonis-ink, #090a08);
	border: 1px solid #ded9cf;
	border-radius: 0;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease;
}

body.woonis-theme-2026 .w26-filter-help:hover {
	background: #fff;
	color: var(--woonis-ink, #090a08);
	border-color: #b9b5ac;
	text-decoration: none;
}

body.woonis-theme-2026 .w26-filter-help:focus-visible {
	outline: 2px solid var(--woonis-lime, #cfff36);
	outline-offset: 3px;
}

body.woonis-theme-2026 .w26-filter-help__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin: 0 0 15px;
	color: #607700;
	border: 1px solid #88a600;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
}

body.woonis-theme-2026 .w26-filter-help strong {
	display: block;
	margin: 0 0 8px;
	color: var(--woonis-ink, #090a08);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-filter-help small {
	display: block;
	margin: 0;
	color: #82877f;
	font-size: 9.5px;
	line-height: 1.6;
}

body.woonis-theme-2026 .w26-filter-help__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	padding-top: 13px;
	color: var(--woonis-ink, #090a08);
	border-top: 1px solid #ded9cf;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.woonis-theme-2026 .w26-filter-help__action i {
	color: #86ad00;
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transition: transform .2s ease;
}

body.woonis-theme-2026 .w26-filter-help:hover .w26-filter-help__action i {
	transform: translateX(3px);
}

body.woonis-theme-2026 .w26-catalog__results {
	min-width: 0;
}

body.woonis-theme-2026 .w26-catalog .category-products,
body.woonis-theme-2026 .w26-catalog .products-view,
body.woonis-theme-2026 .w26-catalog .products-view-grid {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .w26-catalog .products-view-grid > .row {
	margin-right: -8px;
	margin-left: -8px;
}

body.woonis-theme-2026 .w26-catalog .products-view-grid .col-fix {
	margin-bottom: 42px;
	padding-right: 8px;
	padding-left: 8px;
}

body.woonis-theme-2026 .w26-catalog .item_product_main,
body.woonis-theme-2026 .w26-catalog .product-action {
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.woonis-theme-2026 .w26-catalog .product-action .product-thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	padding: 0;
	background: #f7f5f0;
	border: 1px solid #e2ddd3;
	border-radius: 0;
	overflow: hidden;
}

body.woonis-theme-2026 .w26-catalog .product-action .product-thumbnail .image_thumb,
body.woonis-theme-2026 .w26-catalog .product-action .product-thumbnail .image_thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	object-fit: contain;
}

body.woonis-theme-2026 .w26-catalog .product-action .woonis-card-badge {
	position: absolute;
	z-index: 4;
	top: 14px;
	left: 14px;
	padding: 8px 12px;
	background: var(--woonis-ink, #090a08);
	color: #fff;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1;
}

body.woonis-theme-2026 .w26-catalog .product-action .btn-wishlist {
	display: none !important;
}

body.woonis-theme-2026 .w26-catalog .product-action .action {
	position: absolute;
	z-index: 5;
	top: auto;
	right: 12px;
	bottom: 12px;
	left: auto;
	display: block;
	margin: 0;
	opacity: 1;
	transform: none;
}

body.woonis-theme-2026 .w26-catalog .product-action .action > * {
	display: none !important;
}

body.woonis-theme-2026 .w26-catalog .product-action .action > .quick-view {
	position: static;
	display: grid !important;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: var(--woonis-ink, #090a08);
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 0;
}

body.woonis-theme-2026 .w26-catalog .product-action .action > .quick-view::before {
	content: "+";
	font: 300 26px/1 Inter, sans-serif;
}

body.woonis-theme-2026 .w26-catalog .product-action .action > .quick-view svg {
	display: none;
}

body.woonis-theme-2026 .w26-catalog .product-action .action > .quick-view:hover {
	background: var(--woonis-lime, #cfff36);
	color: var(--woonis-ink, #090a08);
}

body.woonis-theme-2026 .w26-catalog .product-action .product-info {
	min-height: 172px;
	margin: 0;
	padding: 20px 2px 4px;
	background: transparent;
	text-align: left;
}

body.woonis-theme-2026 .w26-catalog .product-action .woonis-card-meta {
	min-height: 12px;
	margin: 0 0 8px;
	color: #858b81;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .15em;
	line-height: 1.4;
}

body.woonis-theme-2026 .w26-catalog .product-action .product-name {
	min-height: 44px;
	margin: 0 0 12px;
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.25;
}

body.woonis-theme-2026 .w26-catalog .product-action .product-name a {
	color: var(--woonis-ink, #090a08);
}

body.woonis-theme-2026 .w26-catalog .woonis-card-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 23px;
	margin: 0 0 14px;
}

body.woonis-theme-2026 .w26-catalog .woonis-card-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 4px 7px;
	background: #efede7;
	color: #777c74;
	font-size: 7px;
	font-weight: 500;
	line-height: 1.2;
}

body.woonis-theme-2026 .w26-catalog .product-action .price-box {
	min-height: 22px;
	margin: 0;
	color: #141414 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

body.woonis-theme-2026 .w26-catalog .product-action .price-box .compare-price {
	margin-left: 8px;
	color: #9a9e96 !important;
	font-size: 11px;
	font-weight: 400;
	text-decoration: line-through;
}

body.woonis-theme-2026 .w26-catalog__empty {
	min-height: 220px;
	display: grid;
	place-items: center;
	padding: 40px;
	color: #777d73;
	border: 1px solid #e1ddd4;
	font-size: 13px;
}

body.woonis-theme-2026 .w26-catalog .pagenav {
	margin: 18px 0 0;
}

body.woonis-theme-2026 .w26-catalog .nav_pagi {
	padding: 0;
}

body.woonis-theme-2026 .w26-catalog .nav_pagi .pagination .page-link {
	border-radius: 0;
}

body.woonis-theme-2026 .w26-catalog-description {
	position: relative;
	max-width: 980px;
	margin: 54px auto 0;
	color: #575c54;
	font-size: 14px;
	line-height: 1.8;
}

body.woonis-theme-2026 .w26-catalog-description.is-collapsed {
	max-height: 255px;
	overflow: hidden;
}

body.woonis-theme-2026 .w26-catalog-description.is-open {
	max-height: none;
}

body.woonis-theme-2026 .w26-catalog-description__content > :first-child {
	margin-top: 0;
}

body.woonis-theme-2026 .w26-catalog-description__content > :last-child {
	margin-bottom: 0;
}

body.woonis-theme-2026 .w26-catalog-description__fade {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(248, 246, 242, 0), #f8f6f2 88%);
	pointer-events: none;
}

body.woonis-theme-2026 .w26-catalog-description.is-open .w26-catalog-description__fade {
	display: none;
}

body.woonis-theme-2026 .w26-catalog-description__action {
	display: flex;
	justify-content: center;
	margin: 23px 0 0;
}

body.woonis-theme-2026 .w26-catalog-description__action button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 8px 0;
	background: transparent;
	color: var(--woonis-ink, #090a08);
	border: 0;
	border-bottom: 1px solid var(--woonis-ink, #090a08);
	border-radius: 0;
	font: 700 12px/1.2 Inter, sans-serif;
	cursor: pointer;
}

body.woonis-theme-2026 .w26-catalog-description__action button i {
	color: #719300;
	font-style: normal;
	font-size: 15px;
}

@media (max-width: 1199px) {
	body.woonis-theme-2026 .w26-catalog__body {
		grid-template-columns: 218px minmax(0, 1fr);
		gap: 34px;
	}
	body.woonis-theme-2026 .w26-catalog__header {
		align-items: flex-start;
	}
	body.woonis-theme-2026 .w26-catalog__controls {
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
	body.woonis-theme-2026 .w26-catalog {
		padding: 50px 0 72px;
	}
	body.woonis-theme-2026 .w26-catalog__shell {
		width: min(100% - 32px, 900px);
	}
	body.woonis-theme-2026 .w26-catalog__header {
		display: block;
		padding-bottom: 28px;
	}
	body.woonis-theme-2026 .w26-catalog__controls {
		justify-content: flex-start;
		margin-top: 26px;
		padding: 0;
	}
	body.woonis-theme-2026 .w26-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
		height: 44px;
		padding: 0 15px;
		background: var(--woonis-ink, #090a08);
		color: #fff;
		border: 1px solid var(--woonis-ink, #090a08);
		border-radius: 0;
		font-size: 11px;
		font-weight: 700;
	}
	body.woonis-theme-2026 .w26-filter-toggle span {
		color: var(--woonis-lime, #cfff36);
		font-size: 18px;
		font-weight: 400;
	}
	body.woonis-theme-2026 .w26-catalog__body {
		display: block;
		padding-top: 32px;
	}
	body.woonis-theme-2026 .w26-catalog__sidebar {
		position: fixed !important;
		z-index: 1002;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(88vw, 340px) !important;
		max-width: 340px !important;
		padding: 0 24px 38px !important;
		background: var(--woonis-warm-white, #f8f6f2) !important;
		box-shadow: 18px 0 60px rgba(9, 10, 8, .16) !important;
		overflow-y: auto !important;
		transform: translateX(-105%);
		transition: transform .3s ease;
	}
	body.woonis-theme-2026 .w26-catalog__sidebar.openf {
		transform: translateX(0);
	}
	body.woonis-theme-2026 .w26-catalog__mobile-head {
		position: sticky;
		z-index: 2;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 -24px 30px;
		padding: 21px 24px;
		background: var(--woonis-ink, #090a08);
		color: #fff;
	}
	body.woonis-theme-2026 .w26-catalog__mobile-head strong {
		font-size: 12px;
		letter-spacing: .12em;
		text-transform: uppercase;
	}
	body.woonis-theme-2026 .w26-catalog__mobile-head button {
		padding: 0;
		background: transparent;
		color: #fff;
		border: 0;
		font-size: 28px;
		line-height: 1;
	}
}

@media (max-width: 575px) {
	body.woonis-theme-2026 .w26-catalog {
		padding-top: 36px;
	}
	body.woonis-theme-2026 .w26-catalog__shell {
		width: calc(100% - 24px);
	}
	body.woonis-theme-2026 .w26-catalog__headline {
		font-size: 42px;
	}
	body.woonis-theme-2026 .w26-catalog__controls {
		gap: 12px;
	}
	body.woonis-theme-2026 .w26-catalog__count {
		width: 100%;
	}
	body.woonis-theme-2026 .w26-catalog-sort {
		flex: 1 1 auto;
	}
	body.woonis-theme-2026 .w26-catalog-sort label {
		display: none;
	}
	body.woonis-theme-2026 .w26-catalog-sort select {
		width: 100%;
		min-width: 155px;
	}
	body.woonis-theme-2026 .w26-catalog .products-view-grid > .row {
		margin-right: -5px;
		margin-left: -5px;
	}
	body.woonis-theme-2026 .w26-catalog .products-view-grid .col-fix {
		margin-bottom: 28px;
		padding-right: 5px;
		padding-left: 5px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .woonis-card-badge {
		top: 7px;
		left: 7px;
		padding: 6px 7px;
		font-size: 6px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .action {
		right: 7px;
		bottom: 7px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .action > .quick-view {
		width: 34px;
		height: 34px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .product-info {
		min-height: 160px;
		padding-top: 13px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .woonis-card-meta {
		font-size: 6px;
		letter-spacing: .1em;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .product-name {
		min-height: 39px;
		font-size: 14px;
	}
	body.woonis-theme-2026 .w26-catalog .woonis-card-chips {
		gap: 3px;
		margin-bottom: 10px;
	}
	body.woonis-theme-2026 .w26-catalog .woonis-card-chips span {
		padding: 3px 5px;
		font-size: 6px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .price-box {
		font-size: 13px;
	}
	body.woonis-theme-2026 .w26-catalog .product-action .price-box .compare-price {
		display: block;
		margin: 2px 0 0;
		font-size: 9px;
	}
}
