/*
Theme Name: Nir Zvi Marble
Theme URI: https://digitouch.co.il
Author: Kfir Ben Shimon
Author URI: https://digitouch.co.il
Description: תבנית בסיסית RTL לשיש ניר צבי — עיצוב נקי עם חתימת יוקרה.
Version: 1.3.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nir-zvi-marble
*/

/* ==========================================================================
   Fonts — Ploni DL 1.1 AAA (local, 4 weights)
   ========================================================================== */

@font-face {
	font-family: "Ploni DL 1.1 AAA";
	src: url("assets/fonts/ploni-light-aaa.woff") format("woff"),
	     url("assets/fonts/ploni-light-aaa.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ploni DL 1.1 AAA";
	src: url("assets/fonts/ploni-regular-aaa.woff") format("woff"),
	     url("assets/fonts/ploni-regular-aaa.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ploni DL 1.1 AAA";
	src: url("assets/fonts/ploni-medium-aaa.woff") format("woff"),
	     url("assets/fonts/ploni-medium-aaa.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ploni DL 1.1 AAA";
	src: url("assets/fonts/ploni-bold-aaa.woff") format("woff"),
	     url("assets/fonts/ploni-bold-aaa.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Ploni DL 1.1 AAA", system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
	direction: rtl;
	text-align: right;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.85;
}

.site-wrap {
	overflow-x: clip;
	padding-top: var(--nzm-header-h-mobile, 72px);
}

@media (min-width: 1351px) {
	.site-wrap {
		padding-top: var(--nzm-header-h-desktop, 168px);
	}
}

body.nzm-home-hero .site-wrap {
	padding-top: 0;
}

/* ==========================================================================
   Header — Nir Zvi (דסקטופ + מובייל)
   ========================================================================== */

:root {
	--nzm-text-black: #000000;
	--nzm-text-dark-gray: #3e3e3e;
	--nzm-line-color: rgba(62, 62, 62, 0.2);
	--nzm-border-light: rgba(0, 0, 0, 0.15);
	--nzm-bg-gray: #f5f5f5;
	--nzm-header-font: "Ploni DL 1.1 AAA", system-ui, sans-serif;
}

.nzm-site-header.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	font-family: var(--nzm-header-font);
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.nzm-site-header .site-logo-link--custom .custom-logo-link img,
.nzm-site-header .mobile-logo-link--custom .custom-logo-link img {
	width: auto;
	height: auto;
	max-height: 70px;
	object-fit: contain;
}

.nzm-site-header .mobile-logo-link--custom .custom-logo-link img {
	max-height: 40px;
}

.admin-bar .nzm-site-header.site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .nzm-site-header.site-header {
		top: 46px;
	}
}

@media (min-width: 1351px) {
	.nzm-site-header.is-scrolled {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	}
}

@media (max-width: 1350px) {
	.nzm-site-header {
		position: fixed;
	}

	/* מובייל: דהייה כהה רק מעל Hero בדף הבית */
	.nzm-site-header.nzm-header--on-hero::before {
		content: "";
		position: absolute;
		inset: 0;
		pointer-events: none;
		z-index: 0;
		background: linear-gradient(
			360deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.35) 45%,
			rgba(0, 0, 0, 0.72) 100%
		);
		opacity: 1;
		transition: opacity 0.4s ease;
	}

	.nzm-site-header.nzm-header--on-hero.is-scrolled::before {
		opacity: 0;
	}

	.nzm-site-header:not(.nzm-header--on-hero)::before {
		display: none;
	}

	.nzm-site-header:not(.nzm-header--on-hero) .mobile-header-wrapper {
		background-color: #ffffff;
		border-bottom: 1px solid var(--nzm-border-light);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .mobile-header-wrapper {
		background: transparent;
		border-bottom-color: transparent;
	}

	.nzm-site-header:not(.nzm-header--on-hero) .hamburger-btn {
		color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .hamburger-btn {
		color: #fff;
	}

	.nzm-site-header:not(.nzm-header--on-hero) .mobile-logo .site-title-fallback {
		color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .mobile-logo .site-title-fallback {
		color: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .mobile-logo .header-logo--hero {
		display: block !important;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .mobile-logo .header-logo--bar {
		display: none !important;
	}

	.nzm-site-header > .desktop-header-wrapper,
	.nzm-site-header > .mobile-header-wrapper {
		position: relative;
		z-index: 1;
	}

	.nzm-site-header.is-scrolled .mobile-header-wrapper {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
	}
}

button {
	font-family: inherit;
}

@media (min-width: 1351px) {
	.mobile-header-wrapper {
		display: none !important;
	}

	.mobile-menu-overlay {
		display: none !important;
	}

	.desktop-header-wrapper {
		background: transparent;
		border-bottom: 1px solid transparent;
		transition: inherit;
	}

	.nzm-site-header:not(.nzm-header--on-hero) .desktop-header-wrapper {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	}

	.nzm-site-header:not(.nzm-header--on-hero) .header-bottom {
		border-bottom-color: rgba(0, 0, 0, 0.12);
	}

	.nzm-site-header.is-scrolled .desktop-header-wrapper {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper {
		border-bottom-color: transparent;
	}

	.header-container {
		max-width: 1826px;
		margin: 0 auto;
		padding: 15px 50px 0 50px;
		display: flex;
		flex-direction: column;
	}

	/* רקע דועך מלמעלה למטה מעל וידאו Hero — רק בדסקטופ כשהכותרת על הירו */
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .header-container {
		position: relative;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .header-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		bottom: 0;
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.82) 0%,
			rgba(0, 0, 0, 0.42) 42%,
			rgba(0, 0, 0, 0) 100%
		);
		pointer-events: none;
		z-index: 0;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .header-container > * {
		position: relative;
		z-index: 1;
	}

	/* דסקטופ: גלילה קלה מעל ה-Hero — כמו hover (לבן + טקסט שחור), עדיין מעל הווידאו */
	.nzm-site-header.nzm-header--on-hero.is-scrolled .header-container::before {
		opacity: 0;
		transition: opacity 0.25s ease;
	}

	.nzm-site-header.nzm-header--on-hero.is-scrolled .desktop-header-wrapper {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	}

	.header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.site-logo img,
	.site-logo .site-logo-img {
		width: 148px;
		height: 70px;
		object-fit: contain;
	}

	.btn-primary {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		border: 1px solid rgba(0, 0, 0, 0.5);
		padding: 10px 24px;
		background: transparent;
		color: var(--nzm-text-black);
		font-size: 20px;
		font-weight: 500;
		cursor: pointer;
		text-decoration: none;
		transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	}

	.btn-primary:hover {
		background: var(--nzm-text-black);
		color: #fff;
		border-color: var(--nzm-text-black);
	}

	.btn-primary:hover svg path {
		stroke: #fff;
	}

	.btn-primary__arrows {
		display: inline-flex;
		align-items: center;
		gap: 0;
		transition: transform 0.25s ease;
	}

	.btn-primary:hover .btn-primary__arrows {
		transform: translateX(-6px);
	}

	.header-bottom {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	}

	.main-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 56px;
	}

	.main-nav > ul > li {
		display: flex;
		align-items: center;
		padding-bottom: 25px;
		position: relative;
	}

	.main-nav a.nav-link {
		text-decoration: none;
		color: var(--nzm-text-black);
		font-size: 20px;
		font-weight: 500;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		position: relative;
		transition: color 0.2s, opacity 0.2s;
	}

	.main-nav > ul > li.active a.nav-link::after {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 0;
		right: 0;
		height: 2px;
		background-color: var(--nzm-text-black);
	}

	.main-nav a.nav-link:hover {
		opacity: 0.7;
	}

	.icon-chevron {
		transition: transform 0.3s ease;
		flex-shrink: 0;
	}

	.main-nav > ul > li:hover .icon-chevron,
	.main-nav > ul > li.mega-menu-open .icon-chevron {
		transform: rotate(180deg);
	}

	.contact-area {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 10px;
		padding-bottom: 20px;
		color: var(--nzm-text-black);
	}

	.contact-area .contact-icon {
		margin-inline-end: 5px;
	}

	.contact-area .number {
		font-size: 22px;
		font-weight: 700;
		color: inherit;
		direction: ltr;
		text-decoration: none;
	}

	.contact-area .label {
		font-size: 20px;
		font-weight: 400;
		color: inherit;
	}

	.mega-menu {
		position: fixed;
		top: var(--nzm-mega-top, 168px);
		left: 0;
		right: 0;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		border-top: 1px solid var(--nzm-border-light);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
		box-sizing: border-box;
		overflow-x: hidden;
		max-height: min(85vh, calc(100dvh - var(--nzm-mega-top, 168px)));
		overflow-y: auto;
	}

	/* גשר גבוה יותר — הפער של fixed mega מחוץ לתיבת ה-li */
	.mega-menu::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 64px;
	}

	.main-nav > ul > li:hover .mega-menu,
	.main-nav > ul > li.mega-menu-open .mega-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(-3px);
	}

	.mega-menu-inner {
		max-width: 1826px;
		margin: 0 auto;
		padding: clamp(24px, 3vw, 40px) clamp(20px, 3vw, 50px);
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: clamp(20px, 3vw, 40px);
		box-sizing: border-box;
		width: 100%;
	}

	.mega-menu-lists {
		display: flex;
		flex-wrap: wrap;
		gap: clamp(24px, 4vw, 64px);
		flex: 1 1 320px;
		min-width: 0;
		max-width: 100%;
		color: #3e3e3e;
		text-align: right;
		font-family: "Ploni DL 1.1 AAA", "Assistant", system-ui, sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}

	.menu-column {
		display: flex;
		flex-direction: column;
		text-align: right;
		min-width: min(100%, 140px);
		flex: 1 1 140px;
		max-width: 100%;
	}

	.menu-column__title {
		display: block;
		margin: 0 0 12px 0;
		color: var(--nzm-text-black);
		font-family: inherit;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		border-bottom: 1px solid var(--nzm-line-color);
		padding-block-end: 10px;
	}

	.menu-column ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.menu-column li {
		line-height: 30px;
	}

	.menu-column a {
		text-decoration: none;
		color: inherit;
		font: inherit;
		line-height: 30px;
		transition: color 0.2s;
	}

	.menu-column a:hover {
		color: var(--nzm-text-black);
	}

	.mega-menu-banners {
		display: flex;
		flex-wrap: wrap;
		gap: clamp(12px, 2vw, 20px);
		flex: 1 1 260px;
		min-width: 0;
		max-width: 100%;
		justify-content: flex-end;
		align-content: flex-start;
		box-sizing: border-box;
	}

	.desktop-banner {
		position: relative;
		flex: 1 1 240px;
		width: min(520px, 100%);
		max-width: 100%;
		min-width: 0;
		aspect-ratio: 520 / 300;
		height: auto;
		min-height: 350px;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: flex-end;
		text-decoration: none;
		overflow: hidden;
		box-sizing: border-box;
	}

	.desktop-banner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 141px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
		z-index: 1;
	}

	.desktop-banner-text {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: clamp(22px, 2.2vw, 34px);
		font-weight: 500;
		padding: clamp(16px, 2.5vw, 30px);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		box-sizing: border-box;
	}

	/* RTL: התחלה = ימין — הכותרת ימין, החץ צמוד משמאל לטקסט */
	.desktop-banner-text__title {
		line-height: 1.2;
	}

	.desktop-banner-text__arrows {
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		line-height: 0;
		transition: transform 0.25s ease;
	}

	.desktop-banner:hover .desktop-banner-text__arrows {
		transform: translateX(-6px);
	}

	.desktop-banner-text__arrows svg {
		display: block;
		width: 24px;
		height: 15px;
	}
}

@media (max-width: 1350px) {
	.desktop-header-wrapper {
		display: none !important;
	}

	.mobile-header-wrapper {
		border-bottom: 1px solid transparent;
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: background-color 0.35s ease, border-color 0.35s ease;
	}

	.hamburger-btn {
		background: none;
		border: none;
		cursor: pointer;
		padding: 5px;
		display: flex;
		align-items: center;
		color: var(--nzm-text-black);
	}

	.mobile-logo img,
	.mobile-logo .site-logo-img {
		width: 85px;
		height: 40px;
		object-fit: contain;
	}

	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background-color: #ffffff;
		z-index: 9999;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-20px);
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
	}

	.mobile-menu-overlay.active {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.menu-top-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 20px;
		border-bottom: 1px solid var(--nzm-border-light);
		flex-shrink: 0;
	}

	.close-btn {
		background: none;
		border: none;
		cursor: pointer;
		padding: 5px;
		display: flex;
		align-items: center;
		color: var(--nzm-text-black);
	}

	.menu-slider-container {
		position: relative;
		width: 100%;
		flex: 1;
		min-height: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}

	.menu-view {
		flex: 1;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: transform 0.4s ease-in-out;
		background: #fff;
	}

	.view-main {
		transform: translateX(0);
	}

	.view-submenu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translateX(100%);
		display: flex;
		flex-direction: column;
	}

	.show-submenu .view-main {
		transform: translateX(100%);
	}

	.show-submenu .view-submenu {
		transform: translateX(0);
	}

	.main-nav-list {
		list-style: none;
		padding: 0 20px;
		margin: 0;
	}

	.main-nav-list li {
		border-bottom: 1px solid #f0f0f0;
	}

	.main-nav-list a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: var(--nzm-text-black);
		font-size: 20px;
		font-weight: 500;
		padding: 18px 0;
	}

	.submenu-panels {
		flex: 1;
		min-height: 0;
		overflow-y: auto;
		position: relative;
	}

	.mobile-submenu-section {
		min-height: 100%;
	}

	.mobile-submenu-section[hidden] {
		display: none !important;
	}

	.submenu-header {
		background-color: var(--nzm-bg-gray);
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}

	.submenu-title {
		font-size: 20px;
		font-weight: 700;
		color: var(--nzm-text-black);
	}

	.back-btn {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		padding: 5px;
		color: var(--nzm-text-black);
	}

	.submenu-content {
		padding: 30px 20px 50px 20px;
	}

	.sub-list-group {
		margin-bottom: 35px;
	}

	.sub-list-group__title {
		display: block;
		font-size: 20px;
		font-weight: 500;
		color: var(--nzm-text-black);
		margin: 0 0 15px 0;
		padding-bottom: 10px;
	}

	.sub-list-group ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.sub-list-group a {
		text-decoration: none;
		color: var(--nzm-text-dark-gray);
		font-size: 19px;
	}

	.mobile-banners {
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin-top: 20px;
	}

	.mobile-banner {
		position: relative;
		width: 100%;
		height: 180px;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: flex-end;
		text-decoration: none;
		overflow: hidden;
	}

	.mobile-banner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
		transform: rotate(180deg);
		z-index: 1;
	}

	.mobile-banner-text {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 24px;
		font-weight: 500;
		padding: 20px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

/* לוגו בהיר/כהה — החלפה */
.header-logo--hero,
.header-logo--bar {
	display: none;
}

.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .header-logo--hero {
	display: block !important;
}

.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .header-logo--bar {
	display: none !important;
}

.nzm-site-header.is-scrolled .header-logo--hero,
.nzm-site-header:not(.nzm-header--on-hero) .header-logo--hero {
	display: none !important;
}

.nzm-site-header.is-scrolled .header-logo--bar,
.nzm-site-header:not(.nzm-header--on-hero) .header-logo--bar {
	display: block !important;
}

.nzm-site-header .header-logo--single {
	display: block !important;
}

.site-logo-link.site-logo-link--dual {
	position: relative;
	display: inline-block;
	width: 148px;
	height: 70px;
}

.site-logo-link--dual .header-logo--hero,
.site-logo-link--dual .header-logo--bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 148px;
	height: 70px;
	object-fit: contain;
}

@media (max-width: 1350px) {
	.mobile-logo .site-logo-link.site-logo-link--dual {
		width: 85px;
		height: 40px;
	}

	.mobile-logo .site-logo-link--dual .header-logo--hero,
	.mobile-logo .site-logo-link--dual .header-logo--bar {
		width: 85px;
		height: 40px;
	}
}

/* כותרת מעל Hero — טקסט וקווים לבנים */
@media (min-width: 1351px) {
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .btn-primary {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.5);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .btn-primary:hover {
		background: rgba(255, 255, 255, 0.15);
		color: #fff;
		border-color: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .btn-primary:hover svg path {
		stroke: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .main-nav a.nav-link {
		color: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .main-nav > ul > li.active a.nav-link::after {
		background-color: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .contact-area,
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .contact-area .number,
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .contact-area .label {
		color: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .contact-icon svg path {
		stroke: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover {
		background-color: #ffffff;
		border-bottom-color: var(--nzm-border-light);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .header-container::before {
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .header-logo--hero {
		display: none !important;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .header-logo--bar {
		display: block !important;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .btn-primary {
		color: var(--nzm-text-black);
		border-color: rgba(0, 0, 0, 0.5);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .btn-primary:hover {
		background: var(--nzm-text-black);
		color: #fff;
		border-color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .btn-primary:hover svg path {
		stroke: #fff;
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .main-nav a.nav-link {
		color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .main-nav > ul > li.active a.nav-link::after {
		background-color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .contact-area,
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .contact-area .number,
	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .contact-area .label {
		color: var(--nzm-text-black);
	}

	.nzm-site-header.nzm-header--on-hero:not(.is-scrolled) .desktop-header-wrapper:hover .contact-icon svg path {
		stroke: var(--nzm-text-black);
	}
}

/* דף הבית — Hero מלא מסך (מבודד מ-.hero הישן כדי שלא יידרסו סלקטורים כפולים) */
.hero-section {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	font-family: var(--nzm-header-font);
}

.hero-section .hero-video-bg,
.hero-section .hero-fallback-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero-section .hero-fallback-bg {
	background-size: cover;
	background-position: center;
	background-color: #1a1a1a;
}

.hero-section .hero-fallback-bg--plain {
	background-image: none;
	background: linear-gradient(160deg, #2a2a2a 0%, #0a0a0a 100%);
}

.hero-section .hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 2;
	pointer-events: none;
}

.hero-section .hero-content {
	position: relative;
	z-index: 3;
	max-width: 1826px;
	margin-inline: auto;
	width: 100%;
	padding: 0 50px 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.hero-section .hero-text-block {
	text-align: start;
	color: #fff;
	text-shadow: 0 4px 40px rgba(0, 0, 0, 0.9);
	max-width: 900px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	box-sizing: border-box;
}

.hero-section .hero-badge {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 10px;
	opacity: 0.9;
}

.hero-section .hero-title {
	font-size: clamp(2.5rem, 6vw, 5rem);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 25px;
}

.hero-section .hero-subtitle {
	display: block;
	font-size: clamp(1.15rem, 2vw, 2rem);
	font-weight: 300;
	line-height: 1.25;
	margin: 0 0 40px;
}

.hero-section .hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: background-color 0.3s ease, border-color 0.3s ease;
	box-sizing: border-box;
}

.hero-section .hero-btn svg {
	transition: transform 0.25s ease;
}

.hero-section .hero-btn:hover {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: #fff;
}

.hero-section .hero-btn:hover svg {
	transform: translateX(-6px);
}

.hero-section .hero-btn-text {
	font-size: 20px;
	font-weight: 500;
}

.hero-section .scroll-down-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.1);
	overflow: hidden;
	z-index: 4;
	pointer-events: none;
}

.hero-section .scroll-down-line::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: nzm-scroll-line 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes nzm-scroll-line {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}

@media (max-width: 768px) {
	.hero-section {
		height: 100vh;
		height: 100dvh;
		min-height: 100vh;
		min-height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		padding-bottom: 60px;
	}

	.hero-section .hero-content {
		padding: 0 20px 80px;
	}

	.hero-section .hero-text-block {
		max-width: 100%;
	}

	.hero-section .hero-title {
		margin-bottom: 15px;
	}

	.hero-section .hero-subtitle {
		margin-bottom: 30px;
	}

	.hero-section .hero-badge {
		font-size: 18px;
	}

	.hero-section .hero-btn {
		padding: 12px 24px;
		width: 100%;
		justify-content: center;
	}

	.hero-section .hero-btn-text {
		font-size: 18px;
	}

	.hero-section .scroll-down-line {
		height: 60px;
	}
}

/* ==========================================================================
   דף הבית — רשת קטגוריות (homepage-category)
   ========================================================================== */

.nzm-category-section {
	position: relative;
	width: 100%;
	padding: 80px 20px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}

.nzm-category-inner {
	max-width: 1880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nzm-category-intro {
	text-align: center;
	max-width: 900px;
	margin-bottom: 60px;
}

.nzm-category-title {
	color: #000;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.17;
	margin: 0 0 20px;
	font-family: var(--nzm-header-font);
}

.nzm-category-lead {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	font-family: var(--nzm-header-font);
}

.nzm-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	width: 100%;
}

.nzm-category-card {
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	background-color: #d9d9d9;
	color: inherit;
	box-sizing: border-box;
}

.nzm-category-card:hover,
.nzm-category-card:focus-visible {
	opacity: 1;
}

.nzm-category-card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	min-height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
}

.nzm-category-card:hover .nzm-category-card__img,
.nzm-category-card:focus-visible .nzm-category-card__img {
	transform: scale(1.05);
}

.nzm-category-card__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 288px;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, #0b0b0b 100%);
	z-index: 2;
	pointer-events: none;
}

.nzm-category-card__title {
	position: absolute;
	bottom: 35px;
	right: 35px;
	left: 35px;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	z-index: 3;
	font-family: var(--nzm-header-font);
	text-align: right;
}

@media (max-width: 1400px) {
	.nzm-category-section {
		padding: 60px 20px;
	}

	.nzm-category-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.nzm-category-section {
		padding: 50px 15px;
	}

	.nzm-category-intro {
		margin-bottom: 40px;
	}

	.nzm-category-title {
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 15px;
	}

	.nzm-category-lead {
		font-size: 19px;
		line-height: 26px;
	}

	.nzm-category-grid {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
		margin: 0 auto;
	}

	.nzm-category-card {
		height: 480px;
	}

	.nzm-category-card__overlay {
		height: 203px;
	}

	.nzm-category-card__title {
		font-size: 26px;
		line-height: 1.23;
		bottom: 25px;
		right: 25px;
		left: 25px;
	}
}

/* כפתורי גיבוי לעמודים שעדיין משתמשים בכפתור הישן */
.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 2px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	opacity: 1;
}

.btn-ghost .arrow {
	display: inline-block;
	transform: scaleX(-1);
}

/* ==========================================================================
   Hero (legacy — לא חופף ל-.hero-section בדף הבית)
   ========================================================================== */

.hero:not(.hero-section) {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	padding: 7rem 1.5rem 4rem;
	background-color: #2a2a2a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero:not(.hero-section)::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.45) 0%,
		rgba(0, 0, 0, 0.25) 45%,
		rgba(0, 0, 0, 0.35) 100%
	);
	pointer-events: none;
}

.hero:not(.hero-section) .hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.hero:not(.hero-section) .hero-content {
	max-width: 560px;
	text-align: right;
	color: #fff;
}

.hero:not(.hero-section) .hero-kicker {
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	opacity: 0.95;
	margin: 0 0 0.75rem;
}

.hero:not(.hero-section) .hero-title {
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 1rem;
}

.hero:not(.hero-section) .hero-text {
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.75rem;
	opacity: 0.95;
}

.hero:not(.hero-section) .btn-ghost {
	font-size: 1rem;
}

/* ==========================================================================
   Sections
   ========================================================================== */

.section {
	padding: 4rem 1.5rem;
}

.section--white {
	background: #fff;
}

.section-inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.section-title {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	margin: 0 0 1.25rem;
	color: #111;
}

.section-text {
	margin: 0;
	font-size: 1.05rem;
	color: #444;
	line-height: 1.75;
}

.gallery-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

@media (max-width: 768px) {
	.gallery-strip {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-strip__item {
	aspect-ratio: 4 / 3;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
}

/* ==========================================================================
   Blog / generic content
   ========================================================================== */

.content-area {
	max-width: 800px;
	margin: 0 auto;
	padding: 8rem 1.5rem 4rem;
}

.entry-title {
	font-size: 2rem;
	margin-top: 0;
}

.entry-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1.5rem;
}

.post-navigation,
.pagination {
	margin-top: 2rem;
}

/* ==========================================================================
   Footer & WhatsApp
   ========================================================================== */

.site-footer {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #d6d8dc;
	padding-top: 60px;
	width: 100%;
	color: #0e0e10;
	text-align: initial;
	font-size: 1rem;
}

.footer-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-nav-wrapper {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.footer-nav-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
}

.footer-col {
	display: flex;
	flex-direction: column;
}

.footer-col-title {
	color: #0e0e10;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-icon {
	display: none;
}

.footer-col-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-col-links a {
	color: #3e3e3e;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-col-links a:hover {
	color: #000;
}

.social-icons {
	display: flex;
	gap: 15px;
}

.social-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}

.social-icon:hover {
	background-color: #000;
	color: #fff;
}

.social-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (min-width: 769px) {
	.social-icons {
		position: absolute;
		left: 0;
		bottom: 40px;
	}
}

.footer-contact-cards {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}

.contact-card {
	background-color: #fff;
	border: 1px solid #d6d8dc;
	border-radius: 8px;
	padding: 30px;
	width: 100%;
	max-width: 520px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.contact-card-content {
	text-align: right;
}

.contact-card-title {
	display: block;
	color: #000;
	font-size: 23px;
	font-weight: 500;
	margin: 0 0 10px;
}

.contact-card-text {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.contact-card-text p {
	margin: 0;
}

.contact-card-text a {
	color: #3e3e3e;
	text-decoration: underline;
}

.contact-card-text a:hover {
	color: #000;
}

.contact-card-icon {
	flex-shrink: 0;
	margin-right: 20px;
}

.contact-card-icon svg {
	width: 45px;
	height: 58px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-top: 1px solid rgba(62, 62, 62, 0.2);
	position: relative;
}

.copyright-text {
	color: #3e3e3e;
	font-size: 15px;
}

.credit-text {
	color: #3e3e3e;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	direction: ltr;
}

.credit-link--logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.credit-link--logo img {
	display: block;
	height: 20px;
	width: auto;
}

.credit-link {
	color: #3e3e3e;
	text-decoration: none;
}

.credit-link:hover {
	color: #000;
	text-decoration: underline;
}

.credit-sep {
	opacity: 0.5;
	padding: 0 4px;
}

/* כפתור חזרה למעלה — דביק בצד שמאל, מעל בר המובייל */
.site-footer .back-to-top {
	position: fixed;
	left: max(1.25rem, env(safe-area-inset-left));
	bottom: 1.5rem;
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
	transition: transform 0.3s;
	z-index: 9990;
	padding: 0;
}

.site-footer .back-to-top:hover {
	transform: translateY(-4px);
}

.mobile-sticky-bar {
	display: none;
}

@media (max-width: 768px) {
	.site-footer {
		padding-top: 30px;
	}

	.footer-container {
		padding: 0 20px;
	}

	.footer-nav-wrapper {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	.footer-nav-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.footer-col {
		border-top: 1px solid #d6d8dc;
	}

	.footer-col:last-child {
		border-bottom: 1px solid #d6d8dc;
	}

	.footer-col-title {
		padding: 16px 0;
		margin: 0;
		cursor: pointer;
		font-size: 18px;
	}

	.accordion-icon {
		display: block;
		transition: transform 0.3s ease;
	}

	.footer-col-links {
		display: none;
		padding-bottom: 16px;
	}

	.footer-col.active .footer-col-links {
		display: flex;
	}

	.footer-col.active .accordion-icon {
		transform: rotate(180deg);
	}

	.social-icons {
		justify-content: center;
		margin-top: 30px;
		position: static;
	}

	.footer-contact-cards {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 0px;
	}

	.contact-card {
		padding: 25px 20px;
	}

	.contact-card-title {
		font-size: 20px;
	}

	.contact-card-text {
		font-size: 16px;
	}

	.contact-card-icon svg {
		width: 40px;
		height: 52px;
	}

	.footer-bottom {
		flex-direction: column-reverse;
		gap: 15px;
		text-align: center;
		padding-bottom: 80px;
		border-top: none;
	}

	.site-footer .back-to-top {
		bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
		width: 44px;
		height: 44px;
	}

	.mobile-sticky-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #000;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		z-index: 9999;
		height: 60px;
	}

	.sticky-btn {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	.sticky-btn:last-child {
		border-left: none;
	}

	.sticky-btn svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: #fff;
		stroke-width: 1.5;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.sticky-btn.whatsapp-icon svg {
		fill: #fff;
		stroke: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.footer-nav-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.footer-nav-wrapper {
		padding-bottom: 80px;
	}
}

.whatsapp-float {
	position: fixed;
	bottom: 1.25rem;
	right: 1.25rem;
	z-index: 90;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s;
}

.whatsapp-float:hover {
	transform: scale(1.06);
	opacity: 1;
}

.whatsapp-float svg {
	width: 30px;
	height: 30px;
}

@media (max-width: 768px) {
	.whatsapp-float {
		display: none;
	}
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ==========================================================================
   דף הבית — סליידר מוצרים (Splide)
   ========================================================================== */

/* דריסת ברירת מחדל של Splide (splide.min.css): .splide__arrow svg { fill:#000; width/height:1.2em } */
.splide__arrow svg {
	fill: none;
	width: auto;
	height: auto;
}

.nzm-products-section {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	/* background: #fafafa; */
}

.nzm-products-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 16px;
}

.nzm-products-title {
	font-size: 60px;
	font-weight: 300;
	color: #000;
	margin: 0;
	line-height: 1.17;
	font-family: var(--nzm-header-font);
}

.nzm-products-catalog {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	position: relative;
}

.nzm-products-catalog svg {
	transition: transform 0.25s ease;
}

.nzm-products-catalog:hover,
.nzm-products-catalog:focus-visible {
	opacity: 1;
}

.nzm-products-catalog:hover svg,
.nzm-products-catalog:focus-visible svg {
	transform: translateX(-6px);
}

.nzm-products-catalog::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
}

.nzm-products-slider {
	position: relative;
	padding-right: 80px;
}

.nzm-products-slider .splide__slide {
	width: 260px;
}

.nzm-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.nzm-product-card:hover,
.nzm-product-card:focus-visible {
	opacity: 1;
}

.nzm-product-card__img {
	width: 260px;
	height: 420px;
	object-fit: cover;
	margin-bottom: 20px;
	background-color: #eee;
	display: block;
	max-width: none;
	border-radius: 0;
	transition: border-radius 0.4s ease;
}

.nzm-product-card:hover .nzm-product-card__img,
.nzm-product-card:focus-visible .nzm-product-card__img {
	border-radius: 300px;
}

.nzm-product-card__img--placeholder {
	display: block;
}

.nzm-product-card__name {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin: 0 0 5px;
	text-align: right;
	font-family: var(--nzm-header-font);
}

.nzm-product-card__material {
	font-size: 18px;
	font-weight: 400;
	color: #656565;
	line-height: 18px;
	margin: 0;
	text-align: right;
	font-family: var(--nzm-header-font);
}

.nzm-products-slider .splide__arrows {
	z-index: 5;
}

.nzm-products-slider .splide__arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	line-height: 0;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	cursor: pointer;
	position: absolute;
	top: 50%;
	opacity: 1;
	overflow: visible;
	box-sizing: border-box;
	transition: transform 0.3s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.nzm-products-slider .splide__arrow:hover,
.nzm-products-slider .splide__arrow:focus-visible {
	transform: translateY(-50%) scale(1.05) !important;
	background-color: #000;
	color: #fff;
	border-color: #000;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.nzm-products-slider .splide__arrow svg {
	width: 21px;
	height: 21px;
	display: block;
	flex-shrink: 0;
}

.nzm-products-slider .splide__arrow svg path {
	stroke: currentColor;
}

.nzm-products-slider .splide__arrow--prev {
	right: 10px;
	transform: translateY(-50%);
}

.nzm-products-slider .splide__arrow--next {
	left: 30px;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.nzm-products-header {
		padding: 0 30px;
	}

	.nzm-products-title {
		font-size: 40px;
	}

	.nzm-products-slider {
		padding-right: 30px;
	}

	.nzm-products-slider .splide__arrow--prev {
		right: 5px;
	}
}

@media (max-width: 768px) {
	.nzm-products-section {
		padding: 50px 0;
	}

	.nzm-products-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.nzm-products-slider .splide__arrow {
		display: none;
	}

	.nzm-products-slider .splide__slide {
		width: 100%;
	}

	.nzm-product-card__img {
		width: 100%;
		height: 350px;
	}

	.nzm-products-slider {
		padding-right: 0;
	}
}

/* ==========================================================================
   דף הבית — הסיפור שלנו / אודות (homepage-about)
   ========================================================================== */

.nzm-about-section {
	padding: 80px 20px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}

.nzm-about-container {
	max-width: 1880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.nzm-about-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.nzm-about-media {
	flex: 1;
	max-width: 1264px;
}

.nzm-about-video {
	width: 100%;
	height: auto;
	max-height: 750px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

.nzm-about-content {
	flex: 0 0 410px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
}

.nzm-about-top .nzm-about-content:only-child {
	flex: 1 1 auto;
	max-width: 100%;
	width: 100%;
}

.nzm-about-title {
	color: #000;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	margin: 0 0 30px;
	font-family: var(--nzm-header-font);
}

.nzm-about-text {
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 40px;
	font-family: var(--nzm-header-font);
}

.nzm-about-readmore {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	transition: opacity 0.3s ease;
	font-family: var(--nzm-header-font);
}

.nzm-about-readmore:hover,
.nzm-about-readmore:focus-visible {
	opacity: 0.7;
}

.nzm-about-readmore::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: stretch;
	height: 1px;
	background-color: #000;
}

.nzm-about-features {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.nzm-about-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 260px;
}

.nzm-about-feature__media {
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nzm-about-feature__media--lottie {
	overflow: hidden;
}

.nzm-about-feature__media--lottie svg {
	width: 100% !important;
	height: 100% !important;
}

.nzm-about-feature__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.nzm-about-feature__title {
	color: #0b0b0b;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 10px;
	font-family: var(--nzm-header-font);
}

.nzm-about-feature__text {
	color: #0b0b0b;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	font-family: var(--nzm-header-font);
}

@media (max-width: 1024px) {
	.nzm-about-top {
		flex-direction: column;
		gap: 40px;
	}

	.nzm-about-media {
		max-width: 100%;
		width: 100%;
	}

	.nzm-about-content {
		flex: 1;
		width: 100%;
	}

	.nzm-about-features {
		flex-direction: column;
		align-items: center;
		gap: 60px;
	}

	.nzm-about-feature {
		width: 100%;
		max-width: 350px;
	}
}

@media (max-width: 768px) {
	.nzm-about-section {
		padding: 50px 20px;
	}

	.nzm-about-container {
		gap: 60px;
	}

	.nzm-about-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.nzm-about-text {
		font-size: 19px;
		line-height: 28px;
	}

	.nzm-about-feature__title {
		font-size: 24px;
	}

	.nzm-about-feature__text {
		font-size: 18px;
	}
}

/* ==========================================================================
   דף הבית — פרויקטים (Splide)
   ========================================================================== */

.nzm-projects-section {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

.nzm-projects-slider {
	position: relative;
}

.nzm-projects-slide-inner {
	position: relative;
	min-height: 783px;
	display: flex;
	align-items: center;
	width: 100%;
}

.nzm-projects-slide-visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	z-index: 1;
	background-color: #e9e9e9;
}

.nzm-projects-main-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nzm-projects-slide-info {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nzm-projects-main-title {
	font-size: 60px;
	font-weight: 300;
	color: #000;
	margin: 0 0 10px;
	line-height: 1.1;
	font-family: var(--nzm-header-font);
}

.nzm-projects-sub-title {
	font-size: 32px;
	font-weight: 400;
	color: #000;
	margin: 0 0 40px;
	line-height: 1.2;
	font-family: var(--nzm-header-font);
}

.nzm-projects-info-card {
	width: 585px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #e9e9e9;
	display: flex;
	flex-direction: row;
	padding: 17px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.nzm-projects-card-text {
	flex: 1;
	padding: 20px 20px 20px 40px;
	display: flex;
	flex-direction: column;
	text-align: right;
	box-sizing: border-box;
}

.nzm-projects-quote {
	font-family: var(--nzm-header-font);
	font-size: 48px;
	font-weight: bold;
	color: #000;
	line-height: 0.8;
	margin-bottom: 20px;
}

.nzm-projects-testimonial {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	margin: 0 0 30px;
	font-family: var(--nzm-header-font);
}

.nzm-projects-meta {
	margin-top: auto;
}

.nzm-projects-meta-row {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 8px;
	font-family: var(--nzm-header-font);
}

.nzm-projects-meta-label {
	color: #656565;
}

.nzm-projects-meta-value {
	color: #000;
}

.nzm-projects-card-thumb {
	width: 260px;
	height: 420px;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}

.nzm-projects-card-thumb--placeholder {
	background: #e0e0e0;
}

.nzm-projects__arrows {
	position: absolute;
	bottom: 0;
	right: 8%;
	display: flex;
	gap: 10px;
	z-index: 15;
}

.nzm-projects-slider .splide__arrow {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	line-height: 0;
	cursor: pointer;
	overflow: visible;
	box-sizing: border-box;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	opacity: 1;
}

.nzm-projects-slider .splide__arrow:hover,
.nzm-projects-slider .splide__arrow:focus-visible {
	background: #000;
	color: #fff;
	border-color: #000;
}

.nzm-projects-slider .splide__arrow svg {
	width: 21px;
	height: 21px;
	display: block;
	flex-shrink: 0;
}

.nzm-projects-slider .splide__arrow svg path {
	stroke: currentColor;
}

@media (max-width: 1024px) {
	.nzm-projects-slide-inner {
		flex-direction: column;
		min-height: 0;
	}

	.nzm-projects-slide-visual {
		position: relative;
		width: 100%;
		height: 400px;
		order: 2;
		z-index: 1;
	}

	.nzm-projects-slide-info {
		width: 100%;
		padding: 40px 20px 0;
		align-items: center;
		order: 1;
		z-index: 2;
	}

	.nzm-projects-main-title,
	.nzm-projects-sub-title {
		text-align: center;
	}

	.nzm-projects-info-card {
		flex-direction: column;
		width: 100%;
		max-width: 400px;
		margin-bottom: -80px;
		padding: 20px;
	}

	.nzm-projects-card-text {
		padding: 0 0 20px;
		align-items: center;
		text-align: center;
	}

	.nzm-projects-card-thumb,
	.nzm-projects-card-thumb--placeholder {
		width: 100%;
		height: 250px;
	}

	.nzm-projects__arrows {
		position: relative;
		right: auto;
		bottom: auto;
		justify-content: center;
		margin-top: 40px;
		padding-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.nzm-projects-slide-visual {
		height: 283px;
	}

	.nzm-projects-main-title {
		font-size: 40px;
		line-height: 66px;
		margin-bottom: 0;
	}

	.nzm-projects-sub-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.nzm-projects-info-card {
		width: 334px;
		margin-bottom: -120px;
	}

	.nzm-projects-quote {
		font-size: 48px;
	}

	.nzm-projects-testimonial {
		font-size: 22px;
		line-height: 26px;
	}

	.nzm-projects-meta-row {
		font-size: 18px;
	}

	.nzm-projects-card-thumb,
	.nzm-projects-card-thumb--placeholder {
		height: 158px;
	}

	.nzm-projects-slider .splide__arrow {
		width: 54px;
		height: 54px;
	}
}

/* ==========================================================================
   דף הבית — אבנים נבחרות
   ========================================================================== */

.nzm-stones-section {
	padding: 80px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/* background: #fafafa; */
}

.nzm-stones-title {
	text-align: center;
	color: #000;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	margin: 0 0 60px;
	font-family: var(--nzm-header-font);
}

.nzm-stone-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 299px;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.nzm-stone-card:hover,
.nzm-stone-card:focus-visible {
	opacity: 1;
}

.nzm-stone-image-wrap {
	width: 100%;
	max-width: 299px;
	aspect-ratio: 299 / 483;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.nzm-stone-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	transition: border-radius 0.4s ease;
}

.nzm-stone-image--placeholder {
	display: block;
	background: #e9e9e9;
}

.nzm-stone-card:hover .nzm-stone-image,
.nzm-stone-card:focus-visible .nzm-stone-image {
	border-radius: 300px;
}

.nzm-stone-name {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	font-family: var(--nzm-header-font);
}

.nzm-stones-desktop {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(10px, 1.25vw, 24px);
	padding: 0 clamp(12px, 2vw, 24px);
	width: 100%;
	max-width: min(1680px, 100%);
	margin: 0 auto;
	box-sizing: border-box;
	justify-items: center;
	align-items: start;
}

.nzm-stones-slider {
	display: none;
}

@media (max-width: 1024px) {
	.nzm-stones-desktop {
		display: none;
	}

	.nzm-stones-slider {
		display: block;
		padding-right: 0;
	}

	.nzm-stones-title {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.nzm-stone-image-wrap {
		width: 100%;
		height: 350px;
	}
}

@media (max-width: 768px) {
	.nzm-stone-image-wrap {
		height: 280px;
	}

	.nzm-stone-name {
		font-size: 20px;
	}
}

/* ==========================================================================
   דף הבית — סניפים / יצירת קשר (Options ACF)
   ========================================================================== */

.nzm-branches-section {
	padding: 80px 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* background-color: #fafafa; */
}

.nzm-branches-title {
	color: #000;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
	margin: 0 0 60px;
	font-family: var(--nzm-header-font);
}

.nzm-branches-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	gap: 20px;
	width: 100%;
	max-width: 1602px;
	margin: 0 auto;
	box-sizing: border-box;
	justify-items: stretch;
	align-items: stretch;
}

.nzm-branch-card {
	position: relative;
	width: 100%;
	max-width: 791px;
	height: 610px;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
	box-sizing: border-box;
}

.nzm-branch-card:hover .nzm-branch-card__img,
.nzm-branch-card:focus-visible .nzm-branch-card__img {
	transform: scale(1.05);
}

.nzm-branch-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.nzm-branch-card__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 233px;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, #0b0b0b 100%);
	z-index: 1;
	pointer-events: none;
}

.nzm-branch-card__content {
	position: absolute;
	bottom: 30px;
	right: 40px;
	left: 24px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	text-align: right;
}

.nzm-branch-card__name {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 5px;
	display: block;
	font-family: var(--nzm-header-font);
}

.nzm-branch-detail {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.nzm-branch-detail svg {
	flex-shrink: 0;
}

.nzm-branch-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	font-family: var(--nzm-header-font);
}

.nzm-branch-text--phone {
	text-decoration: underline;
	transition: color 0.3s ease;
}

.nzm-branch-card:hover .nzm-branch-text--phone,
.nzm-branch-card:focus-visible .nzm-branch-text--phone {
	color: #d5d5d5;
}

@media (max-width: 1024px) {
	.nzm-branches-container {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 30px;
	}

	.nzm-branch-card {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.nzm-branches-section {
		padding: 50px 15px;
	}

	.nzm-branches-title {
		font-size: 40px;
		line-height: 46px;
		margin-bottom: 40px;
	}

	.nzm-branch-card {
		max-width: 400px;
		height: 258px;
	}

	.nzm-branch-card__overlay {
		height: 178px;
	}

	.nzm-branch-card__content {
		bottom: 20px;
		right: 20px;
		left: 16px;
		gap: 8px;
	}

	.nzm-branch-card__name {
		font-size: 36px;
	}

	.nzm-branch-text {
		font-size: 18px;
	}

	.nzm-branch-detail svg {
		width: 18px;
		height: 18px;
	}
}

/* ==========================================================================
   דף הבית — ביקורות (Options ACF)
   ========================================================================== */

.nzm-reviews-section {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	background-color: #fff;
	overflow: hidden;
}

.nzm-reviews-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	min-height: 480px;
	z-index: 1;
	pointer-events: none;
}

.nzm-reviews-bg--placeholder {
	background: linear-gradient(145deg, #e4e4e0 0%, #c8c8c2 100%);
}

.nzm-reviews-bg__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nzm-reviews-header {
	position: relative;
	z-index: 2;
	padding: 8px 120px 24px 48px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	isolation: isolate;
}

/* .nzm-reviews-header::before {
	content: "";
	position: absolute;
	inset: -12px 0 -16px -42vw;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(
		to left,
		#fff 0%,
		rgba(255, 255, 255, 0.97) 22%,
		rgba(255, 255, 255, 0.55) 55%,
		rgba(255, 255, 255, 0) 100%
	);
} */

.nzm-reviews-title {
	font-size: 60px;
	font-weight: 300;
	color: #000;
	line-height: 66px;
	margin: 0 0 10px;
	font-family: var(--nzm-header-font);
}

.nzm-reviews-rating-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.nzm-reviews-rating-num {
	font-size: 54.64px;
	font-weight: 300;
	color: #000;
	line-height: 69px;
	font-family: var(--nzm-header-font);
}

.nzm-reviews-rating-divider {
	width: 1px;
	height: 40px;
	background-color: #000;
	flex-shrink: 0;
}

.nzm-reviews-google-logo {
	height: 35px;
	width: auto;
	display: block;
}

.nzm-reviews-slider-wrap {
	position: relative;
	z-index: 3;
	padding-bottom: 48px;
}

.nzm-reviews-slider {
	position: relative;
	padding-right: 120px;
	padding-bottom: 104px;
}

.nzm-reviews-slider .splide__slide {
	width: 386px;
}

.nzm-review-card {
	width: 386px;
	height: 454px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	padding: 35px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.nzm-review-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	flex-shrink: 0;
}

.nzm-review-card__g {
	display: flex;
	line-height: 0;
}

.nzm-review-card__g svg {
	display: block;
}

.nzm-review-card__stars {
	display: flex;
	gap: 5px;
	align-items: center;
}

.nzm-review-card__star path {
	fill: #e0e0e0;
}

.nzm-review-card__star--filled path {
	fill: #000;
}

.nzm-review-card__text {
	font-size: 19px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	text-align: right;
	margin: 0;
	flex-grow: 1;
	overflow: hidden;
	font-family: var(--nzm-header-font);
}

.nzm-review-card__name {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin: 20px 0 0;
	font-family: var(--nzm-header-font);
}

.nzm-reviews-slider__arrows {
	position: absolute;
	bottom: 12px;
	right: 120px;
	display: flex;
	gap: 15px;
	z-index: 10;
}

.nzm-reviews-slider .splide__arrow {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	line-height: 0;
	cursor: pointer;
	overflow: visible;
	box-sizing: border-box;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	opacity: 1;
}

.nzm-reviews-slider .splide__arrow:hover,
.nzm-reviews-slider .splide__arrow:focus-visible {
	background: #000;
	color: #fff;
	border-color: #000;
}

.nzm-reviews-slider .splide__arrow svg {
	width: 21px;
	height: 21px;
	display: block;
	flex-shrink: 0;
}

.nzm-reviews-slider .splide__arrow svg path {
	stroke: currentColor;
}

@media (min-width: 769px) and (max-width: 1350px) {
	.nzm-reviews-header,
	.nzm-reviews-slider,
	.nzm-reviews-slider__arrows {
		padding-right: 40px;
	}

	.nzm-reviews-slider__arrows {
		right: 40px;
	}

	.nzm-reviews-bg {
		width: 52%;
	}

	.nzm-reviews-header::before {
		inset: -8px 0 -12px -28vw;
	}
}

@media (max-width: 768px) {
	.nzm-reviews-section {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.nzm-reviews-bg {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 283px;
		min-height: 0;
	}

	.nzm-reviews-header {
		padding: 8px 0 20px;
		    align-items: center;
	}

	.nzm-reviews-header::before {
		display: none;
	}

	.nzm-reviews-title {
		font-size: 40px;
		line-height: 66px;
		text-align: center;
	}

	.nzm-reviews-rating-num {
		font-size: 40px;
	}

	.nzm-reviews-slider {
		padding-right: 0;
	}

	.nzm-reviews-slider-wrap {
		padding-bottom: 32px;
	}

	.nzm-reviews-slider {
		padding-bottom: 96px;
	}

	.nzm-reviews-slider .splide__slide {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.nzm-review-card {
		width: 334px;
		height: auto;
		min-height: 409px;
		padding: 25px;
	}

	.nzm-reviews-slider__arrows {
		right: 50%;
		transform: translateX(50%);
		bottom: 4px;
	}

	.nzm-reviews-slider .splide__arrow {
		width: 54px;
		height: 54px;
	}
}

/* עמוד מוצר בודד — Hero + גלריה + מוצרים קשורים */
.nzm-product-page {
	font-family: var(--nzm-header-font);
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	overflow-x: clip;
}

.nzm-product-page__hero {
    width: 100vw;
    max-width: 1920px;
    margin-inline: calc(50% - 50vw);
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.nzm-product-page__image-col {
	flex: 1 1 53.333%;
	min-width: 0;
	position: relative;
	aspect-ratio: 1024 / 829;
	overflow: hidden;
	margin: 0;
	background: #eee;
}

.nzm-product-page__image-frame {
	position: relative;
	width: 100%;
	height: 100%;
}

.nzm-product-page__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nzm-product-page__image-frame--placeholder {
	min-height: 320px;
	background: #e8e8e8;
}

.nzm-product-page__expand {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease;
	z-index: 3;
	padding: 0;
	border: none;
	cursor: pointer;
	color: inherit;
	font: inherit;
}

.nzm-product-page__expand:hover,
.nzm-product-page__expand:focus-visible {
	background: rgba(0, 0, 0, 0.72);
}

/* פופאפ תמונת Hero */
.nzm-hero-lightbox {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 100vw;
	max-height: 100vh;
	width: 100vw;
	height: 100vh;
	background: transparent;
	box-sizing: border-box;
}

.nzm-hero-lightbox::backdrop {
	background: rgba(0, 0, 0, 0.88);
}

.nzm-hero-lightbox__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(48px, 8vh, 80px) clamp(16px, 4vw, 40px);
	box-sizing: border-box;
}

.nzm-hero-lightbox__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	cursor: pointer;
}

.nzm-hero-lightbox__close {
	position: absolute;
	top: clamp(12px, 3vh, 24px);
	left: clamp(12px, 3vw, 24px);
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.nzm-hero-lightbox__close:hover,
.nzm-hero-lightbox__close:focus-visible {
	background: rgba(0, 0, 0, 0.7);
	border-color: #fff;
}

.nzm-hero-lightbox__img-wrap {
	position: relative;
	z-index: 1;
	max-width: min(96vw, 1800px);
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nzm-hero-lightbox__img {
	max-width: 100%;
	max-height: min(88vh, 1200px);
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.nzm-product-page__details {
	flex: 0 1 46.667%;
	max-width: min(960px, 46.667vw);
	min-width: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 40px;
	padding-right: clamp(20px, 8.33vw, 160px);
	padding-left: clamp(20px, 3.17vw, 61px);
	padding-bottom: 40px;
	text-align: right;
}

.nzm-product-page__breadcrumbs {
	font-size: 17px;
	color: #000;
	margin-bottom: 25px;
}

.nzm-product-page__breadcrumbs--mobile {
	display: none;
}

.nzm-product-page__crumb-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.nzm-product-page__crumb-link {
	color: #000;
	text-decoration: none;
	font-weight: 300;
}

.nzm-product-page__crumb-link:hover {
	text-decoration: underline;
}

.nzm-product-page__crumb-current {
	font-weight: 500;
}

.nzm-product-page__title {
	font-size: clamp(32px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.nzm-product-page__shipping {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(183, 183, 183, 0.3);
	border-radius: 4px;
	min-height: 26px;
	padding: 4px 10px;
	font-size: 17px;
	color: #000;
	align-self: flex-start;
	margin-bottom: 30px;
}

.nzm-product-page__specs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
	margin-bottom: 30px;
}

.nzm-product-page__spec {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 80px;
}

.nzm-product-page__spec-label {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.nzm-product-page__spec-value {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
	color: #4a4a4a;
	text-transform: uppercase;
}

.nzm-product-page__section-title {
	font-size: 21px;
	font-weight: 500;
	color: #000;
	margin: 0 0 10px;
}

.nzm-product-page__desc-short {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	margin: 0 0 10px;
}

.nzm-product-page__desc-full-inner,
.nzm-product-page__desc-full .nzm-product-page__desc-full-inner {
	font-size: 18px;
	line-height: 1.55;
	color: #000;
}

.nzm-product-page__read-more {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	background: none;
	border: none;
	padding: 0;
	margin-top: 4px;
	font-family: inherit;
}

.nzm-product-page__read-more-inner {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nzm-product-page__read-more-line {
	width: 83px;
	height: 1px;
	background-color: #000;
	margin-top: 2px;
}

.nzm-product-page__accordion {
	border-top: 1px solid #c7c7c7;
}

.nzm-product-page__accordion:last-of-type {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 35px;
}

.nzm-product-page__accordion-head {
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background: none;
	border: none;
	font: inherit;
	text-align: right;
	color: inherit;
}

.nzm-product-page__accordion-title {
	font-size: 21px;
	font-weight: 500;
	margin: 0;
}

.nzm-product-page__accordion-icon {
	flex-shrink: 0;
}

.nzm-product-page__accordion.is-open .nzm-product-page__accordion-line-v {
	opacity: 0;
}

.nzm-product-page__accordion-body {
	font-size: 18px;
	line-height: 1.5;
	color: #4a4a4a;
	padding-bottom: 15px;
}

.nzm-product-page__lead {
	margin-top: 10px;
}

.nzm-product-page__lead-title {
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 400;
	color: #000;
	margin: 0 0 15px;
}

.nzm-product-page__lead-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.nzm-product-page__lead-row p {
	font-size: clamp(16px, 1.5vw, 20px);
	margin: 0;
	color: #000;
}

.nzm-product-page__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #4caf50;
	border-radius: 50px;
	padding: 5px 18px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	transition: background 0.25s ease;
	white-space: nowrap;
}

.nzm-product-page__whatsapp:hover,
.nzm-product-page__whatsapp:focus-visible {
	background: #f0f9f0;
}

.nzm-product-page__form {
	margin: 0;
}

.nzm-product-page__form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 15px;
}

.nzm-product-page__form-input {
	flex: 1;
	min-width: 180px;
	height: 48px;
	background-color: #eee;
	border: none;
	border-radius: 6.45px;
	padding: 0 15px;
	font-size: 20px;
	color: #000;
	font-family: inherit;
	box-sizing: border-box;
	text-align: right;
}

.nzm-product-page__form-input::placeholder {
	color: #4a4a4a;
}

.nzm-product-page__form-textarea {
	width: 100%;
	min-height: 63px;
	height: 63px;
	background-color: #eee;
	border: none;
	border-radius: 6.45px;
	padding: 15px;
	font-size: 20px;
	color: #000;
	font-family: inherit;
	box-sizing: border-box;
	margin-bottom: 20px;
	resize: vertical;
	text-align: right;
}

.nzm-product-page__form-textarea::placeholder {
	color: #4a4a4a;
}

.nzm-product-page__submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 60px;
	padding: 12px 35px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: opacity 0.3s ease;
	font-family: inherit;
}

.nzm-product-page__submit-btn:hover,
.nzm-product-page__submit-btn:focus-visible {
	opacity: 0.8;
}

/* גלריית מוצר */
.nzm-product-gallery-section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 60px;
}

/* layout static (1 או 2 תמונות) — בלי סליידר */
.nzm-product-gallery-static {
	display: grid;
	gap: 20px;
	padding-inline: 20px;
	box-sizing: border-box;
}

.nzm-product-gallery-section--single .nzm-product-gallery-static {
	grid-template-columns: 1fr;
}

.nzm-product-gallery-section--pair .nzm-product-gallery-static {
	grid-template-columns: 1fr 1fr;
}

.nzm-product-gallery-static__item .nzm-product-gallery-slider__img {
	width: 100%;
	height: 710px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

@media (max-width: 900px) {
	.nzm-product-gallery-section--pair .nzm-product-gallery-static {
		grid-template-columns: 1fr;
	}
	.nzm-product-gallery-static__item .nzm-product-gallery-slider__img {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}

/* Override Splide RTL auto-flip — חץ --next יפנה שמאלה (כמו שאר הסליידרים) */
.nzm-product-gallery-slider .splide__arrow--next svg {
	transform: scaleX(1) !important;
}

.nzm-product-gallery-slider {
	position: relative;
}

.nzm-product-gallery-slider .splide__slide {
	opacity: 0.5;
	transition: opacity 0.35s ease;
}

.nzm-product-gallery-slider .splide__slide.is-active {
	opacity: 1;
}

.nzm-product-gallery-slider__img {
	width: 100%;
	height: 710px;
	object-fit: cover;
	display: block;
}

.nzm-product-gallery-slider__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 4rem;
	box-sizing: border-box;
	z-index: 5;
	pointer-events: none;
}

.nzm-product-gallery-slider .splide__arrow {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	width: 118px !important;
	height: 118px !important;
	background: transparent !important;
	border: none !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	pointer-events: auto;
	opacity: 0.85 !important;
	color: #fff;
	transition: opacity 0.25s ease, transform 0.25s ease !important;
}

.nzm-product-gallery-slider .splide__arrow:hover,
.nzm-product-gallery-slider .splide__arrow:focus-visible {
	opacity: 1 !important;
	transform: scale(1.05) !important;
}

.nzm-product-gallery-slider .splide__arrow svg {
	width: 118px !important;
	height: 118px !important;
}

.nzm-product-gallery-slider .splide__arrow svg path {
	stroke: currentColor !important;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.nzm-products-section--related {
	background: #fff;
}

@media (max-width: 1024px) {
	.nzm-product-page__hero {
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		flex-direction: column;
	}

	.nzm-product-page__image-col {
		width: 100%;
		flex: none;
		aspect-ratio: auto;
		height: 500px;
	}

	.nzm-product-page__details {
		width: 100%;
		max-width: none;
		padding: 30px 20px 40px;
	}

	.nzm-product-gallery-slider__img {
		height: 500px;
	}

	.nzm-product-gallery-slider__arrows {
		padding: 0 2rem;
	}

	.nzm-product-gallery-slider .splide__arrow {
		width: 80px !important;
		height: 80px !important;
	}

	.nzm-product-gallery-slider .splide__arrow svg {
		width: 80px !important;
		height: 80px !important;
	}
}

@media (max-width: 768px) {
	.nzm-product-page__breadcrumbs--desktop {
		display: none;
	}

	.nzm-product-page__breadcrumbs--mobile {
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		color: #fff;
		z-index: 4;
		font-size: 14px;
		margin-bottom: 0;
	}

	.nzm-product-page__breadcrumbs--mobile .nzm-product-page__crumb-nav,
	.nzm-product-page__breadcrumbs--mobile a,
	.nzm-product-page__breadcrumbs--mobile span {
		color: #fff;
		font-size: 14px;
	}

	.nzm-product-page__breadcrumbs--mobile .nzm-product-page__crumb-link {
		color: #fff;
	}

	.nzm-product-page__image-col {
		position: relative;
		height: 394px;
	}

	.nzm-product-page__expand {
		display: none;
	}

	.nzm-product-page__title {
		font-size: 32px;
		text-align: center;
	}

	.nzm-product-page__shipping {
		align-self: center;
	}

	.nzm-product-page__specs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 24px;
		column-gap: 15px;
		justify-content: start;
	}

	.nzm-product-page__lead-title {
		text-align: center;
		font-size: 32px;
	}

	.nzm-product-page__lead-row {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.nzm-product-page__form-row {
		flex-direction: column;
	}

	.nzm-product-page__form-input {
		width: 100%;
		min-width: 0;
	}

	.nzm-product-page__form-textarea {
		height: 90px;
		min-height: 90px;
	}

	.nzm-product-page__submit-btn {
		width: 100%;
		justify-content: center;
	}

	.nzm-product-gallery-section {
		padding: 24px 0 40px;
	}

	.nzm-product-gallery-slider__img {
		height: 350px;
	}

	.nzm-product-gallery-slider__arrows {
		padding: 0 1rem;
	}

	.nzm-product-gallery-slider .splide__arrow {
		width: 60px !important;
		height: 60px !important;
	}

	.nzm-product-gallery-slider .splide__arrow svg {
		width: 60px !important;
		height: 60px !important;
	}
}

/* --------------------------------------------------------------------------
   Catalog page (template-catalog.php)
   -------------------------------------------------------------------------- */

/* עמוד קטלוג — ללא .content-area (800px) של בלוג/עמודים רגילים */
.nzm-catalog-page {
	max-width: none;
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
}

.nzm-catalog-section {
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.nzm-catalog-container {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.nzm-catalog-breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	color: #000;
	margin-bottom: 30px;
}

.nzm-catalog-breadcrumb__home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
}

.nzm-catalog-breadcrumb__home svg {
	width: 13px;
	height: 13px;
	display: block;
	flex-shrink: 0;
}

.nzm-catalog-breadcrumb__sep {
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.nzm-catalog-breadcrumb__current {
	font-weight: 500;
	color: #000;
}

.nzm-catalog-header {
	text-align: center;
	margin-bottom: 50px;
}

.nzm-catalog-title {
	color: #000;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 15px;
}

.nzm-catalog-subtitle {
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.35;
	max-width: 1056px;
	margin: 0 auto;
}

.nzm-catalog-scroll-area {
	width: 100%;
}

.nzm-catalog-cards-track {
	display: grid;
	grid-template-columns: repeat(4, 240px);
	justify-content: center;
	gap: 20px;
}

.nzm-catalog-card {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 6.45px;
	width: 240px;
	max-width: 100%;
	height: 79px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.nzm-catalog-card:hover {
	border-color: #000;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transform: translateY(-2px);
}

.nzm-catalog-card__img-wrap {
	width: 58px;
	height: 59px;
	border-radius: 3.22px;
	background-color: #d9d9d9;
	flex-shrink: 0;
	margin-left: 15px;
	overflow: hidden;
}

.nzm-catalog-card__img-wrap img,
.nzm-catalog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nzm-catalog-card__img--empty {
	display: block;
	min-height: 59px;
}

.nzm-catalog-card__title {
	color: #0b0b0b;
	font-size: 21px;
	font-weight: 400;
	text-align: right;
	line-height: 1.2;
	flex-grow: 1;
}

.nzm-catalog-page-wrapper {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
}

.nzm-catalog-sticky-bar {
	position: sticky;
	top: 0;
	z-index: 50;
	/* background-color: #fff; */
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}

body.admin-bar .nzm-catalog-sticky-bar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nzm-catalog-sticky-bar {
		top: 46px;
	}
}

.nzm-catalog-sticky-bar .nzm-catalog-top-bar {
	margin-bottom: 0;
	padding-bottom: 18px;
	border-bottom: none;
}

.nzm-catalog-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 18px;
	padding: 4px 0 16px;
	box-sizing: border-box;
}

.nzm-catalog-chip-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.nzm-catalog-chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 36px;
	padding: 0 10px 0 6px;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	box-sizing: border-box;
}

.nzm-catalog-chip__label {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	white-space: nowrap;
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nzm-catalog-chip__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	margin: 0 -2px 0 0;
	color: #000;
	text-decoration: none;
	border-radius: 50%;
	-webkit-tap-highlight-color: transparent;
}

.nzm-catalog-chip__remove:hover,
.nzm-catalog-chip__remove:focus-visible {
	background-color: rgba(0, 0, 0, 0.06);
	color: #000;
}

.nzm-catalog-clear-all {
	margin-inline-start: auto;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	text-decoration: underline;
	white-space: nowrap;
}

.nzm-catalog-clear-all:hover,
.nzm-catalog-clear-all:focus-visible {
	text-decoration: underline;
	color: #000;
}

.nzm-catalog-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.nzm-catalog-top-bar__right {
	display: flex;
	align-items: center;
	gap: 15px;
}

.nzm-catalog-top-bar__left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.nzm-catalog-results-count {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
}

.nzm-catalog-btn-filter {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	width: 91px;
	height: 46px;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
	cursor: pointer;
	font-family: inherit;
	box-sizing: border-box;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
}

.nzm-catalog-btn-filter__text {
	white-space: nowrap;
	line-height: 1;
}

.nzm-catalog-btn-filter__icon {
	display: block;
	flex-shrink: 0;
}

.nzm-catalog-sort-chevron-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #000;
}

.nzm-catalog-sort-chevron-mobile svg {
	display: block;
}

.nzm-catalog-sort-prefix {
	display: none;
}

.nzm-catalog-sort-label {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.nzm-catalog-sort-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 136px;
	height: 46px;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	padding-inline-end: 30px;
	cursor: pointer;
	font-family: inherit;
	box-sizing: border-box;
}

.nzm-catalog-main-layout {
	display: flex;
	gap: 40px;
}

.nzm-catalog-sidebar {
	width: 296px;
	flex-shrink: 0;
	align-self: flex-start;
}

.nzm-catalog-filter-block {
	margin-bottom: 0;
}

.nzm-catalog-filter-title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
	padding-top: 15px;
}

.nzm-catalog-filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}

.nzm-catalog-filter-block:last-child .nzm-catalog-filter-list {
	border-bottom: none;
}

.nzm-catalog-filter-item {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.nzm-catalog-filter-item input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #989898;
	border-radius: 1.5px;
	outline: none;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.nzm-catalog-filter-item input[type="checkbox"]:checked {
	background-color: #000;
	border-color: #000;
}

.nzm-catalog-filter-item input[type="checkbox"]:checked::after {
	content: "✔";
	color: #fff;
	font-size: 14px;
	position: absolute;
}

.nzm-catalog-filter-label {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 1.25;
}

.nzm-catalog-sidebar-submit {
	margin-top: 20px;
	width: 100%;
	height: 46px;
	border-radius: 50px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
}

.nzm-catalog-products-grid {
	flex-grow: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	align-content: start;
}

.nzm-catalog-product-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s;
}

.nzm-catalog-product-card:hover {
	transform: translateY(-5px);
}

.nzm-catalog-product-card__img-wrap {
	width: 100%;
	height: 420px;
	background: #f0f0f0;
	overflow: hidden;
}

.nzm-catalog-product-card__img-wrap img,
.nzm-catalog-product-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nzm-catalog-product-card__img--placeholder {
	display: block;
	min-height: 420px;
}

.nzm-catalog-product-card__info {
	padding: 15px 0;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nzm-catalog-product-card__name {
	font-size: 24px;
	color: #000;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.25;
}

.nzm-catalog-product-card__meta {
	font-size: 18px;
	color: #656565;
	margin: 0;
}

.nzm-catalog-empty {
	grid-column: 1 / -1;
	text-align: center;
	color: #4a4a4a;
	font-size: 18px;
	margin: 2rem 0;
}

.nzm-catalog-pagination {
	margin-top: 40px;
	text-align: center;
}

.nzm-catalog-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.nzm-catalog-pagination a,
.nzm-catalog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 6px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.nzm-catalog-pagination span.current {
	background: #000;
	color: #fff;
	border-color: #000;
}

.nzm-catalog-mobile-filter {
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	background-color: #fff;
	z-index: 10050;
	display: flex;
	flex-direction: column;
	transition: top 0.4s ease;
	overflow: hidden;
}

.nzm-catalog-mobile-filter--open {
	top: 0;
}

body.nzm-catalog-mobile-filter-open {
	overflow: hidden;
}

.nzm-catalog-mobile-filter__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #dedede;
	flex-shrink: 0;
}

.nzm-catalog-mobile-filter__title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.nzm-catalog-mobile-filter__title-text {
	line-height: 1.2;
}

.nzm-catalog-mobile-filter__title-icon {
	display: block;
	flex-shrink: 0;
	color: #000;
}

.nzm-catalog-mobile-filter__close {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	padding: 0;
}

.nzm-catalog-mobile-filter__body {
	flex-grow: 1;
	overflow-y: auto;
	padding: 0 20px 100px;
}

.nzm-catalog-mobile-filter__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #dedede;
	padding: 15px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	z-index: 10;
}

.nzm-catalog-btn-apply {
	flex: 1;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
}

.nzm-catalog-btn-reset {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	font-family: inherit;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.nzm-catalog-main-layout {
		flex-direction: column;
	}

	.nzm-catalog-main-layout > .nzm-catalog-sidebar {
		display: none;
	}

	/* שכפול הסיידבר לפאנל מובייל — לא ליירש display:none מהכלל למעלה */
	#nzmCatalogMobileFilterMount .nzm-catalog-sidebar {
		display: block !important;
		width: 100%;
		max-width: none;
		align-self: stretch;
	}

	.nzm-catalog-sticky-bar {
		position: static;
		top: auto !important;
		z-index: auto;
		margin-bottom: 24px;
		/* background-color: #fff; */
	}

	body.admin-bar .nzm-catalog-sticky-bar {
		top: auto !important;
	}

	.nzm-catalog-results-count {
		display: none !important;
	}

	.nzm-catalog-top-bar {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-bottom: 14px;
	}

	.nzm-catalog-top-bar__right,
	.nzm-catalog-top-bar__left {
		width: auto;
		flex-shrink: 0;
		justify-content: flex-start;
	}

	.nzm-catalog-top-bar__left {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 6px;
		max-width: 58%;
		min-width: 0;
		direction: ltr;
	}

	.nzm-catalog-sort-chevron-mobile {
		display: flex;
	}

	.nzm-catalog-btn-filter {
		width: auto;
		min-width: 0;
		height: auto;
		border: none;
		background: transparent;
		padding: 8px 0;
		gap: 8px;
		justify-content: flex-start;
	}

	.nzm-catalog-sort-prefix {
		display: inline;
		font-size: 18px;
		font-weight: 700;
		color: #000;
		white-space: nowrap;
		flex-shrink: 0;
	}

	.nzm-catalog-top-bar__left .nzm-catalog-sort-label {
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		white-space: nowrap;
	}

	.nzm-catalog-sort-select {
		flex: 1 1 auto;
		min-width: 0;
		appearance: none;
		-webkit-appearance: none;
		border: none;
		background-color: transparent;
		background-image: none;
		height: auto;
		min-height: 44px;
		padding: 8px 0;
		font-size: 18px;
		font-weight: 700;
	}

	.nzm-catalog-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nzm-catalog-product-card__name {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.nzm-catalog-cards-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.nzm-catalog-card {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.nzm-catalog-section {
		padding: 40px 0 20px;
	}

	.nzm-catalog-breadcrumb,
	.nzm-catalog-header {
		padding: 0 20px;
	}

	.nzm-catalog-title {
		font-size: 40px;
	}

	.nzm-catalog-scroll-area {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding: 5px 0 20px;
	}

	.nzm-catalog-scroll-area::-webkit-scrollbar {
		display: none;
	}

	.nzm-catalog-cards-track {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 12px;
		padding: 0 20px;
		width: max-content;
	}

	.nzm-catalog-card {
		scroll-snap-align: start;
		flex: 0 0 165px;
		width: 165px;
		height: 70px;
		padding: 8px;
	}

	.nzm-catalog-card__img-wrap {
		width: 50px;
		height: 50px;
		margin-left: 10px;
	}

	.nzm-catalog-card__title {
		font-size: 17px;
	}

	.nzm-catalog-active-filters {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.nzm-catalog-clear-all {
		margin-inline-start: 0;
		order: -1;
	}

	.nzm-catalog-chip__label {
		max-width: none;
		white-space: normal;
	}

	.nzm-catalog-products-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nzm-catalog-product-card__img-wrap {
		height: 230px;
	}

	.nzm-catalog-product-card__img--placeholder {
		min-height: 300px;
	}
}


/* 2026-05-26 — Override Splide RTL auto-flip על חץ --next של מוצרים+פרויקטים
   Splide ב-RTL מחיל scaleX(-1) על SVG של --next וגורם להפיכה לימינה.
   ה-path המקורי הוא chevron שמאלה (<), והלקוח רוצה את הצורה הגולמית. */
.nzm-products-slider .splide__arrow--next svg,
.nzm-projects-slider .splide__arrow--next svg,
.nzm-reviews-slider .splide__arrow--next svg {
	transform: scaleX(1) !important;
}

/* ==========================================================================
   AJAX catalog filter — spinner overlay + hidden filter rows/blocks
   ========================================================================== */
.nzm-catalog-products-area {
	position: relative;
	width: 100%;
}

.nzm-catalog-products-area.is-loading .nzm-catalog-products-grid {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.nzm-catalog-spinner {
	display: none;
	position: absolute;
	top: 80px;
	inset-inline-start: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-top-color: #000;
	transform: translateX(-50%);
	animation: nzm-catalog-spin 0.8s linear infinite;
	z-index: 5;
}

.nzm-catalog-spinner.is-active {
	display: block;
}

@keyframes nzm-catalog-spin {
	from { transform: translateX(-50%) rotate(0deg); }
	to   { transform: translateX(-50%) rotate(360deg); }
}

/* hide-empty filters (set by JS from available_terms) */
.nzm-catalog-filter-row.is-hidden,
.nzm-catalog-filter-block.is-hidden {
	display: none !important;
}

/* ===== תפריט דרופדאון רגיל (לא מגה-מניו) — Figma 1064:2046 ===== */
@media (min-width: 1351px) {
	.main-nav > ul > li { position: relative; }
	.dropdown-menu {
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 190px;
		background: #ffffff;
		border: 1px solid var(--nzm-border-light);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
		padding: 14px 0;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
		box-sizing: border-box;
	}
	.dropdown-menu::before {
		content: "";
		position: absolute;
		bottom: 100%;
		right: 0;
		left: 0;
		height: 28px;
	}
	.main-nav > ul > li:hover .dropdown-menu,
	.main-nav > ul > li.dropdown-open .dropdown-menu,
	.main-nav > ul > li:focus-within .dropdown-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
	.main-nav .dropdown-menu ul { list-style: none; margin: 0; padding: 0; display: block; gap: 0; }
	.main-nav .dropdown-menu li { display: block; width: 100%; margin: 0; }
	.dropdown-menu a {
		display: block;
		padding: 9px 26px;
		text-align: right;
		white-space: nowrap;
		color: #000000;
		text-decoration: none;
		font-size: 16px;
		line-height: 1.4;
		transition: color 0.15s ease, background-color 0.15s ease;
	}
	.dropdown-menu a:hover {
		color: var(--nzm-text-dark-gray, #3e3e3e);
		background: var(--nzm-bg-gray, #f5f5f5);
	}
}
