/*
 * Nashgrowshop custom homepage.
 */

:root {
	--ngs-green: #84b928;
	--ngs-green-dark: #5f8f17;
	--ngs-ink: #172018;
	--ngs-muted: #68706b;
	--ngs-line: #e4e8e3;
	--ngs-soft: #f5f7f4;
}

.ngs-homepage {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--ngs-ink);
	background: #fff;
}

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

.ngs-homepage a {
	color: inherit;
	text-decoration: none;
}

.ngs-home-hero {
	position: relative;
	min-height: 350px;
	background:
		linear-gradient(90deg, rgba(9, 24, 17, 0.92) 0%, rgba(9, 24, 17, 0.76) 34%, rgba(9, 24, 17, 0.08) 78%),
		url('../images/hero-background.webp') center center / cover no-repeat;
}

.ngs-home-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1200px;
	min-height: 350px;
	margin: 0 auto;
	padding: 3.5rem 2rem;
}

.ngs-home-hero__content {
	max-width: 570px;
	color: #fff;
}

.ngs-eyebrow {
	margin: 0 0 0.65rem;
	color: var(--ngs-green);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ngs-home-hero h1 {
	max-width: 570px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 4.5vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.ngs-home-hero p:not(.ngs-eyebrow) {
	max-width: 480px;
	margin: 1rem 0 1.5rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.55;
}

.ngs-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ngs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 42px;
	padding: 0.65rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.1;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ngs-button:hover,
.ngs-button:focus-visible {
	transform: translateY(-1px);
}

.ngs-button--primary {
	background: var(--ngs-green);
	color: #15200e;
}

.ngs-button--primary:hover,
.ngs-button--primary:focus-visible {
	background: #a2d647;
	color: #15200e;
}

.ngs-button--outline {
	border-color: rgba(132, 185, 40, 0.85);
	color: var(--ngs-green);
}

.ngs-home-hero .ngs-button--outline {
	border-color: rgba(255, 255, 255, 0.72);
	color: #fff;
}

.ngs-home-hero .ngs-button--outline:hover,
.ngs-home-hero .ngs-button--outline:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

.ngs-button--dark {
	background: #1c291e;
	color: #fff;
}

.ngs-button--dark:hover,
.ngs-button--dark:focus-visible {
	background: #0e170f;
	color: #fff;
}

.ngs-home-section--categories {
	scroll-margin-top: 6.5rem;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.ngs-benefits {
	background: #f4f6f3;
	border-bottom: 1px solid var(--ngs-line);
}

.ngs-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.85rem 2rem;
}

.ngs-benefit {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	padding: 0.2rem 1rem;
	border-right: 1px solid #dce2dc;
	color: var(--ngs-muted);
	font-size: 0.68rem;
	line-height: 1.35;
}

.ngs-benefit:first-child {
	padding-left: 0;
}

.ngs-benefit:last-child {
	border-right: 0;
}

.ngs-benefit strong {
	display: block;
	margin-bottom: 0.15rem;
	color: var(--ngs-ink);
	font-size: 0.74rem;
}

.ngs-benefit__icon {
	display: grid;
	place-items: center;
	flex: 0 0 33px;
	width: 33px;
	height: 33px;
	border: 1px solid #859188;
	border-radius: 6px;
	color: #344339;
}

.ngs-benefit__icon svg {
	width: 17px;
	height: 17px;
}

.ngs-home-section,
.ngs-promo-tiles {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.ngs-home-section {
	padding-top: 2.3rem;
}

body.home .entry-header,
body.home .page-header {
	display: none;
}

body.home .content-area,
body.home .site-main,
body.home .site-content {
	border: 0;
	box-shadow: none;
}

.ngs-home-section--products {
	padding-top: 52px;
}

.ngs-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.ngs-section-heading h2 {
	position: relative;
	margin: 0 0 0.3rem;
	padding-left: 0.8rem;
	color: var(--ngs-ink);
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.ngs-section-heading h2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	border-radius: 3px;
	background: var(--ngs-green);
	content: '';
}

.ngs-section-heading p {
	margin: 0;
	color: var(--ngs-muted);
	font-size: 0.72rem;
	line-height: 1.4;
}

.ngs-text-link {
	flex: 0 0 auto;
	color: #404a42;
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
}

.ngs-text-link span {
	margin-left: 0.25rem;
	color: var(--ngs-green-dark);
	font-size: 1rem;
}

.ngs-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.7rem;
}

.ngs-category-card {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 280px;
	overflow: hidden;
	border: 0;
	border-radius: 12px;
	background: #121812;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ngs-category-card:hover,
.ngs-category-card:focus-visible {
	box-shadow: 0 12px 28px rgba(18, 28, 20, 0.28);
	transform: translateY(-3px);
}

.ngs-category-card:focus-visible {
	outline: 2px solid var(--ngs-green);
	outline-offset: 3px;
}

.ngs-category-card__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #1a221c;
}

.ngs-category-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.35s ease;
}

.ngs-category-card:hover .ngs-category-card__image,
.ngs-category-card:focus-visible .ngs-category-card__image {
	transform: scale(1.07);
}

.ngs-category-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.06) 28%, rgba(0, 0, 0, 0.04) 52%, rgba(0, 0, 0, 0.42) 100%);
	content: '';
	pointer-events: none;
}

.ngs-category-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 280px;
	padding: 0.9rem 0.85rem 0.85rem;
}

.ngs-category-card__top,
.ngs-category-card__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.ngs-category-card__icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 0.55rem;
	border: 1px solid var(--ngs-green);
	border-radius: 4px;
	color: var(--ngs-green);
	background: rgba(0, 0, 0, 0.45);
}

.ngs-category-card__icon svg {
	width: 16px;
	height: 16px;
}

.ngs-category-card strong {
	align-self: flex-start;
	max-width: 100%;
	padding: 0.2em 0.45em;
	border-radius: 4px;
	background: rgba(8, 12, 10, 0.72);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.3;
}

.ngs-category-card__helper {
	display: -webkit-box;
	align-self: flex-start;
	width: auto;
	max-width: 100%;
	margin-bottom: 0.5rem;
	overflow: hidden;
	padding: 0.32rem 0.45rem;
	border-radius: 5px;
	background: rgba(8, 12, 10, 0.62);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.ngs-category-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	max-width: 100%;
	padding: 0.38rem 0.48rem;
	border: 1px solid var(--ngs-green);
	border-radius: 3px;
	background: rgba(8, 10, 9, 0.88);
	color: #fff;
	font-size: clamp(0.5rem, 0.7vw, 0.58rem);
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.ngs-category-card__cta svg {
	width: 11px;
	height: 11px;
	color: var(--ngs-green);
	flex: 0 0 auto;
}

.ngs-category-card:hover .ngs-category-card__cta,
.ngs-category-card:focus-visible .ngs-category-card__cta {
	background: #000;
}

.ngs-media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 80px;
	background:
		linear-gradient(135deg, rgba(132, 185, 40, 0.18), transparent 55%),
		repeating-linear-gradient(135deg, #edf2eb 0, #edf2eb 10px, #e5ebe3 10px, #e5ebe3 20px);
}

.ngs-category-card .ngs-media-placeholder {
	min-height: 280px;
	background:
		linear-gradient(135deg, rgba(132, 185, 40, 0.22), transparent 55%),
		repeating-linear-gradient(135deg, #243028 0, #243028 10px, #1b241e 10px, #1b241e 20px);
}

.tm-promo {
	--tm-lime: #8fd424;
	--tm-lime-soft: #d8f25a;
	--tm-dark: #0c1a10;
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 44px auto 40px;
	padding: 0 16px;
}

.tm-promo__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 248px;
	align-items: stretch;
	overflow: visible;
	height: 136px;
	padding: 0 0 0 176px;
	border-radius: 16px;
	background:
		radial-gradient(circle at 18% 0%, rgba(210, 244, 103, 0.55), transparent 42%),
		linear-gradient(100deg, #8fd42a 0%, #6fbe18 52%, #57a70f 100%);
	box-shadow: 0 10px 28px rgba(18, 48, 14, 0.16);
}

.tm-promo__product {
	position: absolute;
	bottom: -22px;
	left: 8px;
	z-index: 4;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 168px;
	height: 180px;
	pointer-events: none;
}

.tm-promo__product img {
	display: block;
	width: auto;
	max-width: none;
	height: 180px;
	object-fit: contain;
	transform: rotate(-2deg);
	transform-origin: 50% 90%;
	filter: drop-shadow(0 12px 10px rgba(12, 28, 10, 0.32));
	transition: transform 0.25s ease, filter 0.25s ease;
}

.tm-promo__inner:hover .tm-promo__product img {
	transform: rotate(-1deg) translateY(-4px) scale(1.03);
	filter: drop-shadow(0 16px 12px rgba(12, 28, 10, 0.36));
}

.tm-promo__copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
	padding-right: 8px;
}

.tm-promo__main {
	min-width: 0;
}

.tm-promo__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	padding: 5px 11px 5px 8px;
	border-radius: 999px;
	background: var(--tm-lime-soft);
	color: #122312;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
}

.tm-promo__eyebrow-icon {
	display: grid;
	place-items: center;
	width: 14px;
	height: 14px;
	color: #122312;
}

.tm-promo__eyebrow-icon svg {
	width: 13px;
	height: 13px;
}

.tm-promo__main h2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.tm-promo__main h2 strong {
	font-weight: 800;
}

.tm-promo__main p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.tm-promo__stat {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.38);
	color: #fff;
}

.tm-promo__stat-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1.5px solid rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	color: #fff;
}

.tm-promo__stat-icon svg {
	width: 20px;
	height: 20px;
}

.tm-promo__stat-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	line-height: 1;
}

.tm-promo__stat-text strong {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.tm-promo__stat-text span {
	font-size: 12px;
	font-weight: 600;
}

.tm-promo__offer {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	padding: 16px 26px 16px 48px;
	border-radius: 80px 16px 16px 80px;
	background: var(--tm-dark);
}

.tm-promo__price > span {
	display: block;
	margin-bottom: 4px;
	color: var(--tm-lime);
	font-size: 11px;
	font-weight: 700;
}

.tm-promo__price strong {
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.tm-promo__price small {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.ngs-homepage .tm-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 8px;
	background: var(--tm-lime);
	color: #122312;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 4px 10px rgba(8, 24, 8, 0.18);
	transition: background 0.18s ease, transform 0.18s ease;
}

.tm-promo__button span {
	color: #122312;
	font-size: 15px;
	transition: transform 0.18s ease;
}

.ngs-homepage .tm-promo__button:hover,
.ngs-homepage .tm-promo__button:focus-visible {
	background: #a3e436;
	color: #122312;
	transform: translateY(-1px);
}

.ngs-homepage .tm-promo__button:hover span,
.ngs-homepage .tm-promo__button:focus-visible span {
	transform: translateX(3px);
}

@media (max-width: 980px) {
	.tm-promo__stat {
		display: none;
	}

	.tm-promo__main h2 {
		font-size: 22px;
	}
}

@media (max-width: 850px) {
	.tm-promo__inner {
		grid-template-columns: minmax(0, 1fr) 210px;
		padding-left: 148px;
	}

	.tm-promo__product {
		left: 4px;
		width: 140px;
		height: 160px;
	}

	.tm-promo__product img {
		height: 160px;
	}

	.tm-promo__offer {
		padding-left: 36px;
		padding-right: 18px;
	}

	.tm-promo__price strong {
		font-size: 26px;
	}

	.tm-promo__main h2 {
		font-size: 18px;
	}

	.tm-promo__main p {
		font-size: 12px;
	}
}

@media (max-width: 620px) {
	.tm-promo {
		padding-right: 12px;
		padding-left: 12px;
	}

	.tm-promo__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		height: auto;
		min-height: 0;
		padding: 18px 14px 0 108px;
	}

	.tm-promo__product {
		top: -16px;
		bottom: auto;
		left: 4px;
		width: 100px;
		height: 132px;
	}

	.tm-promo__product img {
		height: 132px;
	}

	.tm-promo__copy {
		padding-right: 0;
	}

	.tm-promo__main h2 {
		font-size: 16px;
	}

	.tm-promo__main p {
		font-size: 11px;
	}

	.tm-promo__offer {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-top: 14px;
		margin-right: -14px;
		margin-left: -108px;
		padding: 14px 14px 14px 16px;
		border-radius: 24px 16px 16px 16px;
	}

	.tm-promo__price strong {
		font-size: 22px;
	}

	.ngs-homepage .tm-promo__button {
		min-height: 38px;
		padding: 0 12px;
		font-size: 11px;
	}
}

.ngs-section-heading--products {
	flex-direction: column;
	align-items: flex-start;
	gap: 1.15rem;
	margin-bottom: 1.35rem;
}

.ngs-product-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1.35rem;
}

.ngs-product-tabs__button {
	position: relative;
	padding: 0.2rem 0 0.65rem;
	border: 0;
	background: transparent;
	color: #6d7670;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	cursor: pointer;
}

.ngs-product-tabs__button::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: transparent;
	content: '';
}

.ngs-product-tabs__button.is-active {
	color: var(--ngs-ink);
	font-weight: 800;
}

.ngs-product-tabs__button.is-active::after {
	background: var(--ngs-green);
}

.ngs-product-tabs__button:hover,
.ngs-product-tabs__button:focus-visible {
	color: var(--ngs-ink);
}

.ngs-product-panel[hidden] {
	display: none;
}

.ngs-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ngs-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e7e9e4;
	border-radius: 10px;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ngs-product-card:hover {
	border-color: #d8ddd4;
	box-shadow: 0 10px 24px rgba(20, 36, 18, 0.08);
	transform: translateY(-2px);
}

.ngs-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	height: 200px;
	padding: 1rem 1rem 0.4rem;
	background: #fff;
}

.ngs-product-card__media > a:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	outline: 0;
	box-shadow: none;
}

.ngs-product-card__media img {
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.ngs-product-card__badge {
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	padding: 0.28rem 0.48rem;
	border-radius: 4px;
	background: #1c291e;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.ngs-product-card__badge--sale {
	background: #c45b3a;
}

.ngs-product-card__badge--new {
	background: #5f8f17;
}

.ngs-product-card__badge--top {
	background: #1c291e;
}

.ngs-product-card__badge--featured {
	background: #3d6b12;
}

.ngs-product-card__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.55rem 1rem 1rem;
}

.ngs-product-card__brand {
	margin-bottom: 0.28rem;
	color: #8a928c;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ngs-product-card h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 2.5em;
	margin: 0 0 0.7rem;
	color: var(--ngs-ink);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.ngs-homepage .ngs-product-card h3 a,
.ngs-homepage .ngs-product-card h3 a:hover,
.ngs-homepage .ngs-product-card h3 a:focus,
.ngs-homepage .ngs-product-card h3 a:focus-visible {
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.ngs-homepage .ngs-product-card h3 a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ngs-product-card__price {
	margin: 0 0 0.85rem;
	color: var(--ngs-ink);
	font-size: 1.2rem;
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.ngs-product-card__price .amount,
.ngs-product-card__price .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.ngs-product-card__price del,
.ngs-product-card__price del .amount,
.ngs-product-card__price del .woocommerce-Price-amount {
	margin-right: 0.35rem;
	color: #939b95;
	font-size: 0.82rem;
	font-weight: 500;
}

.ngs-product-card__price ins {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.ngs-product-card__cart {
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	padding: 0 0.8rem;
	border-radius: 8px;
	background: var(--ngs-green);
	color: #17300d;
	font-size: 0.82rem;
	font-weight: 700;
}

.ngs-product-card__cart:hover,
.ngs-product-card__cart:focus-visible {
	background: #9dce43;
	color: #17300d;
}

.ngs-products-more {
	display: inline-flex;
	margin-top: 1.35rem;
}

.ngs-product-placeholder {
	display: flex;
	flex-direction: column;
	min-height: 320px;
	overflow: hidden;
	border: 1px dashed #cbd5c9;
	border-radius: 10px;
	background: #fafcf9;
}

.ngs-product-placeholder .ngs-media-placeholder {
	height: 200px;
	min-height: 200px;
	flex: 0 0 200px;
}

.ngs-product-placeholder strong,
.ngs-product-placeholder span:last-child {
	padding-right: 1rem;
	padding-left: 1rem;
}

.ngs-product-placeholder strong {
	padding-top: 0.85rem;
	color: var(--ngs-ink);
	font-size: 0.85rem;
}

.ngs-product-placeholder span:last-child {
	padding-top: 0.25rem;
	padding-bottom: 1rem;
	color: var(--ngs-muted);
	font-size: 0.72rem;
}

.ngs-promo-tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	padding-top: 2.4rem;
}

.ngs-promo-tile {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 240px;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
}

.ngs-promo-tile:hover,
.ngs-promo-tile:focus-visible {
	color: #fff;
}

.ngs-promo-tile__media {
	position: absolute;
	inset: 0;
}

.ngs-promo-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.4s ease;
}

.ngs-promo-tile:hover .ngs-promo-tile__media img,
.ngs-promo-tile:focus-visible .ngs-promo-tile__media img {
	transform: scale(1.06);
}

.ngs-promo-tile__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 18, 12, 0.12) 18%, rgba(10, 18, 12, 0.72) 100%);
	content: '';
}

.ngs-promo-tile__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: var(--ngs-green);
	color: #17300d;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.ngs-promo-tile__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.4rem 1.5rem;
}

.ngs-promo-tile strong {
	display: block;
	max-width: 18ch;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.ngs-promo-tile__lead {
	display: block;
	max-width: 32ch;
	margin: 0.4rem 0 0.95rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.86rem;
	line-height: 1.4;
}

.ngs-promo-tile__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
}

.ngs-promo-tile__cta span {
	color: var(--ngs-green);
	font-size: 1rem;
}

.ngs-home-section--brands {
	padding-bottom: 2.7rem;
}

.ngs-brands {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	align-items: center;
	gap: 1rem;
	padding-top: 0.4rem;
}

.ngs-brand {
	display: block;
	color: #303631;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-align: center;
}

.ngs-brand:nth-child(1),
.ngs-brand:nth-child(5) {
	font-style: italic;
}

.ngs-brand:nth-child(2),
.ngs-brand:nth-child(6) {
	letter-spacing: 0.04em;
}

.ngs-brand--placeholder {
	opacity: 0.88;
}

@media (max-width: 1100px) {
	.ngs-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ngs-category-card,
	.ngs-category-card__body,
	.ngs-category-card .ngs-media-placeholder {
		min-height: 260px;
	}

	.ngs-category-card strong {
		font-size: 1.05rem;
	}

	.ngs-category-card__helper {
		font-size: 0.72rem;
	}

	.ngs-category-card__cta {
		font-size: 0.68rem;
		padding: 0.48rem 0.7rem;
	}

	.ngs-brands {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		row-gap: 1.2rem;
	}
}

@media (max-width: 980px) {
	.ngs-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.ngs-homepage {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}

	.ngs-home-hero__inner {
		align-items: flex-start;
		flex-direction: column;
		min-height: 430px;
		padding: 3rem 1.25rem 2.5rem;
	}

	.ngs-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0.6rem 1.25rem;
	}

	.ngs-benefit,
	.ngs-benefit:first-child {
		padding: 0.55rem 0.5rem;
		border-right: 0;
		border-bottom: 1px solid #dce2dc;
	}

	.ngs-benefit:nth-child(odd) {
		padding-left: 0;
		border-right: 1px solid #dce2dc;
	}

	.ngs-benefit:nth-child(even) {
		padding-right: 0;
	}

	.ngs-benefit:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.ngs-home-section,
	.ngs-promo-tiles {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.ngs-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.7rem;
	}

	.ngs-text-link {
		align-self: flex-end;
	}

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

	.ngs-product-tabs {
		align-self: stretch;
		width: 100%;
		overflow-x: auto;
		gap: 1rem;
	}

	.ngs-product-tabs__button {
		flex: 0 0 auto;
	}

	.ngs-promo-tiles {
		grid-template-columns: 1fr;
	}

	.ngs-promo-tile {
		min-height: 210px;
	}

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

@media (max-width: 440px) {
	.ngs-home-hero {
		background-position: 62% center;
	}

	.ngs-home-hero h1 {
		font-size: 2.15rem;
	}

	.ngs-home-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ngs-home-hero__actions .ngs-button {
		width: 100%;
	}

	.ngs-benefit {
		gap: 0.45rem;
		font-size: 0.6rem;
	}

	.ngs-benefit strong {
		font-size: 0.67rem;
	}

	.ngs-benefit__icon {
		flex-basis: 27px;
		width: 27px;
		height: 27px;
	}

	.ngs-benefit__icon svg {
		width: 14px;
		height: 14px;
	}

	.ngs-category-card,
	.ngs-category-card__body,
	.ngs-category-card .ngs-media-placeholder {
		min-height: 230px;
	}

	.ngs-category-card__body {
		padding: 0.75rem 0.7rem 0.7rem;
	}

	.ngs-category-card strong {
		font-size: 0.84rem;
	}

	.ngs-category-card__helper {
		font-size: 0.64rem;
	}

	.ngs-product-card__content {
		padding-right: 0.85rem;
		padding-left: 0.85rem;
	}

	.ngs-product-card h3 {
		font-size: 0.86rem;
	}

	.ngs-product-card__price {
		font-size: 1.05rem;
	}

	.ngs-product-card__cart {
		font-size: 0.78rem;
	}

	.ngs-product-card__media {
		height: 180px;
	}
}
