.ohnk-catalog-preview-page {
	margin: 0;
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
}

.ohnk-catalog-preview-page,
.ohnk-catalog-preview-page button,
.ohnk-catalog-preview-page input,
.ohnk-catalog-preview-page select {
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.ohnk-catalog-preview-page .wd-toolbar {
	display: none !important;
}

.ohnk-catalog,
.ohnk-catalog *,
.ohnk-catalog *::before,
.ohnk-catalog *::after {
	box-sizing: border-box;
}

.ohnk-catalog {
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	font-size: 16px;
	line-height: 1.55;
}

.ohnk-catalog__eyebrow {
	display: flex;
	margin: 0 0 12px;
	gap: 10px;
	align-items: center;
	color: var(--ohnk-orange-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ohnk-catalog__eyebrow::before {
	width: 25px;
	height: 3px;
	border-radius: 99px;
	background: var(--ohnk-orange);
	content: "";
}

.ohnk-catalog h1,
.ohnk-catalog h2,
.ohnk-catalog h3,
.ohnk-catalog p {
	font-family: inherit;
}

.ohnk-catalog-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(65px, 7vw, 106px) 0;
	background:
		radial-gradient(circle at 84% 24%, rgba(239, 106, 50, .12), transparent 24rem),
		linear-gradient(135deg, #f8f7fa 0%, #f1edf6 100%);
}

.ohnk-catalog-hero::after {
	position: absolute;
	right: -80px;
	bottom: -230px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(68, 42, 105, .1);
	border-radius: 50%;
	box-shadow: 0 0 0 75px rgba(68, 42, 105, .025), 0 0 0 150px rgba(68, 42, 105, .018);
	content: "";
}

.ohnk-catalog-hero .ohnk-shell-container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 70px;
	align-items: end;
}

.ohnk-catalog-hero__copy {
	max-width: 880px;
}

.ohnk-catalog-hero h1 {
	margin: 0;
	color: var(--ohnk-ink);
	font-size: clamp(48px, 5.4vw, 78px);
	font-weight: 850;
	letter-spacing: -.055em;
	line-height: .98;
}

.ohnk-catalog-hero__copy > p:last-child {
	max-width: 780px;
	margin: 25px 0 0;
	color: var(--ohnk-muted);
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.55;
}

.ohnk-catalog-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(92px, 1fr));
	overflow: hidden;
	border: 1px solid rgba(68, 42, 105, .1);
	border-radius: var(--ohnk-radius-md);
	background: rgba(255, 255, 255, .78);
	box-shadow: var(--ohnk-shadow-sm);
	backdrop-filter: blur(12px);
}

.ohnk-catalog-hero__stats div {
	min-width: 105px;
	padding: 20px 18px;
	border-right: 1px solid var(--ohnk-line);
	text-align: center;
}

.ohnk-catalog-hero__stats div:last-child {
	border-right: 0;
}

.ohnk-catalog-hero__stats strong,
.ohnk-catalog-hero__stats span {
	display: block;
}

.ohnk-catalog-hero__stats strong {
	color: var(--ohnk-purple);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -.035em;
}

.ohnk-catalog-hero__stats span {
	margin-top: 2px;
	color: var(--ohnk-muted);
	font-size: 10px;
	font-weight: 700;
}

.ohnk-catalog-directions {
	padding: clamp(66px, 7vw, 102px) 0;
}

.ohnk-catalog-section-head,
.ohnk-catalog-products__heading {
	display: flex;
	margin-bottom: 36px;
	gap: 40px;
	align-items: end;
	justify-content: space-between;
}

.ohnk-catalog-section-head h2,
.ohnk-catalog-products__heading h1,
.ohnk-catalog-products__heading h2,
.ohnk-catalog-help h2 {
	margin: 0;
	color: var(--ohnk-ink);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.ohnk-catalog-section-head > a {
	color: var(--ohnk-purple);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	transition: color .2s ease;
}

.ohnk-catalog-section-head > a:hover {
	color: var(--ohnk-orange-dark);
}

.ohnk-catalog-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ohnk-catalog-category {
	position: relative;
	display: grid;
	min-height: 138px;
	padding: 16px 54px 16px 16px;
	overflow: hidden;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 19px;
	align-items: center;
	border: 1px solid var(--ohnk-line);
	border-radius: var(--ohnk-radius-md);
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	box-shadow: 0 7px 25px rgba(24, 21, 35, .05);
	text-decoration: none;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ohnk-catalog-category:hover {
	border-color: rgba(68, 42, 105, .25);
	color: var(--ohnk-ink);
	box-shadow: 0 18px 38px rgba(24, 21, 35, .1);
	transform: translateY(-3px);
}

.ohnk-catalog-category__visual {
	position: relative;
	display: grid;
	width: 108px;
	height: 104px;
	overflow: hidden;
	border-radius: 14px;
	place-items: center;
	background: #eeebf3;
}

.ohnk-catalog-category__visual::after {
	position: absolute;
	right: -25px;
	bottom: -38px;
	width: 85px;
	height: 85px;
	border: 14px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	content: "";
}

.ohnk-catalog-category__visual--2 {
	background: #ece7f5;
}

.ohnk-catalog-category__visual--3 {
	background: #f8e9df;
}

.ohnk-catalog-category__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.ohnk-catalog-category__visual strong {
	position: relative;
	z-index: 1;
	color: var(--ohnk-purple);
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -.08em;
}

.ohnk-catalog-category__content strong,
.ohnk-catalog-category__content small {
	display: block;
}

.ohnk-catalog-category__content strong {
	color: var(--ohnk-ink);
	font-size: 16px;
	font-weight: 820;
	line-height: 1.28;
}

.ohnk-catalog-category__content small {
	margin-top: 8px;
	color: var(--ohnk-muted);
	font-size: 11px;
}

.ohnk-catalog-category__arrow {
	position: absolute;
	right: 20px;
	color: var(--ohnk-orange);
	font-size: 20px;
	transition: transform .2s ease;
}

.ohnk-catalog-category:hover .ohnk-catalog-category__arrow {
	transform: translateX(3px);
}

.ohnk-catalog-products {
	padding: clamp(70px, 7vw, 110px) 0;
	background: var(--ohnk-soft);
}

.ohnk-catalog > .ohnk-catalog-products {
	padding-top: clamp(34px, 4vw, 58px);
}

.ohnk-catalog-products__heading > p {
	max-width: 480px;
	margin: 0;
	color: var(--ohnk-muted);
	font-size: 16px;
	line-height: 1.55;
}

.ohnk-catalog-layout {
	position: relative;
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.ohnk-catalog-filters {
	position: sticky;
	top: 20px;
	max-height: calc(100vh - 40px);
	padding: 24px;
	overflow-y: auto;
	border: 1px solid var(--ohnk-line);
	border-radius: var(--ohnk-radius-md);
	background: var(--ohnk-white);
	box-shadow: var(--ohnk-shadow-sm);
}

.ohnk-catalog-filters__mobile-head,
.ohnk-catalog-filters__apply,
.ohnk-catalog-filter-toggle {
	display: none;
}

.ohnk-catalog-filter-block {
	padding: 22px 0;
	border-bottom: 1px solid var(--ohnk-line);
}

.ohnk-catalog-filter-block:first-of-type {
	padding-top: 0;
}

.ohnk-catalog-filter-block h3,
.ohnk-catalog-filter-search > span {
	display: block;
	margin: 0 0 14px;
	color: var(--ohnk-ink);
	font-size: 14px;
	font-weight: 850;
}

.ohnk-catalog-filter-search {
	display: block;
	width: 100%;
	min-width: 0;
}

.ohnk-catalog-filter-search input {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid #ddd9e3;
	border-radius: 9px;
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	font-size: 13px;
	box-sizing: border-box;
	box-shadow: none;
}

.ohnk-catalog-filter-search input:focus {
	border-color: var(--ohnk-purple-light);
	outline: 3px solid rgba(68, 42, 105, .09);
}

.ohnk-catalog-filter-search {
	position: relative;
}

.ohnk-catalog-filter-search button {
	display: flex;
	width: 100%;
	min-height: 42px;
	margin-top: 10px;
	padding: 0 14px;
	border: 0;
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.ohnk-catalog-category-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ohnk-catalog-category-tree__item > ul {
	margin: 2px 0 6px 10px;
	padding-left: 10px;
	border-left: 1px solid #e4e0e8;
}

.ohnk-catalog-category-tree__item > ul[hidden] {
	display: none;
}

.ohnk-catalog-category-tree__row {
	display: grid;
	min-height: 36px;
	grid-template-columns: minmax(0, 1fr) 28px;
	gap: 3px;
	align-items: center;
}

.ohnk-catalog-category-tree__item:not(.has-children) > .ohnk-catalog-category-tree__row {
	grid-template-columns: minmax(0, 1fr);
}

.ohnk-catalog-category-tree__row > a {
	display: grid;
	min-width: 0;
	min-height: 36px;
	padding: 7px 0;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	color: #514b57;
	font-size: 12px;
	line-height: 1.35;
}

.ohnk-catalog-category-tree > ul > .ohnk-catalog-category-tree__item > .ohnk-catalog-category-tree__row > a {
	font-weight: 650;
}

.ohnk-catalog-category-tree__row > a span {
	min-width: 0;
}

.ohnk-catalog-category-tree__row > a small {
	color: #9d97a2;
	font-size: 10.5px;
	font-weight: 500;
}

.ohnk-catalog-category-tree__row > a:hover,
.ohnk-catalog-category-tree__item.is-current > .ohnk-catalog-category-tree__row > a {
	color: var(--ohnk-orange-dark);
}

.ohnk-catalog-category-tree__row > button {
	display: grid;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 7px;
	place-items: center;
	color: var(--ohnk-purple);
	background: transparent;
	cursor: pointer;
}

.ohnk-catalog-category-tree__row > button:hover {
	background: var(--ohnk-soft);
}

.ohnk-catalog-category-tree__row > button span {
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .2s ease;
}

.ohnk-catalog-category-tree__item.is-open > .ohnk-catalog-category-tree__row > button span {
	transform: translateY(2px) rotate(225deg);
}

.ohnk-catalog-filter-block label:not(.ohnk-catalog-filter-search) {
	display: grid;
	min-height: 34px;
	grid-template-columns: 17px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	color: #514b57;
	font-size: 12px;
	cursor: pointer;
}

.ohnk-catalog-filter-block input[type="checkbox"] {
	appearance: none;
	width: 17px;
	height: 17px;
	margin: 0;
	border: 1px solid #cfc9d5;
	border-radius: 4px;
	background: var(--ohnk-white);
}

.ohnk-catalog-filter-block input[type="checkbox"]:checked {
	border-color: var(--ohnk-purple);
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 8 3 3 6-7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 14px no-repeat,
		var(--ohnk-purple);
}

.ohnk-catalog-filter-block label small {
	color: #9d97a2;
	font-size: 11px;
}

.ohnk-catalog-filters__reset {
	display: flex;
	width: 100%;
	min-height: 42px;
	margin-top: 20px;
	padding: 0 10px;
	border: 1px solid var(--ohnk-line);
	border-radius: 9px;
	align-items: center;
	justify-content: center;
	color: var(--ohnk-purple);
	background: var(--ohnk-white);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.ohnk-catalog-filters__reset[hidden] {
	display: none;
}

.ohnk-catalog-toolbar {
	display: flex;
	min-height: 54px;
	margin-bottom: 18px;
	padding: 0 18px;
	border: 1px solid var(--ohnk-line);
	border-radius: 12px;
	align-items: center;
	justify-content: space-between;
	color: var(--ohnk-muted);
	background: var(--ohnk-white);
	font-size: 13px;
}

.ohnk-catalog-toolbar strong {
	color: var(--ohnk-ink);
}

.ohnk-catalog-toolbar__actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.ohnk-catalog-toolbar select {
	height: 44px;
	margin: 0;
	padding: 0 32px 0 10px;
	border: 0;
	color: var(--ohnk-ink);
	background-color: transparent;
	font-size: 13px;
	box-shadow: none;
}

.ohnk-catalog-toolbar .woocommerce-ordering {
	margin: 0;
}

.ohnk-catalog-view-switch {
	display: flex;
	flex: 0 0 90px;
	overflow: hidden;
	border: 1px solid var(--ohnk-line);
	border-radius: 8px;
}

.ohnk-catalog-view-switch button {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	border: 0;
	place-items: center;
	color: var(--ohnk-muted);
	background: var(--ohnk-white);
	cursor: pointer;
}

.ohnk-catalog-view-switch button + button {
	border-left: 1px solid var(--ohnk-line);
}

.ohnk-catalog-view-switch button.is-active {
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
}

.ohnk-catalog-view-switch svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.3;
}

.ohnk-catalog-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ohnk-catalog-product {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ohnk-line);
	border-radius: var(--ohnk-radius-md);
	flex-direction: column;
	background: var(--ohnk-white);
	box-shadow: 0 7px 24px rgba(24, 21, 35, .05);
	transition: box-shadow .22s ease, transform .22s ease;
}

.ohnk-catalog-product:hover {
	box-shadow: 0 18px 40px rgba(24, 21, 35, .11);
	transform: translateY(-3px);
}

.ohnk-catalog-product[hidden] {
	display: none !important;
}

.ohnk-catalog-product__image {
	position: relative;
	display: grid;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	place-items: center;
	color: var(--ohnk-ink);
	background: #f1eff4;
	text-decoration: none;
}

.ohnk-catalog-product__image > img {
	width: 100%;
	height: 100%;
	padding: 18px;
	object-fit: contain;
	transition: transform .3s ease;
}

.ohnk-catalog-product:hover .ohnk-catalog-product__image > img {
	transform: scale(1.035);
}

.ohnk-catalog-product__placeholder {
	position: relative;
	display: grid;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(68, 42, 105, .08);
	border-radius: 50%;
	place-items: center;
}

.ohnk-catalog-product__placeholder i {
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: rgba(239, 106, 50, .18);
	transform: rotate(18deg);
}

.ohnk-catalog-product__placeholder strong {
	position: relative;
	z-index: 1;
	color: var(--ohnk-purple);
	font-size: 18px;
	font-weight: 900;
}

.ohnk-catalog-product__brand {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 9px;
	border-radius: 7px;
	color: var(--ohnk-purple);
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 5px 15px rgba(24, 21, 35, .08);
	font-size: 10px;
	font-weight: 850;
}

.ohnk-catalog-product__content {
	display: flex;
	flex: 1;
	padding: 22px;
	flex-direction: column;
}

.ohnk-catalog-product__category {
	margin: 0 0 8px;
	color: var(--ohnk-orange-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ohnk-catalog-product h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 820;
	letter-spacing: -.015em;
	line-height: 1.32;
}

.ohnk-catalog-product h3 a {
	color: var(--ohnk-ink);
	text-decoration: none;
}

.ohnk-catalog-product__sku {
	margin: 8px 0 0;
	color: #9b95a0;
	font-size: 11px;
}

.ohnk-catalog-product__status {
	display: inline-flex;
	margin: 16px 0 0;
	align-self: flex-start;
	gap: 7px;
	align-items: center;
	color: var(--ohnk-success);
	font-size: 12px;
	font-weight: 800;
}

.ohnk-catalog-product__status::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.ohnk-catalog-product__status--supplier {
	color: #6851aa;
}

.ohnk-catalog-product__status--order {
	color: var(--ohnk-warning);
}

.ohnk-catalog-product__status--check {
	color: var(--ohnk-danger);
}

.ohnk-catalog-product__bottom {
	display: flex;
	min-height: 45px;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid var(--ohnk-line);
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.ohnk-catalog-product__price {
	color: var(--ohnk-ink);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.ohnk-catalog-product__price .ohnk-price-request {
	color: var(--ohnk-purple);
	font-size: 14px;
}

.ohnk-catalog-product__action {
	display: inline-flex;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 8px;
	align-items: center;
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	transition: background-color .2s ease;
}

.ohnk-catalog-product__action:hover {
	color: var(--ohnk-white);
	background: var(--ohnk-orange);
}

.ohnk-catalog-product-grid.is-list {
	grid-template-columns: 1fr;
}

.ohnk-catalog-product-grid.is-list .ohnk-catalog-product {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
}

.ohnk-catalog-product-grid.is-list .ohnk-catalog-product__image {
	width: auto;
	height: 100%;
	aspect-ratio: auto;
	min-height: 220px;
}

.ohnk-catalog-empty {
	padding: 70px 25px;
	border: 1px dashed #cbc5d1;
	border-radius: var(--ohnk-radius-md);
	color: var(--ohnk-muted);
	background: var(--ohnk-white);
	text-align: center;
}

.ohnk-catalog-empty strong {
	display: block;
	color: var(--ohnk-ink);
	font-size: 18px;
}

.ohnk-catalog-empty p {
	margin: 7px 0 0;
}

.ohnk-catalog-load-more {
	display: flex;
	width: min(100%, 300px);
	min-height: 50px;
	margin: 30px auto 0;
	border: 1px solid var(--ohnk-purple);
	border-radius: var(--ohnk-radius-sm);
	align-items: center;
	justify-content: center;
	color: var(--ohnk-purple);
	background: transparent;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease;
}

.ohnk-catalog-load-more:hover {
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
}

.ohnk-catalog-pagination {
	margin-top: 34px;
}

.ohnk-catalog-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ohnk-catalog-pagination .page-numbers li {
	margin: 0;
}

.ohnk-catalog-pagination .page-numbers a,
.ohnk-catalog-pagination .page-numbers span {
	display: grid;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--ohnk-line);
	border-radius: 10px;
	place-items: center;
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	font-size: 13px;
	font-weight: 800;
}

.ohnk-catalog-pagination .page-numbers .current {
	border-color: var(--ohnk-purple);
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
}

.ohnk-catalog-category__visual img.is-fallback {
	padding: 28px;
	object-fit: contain;
}

.ohnk-catalog-product__image > img.is-fallback {
	max-width: 72%;
	max-height: 72%;
	padding: 22px;
	object-fit: contain;
}

.ohnk-catalog-help {
	padding: clamp(70px, 7vw, 105px) 0;
	color: var(--ohnk-white);
	background:
		radial-gradient(circle at 82% 20%, rgba(239, 106, 50, .27), transparent 24rem),
		linear-gradient(135deg, var(--ohnk-ink), var(--ohnk-purple));
}

.ohnk-catalog-term-description {
	padding: clamp(62px, 7vw, 96px) 0;
	border-top: 1px solid var(--ohnk-line);
	background: var(--ohnk-white);
}

.ohnk-catalog-term-description .ohnk-shell-container {
	max-width: 980px;
}

.ohnk-catalog-term-description h2 {
	margin: 0;
	color: var(--ohnk-ink);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.ohnk-catalog-term-description__content {
	margin-top: 24px;
	color: var(--ohnk-muted);
	font-size: 17px;
	line-height: 1.75;
}

.ohnk-catalog-term-description__content > *:first-child {
	margin-top: 0;
}

.ohnk-catalog-term-description__content > *:last-child {
	margin-bottom: 0;
}

.ohnk-catalog-help .ohnk-shell-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 60px;
	align-items: center;
}

.ohnk-catalog-help h2 {
	color: var(--ohnk-white);
}

.ohnk-catalog-help p:last-child {
	max-width: 760px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: 16px;
}

.ohnk-catalog-help__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ohnk-catalog-help__actions a {
	display: flex;
	min-width: 220px;
	min-height: 50px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--ohnk-radius-sm);
	align-items: center;
	justify-content: center;
	color: var(--ohnk-white);
	background: rgba(255, 255, 255, .05);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.ohnk-catalog-help__actions .is-primary {
	border-color: var(--ohnk-orange);
	background: var(--ohnk-orange);
}

@media (max-width: 1240px) {
	.ohnk-catalog-hero .ohnk-shell-container {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.ohnk-catalog-hero__stats {
		max-width: 420px;
	}

	.ohnk-catalog-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.ohnk-catalog-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ohnk-catalog-layout {
		grid-template-columns: 1fr;
	}

	.ohnk-catalog-filter-toggle {
		display: flex;
		min-height: 50px;
		padding: 0 17px;
		border: 0;
		border-radius: var(--ohnk-radius-sm);
		align-items: center;
		justify-content: space-between;
		color: var(--ohnk-white);
		background: var(--ohnk-purple);
		font-size: 13px;
		font-weight: 850;
	}

	.ohnk-catalog-filter-toggle__count {
		display: grid;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		place-items: center;
		color: var(--ohnk-purple);
		background: var(--ohnk-white);
		font-size: 10px;
	}

	.ohnk-catalog-filter-toggle__count.is-active {
		color: var(--ohnk-white);
		background: var(--ohnk-orange);
	}

	.ohnk-catalog-filters {
		position: fixed;
		z-index: 9500;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(92vw, 390px);
		max-height: none;
		padding: 22px;
		overflow-y: auto;
		border: 0;
		border-radius: 0;
		visibility: hidden;
		box-shadow: -25px 0 60px rgba(24, 21, 35, .2);
		opacity: 0;
		transform: translateX(102%);
		transition: visibility .25s ease, opacity .25s ease, transform .25s ease;
	}

	.ohnk-catalog-filters::before {
		position: fixed;
		z-index: -1;
		inset: 0 100% 0 auto;
		width: 100vw;
		background: rgba(24, 21, 35, .55);
		content: "";
	}

	.ohnk-catalog-filters.is-open {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}

	.ohnk-catalog-filters-open {
		overflow: hidden;
	}

	.admin-bar .ohnk-catalog-filters {
		top: 32px;
	}

	.ohnk-catalog-filters__mobile-head {
		display: flex;
		margin-bottom: 22px;
		align-items: center;
		justify-content: space-between;
		font-size: 20px;
	}

	.ohnk-catalog-filters__mobile-head button {
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid var(--ohnk-line);
		border-radius: 50%;
		color: var(--ohnk-purple);
		background: var(--ohnk-white);
		font-size: 27px;
	}

	.ohnk-catalog-filters__apply {
		display: flex;
		width: 100%;
		min-height: 50px;
		margin-top: 10px;
		border: 0;
		border-radius: var(--ohnk-radius-sm);
		align-items: center;
		justify-content: center;
		color: var(--ohnk-white);
		background: var(--ohnk-orange);
		font-size: 13px;
		font-weight: 850;
	}

	.ohnk-catalog-toolbar .woocommerce-ordering {
		min-width: 180px;
		height: 44px !important;
		flex: 0 1 220px;
	}

	.ohnk-catalog-toolbar .woocommerce-ordering select.orderby {
		width: 100% !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 34px 0 12px !important;
		border: 1px solid var(--ohnk-line) !important;
		border-radius: 8px !important;
		background-color: var(--ohnk-white) !important;
		font-size: 13px !important;
	}
}

@media (max-width: 767px) {
	.ohnk-catalog-preview-page {
		padding-bottom: 66px;
	}

	.ohnk-catalog-hero {
		padding: 56px 0 62px;
	}

	.ohnk-catalog-hero__stats {
		width: 100%;
	}

	.ohnk-catalog-hero__stats div {
		min-width: 0;
		padding: 15px 8px;
	}

	.ohnk-catalog-hero__stats strong {
		font-size: 21px;
	}

	.ohnk-catalog-section-head,
	.ohnk-catalog-products__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.ohnk-catalog-category {
		min-height: 118px;
		padding: 13px 45px 13px 13px;
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 14px;
	}

	.ohnk-catalog-category__visual {
		width: 86px;
		height: 90px;
	}

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

	.ohnk-catalog-product__content {
		padding: 16px;
	}

	.ohnk-catalog-product-grid.is-list .ohnk-catalog-product {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	.ohnk-catalog-product-grid.is-list .ohnk-catalog-product__image {
		min-height: 200px;
	}

	.ohnk-catalog-help .ohnk-shell-container {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ohnk-catalog-help__actions a {
		width: 100%;
	}
}

@media (max-width: 782px) {
	.admin-bar .ohnk-catalog-filters {
		top: 46px;
	}
}

@media (max-width: 580px) {
	.ohnk-catalog-category-grid,
	.ohnk-catalog-product-grid {
		grid-template-columns: 1fr;
	}

	.ohnk-catalog-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.ohnk-catalog-toolbar__actions {
		width: 100%;
		gap: 8px;
		justify-content: space-between;
	}

	.ohnk-catalog-toolbar .woocommerce-ordering {
		min-width: 0;
		height: 44px !important;
		flex: 1 1 auto;
	}

	.ohnk-catalog-toolbar .woocommerce-ordering select.orderby {
		width: 100%;
		min-width: 0;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 34px 0 12px !important;
		border: 1px solid var(--ohnk-line) !important;
		border-radius: 8px !important;
		background-color: var(--ohnk-white) !important;
		font-size: 13px !important;
	}

	.ohnk-catalog-product-grid.is-list .ohnk-catalog-product {
		grid-template-columns: 115px minmax(0, 1fr);
	}

	.ohnk-catalog-product-grid.is-list .ohnk-catalog-product__image {
		min-height: 190px;
	}

	.ohnk-catalog-product-grid.is-list .ohnk-catalog-product__price {
		font-size: 12px;
	}
}
