/* חיפושית — עיצוב האתר · אדום המותג #C80018 · פחם #231E1F · ירוקי טבע */
:root {
  --red: #C80018;
  --red-dark: #A00013;
  --red-soft: #FDEBED;
  --ink: #231E1F;
  --ink-soft: #5A5254;
  --green: #1A4D2E;
  --green-mid: #2D6A4F;
  --green-soft: #EAF5EE;
  --cream: #FDFBF7;
  --line: #EEE7E3;
  --amber: #E09F3E;
  --shadow: 0 4px 24px rgba(35,30,31,.09);
  --shadow-lg: 0 12px 40px rgba(35,30,31,.16);
  --r: 16px;
  --header-h: 118px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', sans-serif;
  color: var(--ink);
  background: var(--cream);
  direction: rtl;
  padding-bottom: 0;
}
/* רקע טבע אוורירי בשקיפות נמוכה — שומר על הבהירות, נותן עומק */
body::before {
  content: ''; position: fixed; inset: 0; z-index: -1;
  background: url('assets/bg-ambient.jpg') center / cover no-repeat;
  opacity: .13; pointer-events: none;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
body { overflow-x: hidden; }
/* מוצרים עם שמות ארוכים באנגלית לא ימתחו את הגריד */
.prod-grid > *, .cat-grid > *, .usp-inner > *, .checkout-grid > * { min-width: 0; }
.p-name, .ci-name, .pp-info h1 { overflow-wrap: anywhere; }
/* בידוד Bidi — שמות מעורבים עברית/אנגלית/מספרים לא מתהפכים (עצת ג'מיני+GPT) */
.p-name, .ci-name, .sg-name, .pp-info h1 { unicode-bidi: plaintext; }
.p-save { font-size: 12px; font-weight: 800; color: var(--green-mid); }
/* מחיר ליחידת-מידה — מאפשר השוואה בין אריזות בלי מחשבון */
.p-unit { font-size: 11.5px; color: var(--ink-soft); font-weight: 600; letter-spacing: .1px; }
.pp-unit { background: var(--green-soft); border-radius: 10px; padding: 8px 12px; font-size: 13.5px; color: var(--green); margin: 10px 0 4px; }
.pp-unit b { font-size: 15px; }
/* היתרון המקומי — המסר שאף מתחרה ארצי לא יכול להעתיק */
.local-sec { padding-top: 8px; padding-bottom: 0; }
.local-adv {
  display: flex; align-items: center; gap: 18px;
  background: linear-gradient(120deg, var(--green-soft), #F4FAF6);
  border: 2px solid rgba(45,106,79,.25); border-radius: 20px; padding: 20px 24px;
}
.la-icon { font-size: 40px; flex-shrink: 0; }
.la-body { flex: 1; min-width: 0; }
.la-body h3 { font-size: 19px; font-weight: 900; color: var(--green); margin-bottom: 4px; }
.la-body p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.la-body b { color: var(--green-mid); }
.la-branches { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--green-mid); }
.la-cta { flex-shrink: 0; background: var(--green-mid); color: #fff; border-radius: 26px; padding: 12px 22px; font-weight: 800; font-size: 14.5px; transition: transform .15s, box-shadow .15s; }
.la-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(45,106,79,.3); }
@media (max-width: 760px) {
  .local-adv { flex-direction: column; text-align: center; gap: 12px; padding: 18px 16px; }
  .la-branches { justify-content: center; gap: 10px; }
  .la-cta { width: 100%; text-align: center; }
}
/* סולם-האריזות — "משתלם יותר בגדול" (הלקח מ-Fressnapf: שקיפות מעלה סל, בלי הנחה) */
.bigger-deal {
  display: block; background: linear-gradient(135deg, #FFF8E6, #FFF3D6);
  border: 2px solid var(--amber); border-radius: 14px; padding: 12px 14px; margin: 12px 0 6px;
  transition: transform .15s, box-shadow .15s;
}
.bigger-deal:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(224,159,62,.28); }
.bd-badge { display: inline-block; background: var(--amber); color: #fff; font-weight: 900; font-size: 12px; padding: 3px 10px; border-radius: 12px; margin-bottom: 6px; }
.bd-txt { display: block; font-size: 13.5px; color: var(--ink); }
.bd-txt b { color: #8A5A00; }
.bd-go { display: block; font-size: 12.5px; font-weight: 800; color: #8A5A00; margin-top: 5px; unicode-bidi: plaintext; }
.wa-buy { display: inline-flex; align-items: center; gap: 6px; border: 2px solid #25D366; color: #128C4A; border-radius: 24px; padding: 10px 18px; font-weight: 800; font-size: 14px; transition: background .15s; }
.wa-buy:hover { background: #EAF9EF; }
.cart-sug { background: var(--green-soft); border-radius: 12px; padding: 10px 12px; margin: 10px 0; }
.cart-sug .cs-title { font-size: 12.5px; font-weight: 800; margin-bottom: 6px; }
.cs-item { display: flex; align-items: center; gap: 8px; padding: 5px 0; font-size: 12.5px; }
.cs-item img { width: 34px; height: 34px; object-fit: contain; border-radius: 6px; background: #fff; }
.cs-item .cs-n { flex: 1; font-weight: 600; }
.cs-item button { background: var(--green-mid); color: #fff; border-radius: 14px; padding: 4px 12px; font-weight: 800; font-size: 12px; white-space: nowrap; }

/* אפשרויות תשלום בצ'קאאוט */
.pm-opt { display: flex; align-items: center; gap: 10px; border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; margin-top: 8px; font-weight: 700; font-size: 14.5px; cursor: pointer; transition: border-color .15s, background .15s; }
.pm-opt:hover { border-color: var(--red); }
.pm-opt:has(input:checked) { border-color: var(--red); background: var(--red-soft); }
.pm-opt input { accent-color: var(--red); width: 18px; height: 18px; }

/* ===== פס עליון ===== */
.topbar { background: var(--ink); color: #fff; font-size: 13px; }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 6px 16px; display: flex; justify-content: space-between; gap: 12px; }
.topbar a { color: #fff; }

/* ===== כותרת ===== */
.header { position: sticky; top: 0; z-index: 90; background: #fff; box-shadow: var(--shadow); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 10px 16px; display: flex; align-items: center; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo img { height: 52px; width: 52px; object-fit: contain; }
.logo-text { font-weight: 900; font-size: 24px; color: var(--red); line-height: 1; display: flex; flex-direction: column; }
.logo-text small { font-size: 11px; font-weight: 600; color: var(--ink-soft); letter-spacing: 2px; }
.menu-btn { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.menu-btn span { width: 24px; height: 3px; background: var(--ink); border-radius: 2px; }

.search-wrap { flex: 1; position: relative; max-width: 560px; margin: 0 auto; }
#searchInput {
  width: 100%; padding: 12px 18px 12px 48px; border: 2px solid var(--line); border-radius: 30px;
  font-family: inherit; font-size: 15px; background: var(--cream); transition: border-color .2s;
}
#searchInput:focus { border-color: var(--red); outline: none; background: #fff; }
.search-btn {
  position: absolute; left: 6px; top: 50%; transform: translateY(-50%);
  background: #fff; border: 2px solid var(--red); width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; box-shadow: 0 3px 8px rgba(200,0,24,.25); transition: transform .2s, box-shadow .2s;
}
.search-btn:hover { transform: translateY(-50%) rotate(-14deg) scale(1.12); box-shadow: 0 6px 14px rgba(200,0,24,.4); }
/* הלוגו כלוא בשני הצירים + contain — לעולם לא נחתך בעיגול (הנחיית-אלי 12/08) */
.sb-bug { width: 26px; height: 26px; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.25)); }
.search-suggest {
  position: absolute; top: calc(100% + 6px); right: 0; left: 0; background: #fff; border-radius: 14px;
  box-shadow: var(--shadow-lg); overflow: hidden; display: none; max-height: 420px; overflow-y: auto; z-index: 99;
}
.search-suggest.open { display: block; }
.sg-item { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-bottom: 1px solid var(--line); transition: background .15s; }
.sg-item:hover { background: var(--red-soft); }
.sg-item img { width: 40px; height: 40px; object-fit: contain; border-radius: 8px; background: #fff; }
.sg-item .sg-name { font-size: 13.5px; font-weight: 500; flex: 1; }
.sg-item .sg-price { font-weight: 700; color: var(--red); font-size: 13.5px; white-space: nowrap; }
.sg-all { display: block; text-align: center; padding: 10px; font-weight: 700; color: var(--red); font-size: 14px; background: var(--cream); }

.header-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.header-act { font-size: 21px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); position: relative; transition: transform .15s; }
/* וואטסאפ בהדר — ירוק בולט, מרחף, עם ברק שעובר מדי כמה שניות.
   הריחוף על `translate` ולא על `transform`, כדי ש-`transform: scale()` של
   ה-hover (כלל .header-act:hover למטה בקובץ) ימשיך לעבוד ולא יידרס. */
.header-act.wa {
  background: linear-gradient(135deg, #25D366, #12A150);
  color: #fff; border: 2px solid #0E8A45;
  box-shadow: 0 6px 18px rgba(18,161,80,.38);
  overflow: hidden; isolation: isolate;
  transition: box-shadow .2s, filter .15s, transform .15s;
  animation: waHover 2.8s ease-in-out infinite;
}
.header-act.wa svg { position: relative; z-index: 1; }
.header-act.wa::after {                       /* הברק */
  content: ''; position: absolute; inset: -20%;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.9) 50%, transparent 62%);
  translate: -160% 0;
  animation: waFlash 3.4s ease-in-out infinite;
  pointer-events: none;
}
.header-act.wa:hover { box-shadow: 0 10px 26px rgba(18,161,80,.5); filter: brightness(1.06); }
@keyframes waHover { 0%, 100% { translate: 0 0; } 50% { translate: 0 -3px; } }
@keyframes waFlash { 0%, 70% { translate: -160% 0; } 88%, 100% { translate: 160% 0; } }
@media (prefers-reduced-motion: reduce) {
  .header-act.wa { animation: none; }
  .header-act.wa::after { animation: none; opacity: 0; }
}
/* מונה מוצרים חי */
.live-count {
  display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 2px solid var(--line);
  border-radius: 24px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: var(--ink-soft); position: relative;
}
.live-count b { font-size: 16px; font-weight: 900; color: var(--green); font-variant-numeric: tabular-nums; }
.lc-dot { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; animation: lcPulse 1.6s infinite; }
@keyframes lcPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 60% { box-shadow: 0 0 0 6px rgba(34,197,94,0); } }
.lc-plus { position: absolute; top: -12px; left: 10px; color: var(--green-mid); font-weight: 900; font-size: 12px; animation: lcFloat 1.1s ease-out forwards; pointer-events: none; }
@keyframes lcFloat { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-14px); } }
@media (max-width: 900px) { .live-count .lc-label { display: none; } .live-count { padding: 8px 11px; } }
.header-act:hover { transform: scale(1.08); }
.cart-count, .bn-count {
  position: absolute; top: -2px; left: -2px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800;
  min-width: 19px; height: 19px; border-radius: 10px; display: grid; place-items: center; padding: 0 4px;
}

/* ===== ניווט קטגוריות ===== */
.catnav { border-top: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.catnav::-webkit-scrollbar { display: none; }
.catnav-inner { max-width: 1280px; margin: 0 auto; display: flex; gap: 2px; padding: 0 12px; white-space: nowrap; }
.catnav a {
  padding: 11px 15px; font-size: 14.5px; font-weight: 600; color: var(--ink); border-bottom: 3px solid transparent; transition: color .15s, border-color .15s;
}
.catnav a:hover, .catnav a.active { color: var(--red); border-bottom-color: var(--red); }
.catnav a.hot { color: var(--red); font-weight: 800; }
/* ===== תפריט תתי-קטגוריות בריחוף (דסקטופ) =====
   ⚠️ ל-.catnav יש overflow-x:auto לגלילה בטאבלט, והוא חותך תפריט צף —
   לכן ברוחב שבו כל הקטגוריות נכנסות ממילא, מחזירים overflow: visible. */
.cn-item { position: relative; display: inline-flex; }
.cn-sub {
  display: none; position: absolute; top: 100%; right: 0; z-index: 60;
  min-width: 250px; background: #fff; border: 2px solid var(--line); border-top: 3px solid var(--red);
  border-radius: 0 0 14px 14px; box-shadow: var(--shadow-lg); padding: 8px; white-space: normal;
}
@media (min-width: 900px) {
  .catnav { overflow: visible; }
  .cn-item:hover > .cn-sub, .cn-item:focus-within > .cn-sub { display: block; }
}
.cn-sub a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 11px; border-radius: 9px; font-size: 13.5px; font-weight: 600;
  color: var(--ink); border-bottom: none; line-height: 1.35;
}
.cn-sub a:hover { background: var(--green-soft); color: var(--green); border-bottom-color: transparent; }
.cn-sub a span { font-size: 11.5px; font-weight: 800; color: var(--ink-soft); background: var(--cream); border-radius: 10px; padding: 1px 8px; }
.cn-sub a:hover span { background: #fff; color: var(--green-mid); }
.cn-sub .cn-all { font-weight: 900; color: var(--red); border-bottom: 1px solid var(--line); border-radius: 9px 9px 0 0; margin-bottom: 4px; }
/* מחלקה (g) ותת-מחלקות שלה — שכבה שנייה בתפריט-הריחוף */
.cn-sub { max-height: 74vh; overflow-y: auto; min-width: 268px; }
.cn-grp { border-bottom: 1px solid var(--line); padding-bottom: 3px; margin-bottom: 3px; }
.cn-grp:last-child { border-bottom: none; }
.cn-g { font-weight: 900 !important; color: var(--ink) !important; font-size: 14px !important; }
.cn-g:hover { background: var(--red-soft) !important; color: var(--red-dark) !important; }
/* שכבה-3 מקופלת עד לחיצה — התפריט נשאר קצר וניתן לסריקה */
.cn-lv2 { padding-inline-start: 10px; display: none; }
.cn-grp.open > .cn-lv2 { display: block; }
.cn-grp.has-sub > .cn-g::after {
  content: '⌄'; float: inline-end; margin-inline-start: 8px; font-size: 15px; line-height: 1;
  color: var(--ink-soft); transition: transform .18s; display: inline-block;
}
.cn-grp.has-sub.open > .cn-g::after { transform: rotate(180deg); color: var(--red); }
.cn-grp.open > .cn-g { background: var(--red-soft); color: var(--red-dark) !important; }
.cn-lv2 .cn-lv2-all { font-weight: 800 !important; color: var(--red) !important; }
.cn-lv2 .cn-lv2-all::before { content: '↳'; color: var(--red); }
.cn-lv2 a { font-size: 12.5px; font-weight: 600; padding: 5px 10px; color: var(--ink-soft); }
.cn-lv2 a::before { content: '·'; margin-inline-end: 6px; color: var(--line); font-weight: 900; }
.mm-sub a b { font-size: 11.5px; color: var(--ink-soft); font-weight: 800; margin-inline-start: 5px; }
.cn-sub .cn-all:hover { background: var(--red-soft); color: var(--red-dark); }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: max(460px, 31vw); display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(120deg, var(--green) 0%, var(--green-mid) 100%);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
/* הירו 2056 — גרסה רחבה לדסקטופ, אנכית למובייל (חוק היחס-למקום).
   עוגן תחתון: החיות בתחתית התמונה — לעולם לא נחתכות; החיתוך רק בתקרה. */
.hero-bg-main { background-image: url('assets/hero-desktop.jpg?v=15'); background-position: center bottom; }
@media (max-width: 760px) { .hero-bg-main { background-image: url('assets/hero-mobile.jpg?v=15'); } }
/* הפייד יושב אך ורק על צד הטקסט (ימין) ונמוג בהדרגה עד היעלמות מוחלטת
   לפני אמצע התמונה — שלא מרגישים אותו. 0% שחור מ-48% שמאלה: החיות נקיות. */
.hero-bg::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(270deg, rgba(20,35,25,.78) 0%, rgba(20,35,25,.62) 16%, rgba(20,35,25,.38) 30%, rgba(20,35,25,.14) 40%, rgba(20,35,25,0) 48%); }
/* מובייל (הנחיית-אלי 11/08): הטקסט עלה לחלק העליון של התמונה — החיות למטה
   נשארות נקיות. חוק הפייד: הפייד עוקב אחרי הטקסט — מלמעלה, נמוג לאפס לפני האמצע. */
@media (max-width: 760px) {
  /* חוק הפייד: התג האדום נושא רקע משלו — אין טקסט שצריך הבלטה, ולכן
     אין פייד בכלל. התמונה נקייה ב-100% (הנחיית-אלי 12/08). */
  .hero-bg::after { background: none; }
}
/* הטקסט יושב על אזור הפייד בקצה השמאלי — לא מכסה את החיות במרכז */
.hero-content { position: relative; max-width: none; margin: 0; padding: 48px 3vw; width: 100%; color: #fff; }
.hero-box { max-width: 500px; margin-left: auto; margin-right: 0; }
@media (max-width: 1100px) { .hero-box { max-width: 440px; } }
.hero-badge { display: inline-block; background: var(--red); padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 14px; margin-bottom: 16px; }
/* "רשת ציוד ומזון לחיות מחמד" — תמיד בשורה אחת (הנחיית-אלי 12/08) */
.hero h1 { font-size: clamp(26px, 3vw, 40px); font-weight: 900; line-height: 1.2; white-space: nowrap; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.hero p { font-size: clamp(15px, 2vw, 19px); margin: 14px 0 26px; max-width: 480px; color: #EAF5EE; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 30px;
  font-weight: 800; font-size: 16px; transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-red { background: var(--red); color: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-outline { border: 2px solid var(--line); color: var(--ink); }

/* ===== פס אמון ===== */
.usp { background: #fff; border-bottom: 1px solid var(--line); }
.usp-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.usp-item { display: flex; align-items: center; gap: 10px; padding: 16px 18px; font-size: 14px; font-weight: 600; justify-content: center; }
.usp-item .ic { font-size: 26px; }
.usp-item small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 12.5px; }

/* ===== מקטעים ===== */
.section { max-width: 1280px; margin: 0 auto; padding: 40px 16px 8px; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; gap: 10px; }
.sec-head h2 { font-size: clamp(21px, 3vw, 28px); font-weight: 900; }
.sec-head h2 em { font-style: normal; color: var(--red); }
.sec-head a { font-weight: 700; color: var(--red); font-size: 14.5px; white-space: nowrap; }

/* כרטיסי קטגוריה — תלת-ממד מרחף */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; perspective: 1400px; }
.cat-card {
  position: relative; border-radius: var(--r); overflow: hidden; min-height: 170px; display: flex; align-items: flex-end;
  background: var(--green-mid); transform-style: preserve-3d;
  box-shadow: 0 10px 22px rgba(35,30,31,.14), 0 24px 48px rgba(35,30,31,.10);
  transition: transform .35s cubic-bezier(.2,.8,.25,1), box-shadow .35s;
  animation: cardFloat 7s ease-in-out infinite alternate;
}
.cat-card:nth-child(2n) { animation-delay: -2.2s; }
.cat-card:nth-child(3n) { animation-delay: -4.1s; }
.cat-card:nth-child(4n) { animation-delay: -5.6s; }
@keyframes cardFloat { from { transform: translateY(0); } to { transform: translateY(-6px); } }
.cat-card:hover {
  transform: translateY(-12px) rotateX(5deg) scale(1.03); animation-play-state: paused;
  box-shadow: 0 24px 44px rgba(35,30,31,.22), 0 48px 90px rgba(35,30,31,.14);
}
.cat-card .cc-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s; }
.cat-card:hover .cc-bg { transform: scale(1.08); }
@media (prefers-reduced-motion: reduce) { .cat-card { animation: none; } }
.cat-card .cc-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,18,16,.82) 0%, rgba(15,18,16,.55) 20%, rgba(15,18,16,.22) 42%, rgba(15,18,16,0) 62%); }
/* טקסט ממורכז למטה — יושב על אזור הסקרים */
.cat-card .cc-body { position: relative; color: #fff; padding: 12px 16px 14px; width: 100%; text-align: center; }
.cat-card h3 { font-size: 18px; font-weight: 900; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.cat-card span { font-size: 12.5px; color: #EDF3EE; text-shadow: 0 1px 4px rgba(0,0,0,.6); }
/* אייקון מבצעים בכותרת */
.sale-fab {
  display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(120deg, var(--red), #8E0011);
  color: #fff; border-radius: 24px; padding: 9px 16px; font-weight: 900; font-size: 14px;
  box-shadow: 0 4px 14px rgba(200,0,24,.35); transition: transform .15s, box-shadow .15s; position: relative; overflow: hidden;
}
.sale-fab::after { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); animation: saleSheen 3.2s infinite; }
@keyframes saleSheen { 0%, 60% { left: -60%; } 100% { left: 130%; } }
.sale-fab:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 8px 22px rgba(200,0,24,.45); }
.sale-fab .sf-icon { font-size: 17px; }
/* מובייל: בלי אייקון-עיגול סתום — טקסט "מבצעים חמים" מפורש (הנחיית-אלי 11/08) */
@media (max-width: 760px) {
  .sale-fab { padding: 8px 13px; border-radius: 22px; font-size: 13px; gap: 5px; }
  .sale-fab .sf-icon { display: inline; font-size: 15px; }   /* להבה בתוך התג (הנחיית-אלי 12/08) */
  .sale-fab .sf-label { display: inline; }
}
.cat-emoji { position: absolute; top: 12px; right: 14px; font-size: 30px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.4)); }

/* ===== גריד מוצרים ===== */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.pcard {
  background: #fff; border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .18s, box-shadow .18s; position: relative;
}
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
/* ⚠️ גובה קבוע כ-fallback: ב-iOS ישן aspect-ratio לא נתמך וגבהים באחוזים קורסים —
   התמונה נפרשת בגודל טבעי וזולגת על הטקסט ("המוצרים חתוכים"). overflow:hidden = חגורת ביטחון. */
.pcard .p-img { position: relative; height: 220px; background: #fff; display: grid; place-items: center; cursor: pointer; overflow: hidden; }
/* 🔴 13/08 — חותמת המותג נעלמה מכל תמונה גבוהה-מרוחבה.
   `max-height: 88%` לא נאכף: להורה יש `height:auto` עם `aspect-ratio:1`,
   ואחוזי-גובה לא נפתרים מול גובה שאינו מוגדר. לכן רק `max-width` פעל,
   ותמונה 251x440 רונדרה 182x320 בתוך תיבה 235x235 — **106px נגזרו
   מהתחתית**, בדיוק היכן שיושב הלוגו. מרובעות נכנסו במלואן, ולכן זה נראה
   כאילו "לחלק יש לוגו ולחלק אין".
   התיקון: מיקום מוחלט עם inset — קופסה מוגדרת לחלוטין, ו-object-fit
   שומר על יחס-הצדדים. לא תלוי ביכולת הדפדפן לפתור אחוזים. */
.pcard .p-img img { position: absolute; inset: 6%; width: 88%; height: 88%;
  max-width: none; max-height: none; object-fit: contain; }
@supports (aspect-ratio: 1) { .pcard .p-img { height: auto; aspect-ratio: 1; } }
.pcard .p-img .noimg { font-size: 52px; opacity: .25; }
.badge-sale {
  position: absolute; top: 10px; right: 10px; background: var(--red); color: #fff; font-weight: 800; font-size: 12.5px;
  padding: 4px 10px; border-radius: 14px; box-shadow: 0 2px 8px rgba(200,0,24,.35);
}
.badge-out { position: absolute; inset: 0; background: rgba(255,255,255,.72); display: grid; place-items: center; font-weight: 800; color: var(--ink-soft); font-size: 15px; }
/* בורר-סניף בתוך הסל — נפתח מיד עם בחירת "איסוף עצמי", כדי שהלקוח לא
   יבחר סניף פעמיים (כאן ושוב בעמוד הצ'קאאוט). */
.sp-branches { display: grid; gap: 7px; margin: 8px 0 2px; padding-inline-start: 6px; }
.sp-branches .spb { display: flex; gap: 9px; align-items: flex-start; padding: 9px 11px; border: 2px solid var(--line);
  border-radius: 11px; cursor: pointer; background: #fff; transition: border-color .15s, background .15s; }
.sp-branches .spb.on { border-color: var(--green); background: #F1F9F4; }
.sp-branches .spb input { margin-top: 3px; accent-color: var(--green); flex-shrink: 0; }
.sp-branches .spb-body { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.sp-branches .spb-body b { font-size: 13.5px; font-weight: 800; }
.sp-branches .spb-body small { font-size: 11.5px; color: var(--ink-soft); line-height: 1.5; }

/* רצועת-מארז — יושבת על התמונה עצמה כדי שהדיל מובן במבט הראשון, בלי לקרוא
   שם-מוצר ארוך. pointer-events:none כדי לא לחסום את הקליק לעמוד המוצר. */
.pack-rib {
  position: absolute; left: 0; right: 0; bottom: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(26,77,46,0), rgba(26,77,46,.93) 45%);
  color: #fff; padding: 20px 11px 8px; display: flex; align-items: baseline;
  justify-content: space-between; gap: 8px; font-size: 12px; line-height: 1.35;
}
.pack-rib b { font-weight: 900; font-size: 13.5px; white-space: nowrap; }
.pack-rib span { opacity: .93; white-space: nowrap; }
.pp-img { position: relative; overflow: hidden; }
.pp-img .pack-rib { padding: 30px 18px 14px; font-size: 15px; }
.pp-img .pack-rib b { font-size: 18px; }
.pcard .p-body { padding: 10px 13px 13px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.pcard .p-brand { font-size: 11.5px; font-weight: 700; color: var(--green-mid); text-transform: uppercase; letter-spacing: .4px; min-height: 14px; }
.pcard .p-name { font-size: 13.8px; font-weight: 600; line-height: 1.35; min-height: 37px; cursor: pointer;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pcard .p-price-row { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.p-price { font-size: 19px; font-weight: 900; color: var(--ink); }
.p-price.sale { color: var(--red); }
.p-old { font-size: 13.5px; color: var(--ink-soft); text-decoration: line-through; }
.p-add {
  margin-top: 8px; background: var(--ink); color: #fff; border-radius: 24px; padding: 9px; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center; gap: 7px; transition: background .15s;
}
.p-add:hover { background: var(--red); }
.p-add:disabled { background: var(--line); color: var(--ink-soft); cursor: not-allowed; }

/* ===== אזור המבצעים החם — רקע ורדרד, מסגרת, כותרת בוערת ===== */
.hot-sec {
  background: linear-gradient(160deg, rgba(200,0,24,.065), rgba(255,122,0,.045) 55%, rgba(200,0,24,.07));
  border: 1.5px solid rgba(200,0,24,.22);
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 10px 34px rgba(200,0,24,.07);
  margin: 40px auto 8px; padding: 30px 26px 26px;
}
.fire-title {
  background: linear-gradient(0deg, #7A000F 0%, #C80018 38%, #FF7A00 72%, #FFC53D 100%);
  background-size: 100% 220%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: fireShift 2.6s ease-in-out infinite alternate;
  filter: drop-shadow(0 2px 10px rgba(255,122,0,.25));
}
@keyframes fireShift {
  from { background-position: 50% 100%; filter: drop-shadow(0 2px 8px rgba(255,122,0,.18)); }
  to   { background-position: 50% 0%;   filter: drop-shadow(0 3px 14px rgba(255,122,0,.4)); }
}
@media (max-width: 760px) { .hot-sec { margin: 26px 10px 4px; padding: 20px 12px 16px; border-radius: 20px; } }

/* ===== קרוסלת מבצעים "טינדר" ===== */
.deal-car { position: relative; display: flex; align-items: center; gap: 6px; }
.dc-stage { position: relative; flex: 1; height: 560px; overflow: hidden; }
.dc-item {
  position: absolute; top: 10px; right: 50%; width: min(330px, 78vw);
  transform: translateX(50%) scale(.6); opacity: 0; pointer-events: none; z-index: 1;
  transition: transform .55s cubic-bezier(.2,.8,.25,1), opacity .45s, filter .45s;
}
.dc-center { opacity: 1; transform: translateX(50%) scale(1.04); z-index: 3; pointer-events: auto; }
.dc-center .pcard { box-shadow: 0 18px 44px rgba(200,0,24,.18), 0 30px 70px rgba(35,30,31,.16); }
.dc-left  { opacity: .5; transform: translateX(calc(50% - 108%)) scale(.78); z-index: 2; pointer-events: auto; filter: saturate(.7); cursor: pointer; }
.dc-right { opacity: .5; transform: translateX(calc(50% + 108%)) scale(.78); z-index: 2; pointer-events: auto; filter: saturate(.7); cursor: pointer; }
.dc-hidden { opacity: 0; }
.dc-nav {
  width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: var(--shadow);
  font-size: 24px; font-weight: 900; color: var(--red); z-index: 4; flex-shrink: 0; transition: transform .15s, background .15s;
}
.dc-nav:hover { background: var(--red); color: #fff; transform: scale(1.1); }
/* כפתור "לכל המבצעים" — קיים רק במובייל, מתחת לגריד */
.dc-more { display: none; }

/* ===== מובייל: חפיסת-דפדוף בסגנון טינדר, על גלילת-הצמדה מקורית =====
   אותו רעיון של הקרוסלה — כרטיס אחד גדול, מדפדפים בין המבצעים — אבל בלי
   position:absolute + scale בתוך במה בגובה קבוע, שזה מה שגרם לכרטיס להתנפח,
   לחרוג מהמסגרת ולכסות את הסקשן הבא. כאן כל כרטיס הוא שקופית ברוחב מלא
   עם scroll-snap: החלקה עם האצבע (כולל אינרציה), חצים צפים, ומונה מיקום. */
.dc-count { display: none; }

@media (max-width: 760px) {
  .deal-car { display: block; position: relative; }
  .dc-stage {
    display: flex; align-items: flex-start; gap: 0;
    height: auto; overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain; scrollbar-width: none;
    padding: 4px 0 6px; margin: 0;
  }
  .dc-stage::-webkit-scrollbar { display: none; }
  /* מנטרלים את מצבי-הקרוסלה: כל כרטיס הוא שקופית ברוחב הבמה */
  .dc-stage .dc-item,
  .dc-stage .dc-item.dc-center,
  .dc-stage .dc-item.dc-left,
  .dc-stage .dc-item.dc-right,
  .dc-stage .dc-item.dc-hidden {
    position: static; display: flex; justify-content: center;
    flex: 0 0 100%; width: 100%; min-width: 0; top: auto; right: auto;
    transform: none; opacity: 1; filter: none; pointer-events: auto;
    transition: none; cursor: default; scroll-snap-align: center;
  }
  .dc-stage .dc-item > .pcard { width: min(78vw, 300px); }
  .dc-stage .dc-item > .pcard:hover { transform: none; }
  .dc-item .pcard .p-img { aspect-ratio: 1; }
  /* חצים צפים מעל הכרטיס — לא גוזלים רוחב מהבמה (שם נולדה החריגה) */
  .dc-nav {
    position: absolute; top: 44%; transform: translateY(-50%);
    width: 38px; height: 38px; font-size: 20px;
    background: rgba(255,255,255,.94); box-shadow: 0 3px 12px rgba(35,30,31,.22);
  }
  .dc-prev { right: 0; }
  .dc-next { left: 0; }
  .dc-count {
    display: block; text-align: center; margin-top: 6px;
    font-size: 12.5px; font-weight: 700; color: var(--ink-soft);
    font-variant-numeric: tabular-nums;
  }
  .dc-count b { color: var(--red); font-size: 14px; }
  .dc-more {
    display: flex; margin-top: 12px; width: 100%;
    justify-content: center; padding: 13px;
  }
}
/* החיפושית זוחלת על פס המשלוח */
.ship-progress .fill { position: relative; overflow: visible; }
.bar-beetle { position: absolute; left: -7px; top: 50%; transform: translateY(-58%); font-size: 14px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.25)); }

/* ===== מודאל מותג ===== */
.bmodal { position: fixed; inset: 0; z-index: 160; display: none; }
.bmodal.open { display: block; }
.bm-overlay { position: absolute; inset: 0; background: rgba(20,18,19,.55); backdrop-filter: blur(3px); }
.bm-panel {
  position: absolute; inset: 4vh 4vw; max-width: 1180px; margin: 0 auto; background: var(--cream);
  border-radius: 22px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 30px 90px rgba(0,0,0,.4);
  animation: bmIn .3s cubic-bezier(.2,.8,.25,1);
}
@keyframes bmIn { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.bm-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px 24px 14px; border-bottom: 1px solid var(--line); background: #fff; }
.bm-head h3 { font-size: 20px; font-weight: 900; }
.bm-count { font-size: 13px; color: var(--ink-soft); font-weight: 600; margin-inline-start: 8px; }
.bm-desc { font-size: 13px; color: var(--ink-soft); margin-top: 4px; max-width: 720px; line-height: 1.5; }
.bm-body { flex: 1; overflow-y: auto; padding: 18px 24px; }
@media (max-width: 760px) { .bm-panel { inset: 3vh 2vw; } }

/* ===== עיגולי מותגים תלת-ממדיים ===== */
.orb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 26px 18px; justify-items: center; }
.brand-orb {
  display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative;
  animation: cardFloat 6.5s ease-in-out infinite alternate; transition: transform .3s;
}
.brand-orb:nth-child(2n) { animation-delay: -2s; }
.brand-orb:nth-child(3n) { animation-delay: -3.7s; }
.brand-orb:hover { transform: translateY(-8px) scale(1.05); animation-play-state: paused; }
.orb-ring {
  position: absolute; top: -6px; width: 148px; height: 148px; border-radius: 50%;
  background: conic-gradient(from 210deg, hsl(var(--h) 70% 55%), hsl(calc(var(--h) + 60) 75% 65%), hsl(var(--h) 70% 45%), hsl(var(--h) 70% 55%));
  filter: blur(.5px); box-shadow: 0 14px 30px hsl(var(--h) 60% 45% / .35), 0 4px 10px rgba(0,0,0,.15);
}
.orb-face {
  position: relative; width: 136px; height: 136px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fff 0%, #F2ECE6 70%);
  display: grid; place-items: center; overflow: hidden; box-shadow: inset 0 -8px 18px rgba(0,0,0,.08), inset 0 6px 12px rgba(255,255,255,.9);
}
.orb-face img { width: 78%; height: 78%; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.18)); }
.orb-face img.orb-logo { width: 60%; height: 60%; border-radius: 12%; }
.orb-face::after { content: ''; position: absolute; top: 8%; left: 16%; width: 34%; height: 20%; border-radius: 50%; background: linear-gradient(rgba(255,255,255,.85), transparent); }
.orb-mono { font-size: 34px; font-weight: 900; color: hsl(var(--h) 60% 40%); }
.orb-name { font-weight: 800; font-size: 13.5px; text-align: center; max-width: 160px; line-height: 1.25; unicode-bidi: plaintext; }
.orb-count { font-size: 11.5px; color: var(--ink-soft); }
@media (max-width: 760px) { .orb-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } .orb-ring { width: 118px; height: 118px; } .orb-face { width: 108px; height: 108px; } }

/* ===== פס מותגים ===== */
.brand-strip { display: flex; gap: 10px; flex-wrap: wrap; }
/* מובייל (הנחיית-אלי 12/08): כמו סרגל-הסינון בקטגוריות — קומפקטי ונגלל הצידה,
   לא ערימה לגובה. שתי שורות שנגללות יחד, צ'יפ חתוך בקצה = רמז שיש עוד. */
@media (max-width: 760px) {
  .brand-strip { display: grid; grid-auto-flow: column; grid-template-rows: repeat(2, auto);
    gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
    padding-bottom: 6px; touch-action: pan-x pan-y pinch-zoom; justify-content: start; }
  .brand-strip::-webkit-scrollbar { display: none; }
  .brand-chip { padding: 7px 13px; font-size: 12.5px; white-space: nowrap; }
  .brand-chip .bc-n { font-size: 11px; margin-inline-start: 6px; padding-inline-start: 8px; }
}
.brand-chip {
  background: #fff; border: 2px solid var(--line); padding: 9px 20px; border-radius: 24px; font-weight: 700; font-size: 14.5px;
  transition: border-color .15s, color .15s;
}
.brand-chip:hover { border-color: var(--red); color: var(--red); }
/* מונה מוצרים בצ'יפ מותג — "מונג' · 189 מוצרים" */
.bc-n { display: inline-block; margin-inline-start: 8px; padding-inline-start: 10px; border-inline-start: 1px solid var(--line);
  font-size: 12px; font-weight: 600; color: var(--green-mid); font-variant-numeric: tabular-nums; }
.brand-chip:hover .bc-n { color: var(--red); }

/* ===== באנר מבצעים ===== */
.sale-banner {
  border-radius: var(--r); background: linear-gradient(120deg, var(--red) 0%, #8E0011 100%); color: #fff;
  padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; box-shadow: var(--shadow-lg);
}
.sale-banner h3 { font-size: clamp(19px, 3vw, 26px); font-weight: 900; }
.sale-banner p { color: #FFD9DD; font-size: 14.5px; }

/* ===== עמוד קטגוריה ===== */
/* גובה 18vw בדסקטופ: מציג את פס-החיות המלא (30% אמצעיים) של רצועות ה-hd בלי חיתוך */
.cat-hero { position: relative; min-height: max(190px, 18vw); display: flex; align-items: flex-end; overflow: hidden; background: var(--green-mid); }
/* חוק הפייד (חוקה 15): הטקסט למטה → הפייד מלמטה, נמוג לאפס לפני האמצע,
   במדרגות — בלי שמיכת-שחור על החיות שבחלק העליון */
.cat-hero .hero-bg::after { background: linear-gradient(0deg, rgba(20,25,22,.78) 0%, rgba(20,25,22,.55) 22%, rgba(20,25,22,.26) 40%, rgba(20,25,22,.09) 52%, rgba(20,25,22,0) 62%); }
.cat-hero .ch-body { position: relative; max-width: 1280px; margin: 0 auto; width: 100%; padding: 22px 24px; color: #fff; }
.cat-hero h1 { font-size: clamp(24px, 4vw, 36px); font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.cat-hero p { color: #E5EFE8; font-size: 14px; }
.breadcrumbs { font-size: 12.5px; color: #C9DACD; margin-bottom: 4px; }
.breadcrumbs a { color: #fff; }

.sub-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 4px; }
.need-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 14px; }
.nchip {
  background: #fff; border: 2px solid var(--line); border-radius: 22px; padding: 7px 14px;
  font-weight: 700; font-size: 13.5px; color: var(--ink); transition: border-color .15s, background .15s, transform .12s;
}
.nchip span { color: var(--ink-soft); font-weight: 600; font-size: 12px; }
.nchip:hover { border-color: var(--green-mid); transform: translateY(-1px); }
.nchip.on { background: var(--green-mid); border-color: var(--green-mid); color: #fff; }
.nchip.on span { color: #D8EBDF; }
@media (max-width: 760px) { .need-chips { gap: 6px; margin-bottom: 10px; } .nchip { padding: 6px 11px; font-size: 12.5px; } }
/* שכבה 1 — קבוצות ראשיות. אדום-בהיר לפני הלחיצה, אדום מלא אחריה:
   ככה רואים במבט אחד גם מה נלחץ וגם באיזו שכבת-טקסונומיה אנחנו. */
.chip {
  background: var(--red-soft); border: 2px solid #F2CDD2; border-radius: 22px;
  padding: 8px 17px; font-weight: 700; font-size: 14px; color: var(--red-dark);
  transition: all .15s;
}
.chip:hover { border-color: var(--red); background: #FBD9DE; transform: translateY(-1px); }
.chip.active {
  background: var(--red); border-color: var(--red); color: #fff;
  box-shadow: 0 4px 14px rgba(200,0,24,.26);
}

.toolbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 14px 0 18px; }
.toolbar select, .toolbar input[type=number] {
  padding: 8px 12px; border: 2px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 13.5px; background: #fff;
}
.toolbar label.check { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: 8px 12px; cursor: pointer; }
.toolbar .count { margin-inline-start: auto; font-size: 13px; color: var(--ink-soft); font-weight: 600; }

/* ===== עמוד מוצר ===== */
.pp { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: start; }
.pp-img { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); aspect-ratio: 1; display: grid; place-items: center; position: sticky; top: calc(var(--header-h) + 12px); }
.pp-img img { width: 86%; height: 86%; object-fit: contain; }
.pp-info h1 { font-size: clamp(20px, 3vw, 28px); font-weight: 800; line-height: 1.3; margin: 4px 0 10px; }
.pp-brand { color: var(--green-mid); font-weight: 700; font-size: 14px; }
.pp-prices { display: flex; align-items: baseline; gap: 12px; margin: 14px 0; }
.pp-prices .p-price { font-size: 32px; }
.pp-desc { color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; margin: 14px 0; }
.pp-meta { font-size: 13px; color: var(--ink-soft); margin-top: 14px; }
.qty-row { display: flex; gap: 12px; align-items: center; margin: 18px 0; }
.qty { display: flex; align-items: center; border: 2px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.qty button { width: 40px; height: 42px; font-size: 18px; font-weight: 800; }
.qty span { min-width: 36px; text-align: center; font-weight: 800; font-size: 16px; }
.stock-ok { color: var(--green-mid); font-weight: 700; font-size: 13.5px; }
.stock-no { color: var(--red); font-weight: 700; font-size: 13.5px; }

/* ===== סל קניות ===== */
.drawer-overlay { position: fixed; inset: 0; background: rgba(35,30,31,.45); z-index: 120; opacity: 0; pointer-events: none; transition: opacity .25s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer, .mobile-menu {
  position: fixed; top: 0; bottom: 0; left: 0; width: min(420px, 92vw); background: #fff; z-index: 130;
  transform: translateX(-105%); transition: transform .28s cubic-bezier(.2,.8,.25,1); display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
}
.mobile-menu { right: 0; left: auto; transform: translateX(105%); overflow-y: auto; }
.cart-drawer.open, .mobile-menu.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 19px; font-weight: 900; }
.close-btn { font-size: 18px; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); }
.ship-progress { padding: 12px 20px; background: var(--green-soft); font-size: 13px; font-weight: 600; }
.ship-progress .bar { height: 8px; background: #fff; border-radius: 6px; margin-top: 7px; overflow: hidden; }
.ship-progress .fill { height: 100%; background: linear-gradient(90deg, var(--green-mid), var(--green)); border-radius: 6px; transition: width .3s; }
.ship-progress.done { background: var(--green); color: #fff; }
.cart-items { flex: 1; overflow-y: auto; padding: 10px 20px; }
.ci { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: center; }
.ci img { width: 62px; height: 62px; object-fit: contain; border-radius: 10px; background: var(--cream); }
.ci .ci-info { flex: 1; }
.ci .ci-name { font-size: 13px; font-weight: 600; line-height: 1.3; }
.ci .ci-price { font-size: 14.5px; font-weight: 800; color: var(--red); margin-top: 3px; }
.ci .qty { transform: scale(.82); transform-origin: right; }
.ci .ci-del { color: var(--ink-soft); font-size: 16px; padding: 6px; }
.cart-empty { text-align: center; padding: 48px 20px; color: var(--ink-soft); }
.cart-empty .big { font-size: 54px; margin-bottom: 10px; }
.cart-foot { border-top: 1px solid var(--line); padding: 16px 20px; }
.cf-row { display: flex; justify-content: space-between; font-size: 14.5px; margin-bottom: 6px; }
.cf-row.total { font-size: 19px; font-weight: 900; margin: 8px 0 14px; }
.btn-checkout { width: 100%; background: var(--red); color: #fff; padding: 15px; border-radius: 28px; font-weight: 900; font-size: 17px; transition: background .15s; }
.btn-checkout:hover { background: var(--red-dark); }

/* ===== צ'קאאוט ===== */
.checkout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.panel { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 24px; }
.panel h3 { font-weight: 900; margin-bottom: 14px; font-size: 18px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.field input, .field textarea, .field select { width: 100%; padding: 11px 14px; border: 2px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 14px; }
.field input:focus { border-color: var(--red); outline: none; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.note { background: var(--red-soft); border-radius: 12px; padding: 12px 16px; font-size: 13.5px; margin: 14px 0; line-height: 1.6; }

/* ===== ניווט תחתון (מובייל) ===== */
.bottom-nav {
  display: none; position: fixed; bottom: 0; right: 0; left: 0; background: #fff; z-index: 110;
  box-shadow: 0 -4px 20px rgba(35,30,31,.12); padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(5, 1fr);
}
.bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; font-weight: 700; color: var(--ink-soft); position: relative; padding: 4px; }
.bottom-nav a span:first-child { font-size: 20px; }
.bottom-nav a.active { color: var(--red); }
.bn-count { top: -2px; left: 12%; }

/* ===== פוטר ===== */
.footer { background: var(--ink); color: #E8DEDF; margin-top: 40px; }
.footer-grid { max-width: 1280px; margin: 0 auto; padding: 36px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; font-size: 13.5px; line-height: 1.7; }
.footer h4 { color: #fff; margin-bottom: 8px; font-size: 15px; }
.footer a { color: #F3C1C7; }
.footer-logo { height: 64px; width: 64px; object-fit: contain; background: #fff; border-radius: 14px; padding: 4px; margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 14px; font-size: 12px; color: #B9AEB0; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ===== ♿ תפריט נגישות ===== */
/* 🔴 נגישות בצד ימין (12/08): משמאל היא ישבה בדיוק על פוטר מגירת-הסל
   (הסל נפתח מ-left:0) והסתירה את סכום-הביניים. ימין פנוי — הוואטסאפ הצף
   במובייל נמצא נמוך יותר, ושניהם נערמים בלי להתנגש. */
.a11y-fab {
  position: fixed; right: 14px; left: auto; bottom: 190px; z-index: 190;
  width: 50px; height: 50px; border-radius: 50%;
  background: #1B4CA1; color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(27,76,161,.4); border: 2px solid #fff;
  transition: transform .15s, box-shadow .15s;
}
.a11y-fab:hover { transform: scale(1.08); box-shadow: 0 10px 26px rgba(27,76,161,.55); }
.a11y-panel {
  position: fixed; right: 14px; left: auto; bottom: 250px; z-index: 191;
  width: 270px; max-width: calc(100vw - 28px); background: #fff;
  border: 2px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.a11y-head { display: flex; align-items: center; justify-content: space-between; background: #1B4CA1; color: #fff; padding: 11px 14px; font-size: 15px; }
.a11y-x { color: #fff; font-size: 17px; line-height: 1; padding: 2px 6px; }
.a11y-body { padding: 10px; display: grid; gap: 6px; max-height: 60vh; overflow-y: auto; }
.a11y-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13.5px; font-weight: 700; padding: 4px 6px; }
.a11y-steps { display: inline-flex; align-items: center; gap: 6px; }
.a11y-steps button {
  width: 34px; height: 32px; border-radius: 9px; border: 2px solid var(--line);
  background: #fff; font-weight: 900; font-size: 13.5px; color: var(--ink);
}
.a11y-steps button:hover { border-color: #1B4CA1; color: #1B4CA1; }
.a11y-steps b { font-size: 12.5px; min-width: 44px; text-align: center; color: var(--ink-soft); }
.a11y-btn {
  text-align: right; padding: 9px 11px; border-radius: 10px; border: 2px solid var(--line);
  background: #fff; font-weight: 700; font-size: 13.5px; color: var(--ink); width: 100%;
}
.a11y-btn:hover { border-color: #1B4CA1; background: #F2F6FD; }
.a11y-btn.on { border-color: #1B4CA1; background: #E7EFFC; color: #123B80; }
.a11y-btn.reset { border-style: dashed; color: var(--red); }
.a11y-link { display: block; text-align: center; font-size: 12.5px; font-weight: 800; color: #1B4CA1; padding: 6px; }
/* במובייל: וואטסאפ ב-bottom:84 (גובה 54) — הנגישות מעליו ב-150, בלי חפיפה */
@media (max-width: 760px) { .a11y-fab { bottom: 150px; width: 46px; height: 46px; } .a11y-panel { bottom: 205px; } }

/* --- מצבי הנגישות עצמם --- */
html.a11y-contrast { filter: contrast(1.45); }
html.a11y-mono { filter: grayscale(1); }
html.a11y-contrast.a11y-mono { filter: grayscale(1) contrast(1.45); }
html.a11y-links a { text-decoration: underline !important; text-underline-offset: 3px; font-weight: 800 !important; }
html.a11y-readable, html.a11y-readable body,
html.a11y-readable button, html.a11y-readable input, html.a11y-readable select, html.a11y-readable textarea {
  font-family: Arial, "Segoe UI", Tahoma, sans-serif !important; letter-spacing: .2px;
}
html.a11y-spacing body { line-height: 2 !important; }
html.a11y-spacing p, html.a11y-spacing li, html.a11y-spacing .p-name { letter-spacing: .6px; word-spacing: 2px; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}
html.a11y-cursor, html.a11y-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M6 2l26 15-11 2.6 6 11.4-5 2.6-6-11.6L6 30z' fill='%23000' stroke='%23fff' stroke-width='2.2'/%3E%3C/svg%3E") 4 2, auto !important;
}

/* ===== לשונית צוות (ניהול) ===== */
.staff-tab {
  position: fixed; left: 0; bottom: 120px; z-index: 95;
  display: flex; align-items: center; gap: 6px;
  background: var(--ink); color: #fff; padding: 10px 10px;
  border-radius: 0 14px 14px 0; opacity: .45; transition: all .25s;
  font-weight: 800; font-size: 13px; box-shadow: var(--shadow);
}
.staff-tab .st-label { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .25s; }
.staff-tab:hover { opacity: 1; padding-inline-end: 16px; }
.staff-tab:hover .st-label { max-width: 60px; }
@media (max-width: 760px) { .staff-tab { bottom: 150px; } }

/* ===== טוסט ===== */
.toast {
  position: fixed; bottom: 24px; right: 50%; transform: translate(50%, 80px); background: var(--ink); color: #fff;
  padding: 13px 26px; border-radius: 28px; font-weight: 700; font-size: 14.5px; z-index: 200; opacity: 0; transition: all .3s; box-shadow: var(--shadow-lg);
}
.toast.show { opacity: 1; transform: translate(50%, 0); }

/* ===== מובייל מניו ===== */
.mm-link { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 15.5px; }
.mm-link .em { font-size: 22px; }
.mm-sub { padding: 4px 20px 12px 20px; display: flex; flex-wrap: wrap; gap: 7px; background: var(--cream); }
.mm-sub a { font-size: 12.5px; background: #fff; border: 1px solid var(--line); padding: 5px 12px; border-radius: 16px; font-weight: 600; }

/* ===== רספונסיב ===== */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .usp-inner { grid-template-columns: repeat(2, 1fr); }
  .pp { grid-template-columns: 1fr; }
  .pp-img { position: static; }
  .checkout-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .topbar { font-size: 12px; }
  .topbar-inner { justify-content: center; padding: 5px 12px; }
  .topbar-phone { display: none; }
  .menu-btn { display: flex; }
  .catnav { display: none; }
  .logo-text { display: none; }
  .logo img { height: 42px; width: 42px; }
  /* וואטסאפ במובייל: לא נעלם — הופך לכפתור צף מעל הניווט התחתון,
     בצד ימין (אגודל), מעל התוכן. היה מוסתר לגמרי עד 12/08. */
  /* ⚠️ צד פיזי ולא לוגי: ב-RTL `inset-inline-end` הוא שמאל.
     עדכון 12/08: שניהם עברו לימין ונערמים לגובה — וואטסאפ ב-84, נגישות
     ב-150 מעליו. שמאל נשאר פנוי כי שם נפתחת מגירת-הסל. */
  .header-act.wa {
    position: fixed; right: 14px; left: auto; bottom: 84px; z-index: 96;
    width: 54px; height: 54px; margin: 0;
  }
  .header-act.wa svg { width: 28px; height: 28px; }
  /* ההדר בשתי שורות נקיות: [☰ · לוגו ···· מבצע · סל] ואז חיפוש ברוחב מלא */
  .header-inner { flex-wrap: wrap; row-gap: 8px; gap: 8px; padding: 8px 12px; }
  .menu-btn { order: 1; padding: 6px; }
  .logo { order: 2; margin-inline-end: auto; }
  .header-actions { order: 3; gap: 6px; }
  /* הנחיית-אלי 11/08: המונה והתווית לא ברורים במובייל — במקומם כפתור
     "מבצעים חמים" ברור (ה-sale-fab בגרסת טקסט, בכללי ההדר למטה) */
  .live-count { display: none; }
  .search-wrap { order: 4; flex: 1 1 100%; max-width: none; margin: 0; }
  #searchInput { padding: 10px 16px 10px 44px; font-size: 14px; }
  .header-act { width: 40px; height: 40px; font-size: 19px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-card { min-height: 130px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  /* הירו מובייל נקי (הנחיית-אלי): טקסט למעלה, חיות למטה בלי כיסוי,
     בלי באדג' כפול, בלי פסקה קטנה, כפתור אחד — למבצעים החמים */
  .hero { min-height: 360px; align-items: flex-start; }
  .hero-content { padding: 16px 14px 0; }
  /* תג-מותג אדום צמוד לימין-למעלה (הנחיית-אלי 12/08) — כמו כפתור המבצעים.
     יושב בצד ימין בלבד, כך שהתוכי בצד שמאל נשאר גלוי לגמרי. */
  .hero-box { text-align: right; }
  .hero h1 {
    display: inline-block; max-width: 100%;
    background: linear-gradient(120deg, var(--red), #8E0011); color: #fff;
    border: 2px solid rgba(255,255,255,.92); border-radius: 24px;
    padding: 9px 18px; font-size: clamp(15px, 4.7vw, 21px); line-height: 1.25;
    box-shadow: 0 6px 20px rgba(200,0,24,.42); text-shadow: none;
  }
  .hero-badge { display: none; }
  .hero p { display: none; }
  .hero-ctas { display: none; }   /* "מבצעים חמים" כבר יושב בהדר — בלי כפילות על התמונה */
  /* מרוכז ומקביל (הנחיית-אלי 12/08): לכל תא אותה שבלונה — עמודת אייקון קבועה
     ועמודת טקסט שמתחילה באותו קו בכל התאים. השורות ישרות, הטקסט לא רוקד. */
  .usp-inner { grid-template-columns: repeat(2, 1fr); }
  .usp-item { display: grid; grid-template-columns: 24px 1fr; align-items: center;
    text-align: right; font-size: 12px; padding: 12px 10px; gap: 8px; }
  .usp-item .ic { font-size: 20px; text-align: center; }
  .usp-item small { font-size: 11px; }
  .sec-head { margin-bottom: 14px; }
  .sec-head h2 { font-size: clamp(19px, 5.5vw, 24px); }
  .cat-card { min-height: 140px; }
  .cat-card h3 { font-size: 16px; }
  .bottom-nav { display: grid; }
  .section { padding: 26px 12px 4px; }
  .sale-banner { padding: 20px; }
}
/* מסכים צרים במיוחד (סמסונג ~360px) — כפתורי ההירו אחד מתחת לשני */
@media (max-width: 430px) {
  .hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .dc-item { width: min(300px, 88vw); }
}

/* ===== הודעת אזור-חלוקה — גילוי חובה לפי חוק הגנת הצרכן (תיקון 2017).
   מופיעה בעמוד המידע ובעמוד התשלום לפני החיוב. אסור להסתיר. ===== */
.ship-notice{margin-top:18px;padding:14px 16px;border-radius:12px;
  background:#fff8e6;border:1px solid #f0c96b;border-inline-start:4px solid #e0a020}
.ship-notice b{display:block;color:#8a5a00;font-size:15px;margin-bottom:6px}
.ship-notice p{margin:0 0 8px;font-size:14px;line-height:1.65;color:#4a3a18}
.ship-notice p:last-child{margin-bottom:0}
.ship-notice a{color:#8a5a00;font-weight:800;text-decoration:underline}
.ship-notice.compact{margin:4px 0 14px;padding:11px 13px}
.ship-notice.compact b{font-size:14px}
.ship-notice.compact p{font-size:13px;line-height:1.6}
@media (max-width:760px){.ship-notice{padding:12px 13px}.ship-notice p{font-size:13.5px}}

/* כוכבית-גילוי — מלווה כל הבטחת "משלוחים לכל חלקי הארץ" ומקשרת לאזור החלוקה */
.ast{display:inline-block;font-weight:900;text-decoration:none;color:inherit;
  opacity:.85;padding:0 2px;line-height:1;vertical-align:super;font-size:.8em}
.ast:hover{opacity:1;text-decoration:underline}
.fb-ast{margin-top:8px;font-size:12px;line-height:1.6;opacity:.75}
.fb-ast a{color:inherit;text-decoration:underline}

/* ===== סרגל הסינון (חוקת 11/08 — "שיבינו שיש מוצרים מתחת") =====
   דסקטופ: הצ'יפים עטופים כרגיל. מובייל: כל סרגל = שורה אחת נגללת לרוחב
   (צ'יפ חתוך בקצה = רמז טבעי שיש עוד), כפתור "כל הסינונים" פורש הכל,
   ולחיצה על צ'יפ גוללת עדין לתוצאות — רואים את הסינון קורה בלייב. */
.f-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 8px; }
.f-note { font-size: 12.5px; color: var(--ink-soft); font-weight: 600; }
.f-toggle { display: none; }
@media (max-width: 760px) {
  .f-note { font-size: 11.5px; }
  .f-toggle { display: inline-flex; align-items: center; gap: 4px; background: #fff; border: 1.5px solid var(--line);
    border-radius: 16px; padding: 5px 12px; font-size: 12px; font-weight: 700; color: var(--ink); white-space: nowrap; }
  .filters .sub-chips, .filters .need-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .filters .sub-chips::-webkit-scrollbar, .filters .need-chips::-webkit-scrollbar { display: none; }
  .filters .chip, .filters .nchip { flex: 0 0 auto; padding: 6px 12px; font-size: 12.5px; }
  .filters.open .sub-chips, .filters.open .need-chips { flex-wrap: wrap; overflow: visible; }
  #catResults { scroll-margin-top: 106px; }
}

/* ===== קיבוע המסך במובייל (הנחיית-אלי 11/08) =====
   1. overflow-x:clip על השורש — העמוד לא נגרר הצידה גם אם רכיב חורג
   2. touch-action: pan-y — אצבע אחת גוללת רק אנכית; פינץ' שתי-אצבעות נשאר
      (מסלולי גלילה-לרוחב מכוונים מקבלים חריגה מפורשת)
   3. שדות קלט 16px — מבטל את הזום האוטומטי של iOS בפוקוס, שגרר את העמוד */
@media (max-width: 760px) {
  html, body { overflow-x: clip; max-width: 100vw; }
  body { touch-action: pan-y pinch-zoom; }
  .sub-chips, .need-chips, .dc-stage, .catnav-inner { touch-action: pan-x pan-y pinch-zoom; }
  input, select, textarea { font-size: 16px; }
}

/* ===== עמוד התשלום בירוק (הנחיית-אלי 11/08: "אדום זה אזהרה, בתשלום רוצים ירוק") =====
   האדום נשאר לקניות ומבצעים; ברגע שמגיעים לשלם — הכל עובר לירוק ביטחון. */
.checkout-grid .pm-opt:hover { border-color: var(--green-mid); }
.checkout-grid .pm-opt:has(input:checked) { border-color: var(--green-mid); background: var(--green-soft); }
.checkout-grid .pm-opt input { accent-color: var(--green-mid); }
.checkout-grid .note { background: var(--green-soft); color: var(--green); }
.checkout-grid .btn-checkout {
  background: linear-gradient(120deg, #1FA855, #128C4A);
  box-shadow: 0 6px 18px rgba(18,140,74,.35);
}
.checkout-grid .btn-checkout:hover { background: linear-gradient(120deg, #17994B, #0F7A40); }

/* תיקוני ספציפיות מ-v17 שלא נתפסו:
   1. שדות קלט חייבים 16px גם מול חוקי ID (#searchInput) — אחרת iOS עושה זום-פוקוס שגורר את המסך */
@media (max-width: 760px) {
  input, select, textarea, #searchInput { font-size: 16px !important; }
}

/* ===== מסלול רכישה קליל (הנחיות-אלי 11/08) ===== */
.co-hint { display: block; font-size: 12px; font-weight: 600; color: var(--green-mid); margin-top: 3px; }
.f3 { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 10px; }
.f3 > * { min-width: 0; }
/* רשימת השלמה-אוטומטית לערים ורחובות */
.field { position: relative; }
.ac-list { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 60;
  background: #fff; border: 2px solid var(--line); border-radius: 12px; margin-top: 4px;
  box-shadow: var(--shadow-lg); overflow: hidden; max-height: 250px; overflow-y: auto; }
.ac-list.open { display: block; }
.ac-item { display: block; width: 100%; text-align: right; padding: 10px 14px; font-size: 14px;
  font-weight: 600; border-bottom: 1px solid var(--line); }
.ac-item:last-child { border-bottom: none; }
.ac-item:hover, .ac-item:focus { background: var(--green-soft); color: var(--green); }
/* אימות טלפון אחרי תשלום — ירוק, מזמין, לא חוסם כלום */
.verify-phone { display: block; background: var(--green-soft); border: 2px solid var(--green-mid);
  border-radius: 14px; padding: 13px 16px; margin: 0 0 16px; font-weight: 800; color: var(--green); font-size: 15px; }
.verify-phone small { display: block; font-weight: 600; font-size: 12px; color: var(--green-mid); margin-top: 4px; }
.verify-phone:hover { background: #DDF0E4; }

/* ===== כרטיסי תשלום — תלת-ממד, גרדיאנט, מרחפים ===== */
.pay-card {
  display: block; position: relative; cursor: pointer; margin-top: 10px;
  border-radius: 18px; padding: 2px;                       /* המסגרת = גרדיאנט */
  background: linear-gradient(140deg, #E7E2DE, #F7F4F1);
  transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s, background .22s;
  box-shadow: 0 4px 14px rgba(35,30,31,.08);
}
.pay-card input { position: absolute; opacity: 0; pointer-events: none; }
.pay-card .pc-face {
  display: block; border-radius: 16px; padding: 13px 15px;
  background: linear-gradient(150deg, #FFFFFF 0%, #FBF9F7 55%, #F4F0EC 100%);
}
.pay-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(35,30,31,.16); }
.pay-card:has(input:checked) {
  background: linear-gradient(140deg, #1B4CA1, #3C7BE0 45%, #23C08A);
  box-shadow: 0 14px 34px rgba(27,76,161,.32);
  transform: translateY(-2px);
}
.pay-card:has(input:focus-visible) { outline: 3px solid var(--amber); outline-offset: 3px; }
.pay-card.wa:has(input:checked) { background: linear-gradient(140deg, #128C4A, #25D366); box-shadow: 0 14px 34px rgba(18,140,74,.3); }
/* וואטסאפ הוא מסלול-גיבוי בלבד, לא ערוץ שאנחנו דוחפים אליו: כשהסליקה זמינה
   הוא מוצג מוקטן ומעומעם, וחוזר לגודל מלא רק אם הלקוח בוחר בו בפועל. */
.pay-card.wa.alt { box-shadow: none; background: #EFEBE7; opacity: .78; transform: none; }
.pay-card.wa.alt .pc-face { padding: 10px 13px; }
.pay-card.wa.alt .pc-title { font-size: 13.5px; }
.pay-card.wa.alt:hover { opacity: 1; transform: translateY(-2px); }
.pay-card.wa.alt:has(input:checked) { opacity: 1; }

.pc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
/* כרטיס-האשראי הממותג של חיפושית — מיני, תלת-ממדי, עם הלוגו */
.mini-card {
  position: relative; display: block; width: 84px; height: 53px; border-radius: 9px;
  background: linear-gradient(135deg, #3A2F31 0%, #231E1F 42%, #7E0010 78%, #C80018 100%);
  box-shadow: 0 6px 16px rgba(35,30,31,.4), inset 0 1px 0 rgba(255,255,255,.22);
  overflow: hidden; flex-shrink: 0;
  transform: rotate(-4deg) perspective(320px) rotateY(11deg);
  transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
.pay-card:hover .mini-card { transform: rotate(-1deg) perspective(320px) rotateY(4deg) scale(1.06); }
.mc-shine {                                    /* ברק אלכסוני שנע על הכרטיס */
  position: absolute; inset: -40%;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.32) 50%, transparent 60%);
  translate: -120% 0; animation: mcShine 4.5s ease-in-out infinite;
}
@keyframes mcShine { 0%, 72% { translate: -120% 0; } 88%, 100% { translate: 120% 0; } }
.mc-logo {
  position: absolute; top: 5px; inset-inline-end: 6px; width: 21px; height: 21px;
  object-fit: contain; background: #fff; border-radius: 5px; padding: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.mc-chip {
  position: absolute; top: 20px; inset-inline-start: 8px; width: 20px; height: 15px; border-radius: 3px;
  background: linear-gradient(135deg, #F6DE9A, #E0BB5E 45%, #B8912F);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.8);
}
.mc-chip::after {
  content: ''; position: absolute; inset: 3px 2px;
  border-top: 1px solid rgba(120,90,15,.55); border-bottom: 1px solid rgba(120,90,15,.55);
}
.mc-name {
  position: absolute; bottom: 5px; inset-inline-start: 8px;
  font-size: 9.5px; font-weight: 900; color: #fff; letter-spacing: .4px;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
@media (prefers-reduced-motion: reduce) { .mc-shine { animation: none; opacity: 0; } }

/* לוגו ביט — ריבוע מעוגל בגרדיאנט התכלת-כחול שלהם, טקסט לבן */
.bit-mark {
  display: inline-flex; align-items: center; justify-content: center;
  height: 20px; padding: 0 7px; border-radius: 6px;
  background: linear-gradient(135deg, #35D0E8, #0B8AF0 70%, #1160C4);
  color: #fff; font-size: 12.5px; font-weight: 900; letter-spacing: -.4px;
  box-shadow: 0 2px 5px rgba(11,138,240,.35), inset 0 1px 0 rgba(255,255,255,.35);
}
.pc-wa { font-size: 24px; line-height: 1; }
.pc-lock { font-size: 11.5px; font-weight: 800; color: var(--ink-soft); letter-spacing: .2px; }
.pc-title { display: block; font-size: 15px; font-weight: 900; color: var(--ink); margin-bottom: 9px; }
.pc-note { display: block; font-size: 11.5px; color: var(--ink-soft); margin-top: 9px; line-height: 1.5; }
.pay-card:has(input:checked) .pc-face { background: linear-gradient(150deg, #FFFFFF, #F7FAFF 60%, #EFF6FF); }
.pay-card.wa:has(input:checked) .pc-face { background: linear-gradient(150deg, #FFFFFF, #F5FCF8 60%, #EAF7F0); }

/* תגי המותגים — זכוכית קטנה, מרחפת */
.pay-brands { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
/* בורר אמצעי-תשלום (12/08) — צ'יפים שבאמת בוחרים, לא לוגואים לקישוט */
.pay-chips { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 4px 0 2px; }
.pchip {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px;
  border: 2px solid var(--line); border-radius: 22px; background: #fff;
  font-family: inherit; font-size: 13.5px; font-weight: 800; color: var(--ink);
  cursor: pointer; transition: border-color .15s, background .15s, transform .1s;
}
.pchip:hover:not(:disabled) { transform: translateY(-1px); }
.pchip.on { border-color: var(--green); background: #F1F9F4; box-shadow: 0 0 0 1px var(--green) inset; }
.pchip b { font-weight: 800; }
.pchip.soon { opacity: .55; cursor: default; }
.pchip.soon em { font-style: normal; font-size: 10.5px; background: var(--cream); border-radius: 9px; padding: 1px 7px; }
.pchip .bit-mark { background: #29AAE1; color: #fff; border-radius: 8px; padding: 1px 8px; font-size: 12px; font-weight: 900; }
.pay-brands-mini { display: block; font-size: 11px; color: var(--ink-soft); letter-spacing: .02em; margin-top: 2px; }

/* ===== בורר אמצעי-תשלום — לפי הרפרנס של הבעלים =====
   אריחי-ארנק גדולים וממותגים, מפריד, ואריח-אשראי שהוא ברירת-המחדל.
   תלת-ממד: גרדיאנט + צל דו-שכבתי + שפה עליונה בהירה + ריחוף עדין. */
.pay-panel { margin: 12px 0 4px; }
.pay-wall { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; perspective: 900px; }
.pw {
  flex: 1 1 140px; min-width: 130px; height: 62px; position: relative;
  display: inline-flex; align-items: center; justify-content: center; padding: 0 16px;
  border-radius: 15px; border: 1.5px solid #E6E0DB; cursor: pointer;
  background: linear-gradient(160deg, #FFFFFF 0%, #FCFBF9 55%, #F2EFEB 100%);
  box-shadow: 0 2px 4px rgba(35,30,31,.06), 0 10px 22px rgba(35,30,31,.10),
              inset 0 1px 0 rgba(255,255,255,.95);
  animation: pwFloat 5.6s ease-in-out infinite alternate; animation-delay: var(--d, 0s);
  transition: transform .25s cubic-bezier(.2,.8,.25,1), box-shadow .25s, border-color .2s;
  will-change: transform;
}
@keyframes pwFloat { from { transform: translateY(0) rotateX(0); } to { transform: translateY(-5px) rotateX(5deg); } }
.pw:hover:not(:disabled) { transform: translateY(-9px) scale(1.04); box-shadow: 0 10px 16px rgba(35,30,31,.14), 0 26px 42px rgba(35,30,31,.18); }
.pw.on { border-color: var(--green-mid); box-shadow: 0 0 0 2px var(--green-mid) inset, 0 14px 28px rgba(45,106,79,.24); }
.pw-apple { background: linear-gradient(160deg, #2B2B2E 0%, #141416 100%); border-color: #000; }
/* גרדיאנט bit האמיתי: טורקיז → כחול (כמו במסך-הפתיחה של האפליקציה) */
.pw-bit { background: linear-gradient(115deg, #17919B 0%, #2B6E96 55%, #2F5E8C 100%); border-color: #1C6B85; }
.pw-svg { height: 26px; width: auto; max-width: 96px; display: block; direction: ltr; unicode-bidi: isolate; }
/* "בקרוב" מעמעם קלות בלבד — עמעום חזק הרג את צבעי-המותג והאריחים נראו אפורים */
.pw-soon { opacity: .82; cursor: default; animation: none; box-shadow: 0 2px 4px rgba(35,30,31,.06), 0 6px 14px rgba(35,30,31,.08), inset 0 1px 0 rgba(255,255,255,.9); }
.pw-tag {
  position: absolute; top: -9px; inset-inline-start: -7px; font-style: normal;
  font-size: 10px; font-weight: 900; background: var(--amber); color: #fff;
  border-radius: 10px; padding: 2px 8px; box-shadow: 0 2px 6px rgba(224,159,62,.45);
}
/* מפריד "או תשלום בכרטיס אשראי" */
.pp-div { display: flex; align-items: center; gap: 12px; margin: 18px 0 12px; color: var(--ink-soft); }
.pp-div::before, .pp-div::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.pp-div span { font-size: 12.5px; font-weight: 700; white-space: nowrap; }
/* אריח-האשראי — ברירת-המחדל */
.pp-cardopt {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: start;
  padding: 14px 16px; border-radius: 17px; cursor: pointer; position: relative;
  border: 2px solid var(--line); background: linear-gradient(150deg, #FFFFFF, #FBF9F7 60%, #F4F1ED);
  box-shadow: 0 3px 8px rgba(35,30,31,.06), 0 14px 30px rgba(35,30,31,.09);
  transition: transform .22s cubic-bezier(.2,.8,.25,1), box-shadow .22s, border-color .2s;
}
.pp-cardopt:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(35,30,31,.12), 0 26px 46px rgba(35,30,31,.14); }
.pp-cardopt.on { border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(45,106,79,.12), 0 16px 34px rgba(45,106,79,.20); }
.ppc-card {
  position: relative; flex-shrink: 0; width: 74px; height: 47px; border-radius: 9px; overflow: hidden;
  background: linear-gradient(135deg, #2A2224 0%, #171314 55%, #3A1216 100%);
  box-shadow: 0 4px 12px rgba(35,30,31,.34); transform: rotate(-4deg);
}
.ppc-card .mc-logo { position: absolute; top: 5px; inset-inline-end: 6px; width: 17px; height: 17px; object-fit: contain; }
.ppc-card .mc-chip { position: absolute; top: 20px; inset-inline-start: 8px; width: 15px; height: 11px; border-radius: 3px; background: linear-gradient(135deg, #F5D98A, #C99B3B); }
.ppc-card .mc-name { position: absolute; bottom: 5px; inset-inline-start: 8px; font-size: 7.5px; font-weight: 800; color: #F2E9E5; letter-spacing: .04em; }
.ppc-txt { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.ppc-txt b { font-size: 15.5px; font-weight: 900; }
.ppc-txt small { font-size: 12px; color: var(--ink-soft); }
.ppc-marks { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.ppc-marks .pw-svg { height: 20px; max-width: 58px; }
/* האריחים הם CTA — לחיצה מעבירה ישר לדף המאובטח. חץ עדין שמופיע בריחוף
   כדי שהלקוח יבין שזה "לחץ ולך", לא "סמן ואז כפתור". */
.pp-cardopt::after, .pw:not(:disabled)::after {
  content: '←'; position: absolute; inset-inline-end: 12px; bottom: 8px;
  font-size: 13px; font-weight: 900; color: var(--green-mid);
  opacity: 0; transform: translateX(6px); transition: all .2s;
}
.pp-cardopt { position: relative; }
.pp-cardopt:hover::after, .pw:not(:disabled):hover::after { opacity: .85; transform: translateX(0); }
.ppc-tick {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green-mid); color: #fff; font-weight: 900; font-size: 14px;
  box-shadow: 0 3px 8px rgba(45,106,79,.4); opacity: 0; transform: scale(.6); transition: all .2s;
}
.pp-cardopt.on .ppc-tick { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: reduce) { .pw { animation: none; } }
@media (max-width: 760px) {
  /* מובייל לפי הרפרנס: רשת 2 עמודות עם אריחים גדולים. האריח השלישי
     נפרס על שתי העמודות — כך אין "יתום" בשורה האחרונה. */
  .pay-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
  .pw { flex: none; min-width: 0; width: 100%; height: 66px; padding: 0 12px; border-radius: 15px; }
  .pw:nth-child(3):last-child { grid-column: 1 / -1; }
  .pw-svg { height: 26px; max-width: 108px; }
  .pp-cardopt { gap: 11px; padding: 12px 13px; border-radius: 15px; flex-wrap: wrap; }
  .ppc-card { width: 62px; height: 40px; }
  .ppc-txt b { font-size: 14.5px; }
  .ppc-marks { order: 4; width: 100%; justify-content: flex-start; gap: 12px; padding-top: 4px; }
  .ppc-marks .pw-svg { height: 19px; }
}

}
/* בעמוד התשלום סרגל-הניווט התחתון מוסתר — קפץ מעל אזור התשלום כמו באג.
   ‎!important כי הצגתו במובייל מגיעה ממדיה-קווארי חזק יותר. */
body.page-checkout .bottom-nav { display: none !important; }
.pbrand {
  display: inline-flex; align-items: center; justify-content: center; gap: 3px;
  height: 28px; min-width: 44px; padding: 0 9px; border-radius: 8px;
  background: linear-gradient(160deg, #fff, #F2EFEC);
  border: 1px solid rgba(35,30,31,.1);
  box-shadow: 0 2px 5px rgba(35,30,31,.1), inset 0 1px 0 #fff;
  font-size: 12px; font-weight: 900; line-height: 1; color: #231E1F;
  transition: transform .15s, box-shadow .15s;
}
.pbrand:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(35,30,31,.18); }
.pbrand svg { display: block; }
.pbrand b { font-weight: 700; font-size: 12px; }
.pbrand.visa { color: #1A1F71; font-style: italic; letter-spacing: .6px; font-size: 13px; }
.pbrand.isr { color: #0B3C8C; font-size: 11px; }
.pbrand.mc { gap: 0; }
.pbrand.mc i { width: 15px; height: 15px; border-radius: 50%; display: block; }
.pbrand.mc i:first-child { background: #EB001B; }
.pbrand.mc i:last-child { background: #F79E1B; margin-inline-start: -6px; mix-blend-mode: multiply; }
.pbrand.apay { color: #000; }
.pbrand.gpay { color: #5F6368; }
.pbrand.bit { color: #0B8AF0; font-size: 13.5px; letter-spacing: -.3px; }
.pbrand.soon { border-style: dashed; opacity: .72; }
.pbrand.soon em { font-style: normal; font-size: 9px; font-weight: 800; color: #0B8AF0; margin-inline-start: 3px; }
@media (prefers-reduced-motion: reduce) { .pay-card, .pbrand { transition: none; } }

/* ===== צ'קאאוט צפוף — פחות אוויר, אותו יחס ידידותי ===== */
.checkout-grid .panel { padding: 16px 18px; }
.checkout-grid .panel h3 { font-size: 17px; margin-bottom: 10px; }
.checkout-grid .field { margin-bottom: 9px; }
.checkout-grid .field > label { font-size: 12.5px; font-weight: 700; margin-bottom: 3px; display: block; color: var(--ink-soft); }
.checkout-grid input, .checkout-grid select, .checkout-grid textarea { padding: 9px 11px; font-size: 16px; }
.checkout-grid textarea { min-height: 54px; }
.checkout-grid .f2, .checkout-grid .f3 { gap: 9px; }
.checkout-grid .pm-opt { padding: 9px 11px; margin-top: 6px; font-size: 14px; }
.checkout-grid .bp-opt { padding: 9px 11px; }
.checkout-grid .bp-body b { font-size: 14px; }
.checkout-grid .bp-body small { font-size: 12px; }
.checkout-grid .ship-notice.compact { padding: 8px 11px; margin: 8px 0; font-size: 12.5px; line-height: 1.5; }
.checkout-grid .ship-notice.compact p { margin: 0; }
.checkout-grid .note { font-size: 12px; margin-top: 8px; }
.checkout-grid .co-hint { font-size: 12px; }
.checkout-grid .btn-checkout { margin-top: 10px; }

/* ===== נגישות: דילוג לתוכן (WCAG 2.4.1) ===== */
.skip-link {
  position: absolute; right: 8px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px;
  font-weight: 800; font-size: 14px; transition: top .15s;
}
.skip-link:focus { top: 0; }

/* בורר-סניף בצ'קאאוט (איסוף עצמי) */
.branch-pick { display: grid; gap: 8px; }
.bp-opt {
  display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
  border: 2px solid var(--line); border-radius: 12px; padding: 11px 13px; background: #fff;
  transition: border-color .15s, background .15s;
}
.bp-opt:has(input:checked) { border-color: var(--green-mid); background: var(--green-soft); }
.bp-opt input { accent-color: var(--green-mid); width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; }
.bp-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.bp-body b { font-size: 14.5px; }
.bp-body small { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }

/* פרטי איסוף בדף התודה */
.pickup-box {
  text-align: right; background: var(--green-soft); border: 2px solid var(--green-mid);
  border-radius: 14px; padding: 14px 16px; margin: 16px 0 4px;
}
.pb-title { font-weight: 900; font-size: 16px; color: var(--green); margin-bottom: 8px; }
.pb-line { font-size: 14px; color: var(--ink); line-height: 1.85; }
.pb-line b { color: var(--green); }
.pb-note { font-size: 12.5px; color: var(--green-mid); margin-top: 8px; line-height: 1.55; }

/* בחירת אופן קבלה כבר בסל — הלקוח רואה את הסכום הסופי לפני הצ'קאאוט */
.ship-pick { display: grid; gap: 7px; margin: 10px 0 4px; }
.sp-opt {
  display: flex; align-items: center; gap: 9px; cursor: pointer;
  border: 2px solid var(--line); border-radius: 12px; padding: 10px 12px;
  font-size: 14px; font-weight: 700; background: #fff; transition: border-color .15s, background .15s;
}
.sp-opt.on { border-color: var(--green-mid); background: var(--green-soft); }
.sp-opt input { accent-color: var(--green-mid); width: 18px; height: 18px; flex-shrink: 0; }
.sp-opt .sp-t { flex: 1; min-width: 0; }
.sp-opt .sp-p { white-space: nowrap; color: var(--green); font-weight: 900; }

/* שכבה 2 בטקסונומיה — תתי-הקטגוריות של הקבוצה שנבחרה.
   ירוק-בהיר לפני הלחיצה, ירוק מלא אחריה — משפחת-צבע אחרת לגמרי מהשכבה שמעל,
   כי הפרש-גודל לבדו לא הבדיל בין השכבות. בנוסף: הזחה + קו-אב מימין. */
.sub-chips.level2 {
  margin-top: 8px; padding: 9px 14px 2px 0;
  border-top: 1px dashed var(--line); border-right: 3px solid var(--green-soft);
}
.sub-chips.level2 .chip {
  font-size: 12.5px; padding: 5px 13px; font-weight: 600; border-width: 1.5px;
  background: var(--green-soft); border-color: #CBE4D5; color: var(--green);
}
.sub-chips.level2 .chip:hover { background: #DCEFE3; border-color: var(--green-mid); }
.sub-chips.level2 .chip.active {
  background: var(--green-mid); border-color: var(--green-mid); color: #fff;
  box-shadow: 0 4px 14px rgba(45,106,79,.24);
}

/* ===== באנר מתנות — יוקרתי, מינימלי, בצבעי המותג ===== */
.gift-banner {
  background: linear-gradient(100deg, #231E1F 0%, #3A2F31 38%, #7E0010 78%, #C80018 100%);
  color: #fff; position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.gift-banner::after {                        /* ברק עדין שחולף */
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.16) 50%, transparent 58%);
  translate: -130% 0; animation: gbShine 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gbShine { 0%, 80% { translate: -130% 0; } 94%, 100% { translate: 130% 0; } }
.gb-inner {
  max-width: 1280px; margin: 0 auto; padding: 8px 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 13.5px; letter-spacing: .1px; position: relative; z-index: 1;
}
.gb-icon { display: inline-flex; color: #F3C9A0; flex-shrink: 0; }
.gb-text { font-weight: 600; }
.gb-text b { font-weight: 900; color: #FFD9A0; letter-spacing: .2px; }
.gb-sep { width: 1px; height: 15px; background: rgba(255,255,255,.25); }
.gb-sub { font-size: 12px; color: #CDBFC1; font-weight: 500; }
@media (max-width: 620px) {
  .gb-inner { gap: 7px; padding: 7px 12px; font-size: 12.5px; }
  .gb-sep, .gb-sub { display: none; }
}
@media (prefers-reduced-motion: reduce) { .gift-banner::after { animation: none; opacity: 0; } }

/* ===== בורר מארזים בדף המוצר ===== */
.pack-box { background: linear-gradient(150deg, #FFF9EC, #FFF4DC); border: 2px solid var(--amber); border-radius: 14px; padding: 12px 13px; margin: 12px 0 4px; }
.pk-title { font-weight: 900; font-size: 14.5px; color: #8A5A00; margin-bottom: 9px; }
.pk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 7px; }
.pk-opt {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: #fff; border: 2px solid var(--line); border-radius: 11px; padding: 9px 6px;
  cursor: pointer; position: relative; transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pk-opt:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(35,30,31,.13); }
.pk-opt.on { border-color: var(--red); background: var(--red-soft); box-shadow: 0 6px 16px rgba(200,0,24,.18); }
.pk-opt b { font-size: 13.5px; font-weight: 900; color: var(--ink); }
.pk-p { font-size: 15px; font-weight: 900; color: var(--red); }
.pk-each { font-size: 10.5px; color: var(--ink-soft); font-weight: 700; }
.pk-off {
  position: absolute; top: -8px; inset-inline-start: -6px;
  background: var(--green-mid); color: #fff; font-size: 10.5px; font-weight: 900;
  border-radius: 10px; padding: 2px 7px; box-shadow: 0 2px 5px rgba(45,106,79,.35);
}

/* ===== מארז עם בחירת טעמים ===== */
.bundle-box { background: var(--cream); border: 2px solid var(--amber); border-radius: 14px; padding: 13px 15px; margin: 14px 0 4px; }
.bundle-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.bn-title { font-weight: 900; font-size: 15px; color: #8A5A00; }
.bn-count { font-weight: 900; font-size: 14px; background: #fff; border: 2px solid var(--amber); border-radius: 20px; padding: 3px 12px; color: #8A5A00; white-space: nowrap; }
.bn-count.full { background: var(--green-mid); border-color: var(--green-mid); color: #fff; }
.bundle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.bn-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 7px 10px; }
.bn-name { font-size: 13.5px; font-weight: 700; min-width: 0; overflow-wrap: anywhere; }
.bn-qty { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; }
.bn-qty button { width: 26px; height: 26px; border-radius: 7px; border: 1.5px solid var(--line); background: var(--cream); font-weight: 900; font-size: 15px; line-height: 1; color: var(--ink); }
.bn-qty button:hover { border-color: var(--amber); color: #8A5A00; }
.bn-qty b { min-width: 18px; text-align: center; font-size: 14px; }
.bn-gift { margin-top: 9px; font-size: 12.5px; font-weight: 800; color: var(--green); }
@media (max-width: 760px) {
  .bundle-grid { grid-template-columns: 1fr; }
  /* 🔴 מובייל: כפתורי ה-± היו 26px — מתחת לסף המגע (44px), והרשימה של 23
     טעמים מתחה את הקופסה ל-1180px כך שכפתור "הוספה לסל" ברח מתחת לקיפול.
     עכשיו: מטרה גדולה לאצבע, גובה חסום עם גלילה פנימית, והמונה נעול למעלה
     כדי שתמיד רואים כמה נשאר לבחור. */
  .bn-qty button { width: 40px; height: 40px; font-size: 19px; border-radius: 10px; }
  .bn-qty b { min-width: 26px; font-size: 16px; }
  .bn-row { padding: 6px 10px; }
  .bn-name { font-size: 13.5px; }
  .bundle-grid { max-height: 46vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
                 padding-inline-end: 4px; scroll-padding-block: 8px; }
  .bundle-head { position: sticky; top: 0; z-index: 2; background: var(--cream);
                 padding: 4px 0 8px; margin-bottom: 6px; }
  .bundle-box { padding-top: 6px; }
}

/* ===== התאמה אישית / חריטה בעמוד המוצר =====
   כל שדה 16px — מתחת לזה iOS מזם בפוקוס וגורר את העמוד (חוקת-מובייל 7). */
.cust-box {
  background: var(--green-soft); border: 2px solid rgba(45,106,79,.3);
  border-radius: 14px; padding: 14px 16px; margin: 14px 0 4px;
}
.cust-title { font-weight: 900; font-size: 15.5px; color: var(--green); margin-bottom: 10px; }
.cust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cust-f { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cust-f > span { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }
.cust-f input, .cust-f select {
  font-family: inherit; font-size: 16px; padding: 10px 12px; width: 100%;
  border: 2px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink);
}
.cust-f input:focus, .cust-f select:focus { border-color: var(--green-mid); outline: none; }
.cust-f input::placeholder { color: #A9A2A4; }
.cust-note { font-size: 12px; color: var(--green); margin-top: 10px; line-height: 1.5; }
.cust-err {
  margin-top: 10px; background: var(--red-soft); border: 2px solid var(--red);
  color: var(--red-dark); border-radius: 10px; padding: 9px 12px; font-size: 13px; font-weight: 800;
}
.ci-cust { font-size: 11.5px; color: var(--green-mid); font-weight: 700; margin: 2px 0 3px; line-height: 1.45; }
@media (max-width: 520px) { .cust-grid { grid-template-columns: 1fr; } }

/* כפתור וואטסאפ בעמודי החזרה מהסליקה — ירוק מלא, נראה ומרגיש כמו כפתור שצריך ללחוץ */
.wa-cta {
  display: flex; align-items: center; gap: 12px; width: 100%; max-width: 340px;
  margin: 14px auto 0; padding: 13px 18px; text-align: right;
  background: linear-gradient(135deg, #25D366, #12A150); color: #fff;
  border-radius: 999px; box-shadow: 0 8px 22px rgba(18,161,80,.32);
  transition: transform .15s, box-shadow .15s, filter .15s;
  animation: waNudge 2.6s ease-in-out 1.2s infinite;
}
.wa-cta:hover, .wa-cta:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(18,161,80,.42); filter: brightness(1.04); animation-play-state: paused; }
.wa-cta:active { transform: translateY(0) scale(.985); }
.wa-cta-ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.2); }
.wa-cta-txt { flex: 1; min-width: 0; font-weight: 800; font-size: 15px; line-height: 1.25; }
.wa-cta-txt small { display: block; font-weight: 600; font-size: 11.5px; opacity: .92; margin-top: 3px; }
.wa-cta-arrow { flex-shrink: 0; font-size: 19px; font-weight: 900; transition: transform .15s; }
.wa-cta:hover .wa-cta-arrow { transform: translateX(-4px); }
/* נדנוד עדין שמושך את העין לכפתור בלי להטריד */
@keyframes waNudge {
  0%, 88%, 100% { box-shadow: 0 8px 22px rgba(18,161,80,.32); }
  92%           { box-shadow: 0 8px 22px rgba(18,161,80,.32), 0 0 0 8px rgba(37,211,102,.16); }
  96%           { box-shadow: 0 8px 22px rgba(18,161,80,.32), 0 0 0 14px rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .wa-cta { animation: none; } }
@media (max-width: 760px) { .wa-cta { max-width: 100%; } }

/* ===== מובייל: ניקוי כפילות + רמז-גלילה למותגים (הנחיות-אלי 12/08) ===== */
@media (max-width: 760px) {
  /* באנר המבצעים הגדול מיותר — יש כבר "לכל N המבצעים" מעל, בתוך הקרוסלה */
  .sale-banner { display: none; }

  /* רמז גלילה מתחת לסרגל המותגים: פס בצבעי האתר + חץ שנע שמאלה,
     כדי שיבינו שאפשר למשוך באצבע ולחשוף עוד מותגים */
  .brand-scroll-hint {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin: 2px 0 0; font-size: 12px; font-weight: 700; color: var(--red);
  }
  .brand-scroll-hint .bsh-bar {
    width: 64px; height: 4px; border-radius: 3px;
    background: linear-gradient(90deg, var(--red), rgba(200,0,24,.18));
  }
  .brand-scroll-hint .bsh-arrow { display: inline-block; animation: bshSlide 1.5s ease-in-out infinite; }
}
.brand-scroll-hint { display: none; }
@keyframes bshSlide { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-6px); } }
@media (prefers-reduced-motion: reduce) { .brand-scroll-hint .bsh-arrow { animation: none; } }

/* סדר-מקור: כלל הבסיס display:none הופיע אחרי המדיה-קוורי וביטל אותה.
   הכלל הזה אחרון — ולכן הוא זה שקובע במובייל. */
@media (max-width: 760px) { .brand-scroll-hint { display: flex; } }

/* 🔴 13/08 — אישור התקנון בעמוד התשלום (דרישת Grow לאישור הסליקה).
   ה-input חייב להיות גדול מספיק למגע בנייד (18px) ולא להתכווץ בפלקס. */
.co-terms { display: flex; align-items: flex-start; gap: 10px; margin: 4px 2px 14px;
  font-size: 14px; line-height: 1.55; color: var(--ink-soft); cursor: pointer; }
.co-terms input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px;
  accent-color: var(--red); cursor: pointer; }
.co-terms a { color: var(--red); font-weight: 700; text-decoration: underline; }
.co-terms input:invalid { outline: 2px solid var(--red); outline-offset: 2px; border-radius: 4px; }
