/* =========================================================================
   BarPhone UX — עיצוב חזית האתר
   כל הכללים תחומים ל-.bpx-on (נוסף ל-body על ידי התוסף), כך שכיבוי התוסף
   מחזיר את האתר בדיוק למצבו הקודם.
   ========================================================================= */

:root {
	--bp-ink:        #16112b;
	--bp-body:       #5b6478;
	--bp-line:       #e8e4f3;
	--bp-line-soft:  #f1eefa;
	--bp-bg:         #ffffff;
	--bp-bg-soft:    #f8f6fd;
	--bp-bg-deep:    #14092e;

	--bp-primary:    #6c0fd0;
	--bp-primary-d:  #4a099a;
	--bp-primary-l:  #f3e9ff;
	--bp-accent:     #c10fff;
	--bp-grad:       linear-gradient(135deg, #4a099a 0%, #7d17d8 45%, #c10fff 100%);

	--bp-wa:         #25d366;
	--bp-wa-d:       #128c7e;

	--bp-r:          14px;
	--bp-r-sm:       10px;
	--bp-r-lg:       22px;

	--bp-sh:         0 1px 2px rgba(22,17,43,.05), 0 8px 24px rgba(22,17,43,.06);
	--bp-sh-lg:      0 12px 40px rgba(22,17,43,.14);

	--bp-head:       74px;   /* גובה שורת הלוגו */
	--bp-font:       'Rubik', 'Heebo', 'Segoe UI', system-ui, -apple-system, 'Arial Hebrew', Arial, sans-serif;
}

/* ---------- בסיס ---------- */
.bpx-on,
.bpx-on button,
.bpx-on input,
.bpx-on select,
.bpx-on textarea {
	font-family: var(--bp-font);
}
.bpx-on h1, .bpx-on h2, .bpx-on h3, .bpx-on h4, .bpx-on h5, .bpx-on h6 {
	font-family: var(--bp-font);
	color: var(--bp-ink);
	letter-spacing: -.015em;
}
/* clip ולא hidden — hidden היה הופך את body למיכל גלילה ושובר את
   position:sticky של הכותרת. */
.bpx-on { color: var(--bp-body); background: var(--bp-bg); overflow-x: clip; }
.bpx-on img { max-width: 100%; height: auto; }
.bpx-on *, .bpx-on *::before, .bpx-on *::after { box-sizing: border-box; }
/* חובה: הרבה מהרכיבים שלנו מוסתרים דרך התכונה hidden, ולכללי display
   שלנו יש עדיפות על ברירת המחדל של הדפדפן. בלי זה כפתורי הניקוי,
   המגירה וסינון הצ'יפים לא מסתתרים. */
.bpx-on [hidden], .bpx-drawer[hidden], .bpx-scrim[hidden] { display: none !important; }

.bpx-wrap {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
/* Astra מוסיפה קו תחתון לכל קישור בתוכן — לא רצוי ברכיבים שלנו. */
.bpx-on .bpx-header a, .bpx-on .bpx-footer a, .bpx-on .bpx-home a,
.bpx-on .bpx-drawer a, .bpx-on .bpx-mega a, .bpx-on .bpx-suggest a,
.bpx-on .bpx-siblings a, .bpx-on .bpx-brandpage a, .bpx-on .bpx-shopintro a,
.bpx-on .bpx-empty a, .bpx-on .bpx-single-cta a, .bpx-on .bpx-fab a,
.bpx-on .bpx-chip, .bpx-on .bpx-btn, .bpx-on .bpx-linkbtn,
.bpx-on ul.products li.product a { text-decoration: none !important; }

/* דף הבית נפרס לרוחב מלא — Astra עוטפת אותו בקונטיינר של 1240px
   ומדפיסה כותרת עמוד מיותרת מעל ההירו. */
.bpx-fullbleed .entry-header,
.bpx-fullbleed .ast-single-entry-banner { display: none !important; }
.bpx-fullbleed #primary { margin: 0 !important; }
.bpx-fullbleed #content > .ast-container {
	max-width: none !important; width: 100% !important;
	padding-inline: 0 !important; margin-inline: 0 !important;
}
.bpx-fullbleed .entry-content > .bpx-home,
.bpx-fullbleed .bpx-home { max-width: none !important; width: 100% !important; }

.bpx-i { width: 20px; height: 20px; flex: 0 0 auto; }
.bpx-rtl-flip { transform: scaleX(-1); }
.bpx-on[dir="ltr"] .bpx-rtl-flip,
html:not([dir="rtl"]) .bpx-rtl-flip { transform: none; }

.bpx-skip {
	position: absolute; inset-inline-start: -9999px; top: 0; z-index: 100000;
	background: var(--bp-primary); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.bpx-skip:focus { inset-inline-start: 0; }

/* ---------- כפתורים ---------- */
.bpx-on .bpx-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 11px 20px; border-radius: 999px; border: 1.5px solid transparent;
	font-weight: 600; font-size: 15px; line-height: 1.2; text-decoration: none;
	cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
	white-space: nowrap;
}
.bpx-on .bpx-btn:hover { transform: translateY(-1px); text-decoration: none; }
.bpx-on .bpx-btn:active { transform: translateY(0); }
.bpx-on .bpx-btn-lg { padding: 14px 26px; font-size: 16px; }

.bpx-on .bpx-btn-wa { background: var(--bp-wa); color: #06331b; box-shadow: 0 6px 18px rgba(37,211,102,.32); }
.bpx-on .bpx-btn-wa:hover { background: #1fbb59; color: #06331b; }

.bpx-on .bpx-btn-solid { background: var(--bp-primary); color: #fff; box-shadow: 0 6px 18px rgba(108,15,208,.28); }
.bpx-on .bpx-btn-solid:hover { background: var(--bp-primary-d); color: #fff; }

.bpx-on .bpx-btn-call { background: var(--bp-primary-l); color: var(--bp-primary-d); }
.bpx-on .bpx-btn-call:hover { background: #e9d9ff; color: var(--bp-primary-d); }

.bpx-on .bpx-btn-ghost { background: transparent; color: currentColor; border-color: currentColor; opacity: .95; }
.bpx-on .bpx-btn-ghost:hover { background: rgba(255,255,255,.12); }

.bpx-on .bpx-linkbtn {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--bp-primary); font-weight: 600; text-decoration: none; font-size: 15px;
}
.bpx-on .bpx-linkbtn:hover { color: var(--bp-primary-d); }

.bpx-iconbtn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--bp-line);
	background: #fff; color: var(--bp-ink); cursor: pointer; padding: 0;
}
.bpx-iconbtn:hover { background: var(--bp-bg-soft); }

/* =========================================================================
   HEADER
   ========================================================================= */
.bpx-header {
	position: sticky; top: 0; z-index: 900;
	background: #fff;
	border-bottom: 1px solid var(--bp-line);
	box-shadow: 0 1px 0 rgba(22,17,43,.03);
}
.admin-bar .bpx-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .bpx-header { top: 46px; } }

/* -- שורת מידע עליונה -- */
.bpx-topbar {
	background: var(--bp-grad);
	color: #fff;
	font-size: 13.5px;
}
.bpx-topbar-in { display: flex; align-items: center; gap: 14px; min-height: 40px; }
.bpx-topbar-item {
	display: inline-flex; align-items: center; gap: 7px;
	color: #fff; text-decoration: none; opacity: .95;
}
.bpx-topbar-item:hover { color: #fff; opacity: 1; text-decoration: none; }
.bpx-topbar-item .bpx-i { width: 16px; height: 16px; opacity: .85; }
.bpx-topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,.3); }
.bpx-topbar-spacer { flex: 1 1 auto; }
.bpx-topbar-phone { font-weight: 600; }

/* -- שורה ראשית -- */
.bpx-mainbar-in {
	display: flex; align-items: center; gap: 18px;
	min-height: var(--bp-head);
}
.bpx-burger {
	display: none; align-items: center; justify-content: center;
	width: 44px; height: 44px; border: 1px solid var(--bp-line); background: #fff;
	border-radius: 12px; color: var(--bp-ink); cursor: pointer; padding: 0; flex: 0 0 auto;
}
.bpx-burger .bpx-i { width: 22px; height: 22px; }

.bpx-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.bpx-logo:hover { text-decoration: none; }
.bpx-logo-img { width: 54px; height: 54px; border-radius: 50%; object-fit: contain; display: block; }
.bpx-logo-cap { display: flex; flex-direction: column; line-height: 1.25; }
.bpx-logo-cap strong { color: var(--bp-ink); font-size: 19px; font-weight: 700; }
.bpx-logo-cap small { color: var(--bp-body); font-size: 12.5px; }
.bpx-logo-text { font-size: 22px; font-weight: 800; color: var(--bp-primary); }

.bpx-actions { display: flex; align-items: center; gap: 10px; margin-inline-start: auto; flex: 0 0 auto; }
.bpx-search-toggle { display: none; }

/* -- חיפוש -- */
.bpx-search { position: relative; flex: 1 1 auto; max-width: 460px; }
.bpx-search-form {
	display: flex; align-items: center; gap: 10px;
	background: var(--bp-bg-soft); border: 1.5px solid var(--bp-line);
	border-radius: 999px; padding: 0 16px; height: 46px;
	transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.bpx-search-form:focus-within {
	border-color: var(--bp-primary); background: #fff;
	box-shadow: 0 0 0 4px rgba(108,15,208,.1);
}
.bpx-search-ico { color: var(--bp-body); }
.bpx-on .bpx-search-input {
	flex: 1 1 auto; border: 0; background: transparent; outline: none;
	font-size: 15px; color: var(--bp-ink); padding: 0; height: 100%; min-width: 0;
	box-shadow: none;
}
.bpx-on .bpx-search-input::placeholder { color: #9aa1b1; }
.bpx-on .bpx-search-input::-webkit-search-cancel-button { display: none; }
.bpx-search-clear {
	border: 0; background: transparent; color: var(--bp-body); cursor: pointer;
	display: flex; padding: 4px; border-radius: 50%;
}
.bpx-search-clear:hover { background: var(--bp-line); }

.bpx-suggest {
	position: absolute; inset-inline: 0; top: calc(100% + 8px);
	background: #fff; border: 1px solid var(--bp-line); border-radius: var(--bp-r);
	box-shadow: var(--bp-sh-lg); overflow: hidden auto; max-height: min(62vh, 460px);
	z-index: 60; padding: 6px;
}
.bpx-sug-group {
	font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
	color: #9aa1b1; padding: 10px 12px 6px;
}
.bpx-sug {
	display: flex; align-items: center; gap: 10px; width: 100%;
	padding: 9px 12px; border-radius: 10px; text-decoration: none; color: var(--bp-ink);
	font-size: 14.5px; border: 0; background: transparent; cursor: pointer; text-align: start;
}
.bpx-sug:hover, .bpx-sug.is-active { background: var(--bp-primary-l); color: var(--bp-primary-d); text-decoration: none; }
.bpx-sug-thumb { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; background: var(--bp-bg-soft); flex: 0 0 auto; }
.bpx-sug-main { flex: 1 1 auto; min-width: 0; }
.bpx-sug-name { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bpx-sug-sub { display: block; font-size: 12px; color: var(--bp-body); }
.bpx-sug-meta { font-size: 13px; font-weight: 700; color: var(--bp-primary); flex: 0 0 auto; }
.bpx-sug-empty { padding: 18px 14px; font-size: 14px; color: var(--bp-body); }

.bpx-search--overlay { display: none; }

/* -- ניווט -- */
.bpx-nav { border-top: 1px solid var(--bp-line-soft); background: #fff; }
.bpx-nav-list { display: flex; align-items: stretch; gap: 2px; list-style: none; margin: 0; padding: 0; }
.bpx-nav-item { position: static; }
.bpx-on .bpx-nav-item > a {
	display: flex; align-items: center; gap: 5px; height: 50px; padding: 0 16px;
	color: var(--bp-ink); font-weight: 600; font-size: 15.5px; text-decoration: none;
	white-space: nowrap; /* בלי זה פריטי התפריט נשברים לשתי שורות */
	border-bottom: 3px solid transparent; transition: color .18s, border-color .18s, background-color .18s;
}
.bpx-on .bpx-nav-item > a:hover,
.bpx-nav-item.is-open > a { color: var(--bp-primary); border-bottom-color: var(--bp-primary); background: #fdfbff; }
.bpx-nav-item.is-current > a { color: var(--bp-primary); }
.bpx-caret { width: 15px; height: 15px; transition: transform .2s; opacity: .6; }
.bpx-nav-item.is-open .bpx-caret { transform: rotate(180deg); }

/* -- פאנל מגה --
   סגור = max-height:0 + overflow:hidden. זה מה שמונע את השטח הלבן הענק
   בתחתית האתר: לפני התיקון תפריט המשנה של סמסונג (68 דגמים, 3758px)
   נשאר בזרימת הגלילה למרות שהיה מוסתר. */
.bpx-mega {
	position: absolute; inset-inline: 0; top: 100%;
	background: #fff; border-top: 1px solid var(--bp-line);
	box-shadow: var(--bp-sh-lg);
	max-height: 0; overflow: hidden;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .18s ease, visibility .18s, max-height 0s linear .18s;
	z-index: 80;
}
.bpx-nav-item.is-open > .bpx-mega {
	max-height: min(74vh, 620px); overflow: hidden auto;
	opacity: 1; visibility: visible; pointer-events: auto;
	transition: opacity .18s ease, visibility 0s, max-height 0s;
}
.bpx-mega-in { padding: 22px 20px 26px; }
.bpx-mega-head {
	display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
	padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px solid var(--bp-line-soft);
}
.bpx-mega-kicker { display: block; font-size: 12.5px; font-weight: 700; color: var(--bp-accent); letter-spacing: .04em; }
.bpx-on .bpx-mega-title { margin: 2px 0 0; font-size: 20px; font-weight: 700; }
.bpx-on .bpx-mega-all { display: inline-flex; align-items: center; gap: 6px; color: var(--bp-primary); font-weight: 600; text-decoration: none; font-size: 14.5px; }
.bpx-mega-all .bpx-i { width: 17px; height: 17px; }

/* כל סדרה היא מקטע ברוחב מלא, והדגמים בתוכה נשפכים לעמודות —
   כך אין עמודות ריקות גם כשיש רק שתיים-שלוש סדרות. */
.bpx-mega-cols { display: block; }
.bpx-mega-col + .bpx-mega-col { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--bp-line-soft); }
.bpx-on .bpx-mega-group {
	margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .07em;
	text-transform: uppercase; color: #9aa1b1;
}
.bpx-mega-col ul { list-style: none; margin: 0; padding: 0; columns: 5; column-gap: 24px; }
.bpx-mega-col li { break-inside: avoid; }
.bpx-on .bpx-mega-col a {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	padding: 6px 9px; margin-inline-start: -9px; border-radius: 8px;
	color: var(--bp-ink); font-size: 14.5px; text-decoration: none; line-height: 1.35;
}
.bpx-on .bpx-mega-col a:hover { background: var(--bp-primary-l); color: var(--bp-primary-d); text-decoration: none; }
.bpx-mega-count {
	font-size: 11.5px; font-weight: 700; color: #a8adbb;
	background: var(--bp-bg-soft); border-radius: 999px; padding: 1px 7px; flex: 0 0 auto;
}
.bpx-mega-col a:hover .bpx-mega-count { background: #fff; color: var(--bp-primary); }

/* -- פאנל תיקונים: שלושה אזורים -- */
.bpx-mega-3 { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 30px; }
.bpx-mega-zone { min-width: 0; }
.bpx-mega-links { list-style: none; margin: 0; padding: 0; }
.bpx-on .bpx-mega-links a {
	display: flex; align-items: center; gap: 9px; justify-content: space-between;
	padding: 8px 10px; margin-inline-start: -10px; border-radius: 9px;
	color: var(--bp-ink); font-size: 15px; text-decoration: none;
}
.bpx-on .bpx-mega-links a:hover { background: var(--bp-primary-l); color: var(--bp-primary-d); }
.bpx-mega-links .bpx-mega-name { flex: 1 1 auto; }
.bpx-mega-ico { display: flex; color: var(--bp-primary); }
.bpx-mega-ico .bpx-i { width: 19px; height: 19px; }
.bpx-mega-hint { margin: 14px 0 0; font-size: 13.5px; color: var(--bp-body); }
.bpx-mega-zone--wide .bpx-chips { max-height: none; }

/* -- רשת קטגוריות החנות -- */
.bpx-shopgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.bpx-on .bpx-shopcard {
	display: flex; flex-direction: column; gap: 3px; padding: 16px 18px;
	border: 1px solid var(--bp-line); border-radius: var(--bp-r); background: #fff;
	text-decoration: none; transition: border-color .18s, box-shadow .18s, transform .18s;
}
.bpx-on .bpx-shopcard:hover { border-color: var(--bp-primary); box-shadow: var(--bp-sh); transform: translateY(-2px); }
.bpx-shopcard-name { font-size: 16px; font-weight: 600; color: var(--bp-ink); }
.bpx-shopcard-count { font-size: 12.5px; color: var(--bp-primary); font-weight: 600; }
.bpx-sec--shop { background: var(--bp-bg-soft); }
.bpx-pill {
	display: inline-block; background: var(--bp-primary-l); color: var(--bp-primary-d);
	font-size: 12.5px; font-weight: 700; padding: 5px 14px; border-radius: 999px; margin-bottom: 10px;
}

/* -- מקטע מידע בתחתית קטגוריה -- */
.bpx-seotext {
	display: grid; grid-template-columns: 1fr 320px; gap: 30px; align-items: start;
	margin: 40px 0 0; padding: 30px 32px;
	background: linear-gradient(135deg, #fbf9ff 0%, var(--bp-bg-soft) 100%);
	border-radius: var(--bp-r-lg); border: 1px solid var(--bp-line);
}
.bpx-on .bpx-seotext h2 {
	font-size: 24px; margin: 0 0 12px; font-weight: 700; position: relative; padding-inline-start: 14px;
}
.bpx-on .bpx-seotext h2::before {
	content: ''; position: absolute; inset-inline-start: 0; top: 4px; bottom: 4px;
	width: 4px; border-radius: 3px; background: var(--bp-grad);
}
.bpx-on .bpx-seotext p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.8; color: var(--bp-body); }
.bpx-on .bpx-seotext p:last-child { margin-bottom: 0; }
.bpx-seotext-lead { font-weight: 600; color: var(--bp-ink) !important; margin-bottom: 8px !important; }
.bpx-seotext-list {
	list-style: none; margin: 0 0 16px; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 6px 18px;
}
.bpx-seotext-list li { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--bp-ink); }
.bpx-seotext-list .bpx-i { width: 18px; height: 18px; color: var(--bp-wa); flex: 0 0 auto; }

.bpx-seotext-card {
	background: #fff; border: 1px solid var(--bp-line); border-radius: var(--bp-r);
	padding: 20px; box-shadow: var(--bp-sh);
}
.bpx-on .bpx-seotext-card h3 { font-size: 16.5px; margin: 0 0 14px; font-weight: 700; }
.bpx-seotext-card .bpx-btn { width: 100%; margin-bottom: 8px; }
.bpx-seotext-meta { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--bp-line-soft); display: flex; flex-direction: column; gap: 9px; }
.bpx-seotext-meta li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--bp-body); }
.bpx-seotext-meta .bpx-i { width: 17px; height: 17px; color: var(--bp-primary); flex: 0 0 auto; }
.bpx-on .bpx-seotext-meta a { color: var(--bp-body); }
.bpx-on .bpx-seotext-meta a:hover { color: var(--bp-primary); }

@media (max-width: 900px) {
	.bpx-seotext { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
	.bpx-on .bpx-seotext h2 { font-size: 21px; }
}

/* -- איורי תיקון אוטומטיים -- */
.bpx-on img.bpx-autoimg { background: var(--bp-primary-l); border-radius: var(--bp-r-sm); object-fit: contain; }

/* -- כרטיסי סוגי תיקון -- */
.bpx-typegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.bpx-on .bpx-typecard {
	display: flex; align-items: center; gap: 13px; padding: 14px 16px;
	border: 1px solid var(--bp-line); border-radius: var(--bp-r);
	background: #fff; text-decoration: none; transition: border-color .18s, box-shadow .18s, transform .18s;
}
.bpx-on .bpx-typecard:hover { border-color: var(--bp-primary); box-shadow: var(--bp-sh); transform: translateY(-2px); text-decoration: none; }
.bpx-typeicon {
	display: flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
	background: var(--bp-primary-l); color: var(--bp-primary);
}
.bpx-typeicon .bpx-i { width: 23px; height: 23px; }
.bpx-typetxt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.bpx-typetxt strong { color: var(--bp-ink); font-size: 15.5px; font-weight: 600; }
.bpx-typetxt small { color: var(--bp-body); font-size: 13px; line-height: 1.4; }
.bpx-typearrow { margin-inline-start: auto; color: #c9cdd8; width: 18px; height: 18px; }
.bpx-typecard:hover .bpx-typearrow { color: var(--bp-primary); }

/* =========================================================================
   מגירת מובייל
   ========================================================================= */
.bpx-scrim {
	position: fixed; inset: 0; background: rgba(20,9,46,.5);
	z-index: 1000; opacity: 0; transition: opacity .25s;
	-webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.bpx-scrim.is-on { opacity: 1; }
.bpx-drawer {
	position: fixed; inset-block: 0; inset-inline-start: 0;
	width: min(88vw, 380px); background: #fff; z-index: 1001;
	display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1);
	box-shadow: var(--bp-sh-lg);
}
html:not([dir="rtl"]) .bpx-drawer { transform: translateX(-100%); }
.bpx-drawer.is-open { transform: translateX(0); }
.bpx-drawer-head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 16px; border-bottom: 1px solid var(--bp-line); flex: 0 0 auto;
}
.bpx-drawer-title { font-weight: 700; font-size: 17px; color: var(--bp-ink); }
.bpx-drawer-body { flex: 1 1 auto; overflow: hidden; position: relative; }
/* מעבר בין פאנלים: החלקה עדינה של 26px + דהייה, והפאנל הנכנס תמיד מעל
   (z-index) עם רקע אטום. קודם שני הפאנלים החליקו רוחב מלא מאותו צד —
   הישן החוצה והחדש פנימה — ובאמצע הדרך שניהם היו חצי-שקופים אחד על
   השני: "שני תפריטים" מרחפים. עכשיו היוצא רק דוהה במקום, מתחת. */
.bpx-drawer-panel {
	position: absolute; inset: 0; overflow-y: auto; padding: 12px 12px 24px;
	background: #fff; z-index: 0;
	transform: translateX(-26px); opacity: 0; pointer-events: none;
	transition: transform .22s ease, opacity .18s ease;
	-webkit-overflow-scrolling: touch;
}
html:not([dir="rtl"]) .bpx-drawer-panel { transform: translateX(26px); }
/* נקודת הפתיחה של הפאנל הנכנס — קדימה מגיע מכיוון ההעמקה, חזרה מהצד השני */
.bpx-drawer-panel.enter-fwd { transform: translateX(-26px); }
.bpx-drawer-panel.enter-back { transform: translateX(26px); }
html:not([dir="rtl"]) .bpx-drawer-panel.enter-fwd { transform: translateX(26px); }
html:not([dir="rtl"]) .bpx-drawer-panel.enter-back { transform: translateX(-26px); }
.bpx-drawer-panel.is-active { transform: none; opacity: 1; pointer-events: auto; z-index: 2; }
.bpx-drawer-panel.is-leaving {
	transform: none; opacity: 0; z-index: 1; pointer-events: none;
	transition: opacity .14s ease;
}
.bpx-no-anim { transition: none !important; }
.bpx-drawer .bpx-search { max-width: none; margin-bottom: 10px; }
.bpx-drawer-label {
	font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
	color: #9aa1b1; padding: 16px 10px 6px;
}
.bpx-on .bpx-drawer-link {
	display: flex; align-items: center; gap: 10px; width: 100%;
	padding: 12px 10px; border-radius: 10px; border: 0; background: transparent;
	color: var(--bp-ink); font-size: 15.5px; font-weight: 500; text-decoration: none;
	cursor: pointer; text-align: start; font-family: inherit;
}
.bpx-on .bpx-drawer-link:hover, .bpx-on .bpx-drawer-link:active { background: var(--bp-bg-soft); text-decoration: none; }
.bpx-drawer-link > span:first-of-type { flex: 1 1 auto; }
.bpx-drawer-link em, .bpx-chip em {
	font-style: normal; font-size: 11.5px; font-weight: 700; color: #a8adbb;
	background: var(--bp-bg-soft); border-radius: 999px; padding: 1px 7px; margin-inline-start: 6px;
}
.bpx-drawer-ico { color: var(--bp-primary); opacity: .85; }
.bpx-drawer-more .bpx-i { color: #b9bec9; width: 18px; }
/* העיצוב של "כל המוצרים בחנות" עבר ל-ui.css (רקע סגול מלא, טקסט לבן).
   כאן נשאר !important על טקסט סגול-כהה, והוא ניצח את ui.css — סגול כהה
   על סגול מלא, 1.4:1. אין כאן יותר צבע; ui.css הוא הבעלים. */
.bpx-drawer-all { font-weight: 600; }
.bpx-drawer-back {
	display: flex; align-items: center; gap: 8px; border: 0; background: transparent;
	color: var(--bp-primary); font-weight: 600; font-size: 15px; padding: 8px 10px;
	cursor: pointer; font-family: inherit;
}
.bpx-drawer-foot {
	display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
	padding: 12px 14px; border-top: 1px solid var(--bp-line); flex: 0 0 auto;
}
.bpx-drawer-foot .bpx-btn { width: 100%; font-size: 14px; padding: 12px 10px; }

/* =========================================================================
   כפתורים צפים
   ========================================================================= */
.bpx-fab { position: fixed; inset-inline-end: 16px; bottom: 18px; z-index: 850; display: flex; flex-direction: column; gap: 10px; }
.bpx-on .bpx-fab-btn {
	display: flex; align-items: center; gap: 8px;
	width: 56px; height: 56px; border-radius: 50%;
	justify-content: center; color: #fff; text-decoration: none;
	box-shadow: 0 8px 24px rgba(0,0,0,.22); transition: transform .18s;
}
.bpx-on .bpx-fab-btn:hover { transform: scale(1.06); color: #fff; }
.bpx-fab-btn .bpx-i { width: 27px; height: 27px; }
.bpx-fab-wa { background: var(--bp-wa); }
.bpx-fab-call { background: var(--bp-primary); }
.bpx-fab-label { display: none; }
/* על מסך רחב מציגים רק וואטסאפ — הטלפון כבר בכותרת */
@media (min-width: 993px) { .bpx-fab-call { display: none; } }

/* =========================================================================
   דף הבית
   ========================================================================= */
.bpx-home { margin: 0; }
.bpx-on .bpx-sec { padding: 62px 0; }
.bpx-sec--types { background: var(--bp-bg-soft); }
.bpx-sec--why { background: var(--bp-bg-soft); }

.bpx-sechead { max-width: 620px; margin: 0 auto 34px; text-align: center; }
.bpx-on .bpx-sechead h2 { font-size: clamp(25px, 3.4vw, 34px); font-weight: 700; margin: 0 0 8px; }
.bpx-on .bpx-sechead p { font-size: 16.5px; color: var(--bp-body); margin: 0; line-height: 1.6; }
.bpx-sechead--row {
	display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
	max-width: none; text-align: start; margin-bottom: 26px;
}
.bpx-sechead--row h2 { text-align: start; }

/* -- HERO -- */
.bpx-hero { position: relative; overflow: hidden; background: var(--bp-bg-deep); color: #fff; }
.bpx-hero-bg { position: absolute; inset: 0; background: var(--bp-grad); opacity: .96; }
.bpx-hero-bg::after {
	content: ''; position: absolute; inset: 0;
	background:
		radial-gradient(60% 80% at 85% 10%, rgba(255,255,255,.22), transparent 60%),
		radial-gradient(50% 70% at 10% 90%, rgba(0,0,0,.28), transparent 60%);
}
.bpx-hero-in {
	position: relative; display: grid; grid-template-columns: 1fr 460px; gap: 46px;
	align-items: center; padding-block: 64px 72px;
}
.bpx-hero-copy { color: #fff; }
.bpx-eyebrow {
	display: inline-flex; align-items: center; gap: 7px;
	background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.22);
	padding: 6px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 500;
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.bpx-eyebrow .bpx-i { width: 16px; height: 16px; }
.bpx-on .bpx-hero-title {
	color: #fff; font-size: clamp(32px, 5vw, 54px); line-height: 1.1; font-weight: 800;
	margin: 18px 0 14px; letter-spacing: -.02em;
}
.bpx-hl { color: #ffd76a; }
.bpx-hero-sub { color: rgba(255,255,255,.9); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.65; margin: 0 0 26px; max-width: 560px; }
.bpx-hero-stats { display: flex; gap: 34px; margin-bottom: 30px; flex-wrap: wrap; }
.bpx-hero-stats div { display: flex; flex-direction: column; }
.bpx-hero-stats strong { font-size: 30px; font-weight: 800; color: #fff; line-height: 1; }
.bpx-hero-stats span { font-size: 13.5px; color: rgba(255,255,255,.75); margin-top: 5px; }
.bpx-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.bpx-hero-cta .bpx-btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); }

/* -- מאתר דגמים -- */
.bpx-finder {
	background: #fff; border-radius: var(--bp-r-lg); box-shadow: var(--bp-sh-lg);
	padding: 22px; color: var(--bp-body); display: flex; flex-direction: column; min-height: 0;
}
.bpx-finder-head { margin-bottom: 14px; }
.bpx-on .bpx-finder-head h2 { font-size: 21px; font-weight: 700; margin: 0 0 3px; }
.bpx-on .bpx-finder-head p { font-size: 14px; color: var(--bp-body); margin: 0; }
.bpx-finder-search {
	display: flex; align-items: center; gap: 10px;
	border: 1.5px solid var(--bp-line); border-radius: 12px; padding: 0 14px; height: 48px;
	background: var(--bp-bg-soft); color: var(--bp-body); margin-bottom: 14px;
	transition: border-color .2s, background .2s, box-shadow .2s;
}
.bpx-finder-search:focus-within { border-color: var(--bp-primary); background: #fff; box-shadow: 0 0 0 4px rgba(108,15,208,.1); }
.bpx-on .bpx-finder-input {
	flex: 1 1 auto; border: 0; background: transparent; outline: none; box-shadow: none;
	font-size: 15px; color: var(--bp-ink); height: 100%; padding: 0; min-width: 0;
}
.bpx-on .bpx-finder-input::-webkit-search-cancel-button { display: none; }
.bpx-finder-clear { border: 0; background: transparent; color: var(--bp-body); cursor: pointer; display: flex; padding: 4px; }

.bpx-finder-tabs { display: flex; flex-wrap: wrap; gap: 6px; padding-bottom: 12px; margin-bottom: 6px; }
.bpx-finder-tab {
	border: 1px solid var(--bp-line); background: #fff; color: var(--bp-body);
	padding: 7px 15px; border-radius: 999px; font-size: 14px; font-weight: 600;
	cursor: pointer; white-space: nowrap; font-family: inherit; transition: all .18s;
}
.bpx-finder-tab:hover { border-color: var(--bp-primary); color: var(--bp-primary); }
.bpx-finder-tab.is-active { background: var(--bp-primary); border-color: var(--bp-primary); color: #fff; }

.bpx-finder-body { max-height: 264px; overflow-y: auto; padding-inline-end: 4px; scrollbar-width: thin; scrollbar-color: #dcd7ec transparent; }
.bpx-finder-body::-webkit-scrollbar { width: 6px; }
.bpx-finder-body::-webkit-scrollbar-thumb { background: #dcd7ec; border-radius: 3px; }
.bpx-finder-pane { display: none; }
.bpx-finder-pane.is-active { display: block; }
.bpx-finder.is-searching .bpx-finder-pane { display: block; }
.bpx-finder-group { margin-bottom: 12px; }
.bpx-finder-glabel {
	display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
	text-transform: uppercase; color: #9aa1b1; margin-bottom: 7px;
}
.bpx-finder-empty { text-align: center; padding: 22px 10px; }
.bpx-finder-empty p { margin: 0 0 12px; font-size: 14.5px; }

.bpx-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.bpx-on .bpx-chip {
	display: inline-flex; align-items: center; gap: 4px;
	padding: 7px 13px; border-radius: 999px; border: 1px solid var(--bp-line);
	background: #fff; color: var(--bp-ink); font-size: 14px; font-weight: 500;
	text-decoration: none; transition: all .16s; white-space: nowrap;
}
.bpx-on .bpx-chip:hover {
	border-color: var(--bp-primary); background: var(--bp-primary-l);
	color: var(--bp-primary-d); text-decoration: none;
}
.bpx-chip-wide { width: 100%; justify-content: center; }
.bpx-chip-brand { font-weight: 600; padding: 9px 18px; }
.bpx-chips--scroll { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }

/* -- מותגים -- */
.bpx-brandgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.bpx-on .bpx-brandcard {
	position: relative; display: flex; flex-direction: column; gap: 2px;
	padding: 22px 20px; border-radius: var(--bp-r); border: 1px solid var(--bp-line);
	background: #fff; text-decoration: none; overflow: hidden;
	transition: transform .18s, box-shadow .18s, border-color .18s;
}
.bpx-on .bpx-brandcard::before {
	content: ''; position: absolute; inset-block: 0; inset-inline-start: 0; width: 4px;
	background: var(--bp-brand, var(--bp-primary)); opacity: .85;
}
.bpx-on .bpx-brandcard:hover { transform: translateY(-3px); box-shadow: var(--bp-sh); border-color: var(--bp-brand, var(--bp-primary)); text-decoration: none; }
.bpx-brandname { font-size: 19px; font-weight: 700; color: var(--bp-ink); }
.bpx-brandhe { font-size: 13.5px; color: var(--bp-body); }
.bpx-brandmeta { margin-top: 10px; font-size: 12.5px; font-weight: 600; color: var(--bp-primary); }

/* -- כרטיסי מחיר -- */
.bpx-pricegrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bpx-on .bpx-pricecard {
	display: flex; flex-direction: column; border: 1px solid var(--bp-line);
	border-radius: var(--bp-r); overflow: hidden; background: #fff; text-decoration: none;
	transition: transform .18s, box-shadow .18s, border-color .18s;
}
.bpx-on .bpx-pricecard:hover { transform: translateY(-3px); box-shadow: var(--bp-sh); border-color: var(--bp-primary); text-decoration: none; }
.bpx-pc-media { display: block; background: var(--bp-bg-soft); aspect-ratio: 1 / 1; overflow: hidden; }
.bpx-pc-media img { width: 100%; height: 100%; object-fit: contain; display: block; mix-blend-mode: multiply; }
.bpx-pc-body { display: flex; flex-direction: column; gap: 6px; padding: 13px 15px 16px; flex: 1 1 auto; }
.bpx-pc-title { font-size: 14.5px; font-weight: 500; color: var(--bp-ink); line-height: 1.4; flex: 1 1 auto; }
.bpx-pc-price { font-size: 18px; font-weight: 700; color: var(--bp-primary); }
.bpx-pc-price .woocommerce-Price-amount { color: inherit; }
.bpx-pc-price del { display: none; }

/* -- שלבים -- */
.bpx-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; list-style: none; margin: 0; padding: 0; counter-reset: none; }
.bpx-steps li { position: relative; padding: 26px 22px; background: #fff; border: 1px solid var(--bp-line); border-radius: var(--bp-r); }
.bpx-stepnum {
	display: flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 12px; background: var(--bp-grad);
	color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 14px;
}
.bpx-on .bpx-steps h3 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.bpx-on .bpx-steps p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--bp-body); }

/* -- למה אנחנו -- */
.bpx-whygrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bpx-whycard { background: #fff; border: 1px solid var(--bp-line); border-radius: var(--bp-r); padding: 24px 20px; }
.bpx-whyicon {
	display: flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; border-radius: 13px;
	background: var(--bp-primary-l); color: var(--bp-primary); margin-bottom: 14px;
}
.bpx-whyicon .bpx-i { width: 24px; height: 24px; }
.bpx-on .bpx-whycard h3 { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.bpx-on .bpx-whycard p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--bp-body); }

/* -- פס CTA -- */
.bpx-cta-band { background: var(--bp-grad); color: #fff; }
.bpx-cta-in { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.bpx-on .bpx-cta-band h2 { color: #fff; font-size: clamp(23px, 3vw, 31px); margin: 0 0 6px; }
.bpx-cta-band p { color: rgba(255,255,255,.88); margin: 0; font-size: 16.5px; }
.bpx-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.bpx-cta-band .bpx-btn-solid { background: #fff; color: var(--bp-primary-d); }
.bpx-cta-band .bpx-btn-solid:hover { background: #f4ecff; color: var(--bp-primary-d); }

/* =========================================================================
   ווקומרס
   ========================================================================= */
.bpx-on.woocommerce .site-content,
.bpx-on.woocommerce-page .site-content { padding-top: 8px; }

.bpx-on .woocommerce-breadcrumb { font-size: 13.5px; color: var(--bp-body); margin-bottom: 10px; }
.bpx-on .woocommerce-breadcrumb a { color: var(--bp-primary); }
.bpx-bc-sep { padding-inline: 6px; color: #c9cdd8; }

.bpx-on .woocommerce-products-header__title,
.bpx-on .product_title { font-weight: 700; letter-spacing: -.02em; }

.bpx-on ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px !important; font-weight: 500; line-height: 1.45; color: var(--bp-ink);
}
.bpx-on ul.products li.product .price { color: var(--bp-primary) !important; font-weight: 700; font-size: 17px; }
.bpx-on ul.products li.product .price del { display: none; }
.bpx-on ul.products li.product {
	border: 1px solid var(--bp-line); border-radius: var(--bp-r); padding: 12px;
	background: #fff; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.bpx-on ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--bp-sh); border-color: var(--bp-primary); }
.bpx-on ul.products li.product img { border-radius: var(--bp-r-sm); background: var(--bp-bg-soft); }

/* כפתור הכרטיס — Astra מייצר אותו בעצמה, אז מעצבים את שלה במקום להוסיף שני. */
.bpx-on ul.products li.product .button,
.bpx-on ul.products li.product .ast-woo-product-btn a {
	display: block; width: 100%; margin: 12px 0 0; padding: 10px 14px;
	border-radius: 999px; border: 0;
	background: var(--bp-primary-l) !important; color: var(--bp-primary-d) !important;
	font-weight: 600; font-size: 14px; text-align: center; text-decoration: none;
	transition: background .18s, color .18s;
}
.bpx-on ul.products li.product .button:hover,
.bpx-on ul.products li.product .ast-woo-product-btn a:hover {
	background: var(--bp-primary) !important; color: #fff !important;
}
/* כפתור ה"סל" הצף שמופיע על התמונה בריחוף — אין סל באתר הזה. */
.bpx-on .ast-on-card-button,
.bpx-on .ast-select-options-trigger,
.bpx-on ul.products li.product .added_to_cart { display: none !important; }

.bpx-askprice { color: var(--bp-body) !important; font-weight: 600; font-size: 15px; }

/* מחיר / כותרת בעמוד מוצר */
.bpx-on .single-product div.product .price { color: var(--bp-primary); font-weight: 800; }
.bpx-single-cta {
	margin: 22px 0 8px; padding: 20px; border: 1px solid var(--bp-line);
	border-radius: var(--bp-r); background: var(--bp-bg-soft);
}
.bpx-single-note {
	display: flex; align-items: flex-start; gap: 9px; margin: 0 0 16px;
	font-size: 14.5px; color: var(--bp-body); line-height: 1.55;
}
.bpx-single-note .bpx-i { color: var(--bp-primary); margin-top: 2px; }
.bpx-single-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.bpx-single-meta { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.bpx-single-meta li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--bp-body); }
.bpx-single-meta .bpx-i { width: 17px; height: 17px; color: var(--bp-primary); }
.bpx-single-meta a { color: var(--bp-primary); }

/* דף מותג */
.bpx-brandpage { margin: 6px 0 30px; }
.bpx-brandpage-lead { font-size: 16px; line-height: 1.6; margin: 0 0 20px; color: var(--bp-body); }
.bpx-brandgroup { margin-bottom: 18px; }
.bpx-on .bpx-brandgroup h3 {
	font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
	color: #9aa1b1; margin: 0 0 9px;
}

/* דגמים סמוכים */
.bpx-siblings { margin: 8px 0 24px; padding: 16px 18px; background: var(--bp-bg-soft); border-radius: var(--bp-r); }
.bpx-siblings-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.bpx-siblings-head span { font-size: 14px; font-weight: 700; color: var(--bp-ink); }
.bpx-siblings-head a { display: inline-flex; align-items: center; gap: 5px; font-size: 13.5px; font-weight: 600; color: var(--bp-primary); text-decoration: none; }
.bpx-siblings-head .bpx-i { width: 16px; height: 16px; }
.bpx-after-loop { margin-top: 34px; }

/* ראש עמוד החנות */
.bpx-shopintro { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--bp-line); }
.bpx-on .bpx-shopintro h2 { font-size: 22px; margin: 0 0 4px; font-weight: 700; }
.bpx-shopintro p { margin: 0 0 14px; font-size: 15px; color: var(--bp-body); }
.bpx-shopintro-head { margin-bottom: 4px; }

/* ריק */
.bpx-empty { text-align: center; padding: 40px 20px; }
.bpx-on .bpx-empty h2 { font-size: 24px; margin: 0 0 8px; }
.bpx-empty p { font-size: 16px; margin: 0 0 18px; }
.bpx-empty .bpx-chips { justify-content: center; }
.bpx-empty-cta { margin-top: 22px; }

/* ממשק ווקומרס כללי */
.bpx-on .woocommerce-ordering select,
.bpx-on .woocommerce-ordering .select2-container { border-radius: 10px; }
.bpx-on .woocommerce nav.woocommerce-pagination ul { border: 0; gap: 6px; display: flex; justify-content: center; }
.bpx-on .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.bpx-on .woocommerce nav.woocommerce-pagination ul li a,
.bpx-on .woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid var(--bp-line); border-radius: 10px; min-width: 40px; padding: 8px 12px;
	color: var(--bp-ink); font-weight: 600;
}
.bpx-on .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--bp-primary); border-color: var(--bp-primary); color: #fff;
}
.bpx-on .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--bp-primary-l); color: var(--bp-primary-d); }

/* =========================================================================
   פוטר
   ========================================================================= */
.bpx-footer { background: var(--bp-bg-deep); color: rgba(255,255,255,.72); margin-top: 60px; }
.bpx-footer-grid {
	display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px;
	padding-block: 54px 44px;
}
.bpx-on .bpx-footer-col h4 {
	color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 16px;
	letter-spacing: .01em;
}
.bpx-footer-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.bpx-footer-logo { width: 52px; height: 52px; border-radius: 50%; }
.bpx-footer-brand strong { display: block; color: #fff; font-size: 19px; font-weight: 700; }
.bpx-footer-brand span { display: block; font-size: 13px; color: rgba(255,255,255,.6); }
.bpx-footer-text { font-size: 14.5px; line-height: 1.7; margin: 0 0 20px; max-width: 380px; }
.bpx-footer-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.bpx-footer .bpx-btn-ghost { color: #fff; border-color: rgba(255,255,255,.32); }

.bpx-footer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.bpx-on .bpx-footer-list a {
	color: rgba(255,255,255,.72); font-size: 14.5px; text-decoration: none;
	display: inline-flex; align-items: center; gap: 8px; transition: color .16s;
}
.bpx-on .bpx-footer-list a:hover { color: #fff; text-decoration: none; }
.bpx-footer-contact .bpx-i { width: 17px; height: 17px; color: var(--bp-accent); }

.bpx-footer-map { margin-top: 16px; border-radius: var(--bp-r-sm); overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.bpx-footer-map iframe { display: block; width: 100%; height: 150px; border: 0; filter: grayscale(.25); }

.bpx-footer-legal { border-top: 1px solid rgba(255,255,255,.1); }
.bpx-footer-legal-in { display: flex; flex-wrap: wrap; gap: 8px 22px; padding-block: 16px; }
.bpx-on .bpx-footer-legal a { color: rgba(255,255,255,.65); font-size: 13.5px; text-decoration: none; }
.bpx-on .bpx-footer-legal a:hover { color: #fff; text-decoration: underline !important; }

/* עמודי מדיניות */
.bpx-legal { max-width: 820px; line-height: 1.85; }
.bpx-on .bpx-legal h2 { font-size: 21px; margin: 30px 0 10px; font-weight: 700; }
.bpx-on .bpx-legal p, .bpx-on .bpx-legal li { font-size: 16px; color: var(--bp-body); }
.bpx-on .bpx-legal ul { padding-inline-start: 22px; }
.bpx-on .bpx-legal li { margin-bottom: 7px; }

.bpx-footer-bar { border-top: 1px solid rgba(255,255,255,.1); }
.bpx-footer-bar-in {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding-block: 18px; font-size: 13px; color: rgba(255,255,255,.55); flex-wrap: wrap;
}
.bpx-footer-note { font-size: 12.5px; }

/* =========================================================================
   רספונסיביות
   ========================================================================= */
@media (max-width: 1200px) {
	.bpx-mega-cols { columns: 4; }
	.bpx-hero-in { grid-template-columns: 1fr 400px; gap: 34px; }
	.bpx-pricegrid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
	.bpx-topbar-claim, .bpx-topbar-sep { display: none; }
	.bpx-nav, .bpx-search--desktop { display: none; }
	/* מתחת ל-16px ספארי ב-iOS מזנק זום על כל העמוד בכל פוקוס בשדה חיפוש —
	   ונשאר מזומם אחרי היציאה. הכלל כבר יושם בחיפוש של הפתיח (home2.css)
	   אבל פוספס בשלושת שדות החיפוש האחרים. */
	.bpx-on .bpx-search-input, .bpx-on .bpx-finder-input { font-size: 16px; }
	.bpx-burger { display: inline-flex; }
	.bpx-search-toggle { display: inline-flex; }
	.bpx-btn-call span:not([dir]) { display: none; }
	.bpx-logo-cap small { display: none; }
	.bpx-logo-img { width: 46px; height: 46px; }
	.bpx-mainbar-in { min-height: 66px; gap: 12px; }
	.bpx-actions { gap: 8px; }
	.bpx-btn-call { padding: 11px 14px; }

	.bpx-search--overlay {
		display: block; position: absolute; inset-inline: 0; top: 100%;
		background: #fff; padding: 12px 20px 16px; border-bottom: 1px solid var(--bp-line);
		box-shadow: var(--bp-sh); max-width: none;
		transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .2s;
	}
	.bpx-header.search-open .bpx-search--overlay { transform: none; opacity: 1; pointer-events: auto; }
	.bpx-search--overlay .bpx-suggest { inset-inline: 20px; }

	.bpx-hero-in { grid-template-columns: 1fr; padding-block: 44px 52px; gap: 30px; }
	.bpx-finder { padding: 18px; }
	.bpx-finder-body { max-height: 300px; }
	.bpx-whygrid { grid-template-columns: repeat(2, 1fr); }
	.bpx-steps { grid-template-columns: 1fr; gap: 14px; }
	.bpx-typegrid { grid-template-columns: repeat(2, 1fr); }
	.bpx-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; padding-block: 42px 34px; }
	.bpx-footer-about { grid-column: 1 / -1; }
	.bpx-on .bpx-sec { padding: 46px 0; }
}

@media (max-width: 640px) {
	.bpx-wrap { padding-inline: 16px; }
	/* שורת המידע העליונה ירדה בנייד: הכותרת הדביקה הייתה 103px — שביעית
	   מהמסך — בשביל כתובת שמופיעה שוב בפתיח 120px מתחת, וטלפון שכבר
	   קיים ככפתור באותה שורה. הכתובת נשארת בפתיח, במגירה ובפוטר. */
	.bpx-topbar { display: none; }
	.bpx-topbar-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.bpx-logo-cap { display: none; }
	/* מכווץ לאייקון בלבד — רק בשורת הפעולות של הכותרת.
	   בלי ההגבלה הזו כל כפתור וואטסאפ/חיוג באתר איבד את הכיתוב במובייל,
	   וכפתורי האשף (שהטקסט בהם הוא צומת טקסט חשוף) גלשו מחוץ למסגרת. */
	.bpx-actions .bpx-btn-wa span,
	.bpx-actions .bpx-btn-call span { display: none; }
	.bpx-actions .bpx-btn-wa,
	.bpx-actions .bpx-btn-call { width: 42px; height: 42px; padding: 0; border-radius: 12px; }
	.bpx-actions .bpx-btn { box-shadow: none; }

	.bpx-hero-stats { gap: 22px; }
	.bpx-hero-stats strong { font-size: 24px; }
	.bpx-hero-cta .bpx-btn { flex: 1 1 auto; }
	.bpx-pricegrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.bpx-typegrid { grid-template-columns: 1fr; }
	.bpx-whygrid { grid-template-columns: 1fr; }
	.bpx-brandgrid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.bpx-on .bpx-brandcard { padding: 16px 15px; }
	.bpx-brandname { font-size: 16.5px; }
	.bpx-sechead { margin-bottom: 24px; }
	.bpx-sechead--row { flex-direction: column; align-items: flex-start; gap: 10px; }
	.bpx-cta-in { flex-direction: column; align-items: flex-start; }
	.bpx-cta-btns { width: 100%; }
	.bpx-cta-btns .bpx-btn { flex: 1 1 auto; }
	.bpx-footer-grid { grid-template-columns: 1fr; gap: 26px; }
	.bpx-footer-bar-in { flex-direction: column; align-items: flex-start; gap: 6px; }
	.bpx-fab { inset-inline-end: 12px; bottom: 12px; }
	.bpx-on .bpx-fab-btn { width: 52px; height: 52px; }
	.bpx-single-btns .bpx-btn { flex: 1 1 auto; }
}

/* טאץ' — אין hover, פותחים בלחיצה */
@media (hover: none) {
	.bpx-on .bpx-btn:hover, .bpx-on .bpx-pricecard:hover, .bpx-on .bpx-brandcard:hover,
	.bpx-on ul.products li.product:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.bpx-on *, .bpx-on *::before, .bpx-on *::after {
		animation-duration: .001ms !important; transition-duration: .001ms !important;
	}
}

/* מיקוד נגיש */
.bpx-on a:focus-visible, .bpx-on button:focus-visible, .bpx-on input:focus-visible {
	outline: 3px solid var(--bp-accent); outline-offset: 2px; border-radius: 6px;
}

/* הודעת משלוח חינם בסל */
.bpx-freeship {
	display: flex; align-items: center; gap: 10px;
	margin: 0 0 18px; padding: 13px 18px; border-radius: var(--bp-r);
	background: #eafaf0; border: 1px solid #b9e9cb; color: #14603a; font-size: 15px;
}
.bpx-freeship .bpx-i { color: var(--bp-wa-d); flex: 0 0 auto; }
.bpx-freeship .amount { font-weight: 700; }

/* סל הקניות בכותרת */
.bpx-cart { position: relative; }
.bpx-cart .bpx-i { width: 21px; height: 21px; }
.bpx-cart-count {
	position: absolute; top: -6px; inset-inline-end: -6px;
	min-width: 20px; height: 20px; padding: 0 5px;
	display: none; align-items: center; justify-content: center;
	background: var(--bp-accent); color: #fff; border-radius: 999px;
	font-size: 11.5px; font-weight: 700; line-height: 1;
}
.bpx-cart.has-items { border-color: var(--bp-primary); color: var(--bp-primary); }
.bpx-cart.has-items .bpx-cart-count { display: flex; }

/* =========================================================================
   CRO — אמון בנקודת ההחלטה (נספח append-only)
   כללים חדשים בלבד. לא לערוך כללים קיימים מעל הקו הזה — הם בבעלות
   עורך אחר. כל תוספת עתידית של המקטע הזה — רק מכאן ומטה.
   ========================================================================= */

/* שורת אחריות בעמוד תיקון — קישור התקנון קטן, לא מתחרה בשורה עצמה */
.bpx-on .bpx-single-meta .bpx-meta-terms {
	font-size: 12.5px; color: var(--bp-body); text-decoration: underline;
}
.bpx-on .bpx-single-meta .bpx-meta-terms:hover { color: var(--bp-primary); }

/* שורת ביטול + חנות פיזית מתחת לכפתור הקנייה במוצרי חנות */
.bpx-returns-line {
	display: flex; align-items: flex-start; gap: 8px;
	margin: 12px 0 0; font-size: 13.5px; color: var(--bp-body); line-height: 1.55;
}
.bpx-returns-line .bpx-i {
	width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; color: var(--bp-wa-d);
}
.bpx-on .bpx-returns-line a { color: inherit; text-decoration: underline; }
.bpx-on .bpx-returns-line a:hover { color: var(--bp-primary); }

/* כפתור וואטסאפ משני על כרטיסי תיקון בארכיון — קו מתאר, לא מתחרה
   בכפתור הראשי של הכרטיס. position+z-index מרימים אותו מעל שכבת
   קישור-כרטיס של התבנית (אם קיימת) כדי שהלחיצה תפתח וואטסאפ ולא
   את עמוד המוצר. הטקסט בירוק כהה ייעודי (#0f6f64, 5.6:1 על לבן) —
   ‎--bp-wa-d‎ עצמו נמדד רק 4.1:1 בגודל 13.5px, מתחת לסף AA. */
.bpx-on ul.products li.product .bpx-loop-wa {
	position: relative; z-index: 2;
	display: flex; align-items: center; justify-content: center; gap: 7px;
	width: 100%; margin: 8px 0 0; padding: 8px 12px;
	border: 1px solid var(--bp-wa); border-radius: 999px;
	background: transparent; color: #0f6f64 !important;
	font-size: 13.5px; font-weight: 600; text-align: center; text-decoration: none;
	transition: background .18s, color .18s, border-color .18s;
}
.bpx-on ul.products li.product .bpx-loop-wa:hover {
	background: #0f6f64; border-color: #0f6f64; color: #fff !important;
}
.bpx-on ul.products li.product .bpx-loop-wa .bpx-i { width: 16px; height: 16px; flex: 0 0 auto; }

/* שורת אמון רזה בקטגוריות-בת של החנות — גלולות עם מסגרת, נשברות בנייד */
.bpx-childstrip {
	list-style: none; margin: 0 0 18px; padding: 0;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.bpx-childstrip li {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 7px 13px; border: 1px solid var(--bp-line); border-radius: 999px;
	background: var(--bp-bg-soft); font-size: 13px; color: var(--bp-body);
}
.bpx-childstrip .bpx-i { width: 15px; height: 15px; flex: 0 0 auto; color: var(--bp-primary); }
.bpx-on .bpx-childstrip a { color: inherit; text-decoration: underline; }
.bpx-on .bpx-childstrip a:hover { color: var(--bp-primary); }

/* שורת איכות הפאנל בתקצירי מסכים */
.bpx-tier-note { font-weight: 600; color: var(--bp-primary-d); }
