/* VENDEVIX kategori sayfası — görsel kart ızgarası (mobil + web) */
.vx-cats-page{
  max-width:var(--vx-chrome-wrap,980px);
  margin:0 auto;
  padding:14px var(--g,14px) 36px;
}
.vx-cats-page__bar{margin-bottom:14px}
.vx-cats-page__back{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:750;color:var(--blue,#0D6EFD);
  text-decoration:none;margin-bottom:10px;
}
.vx-cats-page__back svg{width:16px;height:16px;transform:rotate(180deg)}
.vx-cats-page__title{
  margin:0;font-size:22px;font-weight:800;color:var(--navy,#081E3C);
  letter-spacing:-.02em;line-height:1.25;word-break:normal;overflow-wrap:break-word;
}
.vx-cats-page__sub{margin:5px 0 0;font-size:13px;font-weight:600;color:var(--muted,#6B7280)}
.vx-cats-page__all{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:13px 14px;margin-bottom:12px;border-radius:14px;
  border:1px solid #BFDBFE;background:linear-gradient(90deg,#EFF6FF,#F0FDF4);color:var(--navy,#081E3C);
  font-size:13.5px;font-weight:800;text-decoration:none;
}
.vx-cats-page__all svg{width:16px;height:16px;flex-shrink:0;color:var(--blue,#0D6EFD)}
.vx-cats-page__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.vx-cats-page__item{
  display:flex;flex-direction:column;align-items:stretch;gap:0;
  padding:0;border-radius:16px;text-decoration:none;color:inherit;
  border:1px solid #D8DEE8;background:#fff;
  box-shadow:0 4px 14px rgba(8,30,60,.04);
  overflow:hidden;
  transition:border-color .15s,box-shadow .15s,transform .15s;
}
.vx-cats-page__item:hover,.vx-cats-page__item:active{
  border-color:#93C5FD;box-shadow:0 10px 22px rgba(13,110,253,.12);transform:translateY(-1px);
}
.vx-cats-page__thumb{
  width:100%;aspect-ratio:4/3;border-radius:0;flex-shrink:0;
  background:linear-gradient(180deg,#F8FAFC,#EEF2F7);border-bottom:1px solid #E8EDF4;
  display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px;
}
.vx-cats-page__thumb img{width:100%;height:100%;object-fit:contain;padding:0}
.vx-cats-page__thumb svg{width:36px;height:36px;color:var(--blue,#0D6EFD)}
.vx-cats-page__meta{
  flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;
  padding:11px 12px 12px;
}
.vx-cats-page__meta strong{
  font-size:13.5px;font-weight:800;color:var(--navy,#081E3C);
  line-height:1.35;word-break:normal;overflow-wrap:break-word;
}
.vx-cats-page__meta em{font-style:normal;font-size:11.5px;font-weight:650;color:var(--muted,#6B7280)}
.vx-cats-page__chev{display:none}
.vx-cats-page__empty{
  grid-column:1/-1;padding:28px 16px;text-align:center;color:var(--muted,#6B7280);
  font-size:14px;font-weight:650;background:#fff;border:1px dashed #D8DEE8;border-radius:16px;
}
@media (min-width:640px){
  .vx-cats-page{padding-top:20px;padding-bottom:16px}
  .vx-cats-page__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .vx-cats-page__title{font-size:24px}
}
@media (min-width:960px){
  .vx-cats-page__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
}
