:root {
	--nb-black: #080808;
	--nb-black-soft: #111111;
	--nb-charcoal: #1A1A1A;
	--nb-footer: #050505;
	--nb-text: #F2F0EA;
	--nb-text-soft: #D8D4CA;
	--nb-muted: #A6A39C;
	--nb-muted-dark: #6F6C66;
	--nb-border: #2A2A2A;
	--nb-border-soft: rgba(242, 240, 234, 0.12);
	--nb-cta: #E8E2D6;
	--nb-cta-hover: #F2F0EA;
	--nb-cta-text: #080808;
	--nb-burgundy: #5A1F24;
	--nb-steel: #4E5860;
	--nb-overlay-dark: rgba(8, 8, 8, 0.72);
	--nb-overlay-soft: rgba(8, 8, 8, 0.42);
	--nb-ink: var(--nb-text);
	--nb-paper: var(--nb-black);
	--nb-soft: var(--nb-charcoal);
	--nb-line: var(--nb-border-soft);
}

body {
	background: var(--nb-paper);
	color: var(--nb-ink);
}

.site-main,
.ct-container,
.ct-container-fluid {
	letter-spacing: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	color: var(--nb-text);
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a,
.woocommerce div.product a {
	color: var(--nb-text);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--nb-text-soft);
}

.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button {
	background: var(--nb-cta) !important;
	color: var(--nb-cta-text) !important;
	border: 1px solid var(--nb-cta);
	border-radius: 0;
	text-transform: uppercase;
}

.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: var(--nb-cta-hover) !important;
	border-color: var(--nb-cta-hover);
}

#header {
	position: fixed;
	top: 14px;
	left: 14px;
	right: 14px;
	z-index: 999;
	pointer-events: none;
}

#header [data-row] {
	--height: 52px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

#header .ct-container {
	position: relative;
	width: 100%;
	min-height: 52px !important;
	max-width: min(1160px, calc(100vw - 28px));
	box-sizing: border-box;
	padding: 0 16px;
	margin-inline: auto;
	background: rgba(17, 17, 17, 0.74);
	border: 1px solid var(--nb-border-soft);
	border-radius: 4px;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	pointer-events: auto;
}

#header .site-title a,
#header .menu a,
#header .ct-header-search,
#header .ct-header-trigger {
	color: var(--nb-text);
}

#header .ct-icon,
#header .ct-icon * {
	fill: currentColor;
	color: currentColor;
}

#header .site-title {
	width: 168px;
	height: 24px;
	display: block;
}

#header .site-title a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url("../img/nb-wordmark-white.png") center / contain no-repeat;
	text-indent: 120%;
	white-space: nowrap;
}

#header .menu {
	gap: 22px;
}

#header .ct-header-search,
#header .menu a {
	min-height: 52px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

#header .ct-header-trigger .ct-label {
	display: none;
}

#header [data-column="end"] {
	display: flex;
	justify-content: flex-end;
	min-width: 40px;
}

#header .ct-header-trigger {
	width: 40px;
	height: 40px;
	display: inline-grid;
	place-items: center;
}

#header .ct-header-trigger::after {
	content: "";
	width: 18px;
	height: 12px;
	display: block;
	background:
		linear-gradient(currentColor, currentColor) top / 100% 1.7px no-repeat,
		linear-gradient(currentColor, currentColor) center / 100% 1.7px no-repeat,
		linear-gradient(currentColor, currentColor) bottom / 100% 1.7px no-repeat;
}

#header .ct-header-trigger .ct-icon {
	display: none;
}

@media (min-width: 1000px) {
	body #header > [data-device="mobile"] {
		display: none !important;
	}
}

.nb-editorial-home {
	max-width: none !important;
	margin: 0 !important;
	background: var(--nb-paper);
	color: var(--nb-text);
}

.nb-editorial-home > * {
	max-width: none !important;
}

.nb-editorial-home a {
	color: inherit;
	text-decoration: none;
}

.nb-mobile-shop-link {
	display: none;
}

.nb-home-hero {
	position: relative;
	min-height: 92svh;
	display: grid;
	align-items: end;
	padding: 92px 18px 34px;
	overflow: hidden;
	background: var(--nb-black);
}

.nb-home-hero__media {
	position: absolute;
	inset: 0;
	display: block;
}

.nb-home-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, var(--nb-overlay-dark), var(--nb-overlay-soft) 48%, rgba(8, 8, 8, 0.18)),
		linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.78));
}

.nb-home-hero__media img,
.nb-home-hero .wp-block-cover__image-background,
.nb-home-editorial__media img,
.nb-home-editorial .wp-block-media-text__media img,
.nb-product-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.nb-home-hero__mark {
	position: absolute;
	right: -13vw;
	bottom: -18vw;
	width: min(72vw, 920px);
	opacity: 0.18;
	pointer-events: none;
}

.nb-home-hero__mark img {
	width: 100%;
	height: auto;
	display: block;
}

.nb-home-hero .wp-block-cover__inner-container {
	width: 100%;
	max-width: none;
	margin: 0;
}

.nb-home-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-left: 0 !important;
	margin-right: auto !important;
	color: var(--nb-text);
}

.nb-home-hero__logo,
.nb-home-editorial__logo {
	width: min(360px, 58vw);
	height: auto;
	display: block;
	margin: 0 0 28px;
}

.nb-home-hero__logo img,
.nb-home-editorial__logo img {
	width: 100%;
	height: auto;
	display: block;
}

.nb-kicker {
	margin: 0 0 12px;
	color: var(--nb-muted);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.nb-home-hero h1 {
	max-width: 8.6em;
	margin: 0 0 22px;
	color: var(--nb-text);
	font-size: clamp(48px, 10vw, 118px);
	line-height: 0.88;
	font-weight: 500;
	letter-spacing: 0;
}

.nb-home-hero__text {
	max-width: 520px;
	margin: 0 0 22px;
	color: var(--nb-text-soft);
	font-size: clamp(14px, 1.45vw, 18px);
	line-height: 1.45;
}

.nb-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 16px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background: var(--nb-cta);
	color: var(--nb-cta-text) !important;
	border: 1px solid var(--nb-cta);
	transition: background 180ms ease, border-color 180ms ease;
}

.nb-text-link:hover {
	background: var(--nb-cta-hover);
	border-color: var(--nb-cta-hover);
}

.nb-text-link .wp-block-button__link {
	min-height: 42px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	background: transparent !important;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	border: 0;
	border-radius: 0;
}

.nb-home-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--nb-border-soft);
	border-bottom: 1px solid var(--nb-border-soft);
	background: var(--nb-black-soft);
	color: var(--nb-text);
}

.nb-home-strip span,
.nb-home-strip p {
	min-height: 54px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 14px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid var(--nb-border-soft);
}

.nb-home-strip span:last-child,
.nb-home-strip p:last-child {
	border-right: 0;
}

.nb-home-products {
	padding: 84px 18px 76px;
	background: var(--nb-black);
}

.nb-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	max-width: 1360px;
	margin: 0 auto 28px;
}

.nb-section-heading .nb-kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
	color: var(--nb-muted);
}

.nb-section-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(30px, 5vw, 68px);
	line-height: 0.98;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--nb-text);
}

.nb-section-link {
	margin: 0;
	align-self: end;
	color: var(--nb-text-soft);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.nb-section-link a {
	color: inherit;
}

.nb-product-grid {
	max-width: 1360px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.nb-home-products .woocommerce {
	max-width: 1360px;
	margin: 0 auto;
}

.nb-home-products .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.nb-home-products .woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	color: var(--nb-text);
}

.nb-home-products .woocommerce ul.products li.product img {
	aspect-ratio: 3 / 4;
	width: 100%;
	object-fit: cover;
	background: var(--nb-soft);
}

.nb-home-products .woocommerce-loop-product__title,
.nb-home-products .price {
	padding: 0 !important;
	margin: 10px 0 0 !important;
	font-size: 12px !important;
	line-height: 1.25;
}

.nb-home-products .button {
	margin-top: 12px !important;
}

.nb-product-card {
	display: grid;
	gap: 10px;
}

.nb-product-card__image {
	aspect-ratio: 3 / 4;
	display: block;
	overflow: hidden;
	background: var(--nb-soft);
}

.nb-product-card__image img {
	transition: transform 260ms ease;
}

.nb-product-card:hover .nb-product-card__image img {
	transform: scale(1.025);
}

.nb-product-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.nb-product-card__meta span:last-child {
	color: var(--nb-muted);
	white-space: nowrap;
}

.nb-category-grid {
	gap: 1px;
	margin: 0 !important;
	background: var(--nb-border-soft);
}

.nb-category-grid .wp-block-column {
	margin: 0;
}

.nb-category-card {
	min-height: 620px;
	align-items: end;
	padding: 28px;
	background: var(--nb-charcoal);
	color: var(--nb-text);
}

.nb-category-card .wp-block-cover__inner-container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

.nb-category-card h3 {
	margin: 0;
	color: var(--nb-text);
	font-size: clamp(34px, 5vw, 74px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.nb-look-section {
	padding: 86px 18px;
	background:
		linear-gradient(180deg, var(--nb-black), var(--nb-black-soft));
	color: var(--nb-text);
}

.nb-look-rail {
	max-width: 1360px;
	margin: 0 auto !important;
	gap: 12px;
}

.nb-look-rail .wp-block-column {
	margin: 0;
}

.nb-look-rail figure,
.nb-look-rail img {
	width: 100%;
	display: block;
}

.nb-look-rail figure {
	aspect-ratio: 3 / 4;
	margin: 0;
	overflow: hidden;
	background: var(--nb-charcoal);
}

.nb-look-rail img {
	height: 100%;
	object-fit: cover;
}

.nb-home-editorial {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	min-height: 760px;
	background: var(--nb-burgundy);
	color: var(--nb-text);
}

.nb-home-editorial__media,
.nb-home-editorial .wp-block-media-text__media {
	min-height: 520px;
}

.nb-home-editorial__copy,
.nb-home-editorial .wp-block-media-text__content {
	align-self: end;
	padding: 48px;
	color: var(--nb-text);
}

.nb-home-editorial__logo {
	width: min(300px, 50vw);
	margin-bottom: 34px;
}

.nb-home-editorial__copy h2,
.nb-home-editorial .wp-block-media-text__content h2 {
	max-width: 640px;
	margin: 0 0 22px;
	font-size: clamp(34px, 5vw, 76px);
	line-height: 0.98;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--nb-text);
}

.nb-home-editorial p {
	max-width: 520px;
	color: var(--nb-text-soft);
	font-size: 15px;
	line-height: 1.55;
}

.nb-manifesto {
	padding: 108px 18px 118px;
	background: var(--nb-footer);
	color: var(--nb-text);
	text-align: center;
}

.nb-manifesto > * {
	max-width: 920px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.nb-manifesto h2 {
	margin: 0 auto 22px;
	color: var(--nb-text);
	font-size: clamp(38px, 7vw, 96px);
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: 0;
}

.nb-manifesto p:not(.nb-kicker) {
	margin-bottom: 0;
	color: var(--nb-text-soft);
	font-size: 15px;
	line-height: 1.55;
}

.woocommerce-page,
.woocommerce-page .site-main,
.single-product .site-main,
.archive.woocommerce .site-main {
	background: var(--nb-black);
	color: var(--nb-text);
}

.woocommerce-page .ct-container,
.single-product .ct-container,
.archive.woocommerce .ct-container {
	padding-top: 96px;
}

.woocommerce ul.products li.product {
	color: var(--nb-text);
}

.woocommerce ul.products li.product img {
	background: var(--nb-charcoal);
}

.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related {
	color: var(--nb-text);
}

.woocommerce div.product form.cart,
.woocommerce div.product .variations,
.woocommerce div.product .product_meta,
.woocommerce .woocommerce-breadcrumb {
	color: var(--nb-text-soft);
}

.woocommerce div.product form.cart .variations select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	background: var(--nb-black-soft);
	color: var(--nb-text);
	border: 1px solid var(--nb-border);
	border-radius: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--nb-black-soft);
	color: var(--nb-text);
	border-color: var(--nb-border-soft);
}

#footer,
.ct-footer {
	background: var(--nb-footer);
	color: var(--nb-text-soft);
}

.woocommerce table.shop_attributes,
.woocommerce div.product .woocommerce-tabs table,
.woocommerce div.product table {
	font-size: 13px;
	border-color: var(--nb-line);
}

.woocommerce div.product details.acordeon {
	border-top: 1px solid var(--nb-line);
	padding: 18px 0;
}

.woocommerce div.product details.acordeon:last-child {
	border-bottom: 1px solid var(--nb-line);
}

.woocommerce div.product details.acordeon summary {
	cursor: pointer;
	list-style: none;
}

.woocommerce div.product details.acordeon summary::-webkit-details-marker {
	display: none;
}

.woocommerce div.product details.acordeon h3 {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce div.product details.acordeon ul {
	margin: 16px 0 0;
	padding-left: 18px;
}

.woocommerce div.product .summary .price {
	font-size: 16px;
	font-weight: 600;
	color: var(--nb-ink);
}

@media (max-width: 999px) {
	body #header > [data-device="desktop"] {
		display: none !important;
		height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	body #header > [data-device="mobile"] {
		display: block !important;
		visibility: visible !important;
	}

	#header {
		top: 10px;
		left: 10px;
		right: 10px;
	}

	#header .ct-container {
		min-height: 48px !important;
		max-width: none;
		padding: 0 12px;
	}

	#header .site-title {
		width: 148px;
		height: 20px;
	}

	#header [data-row] {
		--height: 48px;
	}

	#header [data-device="mobile"] .ct-header-trigger {
		position: absolute;
		top: 4px;
		right: 8px;
		display: inline-grid !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#header [data-device="mobile"] [data-column="end"],
	#header [data-device="mobile"] [data-column="end"] [data-items] {
		display: flex !important;
		justify-content: flex-end;
	}

	.nb-mobile-shop-link {
		position: fixed;
		top: 25px;
		right: 28px;
		z-index: 1000;
		display: inline-flex;
		align-items: center;
		min-height: 20px;
		color: var(--nb-ink);
		font-size: 11px;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}

	.nb-home-products {
		padding: 60px 14px;
	}

	.nb-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.nb-home-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.nb-category-grid {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 1px;
	}

	.nb-category-card {
		min-height: 520px;
		padding: 22px 18px;
	}

	.nb-look-section {
		padding: 64px 14px;
	}

	.nb-look-rail {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(220px, 1fr));
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}

	.nb-look-rail .wp-block-column {
		scroll-snap-align: start;
	}

	.nb-home-editorial {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.nb-home-editorial__copy,
	.nb-home-editorial .wp-block-media-text__content {
		padding: 34px 18px 42px;
	}
}

@media (max-width: 689px) {
	.nb-home-hero {
		min-height: 86svh;
		padding: 86px 14px 28px;
	}

	.nb-home-hero__copy {
		width: 100%;
		max-width: calc(100vw - 28px);
	}

	.nb-home-hero__media img {
		object-position: 58% center;
	}

	.nb-home-hero__logo {
		width: 220px;
		margin-bottom: 22px;
	}

	.nb-home-hero__mark {
		right: -32vw;
		bottom: -10vw;
		width: 120vw;
	}

	.nb-home-hero h1 {
		max-width: 290px;
		font-size: 38px;
		line-height: 0.96;
		white-space: normal;
	}

	.nb-home-hero__text {
		max-width: 290px;
		font-size: 14px;
		overflow-wrap: normal;
	}

	.nb-home-strip {
		grid-template-columns: 1fr;
	}

	.nb-home-strip span {
		min-height: 44px;
		border-right: 0;
		border-bottom: 1px solid var(--nb-line);
	}

	.nb-home-strip p {
		min-height: 44px;
		border-right: 0;
		border-bottom: 1px solid var(--nb-line);
	}

	.nb-home-strip span:last-child,
	.nb-home-strip p:last-child {
		border-bottom: 0;
	}

	.nb-section-heading {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.nb-section-heading h2 {
		font-size: 34px;
	}

	.nb-section-link {
		align-self: start;
	}

	.nb-product-card__meta {
		display: grid;
		gap: 4px;
		font-size: 11px;
	}

	.nb-home-editorial__media,
	.nb-home-editorial .wp-block-media-text__media {
		min-height: 430px;
	}

	.nb-category-card {
		min-height: 430px;
	}

	.nb-category-card h3 {
		font-size: 36px;
	}

	.nb-manifesto {
		padding: 78px 14px 88px;
	}

	.nb-manifesto h2 {
		font-size: 38px;
		line-height: 0.98;
	}

	.woocommerce-page .ct-container,
	.single-product .ct-container,
	.archive.woocommerce .ct-container {
		padding-top: 82px;
	}
}
