/*
Theme Name: Neem Trade
Theme URI: https://www.neem-cake.co.uk/
Author: Ourons Ltd
Description: A focused WooCommerce theme for bulk botanical ingredients and trade orders.
Version: 1.0.6
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: neem-trade
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--nt-ink: #14231c;
	--nt-ink-soft: #405047;
	--nt-forest: #173d2a;
	--nt-forest-bright: #24563d;
	--nt-leaf: #d8ef78;
	--nt-leaf-soft: #eef7c8;
	--nt-cream: #f7f4ea;
	--nt-sand: #e9e1d1;
	--nt-white: #ffffff;
	--nt-orange: #db6d3c;
	--nt-orange-dark: #b94f25;
	--nt-line: rgba(20, 35, 28, 0.14);
	--nt-shadow: 0 20px 55px rgba(20, 35, 28, 0.11);
	--nt-shadow-soft: 0 10px 30px rgba(20, 35, 28, 0.08);
	--nt-radius: 22px;
	--nt-radius-sm: 13px;
	--nt-width: 1180px;
	--nt-header-height: 84px;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--nt-cream);
	color: var(--nt-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.admin-bar .nt-header {
	top: 32px;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

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

button,
input[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--nt-orange);
	outline-offset: 3px;
}

::selection {
	background: var(--nt-leaf);
	color: var(--nt-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--nt-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	line-height: 1.03;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.65rem, 6.7vw, 5.9rem);
}

h2 {
	font-size: clamp(2.1rem, 4.5vw, 4rem);
}

h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

p {
	margin: 0 0 1.25em;
}

.nt-container {
	width: min(calc(100% - 40px), var(--nt-width));
	margin-inline: auto;
}

.nt-narrow {
	width: min(calc(100% - 40px), 830px);
	margin-inline: auto;
}

.nt-section {
	padding-block: clamp(72px, 10vw, 128px);
}

.nt-section--tight {
	padding-block: clamp(48px, 7vw, 82px);
}

.nt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--nt-forest-bright);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nt-kicker::before {
	width: 28px;
	height: 2px;
	background: var(--nt-orange);
	content: "";
}

.nt-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.68fr);
	gap: 44px;
	align-items: end;
	margin-bottom: 44px;
}

.nt-section-heading h2 {
	max-width: 780px;
	margin: 0;
}

.nt-section-heading p {
	margin: 0;
	color: var(--nt-ink-soft);
}

.nt-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 23px;
	border: 1px solid var(--nt-forest);
	border-radius: 999px;
	background: var(--nt-forest);
	color: var(--nt-white);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nt-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	border-color: var(--nt-forest-bright);
	background: var(--nt-forest-bright);
	color: var(--nt-white);
	transform: translateY(-2px);
}

.nt-button--accent,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	border-color: var(--nt-orange);
	background: var(--nt-orange);
	color: var(--nt-white);
}

.nt-button--accent:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
	border-color: var(--nt-orange-dark);
	background: var(--nt-orange-dark);
}

.nt-button--ghost {
	border-color: rgba(255, 255, 255, 0.38);
	background: transparent;
	color: var(--nt-white);
}

.nt-button--ghost:hover {
	border-color: var(--nt-white);
	background: var(--nt-white);
	color: var(--nt-forest);
}

.nt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--nt-forest);
	font-weight: 800;
	text-decoration: none;
}

.nt-text-link::after {
	content: "→";
	transition: transform 180ms ease;
}

.nt-text-link:hover::after {
	transform: translateX(4px);
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-link:focus {
	z-index: 99999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	border-radius: 8px;
	background: var(--nt-white);
	color: var(--nt-ink);
	font-weight: 800;
}

/* Header */
.nt-utility {
	background: var(--nt-ink);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.055em;
}

.nt-utility__inner {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nt-utility p {
	margin: 0;
}

.nt-utility a {
	color: var(--nt-leaf);
	text-decoration: none;
}

.nt-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	border-bottom: 1px solid transparent;
	background: rgba(247, 244, 234, 0.94);
	backdrop-filter: blur(16px);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.nt-header.is-scrolled {
	border-color: var(--nt-line);
	box-shadow: 0 8px 28px rgba(20, 35, 28, 0.08);
}

.nt-header__inner {
	display: flex;
	min-height: var(--nt-header-height);
	align-items: center;
	gap: 36px;
}

.nt-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	color: var(--nt-ink);
	text-decoration: none;
}

.nt-brand__mark {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50% 50% 50% 12%;
	background: var(--nt-forest);
	color: var(--nt-leaf);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.08em;
	transform: rotate(-5deg);
}

.nt-brand__mark span {
	transform: rotate(5deg);
}

.nt-brand__type {
	display: flex;
	flex-direction: column;
}

.nt-brand__name {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.095em;
	line-height: 1.05;
}

.nt-brand__descriptor {
	margin-top: 5px;
	color: var(--nt-ink-soft);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1;
	text-transform: uppercase;
}

.nt-primary-nav {
	margin-left: auto;
}

.nt-primary-nav ul {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nt-primary-nav a {
	position: relative;
	padding-block: 30px;
	color: var(--nt-ink);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-decoration: none;
	text-transform: uppercase;
}

.nt-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 2px;
	background: var(--nt-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.nt-primary-nav a:hover::after,
.nt-primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nt-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nt-header__action {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border: 1px solid var(--nt-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.52);
	color: var(--nt-ink);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.nt-header__action:hover {
	border-color: var(--nt-forest);
	background: var(--nt-white);
}

.nt-cart-count {
	display: grid;
	min-width: 21px;
	height: 21px;
	margin-left: 6px;
	place-items: center;
	border-radius: 50%;
	background: var(--nt-leaf);
	color: var(--nt-ink);
	font-size: 0.68rem;
}

.nt-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--nt-line);
	border-radius: 50%;
	background: var(--nt-white);
}

.nt-nav-toggle span,
.nt-nav-toggle::before,
.nt-nav-toggle::after {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--nt-ink);
	content: "";
	transition: transform 180ms ease, opacity 180ms ease;
}

.nt-nav-toggle[aria-expanded="true"] span {
	opacity: 0;
}

.nt-nav-toggle[aria-expanded="true"]::before {
	transform: translateY(6px) rotate(45deg);
}

.nt-nav-toggle[aria-expanded="true"]::after {
	transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.nt-hero {
	position: relative;
	overflow: hidden;
	background: var(--nt-forest);
	color: var(--nt-white);
}

.nt-hero::before {
	position: absolute;
	top: -240px;
	right: -140px;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(216, 239, 120, 0.28);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(216, 239, 120, 0.045), 0 0 0 140px rgba(216, 239, 120, 0.025);
	content: "";
}

.nt-hero__inner {
	display: grid;
	min-height: min(760px, calc(100vh - 120px));
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: center;
	padding-block: clamp(72px, 8vw, 112px);
}

.nt-hero__copy {
	position: relative;
	z-index: 2;
}

.nt-hero .nt-kicker {
	color: var(--nt-leaf);
}

.nt-hero h1 {
	max-width: 790px;
	color: var(--nt-white);
}

.nt-hero h1 em {
	color: var(--nt-leaf);
	font-style: italic;
	font-weight: 500;
}

.nt-hero__lead {
	max-width: 660px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.06rem, 1.5vw, 1.25rem);
}

.nt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nt-hero__visual {
	position: relative;
	z-index: 1;
	min-height: 540px;
}

.nt-hero-card {
	position: absolute;
	overflow: hidden;
	border-radius: var(--nt-radius);
	background: var(--nt-cream);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.nt-hero-card--main {
	inset: 16px 40px 54px 0;
}

.nt-hero-card--small {
	right: 0;
	bottom: 0;
	width: 47%;
	border: 8px solid var(--nt-forest);
}

.nt-hero-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: var(--nt-white);
}

.nt-hero-card--main img {
	padding: 36px;
}

.nt-hero-card__label {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 15px 18px;
	border-radius: 12px;
	background: rgba(20, 35, 28, 0.92);
	color: var(--nt-white);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.nt-hero__note {
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	max-width: 190px;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--nt-white);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

.nt-hero__note::before {
	width: 9px;
	height: 9px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--nt-leaf);
	box-shadow: 0 0 0 5px rgba(216, 239, 120, 0.14);
	content: "";
}

/* Trust strip */
.nt-assurance-strip {
	border-bottom: 1px solid var(--nt-line);
	background: var(--nt-white);
}

.nt-assurance-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.nt-assurance {
	display: flex;
	min-height: 112px;
	align-items: center;
	gap: 15px;
	padding: 25px 34px;
	border-right: 1px solid var(--nt-line);
}

.nt-assurance:first-child {
	padding-left: 0;
}

.nt-assurance:last-child {
	padding-right: 0;
	border-right: 0;
}

.nt-assurance__number {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--nt-leaf-soft);
	color: var(--nt-forest);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.nt-assurance strong,
.nt-assurance span {
	display: block;
}

.nt-assurance strong {
	font-size: 0.91rem;
	line-height: 1.25;
}

.nt-assurance span {
	margin-top: 3px;
	color: var(--nt-ink-soft);
	font-size: 0.75rem;
	line-height: 1.35;
}

/* Product range */
.nt-range {
	background: var(--nt-cream);
}

.nt-product-grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

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

.nt-product-card,
.woocommerce ul.products li.product {
	display: flex;
	position: relative;
	width: auto !important;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--nt-line);
	border-radius: var(--nt-radius);
	background: var(--nt-white);
	box-shadow: none;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.nt-product-card:hover,
.woocommerce ul.products li.product:hover {
	border-color: rgba(23, 61, 42, 0.32);
	box-shadow: var(--nt-shadow-soft);
	transform: translateY(-5px);
}

.nt-product-card__image,
.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 0.84;
	margin: 0 !important;
	padding: 26px;
	background: #fbfaf6;
	object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	height: 100%;
	flex-direction: column;
	text-decoration: none;
}

.nt-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px;
}

.nt-product-card__category,
.woocommerce ul.products li.product .product-category {
	margin-bottom: 9px;
	color: var(--nt-orange-dark);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nt-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 12px;
	padding: 0;
	color: var(--nt-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 1.72rem);
	line-height: 1.12;
}

.nt-product-card h3 a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--nt-ink);
	text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 24px 25px 12px;
}

.nt-product-card__excerpt {
	margin-bottom: 23px;
	color: var(--nt-ink-soft);
	font-size: 0.88rem;
	line-height: 1.55;
}

.nt-product-card__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--nt-line);
}

.nt-product-card__price,
.woocommerce ul.products li.product .price {
	margin: auto 25px 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--nt-line);
	color: var(--nt-ink) !important;
	font-size: 1.03rem !important;
	font-weight: 850 !important;
}

.woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin: 18px 25px 25px;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 25px 12px;
	color: var(--nt-orange);
}

.woocommerce span.onsale {
	top: 18px;
	right: auto;
	left: 18px;
	min-width: auto;
	min-height: auto;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--nt-orange);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Format pathways */
.nt-pathways {
	background: var(--nt-white);
}

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

.nt-pathway {
	position: relative;
	min-height: 410px;
	overflow: hidden;
	border-radius: var(--nt-radius);
	background: var(--nt-ink);
	color: var(--nt-white);
}

.nt-pathway::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 35, 28, 0.94) 0%, rgba(20, 35, 28, 0.7) 58%, rgba(20, 35, 28, 0.15) 100%);
	content: "";
}

.nt-pathway img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	transition: transform 500ms ease;
}

.nt-pathway:hover img {
	transform: scale(1.035);
}

.nt-pathway__content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: clamp(28px, 5vw, 54px);
	max-width: 400px;
	padding-right: 24px;
	transform: translateY(-50%);
}

.nt-pathway h3 {
	color: var(--nt-white);
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.nt-pathway p {
	color: rgba(255, 255, 255, 0.75);
}

.nt-pathway .nt-text-link {
	color: var(--nt-leaf);
}

/* Buyer guidance */
.nt-buying {
	background: var(--nt-leaf-soft);
}

.nt-buying-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(50px, 9vw, 120px);
	align-items: start;
}

.nt-buying-intro {
	position: sticky;
	top: calc(var(--nt-header-height) + 48px);
}

.nt-buying-intro p {
	max-width: 480px;
	color: var(--nt-ink-soft);
}

.nt-buying-steps {
	border-top: 1px solid rgba(20, 35, 28, 0.2);
}

.nt-buying-step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	padding-block: 30px;
	border-bottom: 1px solid rgba(20, 35, 28, 0.2);
}

.nt-buying-step__number {
	color: var(--nt-orange-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
	font-style: italic;
}

.nt-buying-step h3 {
	margin-bottom: 8px;
	font-size: 1.45rem;
}

.nt-buying-step p {
	margin: 0;
	color: var(--nt-ink-soft);
	font-size: 0.91rem;
}

/* CTA */
.nt-enquiry {
	background: var(--nt-cream);
}

.nt-enquiry-card {
	display: grid;
	position: relative;
	grid-template-columns: 1fr auto;
	gap: 44px;
	align-items: center;
	overflow: hidden;
	padding: clamp(42px, 7vw, 78px);
	border-radius: var(--nt-radius);
	background: var(--nt-forest);
	color: var(--nt-white);
}

.nt-enquiry-card::after {
	position: absolute;
	right: -90px;
	bottom: -150px;
	width: 350px;
	height: 350px;
	border: 70px solid rgba(216, 239, 120, 0.08);
	border-radius: 50%;
	content: "";
}

.nt-enquiry-card__copy {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.nt-enquiry-card h2 {
	color: var(--nt-white);
}

.nt-enquiry-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
}

.nt-enquiry-card .nt-button {
	position: relative;
	z-index: 1;
}

/* General page shell */
.nt-page-main {
	min-height: 55vh;
	padding-block: clamp(55px, 8vw, 100px);
}

.nt-page-header {
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--nt-line);
}

.nt-page-header h1 {
	max-width: 920px;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.nt-entry-content > * {
	max-width: 790px;
}

.nt-entry-content > .alignwide {
	max-width: var(--nt-width);
}

.nt-entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.nt-entry-content a {
	color: var(--nt-forest-bright);
}

.nt-entry-content blockquote {
	margin: 2em 0;
	padding: 20px 28px;
	border-left: 4px solid var(--nt-orange);
	background: var(--nt-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
}

.nt-entry-content table,
.woocommerce table.shop_table {
	width: 100%;
	border: 1px solid var(--nt-line);
	border-collapse: collapse;
	border-radius: var(--nt-radius-sm);
	background: var(--nt-white);
}

.nt-entry-content th,
.nt-entry-content td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--nt-line);
}

/* WooCommerce shell */
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 28px;
	color: var(--nt-ink-soft);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--nt-forest-bright);
	text-decoration: none;
}

.nt-shop-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 42px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 28px;
}

.woocommerce select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	min-height: 49px;
	padding: 10px 13px;
	border: 1px solid var(--nt-line);
	border-radius: 10px;
	background: var(--nt-white);
	color: var(--nt-ink);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin-bottom: 30px;
	padding: 18px 22px 18px 52px;
	border: 1px solid var(--nt-line);
	border-top: 0;
	border-radius: var(--nt-radius-sm);
	background: var(--nt-white);
	color: var(--nt-ink);
	box-shadow: var(--nt-shadow-soft);
}

.woocommerce-message {
	border-left: 4px solid var(--nt-forest);
}

.woocommerce-info {
	border-left: 4px solid #4d79a5;
}

.woocommerce-error {
	border-left: 4px solid #b03a2e;
}

/* Product landing page */
.single-product .nt-page-main {
	padding-top: 42px;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.82fr);
	gap: clamp(40px, 7vw, 88px);
	align-items: start;
}

.single-product div.product::before,
.single-product div.product::after {
	display: none;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	width: auto !important;
	min-width: 0;
	float: none !important;
	margin: 0 !important;
}

.single-product div.product .woocommerce-product-gallery {
	position: sticky;
	top: calc(var(--nt-header-height) + 52px);
	opacity: 1 !important;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--nt-line);
	border-radius: var(--nt-radius);
	background: var(--nt-white);
	box-shadow: var(--nt-shadow-soft);
}

.single-product div.product .woocommerce-product-gallery__image img {
	width: 100%;
	aspect-ratio: 1 / 0.92;
	object-fit: contain;
}

.single-product div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 16px !important;
}

.single-product div.product .flex-control-thumbs li {
	width: auto !important;
	border: 1px solid var(--nt-line);
	border-radius: 10px;
	overflow: hidden;
}

.single-product .summary {
	padding-top: 8px;
}

.single-product .summary .nt-kicker {
	margin-bottom: 14px;
}

.single-product div.product .product_title {
	margin-bottom: 18px;
	font-size: clamp(2.5rem, 4.4vw, 4.55rem);
}

.single-product div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.woocommerce .star-rating {
	color: var(--nt-orange);
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin-bottom: 22px;
	color: var(--nt-ink);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 850;
	line-height: 1.2;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 28px;
	color: var(--nt-ink-soft);
	font-size: 1.03rem;
}

.single-product div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.single-product div.product form.cart {
	margin: 0 0 26px;
	padding: 24px;
	border: 1px solid var(--nt-line);
	border-radius: var(--nt-radius-sm);
	background: var(--nt-white);
	box-shadow: var(--nt-shadow-soft);
}

.single-product div.product form.cart .variations {
	margin-bottom: 16px;
}

.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td {
	padding: 7px 0;
	border: 0;
}

.single-product div.product form.cart .variations label {
	color: var(--nt-ink);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.single-product div.product form.cart .variations select {
	width: 100%;
	margin-right: 0;
}

.single-product div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--nt-ink-soft);
	font-size: 0.72rem;
}

.single-product .single_variation_wrap {
	margin-top: 12px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product div.product form.cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.single-product div.product form.cart .quantity {
	margin: 0 !important;
}

.single-product div.product form.cart .quantity .qty {
	width: 72px;
	min-height: 54px;
}

.single-product div.product form.cart .single_add_to_cart_button {
	flex: 1;
	min-width: 210px;
	min-height: 54px;
}

.single-product div.product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--nt-line);
	color: var(--nt-ink-soft);
	font-size: 0.75rem;
}

.single-product div.product .product_meta a {
	color: var(--nt-forest-bright);
}

.nt-product-assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.nt-product-assurances li {
	padding: 14px 12px;
	border: 1px solid var(--nt-line);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.55);
	color: var(--nt-ink-soft);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.35;
	text-align: center;
}

.nt-product-assurances strong {
	display: block;
	margin-bottom: 3px;
	color: var(--nt-ink);
	font-size: 0.76rem;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells {
	grid-column: 1 / -1;
	min-width: 0;
	max-width: 100%;
}

.single-product div.product .woocommerce-tabs {
	margin-top: clamp(50px, 8vw, 92px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 32px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	border-bottom: 1px solid var(--nt-line);
	list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 17px 0;
	color: var(--nt-ink-soft);
	font-size: 0.77rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 3px solid var(--nt-orange);
	color: var(--nt-ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
	width: 100%;
	min-width: 0;
	max-width: 900px;
	margin: 0;
	padding: clamp(34px, 6vw, 62px) 0 20px;
	overflow-wrap: anywhere;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: clamp(2rem, 3.6vw, 3.1rem);
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
	margin-top: 1.5em;
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel li {
	color: var(--nt-ink-soft);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	padding: 13px 16px !important;
}

.nt-trade-enquiry {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: center;
	margin-top: 30px;
	padding: clamp(30px, 5vw, 50px);
	border-radius: var(--nt-radius);
	background: var(--nt-forest);
	color: var(--nt-white);
}

.nt-trade-enquiry h2 {
	margin-bottom: 8px;
	color: var(--nt-white);
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.nt-trade-enquiry p {
	margin: 0;
	color: rgba(255, 255, 255, 0.73);
}

.single-product div.product .related,
.single-product div.product .upsells {
	margin-top: 70px;
}

.single-product div.product .related > h2,
.single-product div.product .upsells > h2 {
	margin-bottom: 34px;
	font-size: clamp(2rem, 3.5vw, 3rem);
}

/* Basket and checkout */
.woocommerce-cart .nt-page-main,
.woocommerce-checkout .nt-page-main {
	background: var(--nt-white);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid var(--nt-line);
	border-radius: var(--nt-radius);
	background: var(--nt-white);
	box-shadow: var(--nt-shadow-soft);
}

.woocommerce-cart table.cart img {
	width: 90px;
	border-radius: 8px;
}

.woocommerce .cart-collaterals .cart_totals {
	width: min(100%, 480px);
	margin-top: 30px;
}

.woocommerce-checkout .col2-set {
	width: 56%;
	float: left;
	padding-right: 46px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	width: 44%;
	float: right;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: var(--nt-radius-sm);
	background: var(--nt-cream);
}

/* Footer */
.nt-footer {
	padding-top: clamp(64px, 9vw, 100px);
	background: var(--nt-ink);
	color: rgba(255, 255, 255, 0.72);
}

.nt-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 0.65fr);
	gap: clamp(32px, 5vw, 70px);
	padding-bottom: 62px;
}

.nt-footer .nt-brand {
	margin-bottom: 22px;
	color: var(--nt-white);
}

.nt-footer .nt-brand__mark {
	background: var(--nt-leaf);
	color: var(--nt-ink);
}

.nt-footer .nt-brand__descriptor {
	color: rgba(255, 255, 255, 0.5);
}

.nt-footer__intro p {
	max-width: 390px;
	font-size: 0.88rem;
}

.nt-footer h3 {
	margin-bottom: 18px;
	color: var(--nt-white);
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

.nt-footer li + li {
	margin-top: 10px;
}

.nt-footer a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	text-decoration: none;
}

.nt-footer a:hover {
	color: var(--nt-leaf);
}

.nt-footer__bottom {
	display: flex;
	min-height: 74px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.72rem;
}

.nt-footer__bottom p {
	margin: 0;
}

/* Responsive */
@media (max-width: 1050px) {
	.nt-primary-nav ul {
		gap: 18px;
	}

	.nt-primary-nav a {
		font-size: 0.74rem;
	}

	.nt-header__action--account {
		display: none;
	}

	.nt-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
		gap: 48px;
	}
}

@media (max-width: 860px) {
	body.admin-bar .nt-header {
		top: 46px;
	}

	.nt-utility {
		display: none;
	}

	.nt-header__inner {
		min-height: 74px;
	}

	.nt-nav-toggle {
		display: block;
		margin-left: auto;
	}

	.nt-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		margin: 0;
		padding: 10px 20px 24px;
		border-bottom: 1px solid var(--nt-line);
		background: var(--nt-cream);
		box-shadow: 0 18px 28px rgba(20, 35, 28, 0.11);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.nt-primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.nt-primary-nav ul {
		display: block;
	}

	.nt-primary-nav li + li {
		border-top: 1px solid var(--nt-line);
	}

	.nt-primary-nav a {
		display: block;
		padding-block: 15px;
		font-size: 0.84rem;
	}

	.nt-primary-nav a::after {
		display: none;
	}

	.nt-hero__inner {
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.nt-hero__visual {
		min-height: 480px;
	}

	.nt-section-heading,
	.nt-buying-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.nt-buying-intro {
		position: static;
	}

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

	.single-product div.product {
		grid-template-columns: 1fr;
	}

	.single-product div.product .woocommerce-product-gallery {
		position: static !important;
		top: auto !important;
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 50px;
	}

	.nt-footer__grid {
		grid-template-columns: 1.2fr repeat(2, 0.8fr);
	}

	.nt-footer__column:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 640px) {
	:root {
		--nt-radius: 17px;
	}

	body {
		font-size: 16px;
	}

	.nt-container,
	.nt-narrow {
		width: min(calc(100% - 28px), var(--nt-width));
	}

	.nt-header__inner {
		gap: 12px;
	}

	.nt-brand__mark {
		width: 42px;
		height: 42px;
	}

	.nt-brand__descriptor {
		display: none;
	}

	.nt-header__action {
		min-width: 42px;
		padding: 8px 10px;
	}

	.nt-header__action-label {
		display: none;
	}

	.nt-hero__inner {
		gap: 42px;
		padding-block: 58px 44px;
	}

	.nt-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4.2rem);
	}

	.nt-hero__actions {
		display: grid;
	}

	.nt-hero__visual {
		min-height: 390px;
	}

	.nt-hero-card--main {
		inset: 18px 26px 42px 0;
	}

	.nt-hero-card--main img {
		padding: 18px;
	}

	.nt-hero-card__label {
		right: 10px;
		bottom: 10px;
		left: 10px;
		padding: 11px 13px;
		font-size: 0.65rem;
	}

	.nt-hero__note {
		right: 8px;
	}

	.nt-assurance-strip__inner {
		grid-template-columns: 1fr;
		padding-block: 8px;
	}

	.nt-assurance,
	.nt-assurance:first-child,
	.nt-assurance:last-child {
		min-height: auto;
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--nt-line);
	}

	.nt-assurance:last-child {
		border-bottom: 0;
	}

	.nt-product-grid,
	.woocommerce ul.products,
	.nt-pathway-grid {
		grid-template-columns: 1fr;
	}

	.nt-product-card__image,
	.woocommerce ul.products li.product a img {
		aspect-ratio: 1 / 0.78;
	}

	.nt-pathway {
		min-height: 350px;
	}

	.nt-enquiry-card,
	.nt-trade-enquiry {
		grid-template-columns: 1fr;
	}

	.nt-enquiry-card .nt-button,
	.nt-trade-enquiry .nt-button {
		width: 100%;
	}

	.single-product .nt-page-main {
		padding-top: 24px;
	}

	.single-product div.product {
		gap: 30px;
	}

	.single-product div.product .woocommerce-product-gallery {
		padding: 18px;
	}

	.single-product div.product .product_title {
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}

	.nt-product-assurances {
		grid-template-columns: 1fr;
	}

	.nt-product-assurances li {
		text-align: left;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		gap: 20px;
	}

	.woocommerce-cart-form {
		padding: 12px;
		overflow-x: auto;
	}

	.nt-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.nt-footer__intro {
		grid-column: 1 / -1;
	}

	.nt-footer__column:last-child {
		grid-column: auto;
	}

	.nt-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 20px;
	}
}

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