﻿/**
 * Natuurkappers Salon Platform — frontend (fase 1).
 * Geen globale body/typografie; alleen .nk-* componenten.
 */

.nk-container {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.nk-grid {
	display: grid;
	gap: 1.25rem;
}

.nk-card {
	background: #ffffff;
	border: 1px solid rgba(31, 74, 58, 0.12);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.06);
	padding: 1.25rem 1.5rem;
}

.nk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1.1rem;
	border-radius: 999px;
	border: 1px solid rgba(31, 74, 58, 0.2);
	background: #ffffff;
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
}

.nk-button:hover,
.nk-button:focus-visible {
	border-color: rgba(143, 175, 60, 0.65);
	box-shadow: 0 6px 16px rgba(31, 74, 58, 0.08);
	color: #1f4a3a;
}

.nk-button:active {
	transform: translateY(1px);
}

/* Primaire pluginknoppen: wit op groen; hover/focus/active/visited donkergroen + wit (o.a. Avada a:hover). */
.nk-button-primary,
a.nk-button-primary,
button.nk-button-primary {
	background-color: #8faf3c;
	border-color: #7a9a34;
	color: #ffffff;
}

.nk-button-primary:hover,
.nk-button-primary:focus,
.nk-button-primary:focus-visible,
.nk-button-primary:active,
.nk-button-primary:visited,
a.nk-button-primary:hover,
a.nk-button-primary:focus,
a.nk-button-primary:focus-visible,
a.nk-button-primary:active,
a.nk-button-primary:visited,
button.nk-button-primary:hover,
button.nk-button-primary:focus,
button.nk-button-primary:focus-visible,
button.nk-button-primary:active {
	background-color: #1f4a3a;
	border-color: #1f4a3a;
	color: #ffffff !important;
	box-shadow: 0 6px 16px rgba(31, 74, 58, 0.14);
}

.nk-button-outline {
	background: #ffffff;
	border-color: rgba(31, 74, 58, 0.28);
	color: #1f4a3a;
}

.nk-button-outline:hover,
.nk-button-outline:focus,
.nk-button-outline:focus-visible,
.nk-button-outline:active,
a.nk-button-outline:hover,
a.nk-button-outline:focus,
a.nk-button-outline:focus-visible,
a.nk-button-outline:active {
	border-color: rgba(143, 175, 60, 0.75);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.07);
	color: #1f4a3a !important;
	background-color: #ffffff;
}

.nk-form .nk-field {
	margin-bottom: 1rem;
}

.nk-form label {
	display: block;
	font-weight: 600;
	color: #1f4a3a;
	margin-bottom: 0.35rem;
}

.nk-form input[type="text"],
.nk-form input[type="email"],
.nk-form input[type="search"],
.nk-form input[type="tel"],
.nk-form input[type="url"],
.nk-form textarea,
.nk-form select {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(31, 74, 58, 0.18);
	padding: 0.65rem 0.85rem;
	background: #ffffff;
	color: #1f4a3a;
}

.nk-notice {
	border-radius: 10px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(31, 74, 58, 0.12);
	background: rgba(143, 175, 60, 0.08);
	color: #1f4a3a;
}

.nk-notice--info {
	border-color: rgba(31, 74, 58, 0.15);
}

.nk-empty-city {
	margin-top: 1rem;
}

/* Shortcode wrappers (fase 1 placeholders) */
.nk-salon-block {
	margin: 1.5rem 0;
	padding: 1.25rem 1.5rem;
	border-radius: 12px;
	border: 1px dashed rgba(31, 74, 58, 0.25);
	background: rgba(143, 175, 60, 0.06);
	color: #1f4a3a;
}

.nk-salon-placeholder-text {
	margin: 0;
	line-height: 1.6;
}

/* Snippetlijsten (shortcodes province / city / cards) */
.nk-salon-snippet-list {
	margin: 0.75rem 0 0;
	padding-left: 1.25rem;
	color: #1f4a3a;
}

.nk-salon-snippet-item {
	margin: 0.25rem 0;
}

.nk-salon-snippet-title {
	font-weight: 600;
}

/* Lege-stad CTA */
.nk-salon-empty-city__inner {
	max-width: 36rem;
}

.nk-salon-empty-city__headline {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #1f4a3a;
}

.nk-salon-empty-city__text {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.nk-salon-empty-city__action {
	margin: 0 0 0.5rem;
}

.nk-salon-empty-city__hint {
	margin: 0;
	font-size: 0.9rem;
}

.nk-button--disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

/* —— Fase 3: zoeken, lijsten, kaarten (scoped .nk-*, Avada-vriendelijk) —— */

.nk-salon-layout.nk-salon-block {
	border-style: solid;
	border-color: rgba(31, 74, 58, 0.1);
	background: #ffffff;
	box-shadow: 0 2px 16px rgba(31, 74, 58, 0.05);
}

.nk-salon-search__fields--grid {
	display: grid;
	gap: 1rem 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	align-items: end;
}

.nk-salon-search__submit {
	margin: 0.5rem 0 0;
}

.nk-salon-results__hint {
	margin: 0 0 1rem;
}

.nk-salon-results__pagination {
	margin-top: 1.25rem;
}

.nk-salon-results__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0.35rem 0.55rem;
	margin: 0 0.15rem 0.35rem 0;
	border-radius: 8px;
	border: 1px solid rgba(31, 74, 58, 0.15);
	text-decoration: none;
	color: #1f4a3a;
	font-weight: 600;
	background: #ffffff;
}

.nk-salon-results__pagination .page-numbers.current {
	background: rgba(143, 175, 60, 0.25);
	border-color: rgba(143, 175, 60, 0.55);
}

.nk-salon-list__intro {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	color: rgba(31, 74, 58, 0.85);
}

.nk-salon-list__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(var(--nk-salon-cols, 3), minmax(0, 1fr));
}

@media (max-width: 960px) {
	.nk-salon-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.nk-salon-list__grid {
		grid-template-columns: 1fr;
	}
}

.nk-salon-list__item {
	margin: 0;
}

.nk-salon-card {
	height: 100%;
}

.nk-salon-card__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: 1.25rem 1.35rem;
	border-radius: 14px;
	border: 1px solid rgba(31, 74, 58, 0.1);
	background: #fafcf8;
	box-shadow: 0 4px 20px rgba(31, 74, 58, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.nk-salon-card__inner:hover {
	border-color: rgba(143, 175, 60, 0.45);
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.1);
}

.nk-salon-card__media {
	flex: 0 0 auto;
	text-align: center;
	position: relative;
}

.nk-salon-card__logo {
	display: block;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid rgba(31, 74, 58, 0.08);
}

.nk-salon-card__logo--fallback {
	border-radius: 50%;
	padding: 10px;
	box-sizing: border-box;
	object-fit: contain;
}

.nk-salon-card__logo--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(143, 175, 60, 0.2), rgba(31, 74, 58, 0.08));
	border: 1px dashed rgba(31, 74, 58, 0.18);
	color: #1f4a3a;
	font-size: 2rem;
	font-weight: 700;
}

.nk-salon-card__logo-initial {
	line-height: 1;
}

.nk-salon-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.nk-salon-card__badge-zones {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.nk-salon-card__badges-left,
.nk-salon-card__badges-right {
	position: absolute;
	top: 0.65rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	max-width: calc(50% - 0.85rem);
	pointer-events: none;
}

.nk-salon-card__badges-left {
	left: 0.65rem;
	right: auto;
}

.nk-salon-card__badges-right {
	left: auto;
	right: 0.65rem;
	align-items: flex-end;
}

.nk-salon-card__badges-left > *,
.nk-salon-card__badges-right > * {
	pointer-events: auto;
}

.nk-salon-card__media .nk-salon-card__badge-zones {
	border-radius: 12px;
}

.nk-salon-card__badges {
	min-height: 1.25rem;
	margin-bottom: 0.25rem;
}

.nk-salon-card__badge {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	background: rgba(143, 175, 60, 0.35);
	color: #1f4a3a;
}

.nk-salon-card__webshop-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1f4a3a;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 248, 232, 0.98) 100%);
	border: 1px solid rgba(143, 175, 60, 0.45);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.12);
	line-height: 1;
}

.nk-salon-card__webshop-icon-svg {
	display: block;
	flex-shrink: 0;
}

.nk-salon-card__price-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	min-height: 1.65rem;
	padding: 0.3rem 0.55rem;
	border-radius: 10px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1f4a3a;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(31, 74, 58, 0.12);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.12);
	line-height: 1;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.nk-salon-card__price-badge:hover,
a.nk-salon-card__price-badge:focus-visible {
	border-color: rgba(143, 175, 60, 0.55);
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.16);
	transform: translateY(-1px);
	color: #1a3d30;
}

a.nk-salon-card__price-badge:focus-visible {
	outline: 2px solid #8faf3c;
	outline-offset: 2px;
}

.nk-salon-card__price-badge--unknown {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	white-space: nowrap;
	padding: 0.28rem 0.5rem;
	max-width: none;
	text-align: center;
	color: rgba(31, 74, 58, 0.72);
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(31, 74, 58, 0.08);
	box-shadow: 0 3px 10px rgba(31, 74, 58, 0.08);
}

a.nk-salon-card__price-badge--unknown:hover,
a.nk-salon-card__price-badge--unknown:focus-visible {
	color: rgba(31, 74, 58, 0.88);
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badge-zones {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-left,
.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-right {
	top: 0.65rem;
	max-width: calc(50% - 0.85rem);
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-left {
	left: 0.65rem;
	right: auto;
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-right {
	left: auto;
	right: 0.65rem;
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__webshop-badge,
.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__price-badge,
.nk-salon-card--compact .nk-salon-card__hero .nk-price-tooltip-wrapper {
	position: static;
	top: auto;
	left: auto;
	right: auto;
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-left .nk-price-tooltip-wrapper,
.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__badges-right .nk-price-tooltip-wrapper {
	pointer-events: auto;
}

/* Prijsniveau — custom tooltip (body-portal, geen native title) */
.nk-price-tooltip-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	vertical-align: middle;
}

.nk-price-tooltip__trigger:focus-visible {
	outline: 2px solid #8faf3c;
	outline-offset: 2px;
}

.nk-price-tooltip__trigger,
.nk-price-tooltip-wrapper > .nk-salon-card__price-badge,
.nk-price-tooltip-wrapper > .nk-salon-price-badge,
.nk-price-tooltip-wrapper > a.nk-salon-card__price-badge,
.nk-price-tooltip-wrapper > a.nk-salon-price-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nk-price-tooltip-portal {
	position: fixed;
	z-index: 100000;
	display: block;
	width: max-content;
	max-width: min(16rem, calc(100vw - 2rem));
	padding: 0.45rem 0.65rem;
	border-radius: 8px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	background: rgba(22, 42, 34, 0.92);
	box-shadow: 0 8px 24px rgba(16, 32, 26, 0.28);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.18s ease, visibility 0.18s ease;
	white-space: normal;
}

.nk-price-tooltip-portal.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
	.nk-price-tooltip-portal {
		transition: none;
	}
}

.nk-salon-practical-card__value .nk-price-tooltip-wrapper {
	display: inline-flex;
	max-width: 100%;
}

/* Prijsniveau — visuele € € € indicator (actief / inactief) */
.nk-price-indicator-visual {
	display: inline-flex;
	align-items: baseline;
	gap: 0.1em;
	line-height: 1;
	vertical-align: middle;
}

.nk-price-indicator-visual__mark {
	font-size: 1.05em;
	font-weight: 500;
	color: rgba(31, 74, 58, 0.28);
	letter-spacing: 0;
}

.nk-price-indicator-visual__mark--active {
	font-size: 1.12em;
	font-weight: 800;
	color: #4d7a3c;
}

.nk-price-indicator-visual--practical {
	gap: 0.08em;
}

.nk-price-indicator-visual--practical .nk-price-indicator-visual__mark {
	font-size: 1em;
}

.nk-price-indicator-visual--practical .nk-price-indicator-visual__mark--active {
	font-size: 1.08em;
}

.nk-salon-practical-card__row--price .nk-price-tooltip__trigger {
	padding: 0;
	border: 0;
	background: transparent;
}

.nk-salon-practical-card__value-text {
	font: inherit;
	color: inherit;
}

a.nk-salon-price-badge--unknown,
.nk-salon-price-badge--unknown {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	white-space: nowrap;
	padding: 0.28rem 0.5rem;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-card--compact .nk-salon-card__hero .nk-salon-card__rating {
	position: static;
	top: auto;
	right: auto;
	box-shadow: 0 2px 8px rgba(31, 74, 58, 0.1);
}

.nk-account-edit__price-radios {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0;
}

.nk-account-edit__radio-item {
	margin: 0;
}

.nk-account-edit__radio {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
}

/* Single salon: uniforme content-secties (Over ons, Foto's, Specialismen, Producten, Prijzen). */
.nk-salon-section {
	margin: 0 0 1.5rem;
}

.nk-salon-section__card,
.nk-salon-description-card__inner,
.nk-salon-content-card__inner,
.nk-salon-prices-card {
	padding: 26px;
	border-radius: 18px;
	border: 1px solid #e5eadf;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.06);
}

.nk-salon-section__title,
.nk-salon-description-card__headline,
.nk-salon-content-card__headline {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-salon-section__intro,
.nk-salon-section__card .nk-salon-section-hint {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #53645e;
}

.nk-salon-section__content > :last-child {
	margin-bottom: 0;
}

.nk-salon-section__card .nk-salon-tags-card {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nk-salon-section--about .nk-salon-section__content .nk-salon-field__value--richtext {
	margin: 0;
	max-width: 42rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #53645e;
}

.nk-salon-section--about .nk-salon-section__content .nk-salon-field__value--richtext p {
	margin: 0 0 0.85rem;
}

.nk-salon-section--about .nk-salon-section__content .nk-salon-field__value--richtext p:last-child {
	margin-bottom: 0;
}

.nk-salon-section--gallery .nk-salon-section__content .nk-salon-gallery {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}

.nk-salon-section--gallery .nk-salon-section__content .nk-salon-gallery__empty {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #53645e;
}

.nk-salon-section--prices .nk-salon-prices__level {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0 0 1.15rem;
}

.nk-salon-section--prices .nk-salon-prices__level-label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(31, 74, 58, 0.55);
	line-height: 1.2;
}

.nk-salon-prices__level-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.15rem;
	padding: 0.32rem 0.62rem;
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #1f4a3a;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(31, 74, 58, 0.12);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.08);
	box-sizing: border-box;
	cursor: default;
}

.nk-salon-prices__level-badge--unknown {
	min-width: 0;
	padding: 0.3rem 0.58rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	color: rgba(31, 74, 58, 0.78);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 243, 0.98) 100%);
	border-color: rgba(143, 175, 60, 0.22);
}

.nk-salon-section--prices .nk-salon-prices__level .nk-price-tooltip-wrapper {
	display: inline-flex;
}

.nk-salon-section--prices .nk-salon-prices__text {
	margin: 0 0 1rem;
	max-width: 42rem;
	line-height: 1.55;
	color: #53645e;
}

.nk-salon-section--prices .nk-salon-prices__level + .nk-salon-prices__text {
	margin-top: 0;
}

p.nk-salon-prices__text {
	font-size: 0.875rem;
}

.nk-salon-section--prices .nk-salon-prices__actions {
	margin: 0;
}

.nk-salon-section--prices .nk-salon-prices__text + .nk-salon-prices__actions {
	margin-top: 1.15rem;
}

.nk-salon-price-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nk-salon-hero-image__badge-zones {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.nk-salon-hero-image__badges-left {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	max-width: calc(50% - 1.25rem);
	pointer-events: none;
}

.nk-salon-hero-image__badges-left > * {
	pointer-events: auto;
}

a.nk-salon-price-badge,
.nk-salon-price-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0.38rem 0.72rem;
	border-radius: 10px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #1f4a3a;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(31, 74, 58, 0.12);
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.14);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.nk-salon-price-badge:hover,
a.nk-salon-price-badge:focus-visible {
	border-color: rgba(143, 175, 60, 0.55);
	box-shadow: 0 8px 22px rgba(31, 74, 58, 0.18);
	transform: translateY(-1px);
	color: #1a3d30;
	text-decoration: none;
}

.nk-salon-card--brand-shop .nk-salon-card__inner {
	border-color: rgba(143, 175, 60, 0.28);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 250, 243, 0.98) 100%);
}

.nk-salon-card__webshop-badge--brand-shop {
	color: #1a3d30;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 244, 220, 0.98) 100%);
	border-color: rgba(122, 154, 52, 0.4);
}

.nk-salon-card--compact .nk-salon-card__hero {
	position: relative;
}

.nk-salon-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.15rem;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-salon-card__title-link {
	color: inherit;
	text-decoration: none;
}

.nk-salon-card__title-link:hover {
	text-decoration: underline;
	text-decoration-color: rgba(143, 175, 60, 0.9);
}

.nk-salon-card__meta {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	color: rgba(31, 74, 58, 0.75);
}

.nk-salon-card__excerpt,
.nk-salon-card__specialisms {
	margin: 0 0 0.65rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.88);
}

.nk-salon-card__specialisms {
	font-size: 0.85rem;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-card__actions {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	padding-top: 0.5rem;
}

.nk-salon-card__btn.nk-button {
	font-size: 0.9rem;
	padding: 0.5rem 0.95rem;
}

.nk-salon-card__btn--website {
	background: #ffffff;
}

.nk-salon-card__btn--appointment {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background-color: #8faf3c;
	border: 1px solid #7a9a34;
	color: #ffffff;
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(143, 175, 60, 0.22);
}

.nk-salon-card__btn--appointment:hover,
.nk-salon-card__btn--appointment:focus-visible {
	background-color: #1f4a3a;
	border-color: #1f4a3a;
	color: #ffffff;
}

.nk-salon-card__btn-ic--calendar-check {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	background-color: #ffffff;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-card__claim {
	margin-top: 0.75rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(31, 74, 58, 0.08);
}

.nk-salon-card__claim-hint {
	margin: 0;
	font-size: 0.8rem;
	color: rgba(31, 74, 58, 0.65);
	line-height: 1.45;
}

/* —— Compacte salonkaart (homepage / aanbevolen) —— */

.nk-salon-cards--compact,
.nk-salon-listing--compact {
	width: 100%;
	max-width: 100%;
}

.nk-salon-list--compact .nk-salon-list__grid {
	gap: 1.25rem;
}

.nk-salon-card--compact .nk-salon-card__inner {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.08);
	overflow: hidden;
	height: 100%;
}

.nk-salon-card--compact .nk-salon-card__inner:hover {
	border-color: transparent;
	box-shadow: 0 12px 36px rgba(31, 74, 58, 0.12);
}

.nk-salon-card--compact .nk-salon-card__hero {
	position: relative;
	flex: 0 0 auto;
}

.nk-salon-card--compact .nk-salon-card__image-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.nk-salon-card--compact .nk-salon-card__image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(143, 175, 60, 0.14), rgba(31, 74, 58, 0.06));
}

.nk-salon-card--compact .nk-salon-card__image-wrap--placeholder {
	background: linear-gradient(160deg, #e8f0e4 0%, #d4e4cf 45%, #c5d8be 100%);
}

.nk-salon-card--compact .nk-salon-card__image-wrap--fallback-header {
	background: #e8f0e4;
}

.nk-salon-card--compact .nk-salon-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nk-salon-card--compact .nk-salon-card__image--fallback {
	object-fit: cover;
	filter: blur(0.5px) saturate(0.92);
	transform: scale(1.03);
}

.nk-salon-card--compact .nk-salon-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.12);
	font-size: 0.82rem;
	font-weight: 700;
	color: #1f4a3a;
	line-height: 1;
}

.nk-salon-card--compact .nk-salon-card__rating-star {
	color: #8faf3c;
	font-size: 0.78rem;
}

.nk-salon-card--compact .nk-salon-card__logo-badge {
	position: absolute;
	left: 14px;
	bottom: -22px;
	z-index: 3;
	width: 54px;
	height: 54px;
	max-width: 54px;
	max-height: 54px;
	padding: 4px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nk-salon-card--compact .nk-salon-card__logo-badge-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 46px;
	max-height: 46px;
	object-fit: contain;
	border-radius: 999px;
}

.nk-salon-card--compact .nk-salon-card__logo-badge--fallback .nk-salon-card__logo-badge-img {
	padding: 2px;
	box-sizing: border-box;
}

.nk-salon-card--compact .nk-salon-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 28px 18px 18px;
	min-width: 0;
}

.nk-salon-card--compact .nk-salon-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-salon-card--compact .nk-salon-card__title-link {
	color: inherit;
	text-decoration: none;
}

.nk-salon-card--compact .nk-salon-card__title-link:hover {
	color: #8faf3c;
	text-decoration: none;
}

.nk-salon-card--compact .nk-salon-card__meta {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(31, 74, 58, 0.62);
}

.nk-salon-card--compact .nk-salon-card__usp {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
	margin: 0 0 0.85rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #6b8f4a;
	font-weight: 500;
}

.nk-salon-card--compact .nk-salon-card__usp-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 0.1rem;
}

.nk-salon-card--compact .nk-salon-card__usp-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.nk-salon-card--compact .nk-salon-card__usp-text {
	min-width: 0;
}

.nk-salon-card--compact .nk-salon-card__footer {
	margin-top: auto;
	padding-top: 0.35rem;
}

.nk-salon-card--compact .nk-salon-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 44px;
	padding: 0.35rem 0;
	text-decoration: none;
	color: #1f4a3a;
	font-size: 0.9375rem;
	font-weight: 600;
	-webkit-tap-highlight-color: transparent;
}

.nk-salon-card--compact .nk-salon-card__cta:hover {
	color: #8faf3c;
}

.nk-salon-card--compact .nk-salon-card__cta-arrow {
	font-size: 1.15rem;
	line-height: 1;
	transition: transform 0.15s ease;
}

.nk-salon-card--compact .nk-salon-card__cta:hover .nk-salon-card__cta-arrow {
	transform: translateX(3px);
}

.nk-salon-cards--compact .nk-salon-list--compact .nk-salon-list__grid {
	--nk-salon-cols: 4;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1023px) {
	.nk-salon-cards--compact .nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.nk-salon-cards--compact .nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: 1fr;
	}
}

.nk-button-ghost {
	background: transparent;
	border: 1px solid rgba(31, 74, 58, 0.28);
	color: #1f4a3a;
	font-weight: 600;
}

.nk-button-ghost:hover {
	background: rgba(143, 175, 60, 0.12);
	border-color: rgba(143, 175, 60, 0.55);
	box-shadow: none;
}

.nk-salon-claim .nk-claim-form {
	max-width: 32rem;
}

.nk-claim-form__intro {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	color: rgba(31, 74, 58, 0.88);
	line-height: 1.55;
}

.nk-claim-form__fields {
	display: grid;
	gap: 1rem 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 560px) {
	.nk-claim-form__fields {
		grid-template-columns: 1fr 1fr;
	}

	.nk-claim-form__field--wide {
		grid-column: 1 / -1;
	}
}

.nk-claim-form textarea {
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(31, 74, 58, 0.14);
	padding: 0.75rem 0.9rem;
	background: #ffffff;
	color: #1f4a3a;
	min-height: 6rem;
	resize: vertical;
}

.nk-claim-form__submit {
	margin: 1.25rem 0 0.5rem;
}

.nk-claim-form__btn {
	padding: 0.65rem 1.35rem;
}

.nk-claim-form__fineprint {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.65);
}

.nk-claim-feedback {
	margin-bottom: 1.25rem;
}

.nk-notice--success {
	background: rgba(143, 175, 60, 0.12);
	border-color: rgba(143, 175, 60, 0.35);
}

/* —— Fase 5: account / pending wijzigingen —— */

.nk-salon-account.nk-salon-layout {
	border-style: solid;
	border-color: rgba(31, 74, 58, 0.1);
	background: #ffffff;
	box-shadow: 0 2px 16px rgba(31, 74, 58, 0.05);
}

/* Dashboardweergave: canvas i.p.v. losse Avada-box (alleen wanneer dashboard shortcode actief is) */
.nk-salon-account.nk-salon-layout:has(.nk-account-dashboard--canvas) {
	margin-top: 0.25rem;
	margin-bottom: 0.75rem;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nk-account-feedback {
	margin-bottom: 1.25rem;
}

.nk-account-login-hint {
	max-width: 28rem;
}

.nk-account-login-hint__text {
	margin: 0 0 1rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.9);
}

.nk-account-login-hint__action {
	margin: 0;
}

/* Accountdashboard — premium SaaS app (alleen .nk-account-dashboard* / .nk-account-sidebar*) */
.nk-account-dashboard.nk-container {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.nk-account-dashboard--app .nk-account-dashboard__stack {
	max-width: 72rem;
}

.nk-account-shell {
	display: grid;
	grid-template-columns: minmax(14.5rem, 17.5rem) minmax(0, 1fr);
	gap: 1.15rem;
	width: 100%;
	max-width: 72rem;
	margin: 0 auto 1.15rem;
	align-items: start;
}

.nk-account-main {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
	align-items: stretch;
}

.nk-account-main > .nk-account-page-header,
.nk-account-main > .nk-account-section,
.nk-account-main > .nk-account-dashboard__salon-card,
.nk-account-main > .nk-account-salon-card,
.nk-account-main > .nk-account-dashboard__notice-card,
.nk-account-main > .nk-card,
.nk-account-main > .nk-notice {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.nk-account-page-header {
	width: 100%;
	max-width: 100%;
}

.nk-account-sidebar {
	box-sizing: border-box;
	background: linear-gradient(165deg, #234a3c 0%, #1a382e 45%, #142b24 100%);
	border-radius: 16px;
	padding: 1rem 0.75rem 0.85rem;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 14px 36px rgba(18, 40, 32, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.92);
}

.nk-account-sidebar__brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.35rem 0.55rem 0.85rem;
	margin-bottom: 0.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nk-account-sidebar__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
	background: rgba(143, 175, 60, 0.18);
	color: #e8f2dc;
	flex: 0 0 auto;
}

.nk-account-sidebar__brand-mark svg {
	display: block;
}

.nk-account-sidebar__brand-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.nk-account-sidebar__brand-title {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.nk-account-sidebar__brand-sub {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.62);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 11rem;
}

.nk-account-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.nk-account-sidebar__link {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.52rem 0.65rem;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.25;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.nk-account-sidebar__link:hover,
.nk-account-sidebar__link:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.nk-account-sidebar__item.is-active .nk-account-sidebar__link {
	background: rgba(143, 175, 60, 0.24);
	color: #ffffff;
	box-shadow: 0 0 0 1px rgba(143, 175, 60, 0.2);
}

.nk-account-sidebar__item.is-locked .nk-account-sidebar__link,
.nk-account-sidebar__link--locked {
	opacity: 0.58;
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
}

.nk-account-sidebar__item.is-locked .nk-account-sidebar__link:hover,
.nk-account-sidebar__item.is-locked .nk-account-sidebar__link:focus-visible,
.nk-account-sidebar__link--locked:hover,
.nk-account-sidebar__link--locked:focus-visible {
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.nk-account-sidebar__item.is-locked .nk-account-sidebar__link-icon,
.nk-account-sidebar__link--locked .nk-account-sidebar__link-icon {
	opacity: 0.65;
}

.nk-account-sidebar__lock-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	opacity: 0.72;
	color: rgba(255, 255, 255, 0.7);
}

.nk-account-sidebar__lock-icon svg {
	display: block;
}

.nk-account-sidebar__link-icon {
	display: inline-flex;
	flex: 0 0 auto;
	opacity: 0.92;
}

.nk-account-sidebar__link-icon svg {
	display: block;
}

.nk-account-sidebar__link-label {
	flex: 1 1 auto;
	min-width: 0;
}

.nk-account-sidebar__lock-badge {
	flex: 0 0 auto;
	margin-left: auto;
	padding: 0.14rem 0.5rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.1);
	white-space: nowrap;
}

.nk-account-dashboard__stack {
	box-sizing: border-box;
	width: 100%;
	max-width: 68rem;
	margin: 0 auto;
	padding-top: 0.35rem;
}

.nk-account-dashboard__top--inline {
	margin-bottom: 0.5rem;
}

.nk-account-dashboard__panel {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	width: 100%;
}

.nk-account-dashboard__top {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
}

.nk-account-dashboard__greeting {
	margin-bottom: 0.85rem;
}

h1.nk-account-dashboard__greeting-title {
	margin-top: 25px;
	margin-bottom: 0.35rem;
	margin-left: 0;
	margin-right: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #1f4a3a;
}

.nk-account-dashboard__greeting-lead,
.nk-account-dashboard__lead {
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.65);
	text-wrap: pretty;
}

.nk-account-dashboard__salons {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
}

.nk-account-dashboard__status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	padding: 0.75rem 1.15rem 0;
}

.nk-account-dashboard__status-card {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding: 0.65rem 0.75rem;
	border-radius: 10px;
	border: 1px solid rgba(31, 74, 58, 0.08);
	background: rgba(237, 245, 232, 0.35);
}

.nk-account-dashboard__status-label {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(31, 74, 58, 0.55);
}

.nk-account-dashboard__status-value {
	font-size: 0.84rem;
}

.nk-account-dashboard__view-link-wrap {
	margin: 0;
	padding: 0 1.15rem 0.35rem;
}

.nk-account-dashboard__view-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.84rem;
	font-weight: 600;
	color: #1f4a3a;
	text-decoration: none;
	border-bottom: 1px solid rgba(31, 74, 58, 0.2);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.nk-account-dashboard__view-link:hover,
.nk-account-dashboard__view-link:focus-visible {
	color: rgba(31, 74, 58, 0.85);
	border-bottom-color: #8faf3c;
}

.nk-account-dashboard__salon-card {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(31, 74, 58, 0.11);
	border-radius: 14px;
	background: #ffffff;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 1px 2px rgba(31, 74, 58, 0.04),
		0 8px 26px rgba(31, 74, 58, 0.06);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nk-account-dashboard__salon-card:hover {
	border-color: rgba(31, 74, 58, 0.16);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 2px 6px rgba(31, 74, 58, 0.05),
		0 14px 36px rgba(31, 74, 58, 0.09);
}

.nk-account-salon-card__header,
.nk-account-dashboard__salon-head {
	padding: 1rem 1.15rem 1rem;
	border-bottom: 1px solid rgba(31, 74, 58, 0.07);
	background: linear-gradient(180deg, rgba(237, 245, 232, 0.38) 0%, rgba(255, 255, 255, 0) 85%);
}

.nk-account-salon-card__identity,
.nk-account-dashboard__salon-identity {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	min-width: 0;
	width: 100%;
}

.nk-account-salon-card__logo,
.nk-account-dashboard__salon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border-radius: 8px;
	background: rgba(143, 175, 60, 0.12);
	border: 1px solid rgba(143, 175, 60, 0.2);
	color: #1f4a3a;
	box-shadow: 0 2px 8px rgba(31, 74, 58, 0.06);
	overflow: hidden;
}

.nk-account-salon-card__logo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nk-account-salon-card__logo-placeholder,
.nk-account-dashboard__salon-mark-svg {
	display: block;
}

.nk-account-salon-card__heading,
.nk-account-dashboard__salon-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	min-width: 0;
	flex: 1 1 auto;
}

.nk-account-salon-card__heading-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	min-width: 0;
	flex: 1 1 auto;
	width: 100%;
}

.nk-account-salon-card__details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	margin: 0;
	padding: 0;
	min-width: 0;
	width: 100%;
}

.nk-account-salon-card__detail {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.72);
	max-width: 36rem;
}

.nk-account-salon-card__detail-link {
	color: rgba(31, 74, 58, 0.82);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.nk-account-salon-card__detail-link:hover,
.nk-account-salon-card__detail-link:focus-visible {
	color: #1f4a3a;
	border-bottom-color: rgba(143, 175, 60, 0.55);
}

.nk-account-salon-card__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.55rem;
	min-width: 0;
	width: 100%;
}

.nk-account-salon-card__title,
.nk-account-dashboard__salon-title {
	margin: 0;
	font-size: clamp(1.15rem, 2.5vw, 1.4rem);
	font-weight: 700;
	line-height: 1.2;
	color: #1f4a3a;
	letter-spacing: -0.02em;
}

.nk-account-salon-card__badge--package {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(135deg, #9bb84a 0%, #8faf3c 55%, #7a9a34 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 1px 2px rgba(31, 74, 58, 0.12);
	white-space: nowrap;
}

.nk-account-salon-card__badge--package.nk-account-salon-card__badge--premium {
	background: linear-gradient(135deg, #3d6b52 0%, #2f5844 100%);
	border-color: rgba(255, 255, 255, 0.18);
}

.nk-account-salon-card__badge--package.nk-account-salon-card__badge--basic {
	background: linear-gradient(135deg, #8faf3c 0%, #7a9a34 100%);
}

.nk-account-salon-card__badge--package.nk-account-salon-card__badge--free {
	background: linear-gradient(135deg, #9bb84a 0%, #8faf3c 100%);
}

.nk-account-salon-card__actions,
.nk-account-dashboard__salon-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	width: 100%;
}

@media (max-width: 640px) {
	.nk-account-salon-card__identity,
	.nk-account-dashboard__salon-identity {
		flex-direction: row;
		align-items: flex-start;
	}

	.nk-account-salon-card__actions,
	.nk-account-dashboard__salon-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.nk-account-salon-card__actions .nk-account-dashboard__btn,
	.nk-account-dashboard__salon-actions .nk-account-dashboard__btn {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.nk-account-salon-card__heading,
	.nk-account-dashboard__salon-title-wrap {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 1rem 1.25rem;
	}

	.nk-account-salon-card__heading-main {
		flex: 1 1 auto;
		width: auto;
	}

	.nk-account-salon-card__actions,
	.nk-account-dashboard__salon-actions {
		width: auto;
		flex: 0 0 auto;
		justify-content: flex-end;
		align-self: flex-start;
	}
}

.nk-account-dashboard__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 2.625rem;
	padding: 0.55rem 1.15rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.nk-account-dashboard__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
}

.nk-account-dashboard__btn-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.nk-account-dashboard__btn--secondary.nk-button-outline {
	background: #ffffff;
	border-color: rgba(31, 74, 58, 0.14);
	color: #1f4a3a;
	box-shadow: none;
}

.nk-account-dashboard__btn--secondary.nk-button-outline:hover,
.nk-account-dashboard__btn--secondary.nk-button-outline:focus-visible {
	background: rgba(31, 74, 58, 0.03);
	border-color: rgba(31, 74, 58, 0.24);
	color: #1f4a3a !important;
	box-shadow: 0 2px 10px rgba(31, 74, 58, 0.06);
}

.nk-account-dashboard__btn--primary.nk-button-primary {
	background-color: #1f4a3a;
	border-color: #1f4a3a;
	color: #ffffff;
	box-shadow: 0 2px 10px rgba(31, 74, 58, 0.12);
}

.nk-account-dashboard__btn--primary.nk-button-primary:hover,
.nk-account-dashboard__btn--primary.nk-button-primary:focus,
.nk-account-dashboard__btn--primary.nk-button-primary:focus-visible,
.nk-account-dashboard__btn--primary.nk-button-primary:active {
	background-color: #163a2e;
	border-color: #163a2e;
	color: #ffffff !important;
	box-shadow: 0 4px 16px rgba(31, 74, 58, 0.18);
}

.nk-account-dashboard__salon-body {
	padding: 0.15rem 1.25rem 0.85rem;
}

.nk-account-dashboard__info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nk-account-dashboard__info-row {
	display: grid;
	grid-template-columns: 2.75rem minmax(7rem, 1fr) minmax(5rem, auto);
	align-items: center;
	gap: 0.75rem 1.25rem;
	min-height: 3.25rem;
	padding: 0.15rem 0;
	border-bottom: 1px solid rgba(31, 74, 58, 0.055);
	font-size: 0.9rem;
	transition: background-color 0.15s ease;
}

.nk-account-dashboard__info-row:hover {
	background: rgba(31, 74, 58, 0.02);
}

.nk-account-dashboard__info-row:last-child {
	border-bottom: 0;
}

.nk-account-dashboard__info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
	background: rgba(31, 74, 58, 0.04);
	border: 1px solid rgba(31, 74, 58, 0.06);
	color: rgba(31, 74, 58, 0.65);
}

.nk-account-dashboard__info-icon svg {
	display: block;
}

.nk-account-dashboard__info-label {
	font-weight: 500;
	font-size: 0.875rem;
	color: rgba(31, 74, 58, 0.62);
}

.nk-account-dashboard__info-value {
	justify-self: end;
	text-align: right;
	font-weight: 600;
	font-size: 0.9rem;
	color: #1f4a3a;
}

.nk-account-dashboard__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
}

.nk-account-dashboard__pill--success {
	background: rgba(143, 175, 60, 0.16);
	color: #1f4a3a;
}

.nk-account-dashboard__pill--accent {
	background: rgba(31, 74, 58, 0.09);
	color: #1f4a3a;
}

.nk-account-dashboard__pill--warning {
	background: rgba(214, 168, 58, 0.16);
	color: #5c4a12;
}

.nk-account-dashboard__pill--info {
	background: rgba(31, 74, 58, 0.07);
	color: rgba(31, 74, 58, 0.88);
}

.nk-account-dashboard__pill--neutral {
	background: rgba(31, 74, 58, 0.05);
	color: rgba(31, 74, 58, 0.76);
}

.nk-account-dashboard__notice-card {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.9rem 1.25rem;
	border-radius: 14px;
	border: 1px solid rgba(31, 74, 58, 0.09);
	background: rgba(237, 245, 232, 0.55);
	box-shadow: 0 1px 2px rgba(31, 74, 58, 0.03);
}

.nk-account-dashboard__notice-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
	background: rgba(143, 175, 60, 0.18);
	border: 1px solid rgba(143, 175, 60, 0.24);
	color: #1f4a3a;
}

.nk-account-dashboard__notice-text {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.74);
	text-wrap: pretty;
}

.nk-account-dashboard__empty-text {
	margin: 0 0 1rem;
	line-height: 1.55;
}

.nk-account-dashboard__empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 0.75rem;
}

.nk-account-dashboard__hint {
	margin: 0;
	font-size: 0.88rem;
	color: rgba(31, 74, 58, 0.7);
	line-height: 1.45;
}

.nk-account-help {
	margin: 0.85rem 0 0;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	border: 1px solid rgba(31, 74, 58, 0.08);
	background: rgba(143, 175, 60, 0.06);
}

.nk-account-help__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
	font-weight: 400;
}

.nk-account-dashboard__edit-hint {
	font-size: 0.85rem;
	color: rgba(31, 74, 58, 0.65);
}

/* Mobiel accountmenu: toggle + dropdown (desktop ongewijzigd) */
.nk-account-sidebar__toggle-wrap {
	display: none;
}

@media (max-width: 960px) {
	.nk-account-dashboard.nk-container,
	.nk-account-dashboard--canvas {
		overflow-x: hidden;
		max-width: 100%;
	}

	.nk-account-shell {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		min-width: 0;
		max-width: 100%;
	}

	.nk-account-main {
		min-width: 0;
	}

	.nk-account-sidebar {
		padding: 0.75rem 0.65rem 0.65rem;
		min-width: 0;
		max-width: 100%;
	}

	.nk-account-sidebar__brand {
		padding-bottom: 0.65rem;
		margin-bottom: 0.25rem;
	}

	.nk-account-sidebar__brand-sub {
		max-width: 100%;
		white-space: normal;
	}

	.nk-account-sidebar__toggle-wrap {
		display: block;
		margin: 0 0 0.5rem;
	}

	.nk-account-sidebar__toggle {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		width: 100%;
		min-height: 2.75rem;
		padding: 0.55rem 0.75rem;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.06);
		color: #ffffff;
		font: inherit;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.3;
		text-align: left;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: background-color 0.18s ease, border-color 0.18s ease;
	}

	.nk-account-sidebar__toggle:hover,
	.nk-account-sidebar__toggle:focus-visible {
		background: rgba(255, 255, 255, 0.1);
		border-color: rgba(255, 255, 255, 0.22);
		color: #ffffff;
		outline: none;
		box-shadow: 0 0 0 2px rgba(143, 175, 60, 0.35);
	}

	.nk-account-sidebar__toggle-label {
		flex: 0 0 auto;
	}

	.nk-account-sidebar__toggle-active {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 0.82rem;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.72);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.nk-account-sidebar__toggle-chevron {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		transition: transform 0.2s ease;
	}

	.nk-account-sidebar.is-nav-open .nk-account-sidebar__toggle-chevron {
		transform: rotate(180deg);
	}

	.nk-account-sidebar__nav {
		display: none;
		overflow: visible;
		margin-top: 0.15rem;
		padding: 0.35rem;
		border-radius: 12px;
		background: rgba(0, 0, 0, 0.14);
		border: 1px solid rgba(255, 255, 255, 0.08);
	}

	.nk-account-sidebar.is-nav-open .nk-account-sidebar__nav {
		display: block;
	}

	.nk-account-sidebar__list {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0.25rem;
		padding-bottom: 0;
		max-height: min(70vh, 28rem);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.nk-account-sidebar__item {
		flex: 0 0 auto;
		min-width: 0;
	}

	.nk-account-sidebar__link {
		white-space: normal;
		min-height: 2.75rem;
		padding: 0.62rem 0.7rem;
		font-size: 0.88rem;
	}

	.nk-account-sidebar__link-label {
		line-height: 1.3;
	}

	.nk-account-sidebar__lock-badge {
		font-size: 0.68rem;
		max-width: 42%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.nk-account-edit__submit .nk-button,
	.nk-account-contact__actions .nk-button,
	.nk-account-changes__empty-action .nk-button,
	.nk-account-dashboard__salon-actions .nk-account-dashboard__btn,
	.nk-account-dashboard__empty-actions .nk-button {
		width: 100%;
		justify-content: center;
	}

	.nk-package-change--shell .nk-package-change__actions .nk-button {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 961px) {
	.nk-account-sidebar__toggle-wrap {
		display: none !important;
	}

	.nk-account-sidebar__nav {
		display: block !important;
	}
}

/* Account-secties (wijzigingen, pakket, instellingen, bewerken in shell) */
.nk-account-section {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
}

.nk-account-section__head {
	margin: 0 0 0.15rem;
}

.nk-account-section__title {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1f4a3a;
	line-height: 1.2;
}

.nk-account-section__lead {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.72);
}

.nk-account-section-card {
	border-radius: 14px;
	border: 1px solid rgba(31, 74, 58, 0.1);
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 8px 24px rgba(18, 40, 32, 0.06);
}

.nk-account-edit--shell .nk-account-edit__intro {
	margin-bottom: 0.65rem;
}

.nk-account-edit--shell .nk-account-edit__title {
	font-size: 1.05rem;
}

.nk-account-edit__package--current {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #1f4a3a;
}

.nk-account-edit__package-label {
	font-weight: 700;
	margin-right: 0.35rem;
}

.nk-account-edit__package-value {
	font-weight: 600;
}

.nk-account-edit__package-summary {
	margin: 0 0 0.65rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.75);
}

.nk-account-edit__upgrade {
	margin: 0 0 0.75rem;
}

.nk-account-contact__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem 1rem;
}

.nk-account-contact__field.nk-field--full {
	grid-column: 1 / -1;
}

.nk-account-contact__fineprint {
	margin: 0.85rem 0 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.65);
}

.nk-account-contact__actions {
	margin: 1rem 0 0;
}

.nk-account-package__downgrade {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.72);
}

@media (max-width: 640px) {
	.nk-account-contact__fields {
		grid-template-columns: 1fr;
	}
}

/* Publieke contactsectie ([nksp_contact_section] / [natuurkappers_contact]) */
.nk-contact-section {
	margin: 1.5rem 0 2rem;
	max-width: 100%;
}

.nk-contact-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 1.75rem 2rem;
	align-items: start;
}

.nk-contact-section__content {
	min-width: 0;
}

.nk-contact-section__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1f4a3a;
	letter-spacing: -0.02em;
}

.nk-contact-section__intro {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.82);
}

.nk-contact-section__details {
	margin: 0 0 1.25rem;
}

.nk-contact-section__org {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-contact-section__email {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.78);
}

.nk-contact-section__email a {
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
}

.nk-contact-section__email a:hover,
.nk-contact-section__email a:focus-visible {
	text-decoration: underline;
	text-decoration-color: rgba(143, 175, 60, 0.65);
}

.nk-contact-section__signup-wrap {
	margin: 0;
}

.nk-contact-section__signup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.55rem 1.15rem;
}

.nk-contact-section__form-card {
	position: relative;
	min-width: 0;
	padding: 1.35rem 1.35rem 1.2rem;
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 20px;
	background: #ffffff;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 4px 22px rgba(31, 74, 58, 0.06);
}

.nk-contact-section__form {
	margin: 0;
}

.nk-contact-section__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem 1rem;
}

.nk-contact-section__field.nk-field--full {
	grid-column: 1 / -1;
}

.nk-contact-section__field input,
.nk-contact-section__field textarea {
	width: 100%;
	box-sizing: border-box;
}

.nk-recaptcha-privacy {
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--nk-muted, #5c6b63);
}

.nk-recaptcha-privacy a {
	color: inherit;
	text-decoration: underline;
}

.nk-contact-section__fineprint {
	margin: 0.85rem 0 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.65);
}

.nk-contact-section__actions {
	margin: 1rem 0 0;
}

.nk-contact-section__button {
	min-height: 2.5rem;
	padding: 0.55rem 1.25rem;
}

.nk-contact-section__notice {
	margin: 0 0 1rem;
}

.nk-contact-section__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

@media (max-width: 900px) {
	.nk-contact-section__grid {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.nk-contact-section__form-card {
		padding: 1.15rem 1rem 1.05rem;
		border-radius: 18px;
	}
}

@media (max-width: 640px) {
	.nk-contact-section__fields {
		grid-template-columns: 1fr;
	}

	.nk-contact-section__signup {
		width: 100%;
	}
}

.nk-account-changes__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.nk-account-changes__card {
	padding: 1rem 1.1rem;
}

.nk-account-changes__card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.45rem;
}

.nk-account-changes__status {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	background: rgba(230, 168, 45, 0.14);
	color: #8a5f12;
}

.nk-account-changes__date {
	font-size: 0.8rem;
	color: rgba(31, 74, 58, 0.58);
}

.nk-account-changes__type {
	margin: 0 0 0.55rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1f4a3a;
}

.nk-account-changes__fields {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.nk-account-changes__field {
	font-size: 0.82rem;
	padding: 0.28rem 0.55rem;
	border-radius: 8px;
	background: rgba(143, 175, 60, 0.1);
	color: rgba(31, 74, 58, 0.85);
}

.nk-account-changes__more {
	margin: 0.55rem 0 0;
	font-size: 0.82rem;
	color: rgba(31, 74, 58, 0.6);
}

.nk-account-changes__empty,
.nk-account-settings__empty {
	padding: 1.35rem 1.35rem;
	text-align: left;
}

.nk-account-changes__empty-icon,
.nk-account-settings__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 0 0.85rem;
	border-radius: 50%;
	background: rgba(143, 175, 60, 0.12);
	color: #3d6b52;
}

.nk-account-changes__empty-title {
	margin: 0 0 0.45rem;
	font-size: 20px;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-account-settings__empty-title {
	margin: 0 0 0.45rem;
	font-size: 20px;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-account-changes__empty-text,
.nk-account-settings__empty-text {
	margin: 0 auto;
	max-width: 28rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.72);
}

.nk-account-changes__empty-action,
.nk-account-settings__empty-action {
	margin: 1.1rem 0 0;
}

.nk-package-change--shell .nk-package-change__form {
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.nk-package-change--shell .nk-package-change__intro {
	margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
	.nk-account-dashboard__status-grid {
		grid-template-columns: 1fr;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nk-account-dashboard__salon-head {
		padding: 1rem 1rem 0.95rem;
	}

	.nk-account-dashboard__salon-body,
	.nk-account-dashboard__view-link-wrap {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nk-account-dashboard__salon-actions {
		width: 100%;
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.nk-account-dashboard__salon-actions .nk-account-dashboard__btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 479px) {
	.nk-account-dashboard__stack {
		max-width: 100%;
	}

	.nk-account-dashboard__info-row {
		grid-template-columns: 2.5rem 1fr;
		grid-template-rows: auto auto;
		min-height: 0;
		padding: 0.65rem 0;
	}

	.nk-account-dashboard__info-value {
		grid-column: 2 / -1;
		justify-self: start;
		text-align: left;
	}

	.nk-account-dashboard__notice-card {
		align-items: flex-start;
		padding: 0.85rem 1rem;
	}
}

.nk-account-edit__back {
	margin: 0 0 1rem;
}

.nk-account-edit__back-link {
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.nk-account-edit__back-link:hover {
	border-bottom-color: rgba(143, 175, 60, 0.75);
	color: rgba(31, 74, 58, 0.85);
}

.nk-account-edit__intro {
	margin-bottom: 1.25rem;
}

.nk-account-edit__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	color: #1f4a3a;
}

.nk-account-edit__fineprint {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
}

.nk-account-edit__package {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(31, 74, 58, 0.85);
}

.nk-account-edit__field-hint {
	margin: 0.35rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.62);
}

.nk-account-edit__upgrade-hint {
	margin: 0.75rem 0 0;
	padding: 0.75rem 1rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
	background: rgba(143, 175, 60, 0.08);
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 10px;
}

.nk-account-edit__upgrade-link {
	display: inline-block;
	margin-left: 0.35rem;
	font-weight: 600;
	color: #1f4a3a;
	text-decoration: underline;
}

.nk-account-edit__upgrade-link:hover,
.nk-account-edit__upgrade-link:focus-visible {
	color: #1f4a3a;
}

/* Pakket wijzigen (bestaande salon) — alleen .nk-package-change, geen salonaanmelding-form */
.nk-salon-register .nk-package-change.nk-container,
.nk-package-change.nk-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.15rem 1.25rem 2.25rem;
	text-align: center;
}

.nk-package-change__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto 1.75rem;
	text-align: center;
}

.nk-package-change__intro--error {
	max-width: 28rem;
	margin-bottom: 1rem;
}

.nk-package-change__title {
	margin: 0 0 0.65rem;
	width: 100%;
	max-width: 32rem;
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	font-weight: 700;
	color: #1f4a3a;
	letter-spacing: -0.02em;
	line-height: 1.25;
	text-align: center;
	text-wrap: balance;
}

.nk-package-change__lead {
	margin: 0 auto 0.75rem;
	width: 100%;
	max-width: 32rem;
	font-size: clamp(0.9875rem, 1.9vw, 1.0625rem);
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.82);
	text-align: center;
	text-wrap: pretty;
}

.nk-package-change__fineprint {
	margin: 0 auto;
	width: 100%;
	max-width: 30rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgba(31, 74, 58, 0.68);
	text-align: center;
	text-wrap: pretty;
}

.nk-package-change__back {
	margin: 1rem auto 0;
	width: 100%;
	text-align: center;
}

.nk-package-change__back-link {
	display: inline-block;
	font-weight: 600;
	color: #1f4a3a;
	text-decoration: none;
	border-bottom: 1px solid rgba(31, 74, 58, 0.25);
}

.nk-package-change__back-link:hover,
.nk-package-change__back-link:focus-visible {
	color: #1f4a3a;
	border-bottom-color: #8faf3c;
}

.nk-package-change__fineprint--downgrade {
	margin-top: 0.5rem;
	padding: 0.65rem 0.85rem;
	max-width: 32rem;
	border-radius: 10px;
	border: 1px solid rgba(143, 175, 60, 0.2);
	background: rgba(237, 245, 232, 0.42);
}

.nk-package-change__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

/* Pakket-wijziging: hergebruik salonaanmelding-kaarten (één bron) */
.nk-package-comparison--package_change {
	margin-bottom: 0;
	width: 100%;
}

.nk-package-comparison--package_change .nk-salon-register__packages {
	margin-bottom: 0;
}

.nk-package-comparison__grid--change {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	width: 100%;
	max-width: 52rem;
	margin: 0 auto;
	justify-items: center;
}

@media (min-width: 640px) {
	.nk-package-comparison__grid--change {
		grid-template-columns: repeat(2, minmax(0, 17.5rem));
		justify-content: center;
	}
}

@media (min-width: 960px) {
	.nk-package-comparison__grid--change:has(> :nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 66rem;
	}
}

.nk-package-comparison--package_change .nk-salon-register__package-card--action {
	cursor: default;
	text-align: left;
}

.nk-package-comparison--package_change .nk-salon-register__package-card--action:hover {
	transform: translateY(-1px);
}

.nk-package-comparison--package_change .nk-salon-register__package-card--downgrade {
	border-color: rgba(31, 74, 58, 0.18);
}

.nk-salon-register__package-cta {
	margin-top: auto;
	width: 100%;
	box-sizing: border-box;
}

.nk-package-change__notice {
	box-sizing: border-box;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto 1.25rem;
	text-align: center;
}

.nk-package-change__notice p {
	margin: 0;
	text-align: center;
}

.nk-package-change--error .nk-package-change__card {
	margin: 0 auto;
	max-width: 22rem;
	width: 100%;
	text-align: center;
}

.nk-package-change__action {
	margin: 1rem 0 0;
	text-align: center;
}

.nk-account-edit__notice {
	margin-bottom: 1.25rem;
}

.nk-account-edit__fields {
	display: grid;
	gap: 1rem 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.nk-account-edit__fields {
		grid-template-columns: 1fr 1fr;
	}
}

.nk-account-edit__field--wide {
	grid-column: 1 / -1;
}

.nk-account-edit__group-label {
	display: block;
	font-weight: 600;
	color: #1f4a3a;
	margin-bottom: 0.4rem;
}

.nk-account-edit__checks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.nk-account-edit__check {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 500;
	color: rgba(31, 74, 58, 0.92);
	cursor: pointer;
}

.nk-account-edit__check input {
	margin-top: 0.2rem;
	accent-color: #8faf3c;
}

.nk-account-edit__submit {
	margin-top: 1.25rem;
}

.nk-account-edit__btn {
	padding: 0.65rem 1.35rem;
}

/* WooCommerce: pakket → salon (Avada-vriendelijk, scoped) */
.nk-wc-package-salon.nk,
.nk-wc-package-salon {
	margin: 1rem 0 1.35rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(31, 74, 58, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	max-width: 36rem;
}

.nk-wc-package-salon--cart {
	max-width: 100%;
	margin-top: 0.65rem;
}

.nk-wc-package-salon__notice {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.88);
}

.nk-wc-package-salon__links {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

.nk-wc-package-salon__link {
	font-weight: 600;
	color: #1f4a3a;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 175, 60, 0.45);
}

.nk-wc-package-salon__link:hover {
	border-bottom-color: #1f4a3a;
}

.nk-wc-package-salon__sep {
	opacity: 0.45;
	margin: 0 0.15rem;
}

.nk-wc-package-salon__field label {
	display: block;
	font-weight: 600;
	color: #1f4a3a;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
}

.nk-wc-package-salon__select {
	width: 100%;
	max-width: 28rem;
	padding: 0.55rem 0.65rem;
	border-radius: 8px;
	border: 1px solid rgba(31, 74, 58, 0.18);
	background: #fff;
	color: #1f4a3a;
	font-size: 0.95rem;
}

.nk-wc-package-salon__current {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	color: rgba(31, 74, 58, 0.9);
}

/* Locatie-shortcode: voetteksten (geen globale links) */
.nk-salon-location__footer {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(31, 74, 58, 0.1);
}

.nk-salon-location__footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

.nk-salon-location__footer-link {
	font-weight: 600;
	color: #1f4a3a;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 175, 60, 0.45);
}

.nk-salon-location__footer-link:hover {
	border-bottom-color: #1f4a3a;
}

.nk-salon-card__distance {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	color: rgba(31, 74, 58, 0.75);
}

.nk-salon-meta__distance-icon,
.nk-salon-card__distance-icon {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: -2px;
	display: inline-block;
	background-color: #8faf3c;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Salonaanmelding — premium onboarding */
.nk-salon-register {
	max-width: 1100px;
	margin: 0 auto 3rem;
	padding: 1.15rem 1.25rem 0;
}

.nk-salon-register--confirmation {
	padding-top: 0.85rem;
}

.nk-salon-register--confirmation .nk-registration-thankyou,
.nk-salon-register--confirmation .nksp-registration-thankyou-fallback {
	margin-top: 0;
}

.nk-salon-register__info-notice--after-submit {
	margin-top: 1.25rem;
}

.nk-salon-register__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.35rem;
	text-align: center;
}

@media (min-width: 960px) {
	.nk-salon-register {
		padding-top: 0.85rem;
	}

	.nk-salon-register__header {
		margin-bottom: 1.15rem;
	}
}

.nk-salon-register__title {
	margin: 0 0 0.5rem;
	width: 100%;
	max-width: 36rem;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
	font-weight: 600;
	color: #1f4a3a;
	letter-spacing: -0.015em;
	line-height: 1.25;
	text-align: center;
}

.nk-salon-register__lead {
	margin: 0;
	width: 100%;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
	text-align: center;
	text-wrap: balance;
}

.nk-salon-register__section-intro {
	margin: -0.35rem 0 1rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-register__notice {
	margin-bottom: 1.5rem;
}

.nk-salon-register__info-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	max-width: 42rem;
	margin: 0 auto 1.75rem;
	padding: clamp(0.95rem, 2.5vw, 1.15rem) clamp(1rem, 2.8vw, 1.25rem);
	border-radius: 14px;
	background: linear-gradient(
		148deg,
		rgba(237, 245, 232, 0.95) 0%,
		rgba(246, 250, 243, 0.98) 55%,
		rgba(255, 255, 255, 0.99) 100%
	);
	border: 1px solid rgba(31, 74, 58, 0.1);
	box-shadow: 0 6px 22px rgba(31, 74, 58, 0.06);
	box-sizing: border-box;
}

.nk-salon-register__info-notice-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.1rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: rgba(143, 175, 60, 0.16);
	color: #5a7a32;
}

.nk-salon-register__info-notice-icon-svg {
	display: block;
}

.nk-salon-register__info-notice-body {
	flex: 1;
	min-width: 0;
	font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.82);
}

.nk-salon-register__info-notice-body p {
	margin: 0 0 0.65rem;
}

.nk-salon-register__info-notice-body p:last-child {
	margin-bottom: 0;
}

.nk-salon-register__section-title {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #1f4a3a;
	letter-spacing: 0.01em;
}

.nk-salon-register__section-title--major {
	font-size: clamp(1.05rem, 1.8vw, 1.15rem);
}

.nk-salon-register .nk-field > label,
.nk-salon-register__group-label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(31, 74, 58, 0.82);
}

.nk-salon-register__packages {
	margin-bottom: 2rem;
}

.nk-salon-register__package-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 720px) {
	.nk-salon-register__package-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.nk-salon-register__package-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.35rem 1.35rem 1.4rem;
	border-radius: 16px;
	border: 1px solid rgba(31, 74, 58, 0.12);
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.06), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.nk-salon-register__package-card:hover {
	border-color: rgba(143, 175, 60, 0.5);
	box-shadow: 0 14px 36px rgba(31, 74, 58, 0.1);
	transform: translateY(-1px);
}

.nk-salon-register__package-card.is-selected {
	border-color: #8faf3c;
	border-width: 2px;
	padding: calc(1.35rem - 1px) calc(1.35rem - 1px) calc(1.4rem - 1px);
	box-shadow: 0 16px 40px rgba(143, 175, 60, 0.2);
}

.nk-salon-register__package-card--featured {
	border-color: rgba(143, 175, 60, 0.55);
	border-width: 2px;
	padding: calc(1.35rem - 1px) calc(1.35rem - 1px) calc(1.4rem - 1px);
	background: linear-gradient(180deg, rgba(143, 175, 60, 0.06) 0%, #ffffff 42%);
	box-shadow: 0 14px 38px rgba(31, 74, 58, 0.1), 0 0 0 1px rgba(143, 175, 60, 0.12);
}

.nk-salon-register__package-card--featured.is-selected {
	box-shadow: 0 18px 44px rgba(143, 175, 60, 0.24), 0 0 0 1px rgba(143, 175, 60, 0.35);
}

.nk-salon-register__package-card--disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.nk-salon-register__package-card--disabled:hover {
	transform: none;
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.06);
}

.nk-salon-register__package-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.nk-salon-register__package-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 0.22rem 0.65rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #8faf3c;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(31, 74, 58, 0.12);
	white-space: nowrap;
}

.nk-salon-register__package-name {
	font-size: 1.1rem;
	font-weight: 600;
	color: #1f4a3a;
}

.nk-salon-register__package-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.88);
}

.nk-salon-register__package-list li {
	position: relative;
	padding-left: 1.1rem;
	margin-bottom: 0.35rem;
}

.nk-salon-register__package-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8faf3c;
}

.nk-salon-register__package-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35em;
	font-size: 0.95rem;
	margin-top: -0.15rem;
}

.nk-salon-register__package-price-amount {
	color: #8faf3c;
	font-weight: 700;
}

.nk-salon-register__package-price-meta {
	color: #1f4a3a;
}

.nk-salon-register__package-feature.is-unavailable {
	color: rgba(31, 74, 58, 0.38);
}

.nk-salon-register__package-feature.is-unavailable .nk-salon-register__package-feature-text {
	text-decoration: line-through;
	text-decoration-color: rgba(31, 74, 58, 0.28);
}

.nk-salon-register__package-feature.is-unavailable::before {
	background: rgba(31, 74, 58, 0.18);
}

.nk-salon-register__package-hint {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(31, 74, 58, 0.7);
}

.nk-salon-register__package-account-notice {
	margin: 0.85rem 0 0;
	padding: 0.65rem 0.9rem;
	max-width: 42rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.74);
	border-radius: 10px;
	border: 1px solid rgba(143, 175, 60, 0.2);
	background: rgba(237, 245, 232, 0.42);
	box-sizing: border-box;
}

.nk-salon-register__package-account-notice[hidden] {
	display: none;
}

.nk-salon-register__section {
	margin-bottom: 1.25rem;
}

.nk-salon-register .nk-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 1.25rem;
}

@media (min-width: 768px) {
	.nk-salon-register .nk-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.nk-salon-register .nk-form-grid > .nk-field {
	margin-bottom: 0;
	min-width: 0;
}

.nk-salon-register .nk-form-grid > .nk-field--full,
.nk-salon-register .nk-form-grid > .nk-salon-register__field--wide {
	grid-column: 1 / -1;
}

.nk-salon-register__group-label {
	display: block;
	font-weight: 600;
	color: #1f4a3a;
	margin-bottom: 0.5rem;
}

.nk-salon-register__group-label--lg {
	font-size: clamp(1.05rem, 1.8vw, 1.12rem);
	font-weight: 600;
	margin-bottom: 0.65rem;
}

.nk-salon-register__checks {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.35rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 560px) {
	.nk-salon-register__checks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.nk-salon-register__check {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	font-weight: 500;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: rgba(31, 74, 58, 0.88);
	cursor: pointer;
}

.nk-salon-register__check span {
	font-size: inherit;
}

.nk-salon-register__check input {
	margin-top: 0.15rem;
	width: 0.95rem;
	height: 0.95rem;
	accent-color: #8faf3c;
	flex-shrink: 0;
}

.nk-salon-register .nk-form input[type="text"],
.nk-salon-register .nk-form input[type="email"],
.nk-salon-register .nk-form input[type="tel"],
.nk-salon-register .nk-form input[type="url"],
.nk-salon-register .nk-form textarea,
.nk-salon-register .nk-form select,
.nk-salon-register__social-input {
	font-size: 0.9375rem;
	line-height: 1.45;
}

.nk-salon-register .nk-form input::placeholder,
.nk-salon-register .nk-form textarea::placeholder,
.nk-salon-register__social-input::placeholder {
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.42);
	opacity: 1;
}

.nk-salon-register .nk-form input::-moz-placeholder,
.nk-salon-register .nk-form textarea::-moz-placeholder,
.nk-salon-register__social-input::-moz-placeholder {
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.42);
	opacity: 1;
}

.nk-salon-register__fineprint {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-register__account-note {
	text-align: center;
}

.nk-salon-register__submit {
	margin: 1.5rem 0 0;
	text-align: center;
}

.nk-salon-register__submit-btn {
	min-width: min(100%, 280px);
	padding: 0.8rem 1.75rem;
	font-size: 1rem;
}

.nk-salon-register__hp {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nk-salon-register [data-nksp-package-min].is-nksp-package-hidden {
	display: none !important;
}

.nk-salon-register__file {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
}

.nk-salon-register__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nk-salon-register__file-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.5rem 1.15rem;
	border-radius: 999px;
	border: 1px solid rgba(31, 74, 58, 0.18);
	background: #ffffff;
	color: #1f4a3a;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.nk-salon-register__file-btn:hover,
.nk-salon-register__file-btn:focus-visible {
	border-color: #8faf3c;
	background: rgba(143, 175, 60, 0.08);
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.06);
}

.nk-salon-register__file-name {
	font-size: 0.8125rem;
	color: rgba(31, 74, 58, 0.62);
	line-height: 1.4;
}

.nk-salon-register__consent,
.nk-claim-form__consent {
	margin: 0 0 1rem;
}

.nk-form-consent__label {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.88);
	cursor: pointer;
}

.nk-form-consent__label input {
	margin-top: 0.2rem;
	accent-color: #8faf3c;
	flex-shrink: 0;
}

.nk-form-consent__label a {
	color: #1f4a3a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nk-form-consent__label a:hover,
.nk-form-consent__label a:focus-visible {
	color: #8faf3c;
}

.nk-salon-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-top: 0.75rem;
}

.nk-salon-contact-buttons__row + .nk-salon-social-icons {
	margin-top: 0.65rem;
}

.nk-salon-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(31, 74, 58, 0.12);
	background: #ffffff;
	color: #1f4a3a;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.nk-salon-social-icon:hover,
.nk-salon-social-icon:focus-visible {
	background: rgba(143, 175, 60, 0.12);
	border-color: rgba(143, 175, 60, 0.45);
	transform: translateY(-1px);
}

.nk-salon-social-icon__glyph {
	display: block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.nk-salon-social-icon--instagram .nk-salon-social-icon__glyph {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2' fill='%23000' stroke='none'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2' fill='%23000' stroke='none'/%3E%3C/svg%3E");
}

.nk-salon-social-icon--facebook .nk-salon-social-icon__glyph {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.413c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.267h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.413c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.267h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z'/%3E%3C/svg%3E");
}

.nk-salon-social-icon--tiktok .nk-salon-social-icon__glyph {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.27 6.27 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.18 8.18 0 0 0 4.77 1.52V6.76a4.85 4.85 0 0 1-1.1-.07z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.27 6.27 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.18 8.18 0 0 0 4.77 1.52V6.76a4.85 4.85 0 0 1-1.1-.07z'/%3E%3C/svg%3E");
}

.nk-salon-social-icon--whatsapp .nk-salon-social-icon__glyph {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3C/svg%3E");
}

.nk-req {
	color: #8faf3c;
	font-weight: 700;
}

/* Single-salon detail shortcodes (Avada; scoped) */
.nk-salon-field__label {
	display: inline-block;
	font-weight: 600;
	color: #1f4a3a;
	margin-right: 0.35rem;
}

.nk-salon-field__link {
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 175, 60, 0.45);
}

.nk-salon-field__link:hover {
	border-bottom-color: #1f4a3a;
}

.nk-salon-field__value--richtext {
	margin-top: 0.35rem;
	line-height: 1.6;
	color: rgba(31, 74, 58, 0.92);
}

.nk-salon-logo__img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

/* —— Single salon: breadcrumb, hero, header, tabs, cards —— */

.nk-salon-anchor-target {
	scroll-margin-top: 112px;
}

.nk-salon-anchor-section {
	margin: 0 0 2.5rem;
}

.nk-salon-anchor-section__title {
	margin-bottom: 1.15rem;
}

.nk-salon-anchor-section__body > *:last-child {
	margin-bottom: 0;
}

.nk-salon-breadcrumb {
	margin: 0 0 18px;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.58);
}

.nk-salon-breadcrumb__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.35rem;
}

.nk-salon-breadcrumb__link {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

.nk-salon-breadcrumb__link:hover {
	color: #8faf3c;
}

.nk-salon-breadcrumb__link:focus-visible {
	color: #1f4a3a;
	outline: 2px solid #8faf3c;
	outline-offset: 2px;
	border-radius: 2px;
}

.nk-salon-breadcrumb__sep {
	padding: 0 0.2rem;
	color: rgba(31, 74, 58, 0.42);
}

.nk-salon-breadcrumb__text--current {
	color: rgba(31, 74, 58, 0.78);
	font-weight: 600;
}

.nk-salon-hero-image {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.25rem;
}

.nk-salon-hero-image--has-logo {
	margin-bottom: 3.25rem;
}

.nk-salon-hero-image__media {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(143, 175, 60, 0.12), rgba(31, 74, 58, 0.06));
	box-shadow: 0 16px 48px rgba(31, 74, 58, 0.11);
}

.nk-salon-hero-image__hero-img,
.nk-salon-hero-image__media > img {
	display: block;
	width: 100%;
	height: 430px;
	max-height: 430px;
	object-fit: cover;
}

.nk-salon-hero-image--fallback-header .nk-salon-hero-image__hero-img--fallback {
	filter: blur(0.35px) saturate(0.94);
}

.nk-salon-hero-image__gradient {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(31, 74, 58, 0) 55%, rgba(31, 74, 58, 0.22) 100%);
}

.nk-salon-hero-image__overlay {
	z-index: 2;
}

.nk-salon-hero-image__logo {
	position: absolute;
	left: 22px;
	bottom: -28px;
	z-index: 2;
	width: 148px;
	height: 148px;
	max-width: 148px;
	max-height: 148px;
	padding: 8px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(31, 74, 58, 0.16);
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nk-salon-hero-image--logo-center .nk-salon-hero-image__logo {
	left: 50%;
	transform: translateX(-50%);
}

.nk-salon-hero-image__logo img,
.nk-salon-hero-image__logo-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 132px;
	max-height: 132px;
	object-fit: contain;
	border-radius: 10px;
}

.nk-salon-hero-image__logo--fallback .nk-salon-hero-image__logo-img--fallback {
	border-radius: 50%;
	object-fit: contain;
	padding: 6px;
	box-sizing: border-box;
}

.nk-salon-hero-image__logo--placeholder {
	min-height: 118px;
}

.nk-salon-hero-image__logo-initial {
	font-size: 2rem;
	font-weight: 700;
	color: #1f4a3a;
	line-height: 1;
}

.nk-salon-title {
	margin: 0 0 0.5rem;
}

.nk-salon-title__text {
	margin: 0;
	font-size: clamp(1.65rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #1f4a3a;
	letter-spacing: -0.02em;
}

.nk-salon-meta-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0 0 0.85rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.62);
}

.nk-salon-meta__item {
	color: inherit;
}

.nk-salon-meta__sep {
	padding: 0 0.15rem;
	color: rgba(31, 74, 58, 0.45);
}

.nk-salon-badges {
	margin: 0 0 1.15rem;
}

.nk-salon-badges__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.55rem;
	align-items: center;
}

.nk-salon-badges__pill,
.nk-salon-tags__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 8px 13px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
	background: rgba(143, 175, 60, 0.14);
	border: 1px solid rgba(143, 175, 60, 0.28);
	color: #1f4a3a;
	white-space: nowrap;
}

.nk-salon-tags--brands .nk-salon-tags__pill--brand {
	background: rgba(143, 175, 60, 0.18);
	border-color: rgba(143, 175, 60, 0.35);
}

.nk-salon-brand-picker__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
	gap: 0.45rem 0.75rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.nk-salon-brand-picker__check {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.9rem;
	color: #1f4a3a;
	cursor: pointer;
}

.nk-salon-brand-picker__badge {
	margin-left: 0.35rem;
	padding: 0.1rem 0.45rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background: rgba(31, 74, 58, 0.08);
	color: rgba(31, 74, 58, 0.75);
}

.nk-salon-brand-picker__item--pending .nk-salon-brand-picker__label {
	font-style: italic;
}

.nk-salon-brand-picker__add-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-top: 0.35rem;
}

.nk-salon-brand-picker__add-input {
	flex: 1 1 12rem;
	min-width: 0;
	max-width: 100%;
}

.nk-salon-brand-picker__hint {
	margin: 0.45rem 0 0;
	font-size: 0.82rem;
	color: rgba(31, 74, 58, 0.72);
	line-height: 1.45;
}

.nk-salon-brand-picker__extra {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.65rem;
}

.nk-salon-brand-picker__extra-row {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.nk-salon-brand-picker__extra-chip {
	display: inline-flex;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	background: rgba(143, 175, 60, 0.2);
	border: 1px dashed rgba(143, 175, 60, 0.45);
	color: #1f4a3a;
}

.nk-salon-brand-picker__extra-remove {
	border: 0;
	background: transparent;
	color: rgba(31, 74, 58, 0.55);
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	padding: 0 0.2rem;
}

.nk-salon-badges__leaf {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #8faf3c;
	flex-shrink: 0;
}

.nk-salon-badges--slider .nk-salon-badges__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: rgba(143, 175, 60, 0.45) transparent;
	padding-bottom: 4px;
	margin: 0 -2px;
}

.nk-salon-badges--slider .nk-salon-badges__viewport::-webkit-scrollbar {
	height: 5px;
}

.nk-salon-badges--slider .nk-salon-badges__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	align-items: center;
	width: max-content;
	min-width: 100%;
}

.nk-salon-badges--slider .nk-salon-badges__pill,
.nk-salon-badges--slider .nk-salon-tags__pill {
	flex: 0 0 auto;
	scroll-snap-align: start;
	max-width: min(280px, 78vw);
}

/* —— Single salon: specialisme-ticker [nk_salon_badges layout="ticker"] —— */

.nk-salon-badges--ticker {
	margin: 0 0 1rem;
}

.nk-salon-specialism-ticker {
	width: 100%;
	max-width: 100%;
}

.nk-salon-specialism-ticker__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nk-salon-specialism-ticker__viewport::-webkit-scrollbar {
	display: none;
}

.nk-salon-specialism-ticker__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	min-width: 100%;
}

.nk-salon-specialism-ticker__item {
	flex: 0 0 auto;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 36px;
	max-height: 36px;
	padding: 0 14px;
	margin: 0;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #1f4a3a;
	background: rgba(143, 175, 60, 0.14);
	border: 1px solid rgba(143, 175, 60, 0.26);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nk-salon-specialism-ticker__item:hover {
	background: rgba(143, 175, 60, 0.22);
	border-color: rgba(143, 175, 60, 0.4);
	color: #1f4a3a;
}

.nk-salon-specialism-ticker__item:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: 2px;
}

.nk-salon-specialism-ticker.is-reduced-motion .nk-salon-specialism-ticker__track {
	transition: none;
}

.nk-salon-verification-badge-wrap {
	margin: 0 0 0.65rem;
}

.nk-salon-verification-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	border: 1px solid transparent;
}

.nk-salon-verification-badge--verified {
	background: rgba(143, 175, 60, 0.16);
	border-color: rgba(143, 175, 60, 0.35);
	color: #1f4a3a;
}

.nk-salon-verification-badge--unverified {
	background: rgba(31, 74, 58, 0.06);
	border-color: rgba(31, 74, 58, 0.14);
	color: rgba(31, 74, 58, 0.78);
}

a.nk-salon-verification-badge--unverified:hover {
	background: rgba(143, 175, 60, 0.12);
	border-color: rgba(143, 175, 60, 0.35);
	color: #1f4a3a;
}

.nk-salon-verification-badge__icon {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: #8faf3c;
	flex-shrink: 0;
}

.nk-salon-verification-badge--unverified .nk-salon-verification-badge__icon {
	background: rgba(31, 74, 58, 0.35);
}

.nk-salon-contact-buttons {
	margin: 0 0 1.5rem;
}

.nk-salon-verification-card-wrap {
	margin: 0 0 1.5rem;
}

.nk-salon-contact-buttons .nk-salon-verification-card {
	margin-top: 1.15rem;
}

.nk-salon-verification-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 0.75rem 1rem;
	border-radius: 14px;
	border: 1px solid rgba(31, 74, 58, 0.1);
}

.nk-salon-verification-card--verified {
	align-items: flex-start;
	background: rgba(143, 175, 60, 0.1);
	border-color: rgba(143, 175, 60, 0.28);
}

.nk-salon-verification-card--unclaimed {
	background: linear-gradient(145deg, #f7f4ed 0%, #f0f5ea 100%);
	border-color: rgba(31, 74, 58, 0.08);
}

.nk-salon-verification-card__icon {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	margin-top: 0.1rem;
	border-radius: 999px;
	background: rgba(143, 175, 60, 0.22);
}

.nk-salon-verification-card__icon--check {
	position: relative;
	background: #8faf3c;
}

.nk-salon-verification-card__icon--check::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 48%;
	width: 0.45rem;
	height: 0.75rem;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -55%) rotate(45deg);
}

.nk-salon-verification-card__content {
	flex: 1;
	min-width: 0;
}

.nk-salon-verification-card__title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
	margin: 0 0 0.15rem;
}

.nk-salon-verification-card__subtitle,
.nk-salon-verification-card__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.68);
}

.nk-salon-verification-card--verified .nk-salon-verification-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 1.75rem;
}

.nk-salon-verification-card__cta {
	display: inline-block;
	margin-top: 0.55rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #8faf3c;
	text-decoration: none;
}

.nk-salon-verification-card__cta:hover {
	color: #1f4a3a;
	text-decoration: underline;
}

.nk-salon-contact-buttons__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.nk-salon-contact-buttons .nk-button,
.nk-salon-contact-buttons__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0;
	min-height: 44px;
	padding: 0.55rem 1.15rem;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nk-salon-contact-buttons__ic {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background-color: currentColor;
	opacity: 0.92;
}

.nk-salon-icon-svg--whatsapp {
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.nk-salon-contact-buttons__svg.nk-salon-icon-svg--whatsapp {
	color: #25d366;
	opacity: 1;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--whatsapp:hover .nk-salon-contact-buttons__svg,
.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--whatsapp:focus-visible .nk-salon-contact-buttons__svg {
	color: #ffffff;
}

.nk-salon-social-icon__svg.nk-salon-icon-svg--whatsapp {
	width: 20px;
	height: 20px;
	color: #1F4A3A;
}

.nk-salon-contact-buttons__ic--phone {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__ic--mail {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__ic--web {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__ic--whatsapp {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-4.942-1.357l-.356-.178-3.681.967.984-3.595-.213-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-4.942-1.357l-.356-.178-3.681.967.984-3.595-.213-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--whatsapp .nk-salon-contact-buttons__ic--whatsapp {
	background-color: #25d366;
	opacity: 1;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--whatsapp:hover .nk-salon-contact-buttons__ic--whatsapp,
.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--whatsapp:focus-visible .nk-salon-contact-buttons__ic--whatsapp {
	background-color: #ffffff;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--website,
.nk-salon-contact-buttons .nk-button-primary.nk-salon-contact-buttons__btn--website {
	background-color: #8faf3c;
	border: 1px solid #7a9a34;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(143, 175, 60, 0.22);
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--website .nk-salon-contact-buttons__ic,
.nk-salon-contact-buttons .nk-button-primary.nk-salon-contact-buttons__btn--website .nk-salon-contact-buttons__ic {
	background-color: #ffffff;
	opacity: 1;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--website:hover,
.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--website:focus-visible,
.nk-salon-contact-buttons .nk-button-primary.nk-salon-contact-buttons__btn--website:hover,
.nk-salon-contact-buttons .nk-button-primary.nk-salon-contact-buttons__btn--website:focus-visible {
	background-color: #1f4a3a;
	border-color: #1f4a3a;
	color: #ffffff;
}

.nk-salon-contact-buttons__ic--route {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__ic--calendar,
.nk-salon-contact-buttons__ic--calendar-check {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--appointment {
	background-color: #8faf3c;
	border: 1px solid #7a9a34;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(143, 175, 60, 0.22);
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--appointment .nk-salon-contact-buttons__ic {
	background-color: #ffffff;
	opacity: 1;
}

.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--appointment:hover,
.nk-salon-contact-buttons__btn.nk-salon-contact-buttons__btn--appointment:focus-visible {
	background-color: #1f4a3a;
	border-color: #1f4a3a;
	color: #ffffff;
}

.nk-salon-contact-buttons .nk-button-primary:hover,
.nk-salon-contact-buttons .nk-button-primary:focus-visible {
	background: #1f4a3a !important;
	border-color: #1f4a3a !important;
	color: #ffffff !important;
}

.nk-salon-contact-buttons .nk-button-outline:hover,
.nk-salon-contact-buttons .nk-button-outline:focus-visible {
	background: rgba(143, 175, 60, 0.14) !important;
	border-color: rgba(143, 175, 60, 0.55) !important;
	color: #1f4a3a !important;
}

.nk-salon-claim-card-wrap {
	margin: 0 0 1.5rem;
}

.nk-salon-claim-card.nk-salon-claim-card--cta {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border-radius: 16px;
	border: 1px solid rgba(143, 175, 60, 0.35);
	background: linear-gradient(145deg, rgba(232, 240, 228, 0.95) 0%, rgba(212, 228, 207, 0.88) 100%);
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.08);
}

.nk-salon-claim-card__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(143, 175, 60, 0.28);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 2l2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 14.8 7.2 17.9l.9-5.4L4.2 7.7l5.4-.8L12 2z'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M12 2l2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 14.8 7.2 17.9l.9-5.4L4.2 7.7l5.4-.8L12 2z'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
	background-color: #1f4a3a;
}

.nk-salon-claim-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.nk-salon-claim-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-salon-claim-card__lead {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.78);
}

.nk-salon-claim-card__btn.nk-button-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.55rem 1.25rem;
	border-radius: 999px;
	background: #1f4a3a !important;
	border: 1px solid #1f4a3a !important;
	color: #ffffff !important;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.18);
}

.nk-salon-claim-card__btn.nk-button-primary:hover,
.nk-salon-claim-card__btn.nk-button-primary:focus-visible,
.nk-salon-claim-card__btn.nk-button-primary:active {
	background: #1f4a3a !important;
	border-color: #1f4a3a !important;
	color: #ffffff !important;
}

.nk-salon-tabs {
	margin: 0 0 2rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e5eadf;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(31, 74, 58, 0.05);
	overflow: hidden;
}

.nk-salon-tabs__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scroll-padding-inline: 0.75rem;
	padding-inline: 0.15rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nk-salon-tabs__track::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.nk-salon-tabs__item {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.72rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(31, 74, 58, 0.68);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.nk-salon-tabs__item:hover {
	color: #1f4a3a;
}

.nk-salon-tabs__item:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: -2px;
}

.nk-salon-tabs:has(.nk-salon-tabs__item:target),
.nk-salon-tabs__item:target,
.nk-salon-tabs__item[aria-current="true"] {
	/* fallback active via JS optional */
}

.nk-salon-tabs__item.is-active,
.nk-salon-tabs__item:target {
	color: #1f4a3a;
	border-bottom-color: #8faf3c;
}

.nk-salon-tabs--sticky {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #ffffff;
}

@media (min-width: 961px) {
	.nk-salon-tabs__item.nk-salon-tabs__item--mobile-only {
		display: none;
	}
}

.nk-salon-section-title {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1f4a3a;
}

.nk-salon-section-title--sub {
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	margin-bottom: 0.75rem;
}

.nk-salon-section-title--elegant {
	margin: 0 0 0.75rem;
	font-size: clamp(1rem, 0.95rem + 0.35vw, 1.125rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #163528;
}

.nk-salon-section-title--label {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(31, 74, 58, 0.55);
	margin-bottom: 0.85rem;
}

.nk-salon-section-hint {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0.85rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.58);
}

.nk-salon-section-hint__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	background: rgba(143, 175, 60, 0.2);
	color: #1f4a3a;
}

.nk-salon-section-hint__text {
	flex: 1;
	min-width: 0;
}

.nk-salon-anchor-section__title + .nk-salon-section-hint {
	margin-top: -0.35rem;
	margin-bottom: 1rem;
}

.nk-salon-section-hint {
	display: block;
	margin: 0 0 1rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #53645e;
}

.nk-salon-section-hint__icon {
	display: none;
}

/* —— Single salon: specialismen inline ticker —— */
.nk-salon-badges--inline-line,
.nk-salon-badges--ticker {
	margin: 0 0 1rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nk-salon-specialism-line {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nk-salon-specialism-line__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nk-salon-specialism-line__viewport::-webkit-scrollbar {
	display: none;
}

.nk-salon-specialism-line__track {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
	max-width: none;
	min-width: min(100%, max-content);
	white-space: nowrap;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1f4a3a;
	will-change: transform;
}

.nk-salon-specialism-line.is-marquee .nk-salon-specialism-line__track {
	animation: nk-salon-specialism-marquee 48s linear infinite;
}

.nk-salon-specialism-line.is-marquee:hover .nk-salon-specialism-line__track,
.nk-salon-specialism-line.is-marquee:focus-within .nk-salon-specialism-line__track {
	animation-play-state: paused;
}

@keyframes nk-salon-specialism-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.nk-salon-specialism-line.is-reduced-motion .nk-salon-specialism-line__track {
	animation: none;
}

.nk-salon-specialism-line__item {
	display: inline;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	transition: color 0.15s ease;
}

.nk-salon-specialism-line__item:hover,
.nk-salon-specialism-line__item:focus-visible {
	color: #8faf3c;
}

.nk-salon-specialism-line__item:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.55);
	outline-offset: 2px;
	border-radius: 2px;
}

.nk-salon-specialism-line__sep {
	color: rgba(31, 74, 58, 0.42);
	user-select: none;
	white-space: pre;
}

.nk-salon-meta__item--distance {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}

.nk-salon-gallery {
	margin: 0 0 1rem;
	max-width: 100%;
	overflow: hidden;
}

.nk-salon-section--gallery .nk-salon-gallery {
	margin-bottom: 0;
}

.nk-salon-gallery__shell {
	width: 100%;
	max-width: 100%;
}

.nk-salon-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
}

.nk-salon-gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	aspect-ratio: 1 / 1;
	min-width: 0;
	min-height: 0;
	width: 100%;
	background: rgba(31, 74, 58, 0.06);
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.nk-salon-gallery-item:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.14);
}

.nk-salon-gallery-item:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.75);
	outline-offset: 2px;
}

.nk-salon-gallery .nk-salon-gallery__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
}

/* Eerste foto groter, overige thumbnails gelijk (compact grid). */
.nk-salon-gallery--featured-first .nk-salon-gallery-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-flow: dense;
}

.nk-salon-gallery--featured-first .nk-salon-gallery-item:not(.nk-salon-gallery-item--featured) {
	aspect-ratio: 1 / 1;
}

.nk-salon-gallery--featured-first .nk-salon-gallery-item--featured {
	grid-column: span 2;
	grid-row: span 2;
	aspect-ratio: 4 / 3;
}

.nk-salon-gallery-section.nk-salon-anchor-section {
	margin-bottom: 1.5rem;
}

@media (max-width: 639px) {
	.nk-salon-gallery--featured-first .nk-salon-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk-salon-gallery--featured-first .nk-salon-gallery-item--featured {
		grid-column: 1 / -1;
		grid-row: span 1;
		aspect-ratio: 16 / 9;
	}

	.nk-salon-gallery--featured-first .nk-salon-gallery-item:not(.nk-salon-gallery-item--featured) {
		aspect-ratio: 1 / 1;
	}
}

@media (min-width: 640px) {
	.nk-salon-gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.nk-salon-gallery--featured-first .nk-salon-gallery-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.nk-salon-gallery-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px;
	}
}

.nk-salon-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(15, 30, 24, 0.88);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nk-salon-gallery-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.nk-salon-gallery-lightbox__dialog {
	position: relative;
	max-width: min(960px, 100%);
	max-height: min(90vh, 100%);
	margin: 0;
}

.nk-salon-gallery-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: min(85vh, 900px);
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.nk-salon-gallery-lightbox__caption {
	margin: 0.65rem 0 0;
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.82);
}

.nk-salon-gallery-lightbox__close {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	transform: translateY(-100%);
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #1f4a3a;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.nk-salon-gallery-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #1f4a3a;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.nk-salon-gallery-lightbox__nav--prev {
	left: -3.25rem;
}

.nk-salon-gallery-lightbox__nav--next {
	right: -3.25rem;
}

@media (max-width: 900px) {
	.nk-salon-gallery-lightbox__nav--prev {
		left: 0.25rem;
	}

	.nk-salon-gallery-lightbox__nav--next {
		right: 0.25rem;
	}
}

.nk-salon-tags-wrap {
	margin: 0 0 1.25rem;
}

.nk-salon-tags-card {
	padding: 22px 24px;
	border-radius: 18px;
	border: 1px solid #e5eadf;
	background: #ffffff;
	box-shadow: 0 6px 22px rgba(31, 74, 58, 0.05);
}

.nk-salon-tags__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.55rem;
	align-items: flex-start;
}

.nk-salon-tags__heading {
	display: block;
	margin: 0 0 0.75rem;
}

.nk-salon-practical-info {
	margin: 0 0 1.5rem;
}

.nk-salon-practical-card {
	padding: 30px 28px;
	border-radius: 20px;
	border: 1px solid rgba(31, 74, 58, 0.08);
	background: #fbfbf8;
	box-shadow: 0 12px 40px rgba(31, 74, 58, 0.08);
}

.nk-salon-practical-card__title {
	margin: 0 0 1.15rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-salon-practical-card__rows {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.nk-salon-practical-card__row {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 0.85rem 1rem;
	padding: 1rem 0.9rem;
	margin: 0 -0.5rem;
	border-bottom: 0;
	background: #ffffff;
	border-radius: 12px;
	align-items: center;
	box-shadow: 0 1px 0 rgba(31, 74, 58, 0.06);
}

.nk-salon-practical-card__row + .nk-salon-practical-card__row {
	margin-top: 0.35rem;
}

.nk-salon-practical-card__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.nk-salon-practical-card__row--price,
.nk-salon-practical-info__item.nk-salon-practical-card__row--price {
	padding-bottom: 1.35rem;
}

.nk-salon-practical-card__row--price:last-child {
	padding-bottom: 1.35rem;
}

.nk-salon-practical-info + .nk-salon-map-card-wrap {
	margin-top: 0.2rem;
}

.nk-salon-practical-card__row:first-child {
	padding-top: 0;
}

.nk-salon-practical-card .nk-salon-info-row__icon {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0;
	flex-shrink: 0;
	border-radius: 10px;
	background-color: rgba(143, 175, 60, 0.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	align-self: center;
}

.nk-salon-practical-card .nk-salon-info-row__icon--address {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--whatsapp:not(.nk-salon-info-row__icon--svg) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--svg {
	background-image: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nk-salon-practical-card__svg.nk-salon-icon-svg--whatsapp {
	width: 22px;
	height: 22px;
	color: #25d366;
}

.nk-salon-practical-card .nk-salon-info-row__icon--email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--website {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--clock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--price {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3Cpath d='M6 10h.01M18 14h.01'/%3E%3C/svg%3E");
}

.nk-salon-practical-card .nk-salon-info-row__icon--package {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f4a3a' stroke-width='2'%3E%3Cpath d='M20 7H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z'/%3E%3Cpath d='M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2'/%3E%3C/svg%3E");
}

.nk-salon-practical-card__label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(31, 74, 58, 0.52);
	margin-bottom: 0.2rem;
}

.nk-salon-practical-card__value {
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #1f4a3a;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.nk-salon-practical-card__link {
	overflow-wrap: anywhere;
}

.nk-salon-practical-card__link {
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(143, 175, 60, 0.45);
}

.nk-salon-practical-card__link:hover {
	color: #8faf3c;
	border-bottom-color: #8faf3c;
}

.nk-salon-practical-card__hours-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nk-salon-practical-card__hours-item {
	margin: 0 0 0.25rem;
}

.nk-salon-package__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background: rgba(143, 175, 60, 0.18);
	color: #1f4a3a;
	border: 1px solid rgba(143, 175, 60, 0.35);
}

.nk-salon-package__badge--premium {
	background: rgba(31, 74, 58, 0.1);
	border-color: rgba(31, 74, 58, 0.18);
}

.nk-salon-package__badge--free {
	background: rgba(31, 74, 58, 0.06);
}

.nk-salon-map-card-wrap {
	margin: 0 0 1.25rem;
}

.nk-salon-map-card {
	border-radius: 18px;
	border: 1px solid #e5eadf;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.06);
	overflow: hidden;
}

.nk-salon-map-card__map {
	min-height: 180px;
	background: linear-gradient(160deg, #e8f0e4 0%, #d4e4cf 100%);
	position: relative;
}

.nk-salon-map-card__map-host {
	position: relative;
	min-height: 180px;
	width: 100%;
}

.nk-salon-map-card__map-host--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.nk-salon-map-card__map-empty {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(31, 74, 58, 0.72);
	text-align: center;
}

.nk-salon-map-card__map-canvas {
	width: 100%;
	min-height: 180px;
	height: 180px;
	z-index: 1;
}

.nk-salon-map-card__map-canvas[hidden] {
	display: none !important;
}

.nk-salon-map-card__map-host--loaded .nk-salon-map-card__map-canvas {
	display: block;
}

.nk-map-consent--compact .nk-map-consent-overlay__inner {
	max-width: 18rem;
}

.nk-map-consent--compact .nk-map-consent-overlay__card {
	padding: 0.85rem 0.95rem;
}

.nk-map-consent--compact .nk-map-consent-overlay__text {
	font-size: 0.84rem;
}

.nk-map-consent--compact .nk-map-consent__btn {
	font-size: 0.82rem;
	padding: 0.45rem 0.85rem;
}

.nk-salon-map-card__map-host--loaded .nk-map-consent-overlay,
.nk-salon-map-card__map-host--loaded .nk-map-consent {
	display: none !important;
}

.nk-salon-map-card__map:not(:has(.nk-salon-map-card__map-host--coords))::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 55% 45%, rgba(143, 175, 60, 0.25), transparent 55%);
	pointer-events: none;
}

.nk-salon-map-card__panel {
	padding: 1.1rem 1.25rem 1.25rem;
}

.nk-salon-map-card__address {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.78);
}

.nk-salon-register__field-hint {
	margin: 0.35rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.62);
}

.nk-salon-map-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0.55rem 1.2rem;
	border-radius: 999px;
	background: #1f4a3a !important;
	border: 1px solid #1f4a3a !important;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.18);
}

.nk-salon-map-card__btn-ic {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3Cpath d='M12 14v7M9 18h6'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3Cpath d='M12 14v7M9 18h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nk-salon-map-card__btn-lbl {
	line-height: 1.2;
}

.nk-salon-map-card__btn.nk-button-primary:hover,
.nk-salon-map-card__btn.nk-button-primary:focus-visible,
.nk-salon-map-card__btn.nk-button-primary:active {
	background: #1f4a3a !important;
	border-color: #1f4a3a !important;
	color: #ffffff !important;
}

.nk-salon-map-placeholder__inner {
	min-height: 12rem;
	border-radius: 18px;
	border: 1px solid #e5eadf;
	background: linear-gradient(160deg, #e8f0e4 0%, #d4e4cf 100%);
}

.nk-salon-info-footer {
	margin: 3rem 0 2rem;
	padding: 2rem 1.75rem;
	border-radius: 20px;
	background: #f6f7f3;
	border: 1px solid rgba(31, 74, 58, 0.07);
}

.nk-salon-info-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem 2rem;
}

.nk-salon-info-footer__title {
	margin: 0 0 0.55rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1f4a3a;
}

.nk-salon-info-footer__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-info-footer__cta {
	margin: 0.65rem 0 0;
}

.nk-salon-info-footer__link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #8faf3c;
	text-decoration: none;
}

.nk-salon-info-footer__link:hover {
	color: #1f4a3a;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.nk-salon-info-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.nk-salon-anchor-target {
		scroll-margin-top: 128px;
	}

	.nk-salon-hero-image__hero-img,
	.nk-salon-hero-image__media > img {
		height: 300px;
		max-height: 300px;
	}

	.nk-salon-hero-image__logo {
		width: 96px;
		height: 96px;
		max-width: 96px;
		max-height: 96px;
		bottom: -18px;
		left: 16px;
	}

	.nk-salon-hero-image__logo img {
		max-width: 82px;
		max-height: 82px;
	}

	.nk-salon-hero-image--has-logo {
		margin-bottom: 2rem;
	}

	.nk-salon-hero-image__badges-left {
		top: 0.75rem;
		left: 0.75rem;
		max-width: calc(55% - 0.5rem);
	}

	a.nk-salon-price-badge,
	.nk-salon-price-badge {
		min-width: 2.1rem;
		padding: 0.32rem 0.58rem;
		font-size: 0.84rem;
	}

	.nk-salon-section__card,
	.nk-salon-description-card__inner,
	.nk-salon-content-card__inner,
	.nk-salon-practical-card,
	.nk-salon-tags-card,
	.nk-salon-prices-card {
		padding: 20px;
	}
}

/* Single salon + plugin-blokken: mobiele gutters en overflow-preventie (scoped .nk-*). */
.nk-salon-single,
.nk-salon-main {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 767px) {
	.nk-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.single-salon .nk-salon-tabs,
	.post-type-salon .nk-salon-tabs,
	.fusion-body.single-salon .nk-salon-tabs,
	.nk-salon-single .nk-salon-tabs {
		margin-bottom: 1.35rem;
	}

	.nk-salon-tabs__track {
		padding-inline: 0.1rem 0.35rem;
		scroll-padding-inline: 0.35rem;
	}

	.nk-salon-tabs__item {
		padding: 0.78rem 0.85rem;
		font-size: 0.8125rem;
	}

	.single-salon .nk-salon-single,
	.post-type-salon .nk-salon-single,
	.single-salon .nk-salon-layout,
	.post-type-salon .nk-salon-layout,
	.single-salon .nk-salon-main,
	.post-type-salon .nk-salon-main,
	.nk-salon-single,
	.nk-salon-layout,
	.nk-salon-main,
	.nk-salon-section,
	.nk-salon-anchor-section,
	.nk-salon-hero-image,
	.nk-external-products {
		min-width: 0;
		max-width: 100%;
	}

	.nk-salon-layout.nk-salon-block {
		padding: 1rem;
	}

	.nk-salon-section__card,
	.nk-salon-description-card__inner,
	.nk-salon-content-card__inner,
	.nk-salon-practical-card,
	.nk-salon-tags-card,
	.nk-salon-prices-card {
		padding: 16px;
	}

	.nk-ad-slot {
		margin: 1rem 0;
		padding: 1rem;
		border-radius: 18px;
	}

	.nk-ad-slot:has(.nk-external-products) {
		padding: 0.85rem 0.75rem 0.75rem;
	}
}

/* —— Homepage hero (scoped; [nk_home_hero]) —— */

.nk-home-hero {
	--nk-home-hero-bg-image: none;
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	max-width: 100vw;
	height: 550px;
	min-height: 550px;
	max-height: 550px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fbfaf5;
	background-image: linear-gradient(135deg, #fbfaf5 0%, #f3f6ef 50%, #e8efe3 100%);
	background-repeat: no-repeat;
}

.nk-home-hero.nk-home-hero--has-image {
	background-color: #fbfaf5;
	background-image: var(--nk-home-hero-bg-image);
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.nk-home-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#fbfaf5 0%,
		rgba(251, 250, 245, 0.95) 42%,
		rgba(251, 250, 245, 0.35) 65%,
		rgba(251, 250, 245, 0) 100%
	);
}

.nk-home-hero__admin-notice {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 3;
	margin: 0;
	padding: 6px 10px;
	border-radius: 8px;
	background: rgba(31, 74, 58, 0.08);
	color: rgba(31, 74, 58, 0.75);
	font-size: 12px;
	line-height: 1.3;
}

.nk-home-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1280px, calc(100% - 64px));
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.nk-home-hero__content {
	width: 100%;
	max-width: 760px;
	text-align: left;
}

.nk-home-hero__content > h1.nk-home-hero__title,
.nk-home-hero__content > .nk-home-hero__title {
	margin: 0;
	padding: 0;
	max-width: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.045em;
	white-space: nowrap;
	color: #1f4a3a;
}

@media (max-width: 768px) {
	.nk-home-hero__content > h1.nk-home-hero__title,
	.nk-home-hero__content > .nk-home-hero__title {
		font-size: clamp(26px, 7vw, 32px);
	}
}

/* Avada/Fusion: geen extra h1-marge onder titel (homepage vs. /steden/). */
#content .nk-home-hero h1.nk-home-hero__title,
body.home .nk-home-hero h1.nk-home-hero__title,
.fusion-body .nk-home-hero h1.nk-home-hero__title {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.nk-home-hero__content > h1.nk-home-hero__title + p.nk-home-hero__subtitle,
.nk-home-hero__content > .nk-home-hero__title + .nk-home-hero__subtitle {
	margin-top: 0.125rem;
}

.nk-home-hero__content > p.nk-home-hero__subtitle,
.nk-home-hero__content > .nk-home-hero__subtitle {
	margin: 0.125rem 0 0;
	padding: 0;
	font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", "Apple Chancery", cursive;
	font-size: clamp(24px, 2vw, 42px);
	font-weight: 400;
	font-style: italic;
	line-height: 1.15;
	color: #8faf3c;
}

.nk-home-hero__text {
	margin: 0.75rem 0 0;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.82);
}

.nk-home-hero .nk-home-search {
	margin: 1.15rem 0 0;
	max-width: 720px;
	width: 100%;
	display: grid;
	grid-template-columns: 1.5fr 0.8fr auto;
	gap: 14px;
	align-items: end;
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(31, 74, 58, 0.06);
	box-shadow: 0 18px 45px rgba(31, 74, 58, 0.12);
	box-sizing: border-box;
}

.nk-home-hero .nk-home-search__field-wrap {
	min-width: 0;
}

.nk-home-hero .nk-home-search__label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
	white-space: nowrap;
}

.nk-home-hero .nk-home-search input,
.nk-home-hero .nk-home-search select,
.nk-home-hero .nk-home-search__submit {
	height: 54px;
	box-sizing: border-box;
}

.nk-home-hero .nk-home-search input,
.nk-home-hero .nk-home-search select {
	display: block;
	width: 100%;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid #dfe7df;
	background: #fafcf8;
	color: #1f4a3a;
	font-size: 15px;
	line-height: 1.35;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nk-home-hero .nk-home-search select {
	appearance: none;
	padding-right: 2.1rem;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4A3A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
		linear-gradient(#fafcf8, #fafcf8);
	background-repeat: no-repeat, no-repeat;
	background-position: right 0.65rem center, 0 0;
	background-size: 1rem, 100%;
	cursor: pointer;
}

.nk-home-hero .nk-home-search input::placeholder {
	color: rgba(31, 74, 58, 0.45);
}

.nk-home-hero .nk-home-search input:focus,
.nk-home-hero .nk-home-search select:focus {
	outline: none;
	border-color: rgba(143, 175, 60, 0.75);
	box-shadow: 0 0 0 3px rgba(143, 175, 60, 0.18);
}

.nk-home-hero .nk-home-search__submit-wrap {
	display: flex;
	align-items: flex-end;
}

.nk-home-hero .nk-home-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: #8faf3c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.nk-home-hero .nk-home-search__submit:hover {
	background: #1f4a3a;
	color: #fff;
	box-shadow: 0 8px 22px rgba(31, 74, 58, 0.2);
}

.nk-home-hero .nk-home-search__submit:active {
	transform: translateY(1px);
}

.nk-home-hero ul.nk-home-hero__trust {
	max-width: 760px;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 34px !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.nk-home-hero ul.nk-home-hero__trust > li.nk-home-hero__trust-item,
.nk-home-hero ul.nk-home-hero__trust > li {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	color: #395149 !important;
	list-style: none !important;
	white-space: nowrap;
}

.nk-home-hero ul.nk-home-hero__trust > li::before,
.nk-home-hero ul.nk-home-hero__trust > li::after {
	content: none !important;
	display: none !important;
}

.nk-home-hero .nk-home-hero__trust-text {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nk-home-hero .nk-home-hero__trust-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: rgba(143, 175, 60, 0.14) !important;
	border: 1px solid rgba(143, 175, 60, 0.35) !important;
	box-shadow: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.nk-home-hero .nk-home-hero__trust-check {
	font-size: 11px;
	font-weight: 700;
	color: #8faf3c;
	line-height: 1;
}

/* —— Geolocatie-knop (zoekformulieren) —— */

.nk-geo-locate {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	min-width: 0;
	max-width: 100%;
}

.nk-geo-locate--filter-field,
.nk-geo-locate--stacked {
	align-items: stretch;
	width: 100%;
}

.nk-geo-locate__align {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.nk-geo-locate__field-label {
	display: block;
	margin: 0 0 0.22rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	color: transparent;
	user-select: none;
	pointer-events: none;
}

.nk-geo-locate__field-control {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.nk-geo-locate__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.5rem;
	margin: 0;
	padding: 0.45rem 0.95rem;
	border-radius: 10px;
	border: 1px solid rgba(31, 74, 58, 0.14);
	background: rgba(143, 175, 60, 0.14);
	color: #1f4a3a;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	box-shadow: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.nk-geo-locate__btn:hover,
.nk-geo-locate__btn:focus-visible {
	background: rgba(143, 175, 60, 0.22);
	border-color: rgba(31, 74, 58, 0.24);
	box-shadow: 0 2px 8px rgba(31, 74, 58, 0.06);
}

.nk-geo-locate__btn:focus {
	outline: none;
}

.nk-geo-locate__btn:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.55);
	outline-offset: 2px;
}

.nk-geo-locate__btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.nk-geo-locate__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #1f4a3a;
	line-height: 0;
}

.nk-geo-locate__icon-svg {
	display: block;
}

.nk-geo-locate__hint,
.nk-geo-locate__message {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.58);
	max-width: none;
	width: 100%;
	text-align: left;
}

.nk-geo-locate__hint[hidden],
.nk-geo-locate__message[hidden] {
	display: none !important;
}

.nk-geo-locate__message.is-error {
	color: #8b3a32;
}

.nk-geo-locate__message.is-hint {
	color: rgba(31, 74, 58, 0.58);
}

.nk-home-search__geo {
	margin-top: 0.15rem;
}

.nk-home-search--hero .nk-home-search__geo {
	grid-column: 1 / -1;
	margin-top: 0;
}

.nk-home-search--hero .nk-home-search__geo .nk-geo-locate__btn {
	width: 100%;
	min-height: 54px;
	height: 54px;
	padding: 0 1rem;
	font-size: 0.9375rem;
	box-sizing: border-box;
}

.nk-home-search--compact .nk-home-search__geo {
	flex: 1 1 100%;
	width: 100%;
	margin-top: 0.15rem;
}

.nk-home-search--compact .nk-home-search__geo .nk-geo-locate__btn {
	width: 100%;
	min-height: 3.1rem;
	height: 3.1rem;
	padding: 0 1rem;
	font-size: 0.95rem;
	box-sizing: border-box;
}

.nk-salon-overview-filters__geo {
	flex: 1 1 100%;
	width: 100%;
	min-width: 0;
	margin: 0.35rem 0 0;
}

.nk-location-search-form .nk-geo-locate__field-label {
	margin: 0 0 11px 0;
}

.nk-salon-overview-filters .nk-geo-locate__field-control .nk-geo-locate__btn,
.nk-salon-overview-filters .nk-geo-locate__btn {
	width: 100%;
	min-height: var(--nk-overview-filter-control-height);
	height: var(--nk-overview-filter-control-height);
	padding: 0 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.35;
	box-sizing: border-box;
}

.nk-salon-search__geo {
	margin-top: 0.55rem;
}

.nk-salon-search__geo .nk-geo-locate__btn {
	width: 100%;
	min-height: var(--nk-overview-filter-control-height, 2.625rem);
	height: var(--nk-overview-filter-control-height, 2.625rem);
	padding: 0 0.75rem;
	font-size: 0.9375rem;
	box-sizing: border-box;
}

/* —— Homepage zoekblok compact ([nk_salon_home_search]) —— */

.nk-home-search--compact {
	margin: 0 auto;
	max-width: 52rem;
}

.nk-home-search--compact .nk-home-search__card {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(31, 74, 58, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.65);
	padding: clamp(0.65rem, 2vw, 0.85rem);
}

.nk-home-search--compact .nk-home-search__fields {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.55rem;
}

.nk-home-search--compact .nk-home-search__field {
	position: relative;
	flex: 1 1 12rem;
	min-width: 0;
}

.nk-home-search--compact .nk-home-search__field--location {
	flex: 2 1 16rem;
}

.nk-home-search--compact .nk-home-search__field--radius {
	flex: 0 1 9.5rem;
}

.nk-home-search--compact .nk-home-search__label--sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nk-home-search--compact .nk-home-search__input,
.nk-home-search--compact .nk-home-search__select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 3.1rem;
	padding: 0.65rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(31, 74, 58, 0.14);
	background: #fafcf8;
	color: #1f4a3a;
	font-size: 0.95rem;
	line-height: 1.35;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nk-home-search--compact .nk-home-search__select {
	appearance: none;
	padding-right: 2rem;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4A3A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
		linear-gradient(#fafcf8, #fafcf8);
	background-repeat: no-repeat, no-repeat;
	background-position: right 0.65rem center, 0 0;
	background-size: 1rem, 100%;
	cursor: pointer;
}

.nk-home-search--compact .nk-home-search__input::placeholder {
	color: rgba(31, 74, 58, 0.45);
}

.nk-home-search--compact .nk-home-search__input:focus,
.nk-home-search--compact .nk-home-search__select:focus {
	outline: none;
	border-color: rgba(143, 175, 60, 0.75);
	box-shadow: 0 0 0 3px rgba(143, 175, 60, 0.2);
}

.nk-home-search--compact .nk-home-search__submit-wrap {
	flex: 0 0 auto;
	display: flex;
	align-items: stretch;
}

@media (max-width: 900px) {
	.nk-home-hero__title {
		white-space: normal;
		max-width: 100%;
	}

	.nk-home-hero ul.nk-home-hero__trust {
		flex-wrap: wrap !important;
		gap: 16px 22px !important;
	}

	.nk-home-hero ul.nk-home-hero__trust > li.nk-home-hero__trust-item,
	.nk-home-hero ul.nk-home-hero__trust > li {
		white-space: normal;
	}
}

@media (max-width: 760px) {
	.nk-home-hero {
		height: auto;
		max-height: none;
		min-height: auto;
		padding: 50px 0;
		overflow-x: hidden;
	}

	.nk-home-hero__bg {
		background: linear-gradient(
			180deg,
			#fbfaf5 0%,
			rgba(251, 250, 245, 0.92) 55%,
			rgba(251, 250, 245, 0.82) 100%
		);
	}

	.nk-home-hero.nk-home-hero--has-image {
		background-size: cover;
		background-position: center right;
	}

	.nk-home-hero__inner {
		width: min(1280px, calc(100% - 32px));
	}

	.nk-home-hero__content {
		max-width: none;
	}

	.nk-home-hero .nk-home-search {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.nk-home-hero .nk-home-search__submit-wrap {
		width: 100%;
	}

	.nk-home-hero .nk-home-search__submit {
		width: 100%;
		min-width: 0;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.nk-home-search--compact .nk-home-search__fields {
		flex-direction: column;
	}

	.nk-home-search--compact .nk-home-search__field,
	.nk-home-search--compact .nk-home-search__field--location,
	.nk-home-search--compact .nk-home-search__field--radius {
		flex: 1 1 auto;
		width: 100%;
	}

	.nk-home-search--compact .nk-home-search__submit-wrap {
		width: 100%;
	}

	.nk-home-search--compact .nk-home-search__submit {
		width: 100%;
	}
}

/* —— Klikbare specialisme-tags —— */

.nk-salon-tags__pill--link,
.nk-salon-badges__pill.nk-salon-tags__pill--link {
	text-decoration: none;
	color: inherit;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.nk-salon-tags__pill--link:hover,
.nk-salon-badges__pill.nk-salon-tags__pill--link:hover {
	color: #1f4a3a;
}

/* —— Specialisme-slider [nk_salon_specialism_tiles mode="slider"] —— */

.nk-specialism-slider-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.nk-specialism-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 52px;
	box-sizing: border-box;
	container-type: inline-size;
	container-name: nk-spec-slider;
	--nk-spec-gap: 16px;
	--nk-spec-cols: 6;
	--nk-spec-visible: 2;
	--nk-spec-item-size: calc((100cqi - (var(--nk-spec-visible) - 1) * var(--nk-spec-gap)) / var(--nk-spec-visible));
}

.nk-specialism-slider__viewport {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scroll-padding-inline: 0;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	outline: none;
}

.nk-specialism-slider__viewport::-webkit-scrollbar {
	display: none;
}

.nk-specialism-slider__track {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--nk-spec-gap);
	align-items: stretch;
	width: max-content;
	min-width: 100%;
}

.nk-specialism-slider__item {
	flex: 0 0 var(--nk-spec-item-size);
	width: var(--nk-spec-item-size);
	min-width: 0;
	max-width: var(--nk-spec-item-size);
	scroll-snap-align: start;
	scroll-snap-stop: always;
	box-sizing: border-box;
}

@supports not (width: 1cqi) {
	.nk-specialism-slider {
		--nk-spec-item-size: calc((100% - (var(--nk-spec-visible) - 1) * var(--nk-spec-gap)) / var(--nk-spec-visible));
	}
}

.nk-specialism-slider__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem;
	min-height: 44px;
	min-width: 44px;
	width: 100%;
	padding: 0.35rem 0.4rem 0.5rem;
	text-align: center;
	text-decoration: none;
	color: #1f4a3a;
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-x;
	transition: color 0.15s ease;
}

.nk-specialism-slider__link:hover {
	color: #8faf3c;
}

.nk-specialism-slider__link:focus {
	outline: none;
}

.nk-specialism-slider__link:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.nk-specialism-slider__link:hover {
		transform: translateY(-2px);
	}
}

.nk-specialism-slider__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	min-width: 44px;
	min-height: 44px;
	border-radius: 999px;
	background: rgba(143, 175, 60, 0.12);
	border: 1px solid rgba(143, 175, 60, 0.3);
	flex-shrink: 0;
	pointer-events: none;
}

.nk-specialism-slider__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	pointer-events: none;
}

.nk-specialism-slider__label {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-width: 100%;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1f4a3a;
	word-break: break-word;
	hyphens: auto;
	pointer-events: none;
}

.nk-specialism-slider__count {
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.3;
	color: rgba(57, 81, 73, 0.75);
	pointer-events: none;
}

.nk-specialism-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: 1px solid rgba(31, 74, 58, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 18px rgba(31, 74, 58, 0.1);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nk-specialism-slider__arrow:hover {
	border-color: rgba(143, 175, 60, 0.45);
	box-shadow: 0 8px 22px rgba(31, 74, 58, 0.14);
}

.nk-specialism-slider__arrow:focus {
	outline: none;
}

.nk-specialism-slider__arrow:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: 2px;
}

.nk-specialism-slider__arrow span {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: center / 18px no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4A3A' stroke-width='2'%3E%3Cpath d='M15 6l-6 6 6 6'/%3E%3C/svg%3E");
}

.nk-specialism-slider__arrow--next {
	right: 4px;
}

.nk-specialism-slider__arrow--next span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4A3A' stroke-width='2'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}

.nk-specialism-slider__arrow--prev {
	left: 4px;
}

/* Smalle mobiel (360–390px): ~1,5 item zichtbaar */
@media (max-width: 429px) {
	.nk-specialism-slider {
		--nk-spec-visible: 1.5;
	}
}

/* Mobiel: tot 767px → 2 items, swipe, geen pijlen */
@media (max-width: 767px) {
	.nk-specialism-slider {
		--nk-spec-visible: 2;
		--nk-spec-gap: 14px;
		padding: 0 6px;
	}

	.nk-specialism-slider__arrow {
		display: none;
	}

	.nk-specialism-slider__icon {
		width: 64px;
		height: 64px;
	}

	.nk-specialism-slider__icon svg {
		width: 30px;
		height: 30px;
	}

	.nk-specialism-slider__label {
		font-size: 0.84rem;
	}
}

/* Tablet: 768px–1023px → 3 items */
@media (min-width: 768px) and (max-width: 1023px) {
	.nk-specialism-slider {
		--nk-spec-visible: 3;
		padding: 0 48px;
	}
}

/* Desktop: 1024px+ → kolommen uit shortcode (standaard 6) */
@media (min-width: 1024px) {
	.nk-specialism-slider {
		--nk-spec-visible: var(--nk-spec-cols, 6);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nk-specialism-slider__viewport {
		scroll-behavior: auto;
	}

	.nk-specialism-slider__link {
		transition: none;
	}
}

/* —— Specialisme-grid [nk_salon_specialism_tiles mode="grid"] —— */

.nk-specialism-tiles-wrap {
	width: 100%;
}

.nk-specialism-tiles__list {
	display: grid;
	grid-template-columns: repeat(var(--nk-specialism-cols, 6), minmax(0, 1fr));
	gap: 1.25rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nk-specialism-tiles__item {
	margin: 0;
	padding: 0;
}

.nk-specialism-tiles__tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem;
	padding: 1rem 0.75rem;
	text-align: center;
	text-decoration: none;
	color: #1f4a3a;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	min-height: 100%;
	transition: transform 0.15s ease, color 0.15s ease;
}

.nk-specialism-tiles__tile:hover {
	color: #8faf3c;
	transform: translateY(-2px);
}

.nk-specialism-tiles__icon {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: rgba(143, 175, 60, 0.12);
	border: 1px solid rgba(143, 175, 60, 0.28);
	box-shadow: none;
}

.nk-specialism-tiles__icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: center / 36px no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238FAF3C' stroke-width='1.6'%3E%3Cpath d='M12 3c-2 4-6 5-6 9a6 6 0 1 0 12 0c0-4-4-5-6-9z'/%3E%3C/svg%3E");
	border-radius: inherit;
}

.nk-specialism-tiles__label {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1f4a3a;
}

.nk-specialism-tiles__count {
	font-size: 0.78rem;
	font-weight: 500;
	color: rgba(57, 81, 73, 0.75);
}

.nk-specialism-tiles--card .nk-specialism-tiles__tile {
	background: #fff;
	border: 1px solid rgba(31, 74, 58, 0.08);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.08);
	padding: 1.25rem 1rem;
}

@media (max-width: 900px) {
	.nk-specialism-tiles__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.nk-specialism-tiles__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk-specialism-tiles__icon {
		width: 60px;
		height: 60px;
	}
}

/* —— Homepage shop-banner ([nk_home_shop_banner]) —— */

.nk-home-shop-banner {
	margin: 0 0 2.5rem;
	padding: 0 1.25rem;
}

.nk-home-shop-banner__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.75rem 1.5rem;
	border-radius: 20px;
	background: linear-gradient(135deg, #f7f4ed 0%, #f0f5ea 55%, #eef3e6 100%);
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 12px 36px rgba(31, 74, 58, 0.06);
	overflow: hidden;
	min-height: 220px;
}

@media (min-width: 768px) {
	.nk-home-shop-banner__inner {
		grid-template-columns: minmax(0, 1fr);
		padding: 2rem 2.25rem 2rem 2.25rem;
		gap: 0;
		min-height: 260px;
	}

	.nk-home-shop-banner--has-image .nk-home-shop-banner__inner {
		padding-right: min(48%, 520px);
	}
}

.nk-home-shop-banner__content {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 34rem;
}

.nk-home-shop-banner__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 600;
	line-height: 1.25;
	color: #1f4a3a;
	letter-spacing: -0.015em;
}

.nk-home-shop-banner__text {
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
	max-width: 28rem;
}

.nk-home-shop-banner__actions {
	margin: 0;
}

.nk-home-shop-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.6rem 1.35rem;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.nk-home-shop-banner__media {
	position: relative;
	z-index: 1;
	min-width: 0;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
	.nk-home-shop-banner__media {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: min(52%, 560px);
		border-radius: 0;
		background: transparent;
		pointer-events: none;
	}
}

.nk-home-shop-banner__img {
	display: block;
	width: 100%;
	min-height: 180px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.nk-home-shop-banner__img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
}

@media (max-width: 767px) {
	.nk-home-shop-banner--has-image .nk-home-shop-banner__inner {
		padding-bottom: 0;
	}

	.nk-home-shop-banner--has-image .nk-home-shop-banner__media {
		order: -1;
		margin: -0.5rem -0.5rem 0;
		opacity: 0.92;
	}

	.nk-home-shop-banner--has-image .nk-home-shop-banner__content {
		margin-top: -0.25rem;
		padding: 0.75rem 0 0;
		background: linear-gradient(180deg, rgba(247, 244, 237, 0.92) 0%, rgba(247, 244, 237, 0) 100%);
	}
}

/* —— Populaire steden ([nk_popular_cities]) —— */

.nk-popular-cities {
	margin: 0 0 2.5rem;
	padding: 0 1.25rem;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.nk-popular-cities__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.15rem;
}

.nk-popular-cities__title {
	margin: 0;
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 600;
	color: #1f4a3a;
	letter-spacing: -0.01em;
}

.nk-popular-cities__all {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #8faf3c;
	text-decoration: none;
	white-space: nowrap;
}

.nk-popular-cities__all:hover,
.nk-popular-cities__all:focus-visible {
	color: #1f4a3a;
	text-decoration: underline;
}

.nk-popular-cities__all-chevron {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg) translateY(-1px);
}

.nk-popular-cities__track-wrap {
	margin: 0 -0.25rem;
	padding: 0.25rem 0.25rem 0.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.nk-popular-cities__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: min-content;
}

@media (min-width: 900px) {
	.nk-popular-cities__track-wrap {
		overflow: visible;
		margin: 0;
		padding: 0;
	}

	.nk-popular-cities__track {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1rem;
		min-width: 0;
	}
}

.nk-popular-cities__item {
	flex: 0 0 auto;
	width: min(72vw, 200px);
}

@media (min-width: 900px) {
	.nk-popular-cities__item {
		width: auto;
		flex: initial;
	}
}

.nk-popular-cities__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.06);
	text-decoration: none;
	color: inherit;
	transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nk-popular-cities__card:hover,
.nk-popular-cities__card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(143, 175, 60, 0.4);
	box-shadow: 0 14px 32px rgba(31, 74, 58, 0.1);
}

.nk-popular-cities__media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eef3e6;
}

.nk-popular-cities__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nk-popular-cities__body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.75rem 0.85rem 0.9rem;
}

.nk-popular-cities__name {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1f4a3a;
	line-height: 1.3;
}

.nk-popular-cities__count {
	font-size: 0.8125rem;
	color: rgba(31, 74, 58, 0.62);
	line-height: 1.35;
}

/* —— Alle steden ([nk_all_cities]) —— */

.nk-all-cities {
	margin: 0 auto 2.5rem;
	padding: 0 1.25rem;
	max-width: 1140px;
}

.nk-all-cities__header {
	margin-bottom: 1.25rem;
}

.nk-all-cities__title {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	font-weight: 600;
	color: #1f4a3a;
	letter-spacing: -0.01em;
}

.nk-all-cities__empty {
	margin: 0;
	padding: 1.25rem 1rem;
	border-radius: 12px;
	background: rgba(238, 243, 230, 0.65);
	color: rgba(31, 74, 58, 0.78);
	font-size: 0.9375rem;
	line-height: 1.5;
	text-align: center;
}

.nk-all-cities__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 560px) {
	.nk-all-cities--grid .nk-all-cities__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 900px) {
	.nk-all-cities--grid .nk-all-cities__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nk-all-cities--list .nk-all-cities__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.nk-all-cities--grid .nk-all-cities__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.nk-all-cities__item {
	min-width: 0;
}

.nk-all-cities__card {
	display: flex;
	align-items: stretch;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.06);
	text-decoration: none;
	color: inherit;
	transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nk-all-cities--grid .nk-all-cities__card {
	flex-direction: column;
}

.nk-all-cities--list .nk-all-cities__card {
	flex-direction: row;
	align-items: center;
}

.nk-all-cities__card:hover,
.nk-all-cities__card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(143, 175, 60, 0.4);
	box-shadow: 0 14px 32px rgba(31, 74, 58, 0.1);
}

.nk-all-cities__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eef3e6;
	flex-shrink: 0;
}

.nk-all-cities--list .nk-all-cities__media {
	display: none;
}

.nk-all-cities__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nk-all-cities__body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.85rem 1rem;
}

.nk-all-cities--list .nk-all-cities__body {
	padding: 0.9rem 1rem;
}

.nk-all-cities__name {
	font-size: 0.98rem;
	font-weight: 600;
	color: #1f4a3a;
	line-height: 1.3;
}

.nk-all-cities__count {
	font-size: 0.8125rem;
	color: rgba(31, 74, 58, 0.62);
	line-height: 1.35;
}

.nk-all-cities__chevron {
	display: none;
	flex-shrink: 0;
	align-self: center;
	width: 0.45rem;
	height: 0.45rem;
	margin-right: 1rem;
	border-right: 2px solid #8faf3c;
	border-bottom: 2px solid #8faf3c;
	transform: rotate(-45deg);
}

.nk-all-cities--list .nk-all-cities__chevron {
	display: inline-block;
}

/* —— Stadpagina nk_city ([nk_city_page]) —— */

.nk-city-page {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(2rem, 5vw, 3rem);
	box-sizing: border-box;
}

.nk-city-page__header {
	margin: 0 0 clamp(0.75rem, 2vw, 1rem);
}

.nk-city-page__title {
	margin: 0;
	font-size: clamp(1.2rem, 2.4vw, 1.5rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #2d5c48;
}

.nk-city-page__hero {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"media"
		"intro";
	gap: clamp(0.75rem, 2vw, 1rem);
	margin: 0 0 clamp(1.35rem, 3.5vw, 1.85rem);
}

.nk-city-page__hero-media {
	grid-area: media;
	position: relative;
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	aspect-ratio: 1;
	max-height: 11rem;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(155deg, #f3f8ef 0%, #e9f1e4 48%, #eef6e8 100%);
	box-shadow: 0 6px 22px rgba(31, 74, 58, 0.07);
}

.nk-city-page__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	object-position: center;
	padding: 0.4rem;
}

.nk-city-page__hero-intro {
	grid-area: intro;
	display: flex;
	align-items: center;
	min-width: 0;
}

.nk-city-page__intro-text {
	width: 100%;
	margin: 0;
	padding: clamp(0.75rem, 2vw, 0.95rem);
	border-radius: 12px;
	background: rgba(246, 250, 243, 0.92);
	border: 1px solid rgba(31, 74, 58, 0.08);
	color: #1f4a3a;
	font-size: 0.9375rem;
	line-height: 1.62;
}

.nk-city-page__intro-text p:first-child {
	margin-top: 0;
}

.nk-city-page__intro-text p:last-child {
	margin-bottom: 0;
}

.nk-city-page__salons {
	margin-top: 0.25rem;
}

.nk-city-page__salon-list {
	margin: 0;
}

.nk-city-page__empty {
	margin: 0;
	padding: 1.25rem 1rem;
	text-align: center;
	border-radius: 12px;
	background: #f6faf3;
	color: rgba(31, 74, 58, 0.78);
	font-size: 0.95rem;
	line-height: 1.5;
}

.nk-city-page__notice {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	background: #fff8e6;
	color: #5c4a12;
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	.nk-city-page__hero {
		grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
		grid-template-areas: "media intro";
		align-items: center;
		gap: clamp(1rem, 2.2vw, 1.5rem);
	}

	.nk-city-page__hero-media {
		max-width: none;
		width: 100%;
		margin: 0;
		max-height: 10.5rem;
		aspect-ratio: 1;
	}

	.nk-city-page__image {
		padding: 0.35rem 0.45rem;
	}

	.nk-city-page__hero-intro {
		align-self: center;
	}

	.nk-city-page__intro-text {
		padding: 0;
		border: 0;
		background: transparent;
		font-size: 1rem;
		line-height: 1.68;
		max-width: 52rem;
	}
}

/* —— Stad/provincie: kaart + salonlijst (premium directory) —— */

.nk-city-page__listing,
.nk-location-listing,
.nk-salons-overview {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.15rem, 3vw, 1.75rem);
	margin: 0 0 clamp(1.5rem, 4vw, 2rem);
}

.nk-city-page__map,
.nk-location-listing__map {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-height: clamp(280px, 42vh, 520px);
}

.nk-city-page__salons,
.nk-location-listing__salons {
	min-width: 0;
}

.nk-city-page__salons .nk-salon-list--compact,
.nk-location-listing__salons .nk-salon-list--compact {
	--nk-salon-cols: 2;
}

.nk-city-page__listing .nk-salon-card--compact.is-map-active .nk-salon-card__inner,
.nk-location-listing .nk-salon-card--compact.is-map-active .nk-salon-card__inner,
.nk-salons-overview .nk-salon-card--compact.is-map-active .nk-salon-card__inner {
	border-color: rgba(143, 175, 60, 0.55);
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.1);
	transform: translateY(-2px);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nk-map {
	--nk-map-height: clamp(320px, 52vh, 560px);
	--nk-map-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: var(--nk-map-height);
	height: var(--nk-map-height);
	flex-shrink: 0;
	align-self: stretch;
	background: transparent;
	border: 0;
}

.nk-map__frame {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	min-height: var(--nk-map-height);
	height: 100%;
	border-radius: var(--nk-map-radius);
	overflow: hidden;
	background: linear-gradient(155deg, #f4f8ef 0%, #ebe8df 42%, #e8f0e4 100%);
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 14px 40px rgba(31, 74, 58, 0.07);
}

.nk-map__frame > .nk-map-consent-overlay,
.nk-map__frame > .nk-map-consent {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: clamp(0.65rem, 2.5vw, 1.15rem);
	border: 0;
	border-radius: inherit;
	background: rgba(250, 252, 248, 0.82);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: none;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.nk-map__frame:has(> .nk-map-consent-overlay:not(.is-hidden)) .nk-map__placeholder {
	display: none !important;
}

.nk-map-consent-overlay__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: min(22rem, 100%);
	box-sizing: border-box;
}

.nk-map-consent-overlay__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	padding: clamp(0.9rem, 2.8vw, 1.25rem);
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(31, 74, 58, 0.1);
}

.nk-map-consent-overlay__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.88);
}

.nk-map-consent-overlay__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
	width: 100%;
	margin-top: 0.95rem;
}

.nk-map-consent-overlay__actions .nk-map-consent__btn {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	.nk-map-consent-overlay__actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.nk-map-consent-overlay__actions .nk-map-consent__btn {
		width: auto;
		flex: 0 1 auto;
	}
}

.nk-map__frame--empty {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nk-map__placeholder {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1.5rem;
	text-align: center;
	background: linear-gradient(160deg, rgba(244, 248, 239, 0.96) 0%, rgba(235, 232, 223, 0.94) 55%, rgba(232, 240, 228, 0.96) 100%);
}

.nk-map__placeholder[hidden] {
	display: none !important;
}

.nk-map__placeholder-icon {
	color: rgba(31, 74, 58, 0.45);
	line-height: 0;
}

.nk-map__placeholder-text {
	margin: 0;
	max-width: 16rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.68);
}

.nk-map__canvas,
.nk-map__frame > .nk-map__canvas,
.nk-map__canvas[data-nksp-map-canvas],
.nk-map [data-nksp-map-canvas],
.nk-map .leaflet-container {
	position: absolute;
	inset: 0;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: var(--nk-map-height);
	z-index: 1;
}

.nk-map--loaded .nk-map__frame {
	min-height: var(--nk-map-height);
	height: 100%;
}

.nk-map--loaded .nk-map__canvas:not([hidden]),
.nk-map--loaded .nk-map__canvas.leaflet-container {
	visibility: visible;
	opacity: 1;
}

.nk-map__canvas[hidden] {
	display: none !important;
}

.nk-map:not(.nk-map--loaded) .nk-map-consent-overlay:not(.is-hidden) {
	display: flex;
	visibility: visible;
	opacity: 1;
}

.nk-map__avada-consent-hint {
	margin: 0.65rem 0 0;
	padding: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.72);
	text-align: center;
}

.nk-map__avada-consent-hint[hidden] {
	display: none !important;
}

.nk-map--avada-pending .nk-map__placeholder {
	display: flex;
}

.nk-salon-map-card__map-placeholder {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	box-sizing: border-box;
	background: rgba(250, 252, 248, 0.92);
	text-align: center;
	pointer-events: none;
}

.nk-salon-map-card__map-placeholder[hidden] {
	display: none !important;
}

.nk-salon-map-card__map-placeholder-text {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(31, 74, 58, 0.72);
}

.nk-salon-map-card__map-host--loaded .nk-salon-map-card__map-placeholder {
	display: none;
}

.nk-map-consent:not(.nk-map-consent-overlay) {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem 1.25rem;
	margin-top: 0.85rem;
	padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1rem, 3vw, 1.35rem);
	border-radius: 16px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 8px 24px rgba(31, 74, 58, 0.05);
}

.nk-map-consent.is-hidden {
	display: none !important;
}

.nk-map-consent.is-denied [data-action="deny"] {
	display: none;
}

.nk-salon-map-card__map-host > .nk-map-consent-overlay,
.nk-salon-map-card__map-host > .nk-map-consent {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(0.65rem, 2.5vw, 1rem);
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.nk-map-consent__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	background: rgba(143, 175, 60, 0.14);
	color: #1f4a3a;
	line-height: 0;
}

.nk-map-consent__body {
	flex: 1 1 16rem;
	min-width: 0;
}

.nk-map-consent__title {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #1f4a3a;
}

.nk-map-consent__text {
	margin: 0 0 0.55rem;
	font-size: 0.9rem;
	line-height: 1.58;
	color: rgba(31, 74, 58, 0.78);
}

.nk-map-consent__privacy {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
}

.nk-map-consent__privacy-link {
	color: #2d5c48;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nk-map-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.nk-map-consent__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.nk-map-consent__btn:active {
	transform: scale(0.98);
}

.nk-map-consent__btn--secondary {
	background: #fafcf8;
	border-color: rgba(31, 74, 58, 0.14);
	color: #1f4a3a;
}

.nk-map-consent__btn--secondary:hover,
.nk-map-consent__btn--secondary:focus-visible {
	background: #f3f7ef;
	border-color: rgba(31, 74, 58, 0.22);
}

.nk-map-consent__btn--primary {
	background: #1f4a3a;
	color: #fff;
}

.nk-map-consent__btn--primary:hover,
.nk-map-consent__btn--primary:focus-visible {
	background: #2d5c48;
}

.nk-map__message {
	margin: 0;
	padding: 1.25rem 1rem;
	text-align: center;
	color: rgba(31, 74, 58, 0.72);
	font-size: 0.92rem;
	line-height: 1.55;
}

.nk-map__message--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--nk-map-height);
}

.nk-map__admin-hint {
	margin: 0.45rem 0 0;
	font-size: 0.78rem;
	color: rgba(31, 74, 58, 0.5);
}

.nk-map__public-hint {
	margin: 0.65rem 0 0;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	background: rgba(246, 250, 243, 0.95);
	border: 1px solid rgba(31, 74, 58, 0.1);
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(31, 74, 58, 0.78);
}

.nk-map--loaded .nk-map__canvas {
	background: #e8efe4;
}

.nk-map--loaded .leaflet-tile-pane {
	filter: saturate(0.82) sepia(0.14) hue-rotate(12deg) brightness(1.03) contrast(0.96);
}

.nk-map .leaflet-container {
	font-family: inherit;
	background: #ebe8df;
	width: 100%;
	height: 100%;
	min-height: var(--nk-map-height);
}

.leaflet-control-zoom a {
	border-radius: 8px;
	color: #1f4a3a;
}

.leaflet-control-zoom {
	border: 0 !important;
	box-shadow: 0 4px 14px rgba(31, 74, 58, 0.1) !important;
}

.nk-map .leaflet-popup-content-wrapper {
	min-width: 220px;
	max-width: 280px;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.12);
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.nk-map .leaflet-popup-content {
	margin: 0;
	padding: 0.75rem;
	min-width: 0;
	max-width: 100%;
	width: auto !important;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.nk-map .leaflet-popup-tip {
	box-shadow: 0 4px 12px rgba(31, 74, 58, 0.08);
}

.nk-map .leaflet-popup-content .nk-map-popup {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
	max-width: 100%;
}

.nk-map .leaflet-popup-content .nk-map-popup__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 140px;
	object-fit: cover;
	border-radius: 10px;
	margin: 0;
}

.nk-map .leaflet-popup-content .nk-map-popup__title {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-map .leaflet-popup-content .nk-map-popup__meta {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: rgba(31, 74, 58, 0.68);
}

.nk-map .leaflet-popup-content .nk-map-popup__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: 0.15rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	color: #1f4a3a;
	background: rgba(143, 175, 60, 0.16);
	border: 1px solid rgba(143, 175, 60, 0.35);
	text-decoration: none;
	box-sizing: border-box;
	max-width: 100%;
	white-space: nowrap;
}

.nk-map .leaflet-popup-content .nk-map-popup__link:hover,
.nk-map .leaflet-popup-content .nk-map-popup__link:focus {
	color: #1f4a3a;
	background: rgba(143, 175, 60, 0.24);
	text-decoration: none;
}

@media (max-width: 640px) {
	.nk-map .leaflet-popup-content-wrapper {
		max-width: min(280px, calc(100vw - 48px));
	}
}

.leaflet-marker-icon.nk-map-marker {
	background: transparent !important;
	border: none !important;
	filter: drop-shadow(0 3px 6px rgba(31, 74, 58, 0.22));
	transition: filter 0.2s ease;
}

.nk-map-marker__shell {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.nk-map-marker__pin {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	transform-origin: center bottom;
	will-change: transform;
}

.leaflet-marker-icon.nk-map-marker.nk-map-marker--active {
	filter: drop-shadow(0 5px 12px rgba(31, 74, 58, 0.32));
}

@media (hover: hover) {
	.leaflet-marker-icon.nk-map-marker.nk-marker-is-hovered .nk-map-marker__pin {
		animation: nkMarkerHeartbeat 0.9s ease-out infinite;
	}

	.leaflet-marker-icon.nk-map-marker.nk-marker-is-hovered .nk-map-marker__pin::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 2px;
		width: 22px;
		height: 22px;
		margin-left: -11px;
		border-radius: 50%;
		border: 1px solid rgba(31, 74, 58, 0.28);
		box-shadow: 0 0 10px rgba(31, 74, 58, 0.18);
		pointer-events: none;
		transform-origin: center center;
		animation: nkMarkerRingPulse 0.9s ease-out infinite;
	}
}

@keyframes nkMarkerHeartbeat {
	0%,
	100% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.12);
	}

	40% {
		transform: scale(1);
	}

	60% {
		transform: scale(1.08);
	}
}

@keyframes nkMarkerRingPulse {
	0% {
		opacity: 0.45;
		transform: scale(0.85);
	}

	70%,
	100% {
		opacity: 0;
		transform: scale(1.35);
	}
}

@media (min-width: 900px) {
	.nk-location-listing__top-row .nk-map,
	.nk-salon-overview__listing .nk-location-listing__map .nk-map {
		position: sticky;
		top: clamp(1rem, 3vw, 1.5rem);
	}
}

@media (max-width: 899px) {
	.nk-location-listing__map {
		order: 1;
	}

	.nk-location-listing__salons--featured {
		order: 2;
	}

	.nk-location-listing__salons--featured .nk-salon-list--compact,
	.nk-location-listing__remaining .nk-salon-list--compact {
		--nk-salon-cols: 1;
	}
}

/* —— Admin debug zoekresultaten (beheerder + nk_debug_key) —— */

.nk-salon-results-debug {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: #fffdf5;
	border: 1px solid rgba(92, 74, 18, 0.25);
	font-size: 0.85rem;
	line-height: 1.5;
	color: #1f4a3a;
	overflow-x: auto;
}

.nk-salon-results-debug__title {
	margin: 0 0 0.65rem;
}

.nk-salon-results-debug__summary {
	margin: 0 0 0.85rem;
	padding: 0;
	list-style: none;
}

.nk-salon-results-debug__summary li {
	margin: 0.2rem 0;
}

.nk-salon-results-debug__summary span {
	display: inline-block;
	min-width: 11rem;
	font-weight: 600;
}

.nk-salon-results-debug__table-wrap {
	max-height: 28rem;
	overflow: auto;
}

.nk-salon-results-debug__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8rem;
}

.nk-salon-results-debug__table th,
.nk-salon-results-debug__table td {
	padding: 0.35rem 0.5rem;
	border-bottom: 1px solid rgba(31, 74, 58, 0.1);
	text-align: left;
	vertical-align: top;
}

.nk-salon-results-debug__table tr.is-included {
	background: rgba(143, 175, 60, 0.1);
}

.nk-salon-results-debug__table tr.is-excluded {
	background: rgba(31, 74, 58, 0.03);
	color: rgba(31, 74, 58, 0.72);
}

/* —— Zoekresultatenpagina (Avada/blog-layout fallback) —— */

.nksp-search-results-page.nksp-search-results-page--avada .about-author,
.nksp-search-results-page.nksp-search-results-page--avada .fusion-sharing-box,
.nksp-search-results-page.nksp-search-results-page--avada .fusion-meta-info,
.nksp-search-results-page.nksp-search-results-page--avada .fusion-post-meta,
.nksp-search-results-page.nksp-search-results-page--avada .post-content .fusion-meta-info,
.nksp-search-results-page.nksp-search-results-page--avada .comment-form,
.nksp-search-results-page.nksp-search-results-page--avada .comments-container,
.nksp-search-results-page.nksp-search-results-page--avada .related-posts {
	display: none !important;
}

.nksp-search-results-root {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem) clamp(2rem, 5vw, 3rem);
	box-sizing: border-box;
}

.nksp-search-results-fallback {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(2rem, 5vw, 3rem);
	box-sizing: border-box;
}

/* —— Provincie-links [nk_province_filters] —— */

.nk-province-filters-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 1.5rem;
	box-sizing: border-box;
}

.nk-province-filters {
	width: 100%;
	box-sizing: border-box;
}

.nk-province-filters__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-weight: 600;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-province-filters__list {
	display: grid;
	grid-template-columns: repeat(var(--nk-province-cols, 2), minmax(0, 1fr));
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nk-province-filters__item {
	margin: 0;
	min-width: 0;
}

.nk-province-filters__pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.9rem;
	border-radius: 12px;
	border: 1px solid rgba(143, 175, 60, 0.28);
	background: rgba(143, 175, 60, 0.1);
	color: #1f4a3a;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.nk-province-filters__pill:hover,
.nk-province-filters__pill:focus {
	background: rgba(143, 175, 60, 0.18);
	border-color: rgba(143, 175, 60, 0.45);
	color: #1f4a3a;
	text-decoration: none;
}

.nk-province-filters__pill:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: 2px;
}

.nk-province-filters__label {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
}

/* —— Provincie-overzicht [nk_province_cards] —— */

.nk-province-cards-layout {
	width: 100%;
	box-sizing: border-box;
}

.nk-province-cards-layout .nk-city-page {
	margin-bottom: clamp(1.35rem, 3.5vw, 1.85rem);
}

.nk-province-cards-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 1.5rem;
	box-sizing: border-box;
}

.nk-province-cards {
	width: 100%;
	box-sizing: border-box;
}

.nk-province-cards__title {
	margin: 0 0 1rem;
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-weight: 600;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-province-cards__grid {
	display: grid;
	grid-template-columns: repeat(var(--nk-province-card-cols, 3), minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nk-province-cards__item {
	margin: 0;
	min-width: 0;
}

.nk-province-card {
	height: 100%;
}

.nk-province-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.08);
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nk-province-card__link:hover,
.nk-province-card__link:focus {
	color: inherit;
	text-decoration: none;
	box-shadow: 0 12px 36px rgba(31, 74, 58, 0.12);
	transform: translateY(-2px);
}

.nk-province-card__link:focus-visible {
	outline: 2px solid rgba(143, 175, 60, 0.65);
	outline-offset: 2px;
}

.nk-province-card__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(143, 175, 60, 0.14), rgba(31, 74, 58, 0.06));
}

.nk-province-card__media--placeholder {
	background: linear-gradient(160deg, #e8f0e4 0%, #d4e4cf 45%, #c5d8be 100%);
}

.nk-province-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nk-province-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.4rem;
	padding: 1rem 1rem 1.1rem;
	min-width: 0;
	min-height: 0;
}

.nk-province-card__title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
}

.nk-province-card__intro {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(31, 74, 58, 0.72);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: calc(1.45em * 3);
	max-height: calc(1.45em * 3);
}

.nk-province-card__intro--empty {
	visibility: hidden;
	pointer-events: none;
	min-height: calc(1.45em * 3);
	max-height: calc(1.45em * 3);
	margin: 0;
}

.nk-province-card__footer {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-top: auto;
	padding-top: 0.15rem;
}

.nk-province-card__count {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.35;
	color: rgba(31, 74, 58, 0.68);
}

.nk-province-card__cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	font-size: 0.875rem;
	font-weight: 600;
	color: #4d7a3c;
}

@media (max-width: 1024px) {
	.nk-province-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.nk-province-cards__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.nk-province-filters__count {
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(31, 74, 58, 0.72);
	white-space: nowrap;
}

@media (min-width: 640px) {
	.nk-province-filters__list {
		gap: 0.75rem;
	}

	.nk-province-filters__pill {
		padding: 0.75rem 1rem;
	}
}

@media (min-width: 960px) {
	.nk-province-filters-wrap {
		margin-bottom: 2rem;
	}
}

/* —— Landelijk overzicht [nk_salon_overview] —— */

.nk-salon-overview {
	display: flex;
	flex-direction: column;
	gap: clamp(0.9rem, 2.2vw, 1.35rem);
	margin: 0 0 clamp(1.5rem, 4vw, 2rem);
}

.nk-salon-overview-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"content"
		"image";
	gap: clamp(0.9rem, 2.2vw, 1.15rem);
	margin: 0;
	padding: clamp(0.9rem, 2.5vw, 1.2rem);
	border-radius: 18px;
	background: linear-gradient(
		148deg,
		rgba(246, 250, 243, 0.98) 0%,
		rgba(255, 255, 255, 0.99) 52%,
		rgba(237, 245, 232, 0.55) 100%
	);
	border: 1px solid rgba(31, 74, 58, 0.07);
	box-shadow: 0 8px 28px rgba(31, 74, 58, 0.05);
	box-sizing: border-box;
}

.nk-salon-overview-hero__content {
	grid-area: content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(0.45rem, 1.4vw, 0.65rem);
	min-width: 0;
}

.nk-salon-overview-hero__title {
	margin: 0;
	font-size: clamp(1.45rem, 3.2vw, 1.875rem);
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: -0.015em;
	color: #1f4a3a;
}

.nk-salon-overview-hero__intro {
	margin: 0;
	max-width: 43.75rem;
	font-size: clamp(0.9375rem, 1.75vw, 1rem);
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.78);
}

.nk-salon-overview-hero__image {
	grid-area: image;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	aspect-ratio: 2 / 1;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(155deg, #eef4e8 0%, #e4eddc 100%);
	box-shadow: 0 8px 22px rgba(31, 74, 58, 0.08);
}

.nk-salon-overview-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.nk-salon-overview-filters {
	--nk-overview-filter-control-height: 2.625rem;
	padding: clamp(0.7rem, 1.8vw, 0.9rem) clamp(0.85rem, 2vw, 1rem);
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(31, 74, 58, 0.08);
	box-shadow: 0 6px 20px rgba(31, 74, 58, 0.05);
	box-sizing: border-box;
}

.nk-salon-overview-filters__fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.nk-salon-overview-filters__legend {
	margin: 0 0 0.55rem;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #1f4a3a;
}

.nk-salon-overview-filters__row {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.nk-salon-overview-filters__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

.nk-salon-overview-filters .nk-field {
	margin-bottom: 0;
}

.nk-salon-overview-filters .nk-form label {
	margin-bottom: 0.22rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
}

.nk-salon-overview-filters .nk-form input[type="text"],
.nk-salon-overview-filters .nk-form select {
	min-height: var(--nk-overview-filter-control-height);
	padding: 0.5rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.35;
	box-sizing: border-box;
}

.nk-salon-overview-filters__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	margin-top: 0;
	flex-shrink: 0;
}

.nk-salon-overview-filters__actions .nk-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	line-height: 1.2;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 999px;
}

.nk-salon-overview-filters__actions .nk-button-primary,
.nk-salon-overview-filters__actions button.nk-button-primary {
	min-height: var(--nk-overview-filter-control-height);
	height: var(--nk-overview-filter-control-height);
	padding: 0 1.55rem;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	color: #fff;
	background: #8faf3c;
	border: 0;
	outline: none;
	box-shadow: 0 2px 10px rgba(31, 74, 58, 0.12);
	-webkit-appearance: none;
	appearance: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease;
}

.nk-salon-overview-filters__actions .nk-button-primary:hover,
.nk-salon-overview-filters__actions button.nk-button-primary:hover {
	color: #fff;
	background: #7a9a35;
	border: 0;
	outline: none;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(31, 74, 58, 0.16);
}

.nk-salon-overview-filters__actions .nk-button-primary:active,
.nk-salon-overview-filters__actions button.nk-button-primary:active {
	color: #fff;
	background: #728f32;
	border: 0;
	transform: translateY(0);
	box-shadow: 0 3px 10px rgba(31, 74, 58, 0.12);
}

.nk-salon-overview-filters__actions .nk-button-primary:focus,
.nk-salon-overview-filters__actions button.nk-button-primary:focus {
	outline: none;
	border: 0;
}

.nk-salon-overview-filters__actions .nk-button-primary:focus:not(:focus-visible),
.nk-salon-overview-filters__actions button.nk-button-primary:focus:not(:focus-visible) {
	box-shadow: 0 2px 10px rgba(31, 74, 58, 0.12);
}

.nk-salon-overview-filters__actions .nk-button-primary:focus-visible,
.nk-salon-overview-filters__actions button.nk-button-primary:focus-visible {
	outline: 2px solid rgba(31, 74, 58, 0.5);
	outline-offset: 3px;
	box-shadow: 0 2px 10px rgba(31, 74, 58, 0.12);
}

.nk-salon-overview-filters__actions .nk-button-outline {
	min-height: var(--nk-overview-filter-control-height);
	padding: 0 1.05rem;
	font-size: 0.875rem;
	font-weight: 600;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		border-color 0.18s ease;
}

.nk-salon-overview-filters__actions .nk-button-outline:hover {
	transform: translateY(-1px);
}

.nk-salon-overview-filters__actions button.nk-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

.nk-salon-overview-filters__actions a.nk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nk-salon-overview-filters__notice {
	margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
	padding: 0.75rem 1rem;
	border-radius: 12px;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.nk-salon-overview__listing {
	margin: 0;
}

.nk-salon-overview__listing--split,
.nk-location-listing--split {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
}

.nk-salon-overview__count {
	margin: 0 0 0.15rem;
}

.nk-salon-overview__stage,
.nk-location-listing__stage {
	display: flex;
	flex-direction: column;
	gap: clamp(1.15rem, 2.8vw, 1.75rem);
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.nk-salon-overview__top-row,
.nk-location-listing__top-row {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.5vw, 1.35rem);
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.nk-salon-overview__primary,
.nk-salon-overview__remaining,
.nk-salon-overview__results,
.nk-location-listing__map,
.nk-location-listing__salons,
.nk-location-listing__remaining {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nk-location-listing__map {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
	min-height: clamp(280px, 42vh, 520px);
}

.nk-location-listing__salons--featured {
	min-height: 0;
}

.nk-salon-overview__listing .nk-map,
.nk-location-listing__map .nk-map {
	--nk-map-height: clamp(280px, 42vh, 520px);
	width: 100%;
	max-width: 100%;
	flex: 1 1 auto;
	align-self: stretch;
	min-height: var(--nk-map-height);
	height: var(--nk-map-height);
}

.nk-location-listing__map .nk-map--loaded {
	flex: 0 0 auto;
	height: var(--nk-map-height);
	min-height: var(--nk-map-height);
	max-height: var(--nk-map-height);
}

.nk-location-listing__map:has(> .nk-map--loaded) {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	height: auto;
	min-height: 0;
	overflow: hidden;
}

.nk-map--loaded.nk-map--listing-layout .nk-map__frame {
	height: 100%;
	min-height: 100%;
	flex: 1 1 auto;
}

.nk-map--loaded .leaflet-container {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
}

.nk-map--pending:not(.nk-map--loaded) .nk-map__frame {
	min-height: var(--nk-map-height);
}

.nk-map--pending:not(.nk-map--loaded) .nk-map__placeholder:not([hidden]) {
	display: flex;
}

.nk-map--pending:not(.nk-map--loaded) .nk-map-consent-overlay:not(.is-hidden),
.nk-map--pending:not(.nk-map--loaded) .nk-map-consent:not(.is-hidden) {
	display: flex;
	min-height: var(--nk-map-height);
}

/* Cache-neutrale map: frame hoogte ook vóór JS loaded-state (gast + page cache) */
.nk-map[data-nksp-map-cache-neutral].nk-map--listing-layout .nk-map__frame,
.nk-map--listing-layout.nk-map--pending .nk-map__frame {
	min-height: clamp(280px, 42vh, 520px);
}


@media (min-width: 1024px) {
	.nk-location-listing__stage.nk-salon-results--few .nk-map,
	.nk-location-listing__stage.nk-salon-results--compact-map .nk-map,
	.nk-location-listing--split.nk-salon-results--few .nk-map,
	.nk-location-listing--split.nk-salon-results--compact-map .nk-map,
	.nk-salon-overview__listing.nk-salon-results--few .nk-map,
	.nk-salon-overview__listing.nk-salon-results--compact-map .nk-map {
		--nk-map-height: 405px;
	}

	.nk-location-listing__stage.nk-salon-results--many .nk-map,
	.nk-location-listing__stage.nk-salon-results--large-map .nk-map,
	.nk-location-listing--split.nk-salon-results--many .nk-map,
	.nk-location-listing--split.nk-salon-results--large-map .nk-map,
	.nk-salon-overview__listing.nk-salon-results--many .nk-map,
	.nk-salon-overview__listing.nk-salon-results--large-map .nk-map {
		--nk-map-height: 824px;
	}
}

.nk-map-marker--stack .nk-map-marker__count {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: #8faf3c;
	color: #1f4a3a;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(31, 74, 58, 0.25);
	z-index: 2;
}

.nk-map-marker--stack.nk-map-marker--active .nk-map-marker__count,
.nk-map-marker--stack.nk-marker-is-hovered .nk-map-marker__count {
	background: #1f4a3a;
	color: #fff;
}

.nk-map .leaflet-popup-content .nk-map-popup--stack {
	min-width: 0;
	max-width: 100%;
}

.nk-map .leaflet-popup-content .nk-map-popup--stack ul {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
}

.nk-map .leaflet-popup-content .nk-map-popup--stack li + li {
	margin-top: 0.35rem;
}

.nk-map .leaflet-popup-content .nk-map-popup--stack a {
	color: #1f4a3a;
	font-weight: 600;
	text-decoration: none;
}

.nk-map .leaflet-popup-content .nk-map-popup--stack a:hover {
	text-decoration: underline;
}

.nk-salon-overview__list--primary.nk-salon-list--compact,
.nk-location-listing__list--featured.nk-salon-list--compact,
.nk-salon-overview__list--primary,
.nk-location-listing__list--featured {
	--nk-salon-cols: 1;
	width: 100%;
	max-width: 100%;
}

.nk-salon-overview__list--remaining.nk-salon-list--compact,
.nk-location-listing__list--remaining.nk-salon-list--compact {
	--nk-salon-cols: 1;
	width: 100%;
	max-width: 100%;
}

.nk-salon-overview .nk-salon-list--compact .nk-salon-list__grid,
.nk-location-listing .nk-salon-list--compact .nk-salon-list__grid {
	width: 100%;
	max-width: 100%;
}

.nk-salon-overview .nk-salon-list__item,
.nk-salon-overview .nk-salon-card--compact {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nk-salon-overview__listing .nk-salon-card--compact.is-map-active .nk-salon-card__inner {
	border-color: rgba(143, 175, 60, 0.55);
	box-shadow: 0 10px 28px rgba(31, 74, 58, 0.1);
	transform: translateY(-2px);
}

.nk-salon-overview__pagination {
	margin-top: 1.25rem;
}

.nk-salon-overview__empty {
	margin: 0;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border-radius: 16px;
	background: rgba(143, 175, 60, 0.08);
	border: 1px solid rgba(31, 74, 58, 0.1);
	box-sizing: border-box;
}

.nk-salon-overview .nk-salon-overview__empty-title,
.nk-salon-overview h3.nk-salon-overview__empty-title {
	margin: 0 0 0.5rem;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 1.25;
	color: #1f4a3a;
}

.nk-salon-overview__empty-text {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: rgba(31, 74, 58, 0.78);
	max-width: 42rem;
}

.nk-salon-overview__empty-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.nk-salon-overview__empty-actions .nk-button {
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.65rem 1.25rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.nk-salon-overview__empty .nk-button-primary,
.nk-salon-overview__empty .nk-button-primary:hover,
.nk-salon-overview__empty .nk-button-primary:focus,
.nk-salon-overview__empty .nk-button-primary:focus-visible,
.nk-salon-overview__empty .nk-button-primary:active,
.nk-salon-results__empty .nk-button-primary,
.nk-salon-results__empty .nk-button-primary:hover,
.nk-salon-results__empty .nk-button-primary:focus,
.nk-salon-results__empty .nk-button-primary:focus-visible,
.nk-salon-results__empty .nk-button-primary:active {
	color: #fff !important;
}

@media (min-width: 768px) {
	.nk-salon-overview-hero {
		grid-template-columns: minmax(0, 7.2fr) minmax(0, 2.8fr);
		grid-template-areas: "content image";
		align-items: center;
		gap: clamp(0.85rem, 1.8vw, 1.25rem);
		padding: clamp(0.8rem, 1.6vw, 1.05rem) clamp(1rem, 2vw, 1.25rem);
	}

	.nk-salon-overview-hero__image {
		max-width: 100%;
		width: 100%;
		min-width: 0;
		margin: 0;
		justify-self: stretch;
		align-self: center;
	}
}

@media (max-width: 899px) {
	.nk-salon-overview-filters__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	.nk-salon-overview-filters__actions .nk-button-primary,
	.nk-salon-overview-filters__actions .nk-button-outline {
		width: 100%;
		min-height: 2.75rem;
		height: auto;
	}
}

@media (min-width: 640px) and (max-width: 899px) {
	.nk-salon-overview-filters__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.nk-salon-overview-filters__row {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(11.5rem, 1.05fr);
		align-items: start;
		gap: 0.45rem 0.55rem;
	}

	.nk-salon-overview-filters__row:has(.nk-salon-overview-filters__fields--has-specialism) {
		grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(11.5rem, 1.05fr);
	}

	.nk-salon-overview-filters__fields {
		display: contents;
	}

	.nk-salon-overview-filters__geo {
		flex: none;
		width: auto;
		margin: 0;
		align-self: start;
		min-width: 0;
	}

	.nk-salon-overview-filters__geo .nk-geo-locate {
		width: 100%;
	}

	.nk-salon-overview-filters__geo .nk-geo-locate__hint,
	.nk-salon-overview-filters__geo .nk-geo-locate__message:not([hidden]) {
		position: static;
		margin-top: 0.35rem;
	}

	.nk-salon-overview-filters .nk-geo-locate__field-control .nk-geo-locate__btn,
	.nk-salon-overview-filters .nk-geo-locate__btn {
		min-height: var(--nk-overview-filter-control-height);
		height: var(--nk-overview-filter-control-height);
		padding: 0 0.75rem;
		border-radius: 10px;
		border: 1px solid rgba(31, 74, 58, 0.14);
		background: rgba(143, 175, 60, 0.14);
		font-size: 0.9375rem;
		line-height: 1.35;
		white-space: nowrap;
	}

	.nk-salon-overview-filters .nk-geo-locate__icon svg {
		width: 16px;
		height: 16px;
	}

	.nk-salon-overview-filters__actions {
		grid-column: 1 / -1;
		align-self: end;
		align-items: center;
		flex-wrap: nowrap;
		margin-top: 0.15rem;
	}

	.nk-salon-overview__top-row,
	.nk-location-listing__top-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: stretch;
		gap: clamp(1rem, 2vw, 1.5rem);
	}

	.nk-location-listing__top-row .nk-location-listing__map {
		align-self: stretch;
		min-height: clamp(280px, 42vh, 520px);
	}

	.nk-location-listing__map {
		order: 1;
	}

	.nk-location-listing__salons--featured {
		order: 2;
	}

	.nk-salon-overview__list--primary.nk-salon-list--compact,
	.nk-location-listing__list--featured.nk-salon-list--compact {
		--nk-salon-cols: 2;
	}

	.nk-salon-overview__list--primary.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--featured.nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 1fr;
		gap: clamp(0.75rem, 1.5vw, 1rem);
	}

	.nk-salon-overview__list--primary .nk-salon-list__item,
	.nk-location-listing__list--featured .nk-salon-list__item {
		display: flex;
		min-height: 0;
	}

	.nk-salon-overview__list--remaining.nk-salon-list--compact,
	.nk-location-listing__list--remaining.nk-salon-list--compact {
		--nk-salon-cols: 4;
	}

	.nk-salon-overview__list--remaining.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--remaining.nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 640px) and (max-width: 899px) {
	.nk-salon-overview__list--primary.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--featured.nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk-salon-overview__list--remaining.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--remaining.nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.nk-location-listing__map {
		order: 1;
	}

	.nk-location-listing__salons--featured {
		order: 2;
	}

	.nk-salon-overview__list--primary.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--featured.nk-salon-list--compact .nk-salon-list__grid,
	.nk-salon-overview__list--remaining.nk-salon-list--compact .nk-salon-list__grid,
	.nk-location-listing__list--remaining.nk-salon-list--compact .nk-salon-list__grid {
		grid-template-columns: 1fr;
	}
}

/* —— Bevestiging salonaanmelding (?nksp_reg=submitted) —— */

.nk-registration-thankyou,
.nksp-registration-thankyou-fallback {
	margin: clamp(1.5rem, 4vw, 2.5rem) auto clamp(2rem, 5vw, 3rem);
	max-width: 44rem;
	padding: 0 clamp(1rem, 3vw, 1.5rem);
	box-sizing: border-box;
}

.nk-registration-thankyou__card {
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border-radius: 20px;
	background: linear-gradient(
		148deg,
		rgba(246, 250, 243, 0.98) 0%,
		rgba(255, 255, 255, 0.99) 55%,
		rgba(237, 245, 232, 0.55) 100%
	);
	border: 1px solid rgba(31, 74, 58, 0.1);
	box-shadow: 0 14px 40px rgba(31, 74, 58, 0.08);
	text-align: center;
	box-sizing: border-box;
}

.nk-registration-thankyou__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.15rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: rgba(143, 175, 60, 0.14);
	color: #5a7a32;
}

.nk-registration-thankyou__icon-svg {
	display: block;
	width: 2.75rem;
	height: 2.75rem;
}

.nk-registration-thankyou__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.375rem, 3.2vw, 1.625rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
	color: #1f4a3a;
}

.nk-registration-thankyou__text {
	margin: 0 auto 1.35rem;
	max-width: 36rem;
	font-size: clamp(0.9875rem, 1.9vw, 1.0625rem);
	line-height: 1.72;
	color: rgba(31, 74, 58, 0.78);
	text-align: center;
	margin-inline: auto;
	text-wrap: pretty;
}

.nk-registration-thankyou__text p {
	margin: 0 auto 0.75rem;
	max-width: 36rem;
	text-align: center;
}

.nk-registration-thankyou__text p:last-child {
	margin-bottom: 0;
}

.nk-registration-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.nk-registration-thankyou__actions .nk-button {
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.65rem 1.25rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

@media (min-width: 640px) {
	.nk-registration-thankyou__actions {
		gap: 0.65rem;
	}
}

/* Externe productfeed shortcode ([extern_products] / [nk_external_products]) */
.nk-external-products {
	--nk-ext-cols: 4;
	--nk-ext-slides: 3;
	--nk-ext-title-lines: 3;
	--nk-ext-title-lh: 1.35;
	--nk-ext-title-size: 0.95rem;
	--nk-ext-title-color: rgba(31, 74, 58, 0.82);
	--nk-ext-title-block-h: calc(var(--nk-ext-title-lines) * var(--nk-ext-title-lh) * 1em);
	position: relative;
	margin: 0.5rem 0 1rem;
	max-width: 100%;
	min-width: 0;
}

.nk-external-products__header {
	margin: 0 0 0.65rem;
}

.nk-external-products__title {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.15rem);
	font-weight: 700;
	line-height: 1.3;
	color: #1f4a3a;
	letter-spacing: -0.02em;
}

.nk-external-products__grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(var(--nk-ext-cols, 4), minmax(0, 1fr));
	max-width: 100%;
	min-width: 0;
}

.nk-external-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	background: #ffffff;
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 12px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 2px 10px rgba(31, 74, 58, 0.05);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nk-external-product-card:hover {
	border-color: rgba(31, 74, 58, 0.16);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 4px 14px rgba(31, 74, 58, 0.07);
}

/* h3: vaste titelhoogte (3 regels) — hogere specificiteit i.v.m. Avada/#main h3 */
.nk-external-products h3.nk-external-product-card__title,
.nk-ad-slot .nk-external-products h3.nk-external-product-card__title {
	margin: 0 0 0.75rem;
	padding: 0.55rem 0.65rem 0;
	font-size: var(--nk-ext-title-size) !important;
	font-weight: 500;
	line-height: var(--nk-ext-title-lh);
	color: var(--nk-ext-title-color);
	letter-spacing: -0.01em;
	text-align: center;
	height: var(--nk-ext-title-block-h);
	min-height: var(--nk-ext-title-block-h);
	max-height: var(--nk-ext-title-block-h);
	flex: 0 0 auto;
	flex-shrink: 0;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.nk-external-products h3.nk-external-product-card__title a,
.nk-ad-slot .nk-external-products h3.nk-external-product-card__title a {
	color: var(--nk-ext-title-color);
	font-size: inherit !important;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: none;
	display: -webkit-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
	-webkit-line-clamp: var(--nk-ext-title-lines);
	line-clamp: var(--nk-ext-title-lines);
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	max-height: var(--nk-ext-title-block-h);
}

.nk-external-products h3.nk-external-product-card__title a:hover,
.nk-external-products h3.nk-external-product-card__title a:focus-visible,
.nk-ad-slot .nk-external-products h3.nk-external-product-card__title a:hover,
.nk-ad-slot .nk-external-products h3.nk-external-product-card__title a:focus-visible {
	color: rgba(31, 74, 58, 0.92);
	text-decoration: underline;
	text-decoration-color: rgba(143, 175, 60, 0.65);
}

.nk-external-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 8.25rem;
	min-height: 8.25rem;
	margin: 0 0.55rem;
	padding: 0.35rem;
	background: rgba(237, 245, 232, 0.4);
	border: 1px solid rgba(31, 74, 58, 0.07);
	border-radius: 8px;
	text-decoration: none;
	overflow: hidden;
}

.nk-external-product-card__media img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
}

.nk-external-product-card__price {
	margin: 0.35rem 0.65rem 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	color: #1f4a3a;
	text-align: center;
}

.nk-external-product-card__actions {
	margin-top: auto;
	padding: 0.5rem 0.55rem 0.65rem;
}

.nk-external-product-card__button {
	width: 100%;
	box-sizing: border-box;
	min-height: 2.25rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-size: 0.875rem;
}

/* Product-CTA: zelfde huisstijlgroen op alle kaarten/slides (geen :visited/:focus-afwijking op eerste item). */
.nk-external-products .nk-external-product-card__button.nk-button-primary,
.nk-external-products a.nk-external-product-card__button.nk-button-primary,
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary,
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary,
.nk-external-products--carousel .nk-external-products__carousel-slide:first-child .nk-external-product-card__button.nk-button-primary,
.nk-external-products--carousel .nk-external-products__carousel-slide .nk-external-product-card__button.nk-button-primary {
	background-color: #8faf3c !important;
	border-color: #7a9a34 !important;
	color: #ffffff !important;
	box-shadow: none;
}

.nk-external-products .nk-external-product-card__button.nk-button-primary:visited,
.nk-external-products a.nk-external-product-card__button.nk-button-primary:visited,
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary:visited,
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary:visited,
.nk-external-products .nk-external-product-card__button.nk-button-primary:focus:not(:focus-visible),
.nk-external-products a.nk-external-product-card__button.nk-button-primary:focus:not(:focus-visible),
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary:focus:not(:focus-visible),
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary:focus:not(:focus-visible) {
	background-color: #8faf3c !important;
	border-color: #7a9a34 !important;
	color: #ffffff !important;
	box-shadow: none;
}

.nk-external-products .nk-external-product-card__button.nk-button-primary:hover,
.nk-external-products .nk-external-product-card__button.nk-button-primary:focus-visible,
.nk-external-products .nk-external-product-card__button.nk-button-primary:active,
.nk-external-products a.nk-external-product-card__button.nk-button-primary:hover,
.nk-external-products a.nk-external-product-card__button.nk-button-primary:focus-visible,
.nk-external-products a.nk-external-product-card__button.nk-button-primary:active,
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary:hover,
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary:focus-visible,
.nk-ad-slot .nk-external-products .nk-external-product-card__button.nk-button-primary:active,
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary:hover,
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary:focus-visible,
.nk-ad-slot .nk-external-products a.nk-external-product-card__button.nk-button-primary:active,
.nk-external-products--carousel .nk-external-products__carousel-slide:first-child .nk-external-product-card__button.nk-button-primary:hover,
.nk-external-products--carousel .nk-external-products__carousel-slide:first-child .nk-external-product-card__button.nk-button-primary:focus-visible,
.nk-external-products--carousel .nk-external-products__carousel-slide:first-child .nk-external-product-card__button.nk-button-primary:active {
	background-color: #1f4a3a !important;
	border-color: #1f4a3a !important;
	color: #ffffff !important;
	box-shadow: 0 6px 16px rgba(31, 74, 58, 0.14);
}

.nk-external-products__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.75rem;
}

.nk-external-products__footer-cta {
	min-height: 2.375rem;
}

/* Carousel layout */
.nk-external-products--carousel {
	--nk-ext-carousel-gap: 0.75rem;
	--nk-ext-slide-count: var(--nk-ext-slides-desktop, 3);
}

.nk-external-products--carousel .nk-external-products__carousel {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.35rem;
	max-width: 100%;
	min-width: 0;
}

.nk-external-products--carousel .nk-external-products__carousel-viewport,
.nk-ad-slot .nk-external-products--carousel .nk-external-products__carousel-viewport {
	container-type: inline-size;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	min-width: 0;
	max-width: 100%;
}

.nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar,
.nk-ad-slot .nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
	background: transparent;
}

.nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar-thumb,
.nk-ad-slot .nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar-thumb,
.nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar-track,
.nk-ad-slot .nk-external-products--carousel .nk-external-products__carousel-viewport::-webkit-scrollbar-track {
	display: none;
	background: transparent;
}

.nk-external-products__carousel-track {
	display: flex;
	gap: var(--nk-ext-carousel-gap, 0.75rem);
	min-width: min-content;
	padding: 0.1rem 0.15rem;
}

.nk-external-products--carousel .nk-external-products__carousel-slide {
	flex: 0 0 calc((100cqw - (var(--nk-ext-carousel-gap, 0.75rem) * (var(--nk-ext-slide-count, 3) - 1))) / var(--nk-ext-slide-count, 3));
	width: calc((100cqw - (var(--nk-ext-carousel-gap, 0.75rem) * (var(--nk-ext-slide-count, 3) - 1))) / var(--nk-ext-slide-count, 3));
	max-width: none;
	scroll-snap-align: start;
	min-width: 0;
}

.nk-external-products__carousel-arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid rgba(31, 74, 58, 0.14);
	border-radius: 999px;
	background: #ffffff;
	color: #1f4a3a;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.nk-external-products__carousel-arrow:hover,
.nk-external-products__carousel-arrow:focus-visible {
	border-color: rgba(143, 175, 60, 0.55);
	background: rgba(237, 245, 232, 0.65);
	outline: none;
}

.nk-external-products__notice {
	margin: 0.75rem 0;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	border: 1px solid rgba(31, 74, 58, 0.12);
	background: rgba(237, 245, 232, 0.55);
	color: rgba(31, 74, 58, 0.88);
	font-size: 0.9rem;
	line-height: 1.45;
}

.nk-external-products__debug {
	margin-top: 0.75rem;
	font-size: 0.8125rem;
	color: rgba(31, 74, 58, 0.75);
}

.nk-external-products__debug-pre {
	margin: 0.35rem 0 0;
	padding: 0.65rem 0.75rem;
	background: #f7faf5;
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 8px;
	font-size: 0.75rem;
	white-space: pre-wrap;
	overflow-x: auto;
}

@media (max-width: 1023px) {
	.nk-external-products__grid {
		grid-template-columns: repeat(min(var(--nk-ext-cols, 4), 3), minmax(0, 1fr));
	}

	.nk-external-products--carousel {
		--nk-ext-slide-count: var(--nk-ext-slides-tablet, 3);
	}
}

@media (max-width: 767px) {
	.nk-external-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk-external-products--carousel {
		--nk-ext-slide-count: var(--nk-ext-slides-mobile, 1);
		--nk-ext-title-size: 0.875rem;
		--nk-ext-carousel-gap: 0.55rem;
	}

	.nk-external-products--carousel .nk-external-product-card__media {
		height: 6.5rem;
		min-height: 6.5rem;
		margin: 0 0.4rem;
		padding: 0.25rem;
	}

	.nk-external-products--carousel h3.nk-external-product-card__title,
	.nk-ad-slot .nk-external-products--carousel h3.nk-external-product-card__title {
		margin-bottom: 0.55rem;
		padding: 0.45rem 0.45rem 0;
	}

	.nk-external-products--carousel .nk-external-product-card__price {
		margin: 0.25rem 0.45rem 0;
		font-size: 0.8125rem;
	}

	.nk-external-products--carousel .nk-external-product-card__actions {
		padding: 0.4rem 0.45rem 0.5rem;
	}

	.nk-external-products--carousel .nk-external-product-card__button {
		min-height: 2.125rem;
		font-size: 0.8125rem;
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.nk-external-products--carousel .nk-external-products__carousel-arrow {
		width: 1.75rem;
		height: 1.75rem;
		font-size: 1.1rem;
	}
}

@media (max-width: 479px) {
	.nk-external-products__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.nk-external-products__footer {
		justify-content: stretch;
	}

	.nk-external-products__footer-cta {
		width: 100%;
	}
}

/* Advertentieblokken (beheerbare slots) — boxed editorial */
.post-type-salon #main .nk-ad-slot--single_salon,
.single-salon #main .nk-ad-slot--single_salon,
.fusion-body .post-type-salon .nk-ad-slot--single_salon,
.fusion-body .single-salon .nk-ad-slot--single_salon,
.nk-ad-slot {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 1.75rem 0;
	padding: 2rem 2rem 1.85rem;
	border: 1px solid rgba(31, 74, 58, 0.1);
	border-radius: 24px;
	background: #ffffff;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 4px 24px rgba(31, 74, 58, 0.06);
	overflow: hidden;
}

.nk-ad-slot__label {
	margin: 0 0 0.85rem;
	padding: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
	color: rgba(31, 74, 58, 0.45);
}

.nk-ad-slot__content {
	min-width: 0;
	max-width: 100%;
	font-size: 0.95rem;
	line-height: 1.5;
	color: inherit;
}

.nk-ad-slot__content > *:first-child {
	margin-top: 0;
}

.nk-ad-slot__content > *:last-child {
	margin-bottom: 0;
}

.nk-ad-slot__content > * + * {
	margin-top: 0.85rem;
}

.nk-ad-slot__content .nk-external-products {
	margin: 0;
	max-width: 100%;
}

.nk-ad-slot__content .nk-external-products__grid,
.nk-ad-slot__content .nk-external-products__carousel {
	max-width: 100%;
}

.nk-ad-slot__content .nk-external-product-card {
	max-width: 100%;
}

.nk-ad-slot:has(.nk-external-products) {
	padding: 1.15rem 1.15rem 1rem;
}

.nk-all-cities + .nk-ad-slot,
.nk-city-page > .nk-ad-slot--overview_bottom,
.nk-salon-overview > .nk-ad-slot--overview_bottom,
.nk-salon-layout + .nk-ad-slot--overview_bottom {
	margin-top: 1.75rem;
}

@media (max-width: 1023px) {
	.nk-ad-slot {
		margin: 1.5rem 0;
		padding: 1.35rem 1.35rem 1.25rem;
		border-radius: 22px;
	}
}

@media (max-width: 782px) {
	.nk-ad-slot {
		margin: 1.25rem 0;
		padding: 1.15rem 1rem 1.1rem;
		border-radius: 20px;
	}

	.nk-ad-slot__label {
		margin-bottom: 0.7rem;
	}
}
