/* Keep the checked-in Telegram build aligned until Cocos recompiles AppShell.ts. */
.vp-shell .vp-category-card--women .vp-category-card-cover {
  background-image: url("./category-women.png") !important;
  filter: none !important;
}

.vp-shell .vp-category-card--men .vp-category-card-cover {
  background-image: url("./category-men.png") !important;
  filter: none !important;
}

.vp-shell .vp-coming-card,
.vp-shell .vp-coming-card:disabled {
  aspect-ratio: 786 / 510 !important;
  background: #17182d url("./category-diverse.png") center / cover no-repeat !important;
}

.vp-shell .vp-coming-card .vp-coming-asset {
  display: none !important;
}

.vp-shell .vp-coming-card .vp-coming-copy {
  inset: 73.5% 36.5% 5% !important;
  display: grid !important;
  color: #ffd300 !important;
  font-size: clamp(14px, 4vw, 26px) !important;
  line-height: 1 !important;
  white-space: nowrap;
}
