:root {
  --vm-night: #0d1321;
  --vm-slate: #1d2d44;
  --vm-steel: #3e5c76;
  --vm-mist: #dbe4ee;
  --vm-cloud: #eef4f8;
  --vm-paper: #fbfdff;
  --vm-white: #ffffff;
  --vm-gold: #d4a017;
  --vm-amber: #f6bd60;
  --vm-coral: #ef476f;
  --vm-mint: #38b2ac;
  --vm-text: #132238;
  --vm-muted: #66758a;
  --vm-line: rgba(19, 34, 56, 0.1);
  --vm-shadow: 0 20px 50px rgba(13, 19, 33, 0.08);
  --vm-shadow-soft: 0 10px 26px rgba(13, 19, 33, 0.06);
  --vm-radius: 24px;
  --vm-radius-md: 18px;
  --vm-radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body.market-page {
  background:
    radial-gradient(circle at top left, rgba(212, 160, 23, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(56, 178, 172, 0.1), transparent 22%),
    linear-gradient(180deg, #f5f8fb 0%, #edf3f7 38%, #f9fbfd 100%) !important;
  color: var(--vm-text) !important;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 82px !important;
}

body.market-page a {
  text-decoration: none;
}

body.market-page .nanv-root {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1100;
  background: rgba(251, 253, 255, 0.92) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(13, 19, 33, 0.08) !important;
}

body.market-page .litb-inner {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
}

body.market-page .litb-promo-bar {
  background: linear-gradient(90deg, var(--vm-night) 0%, var(--vm-slate) 50%, var(--vm-steel) 100%);
  color: #f7f1d5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.market-page .litb-promo-bar .litb-inner,
body.market-page .litb-utility-bar .litb-inner,
body.market-page .litb-category-strip .litb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.market-page .litb-promo-bar .litb-inner {
  min-height: 24px;
}

body.market-page .litb-promo-copy {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.market-page .litb-promo-links,
body.market-page .litb-utility-left,
body.market-page .litb-utility-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

body.market-page .litb-promo-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
}

body.market-page .litb-promo-links a:hover {
  color: #fff;
}

body.market-page .litb-utility-bar {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid var(--vm-line);
  color: var(--vm-muted);
  font-size: 0.68rem;
}

body.market-page .litb-utility-bar .litb-inner {
  min-height: 22px;
}

body.market-page .litb-utility-left span,
body.market-page .litb-utility-right a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
}

body.market-page .navbar {
  background: transparent !important;
  box-shadow: none !important;
}

body.market-page .header-row {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 30px;
  padding: 0.08rem 0.5rem;
  gap: 0.65rem;
}

body.market-page .navbar-brand {
  min-width: 190px;
}

body.market-page .navbar-brand img {
  height: 22px !important;
  filter: drop-shadow(0 6px 14px rgba(13, 19, 33, 0.1));
}

body.market-page .navbar-brand span {
  color: var(--vm-night);
  font-weight: 900 !important;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

body.market-page .header-search input {
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(29, 45, 68, 0.16);
  background: rgba(255, 255, 255, 0.95);
  padding-left: 34px;
  font-size: 0.74rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.market-page .header-search input:focus {
  border-color: rgba(56, 178, 172, 0.65);
  box-shadow: 0 0 0 4px rgba(56, 178, 172, 0.12);
}

body.market-page .search-icon {
  color: var(--vm-mint);
  left: 10px;
  font-size: 0.8rem;
}

body.market-page .btn {
  border-radius: 999px;
  font-weight: 700;
  box-shadow: none;
  min-height: 26px;
  padding: 0.18rem 0.72rem;
  font-size: 0.72rem;
}

body.market-page .btn-primary {
  background: var(--vm-night);
  border-color: var(--vm-night);
}

body.market-page .btn-primary:hover {
  background: var(--vm-slate);
  border-color: var(--vm-slate);
}

body.market-page .btn-success {
  background: var(--vm-gold);
  border-color: var(--vm-gold);
  color: #1d1605;
}

body.market-page .btn-success:hover {
  background: var(--vm-amber);
  border-color: var(--vm-amber);
  color: #1d1605;
}

body.market-page .btn-outline-primary {
  color: var(--vm-night);
  border-color: rgba(29, 45, 68, 0.2);
}

body.market-page .btn-outline-primary:hover {
  background: rgba(29, 45, 68, 0.06);
  border-color: rgba(29, 45, 68, 0.32);
  color: var(--vm-night);
}

body.market-page .market-switch .btn {
  background: rgba(238, 244, 248, 0.9);
  border: 1px solid rgba(29, 45, 68, 0.1);
  color: var(--vm-text);
}

body.market-page .nav-user {
  color: var(--vm-text);
  font-weight: 700;
}

body.market-page .litb-category-strip {
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(29, 45, 68, 0.06);
  border-bottom: 1px solid rgba(29, 45, 68, 0.08);
}

body.market-page .litb-category-inner {
  min-height: 26px;
  gap: 0.75rem;
  overflow-x: auto;
  white-space: nowrap;
}

body.market-page .litb-category-inner::-webkit-scrollbar {
  display: none;
}

body.market-page .litb-category-link {
  color: var(--vm-text);
  font-size: 0.72rem;
  font-weight: 600;
}

body.market-page .litb-category-link:hover,
body.market-page .litb-sale-link {
  color: var(--vm-coral);
}

body.market-page .litb-category-link-strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
}

body.market-page #navOverlay {
  background: rgba(13, 19, 33, 0.5);
}

body.market-page .nav-right.d-lg-none {
  background: linear-gradient(180deg, #fdfefe 0%, #f1f6fa 100%);
  box-shadow: 0 18px 50px rgba(13, 19, 33, 0.16);
}

body.market-page .market-shell {
  width: min(1420px, calc(100% - 22px));
  margin: 0 auto;
}

body.market-page #heroBanner {
  display: flex !important;
  position: relative;
  min-height: 640px !important;
  margin-top: 8px !important;
  border-radius: 34px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #d7e3ed 0%, #eef4f8 100%) !important;
  box-shadow: var(--vm-shadow);
}

body.market-page .banner-slide img {
  object-fit: cover !important;
  filter: brightness(0.48) saturate(0.92);
}

body.market-page .banner-overlay {
  z-index: 3;
  width: 100%;
  max-width: none;
  padding: 0 5.5%;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  align-items: end;
  gap: 1.25rem;
}

body.market-page .banner-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(12, 19, 33, 0.9) 0%, rgba(12, 19, 33, 0.74) 38%, rgba(12, 19, 33, 0.36) 64%, rgba(12, 19, 33, 0.08) 100%),
    radial-gradient(circle at 20% 30%, rgba(212, 160, 23, 0.18), transparent 22%);
  z-index: -1;
}

body.market-page .hero-copy {
  max-width: 760px;
  align-self: center;
  padding-block: 2rem;
}

body.market-page .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f6e7b1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.market-page .hero-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--vm-gold);
  box-shadow: 0 0 14px rgba(212, 160, 23, 0.8);
}

body.market-page .banner-overlay h1 {
  margin: 0.95rem 0 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 700;
  line-height: 0.92;
  text-shadow: none;
  animation: none;
}

body.market-page .banner-overlay h1 span {
  color: var(--vm-amber);
}

body.market-page .banner-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  max-width: 560px;
  margin: 1.1rem 0 0;
  animation: none;
}

body.market-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

body.market-page .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 50px;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.market-page .hero-cta:hover {
  transform: translateY(-2px);
}

body.market-page .hero-cta-primary {
  background: linear-gradient(135deg, var(--vm-gold) 0%, var(--vm-amber) 100%);
  color: #1f1705;
}

body.market-page .hero-cta-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

body.market-page .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

body.market-page .hero-metric {
  min-width: 140px;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

body.market-page .hero-metric strong,
body.market-page .hero-metric span {
  display: block;
}

body.market-page .hero-metric strong {
  color: #fff;
  font-size: 1.15rem;
}

body.market-page .hero-metric span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.market-page .hero-sidecard {
  position: relative;
  z-index: 1;
  align-self: end;
  margin-bottom: 4.4rem;
  padding: 1.2rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 36px rgba(8, 12, 24, 0.22);
}

body.market-page .hero-sidecard-top {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

body.market-page .hero-sidecard-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.18);
  color: #f6d98b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.market-page .hero-sidecard-top strong {
  color: #fff;
  font-size: 1.25rem;
}

body.market-page .hero-side-list {
  display: grid;
  gap: 0.8rem;
}

body.market-page .hero-side-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.market-page .hero-side-item:first-child {
  border-top: 0;
  padding-top: 0;
}

body.market-page .hero-side-rank {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
}

body.market-page .hero-side-item strong,
body.market-page .hero-side-item span {
  display: block;
}

body.market-page .hero-side-item strong {
  color: #fff;
  font-size: 0.96rem;
}

body.market-page .hero-side-item span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.4;
}

body.market-page .hero-side-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

body.market-page .hero-side-footer a {
  color: #fff;
  font-weight: 800;
}

body.market-page .banner-dots {
  bottom: 18px;
}

body.market-page .banner-dots .dot {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.44);
}

body.market-page .banner-dots .dot.active {
  background: var(--vm-gold);
}

body.market-page .market-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.1rem 0 1.35rem;
}

body.market-page .benefit-pill {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: var(--vm-shadow-soft);
}

body.market-page .benefit-pill i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 178, 172, 0.16), rgba(212, 160, 23, 0.14));
  color: var(--vm-slate);
  font-size: 1.12rem;
}

body.market-page .benefit-pill strong,
body.market-page .benefit-pill span {
  display: block;
}

body.market-page .benefit-pill strong {
  font-size: 0.96rem;
  color: var(--vm-text);
}

body.market-page .benefit-pill span {
  margin-top: 0.18rem;
  color: var(--vm-muted);
  font-size: 0.83rem;
  line-height: 1.48;
}

body.market-page .market-promo-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1.4rem;
}

body.market-page .promo-panel {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 1.6rem;
  border-radius: 26px;
  color: #fff;
  box-shadow: var(--vm-shadow);
}

body.market-page .promo-panel::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body.market-page .promo-panel-large {
  background: linear-gradient(135deg, #101b30 0%, #1d2d44 100%);
}

body.market-page .promo-panel-sale {
  background: linear-gradient(135deg, #ef476f 0%, #f78c6b 100%);
}

body.market-page .promo-panel-store {
  background: linear-gradient(135deg, #26547c 0%, #38b2ac 100%);
}

body.market-page .promo-label {
  display: inline-flex;
  margin-bottom: 0.95rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.market-page .promo-panel h2,
body.market-page .promo-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 800;
  line-height: 1.08;
}

body.market-page .promo-panel h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  max-width: 13ch;
}

body.market-page .promo-panel h3 {
  font-size: 1.35rem;
  max-width: 16ch;
}

body.market-page .promo-panel p {
  position: relative;
  z-index: 1;
  max-width: 40ch;
  margin: 0.9rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.82);
}

body.market-page .promo-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
}

body.market-page .market-surface,
body.market-page .curated-stores .card,
body.market-page .product-section,
body.market-page .market-footer {
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: var(--vm-radius) !important;
  box-shadow: var(--vm-shadow-soft);
}

body.market-page .section-intro {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
}

body.market-page .section-intro-compact {
  margin-bottom: 1rem;
}

body.market-page .section-tag {
  color: var(--vm-mint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.market-page .section-heading {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  line-height: 1;
  color: var(--vm-text);
}

body.market-page .section-copy {
  margin: 0;
  color: var(--vm-muted);
  font-size: 0.96rem;
}

body.market-page .category-section {
  margin: 20px 0 !important;
  padding: 1.7rem !important;
}

body.market-page .litb-categories-panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1rem;
  align-items: stretch;
}

body.market-page .litb-categories-side {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--vm-night) 0%, var(--vm-slate) 100%);
  color: #fff;
}

body.market-page .litb-categories-badge {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #f6d98b;
  font-size: 1.1rem;
  flex: 0 0 auto;
}

body.market-page .litb-categories-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.market-page .litb-categories-side h3 {
  margin: 0.35rem 0 0;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
}

body.market-page .litb-categories-side p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.market-page .categories-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem !important;
  grid-auto-flow: initial !important;
}

body.market-page .category-link {
  display: block;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.market-page .category-link:hover {
  transform: translateY(-6px);
  box-shadow: var(--vm-shadow);
}

body.market-page .category-card-visual {
  position: relative;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #dfe8ef 0%, #eef4f8 100%);
  box-shadow: var(--vm-shadow-soft);
}

body.market-page .category-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.market-page .category-link:hover .category-card-visual img {
  transform: scale(1.06);
}

body.market-page .category-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 18, 32, 0.04) 0%, rgba(10, 18, 32, 0.14) 38%, rgba(10, 18, 32, 0.84) 100%),
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.22), transparent 24%);
}

body.market-page .category-card-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  display: grid;
  gap: 0.35rem;
  z-index: 1;
}

body.market-page .category-card-label {
  display: inline-flex;
  width: fit-content;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.market-page .category-title {
  max-width: 100%;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.12;
}

body.market-page .market-listing-zone {
  padding: 0.3rem 0 0;
}

body.market-page .sections-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

body.market-page .main-section {
  margin-bottom: 1.2rem;
}

body.market-page .main-title {
  margin: 0 0 0.95rem;
  padding-left: 0.2rem;
  font-family: "Playfair Display", serif;
  font-size: 1.85rem;
  color: var(--vm-text);
}

body.market-page .product-section {
  margin-bottom: 1.15rem !important;
  overflow: hidden;
}

body.market-page .section-header {
  position: relative;
  padding: 1rem 1.15rem !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

body.market-page .section-header::after {
  content: "Featured";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.market-page .row-scroll {
  gap: 1rem;
  padding: 1rem;
}

body.market-page .product-card {
  width: 205px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 253, 0.96)) !important;
  border: 1px solid rgba(62, 92, 118, 0.1) !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.market-page .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--vm-shadow);
  border-color: rgba(56, 178, 172, 0.22) !important;
}

body.market-page .media {
  height: 214px !important;
  background:
    radial-gradient(circle at top, rgba(212, 160, 23, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
}

body.market-page .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.95rem;
}

body.market-page .badge {
  top: 10px !important;
  left: 10px !important;
  padding: 0.34rem 0.54rem !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vm-coral) 0%, #ff7d94 100%) !important;
  font-size: 0.72rem !important;
}

body.market-page .product-body {
  padding: 0.95rem !important;
}

body.market-page .product-body .fw-bold {
  min-height: 2.45em;
  font-size: 0.94rem !important;
  line-height: 1.3;
  color: var(--vm-text);
}

body.market-page .product-body .text-muted {
  color: var(--vm-muted) !important;
  font-size: 0.79rem !important;
  min-height: 2.6em;
}

body.market-page .product-body .price {
  color: var(--vm-night) !important;
  font-size: 1.04rem !important;
  font-weight: 800 !important;
}

body.market-page .rating {
  color: var(--vm-gold);
}

body.market-page .views {
  color: var(--vm-muted) !important;
}

body.market-page .curated-stores {
  margin: 1.25rem 0 2rem !important;
}

body.market-page .curated-stores .card {
  padding: 1.6rem !important;
}

body.market-page .store-card {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(62, 92, 118, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 251, 0.96));
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.market-page .store-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--vm-shadow);
}

body.market-page .store-card img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(62, 92, 118, 0.12);
}

body.market-page .store-shop-btn {
  min-width: 112px;
  background: var(--vm-night) !important;
  color: #fff !important;
  border: 0 !important;
}

body.market-page .store-shop-btn:hover {
  background: var(--vm-slate) !important;
}

body.market-page .modal-content {
  border-radius: 26px;
  overflow: hidden;
}

body.market-page .modal {
  z-index: 1400 !important;
}

body.market-page .modal-backdrop {
  z-index: 1390 !important;
}

body.market-page .auth-modal .modal-body {
  background:
    radial-gradient(circle at top right, rgba(56, 178, 172, 0.08), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

body.market-page #signinToast {
  background: linear-gradient(135deg, var(--vm-night) 0%, var(--vm-slate) 100%) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 40px rgba(13, 19, 33, 0.22) !important;
}

body.market-page .market-footer {
  margin-top: 1rem;
  padding: 3.2rem 1rem 1.3rem !important;
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.12), transparent 20%),
    linear-gradient(180deg, #132238 0%, #0d1321 100%) !important;
  color: #eaf0f6 !important;
  border-radius: 32px 32px 0 0 !important;
}

body.market-page .market-footer h6 {
  color: #fff7dc !important;
  font-size: 0.88rem !important;
}

body.market-page .market-footer a,
body.market-page .market-footer span,
body.market-page .market-footer .footer-bottom,
body.market-page .market-footer .footer-bottom a {
  color: rgba(234, 240, 246, 0.74) !important;
}

body.market-page .market-footer a:hover {
  color: #ffd56b !important;
}

body.market-page .market-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.market-page #subscribeForm input {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.market-page #subscribeForm input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

body.market-page #subscribeForm .btn {
  min-height: 46px;
  background: linear-gradient(135deg, var(--vm-gold) 0%, var(--vm-amber) 100%);
  border-color: transparent;
  color: #1f1705;
}

@media (max-width: 991px) {
  body.market-page {
    padding-top: 44px !important;
  }

  body.market-page .litb-promo-links,
  body.market-page .litb-utility-bar,
  body.market-page .litb-category-strip {
    display: none !important;
  }

  body.market-page .header-row {
    min-height: 30px;
    padding: 0.05rem 0.2rem;
  }

  body.market-page .market-shell {
    width: calc(100% - 12px);
  }

  body.market-page #heroBanner {
    min-height: 560px !important;
    border-radius: 26px !important;
  }

  body.market-page .banner-overlay {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  body.market-page .banner-overlay::before {
    inset: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(12, 19, 33, 0.82) 0%, rgba(12, 19, 33, 0.66) 48%, rgba(12, 19, 33, 0.28) 100%);
  }

  body.market-page .hero-copy {
    max-width: 100%;
  }

  body.market-page .hero-metrics {
    justify-content: center;
  }

  body.market-page .hero-sidecard {
    margin-bottom: 1.2rem;
  }

  body.market-page .market-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.market-page .market-promo-grid {
    grid-template-columns: 1fr;
  }

  body.market-page .litb-categories-panel {
    grid-template-columns: 1fr;
  }

  body.market-page .category-section {
    padding: 1.2rem !important;
  }

  body.market-page .categories-wrapper {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(240px, 240px) !important;
    grid-template-columns: none !important;
    gap: 0.9rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0.15rem 0.2rem 0.65rem !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.market-page .categories-wrapper::-webkit-scrollbar {
    display: none;
  }

  body.market-page .category-link {
    min-width: 240px;
    scroll-snap-align: start;
  }

  body.market-page .category-card-visual {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  body.market-page #heroBanner {
    min-height: 500px !important;
  }

  body.market-page .banner-overlay h1 {
    font-size: 2.5rem;
  }

  body.market-page .hero-actions {
    justify-content: center;
  }

  body.market-page .hero-sidecard {
    padding: 1rem;
  }

  body.market-page .section-intro {
    margin-bottom: 0.9rem;
  }

  body.market-page .categories-wrapper {
    grid-auto-columns: minmax(200px, 200px) !important;
    gap: 0.75rem !important;
    padding-bottom: 0.55rem !important;
  }

  body.market-page .category-link {
    min-width: 200px;
  }

  body.market-page .market-benefits {
    grid-template-columns: 1fr;
  }

  body.market-page .row-scroll {
    gap: 0.8rem;
    padding: 0.85rem;
  }

  body.market-page .product-card {
    width: 160px !important;
  }

  body.market-page .media {
    height: 156px !important;
  }

  body.market-page .section-header::after {
    display: none;
  }
}

@media (max-width: 480px) {
  body.market-page .litb-promo-bar .litb-inner {
    min-height: 24px;
    justify-content: center;
  }

  body.market-page .litb-promo-links {
    display: none;
  }

  body.market-page .banner-overlay h1 {
    font-size: 2.1rem;
  }

  body.market-page .banner-overlay p {
    font-size: 0.94rem;
  }

  body.market-page .hero-cta {
    width: 100%;
  }

  body.market-page .litb-categories-side {
    padding: 0.9rem;
  }

  body.market-page .category-card-visual {
    min-height: 172px;
  }
}

@media (max-width: 520px) {
  body.market-page .categories-wrapper {
    grid-auto-columns: minmax(174px, 174px) !important;
    gap: 0.65rem !important;
    padding-right: 0.15rem !important;
  }

  body.market-page .category-link {
    min-width: 174px;
  }

  body.market-page .category-card-visual {
    min-height: 156px;
  }

  body.market-page .category-card-content {
    padding: 0.8rem;
  }

  body.market-page .category-card-label {
    font-size: 0.64rem;
    padding: 0.28rem 0.52rem;
  }

  body.market-page .category-title {
    font-size: 0.92rem !important;
  }
}

body.comrades-page {
  background:
    radial-gradient(circle at top left, rgba(239, 71, 111, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(56, 178, 172, 0.12), transparent 22%),
    linear-gradient(180deg, #fff7fb 0%, #f4f9fc 42%, #fbfdff 100%) !important;
}

body.comrades-page .litb-promo-bar {
  background: linear-gradient(90deg, #5a189a 0%, #7b2cbf 48%, #ef476f 100%);
  color: #fff;
}

body.comrades-page .litb-category-link:hover,
body.comrades-page .litb-sale-link,
body.comrades-page .section-tag {
  color: #7b2cbf;
}

body.comrades-page .header-search input:focus {
  border-color: rgba(123, 44, 191, 0.55);
  box-shadow: 0 0 0 4px rgba(123, 44, 191, 0.12);
}

body.comrades-page .search-icon {
  color: #7b2cbf;
}

body.comrades-page .btn-primary,
body.comrades-page .store-shop-btn {
  background: #7b2cbf !important;
  border-color: #7b2cbf !important;
}

body.comrades-page .btn-primary:hover,
body.comrades-page .store-shop-btn:hover {
  background: #641fa0 !important;
  border-color: #641fa0 !important;
}

body.comrades-page .btn-success,
body.comrades-page .hero-cta-primary,
body.comrades-page #subscribeForm .btn {
  background: linear-gradient(135deg, #ef476f 0%, #ff8fab 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.comrades-page #heroBanner {
  background: linear-gradient(135deg, #2a0f44 0%, #4a1e78 48%, #132238 100%) !important;
}

body.comrades-page .banner-slide img {
  filter: brightness(0.4) saturate(1.05);
}

body.comrades-page .banner-overlay::before {
  background:
    linear-gradient(90deg, rgba(22, 8, 38, 0.92) 0%, rgba(58, 18, 96, 0.76) 44%, rgba(19, 34, 56, 0.26) 100%),
    radial-gradient(circle at 24% 24%, rgba(239, 71, 111, 0.22), transparent 20%);
}

body.comrades-page .hero-kicker {
  color: #ffd4e0;
  border-color: rgba(255, 255, 255, 0.18);
}

body.comrades-page .hero-kicker::before,
body.comrades-page .banner-dots .dot.active {
  background: #ef476f;
  box-shadow: 0 0 14px rgba(239, 71, 111, 0.7);
}

body.comrades-page .banner-overlay h1 span {
  color: #ff9fbc;
}

body.comrades-page .hero-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
}

body.comrades-page .hero-sidecard {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
}

body.comrades-page .hero-sidecard-tag {
  background: rgba(239, 71, 111, 0.18);
  color: #ffd4e0;
}

body.comrades-page .benefit-pill i {
  background: linear-gradient(135deg, rgba(123, 44, 191, 0.16), rgba(239, 71, 111, 0.16));
  color: #7b2cbf;
}

body.comrades-page .promo-panel-large {
  background: linear-gradient(135deg, #3c096c 0%, #7b2cbf 100%);
}

body.comrades-page .promo-panel-sale {
  background: linear-gradient(135deg, #ef476f 0%, #ff7aa2 100%);
}

body.comrades-page .promo-panel-store {
  background: linear-gradient(135deg, #264653 0%, #2a9d8f 100%);
}

body.comrades-page .litb-categories-side {
  background: linear-gradient(180deg, #3c096c 0%, #7b2cbf 100%);
}

body.comrades-page .litb-categories-badge {
  color: #ffd4e0;
}

body.comrades-page .category-card-overlay {
  background:
    linear-gradient(180deg, rgba(20, 9, 35, 0.04) 0%, rgba(20, 9, 35, 0.16) 38%, rgba(20, 9, 35, 0.86) 100%),
    radial-gradient(circle at top right, rgba(239, 71, 111, 0.24), transparent 24%);
}

body.comrades-page .product-card:hover {
  border-color: rgba(123, 44, 191, 0.22) !important;
}

body.comrades-page .badge {
  background: linear-gradient(135deg, #7b2cbf 0%, #ef476f 100%) !important;
}

body.comrades-page .product-body .price {
  color: #7b2cbf !important;
}

body.comrades-page .market-footer {
  background:
    radial-gradient(circle at top right, rgba(239, 71, 111, 0.14), transparent 20%),
    linear-gradient(180deg, #1a0f2e 0%, #10081d 100%) !important;
}
