.gh-catalog {
	overflow: hidden;
	background: #fff;
	color: var(--gh-text);
}

.gh-catalog h1,
.gh-catalog h2,
.gh-catalog h3,
.gh-catalog p {
	font-family: var(--sans);
}

.gh-catalog-eyebrow {
	margin: 0 0 9px;
	color: #805f00;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.gh-catalog-hero {
	position: relative;
	min-height: 410px;
	overflow: hidden;
	background:
		linear-gradient(105deg, rgb(29 29 29 / 98%) 0%, rgb(63 63 63 / 96%) 58%, rgb(73 73 73 / 92%) 100%),
		repeating-linear-gradient(135deg, transparent 0 28px, rgb(255 255 255 / 3%) 29px 30px);
	color: #fff;
}

.gh-catalog-hero::after {
	position: absolute;
	right: -90px;
	bottom: -210px;
	width: 520px;
	height: 520px;
	border: 1px solid rgb(247 185 0 / 20%);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgb(247 185 0 / 4%), 0 0 0 140px rgb(247 185 0 / 2%);
	content: "";
}

.gh-catalog-hero__orb {
	position: absolute;
	border-radius: 50%;
	background: var(--gh-gold);
	filter: blur(1px);
	opacity: .12;
}

.gh-catalog-hero__orb--one {
	top: 74px;
	right: 13%;
	width: 210px;
	height: 210px;
}

.gh-catalog-hero__orb--two {
	top: -85px;
	right: 34%;
	width: 130px;
	height: 130px;
	opacity: .06;
}

.gh-catalog-hero__inner {
	position: relative;
	z-index: 1;
	padding: 36px 0 78px;
}

.gh-catalog-hero .breadcrumbs {
	margin-bottom: 56px;
	color: #bdbdbd;
	font-size: .78rem;
}

.gh-catalog-hero .breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.gh-catalog-hero .breadcrumbs li:not(:last-child)::after {
	color: #777;
}

.gh-catalog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 80px;
}

.gh-catalog-hero .gh-catalog-eyebrow {
	color: var(--gh-gold);
}

.gh-catalog-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.7rem, 5.4vw, 5rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.gh-catalog-hero__grid > div:first-child > p:last-child {
	max-width: 720px;
	margin: 22px 0 0;
	color: #d3d3d3;
	font-size: .98rem;
	line-height: 1.75;
}

.gh-catalog-hero__summary {
	display: flex;
	min-width: 245px;
	align-items: center;
	gap: 18px;
	padding: 17px 23px;
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 18px;
	background: rgb(255 255 255 / 7%);
	backdrop-filter: blur(10px);
}

.gh-catalog-hero__summary strong {
	color: var(--gh-gold);
	font-size: 2rem;
	line-height: 1;
}

.gh-catalog-hero__summary span {
	color: #ddd;
	font-size: .75rem;
	line-height: 1.5;
}

.gh-catalog-toolbar h2 {
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.12;
}
.gh-catalog-listing {
	padding: 88px 0 96px;
	background: #fff;
}

.gh-catalog-layout {
	display: grid;
	grid-template-columns: 258px minmax(0, 1fr);
	align-items: start;
	gap: 42px;
}

.gh-catalog-sidebar {
	display: grid;
	min-width: 0;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}

.gh-catalog-filter {
	width: 100%;
	min-width: 0;
	padding: 0 20px 22px;
	border: 1px solid #e2e6ec;
	border-radius: 18px;
	background: #fff;
}

.gh-catalog-filter summary {
	position: relative;
	padding: 22px 24px 18px 0;
	color: var(--gh-navy);
	cursor: pointer;
	font-size: .93rem;
	font-weight: 700;
	list-style: none;
}

.gh-catalog-filter summary::-webkit-details-marker {
	display: none;
}

.gh-catalog-filter summary::after {
	position: absolute;
	top: 27px;
	right: 2px;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentcolor;
	border-bottom: 2px solid currentcolor;
	content: "";
	transform: rotate(45deg);
	transition: transform .25s ease;
}

.gh-catalog-filter[open] summary::after {
	transform: translateY(4px) rotate(225deg);
}

.gh-catalog-filter nav {
	padding-top: 14px;
	border-top: 1px solid #edf0f4;
}

.gh-catalog-filter nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gh-catalog-filter nav > ul {
	margin-top: 2px;
}

.gh-catalog-filter nav .children {
	display: none;
	padding: 4px 0 7px 13px;
}

.gh-catalog-filter nav .current-cat > .children,
.gh-catalog-filter nav .current-cat-ancestor > .children {
	display: block;
}

.gh-catalog-filter nav li {
	font-size: .76rem;
}

.gh-catalog-filter nav li > a,
.gh-catalog-filter__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 9px;
	border-radius: 9px;
	color: #60656c;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.gh-catalog-filter nav li > a > span {
	min-width: 0;
	overflow: visible;
	line-height: 1.45;
	text-overflow: clip;
	white-space: normal;
	overflow-wrap: anywhere;
}

.gh-catalog-filter nav .category-has-children > a > span::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-right: 2px solid var(--gh-gold);
	border-bottom: 2px solid var(--gh-gold);
	content: "";
	transform: translateY(-1px) rotate(-45deg);
	transition: transform .22s ease;
}

.gh-catalog-filter nav .category-has-children.current-cat > a > span::after,
.gh-catalog-filter nav .category-has-children.current-cat-ancestor > a > span::after {
	transform: translateY(-3px) rotate(45deg);
}

.gh-catalog-filter nav li > a > small {
	display: grid;
	min-width: 24px;
	height: 24px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 999px;
	background: #f2f3f5;
	color: #62666d;
	font-size: .62rem;
	font-weight: 600;
}

.gh-catalog-filter__all {
	margin-bottom: 3px;
	font-size: .78rem;
	font-weight: 600;
}

.gh-catalog-filter nav li > a:hover,
.gh-catalog-filter__all:hover {
	background: #f3f4f6;
	color: var(--gh-navy);
}

.gh-catalog-filter nav .current-cat > a,
.gh-catalog-filter nav .current-cat-ancestor > a,
.gh-catalog-filter__all.is-current {
	background: #f3f4f6;
	color: var(--gh-navy);
	font-weight: 700;
}

.gh-catalog-help {
	padding: 27px 24px;
	border-radius: 18px;
	background: var(--gh-navy);
	color: #fff;
	box-shadow: 0 16px 34px rgb(63 63 63 / 18%);
}

.gh-catalog-help > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 13px;
	background: var(--gh-gold);
	color: var(--gh-navy);
}

.gh-catalog-help > span .gh-icon {
	width: 22px;
	height: 22px;
}

.gh-catalog-help p {
	margin: 0 0 3px;
	color: #c9c9c9;
	font-size: .72rem;
}

.gh-catalog-help strong {
	display: block;
	font-size: .93rem;
}

.gh-catalog-help > a {
	display: inline-block;
	margin-top: 13px;
	color: var(--gh-gold);
	font-size: 1.02rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-catalog-toolbar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	padding-bottom: 25px;
	margin-bottom: 26px;
	border-bottom: 1px solid #e7eaf0;
}

.gh-catalog-toolbar h2 {
	font-size: clamp(1.65rem, 2.7vw, 2.3rem);
}

.gh-catalog-result {
	margin: 9px 0 0;
	color: #676b71;
	font-size: .73rem;
}

.gh-catalog-result strong {
	color: #62666d;
}

.gh-catalog-order {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gh-catalog-order label {
	color: #676b71;
	font-size: .73rem;
	white-space: nowrap;
}

.gh-catalog-order select {
	width: auto;
	min-width: 188px;
	min-height: 42px;
	padding: 8px 34px 8px 13px;
	border-color: #dfe3e8;
	border-radius: 10px;
	background-color: #fff;
	color: #555a61;
	font-size: .74rem;
}

.gh-catalog-order__submit {
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 10px;
	font-size: .72rem;
}

.has-js .gh-catalog-order__submit {
	display: none;
}

.gh-catalog-product-grid {
	display: grid;
	padding: 0;
	margin: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
}

.gh-catalog-products .woocommerce-pagination {
	margin-top: 46px;
}

.gh-catalog-products .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

.gh-catalog-products .woocommerce-pagination li {
	border: 0;
}

.gh-catalog-products .woocommerce-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 10px;
	border: 1px solid #dfe3e8;
	border-radius: 10px;
	background: #fff;
	color: #60646a;
	font-size: .75rem;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.gh-catalog-products .woocommerce-pagination .page-numbers.current,
.gh-catalog-products .woocommerce-pagination a.page-numbers:hover {
	border-color: var(--gh-navy);
	background: var(--gh-navy);
	color: #fff;
	transform: translateY(-2px);
}

.gh-catalog-products .woocommerce-info {
	padding: 22px;
	border: 1px solid #e2e6eb;
	border-radius: 14px;
	background: #f7f9fb;
	color: #62666c;
}

.gh-catalog-description {
	padding: 0 0 88px;
	background: #fff;
}

.gh-catalog-description__content {
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid #e7e5df;
	border-radius: 22px;
	background: #f8f7f3;
}

.gh-catalog-description__content > h2 {
	margin: 6px 0 28px;
	color: var(--gh-navy);
	font-size: clamp(1.45rem, 2.5vw, 2.15rem);
}

.gh-catalog-description__body {
	position: relative;
	color: #555a61;
	font-size: .98rem;
	line-height: 1.8;
}

.has-js .gh-catalog-description__body.is-collapsible {
	transition: max-height .45s ease;
}

.has-js .gh-catalog-description__body.is-collapsed {
	max-height: 1280px;
	overflow: hidden;
}

.has-js .gh-catalog-description__body.is-collapsed::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 190px;
	background: linear-gradient(to bottom, rgb(248 247 243 / 0%), #f8f7f3 88%);
	content: "";
	pointer-events: none;
}

.gh-catalog-description__body > :first-child { margin-top: 0; }
.gh-catalog-description__body > :last-child { margin-bottom: 0; }

.gh-catalog-description__body h2,
.gh-catalog-description__body h3,
.gh-catalog-description__body h4 {
	margin: 1.6em 0 .65em;
	color: var(--gh-navy);
	line-height: 1.3;
}

.gh-catalog-description__body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 28px auto;
	border-radius: 16px;
}

.gh-catalog-description__body .gh-description-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
}

.gh-catalog-description__body .gh-description-gallery--four {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-catalog-description__body .gh-description-gallery img {
	width: 100%;
	height: clamp(170px, 18vw, 240px);
	margin: 0;
	border: 1px solid #e3e1da;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

.gh-catalog-description__actions {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.gh-catalog-description__actions[hidden] { display: none; }

.gh-catalog-description__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 11px 22px;
	border: 1px solid var(--gh-navy);
	border-radius: 999px;
	background: #fff;
	color: var(--gh-navy);
	font: inherit;
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.gh-catalog-description__actions button:hover {
	background: var(--gh-navy);
	color: #fff;
	transform: translateY(-2px);
}

.gh-catalog-description__actions button > span:last-child {
	font-size: 1rem;
	transition: transform .25s ease;
}

.gh-catalog-description__actions button[aria-expanded="true"] > span:last-child {
	transform: rotate(180deg);
}

.gh-catalog-description__body figure { max-width: 100%; }
.gh-catalog-description__body a { color: var(--gh-navy); }
.gh-catalog-description__body ul,
.gh-catalog-description__body ol { padding-left: 1.4em; }

.gh-catalog-cta {
	padding: 0 0 92px;
	background: #fff;
}

.gh-catalog-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
	overflow: hidden;
	padding: 50px 55px;
	border-radius: 24px;
	background: var(--gh-navy);
	box-shadow: 0 22px 60px rgb(63 63 63 / 16%);
	color: #fff;
}

.gh-catalog-cta__inner::after {
	position: absolute;
	top: -80px;
	right: 23%;
	width: 240px;
	height: 240px;
	border: 46px solid rgb(247 185 0 / 7%);
	border-radius: 50%;
	content: "";
}

.gh-catalog-cta__inner > div,
.gh-catalog-cta__inner > a {
	position: relative;
	z-index: 1;
}

.gh-catalog-cta .gh-catalog-eyebrow {
	color: var(--gh-gold);
}

.gh-catalog-cta h2 {
	margin: 0 0 9px;
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	letter-spacing: -.035em;
	line-height: 1.15;
}

.gh-catalog-cta__inner > div > p:last-child {
	max-width: 690px;
	margin: 0;
	color: #c8c8c8;
	font-size: .86rem;
}

.gh-catalog-cta__inner > a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--gh-gold);
	color: var(--gh-navy);
	font-size: .8rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background .22s ease, transform .22s ease;
}

.gh-catalog-cta__inner > a:hover {
	background: #ffd13a;
	transform: translateY(-2px);
}

@media (max-width: 1120px) {
	.gh-catalog-layout {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 28px;
	}

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

@media (max-width: 900px) {
	.gh-catalog-hero {
		min-height: 360px;
	}

	.gh-catalog-hero__inner {
		padding: 28px 0 62px;
	}

	.gh-catalog-hero .breadcrumbs {
		margin-bottom: 42px;
	}

	.gh-catalog-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.gh-catalog-hero__summary {
		width: max-content;
		min-width: 230px;
	}

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

	.gh-catalog-sidebar {
		grid-template-columns: minmax(0, 1fr) 260px;
	}

	.gh-catalog-help {
		display: grid;
		grid-template-columns: 46px 1fr;
		align-content: center;
		column-gap: 16px;
		padding: 20px;
	}

	.gh-catalog-help > span {
		grid-row: span 3;
		margin: 0;
	}

	.gh-catalog-help p,
	.gh-catalog-help strong,
	.gh-catalog-help > a {
		grid-column: 2;
	}

	.gh-catalog-help > a {
		margin-top: 6px;
	}

	.gh-catalog-cta__inner {
		padding: 44px;
	}
}

@media (max-width: 720px) {
	.gh-catalog-listing {
		padding-block: 62px;
	}

	.gh-catalog-description {
		padding-bottom: 62px;
	}

	.gh-catalog-description__content {
		border-radius: 16px;
	}

	.has-js .gh-catalog-description__body.is-collapsed {
		max-height: 980px;
	}

	.gh-catalog-description__body .gh-description-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gh-catalog-description__body .gh-description-gallery img {
		height: 150px;
		border-radius: 10px;
	}

	.gh-catalog-sidebar {
		grid-template-columns: 1fr;
	}

	.gh-catalog-help {
		display: none;
	}

	.gh-catalog-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.gh-catalog-order {
		width: 100%;
	}

	.gh-catalog-order select {
		width: 100%;
		flex: 1;
	}

	.gh-catalog-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 38px 32px;
	}
}

@media (max-width: 520px) {
	.gh-catalog-hero::after {
		right: -280px;
	}

	.gh-catalog-hero__inner {
		padding-bottom: 52px;
	}

	.gh-catalog-hero .breadcrumbs {
		margin-bottom: 34px;
	}

	.gh-catalog-hero h1 {
		font-size: 2.45rem;
	}

	.gh-catalog-hero__grid > div:first-child > p:last-child {
		font-size: .86rem;
	}

	.gh-catalog-hero__summary {
		min-width: 0;
		padding: 14px 18px;
	}

	.gh-catalog-listing {
		padding-top: 54px;
	}

	.gh-catalog-toolbar {
		margin-bottom: 20px;
	}

	.gh-catalog-order label {
		display: none;
	}

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

	.gh-catalog-cta {
		padding-bottom: 64px;
	}

	.gh-catalog-cta__inner {
		padding: 32px 24px;
		border-radius: 19px;
	}

	.gh-catalog-cta__inner > a {
		width: 100%;
	}
}
