body.jpm-product-side-nav-enabled {
	--jpm-nav-red: #d9232e;
	--jpm-nav-ink: #111820;
	--jpm-nav-text: #35404a;
	--jpm-nav-muted: #87909a;
	--jpm-nav-line: #dedede;
	--jpm-nav-panel: #ffffff;
}

body.jpm-product-catalogue-layout-enabled #content > .container > .row {
	align-items: start;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav {
	color: var(--jpm-nav-text);
	background: var(--jpm-nav-panel);
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .zn_sidebar,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav__inner {
	width: 100%;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .widget {
	margin: 0 0 36px;
	padding: 0 !important;
	border: 0;
	background: transparent;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .widgettitle {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 14px;
	border-bottom: 1px solid var(--jpm-nav-line);
	color: var(--jpm-nav-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .widgettitle::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 44px;
	height: 2px;
	background: var(--jpm-nav-red);
	content: '';
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .woocommerce-product-search,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .gensearch__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50px;
	width: 100%;
	min-height: 44px;
	margin: 0;
	border: 1px solid #d6d6d6;
	background: #fff;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .search-field,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .gensearch__input {
	width: 100%;
	height: 44px;
	min-width: 0;
	padding: 0 15px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: var(--jpm-nav-text);
	font-size: 14px;
	line-height: 44px;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .gensearch__submit,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-product-search__submit {
	position: relative;
	top: auto;
	right: auto;
	display: block;
	width: 50px;
	height: 44px;
	padding: 0;
	border: 0;
	border-left: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	color: #9aa1a8;
	box-shadow: none;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-product-search__submit span,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-product-search__submit span::after {
	position: absolute;
	display: block;
	content: '';
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-product-search__submit span {
	top: 13px;
	left: 17px;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-product-search__submit span::after {
	top: 9px;
	left: 9px;
	width: 7px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li > a {
	position: relative;
	display: block;
	min-height: 36px;
	padding: 9px 36px 9px 20px;
	color: var(--jpm-nav-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li > a::before {
	position: absolute;
	top: 17px;
	left: 0;
	width: 8px;
	height: 1px;
	background: #cfd3d6;
	content: '';
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li > a:hover,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li > a:focus-visible,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories .current-cat > a,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories .current-cat-parent > a,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories .current-cat-ancestor > a {
	color: var(--jpm-nav-ink);
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories .current-cat > a,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories ul .current-cat-parent > a,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories ul .current-cat-ancestor > a {
	font-weight: 700;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories > .current-cat-parent > a,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories > .current-cat-ancestor > a {
	font-weight: 400;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories ul.children {
	padding-left: 20px;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories ul.children[hidden] {
	display: none;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-category-arrow {
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 2px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-category-arrow::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 9px;
	height: 9px;
	border-right: 1.5px solid #505754;
	border-bottom: 1.5px solid #505754;
	content: '';
	transform: rotate(45deg);
	transition: transform 160ms ease, top 160ms ease;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .jpm-category-arrow[aria-expanded='true']::before {
	top: 13px;
	transform: rotate(225deg);
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle {
	display: none;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin: 0 0 46px;
	padding: 0;
	clear: both;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-result-count {
	float: none;
	margin: 0;
	color: #68717a;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering {
	position: relative;
	display: block !important;
	float: none;
	width: 212px;
	height: 42px;
	margin: 0;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering::before,
body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering::after {
	position: absolute;
	z-index: 2;
	right: 12px;
	width: 0;
	height: 0;
	pointer-events: none;
	content: '';
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering::before {
	top: 13px;
	border-right: 3px solid transparent;
	border-bottom: 4px solid #596168;
	border-left: 3px solid transparent;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering::after {
	bottom: 13px;
	border-top: 4px solid #596168;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .orderby {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 36px 0 14px;
	border: 1px solid #d7d2cb;
	border-radius: 0;
	outline: 0;
	background: #fff;
	color: #333b42;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .orderby:focus-visible {
	border-color: var(--jpm-nav-red);
	box-shadow: 0 0 0 2px rgba(217, 35, 46, 0.15);
}

@media (min-width: 992px) {
	body.jpm-product-catalogue-layout-enabled #content > .container > .row {
		display: grid !important;
		grid-template-columns: minmax(230px, 275px) minmax(0, 1fr);
		column-gap: clamp(34px, 4vw, 64px);
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-md-9,
	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-sm-8 {
		grid-column: 2;
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
		float: none;
		inset: auto;
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > aside,
	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .jpm-product-side-nav--generated {
		grid-row: 1;
		grid-column: 1;
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
		float: none;
		inset: auto;
	}
}

@media (max-width: 991px) {
	body.jpm-product-catalogue-layout-enabled #content > .container > .row {
		display: flex !important;
		flex-direction: column;
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .jpm-product-side-nav-mobile-toggle {
		order: 0;
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .jpm-product-side-nav {
		order: 1;
		width: 100%;
		margin: 0 0 30px;
		padding: 24px;
		border: 1px solid var(--jpm-nav-line);
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .jpm-product-side-nav:not(.is-jpm-product-side-nav-open) {
		display: none;
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-md-9,
	body.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-sm-8 {
		order: 2;
		width: 100%;
		margin: 0;
		padding: 0 15px;
		float: none;
		inset: auto;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - 30px);
		min-height: 48px;
		margin: 0 15px 24px;
		padding: 0 16px;
		border: 1px solid var(--jpm-nav-line);
		background: #fff;
		color: var(--jpm-nav-ink);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-align: left;
		text-transform: uppercase;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle__icon {
		position: relative;
		width: 14px;
		height: 14px;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle__icon::before,
	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle__icon::after {
		position: absolute;
		top: 6px;
		left: 1px;
		width: 12px;
		height: 1px;
		background: currentColor;
		content: '';
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle__icon::after {
		transform: rotate(90deg);
		transition: transform 160ms ease;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle[aria-expanded='true'] .jpm-product-side-nav-mobile-toggle__icon::after {
		transform: rotate(0deg);
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar {
		align-items: stretch;
		margin-bottom: 30px;
	}
}

@media (max-width: 640px) {
	body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar {
		flex-direction: column;
		gap: 14px;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-ordering {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* JPM Lux catalogue system ------------------------------------------------- */

body.jpm-product-catalogue-layout-enabled {
	--jpm-lux-ivory: #f4f1ea;
	--jpm-lux-stone: #f6f3ee;
	--jpm-lux-charcoal: #202322;
	--jpm-lux-copy: #555b59;
	--jpm-lux-rule: #dedbd4;
	--jpm-lux-shell-width: 1680px;
	--jpm-lux-shell-gutter: clamp(24px, 3.5vw, 64px);
	--jpm-lux-shell-inset: clamp(48px, 7vw, 128px);
	--jpm-lux-sidebar-width: clamp(250px, 17vw, 292px);
	--jpm-lux-column-gap: clamp(44px, 4vw, 76px);
	color: var(--jpm-lux-charcoal);
}

body.jpm-product-catalogue-layout-enabled #content > .container {
	width: calc(100% - var(--jpm-lux-shell-inset));
	max-width: var(--jpm-lux-shell-width);
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

body.jpm-product-catalogue-layout-enabled #content {
	overflow-x: clip;
	background: #fff;
}

body.jpm-product-catalogue-layout-enabled #content > .container > .row {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-top: clamp(46px, 4vw, 72px);
}

body.jpm-product-catalogue-layout-enabled .breadcrumbs,
body.jpm-product-catalogue-layout-enabled .woocommerce-breadcrumb,
body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy {
	transform: translateX(var(--jpm-lux-align-offset, 0));
}

body.jpm-product-catalogue-layout-enabled .breadcrumbs,
body.jpm-product-catalogue-layout-enabled .woocommerce-breadcrumb {
	color: #565b59;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header {
	min-height: 208px;
	padding-top: clamp(52px, 5vw, 82px);
	padding-bottom: clamp(42px, 4vw, 66px);
	background: var(--jpm-lux-ivory);
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy {
	width: min(760px, calc(100vw - var(--jpm-lux-shell-inset)));
}

body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header__title,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header__title {
	position: relative;
	left: auto !important;
	margin: 0;
	padding: 0;
	color: var(--jpm-lux-charcoal);
	font-size: clamp(38px, 3vw, 54px);
	font-weight: 300;
	line-height: 1.12 !important;
	letter-spacing: -0.028em;
}

body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header__title::after,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header__title::after {
	position: static !important;
	display: block !important;
	width: 48px !important;
	height: 2px !important;
	margin: 17px 0 0 !important;
	background: var(--jpm-nav-red) !important;
	content: '' !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .term-description {
	max-width: 760px;
	margin: 19px 0 0 !important;
	color: var(--jpm-lux-copy);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .term-description > :last-child {
	margin-bottom: 0;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .widget {
	margin-bottom: 42px;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .widgettitle {
	margin-bottom: 22px;
	padding-bottom: 15px;
	border-bottom-color: var(--jpm-lux-rule);
	color: var(--jpm-lux-charcoal);
	font-size: 12px;
	letter-spacing: 0.055em;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .woocommerce-product-search,
body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .gensearch__form {
	min-height: 46px;
	border-color: var(--jpm-lux-rule);
	background: #fff;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories li > a {
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4c5250;
	font-size: 13px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .product-categories .current-cat > a {
	color: var(--jpm-lux-charcoal);
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar {
	min-height: 46px;
	margin-top: var(--jpm-lux-toolbar-offset, 0) !important;
	margin-bottom: clamp(40px, 4vw, 64px);
	padding-bottom: 18px;
	border-bottom: 1px solid var(--jpm-lux-rule);
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .woocommerce-result-count {
	color: #727875;
	font-size: 11px;
	letter-spacing: 0.065em;
	padding-top: 1px;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-ordering--duplicate {
	display: none !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav .woocommerce-ordering {
	display: none !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar > .woocommerce-ordering {
	display: block !important;
	width: 220px;
	height: 44px;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar .orderby {
	height: 44px;
	border-color: #d8d3ca;
	background-color: #fff;
	color: var(--jpm-lux-charcoal);
	font-size: 11px;
	letter-spacing: 0.045em;
}

body.jpm-product-catalogue-layout-enabled.archive .kallyas-productlist-wrapper ul.products,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .kallyas-productlist-wrapper ul.products,
body.jpm-product-catalogue-layout-enabled.archive ul.products,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: clamp(24px, 2.6vw, 50px);
	row-gap: clamp(58px, 5vw, 88px);
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

body.jpm-product-catalogue-layout-enabled.archive ul.products::before,
body.jpm-product-catalogue-layout-enabled.archive ul.products::after,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products::before,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products::after {
	display: none !important;
}

body.jpm-product-catalogue-layout-enabled.archive ul.products li.product,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	clear: none !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.jpm-product-catalogue-layout-enabled.archive ul.products li.product img,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product img {
	width: 100%;
	height: auto;
	margin: 0 0 24px;
	padding: clamp(16px, 1.8vw, 30px);
	border: 0;
	background: var(--jpm-lux-stone);
	box-shadow: none;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
}

body.jpm-product-catalogue-layout-enabled.archive ul.products li.product .woocommerce-loop-product__title,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.jpm-product-catalogue-layout-enabled.archive ul.products li.product h2,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product h2 {
	margin: 0 0 11px;
	color: var(--jpm-lux-charcoal);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -0.01em;
	text-transform: none;
}

@media (min-width: 992px) {
	body.jpm-product-catalogue-layout-enabled #content > .container > .row {
		grid-template-columns: var(--jpm-lux-sidebar-width) minmax(0, 1fr);
		column-gap: var(--jpm-lux-column-gap);
	}
}

@media (max-width: 1199px) {
	body.jpm-product-catalogue-layout-enabled.archive .kallyas-productlist-wrapper ul.products,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product .kallyas-productlist-wrapper ul.products,
	body.jpm-product-catalogue-layout-enabled.archive ul.products,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.jpm-product-catalogue-layout-enabled #content > .container {
		width: calc(100% - 40px);
	}

	body.jpm-product-catalogue-layout-enabled #content > .container > .row {
		padding-top: 34px;
	}

	body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header {
		min-height: 0;
		padding: 44px 20px;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy {
		width: 100%;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-side-nav-mobile-toggle {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	body.jpm-product-catalogue-layout-enabled.archive .kallyas-productlist-wrapper ul.products,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product .kallyas-productlist-wrapper ul.products,
	body.jpm-product-catalogue-layout-enabled.archive ul.products,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products {
		grid-template-columns: minmax(0, 1fr);
	}

	body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header__title,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header__title {
		font-size: 36px;
	}
}

/* Keep the complete archive heading and introduction inside one banner. */
body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	width: var(--jpm-lux-banner-width, 100%) !important;
	height: auto !important;
	min-height: 0;
	margin-right: 0 !important;
	margin-left: var(--jpm-lux-banner-offset, 0) !important;
	padding: clamp(42px, 3vw, 56px) 0 clamp(30px, 2.5vw, 42px) !important;
	overflow: visible;
	background: var(--jpm-lux-ivory) !important;
	box-shadow: none !important;
	clip-path: none !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy {
	position: static !important;
	display: block !important;
	box-sizing: border-box;
	height: auto !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .term-description,
body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .kw-details-desc,
body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .term-description p {
	position: static !important;
	width: 100%;
	height: auto !important;
	float: none !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-lux-archive-copy .term-description p {
	margin-top: 0;
	margin-bottom: 0;
}

body.jpm-product-catalogue-layout-enabled .jpm-catalogue-hero.has-no-jpm-hero-image {
	background: var(--jpm-lux-ivory) !important;
}

body.jpm-product-catalogue-layout-enabled .jpm-catalogue-layout-suppressed {
	display: none !important;
}

body.single-product.jpm-product-catalogue-layout-enabled .summary h1.product_title,
body.single-product.jpm-product-catalogue-layout-enabled .summary .product_title.entry-title {
	line-height: 1.12 !important;
}

body.single-product.jpm-product-catalogue-layout-enabled .summary h1.product_title::after,
body.single-product.jpm-product-catalogue-layout-enabled .summary .product_title.entry-title::after {
	position: static !important;
	display: block !important;
	width: 48px !important;
	height: 2px !important;
	margin: 17px 0 0 !important;
	background: var(--jpm-nav-red) !important;
	content: '' !important;
}

body.jpm-product-catalogue-layout-enabled.archive .kallyas-productlist-wrapper,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product .kallyas-productlist-wrapper,
body.jpm-product-catalogue-layout-enabled.archive ul.products,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products,
body.jpm-product-catalogue-layout-enabled.archive ul.products li.product,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product {
	background: #fff !important;
}

body.jpm-product-catalogue-layout-enabled.archive ul.products li.product img,
body.jpm-product-catalogue-layout-enabled.post-type-archive-product ul.products li.product img {
	height: auto !important;
	padding: 0 !important;
	background: transparent !important;
	aspect-ratio: auto !important;
	object-fit: initial !important;
}

@media (min-width: 992px) {
	body.archive.jpm-product-catalogue-layout-enabled #content > .container > .row,
	body.post-type-archive-product.jpm-product-catalogue-layout-enabled #content > .container > .row {
		display: grid !important;
		grid-template-columns: var(--jpm-lux-sidebar-width) minmax(0, 1fr) !important;
		column-gap: var(--jpm-lux-column-gap) !important;
	}

	body.archive.jpm-product-catalogue-layout-enabled #content > .container > .row > aside,
	body.post-type-archive-product.jpm-product-catalogue-layout-enabled #content > .container > .row > aside {
		display: block !important;
		visibility: visible !important;
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		inset: auto !important;
	}

	body.archive.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-md-9,
	body.archive.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-sm-8,
	body.post-type-archive-product.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-md-9,
	body.post-type-archive-product.jpm-product-catalogue-layout-enabled #content > .container > .row > .col-sm-8 {
		display: block !important;
		grid-column: 2 !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		inset: auto !important;
	}

	body.jpm-product-catalogue-layout-enabled .jpm-product-catalogue-toolbar {
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	body.jpm-product-catalogue-layout-enabled.archive .woocommerce-products-header,
	body.jpm-product-catalogue-layout-enabled.post-type-archive-product .woocommerce-products-header {
		padding: 40px 20px !important;
	}
}
