.listing-hero {
	background: linear-gradient(100deg, #edf2e6, #f8f5ec);
	padding: 65px 0 55px
}

.listing-hero-content {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px
}

.listing-hero h1 {
	font-family: "Playfair Display";
	font-size: clamp(42px, 5vw, 65px);
	color: var(--green);
	margin: 12px 0
}

.eyebrow {
    font-size: 12px;
    color: var(--white);
}

.listing-hero p {
	max-width: 650px;
	min-height: 400px;
	color: var(--muted);
	line-height: 1.7;
	margin: 0
}

.hero-category-count {
	width: 105px;
	height: 105px;
	border: 1px solid #cdd8c5;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--green);
	flex: none
}

.hero-category-count strong {
	font-family: "Playfair Display";
	font-size: 30px;
	line-height: 1
}

.hero-category-count span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 5px
}

.category-nav-section {
	background: #fff;
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 78px;
	z-index: 20
}

.category-nav-scroll {
	display: flex;
	overflow: auto;
	scrollbar-width: none
}

.category-nav-scroll::-webkit-scrollbar {
	display: none
}

.category-nav-item {
	white-space: nowrap;
	padding: 17px 22px;
	font-size: 11px;
	font-weight: 700;
	color: var(--muted);
	border-bottom: 2px solid transparent
}

.category-nav-item i {
	margin-right: 6px;
	color: var(--green)
}

.category-nav-item.active, .category-nav-item:hover {
	color: var(--green);
	border-color: var(--green)
}

.listing-main {
	background: #faf9f4
}

.filter-panel {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 22px;
	position: sticky;
	top: 145px
}

.filter-panel-header {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid var(--border);
	padding-bottom: 15px
}

.filter-panel-header h3 {
	font-family: "Playfair Display";
	color: var(--green);
	font-size: 22px;
	margin: 0;
	flex: 1
}

.filter-panel-header button {
	border: 0;
	background: none;
	color: var(--green);
	font-size: 10px;
	font-weight: 700
}

.close-filter {
	font-size: 15px !important
}

.filter-group {
	padding: 20px 0;
	border-bottom: 1px solid var(--border)
}

.filter-group:last-of-type {
	border-bottom: 0
}

.filter-group h4 {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 800;
	color: var(--green);
	margin: 0 0 15px
}

.filter-group h4 i {
	font-size: 9px;
	color: var(--muted)
}

.filter-options label, .check-row, .rating-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	margin: 10px 0;
	color: #555
}

.filter-options label span {
	flex: 1
}

.filter-options small {
	font-size: 9px;
	color: #aaa
}

.filter-options input, .check-row input, .rating-row input {
	accent-color: var(--green)
}

.price-range-label {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: var(--muted);
	margin-bottom: 6px
}

.form-range {
	accent-color: var(--green)
}

.rating-row .stars {
	color: #c69a4b;
	font-size: 11px;
	letter-spacing: 1px
}

.mobile-filter-bar {
	display: flex;
	gap: 8px;
	margin-bottom: 20px
}

.mobile-filter-bar .form-select {
	flex: 1;
	border-radius: 99px;
	font-size: 11px
}

.mobile-filter-bar .btn {
	font-size: 11px
}

.listing-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px
}

.listing-toolbar strong {
	color: var(--green);
	font-size: 13px
}

.toolbar-muted {
	font-size: 10px;
	color: var(--muted);
	margin-left: 7px
}

.toolbar-right {
	align-items: center;
	gap: 12px
}

.view-switcher {
	display: flex;
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden
}

.view-switcher button {
	width: 34px;
	height: 32px;
	border: 0;
	background: #fff;
	color: var(--muted)
}

.view-switcher button.active {
	background: var(--green);
	color: #fff
}

.sort-label {
	font-size: 10px;
	color: var(--muted)
}

#desktopSort {
	width: 170px;
	border-radius: 8px;
	font-size: 11px
}

.active-filters {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	min-height: 0;
	margin-bottom: 12px
}

.filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 9px;
	background: var(--sage);
	border-radius: 99px;
	font-size: 9px;
	color: var(--green);
	font-weight: 700
}

.filter-chip button {
	border: 0;
	background: none;
	color: inherit;
	padding: 0
}

.listing-product-card {
	height: 100%;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 16px;
	overflow: hidden;
	transition: .25s
}

.listing-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(36, 77, 54, .1)
}

.listing-image {
	height: 245px;
	background: #eef1e8;
	position: relative;
	overflow: hidden
}

.listing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .45s
}

.listing-product-card:hover .listing-image img {
	transform: scale(1.05)
}

.listing-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--green);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em
}

.listing-badge.offer {
	background: var(--gold)
}

.listing-wishlist {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--green);
	box-shadow: 0 5px 15px #0002
}

.listing-wishlist.active {
	background: var(--green);
	color: #fff
}

.listing-quick {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	border: 0;
	background: #fff;
	border-radius: 9px;
	padding: 9px;
	font-size: 10px;
	font-weight: 700;
	opacity: 0;
	transform: translateY(7px);
	transition: .2s
}

.listing-product-card:hover .listing-quick {
	opacity: 1;
	transform: none
}

.listing-info {
	padding: 15px
}

.listing-category {
	font-size: 8px;
	color: var(--gold);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em
}

.listing-info h3 {
	font-family: "Playfair Display";
	font-size: 19px;
	margin: 5px 0
}

.listing-description {
	font-size: 10px;
	color: var(--muted);
	margin-bottom: 10px
}

.listing-rating {
	font-size: 10px;
	color: #c69a4b
}

.listing-rating span {
	color: #999;
	margin-left: 3px
}

.price-line {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 10px
}

.price-line .current {
	font-weight: 800;
	color: var(--green);
	font-size: 17px
}

.price-line .old {
	text-decoration: line-through;
	color: #aaa;
	font-size: 11px
}

.discount {
	color: #a16d25;
	background: #f7ecd5;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 8px;
	font-weight: 700
}

.listing-actions {
	display: flex;
	gap: 6px;
	margin-top: 12px
}

.listing-add {
	flex: 1;
	border: 1px solid var(--green);
	background: var(--green);
	color: #fff;
	border-radius: 8px;
	padding: 9px;
	font-size: 10px;
	font-weight: 700
}

.listing-add:hover {
	background: #173827
}

.listing-buy {
	border: 1px solid var(--border);
	background: #fff;
	color: var(--green);
	border-radius: 8px;
	padding: 9px 11px;
	font-size: 10px
}

.list-view .product-item {
	width: 100%
}

.list-view .listing-product-card {
	display: flex
}

.list-view .listing-image {
	width: 240px;
	height: 210px;
	flex: none
}

.list-view .listing-info {
	flex: 1
}

.empty-state {
	text-align: center;
	padding: 70px 20px;
	background: #fff;
	border: 1px dashed var(--border);
	border-radius: 16px
}

.empty-state i {
	font-size: 42px;
	color: #bfcbb7
}

.empty-state h3 {
	font-family: "Playfair Display";
	color: var(--green);
	margin-top: 15px
}

.empty-state p {
	font-size: 12px;
	color: var(--muted)
}

.listing-pagination {
	margin-top: 35px
}

.listing-pagination .page-link {
	border: 0;
	color: var(--green);
	font-size: 11px;
	border-radius: 8px;
	margin: 0 3px
}

.listing-pagination .page-item.active .page-link {
	background: var(--green);
	color: #fff
}

.related-categories {
	background: #f2f4ec
}

.mini-category {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	color: var(--green);
	font-size: 12px;
	font-weight: 700
}

.mini-category i {
	font-size: 24px;
	color: var(--gold)
}

body.filter-open:after {
	content: "";
	position: fixed;
	inset: 0;
	background: #0008;
	z-index: 1040
}

.filter-panel {
	z-index: 1041
}

@media ( max-width :991px) {
	.category-nav-section {
		top: 68px
	}
	.filter-panel {
		position: fixed;
		left: -100%;
		top: 0;
		bottom: 0;
		width: min(360px, 90vw);
		height: 100vh;
		overflow: auto;
		border-radius: 0;
		z-index: 1050;
		transition: left .25s;
		padding: 22px
	}
	.filter-panel.open {
		left: 0
	}
	.listing-hero-content {
		align-items: center
	}
	.hero-category-count {
		width: 82px;
		height: 82px
	}
	.hero-category-count strong {
		font-size: 25px
	}
}

@media ( max-width :767px) {
	.listing-hero {
		padding: 45px 0
	}
	.listing-hero-content {
		display: block
	}
	.hero-category-count {
		display: none
	}
	.listing-hero h1 {
		font-size: 42px
	}
	.category-nav-item {
		padding: 14px 16px
	}
	.listing-image {
		height: 210px
	}
	.listing-info h3 {
		font-size: 17px
	}
	.list-view .listing-image {
		width: 140px;
		height: 180px
	}
	.list-view .listing-info {
		padding: 12px
	}
	.listing-actions {
		display: block
	}
	.listing-buy {
		width: 100%;
		margin-top: 5px
	}
}