/* VENDEVIX ortak sticky üst menü — tüm vitrin sayfaları */
:root{
  --vx-chrome-wrap:1480px;
  --glass:rgba(255,255,255,.92);
}
.vx-chrome{
  position:sticky;
  top:0;
  z-index:200;
  background:var(--glass);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:visible;
}
.vx-chrome .wrap{
  max-width:var(--vx-chrome-wrap);
  margin:0 auto;
  padding:0 var(--g, clamp(16px,2vw,28px));
}

/* Top utility bar — ortalanmış kargo yazısı, eşit dikey padding */
.vx-chrome .tb{
  background:var(--navy);
  color:#fff;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:1px;
  text-align:center;
  padding-top:env(safe-area-inset-top,0px);
}
.vx-chrome .tb__in{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  justify-items:center;
  min-height:40px;
  padding:11px 0;
  gap:12px;
  position:relative;
}
.vx-chrome .tb__center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  max-width:min(92vw,760px);
  width:max-content;
  pointer-events:none;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.vx-chrome .tb__free{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  color:#fff;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:1px;
  line-height:1.35;
  white-space:nowrap;
  text-transform:uppercase;
  text-align:center;
}
.vx-chrome .tb__free svg{width:14px;height:14px;flex-shrink:0;opacity:.9}
.vx-chrome .tb__r{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  justify-self:end;
  z-index:2;
  font-size:12px;
  font-weight:500;
  letter-spacing:0;
  color:rgba(255,255,255,.88);
}
.vx-chrome .tb a{color:inherit}.vx-chrome .tb a:hover{color:#fff}
.vx-chrome .tb__link,.vx-tb__link{color:#fff;font-weight:700;opacity:.92}
.vx-chrome .tb__link:hover,.vx-tb__link:hover{opacity:1}

/* Main header — logo + ikonlar dikey ortalı, üste yapışmaz */
.vx-chrome .hd{background:transparent;border-bottom:1px solid var(--line)}
.vx-chrome .hd__main{
  display:grid;
  grid-template-columns:200px 1fr auto;
  gap:20px;
  align-items:center;
  min-height:78px;
  padding-top:16px;
  padding-bottom:16px;
}
.vx-chrome .logo{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  align-self:center;
}
.vx-chrome .logo img{height:42px;width:auto}
.vx-chrome .logo__t{font-size:18px;font-weight:800;color:var(--navy);letter-spacing:-.03em;line-height:1.1;display:flex;flex-direction:column}
.vx-chrome .logo__t small{display:block;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-top:2px}
.vx-chrome .hd__search-row{display:flex;align-items:center;gap:10px;min-width:0}
.vx-chrome .hd__search-row .sr{flex:1;min-width:0}

/* Search */
.vx-chrome .hd__search-row{position:relative;z-index:40;overflow:visible}
.vx-chrome .sr{
  display:flex;align-items:stretch;height:50px;border:1.5px solid var(--line);border-radius:14px;
  overflow:visible;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);position:relative
}
.vx-chrome .sr:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(13,110,253,.15)}
.vx-chrome .sr select{display:none!important}
.vx-chrome .sr__cats{
  display:inline-flex;align-items:center;gap:8px;height:100%;padding:0 16px;
  border:0;border-right:1px solid var(--line);border-radius:14px 0 0 14px;background:#F8FAFC;
  color:var(--navy);font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;
  flex:0 0 auto;min-width:158px;width:auto!important;max-width:none;font-family:inherit
}
.vx-chrome .sr__cats svg{width:16px;height:16px;flex-shrink:0;color:var(--blue)}
.vx-chrome .sr__cats:hover,.vx-chrome .sr__cats[aria-expanded="true"]{background:#EFF6FF;color:var(--blue)}
.vx-chrome .sr input{
  flex:1;border:0;outline:0;padding:0 14px;min-width:0;
  font-size:16px; /* iOS Safari zoom engeli */
  background:transparent;border-radius:0;line-height:1.25
}
.vx-chrome .sr > button[type="submit"]{
  flex:0 0 54px;width:54px;border:0;background:var(--navy);color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;border-radius:0 14px 14px 0
}
.vx-chrome .sr > button[type="submit"]:hover{background:var(--navy2,#0B2749)}
.vx-chrome .sr > button[type="submit"] svg{width:20px;height:20px}
.vx-chrome .vx-sr-suggest{
  position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:260;
  background:#fff;border:1px solid #E2E8F0;border-radius:14px;
  box-shadow:0 14px 36px rgba(8,30,60,.16);max-height:min(62vh,420px);overflow:auto;
  -webkit-overflow-scrolling:touch;padding:6px 0
}
.vx-chrome .vx-sr-suggest.vx-sr-suggest--portal,
.vx-sr-suggest.vx-sr-suggest--portal{
  position:fixed;z-index:100080;margin:0;
  background:#fff;border:1px solid #E2E8F0;border-radius:14px;
  box-shadow:0 14px 36px rgba(8,30,60,.18);max-height:min(62vh,440px);overflow:auto;
  -webkit-overflow-scrolling:touch;padding:6px 0
}
.vx-chrome .vx-sr-suggest[hidden],
.vx-sr-suggest[hidden]{display:none!important}
.vx-chrome .vx-sr-suggest__empty,
.vx-sr-suggest__empty{
  padding:14px 16px;font-size:13.5px;font-weight:650;color:var(--muted,#64748B)
}
.vx-chrome .vx-sr-suggest__didyou,
.vx-sr-suggest__didyou{
  display:block;width:calc(100% - 16px);margin:6px 8px 8px;padding:10px 12px;
  border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff;color:#0b3a8a;
  font-size:13px;font-weight:700;text-align:left;cursor:pointer;font-family:inherit;line-height:1.35
}
.vx-chrome .vx-sr-suggest__didyou:hover,
.vx-sr-suggest__didyou:hover{background:#dbeafe}
.vx-chrome .vx-sr-suggest__didyou strong,
.vx-sr-suggest__didyou strong{font-weight:850}
.vx-chrome .vx-sr-suggest__head{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:6px 14px 8px;border-bottom:1px solid #F1F5F9;margin-bottom:2px
}
.vx-chrome .vx-sr-suggest__head strong{
  font-size:11.5px;font-weight:800;color:var(--navy,#081E3C);
  letter-spacing:.04em;text-transform:uppercase
}
.vx-chrome .vx-sr-suggest__head a{
  font-size:12px;font-weight:800;color:var(--blue,#0D6EFD);text-decoration:none;white-space:nowrap
}
.vx-chrome .vx-sr-suggest__head span{
  font-size:12px;font-weight:700;color:var(--muted,#64748B);white-space:nowrap
}
.vx-chrome .vx-sr-suggest__item{
  display:flex;align-items:center;gap:12px;padding:9px 14px;text-decoration:none;color:inherit
}
.vx-chrome .vx-sr-suggest__item:hover,
.vx-chrome .vx-sr-suggest__item:focus-visible{background:#F8FAFC;outline:0}
.vx-chrome .vx-sr-suggest__cat-ico,
.vx-sr-suggest__cat-ico{
  width:46px;height:46px;border-radius:10px;border:1px solid #E2E8F0;background:#EFF6FF;
  flex-shrink:0;position:relative
}
.vx-chrome .vx-sr-suggest__cat-ico::before,
.vx-sr-suggest__cat-ico::before{
  content:"";position:absolute;inset:14px 12px 16px;border:2px solid #2563eb;border-radius:3px;
  border-top-width:8px
}
.vx-chrome .vx-sr-suggest__img{
  width:46px;height:46px;border-radius:10px;border:1px solid #E2E8F0;background:#F8FAFC;
  overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center
}
.vx-chrome .vx-sr-suggest__img img{width:100%;height:100%;object-fit:contain}
.vx-chrome .vx-sr-suggest__meta{flex:1;min-width:0;display:grid;gap:3px}
.vx-chrome .vx-sr-suggest__name{
  font-size:13.5px;font-weight:750;color:var(--navy,#081E3C);line-height:1.3;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.vx-chrome .vx-sr-suggest__sub{
  font-size:11.5px;font-weight:650;color:#64748B;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.vx-chrome .vx-sr-suggest__price{
  display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12.5px;font-weight:750
}
.vx-chrome .vx-sr-suggest__price b{color:var(--navy,#081E3C);font-weight:800}
.vx-chrome .vx-sr-suggest__price b.is-sale{color:#047857}
.vx-chrome .vx-sr-suggest__price s{color:#94A3B8;font-weight:600}
.vx-chrome .vx-sr-suggest__badge{
  display:inline-flex;align-items:center;padding:2px 6px;border-radius:6px;
  background:#10B981;color:#fff;font-size:10.5px;font-weight:800;flex-shrink:0
}
.vx-chrome .vx-sr-suggest__locked{color:var(--navy,#081E3C);font-weight:700}

/* Actions — ikon satırı dikey ortalı */
.vx-chrome .acts{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:2px;
  align-self:center;
  min-height:40px;
}
.vx-chrome .vx-js-notif{
  display:flex;
  align-items:center;
  align-self:center;
}
.vx-chrome .act{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 10px;border-radius:12px;
  font-size:10px;font-weight:600;color:var(--muted);position:relative;min-width:58px;text-align:center;
  border:0;background:transparent;cursor:pointer;font-family:inherit;box-sizing:border-box;line-height:1.1
}
.vx-chrome .act:hover{background:#F1F5F9;color:var(--navy)}
.vx-chrome .act svg{width:22px;height:22px;color:var(--navy);display:block;flex-shrink:0}
.vx-chrome .act b{font-size:11px;font-weight:700;color:var(--navy)}
.vx-chrome .act__badge{
  position:absolute;top:4px;right:8px;min-width:16px;height:16px;border-radius:999px;
  background:var(--blue);color:#fff;font-size:9px;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-sizing:border-box
}
.vx-chrome .act--notif .act__badge{background:#EF4444}
.vx-chrome .act.is-on{background:#EFF6FF;color:var(--blue)}

/* Sepet: ikon + sağında TL tutarı */
.vx-chrome .act--cart{
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:0;
  padding:6px 10px 6px 8px;
  text-align:left;
  overflow:visible;
}
.vx-chrome .act--cart .act__icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  flex-shrink:0;
  overflow:visible;
}
.vx-chrome .act--cart .act__icon svg{
  width:22px;
  height:22px;
  display:block;
}
.vx-chrome .act--cart .act__badge{
  top:0;
  right:0;
  left:auto;
  bottom:auto;
  transform:translate(40%,-40%);
  min-width:15px;
  height:15px;
  padding:0 4px;
  font-size:8.5px;
  font-weight:800;
  line-height:1;
  border:1.5px solid #fff;
  box-shadow:0 1px 2px rgba(8,30,60,.12);
  z-index:2;
}
.vx-chrome .act--cart .act__cart-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:1px;
  min-width:0;
  line-height:1.15;
}
.vx-chrome .act--cart .act__cart-meta b{
  font-size:10px;
  font-weight:700;
  color:var(--muted);
  letter-spacing:.02em;
}
.vx-chrome .act--cart .vx-js-cart-label{
  display:block;
  font-size:12.5px;
  font-weight:800;
  color:var(--navy);
  white-space:nowrap;
  letter-spacing:-.01em;
}

/* Nav */
.vx-chrome .nv{background:#fff;border-bottom:1px solid var(--line)}
.vx-chrome .nv__in{display:flex;align-items:center;gap:8px;min-height:48px}
.vx-chrome .nv a{padding:12px 12px;font-size:13.5px;font-weight:600;color:var(--text);white-space:nowrap;border-radius:8px}
.vx-chrome .nv a:hover,.vx-chrome .nv a.on{color:var(--blue)}
.vx-chrome .nv__links{display:flex;overflow:auto;scrollbar-width:none;flex:1}
.vx-chrome .nv__links::-webkit-scrollbar{display:none}

/* Notifications — portal overlay (header backdrop-filter fixed’i bozmasın) */
.vx-chrome .vx-js-notif{position:relative}
.vx-nd{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:max(16px, env(safe-area-inset-top, 0px)) 16px max(16px, env(safe-area-inset-bottom, 0px));
  box-sizing:border-box;
  background:transparent;
  border:0;
  box-shadow:none;
  width:auto;
  max-width:none;
  overflow:visible;
}
.vx-nd.is-open{display:flex!important}
.vx-nd__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.44);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}
.vx-nd__panel{
  position:relative;
  z-index:1;
  width:min(400px,100%);
  max-height:min(78dvh,560px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line,#E5E7EB);
  border-radius:18px;
  box-shadow:0 18px 40px rgba(8,30,60,.2);
}
.vx-nd__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 14px 16px;
  border-bottom:1px solid var(--line,#E5E7EB);
  background:linear-gradient(180deg,#F8FAFC,#fff);
  flex-shrink:0;
}
.vx-nd__titles{min-width:0;display:grid;gap:2px}
.vx-nd__titles strong,.vx-nd__head strong{font-size:15px;font-weight:800;color:var(--navy,#081E3C);display:block;line-height:1.25}
.vx-nd__titles span,.vx-nd__head > span{font-size:11.5px;font-weight:700;color:var(--blue,#0D6EFD)}
.vx-nd__close{
  width:40px;height:40px;border:1px solid var(--line,#E5E7EB);border-radius:12px;background:#fff;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--navy,#081E3C);flex-shrink:0;padding:0;
}
.vx-nd__close:hover{background:#F1F5F9;border-color:#BFDBFE;color:var(--blue,#0D6EFD)}
.vx-nd__close svg{width:18px;height:18px;display:block}
.vx-nd__body{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;max-height:none}
.vx-nd__item{display:block;padding:13px 16px;border-bottom:1px solid #F1F5F9;text-align:left}
.vx-nd__item:hover{background:#F8FAFC}
.vx-nd__item b{display:block;font-size:13px;font-weight:800;color:var(--navy,#081E3C);margin-bottom:3px}
.vx-nd__item > span{display:block;font-size:12.5px;font-weight:550;color:var(--muted,#6B7280);line-height:1.4}
.vx-nd__item--support{
  display:flex;align-items:flex-start;gap:12px;position:relative;
  padding:14px 16px 14px 14px;
  border-left:3px solid #0D6EFD;
  border-bottom-color:#DBEAFE;
  background:linear-gradient(105deg,#EFF6FF 0%,#fff 52%);
}
.vx-nd__item--support:hover{background:linear-gradient(105deg,#DBEAFE 0%,#F8FAFC 58%)}
.vx-nd__badge{
  position:absolute;top:10px;right:12px;z-index:1;
  margin:0;font-style:normal;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:#fff;background:#0D6EFD;padding:3px 7px;border-radius:6px;line-height:1.2;
  box-shadow:0 2px 6px rgba(13,110,253,.28);
}
.vx-nd__icon{
  flex-shrink:0;width:38px;height:38px;border-radius:11px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#0D6EFD;color:#fff;box-shadow:0 4px 12px rgba(13,110,253,.28);
}
.vx-nd__icon svg{width:18px;height:18px;display:block}
.vx-nd__text{flex:1;min-width:0;padding-right:58px}
.vx-nd__text b{display:block;font-size:13.5px;font-weight:800;color:var(--navy,#081E3C);margin-bottom:4px;line-height:1.3}
.vx-nd__text > span{display:block;font-size:12.5px;font-weight:600;color:#334155;line-height:1.45}
.vx-nd__empty{padding:36px 20px;text-align:center;color:var(--muted,#6B7280);font-size:14px;font-weight:650}
.vx-nd__foot{padding:12px 16px;border-top:1px solid var(--line,#E5E7EB);flex-shrink:0;background:#fff}
.vx-nd__foot a{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800;color:var(--blue,#0D6EFD)}
.vx-nd__foot svg{width:16px;height:16px}
@media(prefers-reduced-motion:reduce){
  .vx-nd__backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}
}

/* Category modal — ürün kartı dilinde */
.vx-cats{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center;padding:24px}
.vx-cats.is-open{display:flex!important}
.vx-cats__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.44);backdrop-filter:blur(2px)}
.vx-cats__panel{position:relative;z-index:1;width:min(1120px,94vw);max-height:min(86vh,900px);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 60px rgba(8,30,60,.22);display:flex;flex-direction:column;overflow:hidden}
.vx-cats__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#F8FAFC,#fff)}
.vx-cats__head-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.vx-cats__back{display:none;align-items:center;gap:6px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:12.5px;font-weight:800;cursor:pointer;flex-shrink:0;white-space:nowrap}
.vx-cats.is-sub .vx-cats__back{display:inline-flex}
.vx-cats__back svg{width:16px;height:16px;transform:rotate(180deg)}
.vx-cats__back:hover{border-color:#BFDBFE;background:#EFF6FF;color:var(--blue)}
.vx-cats__titles{min-width:0}
.vx-cats__titles strong{font-size:18px;font-weight:800;color:var(--navy);display:block;line-height:1.25;word-break:break-word}
.vx-cats__titles span{display:block;margin-top:3px;font-size:12.5px;font-weight:600;color:var(--muted)}
.vx-cats__close{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--navy);flex-shrink:0}
.vx-cats__close svg{width:18px;height:18px}
.vx-cats__views{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;background:#F4F6F9}
.vx-cats__view{display:none}
.vx-cats__view.is-on{display:block}
.vx-cats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px 20px 22px}
.vx-cats__card{
  display:flex;flex-direction:column;border:1px solid #D8DEE8;border-radius:16px;overflow:hidden;
  background:#fff;transition:border-color .15s,box-shadow .15s,transform .15s;min-width:0;text-align:left;
  cursor:pointer;padding:0;font:inherit;color:inherit;width:100%;position:relative;
  box-shadow:0 4px 14px rgba(8,30,60,.04)
}
.vx-cats__card:hover{border-color:#93C5FD;box-shadow:0 14px 28px rgba(13,110,253,.12);transform:translateY(-2px)}
.vx-cats__img{aspect-ratio:4/3;background:linear-gradient(180deg,#F8FAFC,#EEF2F7);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #E8EDF4;padding:16px}
.vx-cats__img img{width:100%;height:100%;object-fit:contain}
.vx-cats__img svg{width:40px;height:40px;color:var(--blue);opacity:.85}
.vx-cats__body{padding:12px 12px 14px;display:grid;gap:4px;min-width:0;flex:1}
.vx-cats__body b{font-size:13.5px;font-weight:800;color:var(--navy);line-height:1.35;white-space:normal;overflow:visible;word-break:normal;overflow-wrap:break-word;hyphens:none}
.vx-cats__body em{font-style:normal;font-size:11.5px;font-weight:650;color:var(--muted)}
.vx-cats__go{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:12px;font-weight:800;color:var(--blue)}
.vx-cats__go svg{width:14px;height:14px}
.vx-cats__all{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #BFDBFE;border-radius:14px;background:linear-gradient(90deg,#EFF6FF,#F0FDF4);color:var(--navy);font-size:13.5px;font-weight:800}
.vx-cats__all:hover{background:#DBEAFE}
.vx-cats__badge{position:absolute;top:10px;left:10px;z-index:1;padding:4px 8px;border-radius:8px;background:rgba(8,30,60,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em}
a.vx-cats__card{text-decoration:none}
button.vx-cats__card{appearance:none}
body.vx-drawer-open{overflow:hidden;touch-action:none}

@media(max-width:1200px){
  .vx-cats__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
}
@media(max-width:900px){
  .vx-chrome .wrap{padding:0 14px}
  .vx-chrome .tb__in{min-height:38px;padding:10px 0}
  .vx-chrome .tb__center{max-width:min(90vw,560px)}
  .vx-chrome .tb__free{font-size:.72rem;letter-spacing:.6px;gap:6px;white-space:normal;text-align:center;line-height:1.35}
  .vx-chrome .tb__free svg{width:13px;height:13px}
  .vx-chrome .tb__r{flex-shrink:0;gap:10px}
  .vx-chrome .hd__main{
    grid-template-columns:1fr auto;
    gap:12px 10px;
    min-height:0;
    padding-top:14px;
    padding-bottom:14px;
    align-items:center;
  }
  .vx-chrome .logo{align-self:center}
  .vx-chrome .acts{align-self:center;min-height:40px}
  .vx-chrome .logo img{height:36px}
  .vx-chrome .logo__t{font-size:18px}
  .vx-chrome .hd__search-row{grid-column:1/-1;order:3;width:100%;padding-top:2px}
  .vx-chrome .sr{height:46px;border-radius:12px}
  .vx-chrome .sr__cats{border-radius:12px 0 0 12px;min-width:0;padding:0 10px}
  .vx-chrome .sr__cats span{display:none}
  .vx-chrome .sr > button[type="submit"]{border-radius:0 12px 12px 0;flex:0 0 48px;width:48px}
  .vx-chrome .sr input{font-size:16px}
  .vx-chrome .vx-sr-suggest{max-height:min(48vh,360px);border-radius:12px}
  .vx-chrome .acts{gap:0}
  .vx-chrome .act{min-width:40px;padding:8px 6px;justify-content:center}
  .vx-chrome .act > b,
  .vx-chrome .act > span:not(.act__badge):not(.act__icon):not(.act__cart-meta){display:none}
  .vx-chrome .act--cart{
    min-width:0;
    padding:6px 4px 6px 6px;
    gap:8px;
    overflow:visible;
  }
  .vx-chrome .act--cart .act__icon{
    display:inline-flex;
    width:26px;
    height:26px;
    overflow:visible;
  }
  .vx-chrome .act--cart .act__cart-meta{display:flex}
  .vx-chrome .act--cart .act__cart-meta b{display:none}
  .vx-chrome .act--cart .vx-js-cart-label{
    display:block;
    font-size:11.5px;
    font-weight:800;
    color:var(--navy);
    max-width:7.2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.2;
  }
  .vx-chrome .act__badge{top:2px;right:2px}
  .vx-chrome .act--cart .act__badge{
    top:0;
    right:0;
    transform:translate(40%,-40%);
  }
  .vx-chrome .act--hide-sm{display:none}
  .vx-chrome .nv{display:none}
  /* Mobilde büyük modal yerine /kategoriler sayfası kullanılır */
  .vx-cats{display:none!important}
  /* eski fixed top dropdown kaldırıldı — portal overlay kullanılır */
}
@media(max-width:640px){
  .vx-chrome .wrap{padding:0 12px}
  .vx-nd{
    align-items:flex-end;
    padding:0;
  }
  .vx-nd__panel{
    width:100%;
    max-height:min(82dvh,640px);
    border-radius:20px 20px 0 0;
    border-left:0;border-right:0;border-bottom:0;
  }
  .vx-nd__body{max-height:min(58dvh,480px)}
  .vx-nd__foot{padding-bottom:max(12px, env(safe-area-inset-bottom, 0px))}
  .vx-chrome .tb__r{display:none}
  .vx-chrome .tb__in{
    grid-template-columns:1fr;
    justify-items:center;
    min-height:36px;
    padding:10px 0;
  }
  .vx-chrome .tb__center{
    position:static;
    transform:none;
    max-width:100%;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 8px;
  }
  .vx-chrome .tb__free{
    font-size:.68rem;letter-spacing:0;width:100%;
    justify-content:center;white-space:normal;text-wrap:balance;line-height:1.35;
    text-align:center;
  }
  .vx-chrome .hd__main{padding-top:14px;padding-bottom:14px}
  .vx-chrome .logo__t{font-size:16px}
  .vx-chrome .logo__t small{font-size:9px;letter-spacing:.12em}
  .vx-chrome .sr__cats{min-width:132px;padding:0 12px;font-size:12px}
}
@media(max-width:400px){
  .vx-chrome .act--hide-xs{display:none}
}
@media(prefers-reduced-motion:reduce){
  .vx-chrome,.vx-cats__backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}
}
