:root {
	--cfix-yellow: #fdc70f;
	--cfix-blue: #0053a0;
	--cfix-blue-dark: #0b1f4d;
	--cfix-red: #e3000f;
	--cfix-bg: #f5f7fa;
	--cfix-surface: #ffffff;
	--cfix-border: #d9e0e8;
	--cfix-text: #172032;
	--cfix-muted: #667085;
	--cfix-shadow: 0 20px 60px rgba(10, 31, 68, 0.08);
}

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

html {
	scroll-behavior: smooth;
	overflow-x: clip;
	overscroll-behavior-x: none;
}

@supports not (overflow-x: clip) {
	html {
		overflow-x: hidden;
	}
}

body {
	margin: 0;
	font-family: "Assistant", sans-serif;
	background: #ffffff;
	color: var(--cfix-text);
	direction: rtl;
	overflow-x: clip;
	overscroll-behavior-x: none;
}

@supports not (overflow-x: clip) {
	body {
		overflow-x: hidden;
	}
}

body.cfix-stock-modal-open,
body.cfix-category-menu-open {
	overflow: hidden;
}

#page.site {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	#page.site {
		overflow-x: hidden;
	}
}

#primary.site-main,
main#primary {
	min-width: 0;
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	#primary.site-main,
	main#primary {
		overflow-x: hidden;
	}
}

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

img,
svg,
video,
iframe,
embed,
object {
	max-width: 100%;
}

img,
svg {
	display: block;
}

table {
	max-width: 100%;
	overflow-x: auto;
	display: block;
}

pre {
	max-width: 100%;
	overflow-x: auto;
}

svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

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

button {
	font-family: inherit;
}

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

.cfix-shell {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.cfix-topbar__inner,
.cfix-topbar__start,
.cfix-topbar__end,
.cfix-header__main,
.cfix-brand,
.cfix-actions,
.cfix-menu,
.cfix-category-nav__list,
.cfix-section__heading,
.cfix-footer__bottom,
.cfix-archive-toolbar,
.cfix-product-summary__meta,
.cfix-product-summary__actions,
.cfix-hero__actions {
	display: flex;
	align-items: center;
}

.cfix-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(217, 224, 232, 0.7);
	overflow: visible;
}

.cfix-topbar {
	background: var(--cfix-yellow);
	font-size: 0.82rem;
}

.cfix-topbar__inner {
	justify-content: space-between;
	min-height: 42px;
	gap: 20px;
}

.cfix-topbar__start,
.cfix-topbar__end,
.cfix-menu--inline {
	gap: 18px;
	flex-wrap: wrap;
}

.cfix-topbar__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cfix-inline-icon,
.cfix-card__button-icon,
.cfix-list-icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.cfix-header__main {
	gap: 24px;
	min-height: 92px;
	position: relative;
}

.cfix-brand {
	gap: 14px;
	flex-shrink: 0;
}

/* הלוגו אחרי כפתור התפריט ב‑DOM — אותו z-index גורם ללוגו לכסות את המבורגר ב‑RTL */
.cfix-brand .cfix-logo {
	position: relative;
	z-index: 1;
}

.cfix-brand .cfix-mobile-menu,
.cfix-brand .cfix-departments {
	position: relative;
	z-index: 8;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(253, 199, 15, 0.2);
}

.cfix-mobile-menu {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5b6675;
	overflow: visible;
}

.cfix-mobile-menu svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: block;
	pointer-events: none;
}

.cfix-mobile-menu__svg .cfix-mobile-menu__bar {
	fill: currentColor;
	stroke: none;
}

.cfix-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 20px;
	background: var(--cfix-yellow);
	color: #111111;
	font-size: 1.85rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	box-shadow: 0 16px 32px rgba(253, 199, 15, 0.22);
}

/* לוגו כתמונה מהמותאם אישית — בלי רקע צהוב סביב התמונה */
.cfix-logo.cfix-logo--image {
	padding: 4px 8px;
	background: transparent;
	box-shadow: none;
}

.cfix-logo__img {
	display: block;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.cfix-logo__text {
	line-height: 1.1;
}

.cfix-departments {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 18px;
	border: 0;
	border-radius: 999px;
	background: #fdc70f;
	font-weight: 700;
	color: #111111;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.cfix-departments:hover,
.cfix-departments[aria-expanded="true"] {
	background: #f0b80e;
	color: #111111;
	box-shadow: 0 14px 30px rgba(253, 199, 15, 0.35);
}

.cfix-departments[aria-expanded="true"] .cfix-icon--tiny {
	transform: rotate(180deg);
}

.cfix-icon--tiny {
	width: 14px;
	height: 14px;
}

.cfix-header__search {
	flex: 1;
}

.cfix-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	background: var(--cfix-surface);
	border: 1px solid var(--cfix-border);
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.cfix-search-form__field {
	border: 0;
	background: transparent;
	padding: 12px 16px;
	color: var(--cfix-text);
	outline: none;
}

.cfix-search-form__button,
.cfix-button,
.button,
button.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 999px;
	background: var(--cfix-yellow);
	color: #111111;
	padding: 13px 24px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cfix-search-form__button:hover,
.cfix-button:hover,
.button:hover,
button.single_add_to_cart_button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(253, 199, 15, 0.25);
}

.cfix-actions {
	gap: 12px;
	position: relative;
}

.cfix-cart-slot {
	position: relative;
	flex: 0 0 auto;
}

.cfix-action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px 10px;
	border-radius: 18px;
	background: transparent;
	color: #24324a;
	font-weight: 700;
	position: relative;
	min-width: 64px;
}

.cfix-action.cfix-action--cart {
	border: 0;
	cursor: pointer;
}

.cfix-action--cart .cfix-action__cart-meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: nowrap;
}

.cfix-action__icon {
	width: 24px;
	height: 24px;
}

.cfix-action--cart em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #fdc70f;
	color: #24324a;
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 800;
}

/*
 * פופאפ עגלה: מתחת ל־.cfix-cart-slot.
 * עוגן ל־left (לא right): הרוחב 430px עם right:0 דוחף את הפאנל שמאלה מהמסך כשה־slot צר בשורה.
 * סגור: display:none — ב‑iOS/Safari ילדים עם pointer-events:auto עדיין חוסמים מגע אם רק ההורה none.
 */
.cfix-mini-cart {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	right: auto;
	z-index: 9999;
	width: min(430px, 90%);
	max-width: 430px;
}

.cfix-mini-cart:not(.is-open) {
	display: none !important;
}

.cfix-mini-cart.is-open {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.cfix-mini-cart.is-open .cfix-mini-cart__panel {
	max-height: min(78vh, 680px);
}

.cfix-mini-cart__panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: 100%;
	max-height: min(78vh, 680px);
	background: #ffffff;
	border: 1px solid rgba(217, 224, 232, 0.95);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
	overflow: hidden;
}

.cfix-mini-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 24px;
	border-bottom: 1px solid rgba(217, 224, 232, 0.9);
}

.cfix-mini-cart__header strong {
	display: block;
	font-size: 1.2rem;
}

.cfix-mini-cart__header span {
	color: #64748b;
	font-size: 0.92rem;
}

.cfix-mini-cart__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(217, 224, 232, 0.95);
	border-radius: 999px;
	background: #f8fafc;
	color: #0f172a;
	cursor: pointer;
	flex-shrink: 0;
	-webkit-tap-highlight-color: transparent;
}

.cfix-mini-cart__close svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: block;
	stroke: currentColor;
	stroke-width: 2.25;
}

.cfix-mini-cart__body {
	display: flex;
	flex-direction: column;
	max-height: calc(min(78vh, 680px) - 88px);
	overflow: hidden;
}

.cfix-mini-cart__items {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 22px 24px 10px;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
}

.cfix-mini-cart__item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(217, 224, 232, 0.82);
}

.cfix-mini-cart__thumb {
	display: grid;
	place-items: center;
	padding: 10px;
	border-radius: 20px;
	background: linear-gradient(180deg, #f8fafc, #eef3f7);
}

.cfix-mini-cart__thumb img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.cfix-mini-cart__details {
	display: grid;
	gap: 8px;
	align-content: start;
}

.cfix-mini-cart__details h4 {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
}

.cfix-mini-cart__price,
.cfix-mini-cart__subtotal {
	color: #0f172a;
	font-weight: 800;
}

.cfix-mini-cart__price .amount,
.cfix-mini-cart__subtotal .amount {
	color: #0f172a;
	font-size: 1rem;
}

.cfix-mini-cart__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cfix-mini-cart__qty {
	display: inline-grid;
	grid-template-columns: 36px 56px 36px;
	align-items: center;
	border: 1px solid rgba(217, 224, 232, 0.95);
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
}

.cfix-mini-cart__qty button {
	width: 36px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #f8fafc;
	color: #334155;
	cursor: pointer;
}

.cfix-mini-cart__qty input {
	width: 100%;
	height: 40px;
	border: 0;
	text-align: center;
	background: transparent;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 800;
	line-height: 40px;
	-moz-appearance: textfield;
}

.cfix-mini-cart__qty input::-webkit-outer-spin-button,
.cfix-mini-cart__qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cfix-mini-cart__qty button svg {
	width: 18px;
	height: 18px;
	margin-inline: auto;
}

.cfix-mini-cart__remove {
	padding: 0;
	border: 0;
	background: transparent;
	color: #dc2626;
	font-weight: 700;
	cursor: pointer;
}

.cfix-mini-cart__footer {
	display: grid;
	gap: 16px;
	padding: 20px 24px 24px;
	border-top: 1px solid rgba(217, 224, 232, 0.9);
	background: #ffffff;
}

.cfix-mini-cart__totals {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 1rem;
}

.cfix-mini-cart__totals strong {
	font-size: 1.18rem;
}

.cfix-mini-cart__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cfix-button--secondary {
	background: #eef2f6;
	color: #111111;
}

.cfix-mini-cart__empty {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 16px;
	padding: 32px 24px;
	text-align: center;
}

.cfix-mini-cart-loading .cfix-mini-cart__body {
	opacity: 0.72;
	pointer-events: none;
}

/*
 * ה-nav ילד ישיר של <body>, מחוץ ל-#page.
 * שום overflow/clip על הורה לא חוסם position:fixed.
 */
.cfix-category-menu {
	display: none;
}

.cfix-mnav-scrim {
	display: none;
}

.cfix-category-menu.is-open {
	display: block;
	position: fixed;
	top: var(--cfix-cat-menu-top, 118px);
	left: 0;
	right: 0;
	bottom: auto;
	padding-top: 8px;
	z-index: 100000;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100dvh - var(--cfix-cat-menu-top, 118px) - 12px);
}

.cfix-category-menu__inner {
	padding: 26px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 30px;
	background:
		radial-gradient(circle at top left, rgba(253, 199, 15, 0.2), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 252, 0.98));
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
	display: grid;
	gap: 24px;
}

.cfix-category-menu__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
}

.cfix-category-menu__head-copy {
	display: grid;
	gap: 8px;
	max-width: 420px;
}

.cfix-category-menu__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border: 1px solid rgba(217, 224, 232, 0.95);
	border-radius: 999px;
	background: #ffffff;
	color: #334155;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
}

.cfix-category-menu__head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	letter-spacing: -0.03em;
	color: #0f172a;
}

.cfix-category-menu__head p {
	margin: 0;
	color: #64748b;
	line-height: 1.75;
}

.cfix-category-menu__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.cfix-category-menu__item a {
	position: relative;
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 20px;
	min-height: 100%;
	border-radius: 26px;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
	border: 1px solid rgba(217, 224, 232, 0.92);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
	overflow: hidden;
}

.cfix-category-menu__item a::after {
	content: "";
	position: absolute;
	inset: auto -24px -34px auto;
	width: 92px;
	height: 92px;
	border-radius: 999px;
	background: rgba(253, 199, 15, 0.15);
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.cfix-category-menu__item a:hover {
	transform: translateY(-4px);
	border-color: rgba(253, 199, 15, 0.85);
	background: linear-gradient(180deg, #ffffff, #fffaf0);
	box-shadow: 0 22px 40px rgba(15, 23, 42, 0.1);
}

.cfix-category-menu__item a:hover::after {
	transform: scale(1.12);
}

.cfix-category-menu__icon {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	padding: 16px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fff8d6, #ffefad);
	color: #162133;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.cfix-category-menu__icon--photo {
	padding: 0;
	overflow: hidden;
	background: #e8edf4;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.cfix-category-menu__icon--photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: inherit;
}

.cfix-category-menu__copy {
	display: grid;
	gap: 6px;
}

.cfix-category-menu__copy strong {
	font-size: 1.02rem;
	font-weight: 800;
	color: #182536;
	line-height: 1.4;
}

.cfix-category-menu__copy small {
	font-size: 0.84rem;
	font-weight: 600;
	color: #64748b;
}

.cfix-category-menu__close:focus-visible,
.cfix-category-menu__item a:focus-visible {
	outline: 3px solid rgba(253, 199, 15, 0.95);
	outline-offset: 3px;
}

/* רצועת קטגוריות מעל ההירו — אריחים קטנים, עיגול תכלת, ללא גלילה אופקית */
.cfix-home-cats {
	padding: 22px 0 16px;
	background: #ffffff;
	border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.cfix-home-cats__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 16px 10px;
	width: 100%;
}

.cfix-home-cats__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 92px;
	flex: 0 0 auto;
	padding: 0 2px 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111111;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.cfix-home-cats__card:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.cfix-home-cats__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	aspect-ratio: 1 / 1;
	margin: 0 auto 8px;
	border-radius: 50%;
	background: #eef7ff;
	overflow: hidden;
	flex-shrink: 0;
}

.cfix-home-cats__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cfix-home-cats__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #5b8fcd;
}

.cfix-home-cats__icon svg {
	width: 36px;
	height: 36px;
}

.cfix-home-cats__label {
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.25;
	color: #111111;
	max-width: 100%;
}

.cfix-home-cats + .cfix-hero.cfix-hero--home {
	padding-top: 16px;
}

.cfix-hero,
.cfix-home-sections,
.cfix-generic-layout,
.cfix-archive-layout,
.cfix-product-tabs,
.cfix-footer {
	padding: 32px 0;
}

.cfix-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 20px;
}

.cfix-hero__main {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	border-radius: 16px;
	padding: 32px;
	background:
		radial-gradient(circle at top left, rgba(0, 161, 241, 0.4), transparent 32%),
		radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.22), transparent 28%),
		linear-gradient(135deg, #0b1f4d 0%, #0053a0 65%, #0c74d4 100%);
	box-shadow: var(--cfix-shadow);
}

.cfix-hero__main::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: 0.45;
}

.cfix-kicker {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	font-weight: 700;
}

.cfix-hero h1,
.cfix-hero h2,
.cfix-archive-hero h1,
.product_title.entry-title,
.cfix-entry-title {
	margin: 0 0 18px;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.cfix-hero h1,
.cfix-hero h2 {
	max-width: 560px;
	font-size: clamp(2.6rem, 4.6vw, 4.8rem);
	color: #ffffff;
}

.cfix-hero p {
	max-width: 520px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.15rem;
	line-height: 1.75;
}

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

.cfix-button--light {
	background: #ffffff;
}

.cfix-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.cfix-hero__stack {
	display: grid;
	gap: 20px;
}

.cfix-promo-card {
	position: relative;
	overflow: hidden;
	min-height: 190px;
	border-radius: 28px;
	box-shadow: var(--cfix-shadow);
}

.cfix-promo-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.cfix-promo-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 15%, rgba(9, 18, 39, 0.74));
}

.cfix-promo-card span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 800;
}

.cfix-promo-card:hover img {
	transform: scale(1.08);
}

.cfix-section {
	margin-bottom: 18px;
}

.cfix-section__heading {
	justify-content: space-between;
	margin-bottom: 18px;
	gap: 16px;
}

.cfix-section__heading h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.cfix-section__title {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}

.cfix-section__title span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 4px;
	border-radius: 999px;
	background: var(--cfix-yellow);
}

.cfix-section__controls {
	display: flex;
	gap: 8px;
}

.cfix-carousel-arrow {
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(217, 224, 232, 0.85);
	background: #ffffff;
	color: #667085;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.cfix-carousel-arrow:hover {
	color: var(--cfix-yellow);
}

.cfix-section__heading a {
	color: var(--cfix-blue);
	font-weight: 700;
}

.cfix-products {
	display: grid;
	gap: 18px;
}

/* קרוסלת דף הבית: עד 5 מוצרים בשורה */
.cfix-products--carousel {
	grid-auto-flow: row;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow-x: hidden;
	padding-bottom: 0;
}

@media (max-width: 1200px) {
	.cfix-products--carousel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.cfix-products--carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.cfix-products--grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cfix-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
	border-radius: 26px;
	background: var(--cfix-surface);
	border: 1px solid rgba(217, 224, 232, 0.85);
	box-shadow: 0 14px 36px rgba(11, 31, 77, 0.05);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cfix-card__badge-stack {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	pointer-events: none;
}

.cfix-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(11, 31, 77, 0.1);
	border-color: rgba(0, 83, 160, 0.15);
}

.cfix-card__media {
	position: relative;
	display: grid;
	place-items: center;
	padding: 24px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #f8fafc, #eef3f7);
	border-radius: 14px;
	margin: 16px 16px 0;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

.cfix-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.cfix-card__mini-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 2em;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.cfix-card__mini-badge--new {
	background: #22c55e;
	color: #ffffff;
}

.cfix-card__mini-badge--sale {
	background: var(--cfix-yellow);
	color: #111111;
}

.cfix-card__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
	height: 100%;
	box-sizing: border-box;
}

.cfix-card__brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 28px;
	color: var(--cfix-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

a.cfix-card__brand-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	text-decoration: none;
	color: inherit;
	outline-offset: 2px;
}

a.cfix-card__brand-link:hover {
	opacity: 0.88;
}

a.cfix-card__brand-link:focus-visible {
	outline: 2px solid var(--cfix-blue);
	border-radius: 4px;
}

.cfix-card__brand-img {
	display: block;
	max-height: 32px;
	max-width: min(140px, 100%);
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center right;
}

.cfix-card__brand-text {
	display: block;
	line-height: 1.3;
}

.cfix-card__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	/* בלוק אחיד לכל הכרטיסים בשורה (3 שורות מקסימום) */
	height: calc(1em * 1.5 * 3);
	min-height: calc(1em * 1.5 * 3);
	overflow: hidden;
	text-align: inherit;
}

.cfix-card__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-word;
	overflow-wrap: anywhere;
	text-overflow: ellipsis;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
	text-decoration: none;
}

.cfix-card__title a:hover {
	color: var(--cfix-blue);
}

.cfix-card__prices {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-end;
	gap: 4px;
	/* שורת מחיר קודם + מחיר נוכחי — כדי שכל הכרטיסים ייישרו לאותו גובה */
	min-height: calc(0.82rem * 1.2 + 4px + 1.48rem * 1.2);
	box-sizing: border-box;
}

.cfix-card__old-price {
	margin: 0;
	min-height: calc(0.82rem * 1.2);
	display: flex;
	align-items: center;
	color: #111111;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: line-through;
	text-decoration-color: rgba(17, 17, 17, 0.45);
	font-variant-numeric: tabular-nums;
}

.cfix-card__price {
	display: flex;
	align-items: center;
	min-height: calc(1.48rem * 1.2);
	font-variant-numeric: tabular-nums;
}

.cfix-card__prices--regular .cfix-card__price,
.cfix-card__prices--regular .cfix-card__price .amount,
.cfix-card__prices--regular .cfix-card__price bdi,
.cfix-card__prices--regular .cfix-card__price .woocommerce-Price-currencySymbol {
	color: #111111;
	font-size: 1.48rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.cfix-card__prices--on-sale .cfix-card__price,
.cfix-card__prices--on-sale .cfix-card__price .amount,
.cfix-card__prices--on-sale .cfix-card__price bdi,
.cfix-card__prices--on-sale .cfix-card__price .woocommerce-Price-currencySymbol {
	color: var(--cfix-yellow);
	font-size: 1.48rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.cfix-card__price del,
.cfix-card__price ins {
	text-decoration: none;
}

.cfix-product-summary__price,
.cfix-product-summary__price .amount {
	color: var(--cfix-red);
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.cfix-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: stretch;
	width: 100%;
	min-height: 50px;
	margin-top: auto;
	padding: 12px 16px;
	box-sizing: border-box;
	border-radius: 12px;
	background: #f1f5f9;
	font-weight: 800;
	text-align: center;
}

.cfix-card__button:hover {
	background: var(--cfix-yellow);
}

.cfix-generic-card,
.cfix-archive-hero,
.cfix-single-product,
.cfix-product-tabs__content,
.cfix-product-tabs__nav,
.cfix-benefit,
.cfix-archive-toolbar,
.cfix-footer__grid,
.cfix-footer__bottom {
	background: var(--cfix-surface);
	border-radius: 28px;
	border: 1px solid rgba(217, 224, 232, 0.8);
	box-shadow: 0 16px 40px rgba(11, 31, 77, 0.05);
}

.cfix-generic-card {
	padding: 36px;
}

.cfix-entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
}

.cfix-entry-content,
.cfix-entry-content p,
.cfix-product-summary__excerpt,
.cfix-archive-description,
.cfix-archive-description p,
.cfix-archive-hero__fallback {
	line-height: 1.85;
	color: #42526b;
}

.cfix-archive-hero {
	margin-top: 28px;
	padding: 28px;
	background:
		radial-gradient(circle at top right, rgba(253, 199, 15, 0.22), transparent 32%),
		linear-gradient(135deg, #ffffff, #f4f8fc);
}

.cfix-archive-hero .cfix-kicker {
	color: #111111;
	background: rgba(15, 23, 42, 0.06);
}

.woocommerce-breadcrumb,
.cfix-breadcrumbs .woocommerce-breadcrumb {
	margin-bottom: 16px;
	color: #76849a;
	font-size: 0.92rem;
}

.cfix-archive-hero__inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.cfix-archive-hero h1 {
	font-size: clamp(2.4rem, 4vw, 4rem);
}

.cfix-archive-layout {
	display: grid;
	gap: 24px;
}

/* ארכיון חנות: עמודת סינון + תוכן */
.cfix-archive-layout--with-sidebar {
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 32px);
	/* stretch: עמודת הסינון באותו גובה כמו התוכן — כדי ש-sticky יישאר במסך בזמן גלילה */
	align-items: stretch;
}

.cfix-archive-filters {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	align-self: stretch;
}

/* בלוק הסינון נשאר מתחת לכותרת דביקה; גלילה פנימית אם הרשימה ארוכה */
.cfix-archive-filters__sticky {
	display: grid;
	gap: 18px;
	width: 100%;
	min-width: 0;
}

@media (min-width: 1025px) {
	.cfix-archive-filters__sticky {
		position: sticky;
		top: 96px;
		align-self: start;
		max-height: calc(100vh - 96px - env(safe-area-inset-bottom, 0px));
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
}

.cfix-archive-main {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.cfix-filter-widget {
	margin: 0;
	padding: 18px 16px 16px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.cfix-filter-widget__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #0f172a;
	cursor: pointer;
	user-select: none;
}

.cfix-filter-widget__title-text {
	flex: 1;
	min-width: 0;
	text-align: right;
}

.cfix-filter-widget__title::after {
	content: "";
	width: 10px;
	height: 10px;
	margin-inline-start: 4px;
	border: solid #0f172a;
	border-width: 0 2px 2px 0;
	transform: rotate(-135deg);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.cfix-filter-widget--collapsed .cfix-filter-widget__title {
	margin-bottom: 0;
}

.cfix-filter-widget--collapsed .cfix-filter-widget__title::after {
	transform: rotate(45deg);
}

.cfix-filter-widget--collapsed > :not(.cfix-filter-widget__title) {
	display: none;
}

.cfix-archive-filters .woocommerce-widget-layered-nav-list,
.cfix-archive-filters .wc-layered-nav-term-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.cfix-archive-filters .woocommerce-widget-layered-nav-list__item a,
.cfix-archive-filters .wc-layered-nav-term-list a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
	padding: 6px 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: #1e293b;
	text-decoration: none;
}

.cfix-archive-filters .woocommerce-widget-layered-nav-list__item a:hover,
.cfix-archive-filters .wc-layered-nav-term-list a:hover {
	color: var(--cfix-blue);
}

.cfix-archive-filters .woocommerce-widget-layered-nav-list__item.chosen a,
.cfix-archive-filters .wc-layered-nav-term-list .chosen a {
	font-weight: 800;
	color: var(--cfix-blue);
}

.cfix-archive-filters .woocommerce-widget-layered-nav-list__item .count,
.cfix-archive-filters .wc-layered-nav-term-list .count {
	font-size: 0.82rem;
	font-weight: 600;
	color: #64748b;
}

.cfix-archive-filters .widget_price_filter .price_slider_wrapper {
	margin-bottom: 14px;
	padding-top: 8px;
}

.cfix-archive-filters .widget_price_filter .ui-widget-content {
	border: 0;
	background: #e2e8f0;
	height: 4px;
	border-radius: 999px;
}

.cfix-archive-filters .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background: #0f172a;
	border-radius: 999px;
}

.cfix-archive-filters .widget_price_filter .ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #0f172a;
	cursor: pointer;
}

.cfix-archive-filters .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.cfix-archive-filters .price_slider_amount input[type="text"] {
	width: 78px;
	padding: 10px 10px;
	border: 1px solid rgba(203, 213, 225, 0.95);
	border-radius: 12px;
	font-size: 0.88rem;
	font-weight: 600;
	text-align: center;
}

.cfix-archive-filters .price_slider_amount .button,
.cfix-archive-filters .widget_price_filter button[type="submit"] {
	margin-inline-start: auto;
	padding: 10px 20px;
	border-radius: 999px;
	border: 0;
	background: #0f172a;
	color: #ffffff;
	font-weight: 800;
	cursor: pointer;
}

.cfix-archive-filters .price_slider_amount .button:hover,
.cfix-archive-filters .widget_price_filter button[type="submit"]:hover {
	background: #1e293b;
	color: #ffffff;
}

.cfix-archive-filters .widget_media_image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

/* וידג׳ט בלוק — מסנני WooCommerce (Product Filters וכו׳) */
.cfix-archive-filters .cfix-filter-widget.widget_block {
	padding: 14px 12px 16px;
	overflow: visible;
}

/*
 * בסיידבר: ביטול מצב overlay של בלוק Product Filters — תוכן פתוח, בלי גלילה פנימית.
 */
.cfix-archive-filters .wc-block-product-filters__open-overlay {
	display: none !important;
}

.cfix-archive-filters .wc-block-product-filters__overlay {
	position: static !important;
	inset: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	background: transparent !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.cfix-archive-filters .wc-block-product-filters__overlay-wrapper,
.cfix-archive-filters .wc-block-product-filters__overlay-dialog,
.cfix-archive-filters .wc-block-product-filters__overlay-content {
	position: static !important;
	inset: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	transform: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	width: auto !important;
	max-width: none !important;
}

.cfix-archive-filters .wc-block-product-filter-checkbox-list,
.cfix-archive-filters .wc-block-product-filter-checkbox-list__item {
	width: 100%;
}

.cfix-archive-filters .wc-block-product-filter-checkbox-list__label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	direction: rtl;
	text-align: right;
	font-size: 0.88rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	padding: 6px 0;
}

.cfix-archive-filters .wc-block-product-filter-checkbox-list__label:hover {
	background: rgba(253, 199, 15, 0.1);
	border-radius: 10px;
}

.cfix-archive-filters .widget_block > * {
	min-width: 0;
}

.cfix-archive-filters .widget_block a {
	color: #1e293b;
	text-decoration: none;
	transition: color 0.15s ease;
}

.cfix-archive-filters .widget_block a:hover {
	color: var(--cfix-blue);
}

.cfix-archive-filters .widget_block .wc-block-product-filters,
.cfix-archive-filters .widget_block .wp-block-woocommerce-product-filters {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.cfix-archive-filters .widget_block .wc-block-product-filter,
.cfix-archive-filters .widget_block [class*="wp-block-woocommerce-product-filter-"] {
	padding: 14px 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.cfix-archive-filters .widget_block h1,
.cfix-archive-filters .widget_block h2,
.cfix-archive-filters .widget_block h3,
.cfix-archive-filters .widget_block h4,
.cfix-archive-filters .widget_block h5,
.cfix-archive-filters .widget_block .wp-block-heading {
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(203, 213, 225, 0.85);
	font-size: 0.93rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.cfix-archive-filters .widget_block h1:first-child,
.cfix-archive-filters .widget_block h2:first-child,
.cfix-archive-filters .widget_block h3:first-child {
	margin-top: 0;
}

.cfix-archive-filters .widget_block ul,
.cfix-archive-filters .widget_block ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cfix-archive-filters .widget_block li {
	margin: 0;
}

.cfix-archive-filters .widget_block label:not(.wc-block-product-filter-checkbox-list__label) {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 10px;
	padding: 7px 2px;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.4;
	color: #334155;
	cursor: pointer;
	border-radius: 10px;
	transition: background 0.15s ease;
}

.cfix-archive-filters .widget_block label:not(.wc-block-product-filter-checkbox-list__label):hover {
	background: rgba(253, 199, 15, 0.12);
}

.cfix-archive-filters .widget_block input[type="checkbox"],
.cfix-archive-filters .widget_block input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: #0f172a;
	cursor: pointer;
}

.cfix-archive-filters .widget_block fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.cfix-archive-filters .widget_block fieldset legend {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(203, 213, 225, 0.85);
	font-size: 0.93rem;
	font-weight: 800;
	color: #0f172a;
}

.cfix-archive-filters .widget_block .wp-block-button__link,
.cfix-archive-filters .widget_block input[type="submit"],
.cfix-archive-filters .widget_block button[type="submit"] {
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.86rem;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	background: #0f172a;
	color: #ffffff;
	border: 0;
	padding: 10px 18px;
}

.cfix-archive-filters .widget_block .wp-block-button__link:hover,
.cfix-archive-filters .widget_block input[type="submit"]:hover,
.cfix-archive-filters .widget_block button[type="submit"]:hover {
	background: #1e293b;
	color: #ffffff;
}

.cfix-archive-filters .widget_block .wc-block-components-price-slider,
.cfix-archive-filters .widget_block .wc-block-product-filter-price-slider,
.cfix-archive-filters .widget_block [class*="price-slider"] {
	margin-top: 8px;
	margin-bottom: 12px;
}

.cfix-archive-filters .widget_block .components-form-token-field__input-container,
.cfix-archive-filters .widget_block [class*="token-field"] {
	border-radius: 12px !important;
	border-color: rgba(203, 213, 225, 0.95) !important;
}

.cfix-archive-filters .widget_block .wc-block-components-chip,
.cfix-archive-filters .widget_block [class*="product-filter-chip"] {
	border-radius: 999px !important;
	font-weight: 600 !important;
}

.cfix-archive-filters .widget_block p {
	margin: 0 0 10px;
	font-size: 0.84rem;
	line-height: 1.5;
	color: #64748b;
}

.cfix-archive-filters .widget_block p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.cfix-archive-layout--with-sidebar {
		grid-template-columns: 1fr;
	}

	.cfix-archive-filters {
		position: static;
		order: -1;
	}

	.cfix-archive-filters__sticky {
		position: static;
		max-height: none;
		overflow: visible;
	}
}

.cfix-archive-toolbar {
	justify-content: space-between;
	padding: 18px 20px;
	gap: 16px;
}

.woocommerce-ordering select {
	border: 1px solid var(--cfix-border);
	border-radius: 14px;
	padding: 11px 14px;
	background: #ffffff;
}

.cfix-single-product {
	margin-top: 28px;
	padding: 28px;
}

.cfix-product-headline {
	display: grid;
	gap: 14px;
	margin-bottom: 28px;
}

.cfix-product-headline__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cfix-product-headline__meta span {
	padding: 8px 14px;
	border-radius: 999px;
	background: #eef4fb;
	color: #30507a;
	font-size: 0.92rem;
	font-weight: 700;
}

.cfix-single-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
	gap: 28px;
}

.cfix-single-product__grid--rich {
	align-items: start;
}

.cfix-product-visuals,
.cfix-product-purchase {
	display: grid;
	gap: 18px;
}

.cfix-product-gallery,
.cfix-product-summary {
	display: grid;
	gap: 14px;
	align-items: start;
}

.cfix-product-gallery__main {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	padding: 12px 14px;
	border-radius: 16px;
	background: #ffffff;
	position: relative;
}

.cfix-product-gallery__image,
.cfix-product-gallery__main img {
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: min(480px, 62vh);
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: none;
}

.cfix-product-gallery__main--framed {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.cfix-product-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.cfix-product-gallery__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	padding: 3px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid rgba(217, 224, 232, 0.95);
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cfix-product-gallery__thumb:hover {
	border-color: #cbd5e1;
}

.cfix-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.cfix-product-gallery__thumb.is-active {
	border-color: var(--cfix-blue);
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(0, 83, 160, 0.2);
}

.cfix-product-visuals__note {
	text-align: center;
	color: #64748b;
	font-size: 0.82rem;
	margin-top: 2px;
}

.cfix-product-brief,
.cfix-purchase-card,
.cfix-info-card,
.cfix-warning-box,
.cfix-product-story__nav,
.cfix-product-story__content,
.cfix-disclaimer-box {
	border-radius: 24px;
	border: 1px solid rgba(217, 224, 232, 0.85);
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(11, 31, 77, 0.05);
}

.cfix-product-brief {
	padding: 24px;
}

.cfix-product-brief h2,
.cfix-info-card h3,
.cfix-configurator__group h3,
.cfix-story-block h3,
.cfix-story-feature h3 {
	margin: 0 0 14px;
}

.cfix-product-brief div {
	color: #55657c;
	line-height: 1.9;
}

.cfix-product-brief a {
	display: inline-flex;
	margin-top: 14px;
	color: var(--cfix-blue);
	font-weight: 700;
}

.cfix-share-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.cfix-share-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
	background: #fdc70f;
	color: #111111;
	font-weight: 700;
	box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.cfix-share-row a:hover {
	background: #f2be0e;
	color: #111111;
	transform: translateY(-1px);
}

.cfix-share-row a svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.cfix-purchase-card {
	padding: 26px;
	gap: 18px;
}

.cfix-purchase-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.cfix-purchase-card__meta a {
	color: var(--cfix-blue);
	font-weight: 700;
}

.cfix-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35;
}

.cfix-pill svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.cfix-pill--success {
	background: #e7f7ec;
	color: #1b6e3e;
}

.cfix-purchase-card__price {
	display: grid;
	gap: 6px;
}

.cfix-purchase-card__price del {
	color: #8996a9;
	font-size: 1rem;
}

.cfix-purchase-card__price ins {
	text-decoration: none;
}

.cfix-alert-banner {
	padding: 14px 18px;
	border-radius: 18px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.cfix-alert-banner--blue {
	background: linear-gradient(135deg, #3479f6, #52a2ff);
	box-shadow: 0 18px 36px rgba(52, 121, 246, 0.18);
}

.cfix-product-summary__cart--wide .cart {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	width: 100%;
	align-items: center;
}

.cfix-product-summary__cart--wide .quantity {
	margin: 0;
}

.cfix-product-summary__cart--wide .quantity .qty {
	width: 100%;
}

div.cfix-single-product form.cart .quantity {
	position: relative;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	width: fit-content;
	max-width: 100%;
	justify-self: start;
	border: 1px solid rgba(217, 224, 232, 0.95);
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
}

div.cfix-single-product form.cart .quantity label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	clip-path: inset(50%);
}

div.cfix-single-product form.cart .quantity .cfix-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	flex-shrink: 0;
	border: 0;
	background: #f8fafc;
	color: #334155;
	cursor: pointer;
	padding: 0;
	transition: background 0.15s ease;
}

div.cfix-single-product form.cart .quantity .cfix-qty-btn svg {
	width: 16px;
	height: 16px;
}

div.cfix-single-product form.cart .quantity .cfix-qty-btn:hover {
	background: #eef2f6;
}

div.cfix-single-product form.cart .quantity .qty {
	flex: 1 1 auto;
	width: 3rem;
	min-width: 2.75rem;
	max-width: 4.25rem;
	height: auto;
	min-height: 50px;
	margin: 0;
	border: 0;
	border-radius: 0;
	border-inline: 1px solid rgba(217, 224, 232, 0.95);
	text-align: center;
	-moz-appearance: textfield;
}

div.cfix-single-product form.cart .quantity .qty::-webkit-outer-spin-button,
div.cfix-single-product form.cart .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* כמות קבועה 1 (מלאי יחיד וכו׳): בלי כפתורי +/-, שדה אחד מעוגל */
div.cfix-single-product form.cart .quantity.cfix-qty--locked-one {
	justify-content: center;
	min-width: 3.75rem;
}

div.cfix-single-product form.cart .quantity.cfix-qty--locked-one .qty {
	flex: 0 0 auto;
	width: 3.5rem;
	min-width: 3.5rem;
	max-width: none;
	border-inline: 0;
	border-radius: 16px;
	background: #f8fafc;
	color: #0f172a;
	font-weight: 800;
	cursor: default;
}

div.cfix-single-product form.cart .quantity.cfix-qty--locked-one .qty:focus {
	outline: 2px solid rgba(253, 199, 15, 0.65);
	outline-offset: 1px;
}

.cfix-product-summary__cart--wide button.single_add_to_cart_button {
	width: 100%;
	min-height: 54px;
	font-size: 1.08rem;
}

/* WooCommerce עשוי לדרוס .button.alt — צהוב #fdc70f ופינות מעוגלות */
body.woocommerce div.cfix-single-product form.cart button.single_add_to_cart_button.button.alt,
div.cfix-single-product form.cart button.single_add_to_cart_button.button.alt {
	background: #fdc70f !important;
	background-color: #fdc70f !important;
	color: #111111 !important;
	border: 0 !important;
	border-radius: 18px !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body.woocommerce div.cfix-single-product form.cart button.single_add_to_cart_button.button.alt:hover,
div.cfix-single-product form.cart button.single_add_to_cart_button.button.alt:hover {
	background: #f2be0e !important;
	background-color: #f2be0e !important;
	color: #111111 !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(253, 199, 15, 0.35) !important;
}

.cfix-stock-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 20px;
	background: #f3f6fa;
}

.cfix-stock-box div {
	display: grid;
	gap: 4px;
}

.cfix-stock-box strong {
	font-size: 1rem;
}

.cfix-stock-box span {
	color: #5a6881;
}

.woocommerce div.product p.stock.cfix-stock-out-branch-available {
	color: #92400e;
	font-weight: 700;
}

.cfix-stock-box a,
.cfix-stock-box__trigger {
	font: inherit;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(217, 224, 232, 0.9);
	font-weight: 700;
	color: inherit;
	text-align: center;
}

.cfix-stock-modal {
	position: fixed;
	inset: 0;
	z-index: 11000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
}

.cfix-stock-modal[hidden] {
	display: none;
}

.cfix-stock-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(15, 23, 42, 0.45);
	cursor: pointer;
}

.cfix-stock-modal__panel {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	max-height: min(90vh, 640px);
	overflow: auto;
	padding: 0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
	text-align: right;
	direction: rtl;
}

.cfix-stock-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px 14px;
}

.cfix-stock-modal__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.cfix-stock-modal__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cfix-stock-modal__logo-img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 8px;
}

.cfix-stock-modal__brand-text {
	min-width: 0;
}

.cfix-stock-modal__headline {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.35;
}

.cfix-stock-modal__headline-sub {
	font-weight: 700;
	color: #334155;
}

.cfix-stock-modal__close {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 0;
	background: #f1f5f9;
	cursor: pointer;
	color: #475569;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.cfix-stock-modal__close:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.cfix-stock-modal__close-icon {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	margin-top: -2px;
}

.cfix-stock-modal__divider {
	height: 1px;
	background: rgba(226, 232, 240, 1);
	margin: 0 18px;
}

.cfix-stock-modal__product {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 18px 16px;
}

.cfix-stock-modal__thumb {
	flex-shrink: 0;
	width: 72px;
	border-radius: 10px;
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid rgba(226, 232, 240, 0.9);
}

.cfix-stock-modal__thumb-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.cfix-stock-modal__product-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.cfix-stock-modal__product-title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.45;
}

.cfix-stock-modal__sku {
	margin: 0;
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.4;
}

.cfix-stock-modal__badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
}

.cfix-stock-modal__badge--in {
	background: #dcfce7;
	color: #166534;
}

.cfix-stock-modal__badge--out {
	background: #fee2e2;
	color: #b91c1c;
}

.cfix-stock-modal__btn-cart {
	flex-shrink: 0;
	align-self: center;
	margin-inline-start: auto;
	padding: 12px 18px;
	border: 0;
	border-radius: 12px;
	background: #ffcc00;
	color: #111111;
	font: inherit;
	font-weight: 800;
	font-size: 0.95rem;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(255, 204, 0, 0.35);
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.cfix-stock-modal__btn-cart:hover {
	background: #f5c400;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(255, 204, 0, 0.45);
}

.cfix-stock-modal__btn-cart:active {
	transform: translateY(0);
}

.cfix-stock-modal__availability {
	padding: 16px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cfix-stock-modal__row {
	display: flex;
	align-items: center;
	gap: 10px;
	direction: rtl;
	text-align: right;
}

.cfix-stock-modal__row--pill {
	padding: 12px 14px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
}

.cfix-stock-modal__row--pill-ok {
	background: #e6f4ea;
	border-color: #1e7e34;
}

.cfix-stock-modal__row--pill-bad {
	background: #fce8e6;
	border-color: #d93025;
}

.cfix-stock-modal__row--branch-line {
	padding: 4px 0;
	border: 0;
	background: transparent;
}

.cfix-stock-modal__row-label {
	font-size: 0.92rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.45;
}

.cfix-stock-modal__row--pill-ok .cfix-stock-modal__row-label {
	color: #14532a;
}

.cfix-stock-modal__row--pill-bad .cfix-stock-modal__row-label {
	color: #b42318;
}

.cfix-stock-modal__row--branch-line .cfix-stock-modal__row-label {
	font-weight: 600;
	color: #14532a;
}

.cfix-stock-modal__row--branch-line .cfix-stock-modal__row-label strong {
	font-weight: 800;
}

.cfix-stock-modal__row-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.cfix-stock-modal__row-icon--ok {
	background: #1e7e34;
	color: #ffffff;
}

.cfix-stock-modal__row-icon--ok::before {
	content: "✓";
}

.cfix-stock-modal__row-icon--bad {
	background: #d93025;
	color: #ffffff;
}

.cfix-stock-modal__row-icon--bad::before {
	content: "✕";
	font-size: 11px;
}

.cfix-stock-modal__footnote {
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.78rem;
	line-height: 1.55;
	color: #64748b;
	font-weight: 500;
}

.cfix-stock-modal__footnote-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: #d93025;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.cfix-stock-modal__footnote-icon::before {
	content: "✕";
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 520px) {
	.cfix-stock-modal__product {
		flex-wrap: wrap;
	}

	.cfix-stock-modal__btn-cart {
		width: 100%;
		margin-inline-start: 0;
		order: 3;
	}
}

.cfix-configurator {
	display: grid;
	gap: 18px;
}

.cfix-configurator__group {
	padding: 22px 0 0;
	border-top: 1px solid rgba(217, 224, 232, 0.8);
}

.cfix-configurator__group:first-child {
	padding-top: 0;
	border-top: 0;
}

.cfix-option-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cfix-option-pill {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	padding: 11px 18px;
	border-radius: 16px;
	border: 1px solid rgba(189, 200, 214, 0.9);
	background: #ffffff;
	color: #5a6881;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	text-align: right;
}

.cfix-option-pill__delta {
	font-size: 0.78rem;
	font-weight: 800;
	color: #64748b;
}

.cfix-option-pill.is-selected {
	border-color: var(--cfix-blue);
	box-shadow: inset 0 0 0 1px var(--cfix-blue);
	color: var(--cfix-blue);
}

.cfix-option-pill.is-selected .cfix-option-pill__delta {
	color: var(--cfix-blue);
}

.cfix-info-card,
.cfix-warning-box {
	padding: 24px;
}

.cfix-icon-list,
.cfix-spec-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.cfix-icon-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(217, 224, 232, 0.78);
	color: #4f6078;
	line-height: 1.65;
}

.cfix-icon-list .cfix-list-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 0.12em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cfix-icon-list .cfix-list-icon svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.cfix-icon-list__body {
	flex: 1 1 auto;
	min-width: 0;
	text-align: right;
}

.cfix-spec-list li {
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(217, 224, 232, 0.78);
	color: #4f6078;
	line-height: 1.8;
}

.cfix-icon-list li:last-child,
.cfix-spec-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.cfix-warning-box {
	background: #111111;
	color: #ffffff;
}

.cfix-warning-box p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.82);
}

.cfix-bottom-badges span,
.cfix-bottom-badges a.cfix-bottom-badges__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(217, 224, 232, 0.85);
	color: #5a6881;
	font-weight: 600;
	font-size: 0.8125rem;
	line-height: 1.35;
	text-decoration: none;
}

.cfix-bottom-badges a.cfix-bottom-badges__link:hover {
	border-color: rgba(13, 91, 176, 0.35);
	color: var(--cfix-blue);
}

.cfix-bottom-badges span svg,
.cfix-bottom-badges a.cfix-bottom-badges__link svg {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.cfix-meta-tags {
	display: grid;
	gap: 10px;
	color: #627289;
	font-size: 0.95rem;
}

.cfix-meta-tags a {
	color: var(--cfix-blue);
}

.cfix-bottom-badges {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 128px), 1fr));
	gap: 8px;
	max-width: 520px;
	margin-inline: auto;
}

.cfix-product-story {
	padding: 26px 0 40px;
}

.cfix-product-story__grid {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 22px;
}

.cfix-product-story__nav,
.cfix-product-story__content {
	padding: 28px;
}

.cfix-product-story__nav {
	position: sticky;
	top: 126px;
	align-self: start;
}

.cfix-product-story__nav h2,
.cfix-story-block h2 {
	margin: 0 0 18px;
}

.cfix-product-story__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.cfix-product-story__nav a {
	display: block;
	padding: 12px 16px;
	border-radius: 16px;
	background: #f3f6fa;
	font-weight: 700;
	color: #2f4565;
}

.cfix-story-block + .cfix-story-block,
.cfix-story-marketing + .cfix-story-block,
.cfix-story-block + .cfix-disclaimer-box,
.cfix-disclaimer-box + .cfix-double-banners,
.cfix-double-banners + .cfix-story-block {
	margin-top: 30px;
}

.cfix-story-block__sku {
	margin: 0 0 10px;
	color: #8390a3;
	font-size: 0.9rem;
}

.cfix-story-block__copy {
	color: #4e5f77;
	line-height: 1.95;
}

.cfix-story-marketing {
	display: grid;
	gap: 24px;
}

.cfix-story-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 22px;
	align-items: center;
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff, #f7fafc);
	border: 1px solid rgba(217, 224, 232, 0.8);
}

.cfix-story-feature__copy p {
	margin: 0;
	color: #56657c;
	line-height: 1.9;
}

.cfix-story-feature__media img,
.cfix-double-banners img {
	width: 100%;
	border-radius: 22px;
	object-fit: cover;
	box-shadow: 0 18px 42px rgba(11, 31, 77, 0.08);
}

.cfix-spec-list li {
	display: grid;
	gap: 6px;
}

.cfix-disclaimer-box {
	padding: 22px 24px;
	background: #f7fafc;
}

.cfix-disclaimer-box p {
	margin: 0;
	color: #4f6078;
	line-height: 1.8;
}

.cfix-double-banners {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.product_title.entry-title {
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.cfix-product-summary__meta {
	flex-wrap: wrap;
	gap: 10px;
}

.cfix-product-summary__meta span {
	padding: 9px 14px;
	border-radius: 999px;
	background: #e9f8ee;
	color: #17683a;
	font-size: 0.92rem;
	font-weight: 700;
}

.cfix-product-summary__price del {
	display: block;
	margin-bottom: 6px;
	color: #8a97aa;
	font-size: 1rem;
}

.cfix-product-summary__price ins {
	text-decoration: none;
}

.cfix-product-summary__cart .cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.cfix-product-summary__cart .quantity .qty {
	width: 88px;
	height: 50px;
	border: 1px solid var(--cfix-border);
	border-radius: 16px;
	text-align: center;
}

.cfix-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cfix-benefit {
	padding: 20px;
}

.cfix-benefit strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
}

.cfix-benefit span {
	color: #5f7088;
	line-height: 1.7;
}

.cfix-product-summary__actions {
	gap: 12px;
	flex-wrap: wrap;
}

.cfix-product-summary__actions a {
	padding: 11px 18px;
	border-radius: 999px;
	background: #eff4fa;
	color: #244368;
	font-weight: 700;
}

.cfix-product-tabs__grid {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
}

.cfix-product-tabs__nav,
.cfix-product-tabs__content {
	padding: 28px;
}

.cfix-product-tabs__nav {
	align-self: start;
	position: sticky;
	top: 140px;
}

.cfix-product-tabs__nav h2,
.cfix-tab-panel h3 {
	margin: 0 0 18px;
}

.cfix-product-tabs__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.cfix-product-tabs__nav a {
	display: block;
	padding: 13px 16px;
	border-radius: 16px;
	background: #f4f7fb;
	color: #314259;
	font-weight: 700;
}

.cfix-tab-panel + .cfix-tab-panel {
	margin-top: 34px;
	padding-top: 34px;
	border-top: 1px solid rgba(217, 224, 232, 0.8);
}

.woocommerce-product-attributes {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	padding: 15px 16px;
	border-bottom: 1px solid rgba(217, 224, 232, 0.8);
	text-align: right;
}

.woocommerce-pagination ul.page-numbers,
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
}

.page-numbers a,
.page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(217, 224, 232, 0.85);
}

.page-numbers .current {
	background: var(--cfix-blue);
	color: #ffffff;
	border-color: var(--cfix-blue);
}

/* עימוד בארכיון מוצרים — שורה ממורכזת, כפתורים ברורים */
.cfix-archive-main .cfix-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 28px 0 0;
	padding: 12px 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cfix-archive-main .woocommerce-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	border: 0;
	border-inline: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.cfix-archive-main .woocommerce-pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	column-gap: 12px;
	row-gap: 10px;
	border: 0;
	border-inline: 0;
	box-shadow: none;
	background: transparent;
}

.cfix-archive-main .woocommerce-pagination ul.page-numbers li {
	flex-shrink: 0;
	border: 0;
	border-inline-start: 0;
	border-inline-end: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	list-style: none;
}

.cfix-archive-main .page-numbers a,
.cfix-archive-main .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 44px;
	width: auto;
	min-height: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--cfix-border);
	border-radius: 12px;
	background: var(--cfix-surface);
	box-shadow: none;
	font-weight: 700;
	font-size: 1rem;
	color: var(--cfix-text);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.cfix-archive-main .page-numbers a:hover {
	background: var(--cfix-surface);
	border-color: rgba(23, 32, 50, 0.22);
	color: var(--cfix-text);
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
}

.cfix-archive-main .page-numbers a:focus-visible {
	outline: 2px solid var(--cfix-blue);
	outline-offset: 2px;
	border-radius: 12px;
}

.cfix-archive-main nav.woocommerce-pagination ul.page-numbers > li > .page-numbers.current,
.cfix-archive-main .page-numbers span.page-numbers.current {
	border-color: transparent;
	background: var(--cfix-yellow);
	color: var(--cfix-text);
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(253, 199, 15, 0.4);
	text-decoration: none;
}

.cfix-archive-main .page-numbers .dots,
.cfix-archive-main .page-numbers span.extend {
	min-width: auto;
	width: auto;
	height: 44px;
	min-height: 44px;
	padding: 0 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--cfix-muted);
	font-weight: 600;
}

.cfix-archive-main .page-numbers span.prev,
.cfix-archive-main .page-numbers span.next {
	opacity: 0.42;
	pointer-events: none;
	cursor: default;
}

.cfix-footer {
	margin-top: 28px;
	background: #edf1f4;
}

.cfix-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	padding: 28px;
}

.cfix-footer__column h3 {
	margin: 0 0 16px;
	font-size: 1.15rem;
}

.cfix-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cfix-menu--footer {
	display: grid;
	gap: 12px;
}

.cfix-menu a,
.cfix-footer__column p {
	color: #516074;
}

.cfix-newsletter-notice {
	margin: 0 0 12px;
	font-size: 0.95rem;
	line-height: 1.45;
}

.cfix-newsletter-notice--success {
	color: #0d6b3a;
}

.cfix-newsletter-notice--error {
	color: #b42318;
}

.cfix-newsletter-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	margin-top: 16px;
}

.cfix-newsletter-form input {
	border: 1px solid rgba(217, 224, 232, 0.9);
	border-radius: 16px;
	padding: 14px 16px;
	background: #ffffff;
}

.cfix-newsletter-form button {
	border: 0;
	border-radius: 16px;
	background: var(--cfix-blue);
	color: #ffffff;
	padding: 0 22px;
	font-weight: 800;
	cursor: pointer;
}

.cfix-footer__bottom {
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	padding: 18px 22px;
}

.cfix-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cfix-footer__payments span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffffff;
	color: #4b5a6e;
	font-weight: 800;
}

.cfix-social-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px 12px;
	margin-top: 20px;
	max-width: 100%;
}

.cfix-social-row a {
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(209, 213, 219, 1);
	color: #5b6675;
	font-weight: 700;
	-webkit-tap-highlight-color: transparent;
}

.cfix-social-row a svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin: 0 0 20px;
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(217, 224, 232, 0.9);
	background: #ffffff;
}

.cfix-category-nav {
	border-top: 0;
	border-bottom: 1px solid rgba(229, 231, 235, 1);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.cfix-category-nav__list {
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	padding: 12px 0;
}

.cfix-category-nav__list a {
	width: 72px;
	gap: 10px;
	color: #4b5563;
}

.cfix-category-nav__list a span:last-child {
	max-width: 70px;
	min-height: 32px;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.35;
}

.cfix-category-nav__icon {
	width: 56px;
	height: 56px;
	padding: 14px;
	border-radius: 18px;
	border: 1px solid rgba(243, 244, 246, 1);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.cfix-hero--home {
	padding: 24px 0 8px;
}

.cfix-hero__main {
	display: flex;
	align-items: center;
	min-height: 300px;
	border-radius: 18px;
}

.cfix-hero__content {
	position: relative;
	z-index: 1;
	width: min(66%, 560px);
}

.cfix-hero p {
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 500;
	line-height: 1.45;
}

.cfix-hero__stack {
	gap: 16px;
}

.cfix-promo-card {
	min-height: 142px;
	border-radius: 16px;
}

.cfix-promo-card__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: min(78%, 320px);
}

.cfix-promo-card__content strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
}

.cfix-promo-card__content small {
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.cfix-home-sections--test {
	padding: 8px 0 24px;
}

.cfix-section {
	margin-bottom: 0;
}

.cfix-section__heading {
	margin-bottom: 24px;
}

/* רווח אחיד בין סעיפי מוצרים בדף הבית (מעל כותרת כל סעיף אחרי הראשון) */
#home-sections .cfix-section + .cfix-section {
	padding-top: clamp(28px, 4vw, 44px);
}

.cfix-products--grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

/* גריד מטבח בדף הבית: 5 בעמודה */
#home-sections .cfix-products--grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

/* קרוסלת דף הבית: אותה פריסה וריווח כמו הגריד (לא 3 עמודות מ־1200px) */
#home-sections .cfix-products--carousel {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	overflow-x: visible;
}

/* ארכיון חנות / קטגוריה: 4 מוצרים בשורה (עם או בלי סיידבר) */
.cfix-archive-layout .cfix-products--grid.cfix-products--archive {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

/* דף הבית וארכיון — כרטיסי מוצר: תמונה גדולה יותר, בלי רקע אפור סביב התמונה */
#home-sections .cfix-card,
.cfix-archive-layout .cfix-card {
	border: 0;
	padding: 10px 6px 14px;
	box-shadow: 0 12px 28px rgba(11, 31, 77, 0.07);
}

#home-sections .cfix-card__brand,
.cfix-archive-layout .cfix-card__brand {
	justify-content: center;
	width: 100%;
	text-align: center;
}

#home-sections .cfix-card__title,
.cfix-archive-layout .cfix-card__title {
	text-align: center;
}

#home-sections .cfix-card__brand-img,
.cfix-archive-layout .cfix-card__brand-img {
	object-position: center;
	margin-inline: auto;
}

#home-sections .cfix-card__media,
.cfix-archive-layout .cfix-card__media {
	margin: 0 0 12px;
	padding: 5px;
	background: transparent;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: none;
}

#home-sections .cfix-card__media img,
.cfix-archive-layout .cfix-card__media img {
	mix-blend-mode: normal;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
	border-radius: 14px;
}

#home-sections .cfix-card__prices,
.cfix-archive-layout .cfix-card__prices {
	align-items: center;
	text-align: center;
}

#home-sections .cfix-card__price,
.cfix-archive-layout .cfix-card__price {
	justify-content: center;
	width: 100%;
}

#home-sections .cfix-card__old-price,
.cfix-archive-layout .cfix-card__old-price {
	justify-content: center;
	width: 100%;
}

#home-sections .cfix-card__button,
.cfix-archive-layout .cfix-card__button {
	justify-content: center;
}

.cfix-single-product {
	margin-top: 0;
	padding: 0;
	background: #ffffff;
	border: 0;
	box-shadow: none;
}

.cfix-product-stage {
	padding: 16px 0 36px;
	background: #ffffff;
}

body.single-product #primary.site-main {
	background-color: #ffffff;
}

.cfix-product-headline--test {
	gap: 18px;
	margin-bottom: 32px;
}

.cfix-product-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.cfix-product-meta-row__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.cfix-product-meta-row__code {
	color: #4b5563;
	font-size: 0.95rem;
}

.cfix-single-product__grid--test {
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	gap: 40px;
	align-items: start;
}

.cfix-purchase-card--test {
	padding: 0 0 8px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.cfix-purchase-card--test .cfix-configurator {
	margin-top: 18px;
}

.cfix-price-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
	padding-bottom: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.cfix-purchase-card--test > .cfix-product-summary__cart--wide {
	padding-top: 16px;
}

.cfix-price-stack__old {
	margin-bottom: 4px;
	color: #6b7280;
	font-size: 1rem;
	text-decoration: line-through;
}

.cfix-price-stack__current,
.cfix-price-stack__current .amount {
	color: #111111;
	font-size: clamp(2rem, 3.2vw, 2.65rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.cfix-alert-banner--pointer {
	position: relative;
	margin-top: 4px;
}

.cfix-alert-banner--in-purchase-card {
	margin-top: 18px;
}

.cfix-alert-banner--pointer::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	background: inherit;
	transform: translateX(-50%) rotate(45deg);
	border-radius: 2px;
}

.cfix-configurator--centered .cfix-configurator__group h3 {
	text-align: center;
}

.cfix-configurator--centered .cfix-option-pills {
	justify-content: center;
}

.cfix-info-card--plain {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.cfix-meta-tags--centered {
	text-align: center;
	line-height: 1.8;
}

.cfix-product-story {
	padding: 48px 0 80px;
	background: #ffffff;
	border-top: 1px solid rgba(229, 231, 235, 1);
}

.cfix-product-story__grid {
	grid-template-columns: 192px minmax(0, 1fr);
	gap: 0;
}

.cfix-product-story__nav {
	position: sticky;
	top: 96px;
	padding: 24px;
	border: 0;
	border-left: 1px solid rgba(229, 231, 235, 1);
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
}

.cfix-product-story__content {
	padding: 48px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
}

.cfix-warranty-banner {
	margin-bottom: 64px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid rgba(243, 244, 246, 1);
}

.cfix-warranty-banner h2 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	font-weight: 700;
}

.cfix-warranty-banner a {
	color: var(--cfix-blue);
	font-size: 0.95rem;
	font-weight: 600;
}

.cfix-story-block--hero {
	margin-bottom: 72px;
	text-align: center;
}

.cfix-story-block__hero-title {
	margin-bottom: 24px;
	font-size: clamp(2.8rem, 5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #00a1f1;
}

.cfix-story-block--hero .cfix-story-block__copy {
	max-width: 860px;
	margin: 0 auto;
	font-size: 1.08rem;
}

.cfix-story-feature--stacked {
	grid-template-columns: 1fr;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.cfix-story-feature--stacked .cfix-story-feature__copy {
	max-width: 900px;
	margin: 0 auto 36px;
	text-align: center;
}

.cfix-story-feature--stacked .cfix-story-feature__copy h3 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.cfix-story-feature--stacked .cfix-story-feature__copy p {
	font-size: 1.08rem;
}

.cfix-story-block--specs {
	text-align: right;
}

.cfix-spec-list {
	max-width: 760px;
}

.cfix-footer {
	margin-top: 48px;
	padding: 48px 0 24px;
	background: #edf1f4;
}

.cfix-footer__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 32px;
	padding: 0 0 32px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cfix-footer__newsletter {
	grid-column: span 2;
}

.cfix-footer__bottom {
	margin-top: 0;
	padding: 24px 0 0;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(209, 213, 219, 1);
	border-radius: 0;
	box-shadow: none;
	color: #6b7280;
	font-size: 0.76rem;
}

@media (max-width: 1100px) {
	.cfix-header__main {
		flex-wrap: wrap;
		padding: 18px 0;
		gap: 18px;
	}

	.cfix-header__search,
	.cfix-brand,
	.cfix-actions {
		width: 100%;
	}

	.cfix-header__search {
		order: 3;
	}

	.cfix-mobile-menu {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 14px;
		background: rgba(238, 242, 246, 0.98);
		color: #111827;
		box-shadow: inset 0 0 0 1px rgba(217, 224, 232, 0.95);
	}

	.cfix-brand .cfix-logo {
		position: relative;
		z-index: 1;
	}

	.cfix-brand .cfix-mobile-menu,
	.cfix-brand .cfix-departments {
		position: relative;
		z-index: 8;
	}

	.cfix-brand,
	.cfix-actions {
		justify-content: space-between;
	}

	.cfix-category-menu__inner {
		padding: 22px;
	}

	.cfix-category-menu__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cfix-hero__grid,
	.cfix-single-product__grid,
	.cfix-product-tabs__grid,
	.cfix-product-story__grid,
	.cfix-story-feature,
	.cfix-benefits,
	.cfix-footer__grid {
		grid-template-columns: 1fr;
	}

	.cfix-archive-hero__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.cfix-product-tabs__nav {
		position: static;
	}

	.cfix-product-story__nav {
		display: none;
	}

	.cfix-product-story__content {
		padding: 36px 28px;
	}

	.cfix-hero__content {
		width: 100%;
		max-width: none;
	}

	.cfix-single-product__grid--test {
		gap: 28px;
	}

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

	.cfix-footer__newsletter {
		grid-column: span 2;
	}

	.cfix-products--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#home-sections .cfix-products--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#home-sections .cfix-products--carousel {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cfix-archive-layout .cfix-products--grid.cfix-products--archive {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cfix-home-cats {
		padding: 14px 0 10px;
	}

	.cfix-home-cats__grid {
		gap: 12px 8px;
	}

	.cfix-home-cats__card {
		width: 84px;
	}

	.cfix-home-cats__media {
		width: 70px;
		height: 70px;
		margin-bottom: 6px;
	}

	.cfix-home-cats__icon svg {
		width: 32px;
		height: 32px;
	}

	.cfix-home-cats__label {
		font-size: 0.68rem;
	}

	.cfix-price-stack__current,
	.cfix-price-stack__current .amount {
		font-size: clamp(1.85rem, 4.5vw, 2.35rem);
	}
}

/* טאבלט + נייד: תפריט קטגוריות כמגירה — תואם theme.js (max-width: 1024px) */
@media (max-width: 1024px) {
	.cfix-category-menu:not(.is-open) {
		display: none !important;
	}

	.cfix-category-menu.is-open {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 100000;
		height: 100dvh;
		max-height: 100dvh;
		padding: 0;
		background: transparent;
		overflow: hidden;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		pointer-events: auto;
	}

	.cfix-category-menu.is-open .cfix-mnav-scrim {
		display: none;
		position: absolute;
		inset: 0;
		z-index: 1;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: rgba(15, 23, 42, 0.42);
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		appearance: none;
	}

	.cfix-category-menu__inner {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 100%;
		height: 100dvh;
		min-height: 100dvh;
		max-height: 100dvh;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		padding: 18px;
		padding-bottom: max(22px, calc(18px + env(safe-area-inset-bottom, 0px)));
		border-radius: 0;
	}

	.cfix-category-menu__head {
		position: sticky;
		top: 0;
		z-index: 2;
		flex: 0 0 auto;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		margin: -18px -18px 12px;
		padding: 14px 18px 12px;
		background: linear-gradient(180deg, #ffffff 65%, rgba(255, 255, 255, 0.94));
		border-bottom: 1px solid rgba(226, 232, 240, 0.95);
		border-radius: 0;
	}

	.cfix-category-menu__head-copy {
		max-width: none;
	}

	.cfix-category-menu__head p {
		display: none;
	}

	.cfix-category-menu__head h2 {
		margin-bottom: 0;
		font-size: clamp(1.5rem, 7vw, 2rem);
	}

	.cfix-category-menu__close {
		min-height: 48px;
		min-width: 48px;
		padding: 12px 18px;
		font-size: 1rem;
	}

	.cfix-category-menu__grid {
		grid-template-columns: 1fr;
		row-gap: 18px;
		column-gap: 0;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.cfix-category-menu__item a {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		align-content: center;
		min-height: 4.25rem;
		padding: 16px 18px;
		gap: 14px 16px;
		border-radius: 22px;
		-webkit-tap-highlight-color: rgba(253, 199, 15, 0.25);
		touch-action: manipulation;
	}

	.cfix-category-menu__icon {
		width: 52px;
		height: 52px;
		padding: 12px;
	}

	.cfix-category-menu__icon.cfix-category-menu__icon--photo {
		padding: 0;
	}

	.cfix-category-menu__copy {
		gap: 0;
	}

	.cfix-category-menu__copy strong {
		font-size: 1rem;
		line-height: 1.35;
	}

	.cfix-category-menu__copy small {
		display: none;
	}

	@media (prefers-reduced-motion: reduce) {
		.cfix-category-menu.is-open {
			transition: none;
		}
	}
}

@media (max-width: 767px) {
	#page.site {
		padding-inline: env(safe-area-inset-left, 0px) env(safe-area-inset-right, 0px);
	}

	.cfix-header-group {
		max-width: 100%;
		overflow-x: hidden;
	}

	#primary.site-main,
	main#primary {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		position: relative;
		z-index: 0;
	}

	.cfix-shell,
	.cfix-header__main,
	.cfix-footer__grid,
	.cfix-hero,
	.cfix-hero__grid,
	.cfix-hero__main,
	.cfix-section,
	.woocommerce,
	.wp-block-group,
	.entry-content {
		max-width: 100%;
		overflow-x: hidden;
	}

	.cfix-shell {
		width: calc(100% - 24px);
		max-width: 100%;
		margin-inline: auto;
	}

	.cfix-header__main {
		max-width: 100%;
	}

	.cfix-topbar {
		display: none;
	}

	.cfix-header {
		position: sticky;
		top: 0;
		z-index: 9999;
		overflow: visible;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.cfix-departments {
		display: none;
	}

	.cfix-header__main {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		align-items: center;
		gap: 10px;
		row-gap: 12px;
		min-height: auto;
		padding: 12px 0;
		position: relative;
	}

	.cfix-brand,
	.cfix-actions,
	.cfix-header__search {
		width: auto;
	}

	.cfix-brand {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
		position: relative;
		z-index: 6;
		align-self: center;
	}

	.cfix-mobile-menu {
		width: 46px;
		height: 46px;
		border-radius: 16px;
		background: #eef2f6;
		color: #111827;
		box-shadow: inset 0 0 0 1px rgba(217, 224, 232, 0.95);
	}

	.cfix-mobile-menu svg {
		width: 24px;
		height: 24px;
		pointer-events: none;
	}

	.cfix-logo {
		padding: 10px 14px;
		border-radius: 16px;
		font-size: 1.4rem;
	}

	.cfix-logo.cfix-logo--image {
		padding: 2px 4px;
	}

	.cfix-logo__img {
		max-height: 40px;
	}

	.cfix-header__search {
		/* חייב להישאר בשורה 2 — span על כל הרוחב בשורה 1 מכסה מבורגר + עגלה ב‑iOS */
		grid-column: 1 / -1;
		grid-row: 2;
		order: 0;
		min-width: 0;
		position: relative;
		z-index: 1;
	}

	.cfix-search-form {
		grid-template-columns: minmax(0, 1fr) auto;
		border-radius: 22px;
		padding: 5px;
	}

	.cfix-search-form__field {
		padding: 12px 14px;
		font-size: 0.96rem;
	}

	.cfix-search-form__button {
		padding: 12px 18px;
	}

	.cfix-mobile-menu:focus-visible {
		outline: 3px solid rgba(253, 199, 15, 0.95);
		outline-offset: 3px;
	}

	.cfix-actions {
		grid-column: 3;
		grid-row: 1;
		width: auto;
		gap: 8px;
		justify-content: flex-end;
		position: relative;
		z-index: 6;
		align-self: center;
	}

	.cfix-mobile-menu,
	.cfix-action,
	[data-mini-cart-toggle],
	.cfix-search-form,
	.cfix-search-form__field,
	.cfix-search-form__button {
		position: relative;
		z-index: 3;
		pointer-events: auto;
		touch-action: manipulation;
	}

	.cfix-brand .cfix-mobile-menu {
		z-index: 12;
	}

	.cfix-brand .cfix-logo {
		position: relative;
		z-index: 1;
		pointer-events: auto;
		touch-action: manipulation;
	}

	.cfix-action {
		flex: 0 0 auto;
		position: relative;
		width: 48px;
		min-width: 48px;
		height: 48px;
		padding: 0;
		border-radius: 16px;
		background: #f8fafc;
		box-shadow: inset 0 0 0 1px rgba(217, 224, 232, 0.95);
	}

	.cfix-action > span:not(.cfix-action__icon):not(.cfix-action__cart-meta) {
		display: none;
	}

	.cfix-action.cfix-action--cart {
		width: auto;
		min-width: 64px;
		height: 48px;
		padding: 0 10px;
		flex-direction: row;
		align-items: center;
		gap: 8px;
	}

	.cfix-action__icon {
		width: 20px;
		height: 20px;
	}

	.cfix-action--cart em {
		position: static;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		font-size: 0.68rem;
	}

	.cfix-hero__main,
	.cfix-generic-card,
	.cfix-single-product,
	.cfix-product-tabs__content,
	.cfix-product-tabs__nav,
	.cfix-product-story__nav,
	.cfix-product-story__content,
	.cfix-story-feature,
	.cfix-footer__grid,
	.cfix-footer__bottom,
	.cfix-archive-hero,
	.cfix-archive-toolbar {
		padding: 20px;
	}

	.cfix-hero--home {
		padding: 14px 0 4px;
	}

	.cfix-hero__grid {
		gap: 12px;
	}

	.cfix-hero__main {
		min-height: 260px;
		padding: 22px 18px;
		border-radius: 22px;
	}

	.cfix-hero h1,
	.cfix-hero h2,
	.cfix-archive-hero h1,
	.product_title.entry-title,
	.cfix-entry-title {
		font-size: clamp(1.55rem, 7.5vw, 2.25rem);
		line-height: 1.08;
	}

	.cfix-hero p {
		font-size: clamp(0.95rem, 3.8vw, 1.1rem);
		line-height: 1.55;
	}

	.cfix-hero__content {
		width: 100%;
	}

	.cfix-section__heading {
		flex-wrap: wrap;
		gap: 10px;
	}

	.cfix-section__heading h2 {
		font-size: clamp(1.15rem, 4.5vw, 1.55rem);
		line-height: 1.2;
	}

	.cfix-section__title {
		word-break: break-word;
		overflow-wrap: anywhere;
		max-width: 100%;
	}

	.cfix-category-nav__list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px 10px;
		padding: 10px 4px;
	}

	.cfix-category-nav__list a {
		width: auto;
		min-width: 68px;
	}

	.cfix-archive-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.cfix-archive-toolbar .woocommerce-result-count {
		width: 100%;
		text-align: center;
		order: -1;
	}

	.cfix-archive-toolbar .woocommerce-ordering {
		width: 100%;
	}

	.cfix-archive-toolbar .woocommerce-ordering select {
		width: 100%;
		max-width: 100%;
	}

	.cfix-hero__actions .cfix-button {
		width: 100%;
	}

	.cfix-promo-card {
		min-height: 126px;
	}

	.cfix-promo-card__content {
		max-width: 100%;
		gap: 4px;
	}

	.cfix-promo-card__content strong {
		font-size: 1.05rem;
	}

	.cfix-promo-card__content small {
		font-size: 0.78rem;
	}

	.cfix-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.cfix-newsletter-form {
		grid-template-columns: 1fr;
	}

	.cfix-newsletter-form button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 46px;
		height: 46px;
		padding: 0 14px;
		line-height: 1;
		font-size: 0.98rem;
		border-radius: 12px;
	}

	.cfix-social-row {
		gap: 8px 10px;
		margin-top: 16px;
	}

	.cfix-social-row a {
		width: 40px;
		height: 40px;
	}

	.cfix-social-row a svg {
		width: 13px;
		height: 13px;
	}

	.cfix-product-summary__cart--wide .cart,
	.cfix-bottom-badges,
	.cfix-double-banners,
	.cfix-mini-cart__actions {
		grid-template-columns: 1fr;
	}

	.cfix-stock-box {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.cfix-products--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	#home-sections .cfix-products--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#home-sections .cfix-products--carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfix-archive-layout .cfix-products--grid.cfix-products--archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfix-card {
		border-radius: 20px;
	}

	.cfix-card__content {
		gap: 10px;
	}

	.cfix-card__title {
		font-size: 0.88rem;
		line-height: 1.45;
		height: calc(1em * 1.45 * 3);
		min-height: calc(1em * 1.45 * 3);
	}

	.cfix-card__button {
		min-height: 48px;
		padding: 11px 14px;
		font-size: 0.86rem;
	}

	.cfix-product-stage {
		padding: 8px 0 24px;
		background: #ffffff;
	}

	.cfix-breadcrumbs {
		display: none;
	}

	.cfix-product-headline--test {
		gap: 12px;
		margin-bottom: 20px;
	}

	.cfix-product-meta-row {
		gap: 12px;
		padding-bottom: 12px;
	}

	.cfix-product-meta-row__group {
		gap: 8px;
		align-items: flex-start;
	}

	.cfix-product-meta-row__code {
		font-size: 0.88rem;
	}

	.cfix-product-gallery__main {
		padding: 10px 12px;
		border-radius: 14px;
	}

	.cfix-product-gallery__image,
	.cfix-product-gallery__main img {
		max-height: min(340px, 50vh);
	}

	.cfix-product-gallery__thumb {
		width: 52px;
		height: 52px;
	}

	.cfix-product-brief {
		padding: 18px;
	}

	.cfix-share-row {
		justify-content: flex-start;
	}

	.cfix-share-row a {
		width: 32px;
		height: 32px;
	}

	.cfix-share-row a svg {
		width: 14px;
		height: 14px;
	}

	.cfix-price-stack__current,
	.cfix-price-stack__current .amount {
		font-size: clamp(1.65rem, 9vw, 2.2rem);
	}

	.cfix-price-stack {
		padding-bottom: 14px;
	}

	.cfix-purchase-card--test > .cfix-product-summary__cart--wide {
		padding-top: 14px;
	}

	.cfix-alert-banner {
		padding: 14px 16px;
		border-radius: 18px;
		font-size: 0.92rem;
	}

	.cfix-configurator {
		gap: 14px;
	}

	.cfix-configurator__group {
		padding-top: 18px;
	}

	.cfix-option-pill {
		padding: 10px 12px;
	}

	.cfix-product-summary__cart--wide button.single_add_to_cart_button {
		min-height: 50px;
		font-size: 1rem;
	}

	.cfix-stock-box {
		gap: 12px;
		padding: 16px;
	}

	.cfix-stock-box a,
	.cfix-stock-box__trigger {
		width: 100%;
		justify-content: center;
	}

	.cfix-bottom-badges span,
	.cfix-bottom-badges a.cfix-bottom-badges__link {
		width: 100%;
	}

	.cfix-meta-tags {
		font-size: 0.9rem;
	}

	.cfix-product-story {
		padding: 24px 0 36px;
	}

	.cfix-product-story__content {
		padding: 24px 18px;
	}

	.cfix-warranty-banner {
		margin-bottom: 32px;
		padding-bottom: 24px;
	}

	.cfix-story-block--hero {
		margin-bottom: 36px;
		text-align: right;
	}

	.cfix-story-block__hero-title {
		font-size: clamp(2rem, 11vw, 2.8rem);
		line-height: 1.08;
		text-align: right;
	}

	.cfix-story-block--hero .cfix-story-block__copy {
		font-size: 0.98rem;
		text-align: right;
	}

	.cfix-story-feature--stacked .cfix-story-feature__copy {
		margin: 0 0 20px;
		text-align: right;
	}

	.cfix-story-feature--stacked .cfix-story-feature__copy h3 {
		font-size: clamp(1.35rem, 7vw, 1.8rem);
	}

	.cfix-mini-cart__panel {
		border-radius: 22px;
	}

	.cfix-mini-cart__item {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.cfix-mini-cart__header {
		padding: 18px 18px 16px;
	}

	.cfix-mini-cart__close {
		width: 46px;
		height: 46px;
		background: #ffffff;
		color: #0f172a;
		border-color: rgba(15, 23, 42, 0.14);
		box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	}

	.cfix-mini-cart__close svg {
		width: 24px;
		height: 24px;
		stroke-width: 2.45;
	}

	.cfix-mini-cart__body {
		padding: 0 18px 18px;
	}

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

	.cfix-footer__newsletter {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.cfix-category-menu__grid {
		row-gap: 20px;
	}

	.cfix-category-menu__grid,
	.cfix-products--grid {
		grid-template-columns: 1fr;
	}

	#home-sections .cfix-products--grid {
		grid-template-columns: 1fr;
	}

	#home-sections .cfix-products--carousel {
		grid-template-columns: 1fr;
	}

	.cfix-archive-layout .cfix-products--grid.cfix-products--archive {
		grid-template-columns: 1fr;
	}

	.cfix-category-menu__inner {
		padding: 16px;
	}

	.cfix-category-menu__head {
		margin: -16px -16px 10px;
		padding: 14px 16px 12px;
	}

	.cfix-hero__main {
		min-height: 220px;
	}

	.cfix-products--carousel {
		grid-template-columns: 1fr;
	}

	.cfix-product-gallery__thumb {
		width: 48px;
		height: 48px;
	}
}

/* Mobile mini-cart: fullscreen overlay above everything */
@media (max-width: 1024px) {
	.cfix-mini-cart.is-open {
		position: fixed;
		inset: 0;
		z-index: 100200;
		width: 100%;
		max-width: 100%;
	}

	.cfix-mini-cart.is-open .cfix-mini-cart__panel {
		width: 100%;
		height: 100dvh;
		max-height: 100dvh;
		border-radius: 0;
		border: 0;
		box-shadow: none;
	}

	.cfix-mini-cart.is-open .cfix-mini-cart__body {
		max-height: calc(100dvh - 88px);
	}
}

/* ===== Header Rebuilt ===== */
.cfix-header--rebuilt {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(217, 224, 232, 0.8);
	backdrop-filter: blur(10px);
}

.cfix-header--rebuilt .cfix-hdr-topbar {
	background: var(--cfix-yellow);
}

.cfix-header--rebuilt .cfix-hdr-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	gap: 16px;
}

.cfix-header--rebuilt .cfix-hdr-main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 86px;
	padding: 10px 0;
}

.cfix-header--rebuilt .cfix-hdr-brand,
.cfix-header--rebuilt .cfix-hdr-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cfix-header--rebuilt .cfix-hdr-search {
	min-width: 0;
}

.cfix-header--rebuilt .cfix-hdr-action-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 14px;
	background: #f8fafc;
	box-shadow: inset 0 0 0 1px rgba(217, 224, 232, 0.95);
	font-weight: 700;
}

.cfix-header--rebuilt .cfix-hdr-action-link--cart {
	border: 0;
	cursor: pointer;
}

.cfix-header--rebuilt .cfix-hdr-cart-meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cfix-header--rebuilt .cfix-hdr-cart-meta em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--cfix-red);
	color: #ffffff;
	font-style: normal;
	font-size: 0.72rem;
	line-height: 1;
}

.cfix-header--rebuilt .cfix-hdr-menu-toggle {
	display: none;
}

.cfix-header--rebuilt .cfix-hdr-departments {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: 0;
	border-radius: 14px;
	background: var(--cfix-yellow);
	color: #111111;
	cursor: pointer;
	font-weight: 800;
}

.cfix-header--rebuilt .cfix-hdr-departments:hover {
	filter: brightness(0.96);
}

/* Mini cart in rebuilt header: fix narrow width and push right */
.cfix-header--rebuilt .cfix-hdr-cart-slot .cfix-mini-cart {
	left: 0;
	right: auto;
	width: min(430px, calc(100vw - 24px));
	max-width: 430px;
}

@media (min-width: 1025px) {
	.cfix-header--rebuilt .cfix-hdr-cart-slot .cfix-mini-cart {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.cfix-header--rebuilt .cfix-hdr-topbar {
		display: none;
	}

	.cfix-header--rebuilt .cfix-hdr-main {
		grid-template-columns: auto 1fr auto;
		grid-template-rows: auto auto;
		gap: 10px;
		row-gap: 12px;
		min-height: auto;
		padding: 12px 0;
	}

	.cfix-header--rebuilt .cfix-hdr-brand {
		grid-column: 1;
		grid-row: 1;
	}

	.cfix-header--rebuilt .cfix-hdr-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.cfix-header--rebuilt .cfix-hdr-actions {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.cfix-header--rebuilt .cfix-hdr-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 14px;
		border: 0;
		background: #eef2f6;
		cursor: pointer;
	}

	.cfix-header--rebuilt .cfix-hdr-departments,
	.cfix-header--rebuilt .cfix-hdr-action-link > span:not(.cfix-action__icon):not(.cfix-hdr-cart-meta) {
		display: none;
	}

	.cfix-header--rebuilt .cfix-hdr-action-link {
		width: 46px;
		min-width: 46px;
		height: 46px;
		padding: 0;
		justify-content: center;
	}

	.cfix-header--rebuilt .cfix-hdr-action-link--cart {
		width: auto;
		min-width: 62px;
		padding: 0 10px;
	}
}
