/* ===========================================================
   ნატურ შოპი — სტილები
   ფერები: მწვანე + ყვითელი
   =========================================================== */

:root {
  --green:        #2e9e5b;
  --green-dark:   #1f7a44;
  --green-darker: #155c33;
  --green-soft:   #eaf7ef;
  --green-soft-2: #d8f0e1;
  --yellow:       #f6c945;
  --yellow-soft:  #fff6dd;
  --ink:          #20302a;
  --muted:        #6c7c74;
  --line:         #e6efe9;
  --bg:           #f5faf6;
  --white:        #ffffff;
  --shadow:       0 6px 22px rgba(31,122,68,.10);
  --shadow-lg:    0 14px 40px rgba(31,122,68,.16);
  --radius:       18px;
  --radius-sm:    12px;
  --header-h:     64px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--green-darker);
  color: #d9f2e2;
  font-size: 13px;
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 38px;
}
.topbar a { color: #d9f2e2; transition: color .2s; }
.topbar a:hover { color: var(--yellow); }
.topbar .tb-left { display: flex; gap: 18px; align-items: center; }
.topbar .tb-social { display: flex; gap: 12px; align-items: center; }
.topbar .tb-social a { font-size: 15px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.header .container {
  display: flex; align-items: center; gap: 18px;
  height: var(--header-h);
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; color: var(--green-dark); }
.logo .leaf {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center; color: #fff; font-size: 18px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}
.logo span b { color: var(--yellow); }

.search {
  flex: 1; max-width: 480px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px;
  background: var(--green-soft); border-radius: 999px;
  padding: 9px 16px;
}
.search input { border: none; background: none; outline: none; flex: 1; font-size: 14px; color: var(--ink); }
.search i { color: var(--green); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  position: relative;
  width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--green-soft); color: var(--green-dark);
  font-size: 17px; transition: .2s;
}
.icon-btn:hover { background: var(--green); color: #fff; }
.icon-btn .badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 19px; height: 19px; padding: 0 4px;
  background: var(--yellow); color: #5a4a00;
  border-radius: 999px; font-size: 11px; font-weight: 800;
  display: grid; place-items: center; border: 2px solid #fff;
}

/* ---------- Desktop nav ---------- */
.mainnav { background: var(--green); }
.mainnav .container { display: flex; gap: 4px; flex-wrap: wrap; }
.mainnav a {
  color: #eafff1; font-weight: 600; font-size: 14.5px;
  padding: 13px 16px; border-radius: 10px 10px 0 0;
  display: flex; align-items: center; gap: 8px; transition: .2s;
}
.mainnav a i { font-size: 14px; opacity: .9; }
.mainnav a:hover, .mainnav a.active { background: var(--green-dark); color: #fff; }

/* ---------- Hero slider ---------- */
.hero { padding: 22px 0 6px; }
.slider {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 21 / 8;
}
.slides { display: flex; height: 100%; transition: transform .7s cubic-bezier(.6,.05,.2,1); }
.slide {
  min-width: 100%; height: 100%; position: relative;
  display: flex; align-items: center;
  padding: 0 8%;
  color: #fff;
}
.slide-1 { background: linear-gradient(120deg, #1f7a44, #2e9e5b 70%); }
.slide-2 { background: linear-gradient(120deg, #2e9e5b, #6cc08a 75%); }
.slide-3 { background: linear-gradient(120deg, #167a52, #25b07a 70%); }
.slide::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(246,201,69,.18);
}
.slide-img {
  position: absolute; right: 6%; bottom: 0; top: 0;
  width: 42%; display: flex; align-items: center; justify-content: center;
  z-index: 1;
}
.slide-img i { font-size: clamp(70px, 14vw, 200px); color: rgba(255,255,255,.22); }
.slide-text { position: relative; z-index: 2; max-width: 60%; }
.slide-text .tag {
  display: inline-block; background: var(--yellow); color: #5a4a00;
  font-weight: 800; font-size: 12px; padding: 5px 14px; border-radius: 999px;
  margin-bottom: 14px;
}
.slide-text h2 { font-size: clamp(20px, 3.5vw, 40px); line-height: 1.15; margin-bottom: 10px; }
.slide-text p { font-size: clamp(13px, 1.6vw, 17px); opacity: .92; margin-bottom: 18px; max-width: 420px; }
.slide-text .btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--green-dark); font-weight: 700;
  padding: 12px 24px; border-radius: 999px; transition: .2s;
}
.slide-text .btn:hover { background: var(--yellow); color: #5a4a00; transform: translateY(-2px); }

.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.85); color: var(--green-dark);
  display: grid; place-items: center; font-size: 16px; z-index: 5;
  box-shadow: var(--shadow); transition: .2s;
}
.slider-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.slider-arrow.prev { left: 16px; }
.slider-arrow.next { right: 16px; }
.slider-dots {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.slider-dots button {
  width: 10px; height: 10px; border-radius: 999px;
  background: rgba(255,255,255,.5); transition: .3s;
}
.slider-dots button.active { background: var(--yellow); width: 26px; }

/* ---------- Section title ---------- */
.section { padding: 30px 0; }
.section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.section-head h3 {
  font-size: 22px; color: var(--green-darker);
  display: flex; align-items: center; gap: 10px;
}
.section-head h3 i { color: var(--yellow); }
.section-head .link { color: var(--green); font-weight: 700; font-size: 14px; }

/* ---------- Category grid ---------- */
.cat-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.cat-card {
  background: var(--white); border-radius: var(--radius);
  padding: 26px 16px; text-align: center;
  box-shadow: var(--shadow); transition: .25s;
  border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.cat-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  opacity: 0; transition: .25s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card:hover::before { opacity: 1; }
.cat-card .cat-ico {
  width: 70px; height: 70px; margin: 0 auto 14px;
  border-radius: 22px; display: grid; place-items: center;
  font-size: 28px; color: var(--green-dark);
  background: var(--green-soft); transition: .25s;
}
.cat-card:hover .cat-ico { background: var(--green); color: #fff; transform: rotate(-6deg); }
.cat-card h4 { font-size: 15.5px; color: var(--ink); }
.cat-card p { font-size: 12.5px; color: var(--muted); margin-top: 4px; }

/* ---------- Product grid ---------- */
.prod-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.prod-card {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); overflow: hidden;
  box-shadow: var(--shadow); transition: .25s;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prod-thumb {
  position: relative; aspect-ratio: 1; background: var(--green-soft);
  display: grid; place-items: center; padding: 16px;
}
.prod-thumb img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: .3s; }
.prod-card:hover .prod-thumb img { transform: scale(1.06); }
.prod-fav {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; color: var(--muted); display: grid; place-items: center;
  box-shadow: var(--shadow); font-size: 14px; transition: .2s;
}
.prod-fav:hover { color: #e7556b; }
.prod-body { padding: 14px; display: flex; flex-direction: column; flex: 1; }
.prod-body h4 {
  font-size: 14.5px; font-weight: 600; line-height: 1.35;
  min-height: 40px; color: var(--ink);
}
.prod-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.prod-price { font-size: 18px; font-weight: 800; color: var(--green-dark); }
.prod-price span { font-size: 12px; font-weight: 600; color: var(--muted); }
.add-cart {
  width: 42px; height: 42px; border-radius: 14px;
  background: var(--green); color: #fff; display: grid; place-items: center;
  font-size: 16px; transition: .2s;
}
.add-cart:hover { background: var(--green-dark); transform: scale(1.08); }
.add-cart.added { background: var(--yellow); color: #5a4a00; }

/* ---------- Banner strip ---------- */
.promo {
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  border-radius: var(--radius); color: #fff; padding: 30px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; box-shadow: var(--shadow); overflow: hidden;
  position: relative;
}
.promo::after {
  content: "\f5d0"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; right: 20px; bottom: -30px; font-size: 160px; opacity: .12;
}
.promo h3 { font-size: 24px; margin-bottom: 6px; }
.promo p { opacity: .9; }
.promo .btn {
  background: var(--yellow); color: #5a4a00; font-weight: 800;
  padding: 13px 26px; border-radius: 999px; transition: .2s; z-index: 1;
}
.promo .btn:hover { transform: translateY(-2px); }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; gap: 14px; align-items: center;
}
.feature i { font-size: 26px; color: var(--green); }
.feature b { display: block; font-size: 15px; }
.feature small { color: var(--muted); }

/* ---------- Footer ---------- */
.footer {
  background: var(--green-darker); color: #cfe8d8; margin-top: 40px;
  padding: 46px 0 26px;
}
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 30px; }
.footer h5 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer .logo { color: #fff; margin-bottom: 14px; }
.footer p { font-size: 14px; line-height: 1.7; opacity: .85; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 9px; }
.footer ul a { font-size: 14px; opacity: .85; transition: .2s; }
.footer ul a:hover { color: var(--yellow); opacity: 1; padding-left: 4px; }
.footer .contact-line { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; font-size: 14px; }
.footer .contact-line i { color: var(--yellow); width: 18px; }
.footer .fsocial { display: flex; gap: 10px; margin-top: 14px; }
.footer .fsocial a {
  width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.1);
  display: grid; place-items: center; color: #fff; transition: .2s;
}
.footer .fsocial a:hover { background: var(--yellow); color: #5a4a00; }
.footer .copyright {
  margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12);
  text-align: center; font-size: 13px; opacity: .7;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 16px 0 0; font-size: 13.5px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.breadcrumb a { color: var(--green-dark); font-weight: 600; }
.breadcrumb i { font-size: 10px; }

/* ---------- Category header ---------- */
.cat-hero {
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  border-radius: var(--radius); color: #fff; padding: 30px;
  display: flex; align-items: center; gap: 20px; margin-top: 16px;
  box-shadow: var(--shadow);
}
.cat-hero .ch-ico {
  width: 74px; height: 74px; border-radius: 22px; background: rgba(255,255,255,.18);
  display: grid; place-items: center; font-size: 32px;
}
.cat-hero h1 { font-size: 28px; }
.cat-hero p { opacity: .9; }

/* ---------- Product detail ---------- */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 22px; align-items: start; }
.pd-gallery {
  background: var(--green-soft); border-radius: var(--radius); padding: 30px;
  position: relative; display: grid; place-items: center; aspect-ratio: 1;
}
.pd-gallery img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pd-video-btn {
  position: absolute; bottom: 18px; right: 18px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.95); color: var(--green-dark);
  padding: 10px 18px; border-radius: 999px; font-weight: 700;
  box-shadow: var(--shadow-lg); transition: .2s;
}
.pd-video-btn i { color: #e7556b; font-size: 18px; }
.pd-video-btn:hover { transform: scale(1.05); }
.pd-info h1 { font-size: 30px; color: var(--green-darker); line-height: 1.2; }
.pd-code { color: var(--muted); margin: 10px 0; font-size: 14px; }
.pd-code b { color: var(--ink); }
.pd-price { font-size: 36px; font-weight: 800; color: var(--green-dark); margin: 8px 0 20px; }
.pd-price small { font-size: 16px; color: var(--muted); font-weight: 600; }
.pd-actions { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #fff; font-weight: 700; font-size: 16px;
  padding: 15px 30px; border-radius: 14px; transition: .2s;
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green-soft); color: var(--green-dark); font-weight: 700;
  padding: 15px 24px; border-radius: 14px; transition: .2s;
}
.btn-ghost:hover { background: var(--green-soft-2); }
.pd-perks { display: flex; flex-wrap: wrap; gap: 10px; }
.pd-perks span {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--yellow-soft); color: #7a5e00; font-size: 13px; font-weight: 600;
  padding: 8px 14px; border-radius: 999px;
}

.pd-desc { margin-top: 36px; }
.pd-desc h3 { font-size: 22px; color: var(--green-darker); margin-bottom: 16px; display: flex; gap: 10px; align-items: center; }
.pd-desc h3 i { color: var(--yellow); }
.pd-desc p { margin-bottom: 14px; color: #43534b; }
.prod-bullets { margin: 0 0 16px; padding-left: 4px; list-style: none; }
.prod-bullets li { position: relative; padding-left: 28px; margin-bottom: 9px; color: #43534b; }
.prod-bullets li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 1px; color: var(--green); font-size: 13px;
}

.pd-video-wrap { margin-top: 30px; }
.pd-video-wrap iframe {
  width: 100%; aspect-ratio: 16/9; border: none; border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- Video modal ---------- */
.modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,30,20,.8); display: none;
  align-items: center; justify-content: center; padding: 20px;
}
.modal.open { display: flex; }
.modal-inner { width: min(900px, 100%); position: relative; }
.modal-inner iframe { width: 100%; aspect-ratio: 16/9; border: none; border-radius: 16px; }
.modal-close {
  position: absolute; top: -48px; right: 0; color: #fff; font-size: 26px;
}

/* ---------- Cart drawer ---------- */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 150;
  opacity: 0; visibility: hidden; transition: .3s;
}
.drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(400px, 90%);
  background: #fff; z-index: 160; transform: translateX(100%); transition: .35s;
  display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(0,0,0,.2);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  padding: 18px 20px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: var(--green); color: #fff;
}
.cart-head h3 { font-size: 18px; }
.cart-head button { color: #fff; font-size: 20px; }
.cart-items { flex: 1; overflow-y: auto; padding: 14px; }
.cart-item { display: flex; gap: 12px; padding: 12px; border-radius: 14px; background: var(--bg); margin-bottom: 10px; }
.cart-item img { width: 60px; height: 60px; object-fit: contain; background: #fff; border-radius: 10px; padding: 4px; }
.cart-item .ci-info { flex: 1; }
.cart-item .ci-info h5 { font-size: 14px; font-weight: 600; }
.cart-item .ci-info .ci-price { color: var(--green-dark); font-weight: 700; font-size: 14px; }
.cart-item .ci-qty { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.cart-item .ci-qty button { width: 26px; height: 26px; border-radius: 8px; background: var(--green-soft); color: var(--green-dark); font-weight: 700; }
.cart-item .ci-remove { color: #c44; align-self: flex-start; }
.cart-empty { text-align: center; color: var(--muted); padding: 50px 20px; }
.cart-empty i { font-size: 50px; color: var(--green-soft-2); margin-bottom: 14px; }
.cart-foot { padding: 18px 20px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.cart-total span { color: var(--green-dark); }
.cart-foot .btn-primary { width: 100%; justify-content: center; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--green-darker); color: #fff; padding: 13px 22px; border-radius: 999px;
  font-size: 14px; font-weight: 600; box-shadow: var(--shadow-lg); z-index: 300;
  opacity: 0; visibility: hidden; transition: .3s; display: flex; gap: 10px; align-items: center;
}
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.toast i { color: var(--yellow); }

/* ---------- Mobile bottom nav ---------- */
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: #fff; display: none;
  grid-template-columns: repeat(4,1fr);
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
}
.bottom-nav a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 11px; color: var(--muted); font-weight: 600; padding: 4px 0;
  position: relative; transition: .2s;
}
.bottom-nav a i { font-size: 20px; }
.bottom-nav a.active { color: var(--green); }
.bottom-nav a .badge {
  position: absolute; top: -2px; right: 50%; margin-right: -22px;
  min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--yellow); color: #5a4a00; border-radius: 999px;
  font-size: 10px; font-weight: 800; display: grid; place-items: center;
}

/* ===========================================================
   RESPONSIVE — მობილური (აპის სტილი)
   =========================================================== */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3,1fr); }
  .prod-grid { grid-template-columns: repeat(3,1fr); }
  .features { grid-template-columns: repeat(2,1fr); }
  .footer .cols { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 768px) {
  :root { --header-h: 58px; }

  body { padding-bottom: 76px; }       /* ბოლოს მიწებებული მენიუსთვის */

  .topbar { display: none; }
  .mainnav { display: none; }           /* დესკტოპის ნავი იმალება */

  .header .container { gap: 10px; }
  .logo { font-size: 18px; }
  .logo .leaf { width: 34px; height: 34px; font-size: 16px; }
  .search { order: 3; flex-basis: 100%; max-width: 100%; margin: 0; }
  .header { padding-bottom: 10px; }
  .header .container { flex-wrap: wrap; height: auto; padding-top: 10px; }

  /* აპის სტილის სლაიდერი — სიმაღლეში, ეკრანს არ ფარავს */
  .hero { padding: 14px 0 4px; }
  .slider { aspect-ratio: 16 / 10; border-radius: 18px; }
  .slide { padding: 0 24px; }
  .slide-text { max-width: 78%; }
  .slide-img { width: 36%; right: 2%; opacity: .8; }
  .slider-arrow { display: none; }

  .section { padding: 20px 0; }
  .section-head h3 { font-size: 19px; }

  .cat-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .cat-card { padding: 18px 10px; }
  .cat-card .cat-ico { width: 58px; height: 58px; font-size: 23px; }
  .cat-card h4 { font-size: 13.5px; }

  .prod-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .prod-body { padding: 11px; }
  .prod-body h4 { font-size: 13px; min-height: 36px; }
  .prod-price { font-size: 16px; }
  .add-cart { width: 38px; height: 38px; }

  .features { grid-template-columns: 1fr 1fr; }
  .feature { padding: 14px; flex-direction: column; text-align: center; gap: 8px; }

  .promo { padding: 22px; text-align: center; justify-content: center; }

  .footer .cols { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .footer .contact-line, .footer .fsocial { justify-content: center; }
  .footer ul a:hover { padding-left: 0; }

  /* პროდუქტის დეტალური */
  .pd-grid { grid-template-columns: 1fr; gap: 20px; }
  .pd-gallery { aspect-ratio: 4/3; padding: 22px; }
  .pd-info h1 { font-size: 23px; }
  .pd-price { font-size: 28px; }
  .pd-actions .btn-primary { flex: 1; justify-content: center; }

  .cat-hero { padding: 20px; }
  .cat-hero h1 { font-size: 22px; }
  .cat-hero .ch-ico { width: 60px; height: 60px; font-size: 26px; }

  .bottom-nav { display: grid; }        /* აპის სტილის ქვედა მენიუ */
  .toast { bottom: 96px; }
}

@media (max-width: 380px) {
  .cat-grid, .prod-grid { gap: 10px; }
}
