/*
Theme Name: NADOURI LUXE
Theme URI: https://nadouridigital.com/
Author: Nadouri Digital LLC
Author URI: https://nadouridigital.com/
Description: A mobile-first premium fashion storefront converted from the NADOURI LUXE Kimi design. Includes native WordPress editing and WooCommerce support.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nadouri-luxe
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
	--nl-cream: #fbf7f1;
	--nl-warm-white: #fffdf9;
	--nl-white: #ffffff;
	--nl-beige: #f0e7da;
	--nl-sand: #e5d8c4;
	--nl-blush: #f9e7e3;
	--nl-blush-dark: #f3d2cb;
	--nl-coral: #de5a47;
	--nl-coral-dark: #c24433;
	--nl-coral-light: #f08170;
	--nl-ink: #221b15;
	--nl-taupe: #8a7b6c;
	--nl-border: #e6ddd3;
	--nl-shadow-soft: 0 16px 48px -18px rgba(34, 27, 21, 0.22);
	--nl-shadow-card: 0 7px 28px -12px rgba(34, 27, 21, 0.18);
	--nl-radius: 20px;
	--nl-container: 1280px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--nl-cream);
	color: var(--nl-ink);
	font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.nl-menu-active,
body.nl-search-active {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	line-height: 1.14;
}

p {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.nl-container {
	width: min(100% - 32px, var(--nl-container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--nl-white);
	color: var(--nl-ink);
	box-shadow: var(--nl-shadow-card);
}

.nl-icon {
	display: block;
	flex: 0 0 auto;
}

.nl-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nl-ink);
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.nl-icon-button:hover,
.nl-icon-button:focus-visible {
	background: var(--nl-blush);
	color: var(--nl-coral);
	outline: none;
}

.nl-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 27px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nl-button:hover,
.nl-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: var(--nl-shadow-card);
	outline: none;
}

.nl-button-coral {
	background: var(--nl-coral);
	color: var(--nl-white);
}

.nl-button-coral:hover,
.nl-button-coral:focus-visible {
	background: var(--nl-coral-dark);
	color: var(--nl-white);
}

.nl-button-dark {
	background: var(--nl-ink);
	color: var(--nl-white);
}

.nl-button-dark:hover,
.nl-button-dark:focus-visible {
	background: var(--nl-coral);
	color: var(--nl-white);
}

.nl-button-ghost {
	border-color: rgba(34, 27, 21, 0.25);
	background: rgba(255, 255, 255, 0.64);
	color: var(--nl-ink);
	backdrop-filter: blur(10px);
}

.nl-button-ghost:hover,
.nl-button-ghost:focus-visible {
	border-color: var(--nl-coral);
	color: var(--nl-coral);
}

.nl-button-light {
	background: var(--nl-white);
	color: var(--nl-ink);
}

.nl-button-light:hover,
.nl-button-light:focus-visible {
	background: var(--nl-ink);
	color: var(--nl-white);
}

/* Announcement and header */
.nl-announcement {
	background: var(--nl-ink);
	color: var(--nl-cream);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.nl-announcement .nl-container {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nl-announcement .nl-icon {
	color: var(--nl-coral-light);
}

.nl-site-header {
	position: sticky;
	top: 0;
	z-index: 900;
	border-bottom: 1px solid rgba(230, 221, 211, 0.88);
	background: rgba(255, 253, 249, 0.94);
	backdrop-filter: blur(15px);
}

.admin-bar .nl-site-header {
	top: 32px;
}

.nl-header-row {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nl-header-brand-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nl-brand {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
}

.nl-brand-name {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.035em;
}

.nl-brand-name span,
.nl-footer-brand .nl-brand-name {
	color: var(--nl-coral);
}

.nl-brand-tagline {
	margin-top: 5px;
	color: var(--nl-taupe);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.27em;
	text-transform: uppercase;
}

.nl-custom-logo {
	width: auto;
	max-width: 220px;
	height: 54px;
	object-fit: contain;
}

.nl-main-nav {
	flex: 1;
}

.nl-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.65vw, 25px);
	list-style: none;
}

.nl-nav-list > li {
	position: relative;
}

.nl-nav-list a {
	display: inline-flex;
	padding-block: 8px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.nl-nav-list a:hover,
.nl-nav-list a:focus-visible,
.nl-nav-list .current-menu-item > a,
.nl-nav-list .nl-sale-link {
	color: var(--nl-coral);
}

.nl-nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	min-width: 190px;
	padding: 10px;
	border: 1px solid var(--nl-border);
	border-radius: 14px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nl-nav-list li:hover > .sub-menu,
.nl-nav-list li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nl-nav-list .sub-menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 8px;
}

.nl-nav-list .sub-menu a:hover {
	background: var(--nl-blush);
}

.nl-header-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

.nl-cart-count {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	min-width: 17px;
	height: 17px;
	align-items: center;
	justify-content: center;
	padding-inline: 4px;
	border: 2px solid var(--nl-warm-white);
	border-radius: 999px;
	background: var(--nl-coral);
	color: var(--nl-white);
	font-size: 9px;
	font-weight: 700;
}

.nl-mobile-only {
	display: none;
}

/* Search panel and mobile menu */
.nl-search-panel {
	position: fixed;
	inset: 112px 0 auto;
	z-index: 950;
	padding-block: 19px;
	border-bottom: 1px solid var(--nl-border);
	background: var(--nl-warm-white);
	box-shadow: var(--nl-shadow-soft);
}

.admin-bar .nl-search-panel {
	inset-block-start: 144px;
}

.nl-search-inner {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nl-search-inner form {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 12px;
}

.nl-search-inner input[type="search"] {
	min-width: 0;
	width: 100%;
	height: 48px;
	border: 0;
	border-bottom: 1px solid var(--nl-border);
	background: transparent;
	color: var(--nl-ink);
	font-size: 18px;
	outline: none;
}

.nl-search-inner input[type="search"]:focus {
	border-color: var(--nl-coral);
}

.nl-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	pointer-events: none;
	visibility: hidden;
}

.nl-mobile-drawer.is-open {
	pointer-events: auto;
	visibility: visible;
}

.nl-drawer-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(34, 27, 21, 0.56);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.nl-mobile-drawer.is-open .nl-drawer-backdrop {
	opacity: 1;
}

.nl-drawer-panel {
	position: relative;
	display: flex;
	width: min(86vw, 380px);
	height: 100%;
	flex-direction: column;
	padding: 20px;
	background: var(--nl-warm-white);
	box-shadow: var(--nl-shadow-soft);
	transform: translateX(-105%);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	overflow-y: auto;
}

.nl-mobile-drawer.is-open .nl-drawer-panel {
	transform: translateX(0);
}

.nl-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--nl-border);
}

.nl-drawer-head strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 21px;
}

.nl-mobile-nav {
	display: grid;
	gap: 2px;
	padding-block: 16px;
	list-style: none;
}

.nl-mobile-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 13px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
}

.nl-mobile-nav a:hover,
.nl-mobile-nav a:focus-visible {
	background: var(--nl-blush);
	color: var(--nl-coral);
	outline: none;
}

.nl-drawer-account {
	width: 100%;
	margin-top: auto;
}

/* Hero */
.nl-site-main {
	min-height: 50vh;
}

.nl-hero {
	position: relative;
	min-height: min(82vh, 820px);
	overflow: hidden;
}

.nl-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
	animation: nl-kenburns 14s ease-out both;
}

.nl-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(251, 247, 241, 0.95) 0%, rgba(251, 247, 241, 0.7) 36%, rgba(251, 247, 241, 0.08) 70%, transparent 100%);
}

.nl-hero-content {
	position: relative;
	display: flex;
	min-height: min(82vh, 820px);
	align-items: center;
	padding-block: 70px 100px;
}

.nl-hero-copy {
	max-width: 610px;
}

.nl-eyebrow {
	color: var(--nl-coral);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.29em;
	text-transform: uppercase;
}

.nl-hero h1 {
	max-width: 610px;
	margin-top: 17px;
	font-size: clamp(48px, 6.1vw, 82px);
	line-height: 1.04;
	letter-spacing: -0.03em;
}

.nl-hero h1 em {
	display: block;
	color: var(--nl-coral);
	font-weight: 500;
}

.nl-hero-description {
	max-width: 500px;
	margin-top: 22px;
	color: rgba(34, 27, 21, 0.72);
	font-size: 18px;
	line-height: 1.7;
}

.nl-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.nl-social-proof {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 34px;
}

.nl-proof-faces {
	display: flex;
}

.nl-proof-faces img {
	width: 41px;
	height: 41px;
	margin-inline-start: -10px;
	border: 2px solid var(--nl-white);
	border-radius: 50%;
	object-fit: cover;
}

.nl-proof-faces img:first-child {
	margin-inline-start: 0;
}

.nl-social-proof strong,
.nl-social-proof span {
	display: block;
}

.nl-social-proof strong {
	font-size: 14px;
}

.nl-social-proof span {
	margin-top: 2px;
	color: var(--nl-coral);
	font-size: 12px;
}

.nl-animate-up {
	animation: nl-fade-up 0.8s ease-out both;
}

.nl-delay-1 { animation-delay: 0.12s; }
.nl-delay-2 { animation-delay: 0.24s; }
.nl-delay-3 { animation-delay: 0.36s; }
.nl-delay-4 { animation-delay: 0.48s; }

@keyframes nl-kenburns {
	from { transform: scale(1); }
	to { transform: scale(1.07); }
}

@keyframes nl-fade-up {
	from { opacity: 0; transform: translateY(26px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Trust and home sections */
.nl-trust-wrap {
	position: relative;
	z-index: 2;
	margin-top: -58px;
}

.nl-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 27px;
	border-radius: 26px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-soft);
}

.nl-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.nl-trust-icon {
	display: inline-flex;
	width: 45px;
	height: 45px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--nl-blush);
	color: var(--nl-coral);
}

.nl-trust-item strong {
	display: block;
	font-size: 14px;
}

.nl-trust-item p {
	margin-top: 3px;
	color: var(--nl-taupe);
	font-size: 12px;
	line-height: 1.45;
}

.nl-home-section {
	margin-top: 86px;
}

.nl-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.nl-section-head h2 {
	margin-top: 5px;
	font-size: clamp(34px, 4vw, 48px);
	letter-spacing: -0.02em;
}

.nl-section-head > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 5px;
	color: var(--nl-coral);
	font-size: 14px;
	font-weight: 600;
}

.nl-section-head > a:hover {
	color: var(--nl-coral-dark);
}

.nl-reveal {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.nl-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Category cards */
.nl-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.nl-category-card,
.nl-editorial-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--nl-radius);
	background: var(--nl-beige);
	box-shadow: var(--nl-shadow-card);
}

.nl-category-card {
	aspect-ratio: 3 / 4;
}

.nl-category-card > img,
.nl-editorial-card > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.nl-category-card:hover > img,
.nl-editorial-card:hover > img {
	transform: scale(1.055);
}

.nl-card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(34, 27, 21, 0.7), rgba(34, 27, 21, 0.02) 62%);
}

.nl-category-copy {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	padding: 19px;
	color: var(--nl-white);
}

.nl-category-copy strong,
.nl-category-copy small {
	display: block;
}

.nl-category-copy strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	line-height: 1.1;
}

.nl-category-copy small {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
}

.nl-category-copy i {
	display: inline-flex;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	font-style: normal;
	backdrop-filter: blur(8px);
	transition: background 0.2s ease;
}

.nl-category-card:hover .nl-category-copy i {
	background: var(--nl-coral);
}

/* Product cards */
.nl-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 20px;
}

.nl-product-card {
	min-width: 0;
}

.nl-product-image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 17px;
	background: var(--nl-beige);
	box-shadow: var(--nl-shadow-card);
}

.nl-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.nl-product-card:hover .nl-product-image img {
	transform: scale(1.045);
}

.nl-badge {
	position: absolute;
	top: 13px;
	left: 13px;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--nl-coral);
	color: var(--nl-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nl-product-body {
	padding: 14px 3px 0;
}

.nl-product-brand {
	color: var(--nl-taupe);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nl-product-body h3 {
	margin-top: 5px;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.nl-product-body h3 a:hover {
	color: var(--nl-coral);
}

.nl-product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 9px;
}

.nl-price {
	color: var(--nl-coral-dark);
	font-size: 15px;
	font-weight: 700;
}

.nl-price del {
	margin-inline-end: 6px;
	color: var(--nl-taupe);
	font-size: 12px;
	font-weight: 400;
}

.nl-price ins {
	text-decoration: none;
}

.nl-circle-link {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--nl-border);
	border-radius: 50%;
	background: var(--nl-white);
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nl-circle-link:hover {
	border-color: var(--nl-coral);
	background: var(--nl-coral);
	color: var(--nl-white);
}

.nl-preview-note {
	margin-top: 22px;
	padding: 13px 17px;
	border: 1px solid var(--nl-blush-dark);
	border-radius: 12px;
	background: var(--nl-blush);
	color: var(--nl-coral-dark);
	font-size: 13px;
	text-align: center;
}

/* Sale and editorial banners */
.nl-sale-banner {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--nl-shadow-soft);
}

.nl-sale-banner > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nl-sale-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(157, 50, 36, 0.93), rgba(222, 90, 71, 0.68) 45%, transparent 80%);
}

.nl-sale-copy {
	position: relative;
	display: flex;
	min-height: 390px;
	max-width: 620px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px;
	color: var(--nl-white);
}

.nl-sale-copy > span {
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.nl-sale-copy h2 {
	margin-top: 17px;
	font-size: clamp(45px, 6vw, 70px);
}

.nl-sale-copy p {
	max-width: 450px;
	margin-top: 11px;
	color: rgba(255, 255, 255, 0.88);
}

.nl-sale-copy .nl-button {
	margin-top: 25px;
}

.nl-double-banners {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.nl-editorial-card {
	height: 360px;
}

.nl-editorial-copy {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 36px;
	color: var(--nl-white);
}

.nl-editorial-copy small {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.nl-editorial-copy strong {
	margin-top: 8px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
}

.nl-editorial-copy i {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 17px;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--nl-white);
	color: var(--nl-ink);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	transition: color 0.2s ease, background 0.2s ease;
}

.nl-editorial-card:hover .nl-editorial-copy i {
	background: var(--nl-coral);
	color: var(--nl-white);
}

/* Testimonials */
.nl-testimonials {
	padding-block: 72px;
	background: rgba(249, 231, 227, 0.68);
}

.nl-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.nl-testimonial-card {
	display: flex;
	min-height: 255px;
	flex-direction: column;
	margin: 0;
	padding: 26px;
	border-radius: 18px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
}

.nl-testimonial-card > .nl-icon {
	color: var(--nl-coral);
}

.nl-stars {
	margin-top: 12px;
	color: var(--nl-coral);
	font-size: 14px;
	letter-spacing: 0.08em;
}

.nl-testimonial-card > p {
	flex: 1;
	margin-top: 12px;
	color: rgba(34, 27, 21, 0.78);
	font-size: 14px;
	line-height: 1.7;
}

.nl-testimonial-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--nl-border);
	font-size: 13px;
}

.nl-testimonial-card footer span {
	color: var(--nl-taupe);
}

/* Newsletter and footer */
.nl-site-footer {
	margin-top: 86px;
	border-top: 1px solid var(--nl-border);
	background: var(--nl-warm-white);
}

.home .nl-site-footer,
.front-page .nl-site-footer {
	margin-top: 0;
}

.nl-newsletter {
	border-bottom: 1px solid var(--nl-border);
	background: rgba(249, 231, 227, 0.54);
}

.nl-newsletter-inner {
	padding-block: 64px;
	text-align: center;
}

.nl-newsletter h2 {
	margin-top: 7px;
	font-size: clamp(34px, 4vw, 48px);
}

.nl-newsletter-inner > p:not(.nl-eyebrow) {
	max-width: 540px;
	margin: 12px auto 0;
	color: var(--nl-taupe);
}

.nl-newsletter-form {
	display: flex;
	width: min(100%, 520px);
	gap: 9px;
	margin: 24px auto 0;
}

.nl-newsletter-form input {
	min-width: 0;
	width: 100%;
	height: 50px;
	padding: 0 19px;
	border: 1px solid var(--nl-border);
	border-radius: 999px;
	background: var(--nl-white);
	outline: none;
}

.nl-newsletter-form input:focus {
	border-color: var(--nl-coral);
	box-shadow: 0 0 0 3px rgba(222, 90, 71, 0.13);
}

.nl-form-message {
	width: min(100%, 560px);
	margin: 24px auto 0;
	padding: 12px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
}

.nl-form-success {
	background: var(--nl-blush);
	color: var(--nl-coral-dark);
}

.nl-form-error {
	background: #fde7e4;
	color: #9f2f25;
}

.nl-footer-grid {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 50px;
	padding-block: 58px;
}

.nl-footer-brand .nl-brand-name {
	font-size: 27px;
}

.nl-footer-brand > p {
	max-width: 370px;
	margin-top: 17px;
	color: var(--nl-taupe);
	font-size: 14px;
}

.nl-footer-email {
	display: inline-block;
	margin-top: 16px;
	color: var(--nl-coral);
	font-size: 14px;
	font-weight: 600;
}

.nl-footer-grid h3 {
	margin-bottom: 17px;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.nl-footer-grid ul {
	display: grid;
	gap: 10px;
	list-style: none;
}

.nl-footer-grid li a {
	color: var(--nl-taupe);
	font-size: 14px;
	transition: color 0.2s ease;
}

.nl-footer-grid li a:hover {
	color: var(--nl-coral);
}

.nl-footer-bottom {
	border-top: 1px solid var(--nl-border);
	color: var(--nl-taupe);
	font-size: 12px;
}

.nl-footer-bottom .nl-container {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

/* WordPress content templates */
.nl-content-wrap {
	width: min(100% - 32px, 960px);
	margin: 70px auto;
}

.nl-content-wrap.nl-wide {
	width: min(100% - 32px, var(--nl-container));
}

.nl-page-header {
	margin-bottom: 34px;
	text-align: center;
}

.nl-page-header h1 {
	font-size: clamp(40px, 5vw, 62px);
}

.nl-page-header p {
	margin-top: 10px;
	color: var(--nl-taupe);
}

.nl-entry-card {
	padding: clamp(24px, 5vw, 55px);
	border-radius: 22px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
}

.nl-entry-card + .nl-entry-card {
	margin-top: 24px;
}

.nl-entry-title {
	font-size: clamp(34px, 4vw, 48px);
}

.nl-entry-title a:hover {
	color: var(--nl-coral);
}

.nl-entry-meta {
	margin-top: 10px;
	color: var(--nl-taupe);
	font-size: 13px;
}

.nl-entry-thumbnail {
	margin: 24px 0;
	overflow: hidden;
	border-radius: 16px;
}

.nl-entry-content {
	margin-top: 24px;
}

.nl-entry-content > * + * {
	margin-top: 1.25em;
}

.nl-entry-content h2,
.nl-entry-content h3,
.nl-entry-content h4 {
	margin-top: 1.6em;
}

.nl-entry-content a {
	color: var(--nl-coral-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nl-entry-content ul,
.nl-entry-content ol {
	padding-inline-start: 1.5em;
}

.nl-pagination {
	margin-top: 34px;
	text-align: center;
}

.nl-pagination .page-numbers {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin: 3px;
	border: 1px solid var(--nl-border);
	border-radius: 50%;
	background: var(--nl-white);
}

.nl-pagination .current,
.nl-pagination a:hover {
	border-color: var(--nl-coral);
	background: var(--nl-coral);
	color: var(--nl-white);
}

.nl-empty-state {
	padding: 80px 20px;
	text-align: center;
}

.nl-empty-state strong {
	display: block;
	color: var(--nl-coral);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 72px;
}

.nl-empty-state h1 {
	margin-top: 10px;
	font-size: 38px;
}

.nl-empty-state p {
	margin-top: 10px;
	color: var(--nl-taupe);
}

.nl-empty-state .nl-button {
	margin-top: 27px;
}

/* WooCommerce */
.woocommerce .nl-content-wrap,
.woocommerce-page .nl-content-wrap {
	width: min(100% - 32px, var(--nl-container));
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 24px;
	color: var(--nl-taupe);
	font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--nl-coral);
}

.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
	font-size: clamp(40px, 5vw, 60px);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 26px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.select2-container--default .select2-selection--single {
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid var(--nl-border);
	border-radius: 12px;
	background: var(--nl-white);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 25px;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 5;
	margin: 0 0 14px;
	border-radius: 17px;
	object-fit: cover;
	box-shadow: var(--nl-shadow-card);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.woocommerce ul.products li.product .price {
	margin-top: 8px;
	color: var(--nl-coral-dark);
	font-size: 15px;
	font-weight: 700;
}

.woocommerce span.onsale {
	top: 12px;
	left: 12px;
	min-width: 0;
	min-height: 0;
	padding: 6px 11px;
	border-radius: 999px;
	background: var(--nl-coral);
	font-size: 11px;
	line-height: 1.2;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--nl-ink);
	color: var(--nl-white);
	font-weight: 600;
	transition: background 0.2s ease, transform 0.2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: var(--nl-coral);
	color: var(--nl-white);
	transform: translateY(-1px);
}

.woocommerce div.product {
	padding: clamp(20px, 4vw, 48px);
	border-radius: 22px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
}

.woocommerce div.product div.images img {
	border-radius: 17px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--nl-coral-dark);
	font-size: 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: var(--nl-border);
	background: var(--nl-beige);
	border-radius: 12px 12px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--nl-white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 20px 18px 54px;
	border-top-color: var(--nl-coral);
	border-radius: 12px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--nl-coral);
}

.woocommerce table.shop_table {
	border-color: var(--nl-border);
	border-radius: 17px;
	background: var(--nl-white);
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 15px;
	border-color: var(--nl-border);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
	border-radius: 17px;
	background: var(--nl-white);
	box-shadow: var(--nl-shadow-card);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 12px;
	border-radius: 9px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--nl-blush);
	color: var(--nl-coral-dark);
}

/* Responsive */
@media (max-width: 1120px) {
	.nl-main-nav {
		display: none;
	}

	.nl-mobile-only {
		display: inline-flex;
	}

	.nl-header-row {
		min-height: 68px;
	}

	.nl-search-panel {
		inset-block-start: 104px;
	}

	.admin-bar .nl-search-panel {
		inset-block-start: 136px;
	}

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

	.nl-category-grid,
	.nl-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .nl-site-header {
		top: 46px;
	}

	.admin-bar .nl-search-panel {
		inset-block-start: 150px;
	}

	.nl-account-link {
		display: none;
	}

	.nl-brand-name {
		font-size: 21px;
	}

	.nl-hero,
	.nl-hero-content {
		min-height: 650px;
	}

	.nl-hero-image {
		object-position: 68% center;
	}

	.nl-hero-overlay {
		background: linear-gradient(90deg, rgba(251, 247, 241, 0.96) 0%, rgba(251, 247, 241, 0.78) 45%, rgba(251, 247, 241, 0.12) 100%);
	}

	.nl-hero-content {
		align-items: center;
		padding-block: 55px 105px;
	}

	.nl-hero-copy {
		max-width: 78%;
	}

	.nl-hero h1 {
		font-size: clamp(44px, 10vw, 65px);
	}

	.nl-hero-description {
		font-size: 16px;
	}

	.nl-trust-wrap {
		margin-top: -60px;
	}

	.nl-home-section {
		margin-top: 68px;
	}

	.nl-category-grid,
	.nl-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nl-double-banners,
	.nl-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.nl-testimonial-grid {
		display: flex;
		margin-inline: -16px;
		padding-inline: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.nl-testimonial-card {
		min-width: min(84vw, 360px);
		scroll-snap-align: start;
	}

	.nl-sale-copy {
		padding: 38px;
	}

	.nl-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 28px;
	}

	.nl-footer-brand {
		grid-column: 1 / -1;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		float: none;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.nl-container {
		width: min(100% - 24px, var(--nl-container));
	}

	.nl-announcement {
		font-size: 11px;
	}

	.nl-header-row {
		min-height: 64px;
	}

	.nl-header-brand-wrap {
		gap: 2px;
	}

	.nl-brand-name {
		font-size: 19px;
	}

	.nl-brand-tagline {
		font-size: 7px;
		letter-spacing: 0.2em;
	}

	.nl-header-actions {
		gap: 0;
	}

	.nl-icon-button {
		width: 37px;
		height: 37px;
	}

	.nl-search-panel {
		inset-block-start: 100px;
		padding-block: 14px;
	}

	.admin-bar .nl-search-panel {
		inset-block-start: 146px;
	}

	.nl-search-inner {
		gap: 8px;
	}

	.nl-search-inner > .nl-icon {
		display: none;
	}

	.nl-search-inner form {
		gap: 8px;
	}

	.nl-search-inner input[type="search"] {
		font-size: 14px;
	}

	.nl-search-inner .nl-button {
		min-height: 42px;
		padding-inline: 16px;
	}

	.nl-hero,
	.nl-hero-content {
		min-height: 640px;
	}

	.nl-hero-image {
		object-position: 65% center;
	}

	.nl-hero-overlay {
		background: linear-gradient(90deg, rgba(251, 247, 241, 0.98), rgba(251, 247, 241, 0.72) 60%, rgba(251, 247, 241, 0.1));
	}

	.nl-hero-copy {
		max-width: 90%;
	}

	.nl-hero h1 {
		font-size: 45px;
	}

	.nl-hero-description {
		max-width: 330px;
		font-size: 14px;
	}

	.nl-hero-buttons {
		gap: 9px;
		margin-top: 25px;
	}

	.nl-hero-buttons .nl-button {
		min-height: 44px;
		padding: 10px 18px;
		font-size: 12px;
	}

	.nl-social-proof {
		margin-top: 27px;
	}

	.nl-social-proof strong {
		font-size: 12px;
	}

	.nl-social-proof span {
		font-size: 10px;
	}

	.nl-proof-faces img {
		width: 34px;
		height: 34px;
	}

	.nl-trust-grid {
		gap: 17px 12px;
		padding: 18px 14px;
		border-radius: 20px;
	}

	.nl-trust-item {
		gap: 9px;
	}

	.nl-trust-icon {
		width: 36px;
		height: 36px;
	}

	.nl-trust-item strong {
		font-size: 11px;
	}

	.nl-trust-item p {
		font-size: 9px;
	}

	.nl-section-head {
		align-items: flex-start;
		margin-bottom: 21px;
	}

	.nl-section-head h2 {
		font-size: 33px;
	}

	.nl-section-head > a {
		display: none;
	}

	.nl-eyebrow {
		font-size: 10px;
	}

	.nl-category-grid,
	.nl-product-grid,
	.woocommerce ul.products {
		gap: 15px 12px;
	}

	.nl-category-card {
		border-radius: 15px;
	}

	.nl-category-copy {
		padding: 12px;
	}

	.nl-category-copy strong {
		font-size: 17px;
	}

	.nl-category-copy small {
		font-size: 10px;
	}

	.nl-category-copy i {
		width: 31px;
		height: 31px;
	}

	.nl-product-image {
		border-radius: 13px;
	}

	.nl-product-body {
		padding-top: 10px;
	}

	.nl-product-body h3 {
		font-size: 13px;
	}

	.nl-product-brand {
		font-size: 8px;
	}

	.nl-price {
		font-size: 13px;
	}

	.nl-circle-link {
		display: none;
	}

	.nl-sale-banner,
	.nl-sale-copy {
		min-height: 320px;
	}

	.nl-sale-overlay {
		background: linear-gradient(90deg, rgba(157, 50, 36, 0.94), rgba(222, 90, 71, 0.7) 70%, rgba(222, 90, 71, 0.18));
	}

	.nl-sale-copy {
		padding: 25px;
	}

	.nl-sale-copy h2 {
		font-size: 44px;
	}

	.nl-sale-copy p {
		font-size: 13px;
	}

	.nl-editorial-card {
		height: 300px;
	}

	.nl-editorial-copy {
		padding: 24px;
	}

	.nl-newsletter-inner {
		padding-block: 50px;
	}

	.nl-newsletter-form {
		flex-direction: column;
	}

	.nl-newsletter-form .nl-button {
		width: 100%;
	}

	.nl-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-block: 45px;
	}

	.nl-footer-bottom .nl-container {
		flex-direction: column;
		justify-content: center;
		padding-block: 15px;
		text-align: center;
	}

	.nl-entry-card {
		padding: 22px 18px;
	}

	.woocommerce ul.products li.product .button {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr td::before {
		font-weight: 600;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.nl-reveal {
		opacity: 1;
		transform: none;
	}
}
