/*
Theme Name: Nicole Hyland Bloom
Theme URI: https://nicole-hyland.dev.kollmann-media.de/
Author: Codex
Description: Neues Block-Theme fuer Nicole Hyland mit separater Startseite, Shopseite und Produkt-Modal.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicolehyland-bloom
Tags: full-site-editing, block-patterns, custom-logo, custom-menu
*/

@font-face {
	font-family: "Aaydan";
	font-style: normal;
	font-weight: 400;
	src: local("Aaydan Regular"), local("Aaydan"), url("assets/fonts/aaydan/aaydan-handwritten-font/Web Font Kit/AaydanRegular.woff") format("woff");
	font-display: swap;
}

:root {
	--nh-bg: #f4f5df;
	--nh-bg-soft: #fafaf2;
	--nh-olive: #6e7740;
	--nh-olive-dark: #56681f;
	--nh-olive-muted: #aeb08e;
	--nh-text: #2f331f;
	--nh-border: rgba(94, 103, 56, 0.22);
	--nh-pink: #ff3d6b;
	--nh-white: #fffdf9;
	--nh-shadow: 0 22px 50px rgba(52, 58, 27, 0.1);
	--nh-radius: 26px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--nh-bg);
	color: var(--nh-text);
	font-family: "Manrope", sans-serif;
	margin: 0;
}

.wp-site-blocks {
	gap: 0;
	overflow: clip;
	padding-top: 0 !important;
}

.wp-site-blocks > .wp-block-template-part,
.wp-site-blocks > main,
.wp-site-blocks > .wp-block-group {
	margin-block-start: 0 !important;
}

.wp-site-blocks > .wp-block-template-part:first-child {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 30;
}

.wp-site-blocks > .wp-block-template-part:first-child:has(.nh-header--transparent) {
	height: 0;
}

.nh-script {
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-weight: 400;
	letter-spacing: 0;
}

.nh-header {
	background: rgba(86, 104, 31, 0.96);
	box-shadow: 0 12px 30px rgba(52, 58, 27, 0.14);
	padding-block: 0.75rem;
	position: relative;
	z-index: 20;
}

.nh-header--transparent {
	background: transparent;
	box-shadow: none;
	inset: 0 0 auto 0;
	left: 0;
	padding-block: 0.95rem 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
}

.nh-header-row {
	align-items: center;
	gap: clamp(1rem, 3vw, 2rem);
	justify-content: space-between;
	min-height: 3.6rem;
	padding-inline: 0; /* wichtig */
	max-width: 1240px;
	margin: 0 auto;
}

.nh-logo-link,
.nh-header .wp-block-site-title {
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(2rem, 4vw, 2.6rem);
	font-weight: 400;
	line-height: 0.92;
	margin: 0;
	white-space: nowrap;
}

.nh-logo-link,
.nh-header .wp-block-site-title a {
	color: var(--nh-white);
	text-decoration: none;
}

.nh-header-nav {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 3vw, 1.5rem);
	justify-content: flex-end;
}

.nh-header-nav-link {
	color: var(--nh-white) !important;
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
}

.nh-hero {
	min-height: 42rem;
	position: relative;
	margin-top: 0;
}

.nh-hero::before {
	background: linear-gradient(180deg, rgba(32, 35, 21, 0.16) 0%, rgba(32, 35, 21, 0.08) 40%, rgba(32, 35, 21, 0.02) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.nh-hero > * {
	position: relative;
	z-index: 1;
}

.nh-hero--home {
	min-height: 45rem;
}

.nh-hero-title {
	font-size: clamp(4.5rem, 11vw, 8.6rem);
	line-height: 0.9;
	margin: 0;
	text-align: center;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	width: min(100%, 8ch);
}

.nh-section {
	padding-bottom: clamp(3rem, 6vw, 5.4rem);
	padding-top: clamp(2.8rem, 5vw, 4.4rem);
}

.nh-shell {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: clamp(1.2rem, 3vw, 2.5rem);
	width: 100%;
}

.nh-intro-card {
	align-items: center;
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.5rem);
	grid-template-columns: minmax(280px, 430px) minmax(330px, 1fr);
	padding-inline: clamp(1rem, 2.2vw, 3rem);
}

.nh-intro-card img,
.nh-round-image img,
.nh-bestseller-item img,
.nh-modal-gallery-main img,
.nh-modal-thumb img {
	border-radius: 22px;
	display: block;
	width: 100%;
}

.nh-intro-card > div:first-child,
.nh-round-image,
.nh-modal-gallery-main {
	justify-self: center;
}

.nh-intro-card > div:first-child img {
	max-width: 430px;
}

.nh-copy h2,
.nh-section-title {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(2.1rem, 4vw, 3.4rem);
	line-height: 1.04;
	margin: 0 0 1rem;
}

.nh-copy p,
.nh-copy li,
.nh-footer-text {
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	line-height: 1.22;
	font-style: none;
}

.nh-copy p {
	margin: 0 0 0.95rem;
	max-width: 39rem;
}

.nh-copy--narrow p {
	max-width: 34rem;
}

.nh-copy ul {
	margin: 0 0 1.4rem 1.1rem;
	padding: 0;
}

.nh-pill {
	align-items: center;
	background: var(--nh-pink);
	border-radius: 999px;
	color: var(--nh-white);
	display: inline-flex;
	font-size: 0.98rem;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.45rem 1.3rem;
	text-decoration: none;
	width: fit-content;
}

.nh-pill .wp-block-button__link {
	background: transparent !important;
	color: inherit !important;
}

.nh-pill--ghost {
	background: transparent;
	border: 1px solid var(--nh-olive-muted);
	color: var(--nh-olive-dark);
}

.nh-divider {
	border-bottom: 1px solid var(--nh-border);
	margin-block: 2.4rem 2.9rem;
	position: relative;
}

.nh-divider::after {
	background: var(--nh-olive);
	border-radius: 999px;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.nh-text-with-image {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(320px, 1fr) minmax(220px, 320px);
	max-width: 100%;
	padding-inline: 0;
	width: 100%;
}

.nh-round-image img {
	border-radius: 30px;
	box-shadow: var(--nh-shadow);
	max-width: 320px;
}

.nh-bestseller-grid {
	box-sizing: border-box;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	max-width: 100%;
	padding-inline: 0;
	width: 100%;
}

.nh-bestseller-item {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 18px;
	box-sizing: border-box;
	min-width: 0;
	padding: 0.7rem 0.7rem 1rem;
	text-align: center;
}

.nh-bestseller-section .nh-product-card {
	background: rgba(255, 255, 255, 0.5) !important;
	border: 0 !important;
	border-radius: 18px;
	box-sizing: border-box;
	height: 100%;
	padding: 0.7rem 0.7rem 1rem;
	text-align: center;
}

.nh-bestseller-section .nh-product-image {
	margin: 0;
	width: 100%;
}

.nh-bestseller-section .nh-product-image img {
	aspect-ratio: 1 / 1 !important;
	border-radius: 12px;
	display: block;
	height: auto !important;
	object-fit: cover;
	width: 100% !important;
}

.nh-bestseller-section .nh-product-title {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(1.9rem, 2.7vw, 2.65rem);
	line-height: 0.98;
	margin: 0.8rem 0 0;
	text-align: center;
}

.nh-bestseller-item img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.nh-bestseller-item h3 {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 1.45rem;
	line-height: 0.98;
	margin: 0.8rem 0 0.35rem;
}

.nh-bestseller-item p {
	font-family: "Manrope", sans-serif;
	font-size: 0.88rem;
	line-height: 1.12;
	margin: 0;
}

.nh-slider-dots {
	color: var(--nh-olive);
	font-size: 1.45rem;
	letter-spacing: 0.28rem;
	text-align: center;
}

.nh-shop-intro {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	padding-inline: clamp(0.75rem, 2vw, 2.5rem);
}

.nh-shop-intro > div:first-child img {
	max-width: 300px;
}

.nh-shop-section-title {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(2.4rem, 4.2vw, 3.7rem);
	line-height: 0.98;
	margin: 0 0 1.05rem;
	padding-inline: 0;
}

.nh-shop-intro-note {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 2.35rem;
	line-height: 1;
	margin: 0;
	text-align: right;
}

.nh-footer {
	background: var(--nh-olive-dark);
	color: var(--nh-white);
	margin-top: 0;
	padding-block: 0;
}

.nh-footer.wp-block-group {
	background: var(--nh-olive-dark);
	max-width: none;
	padding-inline: 0;
}

.nh-footer-inner {
	box-sizing: border-box;
	padding: 2.8rem clamp(1.2rem, 3vw, 2rem) 2.6rem;
}

.nh-footer-grid {
	align-items: stretch;
	display: grid;
	gap: 1.8rem clamp(2rem, 5vw, 4.8rem);
	grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) minmax(170px, 240px);
}

.nh-footer-logo,
.nh-footer p,
.nh-footer a,
.nh-footer span {
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-weight: 400;
	letter-spacing: 0;
}

.nh-footer,
.nh-footer p,
.nh-footer span {
	color: var(--nh-white);
}

.nh-footer-logo {
	color: var(--nh-white);
	font-size: clamp(3rem, 5.6vw, 4.45rem);
	line-height: 0.9;
	margin: 0;
}

.nh-footer-logo-link {
	color: inherit !important;
	text-decoration: none !important;
	transition: color 180ms ease;
}

.nh-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	justify-content: space-between;
	min-height: 7.1rem;
}

.nh-footer-main {
	align-self: center;
	display: grid;
	gap: 1.15rem;
	justify-items: center;
}

.nh-footer-credit {
	align-self: center;
	display: flex;
	justify-content: flex-end;
}

.nh-footer-credit-text {
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.15;
	margin: 0;
	text-align: right;
}

.nh-footer-heart {
	color: var(--nh-pink) !important;
	font-family: inherit;
}

.nh-footer-mail-row,
.nh-footer-links-row,
.nh-footer-vat {
	margin: 0;
}

.nh-footer-mail-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	gap: 0.22rem;
	justify-content: center;
	line-height: 1.1;
	text-align: center;
}

.nh-footer-mail-icon {
	align-items: center;
	color: var(--nh-pink);
	display: inline-flex;
	height: 1.35rem;
	justify-content: center;
	width: 1.55rem;
}

.nh-footer-mail-icon svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	width: 100%;
}

.nh-footer-mail-link,
.nh-footer-mail-row a {
	color: var(--nh-pink) !important;
	text-decoration: none !important;
}

.nh-footer-links-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	gap: 0.35rem 0.75rem;
	justify-content: center;
	line-height: 1.12;
	text-align: center;
}

.nh-footer-links-row a {
	color: var(--nh-olive-muted) !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.nh-footer-sep {
	color: var(--nh-white);
}

.nh-footer-vat {
	font-size: 1rem;
	line-height: 1.1;
	opacity: 0.9;
}

.nh-footer::before,
.nh-footer::after,
.nh-footer.wp-block-group::before,
.nh-footer.wp-block-group::after,
.nh-footer-grid::before,
.nh-footer-grid::after {
	content: none !important;
}

.nh-footer,
.nh-footer.wp-block-group,
.nh-footer-grid,
.nh-footer-grid *,
.nh-footer-links-row,
.nh-footer-links-row a {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

@media (max-width: 980px) {

	.nh-footer-grid {
		grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
	}

	.nh-footer-brand {
		align-items: center;
		gap: 1.2rem;
		min-height: auto;
	}

	.nh-footer-credit {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.nh-footer-credit-text {
		text-align: center;
	}
}

@media (max-width: 700px) {

	.nh-footer-inner {
		padding-block: 2.4rem 2.2rem;
	}

	.nh-footer-grid {
		gap: 1.6rem;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.nh-footer-brand,
	.nh-footer-main,
	.nh-footer-credit {
		grid-column: 1;
		justify-content: center;
		width: 100%;
	}

	.nh-footer-main {
		gap: 1rem;
	}

	.nh-footer-mail-row,
	.nh-footer-links-row,
	.nh-footer-credit-text,
	.nh-footer-vat {
		text-align: center;
	}

	.nh-footer-links-row {
		justify-content: center;
	}
}

.nh-scroll-top {
	align-items: center;
	background: rgba(110, 119, 64, 0.28);
	border-radius: 999px;
	bottom: 1.3rem;
	color: var(--nh-white);
	display: inline-flex;
	height: 2.7rem;
	justify-content: center;
	position: fixed;
	right: 1.3rem;
	text-decoration: none;
	width: 2.7rem;
	z-index: 15;
}

.nh-shop-state {
	position: relative;
}

.nh-modal-overlay {
	align-items: center;
	background: rgba(167, 173, 140, 0.24);
	backdrop-filter: blur(12px) saturate(0.88);
	inset: 0;
	display: none;
	justify-content: center;
	padding: 2rem 1rem;
	position: fixed;
	z-index: 40;
}

.nh-modal-overlay.is-open {
	display: flex;
}

.nh-modal-card {
	background: rgba(255, 253, 249, 0.96);
	border: 1px solid rgba(110, 119, 64, 0.12);
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(43, 48, 26, 0.18);
	max-width: 920px;
	padding: 1.55rem;
	position: relative;
	width: min(92vw, 920px);
}

.nh-modal-close {
	align-items: center;
	background: rgba(182, 185, 162, 0.9);
	border: 0;
	border-radius: 999px;
	color: var(--nh-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.1rem;
	height: 2rem;
	justify-content: center;
	position: absolute;
	right: 0.9rem;
	top: 0.9rem;
	width: 2rem;
}

.nh-modal-layout {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(180px, 245px) minmax(0, 1fr);
}

.nh-modal-gallery {
	display: grid;
	gap: 0.8rem;
}

.nh-modal-gallery-main img {
	border-radius: 16px;
	box-shadow: var(--nh-shadow);
}

.nh-modal-thumbs {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nh-modal-thumb img {
	border-radius: 10px;
}

.nh-modal-title {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	line-height: 0.98;
	margin: 0 0 1rem;
}

.nh-modal-price {
	color: var(--nh-olive);
	font-family: "Aaydan", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 2rem;
	line-height: 1;
}

.nh-modal-small {
	color: rgba(47, 51, 31, 0.72);
	font-size: 0.8rem;
}

.nh-modal-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.2rem;
}

.nh-shop-blur {
	transition: filter 180ms ease, opacity 180ms ease;
}

body.nh-modal-open .nh-shop-blur {
	filter: blur(5px) saturate(0.74);
	opacity: 0.34;
	pointer-events: none;
}

.nh-modal-card p,
.nh-modal-card li,
.nh-modal-card span {
	font-family: "Manrope", sans-serif;
}

.nh-modal-card ul {
	margin: 1rem 0 0 1rem;
	padding: 0;
}

@media (max-width: 980px) {
	.nh-intro-card,
	.nh-shop-intro,
	.nh-text-with-image,
	.nh-modal-layout {
		grid-template-columns: 1fr;
	}

	.nh-bestseller-grid {
		grid-template-columns: 1fr 1fr;
	}




}

@media (max-width: 720px) {
	.nh-hero,
	.nh-hero--home {
		min-height: 31rem;
	}

	.nh-hero .wp-block-cover__image-background {
		object-position: 72% center !important;
	}

	.nh-hero-title {
		font-size: clamp(3.9rem, 17vw, 6.1rem);
	}

	.nh-bestseller-grid {
		grid-template-columns: 1fr;
	}

	.nh-bestseller-section .nh-bestseller-row {
		display: grid !important;
		gap: 1rem !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nh-bestseller-section .nh-bestseller-row > .wp-block-column {
		flex-basis: auto !important;
		margin: 0 !important;
		min-width: 0;
		width: auto;
	}

	.nh-bestseller-section .nh-product-card {
		padding: 0.55rem 0.55rem 0.85rem;
	}

	.nh-bestseller-section .nh-product-title {
		font-size: clamp(1.55rem, 7vw, 2.15rem);
	}

	.nh-intro-card,
	.nh-text-with-image,
	.nh-shop-intro,
	.nh-shop-section-title,
	.nh-bestseller-grid {
		padding-inline: 0;
	}

	.nh-header {
		padding-block: 0.65rem;
	}

	.nh-header--transparent {
		padding-block: 0.75rem 0.65rem;
	}

	.nh-header-row {
		align-items: center;
		flex-wrap: wrap;
		gap: 0.75rem;
		justify-content: center;
	}

	.nh-home-content-section .wp-block-buttons {
		justify-content: center;
	}

	.nh-home-content-section .wp-block-image.alignright {
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.nh-home-content-section .wp-block-image.alignright img {
		display: block;
		margin-inline: auto;
		max-width: 100%;
		width: min(100%, 439px) !important;
	}
}

@media (max-width: 520px) {
	.nh-header-row {
		gap: 0.65rem;
	}

	.nh-logo-link {
		font-size: clamp(1.75rem, 9vw, 2.15rem);
	}

	.nh-header-nav {
		gap: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Interactive states */
.nh-pill,
.nh-pill .wp-block-button__link,
.nh-cart-button,
.nh-info-button,
.nh-open-mail-button,
.nh-qty-btn,
.nh-remove-btn,
.nh-modal-close,
.nh-scroll-top,
.nh-logo-link,
.nh-header-nav-link,
.nh-footer a,
.nh-bestseller-item,
.nh-bestseller-section .nh-product-card,
.nh-shop-plugin .nh-product-card {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nh-pill:hover,
.nh-pill:focus-visible,
.nh-pill:focus-within,
.nh-cart-button:hover,
.nh-cart-button:focus-visible,
.nh-open-mail-button:hover,
.nh-open-mail-button:focus-visible {
	background: #d91f55 !important;
	border-color: #d91f55 !important;
	color: var(--nh-white) !important;
	opacity: 1 !important;
}

.nh-pill--ghost:hover,
.nh-pill--ghost:focus-visible,
.nh-info-button:hover,
.nh-info-button:focus-visible,
.nh-qty-btn:hover,
.nh-qty-btn:focus-visible,
.nh-remove-btn:hover,
.nh-remove-btn:focus-visible {
	background: var(--nh-olive-dark) !important;
	border-color: var(--nh-olive-dark) !important;
	color: var(--nh-white) !important;
}

.nh-logo-link:hover,
.nh-logo-link:focus-visible,
.nh-footer-logo-link:hover,
.nh-footer-logo-link:focus-visible,
.nh-header-nav-link:hover,
.nh-header-nav-link:focus-visible {
	color: #f7b7c7 !important;
	opacity: 1;
}

.nh-footer-links-row a:hover,
.nh-footer-links-row a:focus-visible {
	color: var(--nh-white) !important;
	text-decoration: none !important;
}

.nh-footer-mail-link:hover,
.nh-footer-mail-link:focus-visible,
.nh-footer-mail-row a:hover,
.nh-footer-mail-row a:focus-visible {
	color: #d91f55 !important;
	text-decoration: none !important;
}

.nh-scroll-top:hover,
.nh-scroll-top:focus-visible,
.nh-modal-close:hover,
.nh-modal-close:focus-visible {
	background: var(--nh-pink) !important;
	color: var(--nh-white) !important;
}

.nh-bestseller-item:hover,
.nh-bestseller-item:focus-within,
.nh-bestseller-section .nh-product-card:hover,
.nh-bestseller-section .nh-product-card:focus-within {
	box-shadow: 0 18px 38px rgba(52, 58, 27, 0.12);
	transform: translateY(-0.35rem);
}

.nh-shop-plugin .nh-product-card:hover,
.nh-shop-plugin .nh-product-card:focus-within {
	box-shadow: 0 18px 38px rgba(52, 58, 27, 0.12) !important;
	transform: translateY(-0.25rem);
}

/* Responsive layout refinements */
.nh-shop-intro-section > .nh-shell {
	padding-inline: clamp(1.2rem, 3vw, 2.5rem);
}

.nh-shop-intro-layout {
	align-items: center;
	display: grid;
	gap: clamp(1.6rem, 4vw, 3.6rem);
	grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
	margin-inline: auto;
	max-width: 1040px;
}

.nh-shop-intro-figure {
	margin: 0;
}

.nh-shop-intro-figure img {
	aspect-ratio: 1 / 1;
	display: block;
	max-width: 300px;
	object-fit: cover;
	width: 100%;
}

.nh-shop-intro-copy {
	max-width: 42rem;
	min-width: 0;
}

.nh-shop-intro-copy p,
.nh-shop-intro-copy ul {
	max-width: 100%;
}

.nh-shop-intro-copy ul {
	list-style: none;
	margin: 0 0 1.4rem;
	padding: 0;
}

.nh-shop-intro-copy li {
	align-items: start;
	display: grid;
	grid-template-columns: 0.65rem minmax(0, 1fr);
	column-gap: 0.55rem;
}

.nh-shop-intro-copy li::before {
	content: "•";
	color: var(--nh-olive);
	line-height: 1.22;
}

.nh-shop-signature {
	color: var(--nh-olive);
	font-size: clamp(3.1rem, 6.5vw, 5.1rem) !important;
	line-height: 0.9 !important;
	margin: 1rem 0 0 auto !important;
	text-align: right;
	width: fit-content;
}

@media (max-width: 980px) {
	.nh-shop-intro-layout {
		grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
	}

	.nh-shop-signature {
		font-size: clamp(2.8rem, 7vw, 4.3rem) !important;
	}
}

@media (max-width: 720px) {
	.nh-shop-intro-layout {
		grid-template-columns: 1fr;
	}

	.nh-shop-intro-figure {
		justify-self: center;
		max-width: 220px;
	}

	.nh-shop-intro-copy ul {
		margin-left: 0;
		padding-left: 0;
	}

	.nh-shop-signature {
		margin-right: 0 !important;
	}

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

@media (max-width: 520px) {
	.nh-bestseller-grid {
		grid-template-columns: 1fr;
	}
}

/* Responsive product modal */
.nh-modal-overlay {
	overflow: auto;
	overscroll-behavior: contain;
}

.nh-modal-card {
	max-height: min(92vh, 820px);
	overflow: auto;
	overscroll-behavior: contain;
}

.nh-modal-gallery-main img {
	max-height: min(58vh, 520px);
	object-fit: contain;
}

@media (max-width: 900px) {
	.nh-modal-overlay {
		align-items: flex-start;
	}

	.nh-modal-card {
		max-height: calc(100vh - 2rem);
	}

	.nh-modal-gallery-main img {
		max-height: 34vh;
	}

	.nh-modal-thumbs {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
	}
}

@media (max-width: 520px) {
	.nh-modal-overlay {
		padding: 0.65rem;
	}

	.nh-modal-card {
		border-radius: 18px;
		max-height: calc(100vh - 1.3rem);
		padding: 0.9rem;
	}

	.nh-modal-gallery-main img {
		max-height: 30vh;
	}
}

/* Header bündig mit Seiteninhalt */
.nh-header{
	padding-left:0!important;
	padding-right:0!important;
}

.nh-header > .nh-header-row,
.nh-header .nh-header-row{
	width:min(1240px, calc(100% - clamp(2.4rem, 6vw, 5rem)))!important;
	max-width:none!important;
	margin-left:auto!important;
	margin-right:auto!important;
	padding-left:0!important;
	padding-right:0!important;
	box-sizing:border-box!important;
}

/* MOBILE HEADER FIX */
@media (max-width: 720px){

	/* Header flacher */
	.nh-header{
		padding-block: 0.4rem!important;
	}

	.nh-header-row{
		display:flex!important;
		justify-content:space-between!important;
		align-items:center!important;
		flex-wrap:nowrap!important; /* verhindert umbrechen */
		min-height:2.6rem!important;
	}

	/* Logo */
	.nh-logo-link{
		font-size:clamp(1.4rem, 6vw, 1.8rem)!important;
		white-space:nowrap;
	}

	/* Navigation bleibt rechts */
	.nh-header-nav{
		display:flex!important;
		justify-content:flex-end!important;
		gap:0.8rem;
	}

	/* Nav Schrift etwas kleiner für Mobile */
	.nh-header-nav-link{
		font-size:1.2rem!important;
	}
		.nh-hero,
.nh-hero{
		height: 45vh!important;
	}
}
