.jl-category-landing {
	width: 100%;
	padding: clamp(54px, 7vw, 96px) 18px;
	background: #f7f5f3;
	color: #242327;
}

.jl-category-landing__inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.jl-category-landing__header {
	max-width: 720px;
	margin: 0 auto clamp(28px, 4vw, 48px);
	text-align: center;
}

.jl-category-landing__eyebrow {
	margin: 0 0 10px;
	color: #9d8149;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.jl-category-landing__title {
	margin: 0 0 14px;
	color: #202024;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: 0;
}

.jl-category-landing__description {
	margin: 0;
	color: #5d5750;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.6;
}

.jl-category-landing__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 clamp(30px, 4vw, 48px);
}

.jl-category-landing__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border: 1px solid rgba(157, 129, 73, 0.34);
	background: rgba(255, 255, 255, 0.72);
	color: #2a292d;
	text-decoration: none;
	transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.jl-category-landing__filter:hover,
.jl-category-landing__filter:focus {
	border-color: #9d8149;
	background: #fff;
	color: #1f1e22;
	text-decoration: none;
	transform: translateY(-1px);
}

.jl-category-landing__filter:focus-visible {
	outline: 2px solid #c8a75d;
	outline-offset: 3px;
}

.jl-category-landing__filter-label {
	display: block;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.jl-category-landing__products {
	background: #fff;
	padding: clamp(18px, 2vw, 28px);
	border: 1px solid rgba(157, 129, 73, 0.16);
}

.jl-category-landing__products .woocommerce {
	margin: 0;
}

.jl-category-landing__products .products {
	margin-bottom: 0;
}

.jl-category-landing__products .woocommerce ul.products,
.jl-category-landing__woocommerce ul.products,
.jl-category-landing ul.products.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.jl-category-landing__products .woocommerce ul.products::before,
.jl-category-landing__products .woocommerce ul.products::after,
.jl-category-landing__woocommerce ul.products::before,
.jl-category-landing__woocommerce ul.products::after,
.jl-category-landing ul.products.products::before,
.jl-category-landing ul.products.products::after {
	display: none !important;
	content: none !important;
}

.jl-category-landing__products .woocommerce ul.products li.product,
.jl-category-landing__woocommerce ul.products li.product,
.jl-category-landing ul.products.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jl-category-landing__products .woocommerce ul.products li.product a,
.jl-category-landing__woocommerce ul.products li.product a,
.jl-category-landing ul.products.products li.product a {
	display: block;
}

.jl-category-landing__products .woocommerce ul.products li.product img,
.jl-category-landing__woocommerce ul.products li.product img,
.jl-category-landing ul.products.products li.product img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.jl-category-landing__empty {
	margin: 0;
	padding: 28px;
	color: #5d5750;
	text-align: center;
}

@media (max-width: 767px) {
	.jl-category-landing {
		padding: 42px 14px 54px;
	}

	.jl-category-landing__filters {
		gap: 8px;
	}

	.jl-category-landing__filter {
		flex: 1 1 30%;
		padding-right: 10px;
		padding-left: 10px;
	}

	.jl-category-landing__products {
		padding: 12px;
	}

	.jl-category-landing__products .woocommerce ul.products,
	.jl-category-landing__woocommerce ul.products,
	.jl-category-landing ul.products.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}
}

@media (max-width: 420px) {
	.jl-category-landing__products .woocommerce ul.products,
	.jl-category-landing__woocommerce ul.products,
	.jl-category-landing ul.products.products {
		grid-template-columns: 1fr;
	}
}
