/* =====================================================================
   ליאתי — מגשי פירות וסושי פירות
   עיצוב RTL, mobile-first, פלטת "פירות טריים"
   ===================================================================== */

:root {
  --melon:      #e5486b;   /* אבטיח */
  --melon-dark: #c2274b;
  --melon-soft: #ffe9ef;
  --lime:       #6cbf3f;   /* ליים */
  --lime-soft:  #eef8e6;
  --mango:      #ffa33c;   /* מנגו */
  --mango-soft: #fff2df;
  --berry:      #7d3c8f;   /* פירות יער */
  --cream:      #fffaf5;
  --paper:      #ffffff;
  --ink:        #2c2320;
  --ink-soft:   #6b5f59;
  --line:       #f0e4dc;

  --radius:     18px;
  --radius-sm:  12px;
  --shadow:     0 6px 22px rgba(96, 60, 45, .09);
  --shadow-lg:  0 16px 44px rgba(96, 60, 45, .16);
  --wrap:       1180px;
  --header-h:   68px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Heebo', 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
/* <picture> הוא עטיפה בלבד — display:contents שומר על אחוזי גובה/רוחב של ה-img
   ביחס להורה האמיתי (.pc-media, .cat-media, .gallery-main וכו') */
picture { display: contents; }
a { color: var(--melon-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: 1.75rem; }
h2 { font-size: 1.4rem; }
ul { padding: 0; margin: 0; list-style: none; }
button { font-family: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 16px; }
.wrap.narrow { max-width: 780px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.pad-xl { padding-block: 64px; }
.big-emoji { font-size: 64px; display: block; }
.hide-sm { display: none; }

/* ---------------------------------------------------------------- */
/* כפתורים                                                           */
/* ---------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; cursor: pointer; text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--melon); color: #fff; box-shadow: 0 4px 14px rgba(229, 72, 107, .32); }
.btn-primary:hover { background: var(--melon-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--melon-dark); border-color: var(--melon); }
.btn-outline:hover { background: var(--melon-soft); }
.btn-text { background: none; color: var(--ink-soft); padding: 8px 12px; }
.btn-lg { padding: 14px 28px; font-size: 1.05rem; }
.btn-block { display: flex; width: 100%; }
.btn-add { background: var(--lime); color: #fff; padding: 9px 16px; font-size: .875rem; }
.btn-add:hover { background: #59a531; color: #fff; }
.btn-add.added { background: var(--ink); }
.btn-wolt { background: #00c2e8; color: #fff; }
.btn-insta { background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7); color: #fff; }
.btn-fb { background: #1877f2; color: #fff; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* ---------------------------------------------------------------- */
/* כותרת עליונה                                                      */
/* ---------------------------------------------------------------- */

.site-header { position: sticky; top: 0; z-index: 60; background: var(--paper); box-shadow: 0 2px 12px rgba(96,60,45,.07); }

.topbar { background: linear-gradient(90deg, var(--melon), var(--mango)); color: #fff; font-size: .8rem; }
.topbar-in { display: flex; gap: 16px; align-items: center; justify-content: center; padding: 6px 16px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.badge-kosher { background: rgba(255,255,255,.22); padding: 1px 10px; border-radius: 999px; }

.header-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: var(--header-h); }

.brand { display: flex; align-items: center; text-decoration: none; color: inherit; }
.brand-logo { max-height: 52px; width: auto; }
.brand-fallback { display: flex; align-items: center; gap: 10px; }
.brand-mark { font-size: 30px; line-height: 1; }
.brand-text strong { display: block; font-size: 1.3rem; color: var(--melon-dark); font-weight: 900; }
.brand-text small { display: block; font-size: .72rem; color: var(--ink-soft); margin-top: -3px; }

.nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.main-nav {
  position: absolute; inset-inline: 0; top: 100%; background: var(--paper);
  display: none; flex-direction: column; padding: 8px 16px 18px;
  box-shadow: var(--shadow-lg); border-top: 1px solid var(--line);
}
.main-nav.open { display: flex; }
.main-nav a { padding: 11px 4px; color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--line); }
.main-nav a:hover, .main-nav a.active { color: var(--melon-dark); text-decoration: none; }
.nav-cart { margin-top: 10px; background: var(--melon-soft); border-radius: 999px; text-align: center; border-bottom: 0 !important; font-weight: 700 !important; }
.cart-count {
  display: inline-block; min-width: 20px; padding: 0 6px; background: var(--melon); color: #fff;
  border-radius: 999px; font-size: .75rem; line-height: 20px; text-align: center;
}

/* ---------------------------------------------------------------- */
/* קרוסלה                                                            */
/* ---------------------------------------------------------------- */

.hero { background: var(--melon-soft); }
.carousel { position: relative; overflow: hidden; }
.carousel-track { position: relative; height: clamp(260px, 52vw, 520px); }
.carousel-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity .55s ease; display: block; color: #fff; text-decoration: none;
}
.carousel-slide.is-active { opacity: 1; visibility: visible; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,35,32,.72) 0%, rgba(44,35,32,.15) 55%, transparent 100%);
}
.carousel-caption {
  position: absolute; inset-inline: 0; bottom: 0; z-index: 2;
  padding: 20px 20px 34px; text-align: center;
}
.carousel-caption h2 { color: #fff; font-size: clamp(1.3rem, 5vw, 2.4rem); margin-bottom: .2em; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.carousel-caption p { color: rgba(255,255,255,.94); margin: 0 0 14px; font-size: clamp(.9rem, 2.6vw, 1.1rem); text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.85); color: var(--ink); font-size: 26px; line-height: 1;
  display: grid; place-items: center;
}
.carousel-arrow.prev { inset-inline-start: 10px; }
.carousel-arrow.next { inset-inline-end: 10px; }
.carousel-dots { position: absolute; bottom: 12px; inset-inline: 0; z-index: 3; display: flex; gap: 7px; justify-content: center; }
.carousel-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; padding: 0; }
.carousel-dots button.is-active { background: #fff; width: 24px; border-radius: 999px; }

.hero-fallback { text-align: center; padding: 64px 16px; background: linear-gradient(135deg, var(--melon-soft), var(--mango-soft)); }
.hero-fallback h2 { font-size: clamp(1.6rem, 6vw, 2.6rem); color: var(--melon-dark); }
.hero-fallback p { color: var(--ink-soft); margin-bottom: 22px; }

/* ===== דף בחזית (Hero Splash) ===== */
.hero-splash {
  position: relative; width: 100%; display: block; background: var(--cream);
  overflow: hidden;
}
.hero-splash-img {
  width: 100%; display: block;
  height: clamp(360px, 48vw, 580px);
  object-fit: cover; object-position: center 68%;
}
.hero-splash-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28, 19, 15, .8) 0%, rgba(28, 19, 15, .38) 42%, rgba(28, 19, 15, .05) 72%);
  pointer-events: none;
}
.hero-splash-content {
  position: absolute; inset-inline: 0; bottom: 0; z-index: 3;
  padding: 22px 20px 32px; text-align: center;
}
.hero-splash-title {
  color: #fff; margin: 0 0 .3em; font-size: clamp(1.5rem, 4.4vw, 2.5rem);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5);
}
.hero-splash-subtitle {
  color: rgba(255, 255, 255, .95); margin: 0 0 18px; font-size: clamp(.9rem, 2.3vw, 1.15rem);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}
.hero-splash-cta { font-size: 1rem; padding: 13px 28px; }

@media (max-width: 640px) {
  .hero-splash-img { object-position: center 74%; }
  .hero-splash-content { padding: 18px 16px 22px; }
  .hero-splash-cta { padding: 11px 22px; font-size: .95rem; }
}

/* ---------------------------------------------------------------- */
/* רצועת יתרונות                                                     */
/* ---------------------------------------------------------------- */

.strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.strip-in { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 20px 16px; }
.strip-item { text-align: center; font-size: .8rem; }
.strip-item span { font-size: 26px; display: block; }
.strip-item b { display: block; font-size: .9rem; }
.strip-item small { color: var(--ink-soft); }

/* ---------------------------------------------------------------- */
/* מקטעים                                                            */
/* ---------------------------------------------------------------- */

.section { padding: 42px 0; }
.section-alt { background: var(--paper); }
.section-title { text-align: center; font-size: clamp(1.35rem, 4.5vw, 2rem); color: var(--melon-dark); margin-bottom: 26px; position: relative; }
.section-title::after { content: ''; display: block; width: 56px; height: 4px; border-radius: 4px; background: var(--lime); margin: 10px auto 0; }
.page-title { text-align: center; margin: 28px 0 18px; color: var(--melon-dark); }
.lead { font-size: 1.05rem; color: var(--ink-soft); }

/* ---------------------------------------------------------------- */
/* קטגוריות                                                          */
/* ---------------------------------------------------------------- */

.cat-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.cat-card {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); color: inherit; text-decoration: none; transition: .2s;
  border: 1px solid var(--line);
}
.cat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); text-decoration: none; }
.cat-media { aspect-ratio: 16 / 10; background: var(--melon-soft); }
.cat-media img { width: 100%; height: 100%; object-fit: cover; }
.cat-body { padding: 16px 18px 20px; }
.cat-body h3 { color: var(--melon-dark); margin-bottom: .3em; }
.cat-body p { margin: 0 0 10px; color: var(--ink-soft); font-size: .9rem; }
.cat-link { color: var(--lime); font-weight: 700; font-size: .88rem; }

.cat-hero { position: relative; background: linear-gradient(135deg, var(--melon-soft), var(--mango-soft)); padding: 34px 0; text-align: center; overflow: hidden; }
.cat-hero.has-image { color: #fff; }
.cat-hero.has-image .wrap { position: relative; z-index: 2; }
.cat-hero.has-image::after { content: ''; position: absolute; inset: 0; background: rgba(44,35,32,.5); z-index: 1; }
.cat-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-hero h1 { margin-bottom: .2em; }
.cat-hero p { margin: 0; max-width: 640px; margin-inline: auto; }

/* ---------------------------------------------------------------- */
/* מוצרים                                                            */
/* ---------------------------------------------------------------- */

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.product-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: .2s;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.pc-media { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--melon-soft); }
.pc-media img { width: 100%; height: 100%; object-fit: cover; }
.pc-badge {
  position: absolute; top: 10px; inset-inline-start: 10px; z-index: 2;
  background: var(--melon); color: #fff; font-size: .7rem; font-weight: 700;
  padding: 3px 10px; border-radius: 999px;
}
.pc-badge.hot { background: var(--mango); }
.pc-body { padding: 12px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.pc-title { font-size: .98rem; margin-bottom: 4px; }
.pc-title a { color: var(--ink); }
.pc-desc { font-size: .8rem; color: var(--ink-soft); margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.pc-price strong { color: var(--melon-dark); font-size: 1.1rem; }
.pc-price s { color: var(--ink-soft); font-size: .82rem; margin-inline-end: 5px; }
.pc-price small { color: var(--ink-soft); font-size: .75rem; }

.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 18px 0 14px; flex-wrap: wrap; }
.list-toolbar .count { color: var(--ink-soft); font-size: .88rem; }
.sorter { display: flex; align-items: center; gap: 8px; font-size: .85rem; }
.sorter select { padding: 7px 10px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--paper); font-family: inherit; }

.crumbs { padding: 12px 16px; font-size: .82rem; color: var(--ink-soft); }
.crumbs a { color: var(--ink-soft); }
.crumbs span { margin-inline: 5px; }

.empty { text-align: center; padding: 40px 16px; color: var(--ink-soft); display: grid; gap: 16px; justify-items: center; }

/* עמוד מוצר */
.product-view { display: grid; gap: 22px; padding-block: 10px 34px; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--melon-soft); aspect-ratio: 1 / 1; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 4px; }
.thumb { flex: 0 0 68px; width: 68px; height: 68px; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; padding: 0; background: none; cursor: pointer; }
.thumb.is-active { border-color: var(--melon); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-info .eyebrow { display: inline-block; background: var(--lime-soft); color: #4d8f27; font-size: .78rem; font-weight: 700; padding: 3px 12px; border-radius: 999px; margin-bottom: 10px; }
.price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.price-row strong { font-size: 1.9rem; color: var(--melon-dark); }
.price-row s { color: var(--ink-soft); }
.description { color: var(--ink-soft); }
.description p { margin: 0 0 .8em; }

.buy-box { display: flex; gap: 10px; align-items: stretch; margin: 18px 0 12px; flex-wrap: wrap; }
.qty { display: flex; align-items: center; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--paper); }
.qty button { width: 42px; height: 46px; border: 0; background: none; font-size: 20px; cursor: pointer; color: var(--melon-dark); }
.qty input { width: 52px; height: 46px; border: 0; text-align: center; font-size: 1rem; font-weight: 700; font-family: inherit; background: none; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-box .btn { flex: 1; min-width: 180px; }

.product-notices { margin: 20px 0; padding: 14px 18px; background: var(--mango-soft); border-radius: var(--radius-sm); border-inline-start: 4px solid var(--mango); }
.product-notices li { font-size: .88rem; color: #8a5a12; padding: 2px 0; }
.product-notices li.strong, .note-card li.strong { font-weight: 700; color: var(--melon-dark); }

.meta-list { margin-top: 16px; font-size: .87rem; color: var(--ink-soft); }
.meta-list li { padding: 3px 0; }

/* ---------------------------------------------------------------- */
/* אודות + יצירת קשר                                                 */
/* ---------------------------------------------------------------- */

.about-in, .contact-in { display: grid; gap: 22px; }
.about-text p { color: var(--ink-soft); }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.values li { background: var(--lime-soft); color: #4d8f27; font-size: .82rem; font-weight: 600; padding: 5px 14px; border-radius: 999px; }
.note-card { background: var(--melon-soft); border-radius: var(--radius); padding: 20px 22px; }
.note-card h4 { color: var(--melon-dark); }
.note-card li { padding: 4px 0; font-size: .9rem; color: var(--ink-soft); }

.contact-card, .contact-social { background: var(--cream); border-radius: var(--radius); padding: 24px 22px; border: 1px solid var(--line); }
.contact-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list b { color: var(--ink); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.contact-social { text-align: center; display: grid; gap: 12px; align-content: center; }

/* ---------------------------------------------------------------- */
/* עגלה / צ׳קאאוט                                                    */
/* ---------------------------------------------------------------- */

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); margin-bottom: 20px; }
.card h2 { font-size: 1.1rem; color: var(--melon-dark); margin-top: 0; }
.card h2 + h2 { margin-top: 26px; }

.cart-list li { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-list li:last-child { border-bottom: 0; }
.cart-list img { width: 66px; height: 66px; border-radius: var(--radius-sm); object-fit: cover; background: var(--melon-soft); flex: 0 0 66px; }
.cart-list.compact img { width: 46px; height: 46px; flex-basis: 46px; }
.ci-body { flex: 1; min-width: 0; }
.ci-body a, .ci-body b { display: block; font-weight: 700; color: var(--ink); font-size: .92rem; }
.ci-body small { color: var(--ink-soft); font-size: .8rem; }
.ci-qty { display: flex; align-items: center; gap: 6px; }
.ci-qty button { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); cursor: pointer; font-size: 15px; color: var(--melon-dark); }
.ci-qty span { min-width: 22px; text-align: center; font-weight: 700; }
.ci-remove { border: 0; background: none; color: var(--ink-soft); cursor: pointer; font-size: 18px; padding: 4px; }

.cart-summary { margin-top: 16px; padding-top: 14px; border-top: 2px dashed var(--line); }
.cart-summary .row { display: flex; justify-content: space-between; padding: 5px 0; font-size: .93rem; }
.cart-summary .row.muted { color: var(--ink-soft); font-size: .84rem; }
.cart-summary .row.total { font-size: 1.15rem; font-weight: 700; color: var(--melon-dark); border-top: 1px solid var(--line); margin-top: 8px; padding-top: 12px; }
.cart-summary .btn { margin-top: 14px; }

.checkout-grid { display: grid; gap: 20px; align-items: start; }
.field { display: block; margin-bottom: 14px; }
.field > span { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 14px; border: 2px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; background: var(--cream); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--melon); background: var(--paper); }
.field input.invalid { border-color: var(--melon); background: var(--melon-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.radio-row { display: grid; gap: 10px; margin-bottom: 14px; }
.radio-card { display: flex; align-items: center; gap: 10px; border: 2px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; cursor: pointer; background: var(--cream); }
.radio-card:has(input:checked) { border-color: var(--melon); background: var(--melon-soft); }
.radio-card b { display: block; font-size: .95rem; }
.radio-card small { color: var(--ink-soft); font-size: .8rem; }
.fineprint { font-size: .8rem; color: var(--ink-soft); margin: 12px 0 0; }
.payment-note { background: var(--mango-soft); padding: 10px 14px; border-radius: var(--radius-sm); }

.alert { padding: 12px 16px; border-radius: var(--radius-sm); margin: 12px 0; font-size: .9rem; }
.alert-err { background: var(--melon-soft); color: var(--melon-dark); border: 1px solid #f5c2ce; }
.alert-ok { background: var(--lime-soft); color: #3f7a1f; border: 1px solid #cbe8b7; }
.alert ul { margin: 0; padding-inline-start: 18px; list-style: disc; }

.thanks-hero { text-align: center; padding: 30px 0 20px; }
.thanks-emoji { font-size: 58px; display: block; }
.thanks-hero h1 { color: var(--melon-dark); }
.order-number { font-size: 1.1rem; }
.badge { display: inline-block; padding: 3px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; background: var(--mango-soft); color: #8a5a12; }
.badge.status-paid { background: var(--lime-soft); color: #3f7a1f; }
.badge.status-cancelled { background: #eee; color: #777; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 22px 0; }
.kv li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; }
.kv li:last-child { border-bottom: 0; }
.prose p { color: var(--ink-soft); }
.page-image { border-radius: var(--radius); margin-bottom: 18px; width: 100%; }

.notice-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 26px 0; }
.notice-chip { background: var(--paper); border: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; padding: 4px 14px; border-radius: 999px; }
.notice-chip.notice-strong { background: var(--melon-soft); color: var(--melon-dark); border-color: #f5c2ce; font-weight: 700; }

/* ---------------------------------------------------------------- */
/* וואטסאפ צף                                                        */
/* ---------------------------------------------------------------- */

.whatsapp-fab {
  position: fixed; inset-inline-end: 16px; bottom: 16px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .45); transition: .2s;
}
.whatsapp-fab:hover { transform: scale(1.07); text-decoration: none; color: #fff; }
.whatsapp-fab span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------------------------------------------------------------- */
/* פוטר                                                              */
/* ---------------------------------------------------------------- */

.site-footer { background: var(--ink); color: #e8ded8; margin-top: 40px; }
.footer-grid { display: grid; gap: 28px; padding: 40px 16px 28px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; color: #fff; }
.footer-brand img { max-height: 46px; width: auto; }
.footer-tagline { color: #b6a79f; font-size: .88rem; margin: 10px 0 6px; }
.footer-kosher { color: var(--mango); font-size: .84rem; font-weight: 600; margin: 0; }
.socials { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.socials a { background: rgba(255,255,255,.1); color: #fff; padding: 5px 14px; border-radius: 999px; font-size: .82rem; }
.socials a:hover { background: var(--melon); text-decoration: none; }
.footer-links li, .footer-info li { padding: 4px 0; font-size: .88rem; }
.footer-links a, .footer-info a { color: #d8ccc5; }
.footer-links a:hover, .footer-info a:hover { color: var(--mango); }
.footer-links.small { margin-top: 12px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 10px; }
.footer-notices { background: rgba(0,0,0,.25); padding: 14px 0; }
.footer-notices .wrap { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.footer-notices .notice-chip { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: #d8ccc5; }
.footer-notices .notice-chip.notice-strong { background: var(--melon); color: #fff; border-color: transparent; }
.footer-bottom { background: rgba(0,0,0,.4); font-size: .78rem; color: #9b8d86; }
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; padding-block: 12px; gap: 10px; flex-wrap: wrap; }
.admin-link { color: #7d716b; }

/* ---------------------------------------------------------------- */
/* טוסט                                                              */
/* ---------------------------------------------------------------- */

.toast {
  position: fixed; inset-inline: 16px; bottom: 84px; z-index: 90;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); font-size: .9rem; text-align: center;
  opacity: 0; transform: translateY(12px); transition: .25s; pointer-events: none;
}
.toast.show { opacity: 1; transform: translateY(0); }

/* ---------------------------------------------------------------- */
/* רספונסיבי                                                         */
/* ---------------------------------------------------------------- */

@media (min-width: 640px) {
  .hide-sm { display: inline; }
  .strip-in { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .toast { inset-inline: auto; inset-inline-start: 24px; max-width: 340px; }
}

@media (min-width: 900px) {
  h1 { font-size: 2.2rem; }
  .nav-toggle { display: none; }
  .main-nav {
    position: static; display: flex; flex-direction: row; align-items: center; gap: 4px;
    box-shadow: none; border: 0; padding: 0; background: none;
  }
  .main-nav a { border-bottom: 0; padding: 8px 12px; border-radius: 999px; font-size: .92rem; }
  .main-nav a:hover, .main-nav a.active { background: var(--melon-soft); }
  .nav-cart { margin-top: 0; margin-inline-start: 8px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .product-view { grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
  .about-in { grid-template-columns: 1.6fr 1fr; align-items: start; }
  .contact-in { grid-template-columns: 1.4fr 1fr; }
  .checkout-grid { grid-template-columns: 1.5fr 1fr; }
  .summary-card { position: sticky; top: calc(var(--header-h) + 40px); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; }
  .section { padding: 60px 0; }
}

@media print {
  .site-header, .site-footer, .whatsapp-fab, .btn { display: none !important; }
}
