:root {
	--n1-ink: #0a0c0e;
	--n1-ink-soft: #151719;
	--n1-hero-panel: #111315;
	--n1-paper: #f8f6f1;
	--n1-card: #fffefa;
	--n1-gold: #bd9131;
	--n1-gold-deep: #a97718;
	--n1-text: #171717;
	--n1-muted: #68635c;
	--n1-line: #ded8cd;
}

body.n1-category-showcase {
	background: var(--n1-paper);
	color: var(--n1-text);
}

body.n1-category-showcase #header,
body.n1-category-showcase #header .header-wrapper,
body.n1-category-showcase #header .header-bg-color,
body.n1-category-showcase #header .header-main {
	background: var(--n1-ink) !important;
}

body.n1-category-showcase #header .nav > li > a,
body.n1-category-showcase #header .header-search a {
	color: #f8f4ea !important;
}

.n1-catalog,
.n1-catalog * {
	box-sizing: border-box;
}

.n1-catalog a {
	text-decoration: none;
}

.n1-catalog-hero {
	display: grid;
	grid-template-columns: minmax(400px, 40.5%) minmax(0, 59.5%);
	height: 410px;
	min-height: 410px;
	background: var(--n1-hero-panel);
	overflow: hidden;
}

.n1-catalog-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	background: var(--n1-hero-panel);
}

.n1-catalog-hero__inner {
	width: 100%;
	padding: 54px 44px 52px max(54px, calc((100vw - 1460px) / 2));
}

.n1-catalog-eyebrow,
.n1-card-label {
	margin: 0 0 14px;
	color: var(--n1-gold);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.n1-catalog-hero h1 {
	max-width: 520px;
	margin: 0;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(50px, 4.25vw, 68px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.n1-catalog-hero h1 span {
	display: block;
}

.n1-catalog-intro {
	max-width: 480px;
	margin: 24px 0 0;
	color: #e3e0d9;
	font-size: 15px;
	line-height: 1.65;
}

.n1-gold-rule,
.n1-card-rule {
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 24px;
	background: var(--n1-gold);
}

.n1-catalog-hero__visual {
	position: relative;
	background-color: #28251f;
	background-position: center;
	background-size: cover;
}

.n1-catalog-hero__curve {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	z-index: 2;
	width: 170px;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.n1-catalog-hero__curve-fill {
	fill: var(--n1-hero-panel);
}

.n1-catalog-hero__curve-line {
	fill: none;
	stroke: var(--n1-gold);
	stroke-width: 1.6;
	vector-effect: non-scaling-stroke;
}

.n1-catalog-hero__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 10, 12, .18), transparent 28%);
	content: '';
}

.n1-catalog-body {
	padding: 0 0 58px;
	background: var(--n1-paper);
}

.n1-catalog-shell {
	width: min(1248px, calc(100% - 48px));
	margin: 0 auto;
}

.n1-catalog-toolbar {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 102px;
}

.n1-category-menu {
	position: relative;
}

.n1-category-menu summary,
.n1-ordering select,
.n1-view-toggle {
	height: 42px;
	min-height: 42px;
	margin: 0 !important;
	border: 1px solid #c9c2b6;
	border-radius: 6px;
	box-shadow: none !important;
	color: var(--n1-text);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.n1-category-menu summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 0 12px;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.n1-category-menu summary:hover,
.n1-category-menu[open] summary {
	border-color: var(--n1-gold);
	background: #fff;
	color: var(--n1-gold-deep);
}

.n1-category-menu summary::-webkit-details-marker {
	display: none;
}

.n1-toolbar-list-icon {
	display: inline-flex;
}

.n1-category-menu__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.n1-toolbar-list-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.n1-category-menu__chevron {
	display: inline-flex;
	transition: transform .18s ease;
}

.n1-category-menu__chevron svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: var(--n1-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.n1-category-menu[open] .n1-category-menu__chevron {
	transform: rotate(180deg);
}

.n1-category-menu__panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 260px;
	padding: 9px;
	border: 1px solid var(--n1-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(19, 17, 13, .13);
}

.n1-category-menu__panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 9px;
	border-radius: 5px;
	color: var(--n1-text);
	font-size: 13px;
}

.n1-category-menu__panel a:hover {
	background: #f3efe6;
	color: var(--n1-gold-deep);
}

.n1-category-menu__panel span {
	color: #999188;
	font-size: 11px;
}

.n1-quick-categories {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 30px;
	overflow-x: auto;
	scrollbar-width: none;
}

.n1-quick-categories::-webkit-scrollbar {
	display: none;
}

.n1-quick-categories a {
	position: relative;
	display: flex;
	min-width: 66px;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 4px 10px;
	color: #28251f;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: color .18s ease;
}

.n1-quick-categories a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--n1-gold);
	content: '';
	transform: scaleX(0);
	transition: transform .2s ease;
}

.n1-quick-categories a:hover::after,
.n1-quick-categories a.is-active::after {
	transform: scaleX(1);
}

.n1-quick-categories a:hover,
.n1-quick-categories a.is-active {
	color: var(--n1-gold-deep);
}

.n1-quick-categories svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: var(--n1-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
}

.n1-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.n1-ordering {
	position: relative;
	margin: 0;
}

.n1-ordering::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid var(--n1-gold-deep);
	border-bottom: 1.5px solid var(--n1-gold-deep);
	content: '';
	pointer-events: none;
	transform: translateY(-70%) rotate(45deg);
}

.n1-ordering select {
	min-width: 118px;
	margin: 0;
	padding: 0 32px 0 13px;
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, .6) !important;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}

.n1-ordering select:hover,
.n1-ordering select:focus {
	border-color: var(--n1-gold);
	background: #fff !important;
	outline: none;
}

.n1-view-toggle {
	width: 42px;
	padding: 0;
	border-color: transparent !important;
	background: transparent !important;
	color: #35312b !important;
	cursor: pointer;
	line-height: 1;
	text-shadow: none !important;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.n1-view-toggle svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.n1-view-toggle.is-active {
	border-color: #c9c2b6 !important;
	background: #fff !important;
	color: var(--n1-gold-deep) !important;
}

.n1-view-toggle:hover,
.n1-view-toggle:focus-visible {
	border-color: var(--n1-gold) !important;
	background: #fff !important;
	color: var(--n1-gold-deep) !important;
	outline: none;
}

.n1-featured-product {
	position: relative;
	display: grid;
	grid-template-columns: 54% 46%;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid var(--n1-line);
	border-radius: 9px;
	background: var(--n1-card);
	box-shadow: 0 9px 28px rgba(28, 25, 20, .08);
}

.n1-featured-product__image,
.n1-product-card__image {
	display: block;
	background-color: #eeeae2;
	background-position: center;
	background-size: cover;
}

.n1-featured-product__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 38px 42px;
}

.n1-featured-ribbon {
	position: absolute;
	top: 0;
	right: 24px;
	display: grid;
	width: 38px;
	height: 48px;
	place-items: center;
	background: var(--n1-gold);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
	color: #fff;
	font-size: 20px;
}

.n1-featured-product h2,
.n1-product-card h2 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 400;
}

.n1-featured-product h2 {
	max-width: 430px;
	font-size: clamp(28px, 2.7vw, 40px);
	line-height: 1.08;
}

.n1-featured-product h2 a,
.n1-product-card h2 a {
	color: var(--n1-text);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.n1-card-rule {
	width: 32px;
	margin-top: 16px;
}

.n1-featured-product__excerpt {
	max-width: 510px;
	margin: 16px 0 18px;
	color: var(--n1-muted);
	font-size: 14px;
	line-height: 1.6;
}

.n1-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.n1-product-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 9px;
	border: 1px solid var(--n1-line);
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);
	color: #625c52;
	font-size: 10px;
	line-height: 1.2;
}

.n1-product-badges span::before {
	margin-right: 5px;
	color: var(--n1-gold);
	content: '◇';
}

.n1-featured-cta {
	display: inline-flex;
	min-width: 220px;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 22px;
	padding: 0 18px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--n1-gold-deep), var(--n1-gold));
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.n1-featured-cta:hover {
	color: #fff;
	filter: brightness(1.06);
}

.n1-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 22px;
}

.n1-product-card {
	display: flex;
	min-width: 0;
	min-height: 405px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--n1-line);
	border-radius: 8px;
	background: var(--n1-card);
	box-shadow: 0 7px 19px rgba(28, 25, 20, .055);
	transition: transform .2s ease, box-shadow .2s ease;
}

.n1-product-card:hover {
	box-shadow: 0 12px 28px rgba(28, 25, 20, .11);
	transform: translateY(-3px);
}

.n1-product-card__image {
	position: relative;
	height: auto;
	flex: 0 0 auto;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background-position: center;
	background-size: 0 0;
}

.n1-product-card__image::before {
	display: none;
}

.n1-product-card__visual {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform .35s ease;
}

.n1-product-card:hover .n1-product-card__visual {
	transform: scale(1.015);
}

.n1-product-card__body {
	display: flex;
	min-height: 200px;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 14px;
}

.n1-product-card .n1-card-label {
	margin-bottom: 7px;
	font-size: 9px;
}

.n1-product-card h2 {
	display: -webkit-box;
	min-height: 44px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.n1-product-card__excerpt {
	display: -webkit-box;
	min-height: 42px;
	margin: 10px 0 13px;
	overflow: hidden;
	color: var(--n1-muted);
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.n1-product-card .n1-product-badges {
	margin-bottom: 14px;
}

.n1-product-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #ebe6dc;
	color: var(--n1-gold-deep);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.n1-product-grid.is-list {
	grid-template-columns: 1fr;
}

.n1-product-grid.is-list .n1-product-card {
	display: grid;
	min-height: 240px;
	grid-template-columns: minmax(260px, 34%) 1fr;
}

.n1-product-grid.is-list .n1-product-card__image {
	height: 100%;
	aspect-ratio: auto;
}

.n1-no-products {
	margin: 50px 0;
	padding: 30px;
	border: 1px solid var(--n1-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.n1-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 38px;
}

.n1-pagination .page-numbers {
	display: inline-grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--n1-line);
	border-radius: 5px;
	background: #fff;
	color: var(--n1-text);
}

.n1-pagination .current,
.n1-pagination a:hover {
	border-color: var(--n1-gold);
	background: var(--n1-gold);
	color: #fff;
}

body.n1-category-showcase #footer,
body.n1-category-showcase #footer .footer-wrapper,
body.n1-category-showcase #footer .absolute-footer {
	background: var(--n1-ink) !important;
	color: #eee9df;
}

@media (max-width: 1080px) {
	.n1-catalog-hero {
		grid-template-columns: minmax(360px, 44%) minmax(0, 56%);
		height: 380px;
		min-height: 380px;
	}

	.n1-catalog-hero__inner {
		padding-left: 48px;
	}

	.n1-catalog-toolbar {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 14px;
		padding: 16px 0;
	}

	.n1-toolbar-actions {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.n1-quick-categories {
		justify-content: flex-start;
	}

	.n1-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.n1-catalog-hero {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.n1-catalog-hero__inner {
		padding: 46px 20px 42px;
	}

	.n1-catalog-hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.n1-catalog-hero__visual {
		min-height: 240px;
	}

	.n1-catalog-hero__curve {
		display: none;
	}

	.n1-catalog-shell {
		width: min(100% - 28px, 620px);
	}

	.n1-catalog-toolbar {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		gap: 10px;
	}

	.n1-category-menu {
		width: 100%;
	}

	.n1-quick-categories {
		width: 100%;
		order: 3;
	}

	.n1-toolbar-actions {
		width: 100%;
		justify-content: flex-start;
	}

	.n1-featured-product {
		grid-template-columns: 1fr;
	}

	.n1-featured-product__image {
		min-height: 255px;
	}

	.n1-featured-product__content {
		padding: 30px 24px;
	}

	.n1-product-grid,
	.n1-product-grid.is-list {
		grid-template-columns: 1fr;
	}

	.n1-product-grid.is-list .n1-product-card {
		display: flex;
	}

	.n1-product-card__image {
		height: auto;
		flex-basis: auto;
		aspect-ratio: 4 / 3;
	}

	.n1-view-toggle {
		display: none;
	}
}
.n1-search-toolbar .n1-quick-categories{justify-content:center}.n1-search-catalog .n1-no-products{padding:70px 24px;border:1px solid var(--n1-border);border-radius:18px;background:#fff;text-align:center}.n1-search-catalog .n1-no-products h2{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:34px;font-weight:400}.n1-search-catalog .n1-no-products p{margin:0;color:#706b63}
