body.wenmeng-product-catalog {
	--wenmeng-catalog-bg: #f3f3f3;
	--wenmeng-catalog-surface: #ffffff;
	--wenmeng-catalog-text: #1a1c1c;
	--wenmeng-catalog-muted: #666666;
	--wenmeng-catalog-border: #e5e5e5;
	--wenmeng-catalog-orange: #a33e00;
	--wenmeng-catalog-orange-bright: #ff6600;
	background: var(--wenmeng-catalog-bg);
}

body.wenmeng-product-catalog #main > .hero-section {
	display: none !important;
}

body.wenmeng-product-catalog #main > .ct-container[data-sidebar="left"] {
	width: min(1280px, calc(100vw - 48px));
	max-width: 1280px;
	display: grid !important;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding-top: 24px;
	padding-bottom: 48px;
}

body.wenmeng-product-catalog #main > .ct-container[data-sidebar="left"] > section {
	grid-column: 2;
	min-width: 0;
}

body.wenmeng-product-catalog #sidebar {
	display: block !important;
	grid-column: 1;
	grid-row: 1;
	position: sticky;
	top: 88px;
	width: auto;
	min-width: 0;
	padding: 24px 0 0;
	background: transparent;
}

body.wenmeng-product-catalog #sidebar > .ct-sidebar {
	padding: 0;
}

body.wenmeng-product-catalog #sidebar .ct-widget {
	display: none !important;
}

body.wenmeng-product-catalog .wenmeng-catalog-sidebar-widget {
	display: block;
	padding: 0 8px;
}

body.wenmeng-product-catalog .wenmeng-catalog-sidebar-heading h2 {
	margin: 0;
	color: var(--wenmeng-catalog-text);
	font-family: Inter, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

body.wenmeng-product-catalog .wenmeng-catalog-sidebar-heading p {
	margin: 4px 0 24px;
	color: var(--wenmeng-catalog-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

body.wenmeng-product-catalog .wenmeng-catalog-categories {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.wenmeng-product-catalog .wenmeng-catalog-categories a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--wenmeng-catalog-orange);
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

body.wenmeng-product-catalog .wenmeng-catalog-categories a:hover {
	background: #eee2dc;
	transform: translateX(2px);
}

body.wenmeng-product-catalog .wenmeng-catalog-categories a.is-active {
	background: var(--wenmeng-catalog-orange);
	color: #fff;
}

body.wenmeng-product-catalog .wenmeng-catalog-category-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	font-size: 20px;
	line-height: 1;
}

body.wenmeng-product-catalog .wenmeng-catalog-sidebar-note {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
	padding: 16px;
	border-top: 1px solid var(--wenmeng-catalog-border);
	color: var(--wenmeng-catalog-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

body.wenmeng-product-catalog .wenmeng-catalog-sidebar-note strong {
	color: var(--wenmeng-catalog-text);
	font-size: 13px;
}

body.wenmeng-product-catalog .wenmeng-catalog-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 24px 16px;
	border: 1px solid var(--wenmeng-catalog-border);
	background-color: #f9f9f9;
	background-image: radial-gradient(#e5e2e1 1px, transparent 1px);
	background-size: 20px 20px;
	text-align: center;
}

body.wenmeng-product-catalog .wenmeng-catalog-eyebrow {
	margin: 0 0 4px;
	color: var(--wenmeng-catalog-orange);
	font-family: Inter, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.wenmeng-product-catalog .wenmeng-catalog-header h1 {
	margin: 0;
	color: var(--wenmeng-catalog-text);
	font-family: "Hanken Grotesk", Inter, system-ui, sans-serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.15;
}

body.wenmeng-product-catalog .wenmeng-catalog-description {
	max-width: 720px;
	margin: 7px auto 0;
	color: var(--wenmeng-catalog-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

body.wenmeng-product-catalog .wenmeng-catalog-search {
	display: flex;
	align-items: center;
	width: min(100%, 520px);
	margin-top: 14px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background: var(--wenmeng-catalog-surface);
}

body.wenmeng-product-catalog .wenmeng-catalog-search > span {
	padding-left: 12px;
	color: var(--wenmeng-catalog-muted);
	font-size: 24px;
	line-height: 1;
}

body.wenmeng-product-catalog .wenmeng-catalog-search input[type="search"] {
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--wenmeng-catalog-text);
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
}

body.wenmeng-product-catalog .wenmeng-catalog-search:focus-within {
	border-color: var(--wenmeng-catalog-orange);
	box-shadow: 0 0 0 2px rgba(163, 62, 0, .12);
}

body.wenmeng-product-catalog .woo-listing-top {
	min-height: 0;
	margin: 0;
}

body.wenmeng-product-catalog ul.products.columns-3,
body.wenmeng-product-catalog ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 24px 0 0 !important;
}

body.wenmeng-product-catalog ul.products::before,
body.wenmeng-product-catalog ul.products::after {
	display: none !important;
}

body.wenmeng-product-catalog ul.products li.product {
	display: flex !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 16px !important;
	border: 1px solid var(--wenmeng-catalog-border);
	border-radius: 2px;
	background: var(--wenmeng-catalog-surface);
	overflow: hidden;
}

body.wenmeng-product-catalog ul.products li.product:hover {
	box-shadow: 0 8px 18px rgba(26, 28, 28, .08);
}

body.wenmeng-product-catalog ul.products li.product figure {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	background: #f7f7f7;
	overflow: hidden;
}

body.wenmeng-product-catalog ul.products li.product figure .ct-media-container {
	display: block;
	width: 100%;
	height: 100%;
}

body.wenmeng-product-catalog ul.products li.product figure img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	padding: 14px;
	object-fit: contain !important;
	aspect-ratio: auto !important;
	transition: transform .35s ease;
}

body.wenmeng-product-catalog ul.products li.product:hover figure img {
	transform: scale(1.035);
}

body.wenmeng-product-catalog ul.products li.product .onsale {
	display: none !important;
}

body.wenmeng-product-catalog ul.products li.product .woocommerce-loop-product__title {
	min-height: 42px;
	margin: 14px 16px 4px !important;
	color: var(--wenmeng-catalog-text);
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.4;
}

body.wenmeng-product-catalog ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

body.wenmeng-product-catalog .wenmeng-catalog-card-subtitle {
	min-height: 34px;
	margin: 0 16px 8px;
	color: var(--wenmeng-catalog-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

body.wenmeng-product-catalog ul.products li.product .price {
	margin: auto 16px 0 !important;
	color: var(--wenmeng-catalog-orange) !important;
	font-family: Inter, system-ui, sans-serif;
	font-size: 19px !important;
	font-weight: 700;
	line-height: 1.35;
}

body.wenmeng-product-catalog ul.products li.product .price del {
	display: none;
}

body.wenmeng-product-catalog ul.products li.product .ct-woo-card-rating {
	display: none !important;
}

body.wenmeng-product-catalog ul.products li.product .entry-meta {
	margin: 6px 16px 0 !important;
	padding: 0 !important;
}

body.wenmeng-product-catalog ul.products li.product .entry-meta li,
body.wenmeng-product-catalog ul.products li.product .entry-meta a {
	color: var(--wenmeng-catalog-muted) !important;
	font-family: Inter, system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.wenmeng-product-catalog .wenmeng-catalog-min-order {
	display: block;
	margin: 3px 16px 0;
	color: var(--wenmeng-catalog-muted);
	font-family: Inter, system-ui, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

body.wenmeng-product-catalog ul.products li.product .ct-woo-card-actions {
	display: flex;
	margin: 12px 16px 0 !important;
}

body.wenmeng-product-catalog ul.products li.product .ct-woo-card-actions .button {
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 2px;
	background: var(--wenmeng-catalog-orange-bright) !important;
	color: #fff !important;
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

body.wenmeng-product-catalog ul.products li.product .ct-woo-card-actions .button:hover {
	background: var(--wenmeng-catalog-orange) !important;
}

@media (max-width: 1100px) {
	body.wenmeng-product-catalog ul.products.columns-3,
	body.wenmeng-product-catalog ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body.wenmeng-product-catalog #main > .ct-container[data-sidebar="left"] {
		width: min(100%, calc(100vw - 32px));
		grid-template-columns: 1fr;
		gap: 16px;
		padding-top: 16px;
	}

	body.wenmeng-product-catalog #main > .ct-container[data-sidebar="left"] > section {
		grid-column: 1;
	}

	body.wenmeng-product-catalog #sidebar {
		position: static;
		grid-column: 1;
		grid-row: 1;
		padding-top: 0;
	}

	body.wenmeng-product-catalog .wenmeng-catalog-sidebar-heading p,
	body.wenmeng-product-catalog .wenmeng-catalog-sidebar-note {
		display: none;
	}

	body.wenmeng-product-catalog .wenmeng-catalog-categories {
		flex-direction: row;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	body.wenmeng-product-catalog .wenmeng-catalog-categories a {
		flex: 0 0 auto;
		min-height: 40px;
		padding: 8px 10px;
		font-size: 12px;
	}

	body.wenmeng-product-catalog .wenmeng-catalog-category-icon {
		width: auto;
		font-size: 16px;
	}

	body.wenmeng-product-catalog ul.products.columns-3,
	body.wenmeng-product-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 520px) {
	body.wenmeng-product-catalog .wenmeng-catalog-header {
		padding: 16px;
	}

	body.wenmeng-product-catalog .wenmeng-catalog-description {
		font-size: 13px;
	}

	body.wenmeng-product-catalog ul.products.columns-3,
	body.wenmeng-product-catalog ul.products {
		grid-template-columns: 1fr;
	}

	body.wenmeng-product-catalog ul.products li.product figure {
		aspect-ratio: 1.12 / 1;
	}
}
