/* Nature Nest — Hello Elementor custom design */

:root {
	--nn-cream: #f7f3ec;
	--nn-cream-2: #f3eee4;
	--nn-paper: #fbf8f2;
	--nn-olive: #4a5538;
	--nn-olive-dark: #3a442c;
	--nn-olive-deep: #043927;
	--nn-footer: #4a5334;
	--nn-footer-bar: #812229;
	--nn-olive-mid: #5a6840;
	--nn-sage: #dfe3d0;
	--nn-sage-light: #e8ebe0;
	--nn-rose: #ead6d2;
	--nn-rose-light: #f4e8e5;
	--nn-rose-mid: #e2c4bf;
	--nn-rose-deep: #b56b6e;
	--nn-maroon: #8e4e52;
	--nn-beige: #e8dfd0;
	--nn-text: #2f3228;
	--nn-muted: #6a6d62;
	--nn-white: #fffdf9;
	--nn-line: rgba(74, 85, 56, 0.14);
	--nn-serif: "Cormorant Garamond", "Times New Roman", serif;
	--nn-sans: "Outfit", "Segoe UI", sans-serif;
	--nn-max: 1240px;
	--nn-header: 76px;
}

html {
	scroll-behavior: smooth;
}

html,
body.nature-nest {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: var(--nn-paper);
}

body.nature-nest {
	color: var(--nn-text);
	font-family: var(--nn-sans);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

/* Kill Hello Elementor boxed header/footer (the 2-color side bands) */
body.nature-nest .nn-topbar,
body.nature-nest .nn-announce,
body.nature-nest .site-header.nn-header,
body.nature-nest .site-footer.nn-footer,
body.nature-nest .nn-home {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-inline-start: 0 !important;
	padding-inline-end: 0 !important;
	float: none !important;
	box-sizing: border-box;
}

body.nature-nest .site-header:not(.dynamic-header),
body.nature-nest .site-footer:not(.dynamic-footer),
body.nature-nest .site-header.nn-header,
body.nature-nest .site-footer.nn-footer {
	max-width: none !important;
	width: 100% !important;
}

body.nature-nest .site-header:not(.nn-header),
body.nature-nest .site-footer:not(.nn-footer) {
	display: none;
}

body.nature-nest .nn-home {
	display: block !important;
	visibility: visible !important;
}

body.nature-nest button {
	font-family: var(--nn-sans);
}

body.nature-nest button:hover {
	background-color: inherit;
	color: inherit;
}

body.nature-nest a {
	color: var(--nn-olive-dark);
}

.nn-wrap {
	width: min(calc(100% - 48px), var(--nn-max));
	margin-inline: auto;
}

/* ---------- Announcement + Header ---------- */

.nn-topbar {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.nn-announce {
	background: var(--nn-olive-deep);
	color: #f4efe6;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 9px 16px;
	font-weight: 400;
	width: 100%;
}

.nn-header {
	background: var(--nn-white);
	border-bottom: 1px solid var(--nn-line);
	width: 100%;
}

body.nature-nest .nn-header.site-header {
	display: block !important;
	padding: 0 !important;
	flex-wrap: unset;
	justify-content: unset;
	position: relative;
	top: auto;
}

body.nature-nest .nn-footer.site-footer {
	display: block !important;
	padding: 0 !important;
	background: var(--nn-footer) !important;
	width: 100% !important;
	max-width: none !important;
}

.nn-logo .custom-logo-link img,
.nn-logo img,
.nn-logo-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	transform: scale(1.18);
	background: #f9f8f3;
}

.nn-header-inner {
	width: min(calc(100% - 48px), var(--nn-max));
	margin-inline: auto;
	display: grid;
	grid-template-columns: 210px 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: var(--nn-header);
	max-width: none;
}

.nn-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--nn-olive-dark);
	width: 68px;
	height: 68px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
	background: #f9f8f3;
}

.nn-logo-mark {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
}

.nn-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.nn-logo-text strong {
	font-family: var(--nn-serif);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.nn-logo-text span {
	font-size: 8.5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--nn-muted);
	margin-top: 3px;
	font-weight: 500;
}

.nn-nav {
	display: flex;
	justify-content: center;
}

.nn-nav ul,
.nn-nav ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nn-nav li {
	list-style: none;
	margin: 0;
}

.nn-nav a {
	font-size: 11.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--nn-olive-dark);
	padding: 8px 0;
	position: relative;
	font-weight: 500;
}

.nn-nav a:hover,
.nn-nav .current-menu-item > a,
.nn-nav a.is-active {
	color: var(--nn-maroon);
}

.nn-nav .current-menu-item > a::after,
.nn-nav a.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 1.5px;
	background: var(--nn-rose-deep);
}

.nn-header-tools {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-end;
}

.nn-icon-btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: var(--nn-olive-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	font-size: 18px;
	line-height: 1;
	box-shadow: none;
}

body.nature-nest .nn-header-tools .nn-icon-btn,
body.nature-nest button.nn-icon-btn,
body.nature-nest a.nn-icon-btn {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 18px !important;
	line-height: 1 !important;
	color: var(--nn-olive-dark) !important;
}

.nn-icon-btn:hover {
	background: var(--nn-cream-2);
	color: var(--nn-olive-dark);
}

.nn-icon-btn svg,
.nn-icon-btn i,
.nn-icon-btn .nn-fa,
.nn-icon-btn .e-font-icon-svg,
body.nature-nest .nn-header-tools .nn-icon-btn svg,
body.nature-nest .nn-header-tools .nn-icon-btn .nn-fa,
body.nature-nest .nn-header-tools .nn-icon-btn .e-font-icon-svg {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	max-width: 18px !important;
	max-height: 18px !important;
	font-size: 18px !important;
	line-height: 1 !important;
	display: block !important;
	vertical-align: 0 !important;
	flex-shrink: 0;
}

.nn-header-tools .nn-header-ico {
	fill: none !important;
	stroke: currentColor !important;
}

.nn-cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--nn-rose-deep);
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0 4px;
}

.nn-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 11px 10px;
}

.nn-burger span {
	display: block;
	height: 1.5px;
	background: var(--nn-olive-dark);
	border-radius: 2px;
}

.nn-search-panel {
	display: none;
	background: var(--nn-white);
	border-bottom: 1px solid var(--nn-line);
	padding: 16px 0 20px;
}

.nn-search-panel.is-open {
	display: block;
}

.nn-search-panel form {
	width: min(100% - 32px, 640px);
	margin: 0 auto;
	display: flex;
	border: 1px solid var(--nn-line);
	border-radius: 999px;
	overflow: hidden;
	background: var(--nn-paper);
}

.nn-search-panel input[type="search"] {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 12px 20px;
	font-family: var(--nn-sans);
	font-size: 14px;
	outline: none;
}

.nn-search-panel button {
	border: 0;
	background: var(--nn-olive);
	color: #fff;
	padding: 0 22px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
	font-family: var(--nn-sans);
}

/* ---------- Shared bits ---------- */

.nn-eyebrow {
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--nn-olive-mid);
	font-weight: 500;
	margin: 0 0 12px;
}

.nn-h2 {
	font-family: var(--nn-serif);
	font-weight: 500;
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.15;
	margin: 0;
	color: var(--nn-olive-dark);
}

.nn-center {
	text-align: center;
}

.nn-leaf {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 14px 0 18px;
	color: var(--nn-olive-mid);
}

.nn-leaf::before,
.nn-leaf::after {
	content: "";
	width: 42px;
	height: 1px;
	background: var(--nn-line);
}

.nn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--nn-olive);
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--nn-olive);
	padding: 13px 28px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--nn-sans);
	cursor: pointer;
	transition: 0.2s ease;
}

body.nature-nest a.nn-btn:not(.nn-btn-outline),
body.nature-nest .nn-hero a.nn-btn:not(.nn-btn-outline),
body.nature-nest .nn-hero .nn-btn:not(.nn-btn-outline),
body.nature-nest .nn-hero .nn-btn:not(.nn-btn-outline):hover,
body.nature-nest .nn-card a.nn-btn-maroon,
body.nature-nest .nn-signature-copy a.nn-btn,
body.nature-nest .nn-story a.nn-btn {
	color: #fff !important;
}

body.nature-nest a.nn-btn-outline,
body.nature-nest .nn-hero a.nn-btn-outline,
body.nature-nest .nn-hero-ctas a.nn-btn-outline,
body.nature-nest .nn-card a.nn-btn-outline {
	background: #fffdf9 !important;
	color: var(--nn-maroon) !important;
	border-color: var(--nn-maroon) !important;
}

.nn-btn:hover {
	background: var(--nn-olive-dark);
	color: #fff;
}

.nn-btn-outline {
	background: #fffdf9;
	color: var(--nn-maroon);
	border-color: var(--nn-maroon);
}

.nn-btn-outline:hover {
	background: var(--nn-maroon);
	color: #fff;
}

.nn-btn-maroon {
	background: var(--nn-maroon);
	border-color: var(--nn-maroon);
	color: #fff;
}

.nn-btn-maroon:hover {
	background: #743e42;
	color: #fff;
}

.nn-section {
	padding: 56px 0;
}

/* ---------- Hero ---------- */

body.nature-nest .nn-hero {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

body.nature-nest .e-con:has(.nn-hero),
body.nature-nest .elementor-section:has(.nn-hero) {
	background-color: #f6f1ea !important;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
}

body.nature-nest .e-con:has(.nn-hero) .elementor-background-overlay,
body.nature-nest .elementor-section:has(.nn-hero) .elementor-background-overlay {
	display: block !important;
	opacity: 1 !important;
	background: transparent !important;
}

body.nature-nest .nn-hero::before {
	display: none;
}

body.nature-nest .nn-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	width: min(640px, calc(100% - 48px));
	max-width: 640px;
	margin: 0;
	padding: 48px 28px 48px max(24px, calc((100vw - var(--nn-max)) / 2));
	box-sizing: border-box;
}

.nn-hero .nn-eyebrow,
.nn-hero h1,
.nn-hero-copy > p,
.nn-hero-ctas {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.nn-hero h1 {
	font-family: var(--nn-serif);
	font-weight: 600;
	font-size: clamp(26px, 3.2vw, 40px);
	line-height: 1.18;
	letter-spacing: -0.01em;
	margin: 0 0 14px;
	color: #24301a;
	text-transform: none;
	text-shadow: 0 0 20px #f6f1ea, 0 0 8px #f6f1ea;
}

.nn-hero h1 em {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 500;
	color: #6b1a2a;
	display: inline;
}

.nn-ph {
	width: 100%;
	height: 100%;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:
		linear-gradient(180deg, rgba(255, 253, 249, 0.35), rgba(232, 223, 208, 0.55)),
		repeating-linear-gradient(
			-45deg,
			rgba(74, 85, 56, 0.04),
			rgba(74, 85, 56, 0.04) 8px,
			transparent 8px,
			transparent 16px
		);
	border: 1px dashed rgba(74, 85, 56, 0.22);
	color: var(--nn-muted);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 16px;
	box-sizing: border-box;
}

.nn-ph span {
	max-width: 80%;
	line-height: 1.4;
}

.nn-hero p {
	color: #3a4030;
	font-size: 15px;
	max-width: 100%;
	margin: 0 0 22px;
	line-height: 1.65;
	text-shadow: 0 0 16px #f6f1ea, 0 0 6px #f6f1ea;
}

.nn-hero .nn-eyebrow {
	color: #4a5538;
	text-shadow: 0 0 14px #f6f1ea;
}

.nn-hero-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 36px;
	padding-top: 4px;
}

.nn-feat {
	text-align: center;
	color: #24301a;
	background: #f7f3ec;
	border-radius: 14px;
	padding: 14px 12px 16px;
	box-shadow: 0 10px 24px rgba(36, 48, 26, 0.14);
	text-shadow: none;
}

.nn-feat-icon {
	width: 38px;
	height: 38px;
	margin: 0 auto 8px;
	border: 1px solid rgba(74, 85, 56, 0.22);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a5538;
	background: #fff;
}

.nn-feat-icon svg,
.nn-feat-icon i,
.nn-feat-icon .nn-fa {
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 1;
}

.nn-feat span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.35;
	font-weight: 700;
	color: #24301a;
}

.nn-hero-media {
	display: none;
}

.nn-hero-media img,
.nn-hero-media .nn-ph {
	display: none;
}

/* ---------- Collection ---------- */

.nn-collection {
	background: var(--nn-paper);
	position: relative;
	padding: 64px 0 72px;
}

.nn-collection .nn-wrap {
	position: relative;
}

.nn-signature {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 48px 72px;
	align-items: center;
}

.nn-signature-media {
	background: #1a2418;
	border-radius: 24px;
	border: 1px solid var(--nn-line);
	box-shadow: 0 18px 40px rgba(58, 68, 44, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	min-height: 520px;
	overflow: hidden;
	box-sizing: border-box;
}

.nn-signature-media img,
.nn-signature-media .nn-ph {
	width: 100%;
	height: 100%;
	min-height: 520px;
	max-height: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.nn-signature-copy .nn-h2 {
	max-width: 16em;
}

.nn-signature-botanicals {
	font-family: var(--nn-serif);
	font-style: italic;
	font-size: 22px;
	line-height: 1.3;
	color: var(--nn-maroon);
	margin: 12px 0 10px;
}

.nn-signature-for {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	color: var(--nn-olive-dark);
}

.nn-signature-text {
	margin: 0 0 20px;
	max-width: 38em;
	color: var(--nn-muted);
	font-size: 16px;
	line-height: 1.7;
}

.nn-signature-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--nn-olive-dark);
}

.nn-signature-meta-sep {
	opacity: 0.45;
	font-weight: 400;
}

.nn-signature-copy .nn-btn {
	min-width: 240px;
}

.nn-signature-benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 22px 0 0;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--nn-olive-mid);
	font-weight: 500;
}

.nn-signature-benefits-dot {
	opacity: 0.45;
}

.nn-collection-head {
	margin-bottom: 28px;
}

.nn-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	justify-items: center;
}

.nn-cards:has(.nn-card:only-child) {
	grid-template-columns: 1fr;
}

.nn-card {
	border-radius: 18px;
	min-height: 0;
	width: 100%;
	max-width: 280px;
	padding: 16px 14px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.nn-card:only-child {
	max-width: 280px;
}

.nn-card-rose {
	background: linear-gradient(180deg, #e9c9c6 0%, #d9b0ae 100%);
}

.nn-card-blush {
	background: linear-gradient(180deg, #f3ddd9 0%, #ead0cb 100%);
}

.nn-card-sage {
	background: linear-gradient(180deg, #d7ddc8 0%, #c5cdb4 100%);
}

.nn-card-sand {
	background: linear-gradient(180deg, #ebe1d2 0%, #ddd0bc 100%);
}

.nn-card-visual {
	flex: 0 0 auto;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 8px 6px 0;
	box-sizing: border-box;
}

.nn-card-visual img,
.nn-card-visual .nn-ph {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 200px;
	min-height: 0;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
}

.nn-card h3 {
	font-family: var(--nn-serif);
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 6px;
	color: var(--nn-olive-dark);
	letter-spacing: 0.02em;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nn-card > p {
	font-size: 13px;
	color: var(--nn-olive-dark);
	opacity: 0.78;
	margin: 0 0 12px;
	line-height: 1.4;
	max-width: 220px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nn-card .nn-btn {
	width: 80%;
	max-width: 180px;
}

.nn-collection .nn-wrap:has(.nn-card:only-child) .nn-slider-btn {
	display: none;
}

.nn-slider-btn {
	position: absolute;
	top: 58%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: var(--nn-maroon);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 8px 20px rgba(90, 40, 40, 0.2);
}

.nn-slider-btn.prev {
	left: -8px;
}

.nn-slider-btn.next {
	right: -8px;
}

.nn-slider-btn svg,
.nn-slider-btn i,
.nn-slider-btn .nn-fa,
.nn-quote-slider button svg,
.nn-quote-slider button i,
.nn-quote-slider button .nn-fa,
.nn-quote-nav i,
.nn-quote-nav .nn-fa {
	width: 16px;
	height: 16px;
	font-size: 14px;
	line-height: 1;
}

/* ---------- Values ---------- */

.nn-values {
	background: var(--nn-sage-light);
	padding: 32px 0;
	width: 100%;
}

.nn-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.nn-value {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.nn-value svg,
.nn-value i,
.nn-value .nn-fa {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	color: var(--nn-olive-mid);
	margin-top: 2px;
	font-size: 26px;
	line-height: 1;
}

.nn-value h3 {
	margin: 0 0 4px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--nn-olive-dark);
}

.nn-value h3 span {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
}

.nn-value p {
	margin: 0;
	font-size: 13px;
	color: var(--nn-muted);
	line-height: 1.45;
}

/* ---------- Ingredients ---------- */

.nn-ings {
	background: var(--nn-paper);
}

.nn-ings-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin-top: 40px;
}

.nn-ing {
	background: transparent;
	border-radius: 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
}

.nn-ing-photo {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 0 16px;
	background: var(--nn-beige);
}

.nn-ing-photo img,
.nn-ing-photo .nn-ph {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	display: block;
	border: 0;
}

.nn-ing h3 {
	font-family: var(--nn-serif);
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 8px;
	font-weight: 600;
	color: var(--nn-olive-dark);
}

.nn-ing p {
	margin: 0;
	font-size: 13px;
	color: var(--nn-muted);
	line-height: 1.45;
}

.nn-ings-lead {
	max-width: 640px;
	margin: 16px auto 0;
	color: var(--nn-muted);
}

.nn-ings:not(.nn-ings--page) .nn-ing-num,
.nn-ings:not(.nn-ings--page) .nn-ing-tag,
.nn-ings:not(.nn-ings--page) .nn-ing-latin {
	display: none;
}

.nn-page-hero-sub {
	max-width: 580px;
	margin: 18px auto 0;
	color: var(--nn-muted);
	font-size: 17px;
	line-height: 1.65;
}

body.nn-page-ingredients .page-header {
	display: none;
}

body.nn-page-ingredients.nature-nest:not(.home) .page-content {
	width: 100%;
	margin: 0;
}

body.nn-page-ingredients .nn-page-hero {
	padding: 72px 0 32px;
	background:
		radial-gradient(ellipse at top, rgba(142, 78, 82, 0.07), transparent 58%),
		var(--nn-cream);
	border-bottom: 0;
}

body.nn-page-ingredients .nn-page-hero h1::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: 18px auto 0;
	background: var(--nn-maroon);
}

.nn-ings--page {
	padding-top: 8px;
	padding-bottom: 88px;
}

.nn-ings--page .nn-ings-lead {
	max-width: 720px;
	font-size: 17px;
	line-height: 1.7;
}

.nn-ings--page .nn-ings-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 40px;
	margin-bottom: 8px;
}

.nn-ings--page .nn-ing {
	background: var(--nn-white);
	border-radius: 18px;
	overflow: hidden;
	text-align: left;
	border: 1px solid var(--nn-line);
	box-shadow: 0 12px 28px rgba(58, 68, 44, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nn-ings--page .nn-ing:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(58, 68, 44, 0.12);
}

.nn-ings--page .nn-ing:first-child {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: stretch;
}

.nn-ings--page .nn-ing-photo {
	margin: 0;
	border-radius: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--nn-cream-2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nn-ings--page .nn-ing:first-child .nn-ing-photo {
	aspect-ratio: auto;
	min-height: 280px;
	height: 100%;
}

.nn-ings--page .nn-ing-photo img,
.nn-ings--page .nn-ing-photo .nn-ph {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: contain;
	background: #fff;
	object-position: center;
}

.nn-ings--page .nn-ing-body {
	position: relative;
	padding: 20px 20px 24px;
}

.nn-ings--page .nn-ing:first-child .nn-ing-body {
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nn-ings--page .nn-ing-num {
	position: absolute;
	top: 16px;
	right: 18px;
	font-family: var(--nn-serif);
	font-size: 22px;
	color: var(--nn-rose-deep);
	opacity: 0.72;
	line-height: 1;
}

.nn-ings--page .nn-ing-tag {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--nn-sage-light);
	color: var(--nn-olive);
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 500;
}

.nn-ings--page .nn-ing h3 {
	font-size: 22px;
	letter-spacing: 0.03em;
	text-transform: none;
	margin: 0 0 4px;
}

.nn-ings--page .nn-ing-latin {
	font-family: var(--nn-serif);
	font-style: italic;
	font-size: 14px;
	color: var(--nn-olive-mid);
	margin: 0 0 10px;
}

.nn-ings--page .nn-ing p {
	font-size: 14px;
	line-height: 1.55;
}

.nn-ings--page .nn-ings-approach {
	margin-top: 56px;
	padding: 64px 0 72px;
	background: linear-gradient(180deg, var(--nn-cream) 0%, var(--nn-paper) 100%);
	border-top: 1px solid var(--nn-line);
}

.nn-ings-approach-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.nn-ings-approach-grid .nn-h2 {
	margin-bottom: 14px;
}

.nn-ings-approach-grid p {
	color: var(--nn-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 22px;
}

.nn-ings-pillars {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.nn-ings-pillars li {
	background: var(--nn-white);
	border: 1px solid var(--nn-line);
	border-radius: 16px;
	padding: 18px 20px;
}

.nn-ings-pillars strong {
	display: block;
	font-family: var(--nn-serif);
	font-size: 20px;
	font-weight: 500;
	color: var(--nn-olive-dark);
	margin-bottom: 6px;
}

.nn-ings-pillars span {
	color: var(--nn-muted);
	font-size: 14px;
	line-height: 1.5;
}

/* ---------- Concerns ---------- */

.nn-concerns {
	padding-top: 20px;
	padding-bottom: 56px;
}

.nn-pills {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
	align-items: stretch;
}

.nn-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 22px;
	border: 1px solid #c9b8b0;
	border-radius: 999px;
	text-decoration: none;
	color: var(--nn-olive-dark);
	background: var(--nn-white);
	font-size: 14px;
	transition: 0.2s ease;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.nn-pill:hover,
.nn-pill.is-link:hover {
	border-color: var(--nn-olive);
	background: var(--nn-cream);
	color: var(--nn-olive-dark);
}

.nn-pill.is-static {
	cursor: default;
	pointer-events: none;
}

.nn-pill.is-static:hover {
	border-color: #c9b8b0;
	background: var(--nn-white);
}

.nn-pill svg,
.nn-pill i,
.nn-pill .nn-fa,
.nn-pill .e-font-icon-svg {
	width: 36px !important;
	height: 36px !important;
	min-width: 36px;
	min-height: 36px;
	font-size: 32px;
	color: var(--nn-olive-mid);
	flex-shrink: 0;
}

/* ---------- About page ---------- */

body.nn-page-about .page-header {
	display: none;
}

body.nn-page-about.nature-nest:not(.home) .page-content {
	width: 100%;
	margin: 0;
}

body.nn-page-about .nn-page-hero {
	padding: 72px 0 36px;
	background:
		radial-gradient(ellipse at top, rgba(142, 78, 82, 0.07), transparent 58%),
		var(--nn-cream);
	border-bottom: 0;
}

body.nn-page-about .nn-page-hero h1::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: 18px auto 0;
	background: var(--nn-maroon);
}

.nn-about-page {
	padding-bottom: 0;
	background: var(--nn-paper);
}

.nn-about-intro {
	padding: 12px 0 56px;
}

.nn-about-intro-grid,
.nn-about-band-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 56px;
	align-items: center;
}

.nn-about-copy p {
	margin: 0 0 16px;
	color: var(--nn-muted);
	font-size: 16px;
	line-height: 1.7;
}

.nn-about-copy .nn-h2 {
	margin-bottom: 16px;
}

.nn-about-visual,
.nn-about-band-media {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--nn-line);
	box-shadow: 0 16px 36px rgba(58, 68, 44, 0.08);
}

.nn-about-visual img,
.nn-about-band-media > img,
.nn-about-visual .nn-ph,
.nn-about-band-media > .nn-ph {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.nn-about-band-media > img {
	object-fit: cover;
	background: #1a2418;
	min-height: 320px;
	padding: 0;
	box-sizing: border-box;
}

.nn-about-band {
	padding: 56px 0;
}

.nn-about-band.is-alt {
	background: var(--nn-cream);
}

.nn-about-philosophy {
	background: var(--nn-sage-light);
	text-align: center;
	padding: 64px 0;
}

.nn-about-philosophy .nn-h2 {
	margin-bottom: 32px;
}

.nn-about-pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	text-align: left;
}

.nn-about-pillar {
	background: var(--nn-white);
	border: 1px solid var(--nn-line);
	border-radius: 18px;
	padding: 24px 22px;
	box-shadow: 0 10px 24px rgba(58, 68, 44, 0.05);
}

.nn-about-pillar-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--nn-sage-light);
	color: var(--nn-olive);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	font-size: 16px;
}

.nn-about-pillar h3 {
	font-family: var(--nn-serif);
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 8px;
	color: var(--nn-olive-dark);
}

.nn-about-pillar p {
	margin: 0;
	color: var(--nn-muted);
	font-size: 14px;
	line-height: 1.55;
}

.nn-about-botanicals {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
	background: #fff;
}

.nn-about-botanicals figure {
	margin: 0;
	grid-column: span 2;
	text-align: center;
}

.nn-about-botanicals figure:nth-child(4),
.nn-about-botanicals figure:nth-child(5) {
	grid-column: span 3;
}

.nn-about-botanicals img,
.nn-about-botanicals .nn-ph {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background: #fff;
	border-radius: 14px;
	border: 1px solid var(--nn-line);
	display: block;
}

.nn-about-botanicals figcaption {
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nn-olive);
	font-weight: 500;
}

.nn-about-vision {
	background: var(--nn-olive-dark);
	color: var(--nn-cream);
	text-align: center;
	padding: 64px 20px;
}

.nn-about-vision .nn-eyebrow {
	color: #e8dfd0;
}

.nn-about-vision blockquote {
	font-family: var(--nn-serif);
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 500;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 820px;
	color: #fffdf9;
}

.nn-about-cta {
	padding: 48px 0 80px;
	text-align: center;
	background: var(--nn-paper);
}

/* ---------- Blog journal ---------- */

body.nn-page-blog .page-header {
	display: none;
}

body.nn-page-blog.nature-nest:not(.home) .page-content {
	width: 100%;
	margin: 0;
}

body.nn-page-blog .nn-page-hero {
	padding: 72px 0 36px;
	background:
		radial-gradient(ellipse at top, rgba(142, 78, 82, 0.07), transparent 58%),
		var(--nn-cream);
	border-bottom: 0;
}

body.nn-page-blog .nn-page-hero h1::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: 18px auto 0;
	background: var(--nn-maroon);
}

body.nn-page-blog .nn-page-hero-sub {
	max-width: 680px;
}

.nn-journal {
	padding: 12px 0 88px;
	background: var(--nn-paper);
	text-align: center;
}

.nn-journal .nn-h2 {
	margin-bottom: 32px;
}

.nn-journal-cats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	text-align: left;
}

.nn-journal-cat {
	grid-column: span 2;
	background: var(--nn-white);
	border: 1px solid var(--nn-line);
	border-radius: 18px;
	padding: 24px 22px 26px;
	box-shadow: 0 12px 28px rgba(58, 68, 44, 0.06);
}

a.nn-journal-cat-link {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a.nn-journal-cat-link:hover {
	transform: translateY(-2px);
	border-color: rgba(129, 34, 41, 0.25);
	box-shadow: 0 16px 32px rgba(58, 68, 44, 0.1);
	color: inherit;
}

.nn-journal-cat:nth-child(4),
.nn-journal-cat:nth-child(5) {
	grid-column: span 3;
}

.nn-journal-cat-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--nn-sage-light);
	color: var(--nn-olive);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	font-size: 16px;
}

.nn-journal-cat h3 {
	font-family: var(--nn-serif);
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 8px;
	color: var(--nn-olive-dark);
}

.nn-journal-cat p {
	margin: 0;
	color: var(--nn-muted);
	font-size: 15px;
	line-height: 1.55;
}

.nn-journal-posts {
	margin-top: 56px;
	text-align: center;
}

.nn-journal-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	text-align: left;
}

.nn-journal-post {
	background: var(--nn-white);
	border: 1px solid var(--nn-line);
	border-radius: 16px;
	padding: 22px;
}

.nn-journal-post a {
	text-decoration: none;
	color: inherit;
}

.nn-journal-post h3 {
	font-family: var(--nn-serif);
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 8px;
	color: var(--nn-olive-dark);
}

.nn-journal-post p {
	margin: 0;
	color: var(--nn-muted);
	font-size: 14px;
	line-height: 1.55;
}

body.nn-blog-single-page .page-header {
	display: none;
}
	width: 100%;
	max-width: none;
	margin: 0;
}

.nn-blog-back {
	margin: 0 0 28px;
	font-size: 14px;
}

.nn-blog-back a {
	color: var(--nn-maroon);
	text-decoration: none;
}

.nn-blog-back a:hover {
	text-decoration: underline;
}

.nn-blog-content h2 {
	font-family: var(--nn-serif);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 500;
	margin: 2.2em 0 0.75em;
	color: var(--nn-olive-dark);
}

.nn-blog-content h3 {
	font-family: var(--nn-serif);
	font-size: 22px;
	font-weight: 500;
	margin: 1.6em 0 0.6em;
	color: var(--nn-olive-dark);
}

.nn-blog-content p,
.nn-blog-content li {
	font-size: 16px;
	line-height: 1.75;
	color: var(--nn-text);
}

.nn-blog-content ul {
	margin: 0.75em 0 1.25em;
	padding-left: 1.25em;
}

.nn-blog-content a {
	color: var(--nn-maroon);
}

.nn-page-hero .nn-eyebrow a {
	color: inherit;
	text-decoration: none;
}

.nn-page-hero .nn-eyebrow a:hover {
	text-decoration: underline;
}

.nn-blog-empty {
	text-align: center;
	color: var(--nn-muted);
	font-size: 16px;
}

/* ---------- Story + Testimonials ---------- */

.nn-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	min-height: 520px;
	align-items: stretch;
}

.nn-split.nn-split-3 {
	grid-template-columns: 1fr 1fr;
}

.nn-split > .nn-story-media {
	display: none;
}

.nn-quotes .nn-story-media {
	display: block;
	min-height: 0;
	padding: 12px 0 0;
}

.nn-quotes .nn-story-media img,
.nn-quotes .nn-story-media .nn-ph {
	width: 100%;
	border-radius: 16px;
	min-height: 240px;
	object-fit: cover;
	display: block;
}

.nn-story {
	background-color: #f6f1ea;
	padding: 52px 40px 52px 48px;
	position: relative;
	overflow: hidden;
}

.nn-split-story .nn-story {
	padding: 56px 46% 56px 48px;
	display: flex;
	align-items: center;
	min-height: 520px;
	height: 100%;
	box-sizing: border-box;
}

.nn-split-story .nn-story.has-photo,
.nn-split-story .nn-quotes.has-photo {
	background-image: none !important;
}

.nn-story-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.nn-story-photo img,
.nn-story-photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	display: block;
}

.nn-split-story .nn-story::before {
	display: block;
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f6f1ea 0 38%, rgba(246, 241, 234, 0.7) 48%, rgba(246, 241, 234, 0.18) 58%, transparent 70%);
	pointer-events: none;
	z-index: 1;
}

.nn-split-story .nn-story::after {
	display: none;
}

.nn-story::before,
.nn-story::after {
	display: none;
}

.nn-story-copy {
	max-width: 420px;
	position: relative;
	z-index: 2;
}

.nn-split-story .nn-story h2,
.nn-split-story .nn-story .nn-eyebrow,
.nn-split-story .nn-story p {
	text-shadow: 0 0 18px #f6f1ea, 0 0 8px #f6f1ea;
}

.nn-split-story .nn-story h2 {
	color: #24301a;
}

.nn-split-story .nn-story p {
	color: #3a4030;
}

.nn-story h2 {
	font-family: var(--nn-serif);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 16px;
	color: var(--nn-olive-dark);
}

.nn-story p {
	color: var(--nn-muted);
	max-width: 420px;
	margin: 0 0 24px;
	font-size: 16.5px;
	line-height: 1.7;
}

.nn-story-img {
	margin-top: 28px;
	max-width: 280px;
}

.nn-story-img img {
	width: 100%;
	border-radius: 12px;
	display: block;
}

.nn-quotes {
	background-color: #f3ddd8;
	padding: 52px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nn-split-story .nn-quotes {
	padding: 56px 30% 56px 36px;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 520px;
	height: 100%;
	box-sizing: border-box;
}

.nn-split-story .nn-quotes::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f3ddd8 0 36%, rgba(243, 221, 216, 0.65) 48%, rgba(243, 221, 216, 0.12) 60%, transparent 72%);
	pointer-events: none;
	z-index: 1;
}

.nn-quotes-inner {
	width: 100%;
	max-width: 460px;
	position: relative;
	z-index: 2;
}

.nn-quotes .nn-eyebrow {
	margin-bottom: 10px;
}

.nn-quote-leaf {
	color: var(--nn-olive-mid);
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
}

.nn-quote-leaf svg,
.nn-quote-leaf .nn-fa {
	width: 18px;
	height: 18px;
}

.nn-stars {
	color: var(--nn-maroon);
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 18px;
}

.nn-quote-slider {
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
}

.nn-quote-body {
	min-width: 0;
}

.nn-quote {
	font-family: var(--nn-sans);
	font-size: 15px;
	font-style: normal;
	line-height: 1.55;
	color: var(--nn-olive-dark);
	margin: 0 0 12px;
	min-height: 0;
}

.nn-quote-name {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--nn-olive-dark);
	font-weight: 500;
}

.nn-quote-slider button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	background: var(--nn-maroon);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.nn-quote-slider button svg,
.nn-quote-slider button .nn-fa {
	fill: currentColor;
	color: #fff;
}

.nn-quote-nav {
	display: none;
}

.nn-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
}

.nn-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--nn-maroon);
}

.nn-dots span.is-on {
	background: var(--nn-maroon);
}

/* ---------- Instagram ---------- */

.nn-ig {
	padding: 64px 0 72px;
	background: var(--nn-paper);
}

.nn-ig-head {
	margin-bottom: 28px;
}

.nn-ig-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.nn-ig-grid a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: var(--nn-beige);
}

.nn-ig-grid img,
.nn-ig-grid .nn-ph {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 12px;
	transition: transform 0.35s ease;
	min-height: 0;
	border: 0;
}

.nn-ig-grid a:hover img {
	transform: scale(1.06);
}

/* ---------- Footer ---------- */

.nn-footer {
	background: var(--nn-footer) !important;
	color: #fff;
	padding: 0 !important;
	margin-top: 0;
	width: 100% !important;
	max-width: none !important;
}

body.nature-nest .nn-footer,
body.nature-nest .nn-footer p,
body.nature-nest .nn-footer li,
body.nature-nest .nn-footer h4,
body.nature-nest .nn-footer span,
body.nature-nest .nn-footer strong,
body.nature-nest .nn-copy {
	color: #fff !important;
}

body.nature-nest .nn-footer .nn-footer-contact i,
body.nature-nest .nn-footer .nn-footer-contact .nn-fa,
body.nature-nest .nn-footer .nn-footer-sprig {
	color: #fff !important;
}

.nn-footer-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.95fr 1.15fr 1.15fr;
	gap: 32px 28px;
	padding-top: 64px;
	padding-bottom: 48px;
	align-items: start;
}

.nn-footer-grid > div:not(.nn-footer-brand) {
	padding-top: 52px;
}

.nn-footer-wordmark {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	text-decoration: none;
	margin-bottom: 16px;
	max-width: 220px;
}

.nn-footer-sprig {
	width: 56px;
	height: 56px;
	color: #fff;
	margin-bottom: 10px;
}

.nn-footer-logo-img {
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 90px;
	object-fit: contain;
	object-position: left center;
	border-radius: 0;
	background: transparent;
	display: block;
	margin-bottom: 14px;
	flex-shrink: 0;
}

.nn-footer-wordmark strong {
	font-family: var(--nn-serif);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
}

.nn-footer-wordmark span {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	font-family: var(--nn-sans);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #fff;
}

.nn-footer-wordmark span::before,
.nn-footer-wordmark span::after {
	content: "";
	width: 22px;
	height: 8px;
	background: currentColor;
	opacity: 0.7;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 8'%3E%3Cpath fill='none' stroke='black' stroke-width='1.2' d='M1 5c4-4 8 4 14 0s10 4 16 0'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 8'%3E%3Cpath fill='none' stroke='black' stroke-width='1.2' d='M1 5c4-4 8 4 14 0s10 4 16 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nn-footer .nn-logo {
	display: none;
}

.nn-footer-brand p {
	font-size: 13.5px;
	line-height: 1.65;
	color: #fff;
	max-width: 240px;
	margin: 0 0 20px;
	font-weight: 400;
}

.nn-social {
	display: flex;
	gap: 14px;
	align-items: center;
}

body.nature-nest .nn-footer a:not([class^="nn-social-"]),
body.nature-nest .nn-footer a:not([class^="nn-social-"]):hover,
body.nature-nest .nn-footer .nn-footer-wordmark {
	color: #fff !important;
	text-decoration: none;
}

.nn-fa,
.e-font-icon-svg.nn-fa {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.125em;
}

.nn-social a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	line-height: 1;
	color: #fff;
}

.nn-social .nn-fa,
.nn-social .e-font-icon-svg,
.nn-social svg {
	width: 15px !important;
	height: 15px !important;
	font-size: 15px;
	fill: currentColor !important;
}

.nn-social svg path {
	fill: currentColor !important;
}

body.nature-nest .nn-footer .nn-social {
	margin-top: 18px;
	gap: 10px;
}

body.nature-nest .nn-footer .nn-social a,
body.nature-nest .nn-footer .nn-social a:hover,
body.nature-nest .nn-footer .nn-social-ig,
body.nature-nest .nn-footer .nn-social-ig .nn-fa,
body.nature-nest .nn-footer .nn-social-fb,
body.nature-nest .nn-footer .nn-social-fb .nn-fa,
body.nature-nest .nn-footer .nn-social-tt,
body.nature-nest .nn-footer .nn-social-tt .nn-fa,
body.nature-nest .nn-footer .nn-social-yt,
body.nature-nest .nn-footer .nn-social-yt .nn-fa,
body.nature-nest .nn-footer .nn-social-pin,
body.nature-nest .nn-footer .nn-social-pin .nn-fa,
body.nature-nest .nn-footer .nn-social a .nn-fa,
body.nature-nest .nn-footer .nn-social a .e-font-icon-svg {
	color: #fff !important;
	fill: #fff !important;
}

body.nature-nest .nn-footer .nn-social a:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

.nn-footer h4 {
	font-family: var(--nn-sans);
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 4px 0 18px;
	color: #fff;
	font-weight: 700;
}

.nn-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nn-footer li {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.nn-footer-contact li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #fff;
}

.nn-footer-contact svg,
.nn-footer-contact i,
.nn-footer-contact .nn-fa {
	width: 15px;
	height: 15px;
	margin-top: 0;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.nn-copy {
	border-top: 0;
	text-align: center;
	padding: 14px 16px;
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 0.02em;
	background: var(--nn-footer-bar) !important;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
}

body.nature-nest .nn-slider-btn,
body.nature-nest .nn-slider-btn:hover,
body.nature-nest .nn-slider-btn:focus,
body.nature-nest .nn-quote-slider button,
body.nature-nest .nn-quote-slider button:hover,
body.nature-nest .nn-quote-slider button:focus {
	background: var(--nn-maroon) !important;
	color: #fff !important;
	border: 0 !important;
}

body.nature-nest .nn-icon-btn,
body.nature-nest .nn-icon-btn:hover,
body.nature-nest .nn-burger:hover {
	border: 0 !important;
}

body.nature-nest .nn-icon-btn:hover,
body.nature-nest button.nn-icon-btn:hover {
	background: var(--nn-cream-2) !important;
	color: var(--nn-olive-dark) !important;
}

.nn-header-ico {
	width: 18px !important;
	height: 18px !important;
	stroke: currentColor;
	fill: none;
}

body.nature-nest .nn-btn:hover:not(.nn-btn-outline) {
	background: var(--nn-olive-dark) !important;
	color: #fff !important;
	border-color: var(--nn-olive-dark) !important;
}

body.nature-nest a.nn-btn-outline:hover,
body.nature-nest .nn-btn-outline:hover,
body.nature-nest .nn-hero a.nn-btn-outline:hover,
body.nature-nest .nn-hero-ctas a.nn-btn-outline:hover,
body.nature-nest .nn-card a.nn-btn-outline:hover {
	background: var(--nn-maroon) !important;
	color: #fff !important;
	border-color: var(--nn-maroon) !important;
}

body.nature-nest .nn-btn-maroon:hover {
	background: #743e42 !important;
	color: #fff !important;
}

/* ---------- Inner pages ---------- */

.nn-page-hero {
	background: var(--nn-cream);
	padding: 56px 0 48px;
	text-align: center;
	border-bottom: 1px solid var(--nn-line);
}

.nn-page-hero h1 {
	font-family: var(--nn-serif);
	font-size: clamp(36px, 5vw, 54px);
	font-weight: 500;
	margin: 0;
	color: var(--nn-olive-dark);
}

.nn-page-body {
	width: min(100% - 40px, 900px);
	margin: 48px auto 80px;
}

.nn-page-body .entry-title {
	display: none;
}

body.nature-nest .site-main {
	padding-block: 0;
}

body.nature-nest:not(.home) .page-content,
body.nature-nest.woocommerce .site-main {
	width: min(100% - 40px, 1180px);
	margin: 40px auto 72px;
}

body.nature-nest.woocommerce .page-header,
body.nature-nest:not(.home) .page-header {
	background: var(--nn-cream);
	padding: 40px 0 32px;
	margin: 0 0 24px;
	text-align: center;
}

body.nature-nest .page-header .entry-title,
body.nature-nest.woocommerce .page-header .entry-title {
	font-family: var(--nn-serif);
	font-weight: 500;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-page-body a {
	color: var(--nn-olive);
}

body.nature-nest .button,
body.nature-nest button.button,
body.nature-nest input.button,
body.nature-nest .woocommerce a.button,
body.nature-nest .woocommerce button.button {
	background: var(--nn-olive) !important;
	color: #f7f3ec !important;
	border-radius: 4px !important;
	border: 0 !important;
	font-family: var(--nn-sans);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px !important;
}

body.nature-nest .woocommerce ul.products li.product {
	background: var(--nn-white);
	border-radius: 16px;
	padding: 12px 12px 20px;
	text-align: center;
}

body.nature-nest .woocommerce ul.products li.product img {
	border-radius: 12px;
}

body.nature-nest .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--nn-serif);
	font-size: 20px !important;
}

/* ---------- Shop / cart / checkout ---------- */

body.nature-nest.woocommerce-shop .page-header,
body.nature-nest.woocommerce-cart .page-header,
body.nature-nest.woocommerce-checkout .page-header,
body.nature-nest.woocommerce-account .page-header {
	background: var(--nn-cream);
}

body.nature-nest .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 24px;
}

body.nature-nest .woocommerce ul.products li.product {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.nature-nest .woocommerce ul.products li.product .price {
	color: var(--nn-olive-dark);
	font-weight: 600;
}

body.nature-nest .woocommerce ul.products li.product .button,
body.nature-nest .woocommerce ul.products li.product a.button {
	background: var(--nn-maroon) !important;
	margin-top: 10px;
}

body.nature-nest.woocommerce-cart .wp-block-woocommerce-cart,
body.nature-nest.woocommerce-checkout .wp-block-woocommerce-checkout,
body.nature-nest .wc-block-cart,
body.nature-nest .wc-block-checkout {
	font-family: var(--nn-sans);
	color: var(--nn-text);
}

body.nature-nest .wc-block-components-button,
body.nature-nest .wc-block-cart .wc-block-cart__submit-button,
body.nature-nest .wc-block-checkout .wc-block-components-checkout-place-order-button,
body.nature-nest .woocommerce #place_order,
body.nature-nest .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: var(--nn-maroon) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 4px !important;
	font-family: var(--nn-sans) !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 12px !important;
}

body.nature-nest .wc-block-components-text-input input,
body.nature-nest .wc-block-components-textarea,
body.nature-nest .woocommerce form .form-row input.input-text,
body.nature-nest .woocommerce form .form-row textarea,
body.nature-nest .woocommerce form .form-row select {
	border-color: var(--nn-line) !important;
	border-radius: 6px;
	background: #fff;
	font-family: var(--nn-sans);
}

body.nature-nest .wc-block-components-checkout-step__title,
body.nature-nest .wc-block-cart__totals-title,
body.nature-nest .woocommerce-checkout h3,
body.nature-nest.woocommerce-cart h2,
body.nature-nest.woocommerce-checkout h1,
body.nature-nest.woocommerce-cart h1 {
	font-family: var(--nn-serif);
	color: var(--nn-olive-dark);
	font-weight: 500;
}

body.nature-nest .wc-block-components-order-summary,
body.nature-nest .wc-block-components-totals-wrapper,
body.nature-nest .cart-collaterals .cart_totals {
	background: var(--nn-cream);
	border: 1px solid var(--nn-line);
	border-radius: 16px;
	padding: 20px;
}

body.nature-nest .woocommerce a.remove {
	color: var(--nn-maroon) !important;
}

body.nature-nest.woocommerce-checkout #customer_details,
body.nature-nest.woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid var(--nn-line);
	border-radius: 16px;
	padding: 24px;
}

body.nature-nest .woocommerce-info,
body.nature-nest .woocommerce-message,
body.nature-nest .woocommerce-error {
	border-top-color: var(--nn-olive);
	background: var(--nn-cream);
	color: var(--nn-olive-dark);
}

body.nature-nest .wp-block-woocommerce-cart,
body.nature-nest .wp-block-woocommerce-checkout,
body.nature-nest .wc-block-components-sidebar-layout,
body.nature-nest table.wc-block-cart-items {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.nature-nest.woocommerce-cart .alignwide,
body.nature-nest.woocommerce-checkout .alignwide,
body.nature-nest .wp-block-woocommerce-cart.alignwide,
body.nature-nest .wp-block-woocommerce-checkout.alignwide,
body.nature-nest.woocommerce-cart .alignfull,
body.nature-nest.woocommerce-checkout .alignfull {
	margin-inline: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 781px) {
	body.nature-nest.woocommerce-cart .site-main,
	body.nature-nest.woocommerce-checkout .site-main {
		width: min(100% - 24px, 1180px);
		margin: 20px auto 48px;
	}

	body.nature-nest .wc-block-components-sidebar-layout,
	body.nature-nest .wc-block-components-sidebar-layout.is-small,
	body.nature-nest .wp-block-woocommerce-filled-cart-block {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}

	body.nature-nest .wc-block-components-sidebar-layout .wc-block-components-main,
	body.nature-nest .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.nature-nest .wc-block-components-sidebar-layout.is-small .wc-block-components-main,
	body.nature-nest .wc-block-components-sidebar-layout.is-small .wc-block-components-sidebar {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		min-width: 0;
		box-sizing: border-box;
	}

	body.nature-nest .wc-block-cart.is-small table.wc-block-cart-items,
	body.nature-nest .wc-block-cart.is-small table.wc-block-cart-items tbody {
		display: block;
		width: 100%;
	}

	body.nature-nest .wc-block-cart.is-small table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 72px minmax(0, 1fr) !important;
		column-gap: 12px !important;
		row-gap: 10px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.nature-nest .wc-block-cart.is-small .wc-block-cart-item__image {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		width: 72px;
		padding: 0 !important;
	}

	body.nature-nest .wc-block-cart.is-small .wc-block-cart-item__image img {
		width: 72px;
		height: auto;
		max-width: 100%;
	}

	body.nature-nest .wc-block-cart.is-small .wc-block-cart-item__product {
		grid-column: 2 !important;
		grid-row: 1 !important;
		min-width: 0;
		padding: 0 !important;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	body.nature-nest .wc-block-cart.is-small .wc-block-cart-item__total {
		grid-column: 2 !important;
		grid-row: 2 !important;
		justify-self: start !important;
		padding: 0 !important;
	}

	body.nature-nest .wc-block-cart.is-small .wc-block-cart-item__quantity {
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
		padding: 0 !important;
	}

	body.nature-nest .wc-block-components-quantity-selector {
		max-width: 100%;
	}

	body.nature-nest .wc-block-components-order-summary,
	body.nature-nest .wc-block-components-totals-wrapper {
		padding: 16px;
	}
}

@media (max-width: 900px) {
	body.nature-nest .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

/* ---------- Single product summary (beside image) ---------- */

body.nature-nest.single-product .page-header {
	display: none;
}

body.nature-nest.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px 56px;
	align-items: start;
}

body.nature-nest.single-product div.product .woocommerce-product-gallery,
body.nature-nest.single-product div.product .summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.nature-nest .nn-product-pitch {
	margin: 0 0 22px;
}

body.nature-nest .nn-product-title {
	font-family: var(--nn-serif) !important;
	font-weight: 500 !important;
	font-size: clamp(28px, 3.4vw, 40px) !important;
	line-height: 1.15 !important;
	color: var(--nn-olive-dark) !important;
	margin: 0 0 10px !important;
}

body.nature-nest .nn-product-botanicals {
	margin: 0 0 18px;
	font-family: var(--nn-sans);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nn-olive);
}

body.nature-nest .nn-product-meta-line {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 18px;
	font-family: var(--nn-sans);
	font-size: 18px;
	font-weight: 600;
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-product-offer {
	margin: 0 0 18px;
}

body.nature-nest .nn-product-offer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}

body.nature-nest .nn-product-offer-limited,
body.nature-nest .nn-product-offer-pct {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 4px;
	font-family: var(--nn-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
}

body.nature-nest .nn-product-offer-limited {
	background: var(--nn-maroon);
	color: #fff;
}

body.nature-nest .nn-product-offer-pct {
	background: #e8efe0;
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-product-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
	margin: 0;
}

body.nature-nest .nn-product-price-sale {
	font-family: var(--nn-sans);
	font-size: clamp(24px, 5vw, 30px);
	font-weight: 700;
	color: var(--nn-maroon);
	line-height: 1.15;
}

body.nature-nest .nn-product-price-regular,
body.nature-nest .nn-product-price-regular del,
body.nature-nest .nn-product-price-regular .amount {
	font-family: var(--nn-sans);
	font-size: 16px;
	font-weight: 500;
	color: var(--nn-muted) !important;
	text-decoration: line-through;
}

body.nature-nest .nn-product-size-line {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--nn-olive);
}

body.nature-nest .nn-product-meta-sep {
	opacity: 0.45;
	font-weight: 400;
}

body.nature-nest .nn-product-meta-line .price,
body.nature-nest .nn-product-meta-line .amount {
	color: var(--nn-maroon) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

body.nature-nest .nn-product-for {
	margin: 0 0 14px;
	font-family: var(--nn-serif);
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-product-lead {
	margin: 0;
	max-width: 42em;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--nn-muted);
}

body.nature-nest.single-product form.cart {
	margin: 8px 0 24px !important;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	max-width: 420px;
	width: 100%;
}

body.nature-nest.single-product form.cart .quantity {
	width: 100%;
	margin: 0 !important;
}

body.nature-nest.single-product form.cart .single_add_to_cart_button {
	background: var(--nn-maroon) !important;
	color: #fff !important;
	min-height: 52px;
	padding: 14px 28px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 8px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

body.nature-nest.single-product .nn-wa-order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	margin: 4px 0 0;
	padding: 14px 20px;
	border-radius: 8px;
	background: #25d366 !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28);
	font-family: var(--nn-sans);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none !important;
	text-align: center;
	transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.nature-nest.single-product .nn-wa-order:hover,
body.nature-nest.single-product .nn-wa-order:focus {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.34);
	color: #fff !important;
}

body.nature-nest.single-product .nn-wa-order-icon {
	flex: 0 0 auto;
	display: block;
}

body.nature-nest .nn-product-trust {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--nn-line);
	display: grid;
	gap: 10px;
}

body.nature-nest .nn-product-trust li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 14.5px;
	line-height: 1.45;
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-product-trust-check {
	color: var(--nn-olive);
	font-weight: 700;
	line-height: 1.35;
}

body.nature-nest.single-product .woocommerce-tabs,
body.nature-nest.single-product .woocommerce-tabs-wrapper,
body.nature-nest.single-product .related.products,
body.nature-nest.single-product .up-sells,
body.nature-nest.single-product .woocommerce-tabs .panel {
	grid-column: 1 / -1;
	width: 100%;
	float: none !important;
	max-width: none;
	text-align: left;
}

body.nature-nest.single-product #tab-description,
body.nature-nest.single-product .woocommerce-Tabs-panel--description {
	max-width: 820px;
	margin: 8px 0 0;
	text-align: left;
	color: var(--nn-text);
	font-size: 15.5px;
	line-height: 1.75;
}

body.nature-nest.single-product #tab-description p,
body.nature-nest.single-product #tab-description li {
	text-align: left;
	margin: 0 0 12px;
}

body.nature-nest.single-product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 36px 0 20px;
	display: flex;
	gap: 8px 20px;
	border-bottom: 1px solid var(--nn-line);
}

body.nature-nest .nn-acc {
	border-bottom: 1px solid var(--nn-line);
}

body.nature-nest .nn-acc-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 16px 0 !important;
	margin: 0;
	cursor: pointer;
	text-align: left;
	font-family: var(--nn-serif);
	font-size: 22px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--nn-olive-dark) !important;
	line-height: 1.3;
}

body.nature-nest .nn-acc-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--nn-olive-mid);
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
	color: var(--nn-olive-dark);
}

body.nature-nest .nn-acc-panel {
	display: none;
	padding: 0 0 18px;
	text-align: left;
}

body.nature-nest .nn-acc.is-open .nn-acc-panel {
	display: block;
}

body.nature-nest .nn-footer .nn-footer-static {
	color: rgba(255, 255, 255, 0.55) !important;
	cursor: default;
}

@media (max-width: 900px) {
	body.nature-nest.single-product div.product {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.nature-nest.single-product .site-main,
	body.nature-nest.single-product:not(.home) .page-content {
		width: min(100% - 24px, 1180px);
		margin: 16px auto 96px;
	}

	body.nature-nest .nn-product-title {
		font-size: clamp(26px, 7vw, 34px) !important;
	}

	body.nature-nest .nn-product-offer-badges {
		gap: 6px;
	}

	body.nature-nest .nn-product-price-sale {
		font-size: 28px;
	}

	body.nature-nest .nn-product-lead {
		font-size: 15px;
		line-height: 1.65;
	}

	body.nature-nest.single-product form.cart {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin: 4px 0 20px !important;
		max-width: none;
	}

	body.nature-nest.single-product form.cart .quantity {
		width: 100%;
		max-width: 140px;
	}

	body.nature-nest.single-product form.cart .single_add_to_cart_button {
		max-width: none !important;
		width: 100% !important;
		min-height: 52px;
		font-size: 14px !important;
	}

	body.nature-nest.single-product .nn-wa-order {
		min-height: 52px;
		font-size: 15px;
		margin-top: 2px;
	}

	body.nature-nest .nn-product-trust {
		padding-top: 16px;
		gap: 8px;
	}

	body.nature-nest.single-product .woocommerce-tabs ul.tabs {
		margin-top: 24px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.nature-nest .nn-acc-btn {
		font-size: 19px !important;
		padding: 14px 0 !important;
	}

	body.nature-nest.single-product {
		padding-bottom: 96px;
	}

	body.nature-nest .nn-product-offer-badges {
		gap: 8px;
		margin-bottom: 12px;
	}

	body.nature-nest .nn-product-offer-limited,
	body.nature-nest .nn-product-offer-pct {
		padding: 6px 12px;
		font-size: 12px;
	}

	body.nature-nest .nn-product-price-row {
		gap: 8px 12px;
	}

	body.nature-nest .nn-product-price-sale {
		font-size: 30px;
	}

	body.nature-nest .nn-product-price-regular {
		font-size: 17px;
	}

	body.nature-nest .nn-sticky-atc {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1200;
		display: block !important;
		background: #fff;
		border-top: 1px solid var(--nn-line);
		box-shadow: 0 -8px 24px rgba(40, 48, 28, 0.1);
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
		transform: translateY(0);
		pointer-events: auto;
	}

	body.nature-nest .nn-sticky-atc.is-visible {
		transform: translateY(0);
		pointer-events: auto;
	}

	body.nature-nest .nn-sticky-atc[hidden] {
		display: block !important;
	}

	body.nature-nest .nn-sticky-atc-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: min(100%, 560px);
		margin: 0 auto;
	}

	body.nature-nest .nn-sticky-atc-copy {
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	body.nature-nest .nn-sticky-atc-title {
		font-size: 12px;
		line-height: 1.3;
		color: var(--nn-olive-dark);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 52vw;
	}

	body.nature-nest .nn-sticky-atc-price {
		font-size: 16px;
		font-weight: 700;
		color: var(--nn-maroon);
	}

	body.nature-nest .nn-sticky-atc-btn {
		flex: 0 0 auto;
		background: var(--nn-maroon) !important;
		color: #fff !important;
		border: 0 !important;
		border-radius: 4px !important;
		min-height: 46px;
		padding: 12px 16px !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.1em !important;
		text-transform: uppercase;
		white-space: nowrap;
	}
}

@media (min-width: 901px) {
	body.nature-nest .nn-sticky-atc {
		display: none !important;
	}
}

/* Checkout: hide country only — keep province/state visible */
body.nature-nest.woocommerce-checkout .nn-country-locked,
body.nature-nest .wc-block-components-address-form__country,
body.nature-nest .woocommerce-billing-fields #billing_country_field,
body.nature-nest .woocommerce-shipping-fields #shipping_country_field {
	display: none !important;
}

body.nature-nest .wc-block-components-address-form__state,
body.nature-nest .wc-block-components-state-input,
body.nature-nest #billing_state_field,
body.nature-nest #shipping_state_field {
	display: block !important;
	visibility: visible !important;
}

@media (max-width: 781px) {
	body.nature-nest.woocommerce-checkout .site-main,
	body.nature-nest.woocommerce-cart .site-main {
		width: min(100% - 24px, 1180px);
		margin: 16px auto 48px;
	}

	body.nature-nest .wc-block-components-text-input input,
	body.nature-nest .wc-block-components-textarea,
	body.nature-nest .woocommerce form .form-row input.input-text,
	body.nature-nest .woocommerce form .form-row select {
		min-height: 48px;
		font-size: 16px !important;
	}

	body.nature-nest .wc-block-components-checkout-place-order-button,
	body.nature-nest .woocommerce #place_order {
		min-height: 52px !important;
		width: 100%;
	}
}

/* bottle svg on coming soon cards */
.nn-bottle {
	width: 120px;
	height: 260px;
}

/* ---------- Mobile ---------- */

@media (max-width: 1100px) {
	.nn-signature {
		gap: 36px 40px;
	}

	.nn-cards,
	.nn-ings-grid,
	.nn-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nn-about-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-journal-cats,
	.nn-journal-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-journal-cat,
	.nn-journal-cat:nth-child(4),
	.nn-journal-cat:nth-child(5) {
		grid-column: span 1;
	}

	.nn-ings--page .nn-ings-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-ings--page .nn-ing:first-child {
		grid-column: 1 / -1;
	}

	.nn-pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nn-ig-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.nn-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nn-hero-copy {
		padding-right: 24px;
	}

	.nn-slider-btn {
		display: none;
	}

	.nn-cards {
		gap: 12px;
	}
}

@media (max-width: 900px) {
	.nn-ings--page .nn-ing:first-child {
		grid-template-columns: 1fr;
	}

	.nn-ings-approach-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.nn-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.nn-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--nn-white);
		border-bottom: 1px solid var(--nn-line);
		padding: 12px 20px 20px;
		z-index: 20;
	}

	.nn-nav.is-open {
		display: block;
	}

	.nn-nav ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.nn-nav a {
		display: block;
		padding: 12px 0;
	}

	.nn-burger {
		display: flex;
	}

	body.nature-nest .e-con:has(.nn-hero),
	body.nature-nest .elementor-section:has(.nn-hero) {
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-color: #f6f1ea !important;
	}

	body.nature-nest .e-con:has(.nn-hero) .elementor-background-overlay,
	body.nature-nest .elementor-section:has(.nn-hero) .elementor-background-overlay {
		display: block !important;
		background: transparent !important;
	}

	body.nature-nest .nn-hero {
		position: relative;
		padding-top: 0;
		min-height: 520px;
		background: transparent;
	}

	body.nature-nest .nn-hero::before {
		display: none;
	}

	body.nature-nest .nn-hero-copy {
		width: 100%;
		max-width: none;
		padding: 32px 20px 28px;
		background: transparent;
		border-radius: 0;
		position: relative;
		z-index: 2;
	}

	.nn-hero h1 {
		font-size: clamp(22px, 5.4vw, 30px);
		line-height: 1.22;
		color: #2c3320;
	}

	.nn-hero p {
		font-size: 13px;
		margin-bottom: 14px;
		color: #3f4634;
	}

	.nn-hero-ctas {
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		gap: 8px;
		margin-bottom: 16px;
	}

	.nn-hero-ctas .nn-btn {
		white-space: normal;
		flex: 0 1 auto;
		width: auto;
		min-width: 0;
		padding: 8px 12px;
		font-size: 9px;
		letter-spacing: 0.08em;
		line-height: 1.3;
		text-align: center;
	}

	.nn-hero-features {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-top: 16px;
		padding: 0;
		background: transparent;
		border-radius: 0;
	}

	.nn-feat {
		padding: 12px 10px 14px;
	}

	.nn-collection {
		padding: 40px 0 44px;
	}

	.nn-signature {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.nn-signature-media {
		min-height: 320px;
		padding: 0;
		order: 0;
	}

	.nn-signature-copy {
		order: 1;
	}

	.nn-signature-copy .nn-h2 {
		max-width: none;
	}

	.nn-signature-media img,
	.nn-signature-media .nn-ph {
		min-height: 320px;
		max-height: none;
	}

	.nn-signature-copy .nn-btn {
		min-width: 0;
		width: 100%;
		max-width: 320px;
	}

	.nn-section-intro {
		font-size: 14px;
		padding: 0 8px;
	}

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

	.nn-story,
	.nn-quotes {
		padding: 48px 24px;
	}

	.nn-split,
	.nn-split.nn-split-3 {
		grid-template-columns: 1fr;
	}

	.nn-about-intro-grid,
	.nn-about-band-grid,
	.nn-about-pillars {
		grid-template-columns: 1fr;
	}

	.nn-journal-cats,
	.nn-journal-post-grid {
		grid-template-columns: 1fr;
	}

	.nn-about-botanicals {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-about-botanicals figure,
	.nn-about-botanicals figure:nth-child(4),
	.nn-about-botanicals figure:nth-child(5) {
		grid-column: span 1;
	}

	.nn-about-visual img,
	.nn-about-band-media > img {
		min-height: 240px;
	}

	.nn-split-story .nn-story,
	.nn-split-story .nn-quotes {
		padding: 48px 24px 48px;
		min-height: 420px;
		height: auto;
	}

	.nn-logo-text strong {
		font-size: 13px;
	}
}

.nn-form {
	display: grid;
	gap: 16px;
	max-width: 560px;
	position: relative;
}

.nn-form label {
	display: grid;
	gap: 6px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nn-olive-dark);
	font-weight: 500;
}

.nn-form input,
.nn-form textarea {
	border: 1px solid var(--nn-line);
	border-radius: 6px;
	padding: 12px 14px;
	font-family: var(--nn-sans);
	font-size: 15px;
	background: var(--nn-white);
	color: var(--nn-text);
	text-transform: none;
	letter-spacing: 0;
}

.nn-form input:focus,
.nn-form textarea:focus {
	outline: 2px solid var(--nn-sage);
	border-color: var(--nn-olive-mid);
}

.nn-form .nn-btn {
	justify-self: start;
}

.nn-form-status {
	max-width: 560px;
	padding: 14px 16px;
	border-radius: 8px;
	margin: 0 0 20px;
}

.nn-form-status.is-ok {
	background: var(--nn-sage-light);
	color: var(--nn-olive-dark);
}

.nn-form-status.is-err {
	background: #f7e4e2;
	color: #743e42;
}

.nn-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

@media (max-width: 640px) {
	.nn-announce {
		font-size: 9px;
		letter-spacing: 0.12em;
	}

	.nn-ings-grid,
	.nn-values-grid,
	.nn-hero-features {
		grid-template-columns: 1fr 1fr;
	}

	.nn-ings--page .nn-ings-grid {
		grid-template-columns: 1fr;
	}

	.nn-cards {
		grid-template-columns: 1fr;
		max-width: 360px;
		margin-inline: auto;
	}

	body.nature-nest .nn-hero {
		min-height: 480px;
	}

	body.nature-nest .e-con:has(.nn-hero),
	body.nature-nest .elementor-section:has(.nn-hero) {
		background-size: cover !important;
		background-position: center center !important;
	}

	body.nature-nest .e-con:has(.nn-hero) .elementor-background-overlay,
	body.nature-nest .elementor-section:has(.nn-hero) .elementor-background-overlay {
		display: block !important;
		background: transparent !important;
	}

	body.nature-nest .nn-hero::before {
		display: none;
	}

	body.nature-nest .nn-hero-copy {
		padding: 28px 16px 24px;
	}

	.nn-hero h1 {
		font-size: 22px;
		line-height: 1.25;
	}

	.nn-hero-ctas {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.nn-hero-ctas .nn-btn {
		width: auto;
		flex: 0 1 auto;
		padding: 8px 11px;
		font-size: 8px;
		white-space: normal;
	}

	.nn-feat span {
		font-size: 11px;
	}

	.nn-feat p {
		font-size: 11px;
	}

	.nn-collection-head {
		margin-bottom: 20px;
	}

	.nn-h2 {
		font-size: 26px;
	}

	.nn-card {
		padding: 16px 10px 14px;
	}

	.nn-pills {
		grid-template-columns: 1fr;
	}

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

	.nn-footer-grid {
		grid-template-columns: 1fr;
	}

	.nn-footer-grid > div:not(.nn-footer-brand) {
		padding-top: 0;
	}

	.nn-logo-text span {
		display: none;
	}
}

/* ---------- Elementor layout resets ---------- */

body.nature-nest.elementor-page .page-header,
body.nature-nest .elementor-location-header .site-header:not(.nn-header),
body.nature-nest .elementor-location-footer .site-footer:not(.nn-footer) {
	display: none;
}

body.nature-nest .elementor-location-header,
body.nature-nest .elementor-location-footer,
body.nature-nest .elementor-location-header .elementor,
body.nature-nest .elementor-location-footer .elementor,
body.nature-nest .elementor-widget-nn-header,
body.nature-nest .elementor-widget-nn-footer,
body.nature-nest .elementor-widget-nn-hero,
body.nature-nest .elementor-widget-nn-collection,
body.nature-nest .elementor-widget-nn-values,
body.nature-nest .elementor-widget-nn-ingredients,
body.nature-nest .elementor-widget-nn-concerns,
body.nature-nest .elementor-widget-nn-story,
body.nature-nest .elementor-widget-nn-instagram,
body.nature-nest .elementor-widget-nn-page-hero,
body.nature-nest .elementor-widget-nn-about,
body.nature-nest .elementor-widget-nn-contact,
body.nature-nest .elementor-widget-nn-copy {
	max-width: none !important;
	width: 100% !important;
}

body.nature-nest .elementor-location-header .elementor-element-populated,
body.nature-nest .elementor-location-footer .elementor-element-populated,
body.nature-nest .elementor-location-header .elementor-widget-wrap,
body.nature-nest .elementor-location-footer .elementor-widget-wrap,
body.nature-nest .elementor-element[data-widget_type^="nn-"] > .elementor-widget-container,
body.nature-nest .e-con-inner {
	padding: 0 !important;
}

body.nature-nest .elementor-section.elementor-section-boxed > .elementor-container,
body.nature-nest .e-con.e-flex > .e-con-inner {
	max-width: none !important;
	width: 100% !important;
}

body.nature-nest .elementor-page,
body.nature-nest .site-main,
body.nature-nest .page-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

body.nature-nest .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

body.nature-nest .elementor-location-footer,
body.nature-nest .elementor-location-footer > .elementor,
body.nature-nest .elementor-location-footer .e-con,
body.nature-nest .elementor-location-footer .elementor-section,
body.nature-nest .elementor-location-footer .elementor-widget-wrap,
body.nature-nest .elementor-widget-nn-footer,
body.nature-nest .elementor-widget-nn-footer .elementor-widget-container {
	background: var(--nn-footer) !important;
}

body.nature-nest .nn-footer .nn-copy,
body.nature-nest .elementor-widget-nn-footer .nn-copy {
	background: var(--nn-footer-bar) !important;
}

.nn-hero-ctas {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	width: 100%;
}

.nn-hero-ctas .nn-btn {
	flex: 0 1 auto;
	white-space: nowrap;
	padding: 12px 16px;
	font-size: 10px;
	letter-spacing: 0.12em;
}

.nn-feat p {
	margin: 6px 0 0;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
	color: #3f4634;
	line-height: 1.45;
}

.nn-section-intro {
	max-width: 720px;
	margin: 16px auto 0;
	color: var(--nn-muted);
	font-size: 15px;
	line-height: 1.65;
}

.nn-pill.has-text {
	border-radius: 16px;
	max-width: none;
	align-items: flex-start;
	text-align: left;
	padding: 18px 14px;
	gap: 12px;
}

.nn-pill.has-text span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.nn-pill.has-text strong {
	font-size: 13px;
	font-weight: 600;
}

.nn-pill.has-text em {
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	color: var(--nn-muted);
	line-height: 1.4;
}

.nn-quotes h2 {
	font-family: var(--nn-serif);
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 500;
	margin: 0 0 16px;
	color: var(--nn-olive-dark);
}

.nn-footer-wordmark {
	max-width: 280px;
}

.nn-footer-wordmark span {
	letter-spacing: 0.12em;
	line-height: 1.45;
	white-space: normal;
	max-width: 260px;
}

.nn-footer-brand p {
	max-width: 280px;
}

.nn-contact-follow {
	margin-top: 40px;
}

.nn-contact-follow h2,
.nn-copy-block h2,
.nn-page-body h2 {
	font-family: var(--nn-serif);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 500;
	margin: 32px 0 12px;
	color: var(--nn-olive-dark);
}

.nn-contact-follow .nn-social a,
.nn-copy-block .nn-social a {
	color: var(--nn-olive-dark);
}

.nn-contact-follow .nn-social-ig,
.nn-copy-block .nn-social-ig { color: #e4405f; }
.nn-contact-follow .nn-social-fb,
.nn-copy-block .nn-social-fb { color: #1877f2; }
.nn-contact-follow .nn-social-tt,
.nn-copy-block .nn-social-tt { color: #fe2c55; }
.nn-contact-follow .nn-social-pin,
.nn-copy-block .nn-social-pin { color: #e60023; }

.nn-shop-intro {
	margin: 0 auto 36px;
}

.nn-shop-intro .nn-btn {
	margin-top: 12px;
}

/* ---------- Scroll reveal (simple fade-up) ---------- */

.nn-reveal {
	opacity: 0 !important;
	transform: translate3d(0, 36px, 0) !important;
	transition:
		opacity 0.85s ease,
		transform 0.85s ease !important;
	transition-delay: var(--nn-d, 0ms);
}

.nn-reveal.is-in {
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}

html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero),
html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero):not(.elementor-motion-effects-element-type-background),
html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero) > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #f6f1ea !important;
	min-height: 560px;
}

html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero) > .elementor-background-overlay {
	display: block !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

@media (max-width: 900px) {
	html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero),
	html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero):not(.elementor-motion-effects-element-type-background),
	html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero) > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		min-height: 480px;
		background-size: cover !important;
		background-position: center center !important;
	}

	html body.nature-nest .elementor-element.e-con:has(.elementor-widget-nn-hero) > .elementor-background-overlay {
		background: transparent !important;
	}
}

body.nn-popup-open {
	overflow: hidden;
}

.nn-popup {
	--nn-popup-bg: #f9f8f4;
	--nn-popup-ink: #2f3a26;
	--nn-popup-pink: #c24b5a;
	--nn-popup-btn: #1f3a2a;
	--nn-popup-line: rgba(47, 58, 38, 0.22);
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	visibility: hidden;
	pointer-events: none;
}

.nn-popup[hidden]:not(.is-open) {
	display: none !important;
}

.nn-popup.is-open,
.nn-popup.is-open[hidden] {
	display: flex !important;
	visibility: visible;
	pointer-events: auto;
}

.nn-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(28, 34, 20, 0.52);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 0.42s ease;
}

.nn-popup.is-visible .nn-popup-backdrop {
	opacity: 1;
}

.nn-popup-dialog {
	position: relative;
	width: min(100%, 400px);
	max-height: min(92dvh, 92vh, 640px);
	overflow: hidden;
	background: var(--nn-popup-bg);
	border-radius: 22px;
	box-shadow:
		0 28px 64px rgba(20, 26, 14, 0.28),
		0 2px 0 rgba(255, 255, 255, 0.55) inset;
	padding: clamp(18px, 4.5vw, 30px) clamp(14px, 4vw, 28px) clamp(14px, 3.5vw, 22px);
	opacity: 0;
	transform: translateY(22px) scale(0.94);
	transition:
		opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, opacity;
}

.nn-popup.is-visible .nn-popup-dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.nn-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	color: #2a3222;
	box-shadow: 0 2px 10px rgba(30, 40, 20, 0.14);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nn-popup-close:hover {
	background: #fff;
	transform: rotate(90deg);
	box-shadow: 0 4px 14px rgba(30, 40, 20, 0.18);
}

.nn-popup-close svg {
	display: block;
	width: 20px;
	height: 20px;
}

.nn-popup-watermark {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	width: 120px;
	height: 120px;
	background:
		radial-gradient(ellipse at 40% 40%, rgba(74, 85, 56, 0.07), transparent 62%),
		radial-gradient(ellipse at 70% 60%, rgba(194, 75, 90, 0.05), transparent 55%);
	border-radius: 50%;
	opacity: 0.9;
}

.nn-popup-watermark-bl {
	left: -28px;
	bottom: -18px;
	width: 150px;
	height: 150px;
}

.nn-popup-watermark-tr {
	right: -20px;
	top: 18%;
	width: 110px;
	height: 110px;
}

.nn-popup-deco {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	object-fit: contain;
	user-select: none;
	background: transparent !important;
	box-shadow: none;
	mix-blend-mode: normal;
}

.nn-popup-deco-hibiscus {
	width: clamp(88px, 28vw, 126px);
	aspect-ratio: 1;
	top: -8px;
	left: -22px;
	border-radius: 50%;
	object-fit: cover;
	background: transparent !important;
	transform: rotate(-10deg);
	filter: drop-shadow(0 8px 14px rgba(120, 40, 50, 0.18));
	animation: nn-popup-float 5.5s ease-in-out infinite;
}

.nn-popup-deco-leaf {
	width: clamp(34px, 11vw, 46px);
	top: 38%;
	right: 8px;
	opacity: 0.88;
	transform: rotate(18deg);
	animation: nn-popup-float-leaf 6.2s ease-in-out infinite;
}

.nn-popup-deco-rosemary {
	width: clamp(72px, 24vw, 98px);
	bottom: 4px;
	right: -14px;
	opacity: 0.96;
	transform: rotate(8deg);
	filter: drop-shadow(0 6px 10px rgba(40, 60, 30, 0.16));
}

.nn-popup-deco-petal {
	width: clamp(28px, 9vw, 42px);
	aspect-ratio: 1;
	bottom: 54px;
	right: 44px;
	opacity: 0.92;
	border-radius: 50%;
	object-fit: cover;
	object-position: 60% 40%;
	transform: rotate(28deg) scale(0.9);
	filter: saturate(1.08);
}

.nn-popup-inner {
	position: relative;
	z-index: 2;
	text-align: center;
}

.nn-popup-brand {
	margin: 4px 0 14px;
}

.nn-popup-logo {
	display: block;
	width: min(152px, 54%);
	height: auto;
	margin: 0 auto 4px;
}

.nn-popup-logo-fallback {
	width: 52px;
	margin: 0 auto 4px;
}

.nn-popup-brand-name {
	display: block;
	font-family: var(--nn-serif);
	font-size: 26px;
	font-weight: 600;
	color: var(--nn-popup-ink);
}

.nn-popup-tagline {
	margin: 0;
	font-family: var(--nn-sans);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #5d684c;
}

.nn-popup-title {
	display: grid;
	gap: 2px;
	margin: 0 0 10px;
	font-family: var(--nn-serif);
	font-weight: 500;
	line-height: 1.15;
	color: var(--nn-popup-ink);
}

.nn-popup-title-line {
	display: block;
	font-size: clamp(24px, 5.6vw, 30px);
	font-style: italic;
	font-weight: 500;
}

.nn-popup-title-accent {
	display: block;
	font-size: clamp(30px, 7vw, 38px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--nn-popup-pink);
}

.nn-popup-title-success {
	gap: 0;
}

.nn-popup-rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 auto 12px;
	width: min(220px, 72%);
	height: 16px;
	position: relative;
}

.nn-popup-rule::before,
.nn-popup-rule::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--nn-popup-line);
}

.nn-popup-rule-leaf {
	flex: 0 0 auto;
	margin: 0 8px;
	display: block;
}

.nn-popup-sub {
	margin: 0 auto 16px;
	max-width: 300px;
	font-family: var(--nn-sans);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.5;
	color: #4a5340;
}

.nn-popup-sub strong {
	color: var(--nn-popup-pink);
	font-weight: 600;
}

.nn-popup-form {
	display: grid;
	gap: 10px;
}

.nn-popup-field {
	position: relative;
	display: block;
	margin: 0;
}

.nn-popup-field-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #8a917f;
	font-size: 14px;
	pointer-events: none;
	line-height: 1;
	opacity: 0.85;
}

.nn-popup-field-icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.nn-popup-field input {
	width: 100%;
	min-height: 46px;
	border: 1px solid #d5d8ce;
	border-radius: 12px;
	background: #fff;
	padding: 12px 16px 12px 44px;
	font-family: var(--nn-sans);
	font-size: 14.5px;
	color: var(--nn-popup-ink);
	outline: none;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nn-popup-field input::placeholder {
	color: #9aa091;
}

.nn-popup-field input:focus {
	border-color: #7a8768;
	box-shadow: 0 0 0 3px rgba(74, 85, 56, 0.12);
}

.nn-popup-submit {
	width: 100%;
	min-height: 50px;
	margin-top: 2px;
	border: 0;
	border-radius: 999px;
	background: var(--nn-popup-btn) !important;
	color: #fff !important;
	font-family: var(--nn-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(31, 58, 42, 0.22);
	transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.nn-popup-submit-arrow {
	display: inline-block;
	margin-left: 4px;
	transition: transform 0.22s ease;
}

.nn-popup-submit:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(31, 58, 42, 0.28);
}

.nn-popup-submit:hover .nn-popup-submit-arrow {
	transform: translateX(3px);
}

.nn-popup-submit:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.nn-popup-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 4px 0 0;
	font-family: var(--nn-sans);
	font-size: 11.5px;
	font-style: italic;
	line-height: 1.35;
	color: #8b9184;
}

.nn-popup-note svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	opacity: 0.8;
}

.nn-popup-error {
	margin: 0;
	color: var(--nn-popup-pink);
	font-size: 12.5px;
}

.nn-popup-code {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 6px;
	background: #e7eee1;
	color: var(--nn-popup-ink);
	letter-spacing: 0.06em;
}

.nn-popup-success-view .nn-popup-submit {
	margin-top: 10px;
}

@keyframes nn-popup-float {
	0%,
	100% {
		transform: translateY(0) rotate(-10deg);
	}
	50% {
		transform: translateY(-5px) rotate(-6deg);
	}
}

.nn-popup-deco-leaf {
	animation-name: nn-popup-float-leaf;
}

@keyframes nn-popup-float-leaf {
	0%,
	100% {
		transform: translateY(0) rotate(18deg);
	}
	50% {
		transform: translateY(-4px) rotate(22deg);
	}
}

/* Phones */
@media (max-width: 480px) {
	.nn-popup {
		padding: max(10px, env(safe-area-inset-top, 0px)) max(10px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) max(10px, env(safe-area-inset-left, 0px));
		align-items: center;
	}

	.nn-popup-dialog {
		width: min(100%, 380px);
		max-height: min(88dvh, 88vh);
		border-radius: 18px;
		padding: 22px 16px 16px;
	}

	.nn-popup-brand {
		margin: 2px 0 10px;
	}

	.nn-popup-logo {
		width: min(128px, 46%);
	}

	.nn-popup-tagline {
		font-size: 9px;
		letter-spacing: 0.18em;
	}

	.nn-popup-title {
		margin-bottom: 8px;
	}

	.nn-popup-title-line {
		font-size: clamp(20px, 5.8vw, 24px);
	}

	.nn-popup-title-accent {
		font-size: clamp(26px, 7.2vw, 32px);
	}

	.nn-popup-rule {
		margin-bottom: 10px;
		width: min(180px, 70%);
	}

	.nn-popup-sub {
		font-size: 12.5px;
		line-height: 1.45;
		margin-bottom: 12px;
		max-width: 280px;
		padding: 0 4px;
	}

	.nn-popup-form {
		gap: 9px;
	}

	.nn-popup-field input {
		min-height: 44px;
		font-size: 14px;
		border-radius: 11px;
		padding-left: 42px;
	}

	.nn-popup-submit {
		min-height: 46px;
		font-size: 12px;
		letter-spacing: 0.08em;
	}

	.nn-popup-note {
		font-size: 11px;
		padding: 0 6px;
	}

	.nn-popup-deco-hibiscus {
		width: 84px;
		left: -24px;
		top: -4px;
	}

	.nn-popup-deco-leaf {
		width: 32px;
		right: 2px;
		top: 36%;
	}

	.nn-popup-deco-rosemary {
		width: 68px;
		bottom: 0;
		right: -16px;
	}

	.nn-popup-deco-petal {
		width: 28px;
		right: 30px;
		bottom: 42px;
	}

	.nn-popup-close {
		top: 6px;
		right: 6px;
		width: 44px;
		height: 44px;
	}

	.nn-popup-close svg {
		width: 20px;
		height: 20px;
	}
}

/* Very small phones */
@media (max-width: 360px) {
	.nn-popup-dialog {
		padding: 18px 12px 14px;
	}

	.nn-popup-title-line {
		font-size: 19px;
	}

	.nn-popup-title-accent {
		font-size: 24px;
	}

	.nn-popup-sub {
		font-size: 12px;
	}

	.nn-popup-deco-hibiscus {
		width: 72px;
		left: -20px;
	}

	.nn-popup-deco-rosemary,
	.nn-popup-deco-petal {
		opacity: 0.75;
	}

	.nn-popup-deco-leaf {
		display: none;
	}
}

/* Short screens / landscape phones — keep content visible, no scroll */
@media (max-height: 700px) {
	.nn-popup-dialog {
		padding-top: 16px;
		padding-bottom: 12px;
		max-height: min(94dvh, 94vh);
	}

	.nn-popup-brand {
		margin-bottom: 8px;
	}

	.nn-popup-logo {
		width: min(112px, 42%);
	}

	.nn-popup-title-line {
		font-size: 20px;
	}

	.nn-popup-title-accent {
		font-size: 26px;
	}

	.nn-popup-sub {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.nn-popup-form {
		gap: 8px;
	}

	.nn-popup-field input {
		min-height: 40px;
	}

	.nn-popup-submit {
		min-height: 44px;
	}

	.nn-popup-note {
		font-size: 10.5px;
	}

	.nn-popup-deco-hibiscus {
		width: 76px;
	}

	.nn-popup-deco-rosemary {
		width: 60px;
	}

	.nn-popup-deco-petal {
		display: none;
	}
}

@media (max-height: 560px) {
	.nn-popup-deco-hibiscus,
	.nn-popup-deco-rosemary,
	.nn-popup-deco-leaf {
		opacity: 0.55;
		width: 58px;
	}

	.nn-popup-tagline {
		display: none;
	}

	.nn-popup-rule {
		margin-bottom: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nn-popup-backdrop,
	.nn-popup-dialog,
	.nn-popup-close,
	.nn-popup-submit,
	.nn-popup-submit-arrow {
		transition: none !important;
	}

	.nn-popup-deco-hibiscus,
	.nn-popup-deco-leaf {
		animation: none !important;
	}

	.nn-popup.is-open .nn-popup-dialog {
		transform: none;
		opacity: 1;
	}
}

/* ---------- Order received / thank you ---------- */

body.nature-nest.woocommerce-order-received .page-header {
	display: none !important;
}

body.nature-nest.woocommerce-order-received .site-main,
body.nature-nest.woocommerce-order-received #content {
	width: min(100% - 32px, 880px) !important;
	max-width: 880px !important;
	margin: 28px auto 72px !important;
	float: none !important;
	clear: both !important;
}

body.nature-nest.woocommerce-order-received .page-content,
body.nature-nest.woocommerce-order-received .page-content > .woocommerce,
body.nature-nest.woocommerce-order-received .woocommerce-order,
body.nature-nest .nn-thankyou {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.nature-nest .nn-thankyou {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

body.nature-nest .nn-thankyou::after,
body.nature-nest.woocommerce-order-received .woocommerce::after,
body.nature-nest.woocommerce-order-received .col2-set::after,
body.nature-nest.woocommerce-order-received .woocommerce-customer-details::after,
body.nature-nest.woocommerce-order-received ul.order_details::after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}

body.nature-nest.woocommerce-order-received .nn-thankyou *,
body.nature-nest.woocommerce-order-received .nn-thankyou *::before,
body.nature-nest.woocommerce-order-received .nn-thankyou *::after {
	box-sizing: border-box;
}

body.nature-nest .nn-thankyou-hero {
	text-align: center;
	background:
		radial-gradient(circle at 12% 20%, rgba(74, 85, 56, 0.06), transparent 36%),
		radial-gradient(circle at 88% 80%, rgba(194, 75, 90, 0.06), transparent 32%),
		var(--nn-cream);
	border: 1px solid var(--nn-line);
	border-radius: 20px;
	padding: 36px 24px 28px;
	width: 100%;
}

body.nature-nest .nn-thankyou-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: var(--nn-olive-dark);
	color: #fff;
	box-shadow: 0 10px 24px rgba(58, 68, 44, 0.22);
}

body.nature-nest .nn-thankyou-badge-error {
	background: var(--nn-maroon);
	font-family: var(--nn-serif);
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

body.nature-nest .nn-thankyou-title,
body.nature-nest .nn-thankyou .woocommerce-thankyou-order-received {
	margin: 0 0 8px !important;
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	font-family: var(--nn-serif) !important;
	font-size: clamp(24px, 4.5vw, 34px) !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	color: var(--nn-olive-dark) !important;
	text-align: center;
}

body.nature-nest .nn-thankyou-title::before,
body.nature-nest .nn-thankyou .woocommerce-thankyou-order-received::before {
	display: none !important;
	content: none !important;
}

body.nature-nest .nn-thankyou-sub {
	margin: 0 auto;
	max-width: 440px;
	font-family: var(--nn-sans);
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--nn-muted);
}

/* Kill Woo float list layout — single clean stack */
body.nature-nest.woocommerce-order-received ul.order_details,
body.nature-nest .nn-thankyou-meta.woocommerce-order-overview,
body.nature-nest .nn-thankyou ul.wc-bacs-bank-details {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border: 0 !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

body.nature-nest.woocommerce-order-received ul.order_details li,
body.nature-nest .nn-thankyou-meta.woocommerce-order-overview li,
body.nature-nest .nn-thankyou ul.wc-bacs-bank-details li {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 16px;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 14px 16px !important;
	border: 1px solid var(--nn-line) !important;
	border-right: 1px solid var(--nn-line) !important;
	border-radius: 12px !important;
	background: #fff !important;
	text-align: left !important;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--nn-muted);
}

body.nature-nest.woocommerce-order-received ul.order_details li > span,
body.nature-nest .nn-thankyou-meta.woocommerce-order-overview li > span {
	flex: 0 0 auto;
}

body.nature-nest.woocommerce-order-received ul.order_details li strong,
body.nature-nest .nn-thankyou-meta.woocommerce-order-overview li strong,
body.nature-nest .nn-thankyou ul.wc-bacs-bank-details li strong {
	font-family: var(--nn-sans);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--nn-olive-dark);
	line-height: 1.35;
	word-break: break-word;
	text-align: right;
}

body.nature-nest .nn-thankyou-meta .woocommerce-Price-amount {
	color: var(--nn-maroon);
}

body.nature-nest .nn-thankyou-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	float: none !important;
	clear: both !important;
}

body.nature-nest.woocommerce-order-received .woocommerce-bacs-bank-details,
body.nature-nest.woocommerce-order-received .woocommerce-order-details,
body.nature-nest.woocommerce-order-received .woocommerce-customer-details,
body.nature-nest.woocommerce-order-received .woocommerce-order-downloads {
	background: #fff;
	border: 1px solid var(--nn-line);
	border-radius: 18px;
	padding: 22px 20px;
	margin: 0 !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
}

body.nature-nest.woocommerce-order-received .woocommerce-bacs-bank-details {
	background: var(--nn-cream);
}

body.nature-nest.woocommerce-order-received .wc-bacs-bank-details-heading,
body.nature-nest.woocommerce-order-received .woocommerce-order-details > h2,
body.nature-nest.woocommerce-order-received .woocommerce-column__title,
body.nature-nest.woocommerce-order-received .woocommerce-order-details__title,
body.nature-nest.woocommerce-order-received .wc-bacs-bank-details-account-name {
	margin: 0 0 12px !important;
	padding: 0 !important;
	font-family: var(--nn-serif);
	font-size: 22px;
	font-weight: 500;
	color: var(--nn-olive-dark);
	border: 0 !important;
	float: none !important;
}

body.nature-nest.woocommerce-order-received .wc-bacs-bank-details-account-name {
	font-size: 16px;
	font-family: var(--nn-sans);
	font-weight: 600;
	margin-top: 4px !important;
}

body.nature-nest.woocommerce-order-received .woocommerce-bacs-bank-details ul.wc-bacs-bank-details {
	grid-template-columns: 1fr;
	margin-top: 8px !important;
}

body.nature-nest.woocommerce-order-received table.shop_table,
body.nature-nest.woocommerce-order-received table.woocommerce-table {
	border: 0 !important;
	border-collapse: collapse;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	display: table !important;
}

body.nature-nest.woocommerce-order-received table.shop_table th,
body.nature-nest.woocommerce-order-received table.shop_table td,
body.nature-nest.woocommerce-order-received table.woocommerce-table th,
body.nature-nest.woocommerce-order-received table.woocommerce-table td {
	border: 0 !important;
	border-bottom: 1px solid var(--nn-line) !important;
	padding: 12px 6px !important;
	font-family: var(--nn-sans);
	font-size: 14px;
	color: var(--nn-text);
	background: transparent !important;
	vertical-align: top;
	text-align: left;
}

body.nature-nest.woocommerce-order-received table.shop_table tfoot tr:last-child th,
body.nature-nest.woocommerce-order-received table.shop_table tfoot tr:last-child td {
	border-bottom: 0 !important;
	font-size: 15px;
	color: var(--nn-olive-dark);
}

body.nature-nest.woocommerce-order-received table.shop_table tfoot tr:last-child .woocommerce-Price-amount,
body.nature-nest.woocommerce-order-received table.shop_table tfoot tr:nth-last-child(2) .woocommerce-Price-amount {
	color: var(--nn-maroon);
	font-weight: 700;
}

body.nature-nest.woocommerce-order-received .woocommerce-customer-details,
body.nature-nest .nn-customer-details {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
}

body.nature-nest .nn-address-block {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 16px !important;
	background: var(--nn-cream);
	border-radius: 14px;
}

body.nature-nest.woocommerce-order-received .woocommerce-columns--addresses,
body.nature-nest.woocommerce-order-received .col2-set.addresses,
body.nature-nest.woocommerce-order-received .woocommerce-columns.col2-set {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.nature-nest.woocommerce-order-received .woocommerce-column,
body.nature-nest.woocommerce-order-received .woocommerce-column--1,
body.nature-nest.woocommerce-order-received .woocommerce-column--2,
body.nature-nest.woocommerce-order-received .col2-set .col-1,
body.nature-nest.woocommerce-order-received .col2-set .col-2 {
	float: none !important;
	clear: both !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 16px !important;
	background: var(--nn-cream);
	border-radius: 14px;
	position: static !important;
	left: auto !important;
	right: auto !important;
}

body.nature-nest.woocommerce-order-received address {
	font-style: normal;
	line-height: 1.65;
	color: var(--nn-text);
	margin: 0;
	font-family: var(--nn-sans);
	font-size: 14.5px;
}

body.nature-nest.woocommerce-order-received .woocommerce-customer-details--phone,
body.nature-nest.woocommerce-order-received .woocommerce-customer-details--email {
	margin: 8px 0 0;
}

body.nature-nest .nn-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding-top: 4px;
	width: 100%;
	float: none !important;
	clear: both !important;
}

body.nature-nest .nn-thankyou-btn,
body.nature-nest.woocommerce-order-received a.button.nn-thankyou-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px !important;
	border-radius: 999px !important;
	background: var(--nn-olive-dark) !important;
	color: #fff !important;
	border: 0 !important;
	font-family: var(--nn-sans) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 10px 22px rgba(31, 58, 42, 0.18);
	float: none !important;
}

body.nature-nest .nn-thankyou-btn-ghost,
body.nature-nest.woocommerce-order-received a.button.nn-thankyou-btn-ghost {
	background: transparent !important;
	color: var(--nn-olive-dark) !important;
	border: 1.5px solid rgba(74, 85, 56, 0.35) !important;
	box-shadow: none !important;
}

body.nature-nest.woocommerce-order-received .woocommerce-info,
body.nature-nest.woocommerce-order-received .woocommerce-form-login {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

body.nature-nest.woocommerce-order-received .woocommerce-form-login {
	background: #fff;
	border: 1px solid var(--nn-line);
	border-radius: 18px;
	padding: 22px 20px;
}

body.nature-nest.woocommerce-order-received .woocommerce-form-login .form-row-first,
body.nature-nest.woocommerce-order-received .woocommerce-form-login .form-row-last {
	width: 100%;
	float: none;
}

body.nature-nest.woocommerce-order-received .woocommerce-form-login__submit {
	background: var(--nn-olive-dark) !important;
	color: #fff !important;
	border-radius: 999px !important;
	min-height: 46px;
	width: 100%;
}

@media (max-width: 700px) {
	body.nature-nest.woocommerce-order-received .site-main,
	body.nature-nest.woocommerce-order-received #content {
		width: min(100% - 24px, 880px) !important;
		margin: 16px auto 56px !important;
	}

	body.nature-nest .nn-thankyou {
		gap: 14px;
	}

	body.nature-nest .nn-thankyou-hero {
		padding: 26px 16px 20px;
		border-radius: 16px;
	}

	body.nature-nest.woocommerce-order-received .woocommerce-bacs-bank-details,
	body.nature-nest.woocommerce-order-received .woocommerce-order-details,
	body.nature-nest.woocommerce-order-received .woocommerce-customer-details {
		padding: 16px 14px;
		border-radius: 14px;
	}

	body.nature-nest.woocommerce-order-received table.shop_table th,
	body.nature-nest.woocommerce-order-received table.shop_table td {
		font-size: 13px;
		padding: 10px 4px !important;
	}

	body.nature-nest .nn-thankyou-actions {
		flex-direction: column;
	}

	body.nature-nest .nn-thankyou-btn,
	body.nature-nest .nn-thankyou-btn-ghost {
		width: 100%;
	}
}


