/* ============================================================
   CHAPI Fresh — ტელი + ქარვა
   ------------------------------------------------------------
   მშვიდი, ბრტყელი, „ფრეშ" ვიზუალი: ღრმა ტელი (მუქი მწვანე-ლურჯი)
   როგორც ბრენდის ფერი, თბილი ქარვისფერი აქცენტი, კრემისებრი ფონები,
   თხელი ჩარჩოები ჩრდილების ნაცვლად, ნაკლები მრგვალი „ბუშტები".

   ეყრდნობა სტანდარტულ თემას (@import) და მხოლოდ ვიზუალს ცვლის —
   საიტის ყოველი განახლება ავტომატურად ვრცელდება ამ თემაზეც.
   ============================================================ */
@import url('../default/style.css');

/* ------------------------------------------------------------
   1. ფერები / ტოკენები
   ------------------------------------------------------------ */
:root{
  /* ბრენდი — ტელი */
  --brand:#0F6E56;
  --brand-dark:#085041;
  --brand-deep:#04342C;
  --brand-mid:#1D9E75;
  --brand-light:#9FE1CB;
  --brand-soft:#E1F5EE;
  --brand-soft2:#F0FAF6;

  /* აქცენტი — ქარვა (მხოლოდ იმისთვის, რაც ყურადღებას ითხოვს) */
  --accent:#EF9F27;
  --accent-dark:#BA7517;
  --accent-deep:#412402;
  --accent-text:#854F0B;
  --accent-soft:#FAEEDA;
  --accent-soft2:#FDF6EA;

  /* ტექსტი / ზედაპირები */
  --ink:#16211C;
  --ink-2:#4F5B56;
  --muted:#8A948F;
  --bg:#F6F5F0;
  --card:#FFFFFF;
  --line:#ECEAE3;
  --line-2:#DEDBD2;

  /* სემანტიკური */
  --green:#1D9E75;
  --green-soft:#E1F5EE;
  --red:#D6453D;
  --red-soft:#FCEBEB;
  --amber:#BA7517;
  --amber-soft:#FAEEDA;
  --blue:#378ADD;
  --blue-soft:#E6F1FB;
  --violet:#7F77DD;
  --violet-soft:#EEEDFE;
  --star:#EF9F27;

  /* ფორმა */
  --r-lg:16px;
  --r-md:14px;
  --r-sm:10px;
  --r-btn:12px;

  /* ჩრდილები — თითქმის არა; ჩარჩოები აკეთებენ საქმეს */
  --shadow:0 1px 2px rgba(22,33,28,.04);
  --shadow-hover:0 6px 18px rgba(22,33,28,.08);
  --shadow-lg:0 12px 32px rgba(22,33,28,.12);
}
html{color-scheme:light}
body{background:var(--bg);color:var(--ink);letter-spacing:.005em}

/* ------------------------------------------------------------
   2. ტიპოგრაფია — 800-იანი წონები დამშვიდებულია
   ------------------------------------------------------------ */
.section-title,.hero-banner h1,.hero h1,.authcard__title,.shop-sheet h1,.pagehead h1,
.newscard__title,.eta-card__time,.phead__name,.pstat__v,.cbcard__amount,.promo__pct{font-weight:700}
.btn,.seg a,.chip,.tabs__tab,.badge,.socialbtn,.bottomnav__item,.field label,.remember,
.store-row__name,.popcard__name,.product-row__name,.ordermini__code,.ordermini__status,
.timeline__title,.courier-card__name,.menu-item b,.info-row__val,.bill__row--total,
.rating,.pill-note,.section-title .see-all,.authcard__foot a,.rolepick__box,.pm b{font-weight:600}
.iconbtn--badge [data-cart-count],.iconbtn--badge [data-alert-count]{font-weight:700}
.logo__word,.splash__word,.authhero__word{font-weight:800}

/* ------------------------------------------------------------
   3. ზედა ბარი / ლოგო / ქვედა ნავიგაცია
   ------------------------------------------------------------ */
.topbar{background:var(--card);border-bottom:1px solid var(--line);box-shadow:none}
.logo__word{color:var(--brand)}
.iconbtn{background:var(--bg);border:1px solid transparent;color:var(--ink-2);border-radius:12px}
.iconbtn:hover{background:var(--brand-soft);color:var(--brand)}
.iconbtn--badge [data-cart-count],.iconbtn--badge [data-alert-count]{background:var(--accent);color:var(--accent-deep)}
.belldot{background:var(--accent);border-color:var(--card)}
.topnav__link{font-weight:600;border-radius:10px}
.topnav__link.is-active{background:var(--brand-soft);color:var(--brand)}
.nav__link.is-active{background:var(--brand-soft);color:var(--brand)}
.userchip{background:var(--bg)}

.bottomnav{background:var(--card);border-top:1px solid var(--line);box-shadow:none}
.bottomnav__item{color:var(--muted);font-weight:500;font-size:10.5px;padding:8px 4px 7px;position:relative}
.bottomnav__item svg{width:22px;height:22px;stroke-width:1.7}
.bottomnav__item.is-active{color:var(--brand);font-weight:600}
.bottomnav__item.is-active::before{
  content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:26px;height:3px;border-radius:0 0 3px 3px;background:var(--brand);
}

/* ------------------------------------------------------------
   4. ღილაკები — ბრტყელი, 12px რადიუსი, ერთი მთავარი ღილაკი ეკრანზე
   ------------------------------------------------------------ */
.btn{border-radius:var(--r-btn);font-size:14.5px;padding:12px 20px}
.btn--brand,.btn--brand:hover{background:var(--brand);box-shadow:none;color:#E1F5EE;filter:none}
.btn--brand:hover{background:var(--brand-dark)}
.btn--brand:active,.btn--brand:focus-visible{box-shadow:0 0 0 4px var(--brand-soft);outline:none}
.btn--dark{background:var(--brand-deep);color:#E1F5EE}
.btn--green{background:var(--green)}
.btn--outline{background:var(--card);border:1px solid var(--line-2);color:var(--ink)}
.btn--outline:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft2)}
.btn--outline:active,.btn--outline:focus-visible,.socialbtn:active,.socialbtn:focus-visible{box-shadow:0 0 0 4px var(--brand-soft);border-color:var(--brand)}
.btn--ghost{color:var(--ink-2)}
.btn--ghost:hover{background:var(--brand-soft2);color:var(--brand)}
.btn--lg{padding:14px 24px;font-size:15.5px}
.btn--sm{padding:8px 14px;font-size:13px;border-radius:10px}
.searchbar__go{background:var(--brand);border-radius:10px;color:#E1F5EE}
.addbtn{background:var(--brand);box-shadow:none;color:#E1F5EE;border-radius:11px}
.addbtn:hover{background:var(--brand-dark)}
.qty{background:var(--brand-soft);border-radius:11px;padding:3px 5px;gap:7px}
.qty button{
  width:26px;height:26px;border:none;border-radius:8px;background:var(--card);
  color:var(--brand);font-size:16px;font-weight:500;
}
.qty b{color:var(--brand-deep);font-size:13.5px}
.qty--plus{background:var(--brand) !important;color:#E1F5EE !important}
.roundcall{border-color:var(--line-2);border-radius:12px}
.roundcall:hover{border-color:var(--brand);color:var(--brand)}
.roundcall--brand,.roundcall--brand:hover{background:var(--brand);border-color:var(--brand);color:#E1F5EE}
.backbtn{box-shadow:none;border:1px solid var(--line);border-radius:12px}
.map3d-btn{border:1px solid var(--line);box-shadow:none;border-radius:10px;font-weight:600}
.map3d-btn.is-on{background:var(--brand);color:#E1F5EE;border-color:var(--brand)}
.map-live__retry{border-radius:10px}

/* ------------------------------------------------------------
   5. ბარათები, სექციები, ჩიპები, ბეჯები
   ------------------------------------------------------------ */
.card,.store-row,.popcard,.ordermini,.courier-card,.newscard,.menu-list,.shop-sheet,.pstat,.cbpanel{
  box-shadow:none;border:1px solid var(--line);
}
.card{border-radius:var(--r-lg);padding:16px}
.card:hover,.store-row:hover,.popcard:hover,.ordermini:hover,.courier-card:hover{box-shadow:none}
@media(min-width:721px){
  .store-row:hover,.popcard:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px);border-color:var(--line-2)}
}
.section-title{font-size:16px;margin:20px 0 10px;padding-left:12px}
.section-title::before{width:4px;height:16px;border-radius:2px;background:var(--brand)}
.section-title .see-all{color:var(--brand)}
.pill-note{border-radius:10px;border-color:var(--line)}

.chip{border-radius:10px;border-color:var(--line);color:var(--ink-2);font-weight:600;padding:8px 14px}
.chip.is-active{background:var(--brand);border-color:var(--brand);color:#E1F5EE}
.badge{border-radius:8px;letter-spacing:0;padding:4px 10px}
.badge--orange{background:var(--brand-soft);color:var(--brand-dark)}
.badge--amber{background:var(--accent-soft);color:var(--accent-text)}
.badge--green{background:var(--green-soft);color:#085041}
.badge--blue{background:var(--blue-soft);color:#185FA5}
.badge--violet{background:var(--violet-soft);color:#534AB7}
.badge--red{background:var(--red-soft);color:#A32D2D}
.badge--gray{background:var(--bg);color:var(--ink-2)}
.rating{background:var(--brand-soft);color:var(--brand-dark);border-radius:8px;padding:3px 8px;font-size:12px}
.disc-badge{background:var(--accent-soft);color:var(--accent-text);border-radius:8px}
.price-new{color:var(--brand)}
.tag,.menu-item__tag--pill{background:var(--brand-soft);color:var(--brand-dark)}
.alert{border-radius:12px}
.alert--info{background:var(--accent-soft);color:var(--accent-text)}
.alert--ok{color:#085041}
.alert--error,.alert--err{color:#A32D2D}
.toast{border-radius:12px}

/* ------------------------------------------------------------
   6. მთავარი გვერდი
   ------------------------------------------------------------ */
.hero-banner,.hero{background:var(--brand);box-shadow:none;border-radius:16px;animation:none}
.hero-banner{
  display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:center;
  padding:14px;min-height:0;overflow:visible;
}
.hero-banner h1{grid-column:1;grid-row:1}
.hero-banner p{grid-column:1;grid-row:2}
.hero-banner__dog,.hero-banner__logo{grid-column:2;grid-row:1 / span 2}
.hero-banner h1,.hero h1{color:#fff;font-size:17px;line-height:1.25;min-width:0}
.hero-banner p,.hero p,.hero h1 span{color:#9FE1CB;font-size:11.5px;margin-top:5px}
.hero-banner > div:first-child,.hero-banner__txt{flex:1;min-width:0}
.hero-banner__dog,.hero-banner__logo{
  position:static;animation:none;filter:none;flex:0 0 auto;
  width:56px;height:56px;max-width:56px;max-height:56px;border-radius:15px;
  background:var(--brand-dark);padding:5px;object-fit:contain;
}
@media(min-width:721px){
  .hero-banner{border-radius:22px;padding:26px 28px;gap:20px}
  .hero-banner h1{font-size:28px}
  .hero-banner p{font-size:14px}
  .hero-banner__dog,.hero-banner__logo{width:104px;height:104px;max-width:104px;max-height:104px;border-radius:24px;padding:10px}
}

.searchbar{border-radius:12px;box-shadow:none;border:1px solid var(--line);padding:9px 10px 9px 16px}
.searchbar:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}
.searchbar svg{color:var(--muted)}

.service-tile__ic{background:var(--brand-soft);border:none;border-radius:14px}
.service-tile__ic svg{color:var(--brand-dark);width:26px;height:26px}
.service-tile span{color:var(--ink-2);font-weight:600}
.service-tile.is-active .service-tile__ic{background:var(--brand)}
.service-tile.is-active .service-tile__ic svg{color:#E1F5EE}
.service-tile.is-active span{color:var(--brand)}
@media(min-width:721px){.service-tile__ic{border-radius:18px}}

/* პრომო — თბილი ქარვისფერი ბარათი; პროცენტი მუქი ქარვა */
.promo{background:var(--accent-soft);border:none;border-radius:16px}
.promo:hover{filter:none}
.promo__pct{color:var(--accent-text)}
.promo b{color:var(--accent-deep)}
.promo .small{color:var(--accent-text)}
.promo__art{filter:grayscale(.1)}
.promo--v1{background:var(--brand-soft);border:none}
.promo--v1 .promo__pct{color:var(--brand)}
.promo--v1 b{color:var(--brand-deep)}
.promo--v1 .small{color:var(--brand-dark)}
.promo--v2{background:var(--brand-deep);border:none;color:#E1F5EE}
.promo--v2 .promo__pct{color:var(--accent)}
.promo--v2 .small{color:#9FE1CB}

.popcard{border-radius:14px}
.popcard__img,.store-row__img,.product-row__img,.ordermini__img,.store-card__img,.product__img{background:var(--accent-soft2)}
.catic{color:var(--accent-text)}
.store-row{border-radius:14px;padding:11px 12px}
.store-row__img{border-radius:12px}
.store-row__meta{color:var(--muted)}
.heart{color:#C9CFCC}
.heart.is-on{color:var(--brand)}
.store-card{box-shadow:none;border:1px solid var(--line)}

/* ------------------------------------------------------------
   7. ობიექტის გვერდი
   ------------------------------------------------------------ */
.shop-hero{background:var(--brand-deep);border-radius:0 0 18px 18px}
.shop-hero__emoji{opacity:.9}
.shop-sheet{border-radius:16px;box-shadow:none}
.tabs__tab{font-weight:600}
.tabs__tab.is-active{color:var(--brand);border-bottom-color:var(--brand)}
.product-row__img{border-radius:12px}
.cartbar__in{background:var(--brand);border-radius:14px;box-shadow:0 8px 22px rgba(15,110,86,.28);color:#E1F5EE;font-weight:600}
.cartbar__in:hover{background:var(--brand-dark)}
.info-row__ic{background:var(--brand-soft);color:var(--brand-dark);border-radius:11px}
.info-row .link{color:var(--brand)}
.pm{border-radius:12px;border-color:var(--line-2)}
.pm.is-on{border-color:var(--brand);background:var(--brand-soft2)}
.pm.is-on .pm__check{border-color:var(--brand);background:var(--brand)}
.pm__ic{border-radius:6px}
.tip{border-radius:10px}
.tip.is-on{background:var(--brand);border-color:var(--brand);color:#E1F5EE}
.cb-toggle{background:var(--brand-soft2);border-color:var(--brand-soft);border-radius:12px}
.cb-toggle:has(input:checked){background:var(--brand-soft);border-color:var(--brand)}
.cb-toggle input{accent-color:var(--brand)}
.cb-toggle__body b{color:var(--brand-deep)}
.cb-toggle__body i{color:var(--brand-dark)}
.remember__box{border-radius:5px;border-color:var(--line-2)}
.remember input:checked + .remember__box{background:var(--brand);border-color:var(--brand);color:#E1F5EE}
.pickhint b{color:var(--brand)}
.stars span.is-on{color:var(--star)}

/* ------------------------------------------------------------
   8. ტრეკინგი — ETA, ტაიმლაინი, რუკა
   ------------------------------------------------------------ */
.eta-card{background:var(--brand);box-shadow:none;border-radius:16px}
.eta-card::after{display:none}
.eta-card__ic{background:var(--brand-dark);color:var(--brand-light)}
.eta-card__label{color:var(--brand-light);font-weight:500}
.eta-card__time{color:#E1F5EE;letter-spacing:0}
.eta-card__time small{color:var(--brand-light);font-weight:500}
.eta-live__txt{color:var(--ink-2)}
.livedot{background:var(--accent)}
.livedot--green{background:var(--green)}

.timeline li::before{background:var(--line-2)}
.timeline li::after{border-color:var(--line-2);border-width:2px}
.timeline li.is-done::after{background:var(--green);border-color:var(--green)}
.timeline li.is-done::before{background:var(--green)}
.timeline li.is-current::after{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}
.timeline li.is-current .timeline__title{color:var(--accent-text)}
.timeline__title{font-size:14px}
.courier-card{border-radius:14px}
.avatar{background:var(--brand-soft);color:var(--brand-dark)}

.map-visual,.map-real,.map-live{box-shadow:none;border:1px solid var(--line);background:#EEEDE7}
.map-real,.map-real .leaflet-container{border-radius:16px}
.map-live{border-radius:16px}
.map-note{border-radius:10px;font-weight:600;box-shadow:0 2px 10px rgba(22,33,28,.1)}
.lmctl__loc{color:var(--brand);box-shadow:0 2px 12px rgba(22,33,28,.14);border-radius:14px}
.lmctl__zoom{border-radius:14px;box-shadow:0 2px 12px rgba(22,33,28,.14)}
.lmctl__zoom button+button{border-top-color:var(--line)}
.lmlegend{border-radius:14px;box-shadow:0 2px 12px rgba(22,33,28,.14)}
.lmlegend__chip{background:var(--bg);border-radius:10px;font-weight:600;color:var(--ink)}
.lmlegend__ic.is-brand{color:var(--accent-dark)}
.lmnote{border-color:var(--line);box-shadow:0 4px 16px rgba(22,33,28,.12);font-weight:600}
.lm-tag b.is-brand{color:var(--brand)}
.lm-rider::before{border-color:rgba(239,159,39,.35)}
.lm-rider::after{border-color:rgba(239,159,39,.75)}
.pin-brand{background:var(--brand);box-shadow:0 4px 10px rgba(15,110,86,.4)}
.pin-rider{border-color:var(--accent)}
.pin-rider::after{border-color:var(--accent)}
.map-live__spin{border-color:var(--brand-soft);border-top-color:var(--brand)}
/* app.js-ის მიერ დახატული პინი — ატრიბუტით გადავღებავთ ბრენდის ფერში */
.pinshape path[fill="#F25C1F"]{fill:var(--brand)}
.pinshape path[fill="#1C1D21"]{fill:var(--brand-deep)}
.leaflet-overlay-pane path[stroke="#F25C1F"]{stroke:var(--brand)}
.mappin .pinglyph .tico svg,.pinglyph .tico svg{color:#fff}
.lm-rider__g .tico svg{width:26px;height:26px;color:var(--accent-dark)}
.lmlegend__ic .tico svg{width:15px;height:15px}

/* ------------------------------------------------------------
   9. ჩემი შეკვეთები
   ------------------------------------------------------------ */
.seg{border-radius:12px;box-shadow:none;border:1px solid var(--line);padding:4px}
.seg a{border-radius:9px;font-weight:600}
.seg a.is-active{background:var(--brand);color:#E1F5EE}
.ordermini{border-radius:14px}
.ordermini__img{border-radius:12px}

/* ------------------------------------------------------------
   10. პროფილი
   ------------------------------------------------------------ */
.profile-head,.phead,.phead--v3{background:var(--brand);box-shadow:none}
.phead{border-radius:0 0 22px 22px}
@media(min-width:721px){.phead,.phead--v3{border-radius:22px}}
.phead__back{background:rgba(225,245,238,.14);color:#E1F5EE;border-radius:11px}
.phead__back:hover{background:rgba(225,245,238,.22)}
.phead__avatar,.profile-head .avatar,.avatar--big{background:var(--brand-soft);color:var(--brand-dark);border-color:var(--brand-light)}
.phead__cam{background:var(--accent);color:var(--accent-deep);box-shadow:none}
.phead__name{color:#fff}
.phead__phone,.profile-head__phone{color:var(--brand-light)}
.phead__edit,.phead__edit:hover{color:#E1F5EE;text-decoration-color:rgba(225,245,238,.5)}

/* ორი მეტრიკის ბარათი: ქეშბექი — ტელი, მეორე — ქარვა */
.pstat{border-radius:14px;border:none}
.pstat:nth-child(1){background:var(--brand-soft)}
.pstat:nth-child(1) .pstat__k{color:var(--brand)}
.pstat:nth-child(1) .pstat__v{color:var(--brand-deep)}
.pstat:nth-child(1) .pstat__s{color:var(--brand-dark)}
.pstat:nth-child(2){background:var(--accent-soft)}
.pstat:nth-child(2) .pstat__k{color:var(--accent-text)}
.pstat:nth-child(2) .pstat__v{color:var(--accent-deep)}
.pstat:nth-child(2) .pstat__v small{color:var(--accent-text)}
.pstat:nth-child(2) .pstat__s{color:var(--accent-text)}
.pstat:nth-child(2) .pstat__v svg{color:var(--accent-text)}
.pstat:nth-child(3){background:var(--card);border:1px solid var(--line)}
.pstat__k{font-weight:500}
.pstat__v{font-weight:700}
.cbpanel{border-radius:14px}
.cbl__meta i.is-soon{color:var(--accent-text)}
.cbl__amt{color:var(--green)}
.pgroup{font-weight:500;letter-spacing:.02em}

.menu-list,.menu-list--v3{border-radius:14px;box-shadow:none;border:1px solid var(--line)}
.menu-item:hover{background:var(--brand-soft2)}
.menu-item__ic{background:var(--brand-soft);color:var(--brand-dark);border-radius:10px}
.menu-list--v3 .menu-item__pic{color:var(--ink-2)}
.menu-item .chev,.menu-list--v3 .chev{color:var(--muted)}
.menu-item--danger .menu-item__ic{background:var(--red-soft);color:var(--red)}
.menu-item--danger b,.menu-item[href$="logout.php"] b{color:var(--red)}
.menu-item[href$="logout.php"] .menu-item__pic{color:var(--red)}
.menu-item__tag--n{color:var(--muted)}
.menu-item__tag--ok{color:var(--green)}

/* ქეშბექის მუქი ბარათი (თუ სადმე ძველი ვერსია დარჩა) */
.cbcard{background:var(--brand-deep);box-shadow:none}
.cbcard__badge{background:rgba(239,159,39,.18);color:#FAC775;border-color:rgba(239,159,39,.4)}
.cbrow__meta i.is-soon{color:#FAC775}
.cbrow__amt{color:#5DCAA5}

/* შენახული ბარათი */
.paycard{background:var(--brand-deep);box-shadow:none;border-radius:16px}
.paycard__label{color:#9FE1CB}

/* რეფერალის ბარათი (მოდული) */
.refcard{border-radius:14px}
.refbar i{background:var(--green)}
.refcode{border-radius:10px}
.refshare{border-radius:10px;background:var(--brand);color:#E1F5EE}
.refhow__num{background:var(--brand-soft);color:var(--brand-dark)}
.refpct{background:var(--brand-soft) !important;color:var(--brand-dark) !important}
.refgift{border-radius:10px}

/* ------------------------------------------------------------
   11. ავტორიზაცია
   ------------------------------------------------------------ */
.authhero{background:var(--brand);box-shadow:none;border-radius:0 0 24px 24px;padding:34px 20px 70px}
.authhero__dog,.authhero__logo{animation:none;filter:none}
.authhero__word{color:#E1F5EE;letter-spacing:1.5px}
.authhero__tag{color:var(--brand-light);font-weight:500}
.authcard{border-radius:18px;box-shadow:0 10px 30px rgba(22,33,28,.08);border:1px solid var(--line);padding:24px 20px;margin-top:-40px}
.authcard__title{font-size:20px}
.authcard__sub{color:var(--muted)}
.authcard__foot a{color:var(--brand)}
.auth__logo{color:var(--brand)}
.inwrap__eye:hover{background:var(--bg)}
.inwrap__eye.is-on{color:var(--brand)}
.ordiv{font-weight:500}
.socials{display:grid;grid-template-columns:1fr;gap:9px}
.socialbtn{border-radius:12px;border-color:var(--line-2);font-weight:600;padding:11px 14px;font-size:13.5px}
.socialbtn:hover{border-color:var(--brand);background:var(--brand-soft2)}
.socialbtn__ic[style*="var(--brand)"]{color:var(--brand)}
.rolepick__box{border-radius:12px;font-weight:600;border-color:var(--line-2)}
.rolepick input:checked + .rolepick__box{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}

/* ------------------------------------------------------------
   12. ფორმები
   ------------------------------------------------------------ */
.field label{font-size:13px}
.field input[type=text],.field input[type=password],.field input[type=email],
.field input[type=number],.field input[type=tel],.field select,.field textarea,
input,select,textarea{border-radius:10px;border-color:var(--line-2)}
.field input:focus,.field select:focus,.field textarea:focus,input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft);
}
input::placeholder,textarea::placeholder{color:var(--muted)}
.searchbar input:focus{box-shadow:none}
.form-hint{color:var(--muted)}

/* ------------------------------------------------------------
   13. Splash — მშვიდი მყარი ტელი, ნათებისა და გრადიენტის გარეშე
   ------------------------------------------------------------ */
.splash,.splash--img{background:var(--brand);animation:none}
.splash__glow,.splash__glow--2{background:radial-gradient(circle, rgba(225,245,238,.14) 0%, transparent 62%);filter:blur(8px)}
.splash__word{color:#E1F5EE}
.splash__tag,.splash__tag2,.splash__tag3{color:var(--brand-light);text-shadow:none;font-weight:600}
.splash__dots3 i,.splash__dots i{background:#E1F5EE;box-shadow:none}
.splash__bar{background:rgba(225,245,238,.25)}
.splash__bar i{background:#E1F5EE;box-shadow:none}
.splash__card{box-shadow:0 18px 44px rgba(0,0,0,.18)}
.splash__logo3,.splash__dog3,.splash__logo{filter:drop-shadow(0 12px 24px rgba(4,52,44,.35))}
.splash__ring{border-color:rgba(225,245,238,.3);border-top-color:#E1F5EE}

/* ძაღლი-მასკოტის (SVG) ნარინჯისფერი ყუთი — ტელი */
svg rect[fill="#F25C1F"]{fill:var(--brand)}
svg rect[stroke="#D94E14"]{stroke:var(--brand-dark)}
svg path[stroke="#FFD9C6"]{stroke:var(--brand-light)}

/* ------------------------------------------------------------
   14. მოდულების ჩაშენებული ზოლები (inline სტილები) — გადავღებავთ
       ატრიბუტ-სელექტორებით, რომ არც ერთი მოდულის კოდი არ შეიცვალოს
   ------------------------------------------------------------ */
/* საინფორმაციო ზოლი (announce-bar): მუქი გრადიენტი → ტელი */
body.app > div[style*="#1C1D21,#33353C"],
body > div[style*="#1C1D21,#33353C"]{
  background:var(--brand-dark) !important;color:#E1F5EE !important;
  font-weight:600 !important;letter-spacing:0 !important;
}
/* რეფერალის / პაკეტის ზოლები: ღია ნარინჯისფერი → ღია ტელი */
div[style*="#FFF0E8,#FFE4D3"],
div[style*="#FFF7F2,#FFEDE2"]{
  background:var(--brand-soft) !important;color:var(--brand-deep) !important;font-weight:600 !important;
}
div[style*="#FFF0E8,#FFE4D3"] span[style*="#F25C1F"],
div[style*="#FFF7F2,#FFEDE2"] span[style*="#F25C1F"]{color:var(--brand) !important}
/* ზოგადი: inline ნარინჯისფერი ფონი/ტექსტი */
[style*="background:#F25C1F"]{background:var(--brand) !important}
[style*="color:#F25C1F"]{color:var(--brand) !important}
[style*="#FF7A3D,#F25C1F"],[style*="#F25C1F,#FF8A50"]{background:var(--brand) !important}
[style*="rgba(242,92,31"]{box-shadow:0 8px 20px rgba(15,110,86,.28) !important}
/* წვიმის რეჟიმი / ჩატი / ტაქსი — ლოკალური კლასები */
.rainbanner__chev{color:var(--brand) !important}
.rainbar__btn{background:var(--brand) !important;border-radius:10px}
.chitem__av,.chhead__av,.chrow__av{background:var(--brand-soft) !important;color:var(--brand-dark) !important}
.planbtn--fill{box-shadow:none !important}
.plan__ribbon,[class*="ribbon"]{background:var(--accent) !important;color:var(--accent-deep) !important}

/* ------------------------------------------------------------
   15. Push-ბანერი, A2HS, ნიუსები, ტიფსი
   ------------------------------------------------------------ */
.push-banner{border-radius:14px;box-shadow:0 12px 34px rgba(22,33,28,.16);border:1px solid var(--line)}
.newscard{border-radius:14px}
.newscard__date{font-weight:500}
.footer__logo{color:var(--brand)}
.theme-card.is-active{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}
.theme-card__badge{background:var(--brand);color:#E1F5EE;border-radius:8px}
.theme-pick__item input:checked + .theme-pick__box{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}
.theme-pick__item input:checked + .theme-pick__box .theme-pick__name{color:var(--brand)}
.theme-pick__box{border-radius:12px}

/* ------------------------------------------------------------
   16. დეშბორდი (ობიექტი/კურიერი/ადმინი) — იგივე პალიტრა
   ------------------------------------------------------------ */
.side{background:var(--brand-deep);color:#9FE1CB}
.side__logo{color:#E1F5EE}
.side__item{color:#9FE1CB;font-weight:600;border-radius:10px}
.side__item:hover{background:rgba(225,245,238,.08);color:#fff}
.side__item.is-active{background:var(--brand);color:#E1F5EE}
.side__logout{color:#5DCAA5}
.side__promo{background:rgba(225,245,238,.06);border-radius:12px}
.dash-top__logo{color:var(--brand)}
.dash-search{border-radius:10px}
.bellmenu{border-radius:14px}

/* ------------------------------------------------------------
   17. Emoji → SVG აიქონები (theme.php-ის სკრიპტი აყენებს <i class="tico">)
   ------------------------------------------------------------ */
.tico{display:inline-flex;align-items:center;justify-content:center;vertical-align:-.15em;line-height:1;width:1.1em;height:1.1em;margin:0 .05em}
.tico svg{width:100%;height:100%;stroke-width:1.9}
.hero-banner .tico,.promo__art .tico{color:inherit}
.promo__art{display:flex;gap:6px;color:var(--accent-text)}
.promo__art .tico{width:30px;height:30px}
.promo--v1 .promo__art{color:var(--brand)}
.promo--v2 .promo__art{color:var(--accent)}
.shop-hero__emoji .tico{width:64px;height:64px;color:#9FE1CB}
.shop-hero__emoji .tico svg{stroke-width:1.2}
.popcard__img .tico,.store-row__img .tico,.product-row__img .tico,.ordermini__img .tico,
.store-card__img .tico,.product__img .tico{color:var(--accent-text);width:40%;height:40%}
.push-banner__ic .tico{color:var(--brand)}
.pm__ic .tico{color:var(--ink-2)}
.side__promo i .tico{color:#9FE1CB}
.alert .tico{margin-right:.15em}
.tico--muted{color:var(--muted)}

/* ============================================================
   18. მაკეტის განლაგება — მთავარი გვერდის ჰედერი
   ============================================================ */
.fx-head{
  display:flex;align-items:center;gap:12px;
  background:var(--card);border-bottom:1px solid var(--line);
  padding:12px 16px;position:sticky;top:0;z-index:61;
}
.fx-head__addr{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}
.fx-head__k{font-size:11.5px;color:var(--muted);font-weight:500;line-height:1}
.fx-head__v{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:600;color:var(--ink);min-width:0}
.fx-head__t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fx-head__pin{display:flex;color:var(--brand);flex:0 0 auto}
.fx-head__pin svg{width:16px;height:16px}
.fx-head__chev{display:flex;color:var(--muted);flex:0 0 auto}
.fx-head__chev svg{width:14px;height:14px}
.fx-head__acts{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.fx-head__btn{
  position:relative;width:38px;height:38px;border-radius:12px;background:var(--bg);
  display:flex;align-items:center;justify-content:center;color:var(--ink-2);
}
.fx-head__btn:hover{background:var(--brand-soft);color:var(--brand)}
.fx-head__btn svg{width:20px;height:20px}
.fx-head__n{
  position:absolute;top:-4px;right:-4px;background:var(--accent);color:var(--accent-deep);
  font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;padding:0 4px;
}
.fx-dot{position:absolute;top:7px;right:8px;width:8px;height:8px;border-radius:50%;background:var(--accent);border:2px solid var(--card)}

/* მობილურზე fx-head ცვლის სტანდარტულ ბარს; დესკტოპზე პირიქით */
@media(max-width:720px){
  html.fx-index body.app .topbar{display:none}
}
@media(min-width:721px){
  .fx-head{display:none}
}

/* ============================================================
   19. მთავარი — მაკეტის რიგი: ძებნა → აქცია → კატეგორიები → სია
   ============================================================ */
@media(max-width:720px){
  html.fx-index body.app .page > .container{display:flex;flex-direction:column;padding-top:14px}
  html.fx-index .searchbar{order:-3;margin-top:0}
  html.fx-index .hero-banner{order:-2}
  html.fx-index .promo{order:-1}
}
/* პოპულარულის ბარათი — რეიტინგი ბეჯად სურათზე */
.popcard{position:relative}
.popcard > .rating{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.92);color:var(--brand-dark);font-size:11.5px}
.popcard__meta{color:var(--muted)}

/* კატეგორიის ფილები — მაკეტისეული ზომა */
.services{gap:10px}
.service-tile__ic{max-width:none;aspect-ratio:auto;height:56px;border-radius:14px}
.service-tile span{font-size:11px;line-height:1.25}
@media(min-width:721px){.service-tile__ic{height:70px}}

/* ============================================================
   20. ტრეკინგი — მაკეტის სათაური და ქმედებები
   ============================================================ */
.fx-ohead{gap:10px !important;margin-bottom:4px !important;align-items:center}
.fx-ohead b{font-size:17px;font-weight:700;flex:1;min-width:0}
.fx-ohead .badge{flex:0 0 auto}
.fx-osub{font-size:12.5px;color:var(--muted);margin:0 0 12px 50px}
@media(min-width:721px){.fx-osub{margin-left:52px}}
.fx-ocard{padding:12px 16px}
.fx-ocard:empty,.fx-ocard.is-empty{display:none}
.fx-hide{display:none !important}
@media(max-width:720px){.fx-hide-m{display:none !important}}
.fx-acts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}
.fx-act{
  display:flex;align-items:center;justify-content:center;gap:8px;
  background:var(--card);border:1px solid var(--line-2);border-radius:12px;
  padding:12px 14px;font-size:13.5px;font-weight:600;color:var(--ink);
}
.fx-act:first-child{border-color:var(--brand);color:var(--brand)}
.fx-act:hover{background:var(--brand-soft2)}
.fx-act svg{width:18px;height:18px}
.eta-card__time{font-size:26px}

/* ============================================================
   21. პროფილი — პროგრესი, რეფერალის რიგი, პაკეტის ბარათი
   ============================================================ */
.fx-bar{display:block;height:5px;border-radius:99px;background:#FAC775;margin-top:8px;overflow:hidden}
.fx-bar i{display:block;height:100%;border-radius:99px;background:var(--accent-dark)}

.refcard.is-open .fx-ref__chev{transform:rotate(180deg)}
.fx-ref{display:flex;align-items:center;gap:11px;cursor:pointer}
.fx-ref__ic{
  width:38px;height:38px;border-radius:11px;background:var(--brand-soft);color:var(--brand-dark);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
}
.fx-ref__ic svg{width:19px;height:19px}
.fx-ref__b{flex:1;min-width:0}
.fx-ref__b b{display:block;font-size:14px;font-weight:600}
.fx-ref__b i{display:block;font-style:normal;font-size:12px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fx-ref__share{
  border:none;background:var(--brand-soft);color:var(--brand-dark);border-radius:9px;
  font-family:inherit;font-size:12.5px;font-weight:600;padding:7px 12px;cursor:pointer;flex:0 0 auto;
}
.fx-ref__share:hover{background:var(--brand);color:#E1F5EE}
.fx-ref__chev{display:flex;color:var(--muted);transition:transform .18s}
.fx-ref__chev svg{width:16px;height:16px}
.fx-ref__full{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}
.fx-ref__full[hidden]{display:none}
.fx-ref__full .refcard__head{display:none}

.fx-pkg{background:var(--card);border:1px solid var(--accent);border-radius:14px;margin-top:10px;overflow:hidden}
.fx-pkg.is-active{border-color:var(--brand)}
.fx-pkg__row{display:flex;align-items:center;gap:11px;padding:13px 14px;width:100%}
.fx-pkg__ic{
  width:38px;height:38px;border-radius:11px;background:var(--accent-soft);color:var(--accent-text);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
}
.fx-pkg.is-active .fx-pkg__ic{background:var(--brand-soft);color:var(--brand-dark)}
.fx-pkg__ic svg{width:19px;height:19px}
.fx-pkg__b{flex:1;min-width:0}
.fx-pkg__b b{display:block;font-size:14px;font-weight:600}
.fx-pkg__b i{display:block;font-style:normal;font-size:12px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fx-pkg__btn{
  background:var(--accent-soft);color:var(--accent-text);border-radius:9px;
  font-size:12.5px;font-weight:600;padding:7px 13px;flex:0 0 auto;
}
.fx-pkg.is-active .fx-pkg__btn{background:var(--brand-soft);color:var(--brand-dark)}

/* ============================================================
   22. ავტორიზაცია — ლოგოს „ტილი" და სოც. ღილაკები ერთ ხაზზე
   ============================================================ */
.fx-tile{
  width:60px;height:60px;border-radius:18px;background:var(--brand-soft);
  display:flex;align-items:center;justify-content:center;margin:0 auto 10px;overflow:hidden;
}
.fx-tile img,.fx-tile svg{max-width:44px;max-height:44px;filter:none}
.socials.fx-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:9px}
.socials.fx-row .socialbtn{padding:11px 8px;font-size:13px;gap:7px}
@media(max-width:380px){.socials.fx-row .socialbtn{font-size:12px;padding:11px 5px}}

/* დაზუსტებები */
.menu-item .chev svg,.menu-list--v3 .chev svg{width:16px;height:16px}
.fx-osub{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fx-olive{display:flex !important;align-items:center;gap:6px;margin:0}
.fx-olive .eta-live__txt{font-size:12.5px;color:var(--accent-text);font-weight:600}
.fx-ocard.is-empty{display:none}

/* ============================================================
   23. ქვედა ნავიგაცია — ღია ვარიანტი (აქტიური აბით)
   ============================================================ */
.bottomnav__item{padding:8px 4px 9px;gap:4px}
.bottomnav__item.is-active::before{display:none}
.bottomnav__item svg{
  width:22px;height:22px;padding:4px 14px;border-radius:10px;box-sizing:content-box;
  transition:background .15s ease;
}
.bottomnav__item.is-active svg{background:var(--brand-soft)}
.bottomnav__item.is-active svg{animation:none}
.bottomnav__item:active svg{background:var(--brand-soft2)}
.fx-navn{
  position:absolute;top:0;left:50%;margin-left:9px;
  background:var(--accent);color:var(--accent-deep);
  font-size:11px;font-weight:500;min-width:17px;height:17px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;padding:0 5px;
}
.bottomnav__item{position:relative}

/* ============================================================
   24. ენის გადამრთველი — ღია ტელი პილი + სუფთა მენიუ
   ============================================================ */
.langsw__btn{
  height:34px;padding:0 10px;border-radius:11px;
  background:var(--brand-soft);border:none;color:var(--brand);
  font-size:12px;font-weight:500;gap:5px;
}
.langsw__btn:hover{background:#CDEDE1}
.langsw__btn[aria-expanded="true"]{background:var(--brand);color:#E1F5EE}
.langsw__flag{font-size:14px}
.langsw__chev{opacity:.9}
.langsw__menu{
  min-width:186px;padding:6px;border-radius:14px;border:1px solid var(--line);
  box-shadow:0 12px 32px rgba(22,33,28,.12);
}
.langsw__item{padding:9px 10px;border-radius:10px;font-size:13.5px;font-weight:500;gap:9px}
.langsw__item:hover{background:var(--brand-soft2)}
.langsw__item.is-active{background:var(--brand-soft);color:var(--brand-dark)}
.langsw__item .langsw__flag{
  width:24px;height:18px;border-radius:4px;background:var(--bg);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
}
.langsw__tick{color:var(--brand);font-size:13px}
.langsw--dash .langsw__btn{background:var(--bg);color:var(--ink-2)}
.langsw--fx .langsw__btn{height:32px;padding:0 8px;font-size:11.5px;border-radius:10px}
.fx-head .langsw{flex:0 0 auto}

/* ============================================================
   25. აქციების სტრიპი — ბანერები ერთ ჰორიზონტალურ რიგში
   ============================================================ */
.fx-strap{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;margin-top:12px;padding-bottom:2px}
.fx-strap::-webkit-scrollbar{display:none}
.fx-strap--one{display:block}
.fx-strap--one .promo{width:auto;display:flex}
.promo{
  display:grid;grid-template-columns:44px minmax(0,1fr);gap:2px 10px;align-items:center;
  padding:11px 12px;border-radius:14px;margin-top:10px;
}
.promo__img{
  width:44px;height:44px;border-radius:12px;object-fit:contain;margin:0;
  grid-column:1;grid-row:1 / span 2;background:rgba(255,255,255,.62);padding:3px;
}
.promo--v2 .promo__img{background:rgba(225,245,238,.14)}
.promo__art{
  font-size:20px;margin:0;line-height:1;grid-column:1;grid-row:1 / span 2;
  width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.62);
  display:flex;align-items:center;justify-content:center;
}
.promo__art .tico{width:24px;height:24px}
.promo__pct{font-size:14px;line-height:1.2;grid-column:2}
.promo > div:not(.promo__pct):not(.promo__art){grid-column:2;min-width:0}
.promo b{font-size:13px}
.promo .small{font-size:11.5px;line-height:1.3}
.fx-strap .promo{
  flex:0 0 auto;width:202px;margin:0;padding:11px 12px;gap:9px;border-radius:14px;align-items:center;
}
.fx-strap .promo__pct{font-size:15px;line-height:1.15}
.fx-strap .promo b{font-size:12.5px}
.fx-strap .promo .small{font-size:11.5px;line-height:1.3}
.fx-strap .promo__img{width:40px;height:40px;border-radius:11px;object-fit:cover;margin-left:auto;flex:0 0 auto}
.fx-strap .promo__art{font-size:24px;margin-left:auto}
.fx-strap .promo__art .tico{width:26px;height:26px}
.promo--v2 b{color:#fff}
.promo--v2 .promo__pct{color:#FAC775}
.promo--v2 .small{color:#9FE1CB}
@media(min-width:721px){.fx-strap .promo{width:260px;padding:14px 16px}}

/* ============================================================
   26. სერვისები / პოპულარული / ობიექტების მწკრივები
   ============================================================ */
.service-tile__ic{height:48px;border-radius:13px}
.service-tile__ic svg{width:21px;height:21px}
.service-tile span{
  font-size:11px;line-height:1.2;width:100%;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
@media(min-width:721px){.service-tile__ic{height:64px}.service-tile__ic svg{width:26px;height:26px}}

.popcard{width:auto;flex:0 0 142px;padding:9px}
.popcard__img{height:52px;border-radius:10px}
.popcard__img .tico,.popcard__img .catic{width:26px;height:26px}
.popcard__body{padding:8px 0 0}
.popcard > .rating{position:static;display:inline-flex;margin:7px 0 0}

.store-row__meta{font-size:11.5px}
.fx-chips{display:flex;gap:5px;margin-top:5px;flex-wrap:wrap}
.fx-fee{
  display:inline-flex;align-items:center;gap:3px;background:var(--accent-soft);color:var(--accent-text);
  border-radius:7px;padding:2px 7px;font-size:11px;font-weight:500;white-space:nowrap;
}
.fx-fee svg{width:12px;height:12px}
.fx-chips .rating{font-size:11px;padding:2px 7px}
.store-row__right{align-self:center}

/* ============================================================
   27. ობიექტის გვერდი — ლოგოს ტილი, ჩიპები, მიმაგრებული ზოლი
   ============================================================ */
.shop-hero{height:150px;border-radius:0 0 18px 18px}
.shop-hero .backbtn{background:var(--card);border-radius:11px}
.fx-shead{position:absolute;top:14px;right:14px;display:flex;gap:8px}
.fx-shead .fx-sbtn{
  width:34px;height:34px;border-radius:11px;background:var(--card);border:none;
  display:flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer;
}
.fx-shead .fx-sbtn svg{width:18px;height:18px}
.shop-sheet{margin-top:-26px;border-radius:18px 18px 0 0;padding:0 16px 0}
.fx-slogo{
  width:58px;height:58px;border-radius:16px;background:var(--accent-soft2);border:3px solid var(--card);
  display:flex;align-items:center;justify-content:center;color:var(--accent-text);
  margin:-42px 0 8px;overflow:hidden;
}
.fx-slogo img{width:100%;height:100%;object-fit:cover}
.fx-slogo svg,.fx-slogo .tico{width:26px;height:26px}
.shop-sheet h1{font-size:19px}
.fx-mchips{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}
.fx-mchip{
  display:inline-flex;align-items:center;gap:4px;background:var(--bg);color:var(--ink-2);
  border-radius:8px;padding:4px 9px;font-size:11.5px;font-weight:500;white-space:nowrap;
}
.fx-mchip svg{width:13px;height:13px}
.fx-mchip--rate{background:var(--brand-soft);color:var(--brand-dark)}
.fx-mchip--count{background:none;padding:4px 0;color:var(--muted);font-weight:400}
.shop-sheet__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px}
.shop-sheet__meta .dot{display:none}
.shop-sheet__meta > span:not(.dot){
  background:var(--bg);color:var(--ink-2);border-radius:8px;padding:4px 9px;
  font-size:11.5px;font-weight:500;white-space:nowrap;
}
.shop-sheet__meta .rating{background:var(--brand-soft);color:var(--brand-dark)}
.shop-sheet__meta .muted{background:none;padding:4px 0;color:var(--muted);font-weight:400}
.shop-sheet.fx-chipped .shop-sheet__meta{display:none}
.tabs{margin-top:12px}

@media(min-width:721px){.fx-cats{max-width:860px}}

.product-row__img{width:48px;height:48px}
.store-row__img .catic svg,.popcard__img .catic svg,.product-row__img .catic svg,
.ordermini__img .catic svg,.store-card__img .catic svg{width:22px;height:22px}
.popcard__img .catic svg{width:24px;height:24px}
.shop-hero__emoji svg{width:46px !important;height:46px !important;opacity:.55}
.cartbar__in{justify-content:flex-start;gap:10px}
.cartbar__total{margin-left:auto}
.product-row__price{font-size:13.5px}
.cartbar__in{border-radius:14px;justify-content:space-between;padding:13px 16px;font-size:13.5px}


/* საინფორმაციო ზოლი — ღია, წაკითხვადი */
body.app > div[style*="#1C1D21,#33353C"],
body > div[style*="#1C1D21,#33353C"]{
  background:var(--brand-soft) !important;color:#085041 !important;
  font-size:11.5px !important;padding:7px 14px !important;
}

/* ============================================================
   28. ვარიანტი A — გამეორებადი შეკვეთა, კატეგორიების რიგი,
       ჰორიზონტალური ობიექტ-ბარათები, ფილტრი
   ============================================================ */

/* --- გაიმეორე შეკვეთა --- */
.fx-again{
  display:flex;align-items:center;gap:11px;background:var(--brand);
  border-radius:14px;padding:10px 11px;margin-top:12px;width:100%;
  border:none;font-family:inherit;text-align:left;cursor:pointer;
}
.fx-again:active{transform:scale(.99)}
.fx-again__ic{
  width:44px;height:44px;border-radius:12px;background:var(--brand-dark);color:var(--brand-light);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
}
.fx-again__ic svg{width:21px;height:21px}
.fx-again__b{flex:1;min-width:0}
.fx-again__b b{display:block;color:#fff;font-size:13px;font-weight:600}
.fx-again__b i{
  display:block;font-style:normal;color:var(--brand-light);font-size:11.5px;margin-top:2px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.fx-again__go{
  background:var(--brand-soft);color:var(--brand-dark);border-radius:9px;
  padding:6px 11px;font-size:12px;font-weight:600;flex:0 0 auto;
}

/* --- სერვისები → ჰორიზონტალური პილების რიგი --- */
.services{
  display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;
  grid-template-columns:none;padding:0 0 2px;
}
.services::-webkit-scrollbar{display:none}
.service-tile{
  flex:0 0 auto;flex-direction:row;align-items:center;gap:6px;
  background:var(--card);border:1px solid var(--line);border-radius:11px;
  padding:8px 12px;text-align:left;
}
.service-tile__ic{
  width:18px !important;height:18px !important;max-width:none;aspect-ratio:auto;
  background:none;border:none;border-radius:0;display:flex;flex:0 0 auto;
}
.service-tile__ic svg{width:18px !important;height:18px !important;color:var(--ink-2)}
.service-tile span:last-child{
  font-size:12px;font-weight:500;color:var(--ink-2);white-space:nowrap;
  width:auto !important;flex:0 0 auto;min-width:max-content;overflow:visible;text-overflow:clip;
}
.service-tile.is-active{background:var(--brand-soft);border-color:var(--brand-soft)}
.service-tile.is-active .service-tile__ic svg,.service-tile.is-active span:last-child{color:var(--brand)}
@media(min-width:721px){
  .services{flex-wrap:wrap;overflow:visible}
  .service-tile{padding:9px 14px}
  .service-tile__ic,.service-tile__ic svg{width:20px !important;height:20px !important}
  .service-tile span:last-child{font-size:13px}
}

/* --- პოპულარული → ჰორიზონტალური ბარათი --- */
.popcard{
  display:flex;align-items:center;gap:9px;flex:0 0 196px;padding:10px;position:relative;
}
.popcard .fx-chips{flex-wrap:nowrap}
.popcard .fx-fee,.popcard .rating{padding:2px 6px}
html.fx-index .chips{display:none}
.popcard__img{width:44px;height:44px;height:44px;border-radius:12px;flex:0 0 auto;margin:0}
.popcard__img .catic svg,.popcard__img .tico{width:21px;height:21px}
.popcard__body{padding:0;min-width:0;flex:1}
.popcard__name{font-size:12.5px}
.popcard__meta{margin-top:2px}
.popcard__body .fx-chips{margin-top:5px}
.popcard > .rating{display:none}
.fx-off{
  position:absolute;top:8px;right:8px;background:var(--accent-soft);color:var(--accent-text);
  border-radius:7px;padding:2px 6px;font-size:11px;font-weight:600;
}

/* --- ფილტრის ჩიპები --- */
.fx-sort{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin:0 0 9px}
.fx-sort::-webkit-scrollbar{display:none}
.fx-sort[hidden]{display:none}
.fx-sortb{
  flex:0 0 auto;background:var(--card);border:1px solid var(--line);color:var(--ink-2);
  border-radius:11px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;
}
.fx-sortb.is-on{background:var(--brand-soft);border-color:var(--brand-soft);color:var(--brand)}
.fx-link{
  margin-left:auto;background:none;border:none;font-family:inherit;
  font-size:11.5px;font-weight:600;color:var(--brand);cursor:pointer;padding:0;
}

/* --- დახურული ობიექტი: შეტყობინების ზარი --- */
.store-row--closed .heart{color:var(--muted)}
.store-row--closed .heart svg{fill:none}

/* --- ნავიგაციის მთვლელი → წერტილი --- */
.fx-navn{
  min-width:8px;width:8px;height:8px;padding:0;font-size:0;top:2px;margin-left:9px;
}

/* ============================================================
   29. მთავარის თავი — ზუსტად მაკეტის მიხედვით
       (ჰერო-ბანერი მოხსნილია, ძებნა ღილაკის გარეშე,
        „გაიმეორე შეკვეთა" და სერვისების პილები გამსხვილებული)
   ============================================================ */

/* ჰერო-ბანერი აღარ გამოიყენება მომხმარებლის მთავარზე */
body.app .hero-banner,body.app .hero{display:none}

/* ძებნა — სუფთა ველი, მწვანე ღილაკის გარეშე */
body.app .searchbar{padding:12px 16px;border-radius:14px;gap:10px;margin-top:0}
body.app .searchbar__go{display:none}
body.app .searchbar svg{width:19px;height:19px}
body.app .searchbar input{font-size:14px}

/* გაიმეორე შეკვეთა */
.fx-again{gap:13px;padding:12px;border-radius:18px;margin-top:14px}
.fx-again__ic{width:52px;height:52px;border-radius:15px}
.fx-again__ic svg{width:24px;height:24px}
.fx-again__b b{font-size:14.5px}
.fx-again__b i{
  font-size:12.5px;margin-top:3px;line-height:1.35;
  white-space:normal;overflow:visible;text-overflow:clip;
}
.fx-again__go{border-radius:12px;padding:9px 14px;font-size:13px}

/* სერვისების პილები */
.services{gap:9px;padding-bottom:3px}
.service-tile{padding:10px 14px;border-radius:12px;gap:8px}
.service-tile__ic,.service-tile__ic svg{width:19px !important;height:19px !important}
.service-tile span:last-child{font-size:13px}
.service-tile.is-active .service-tile__ic svg{color:var(--brand)}

/* სექციის სათაური „რას შეუკვეთავ" */
body.app .row--between + .services{margin-top:10px}
body.app .row--between b{font-size:15px;font-weight:600}

/* ============================================================
   30. პროდუქტის მწკრივი — ვარიანტი A
       (ცალკე ბარათი: სურათი 56, სახელი, ერთეული, ფასი, ღილაკი)
   ============================================================ */
#tab-menu .card{
  background:none !important;border:none !important;box-shadow:none;padding:0 !important;
}
.product-rows{display:flex;flex-direction:column;gap:8px}
.product-row{
  background:var(--card);border:1px solid var(--line);border-radius:14px;
  padding:10px 11px;gap:11px;border-bottom:none;
}
.product-row:last-child{border-bottom:none}
.product-row__img{width:56px;height:56px;border-radius:12px}
.product-row__img .catic svg,.product-row__img .tico{width:24px;height:24px}
.product-row__name{font-size:13px;font-weight:600}
.product-row__desc{font-size:11.5px;color:var(--muted);margin-top:1px;-webkit-line-clamp:2}
.product-row__price{
  display:flex;align-items:center;gap:7px;flex-wrap:wrap;
  font-size:13.5px;font-weight:600;margin-top:4px;
}
.price-old{color:var(--muted);font-size:11.5px;font-weight:400;margin:0}
.price-new{color:var(--brand);font-weight:600}
.fx-disc{
  background:var(--accent-soft);color:var(--accent-text);border-radius:6px;
  padding:1px 6px;font-size:11px;font-weight:600;
}
.addbtn{
  width:34px;height:34px;border-radius:11px;background:var(--brand-soft);color:var(--brand);
  font-size:0;box-shadow:none;
}
.addbtn::before{content:'+';font-size:19px;font-weight:500;line-height:1}
.addbtn:hover{background:var(--brand);color:#E1F5EE}
@media(min-width:721px){
  .product-rows{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .product-row{padding:11px 13px}
}

/* ============================================================
   31. ობიექტის გვერდი — მიმაგრებული კატეგორიები (ჰედერის ქვეშ),
       კალათის პილი პროგრესით და „კვირის კალათა"
   ============================================================ */
.fx-cats{
  position:sticky;top:var(--fx-top,0px);z-index:55;
  background:var(--bg);margin:0 -16px;padding:9px 16px;
  display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;max-width:none;
}
.fx-cats::-webkit-scrollbar{display:none}
body.app .fx-cats{margin:0 -16px}
@media(min-width:721px){.fx-cats{margin:0}}

/* --- კვირის კალათა --- */
.fx-basket{
  display:flex;align-items:center;gap:11px;width:100%;
  background:var(--accent-soft);border:none;border-radius:16px;
  padding:11px 12px;margin:0 0 10px;font-family:inherit;text-align:left;cursor:pointer;
}
.fx-basket:active{transform:scale(.99)}
.fx-basket__ic{
  width:46px;height:46px;border-radius:13px;background:#FAC775;color:var(--accent-deep);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;
}
.fx-basket__ic svg{width:22px;height:22px}
.fx-basket__b{flex:1;min-width:0}
.fx-basket__b b{display:block;color:var(--accent-deep);font-size:13.5px;font-weight:600}
.fx-basket__b i{display:block;font-style:normal;color:var(--accent-text);font-size:11.5px;margin-top:2px}
.fx-basket__chev{display:flex;color:var(--accent-text);flex:0 0 auto}
.fx-basket__chev svg{width:17px;height:17px}

/* --- კალათის პილი --- */
.cartbar__in.fx-cartp{
  display:block;background:var(--brand);border-radius:18px;padding:11px 12px;
  box-shadow:0 10px 26px rgba(15,110,86,.24);
}
.fx-cartp__row{display:flex;align-items:center;gap:10px}
.fx-cbubs{display:flex;flex:0 0 auto}
.fx-cbubs span{
  width:30px;height:30px;border-radius:10px;background:var(--brand-dark);color:var(--brand-light);
  display:flex;align-items:center;justify-content:center;margin-left:-8px;border:2px solid var(--brand);
  overflow:hidden;
}
.fx-cbubs span:first-child{margin-left:0}
.fx-cbubs svg{width:15px;height:15px}
.fx-cbubs img{width:100%;height:100%;object-fit:cover}
.fx-cbody{flex:1;min-width:0;text-align:left}
.fx-cbody b{display:block;color:#fff;font-size:13px;font-weight:600;line-height:1.3}
.fx-cbody i{display:block;font-style:normal;color:var(--brand-light);font-size:11.5px;margin-top:2px}
.fx-cchev{display:flex;color:var(--brand-light);flex:0 0 auto}
.fx-cchev svg{width:17px;height:17px}
.fx-csum{
  background:var(--brand-soft);color:var(--brand-dark);border-radius:11px;
  padding:8px 12px;font-size:13px;font-weight:600;flex:0 0 auto;
}
.fx-cprog{display:block;height:5px;border-radius:99px;background:var(--brand-dark);margin-top:9px;overflow:hidden}
.fx-cprog i{display:block;height:100%;border-radius:99px;background:var(--accent);transition:width .25s ease}
.fx-chidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
