:root {
  --bg-0: #07090d;
  --bg-1: #10141c;
  --bg-2: #161d28;
  --panel: rgba(10, 14, 20, 0.78);
  --panel-strong: rgba(13, 18, 26, 0.94);
  --panel-soft: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #edf1f7;
  --text-soft: rgba(237, 241, 247, 0.72);
  --gold: #f0c56a;
  --gold-strong: #ffde92;
  --success: #8bd6a3;
  --danger: #ca564f;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

body.theme-kingdoms {
  --kingdom-red: #b5403b;
  --kingdom-red-soft: rgba(181, 64, 59, 0.22);
  --kingdom-gold: #d6aa45;
  --kingdom-gold-soft: rgba(214, 170, 69, 0.20);
  --kingdom-blue: #456eb7;
  --kingdom-blue-soft: rgba(69, 110, 183, 0.22);
}

body.theme-brown {
  --kingdom-red: #8e5a34;
  --kingdom-red-soft: rgba(142, 90, 52, 0.24);
  --kingdom-gold: #b17e49;
  --kingdom-gold-soft: rgba(177, 126, 73, 0.22);
  --kingdom-blue: #6f5436;
  --kingdom-blue-soft: rgba(111, 84, 54, 0.22);
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(181, 64, 59, 0.20), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(214, 170, 69, 0.18), transparent 24%),
    radial-gradient(circle at 70% 76%, rgba(69, 110, 183, 0.18), transparent 28%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg-1) 38%, var(--bg-0) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 140px);
  mix-blend-mode: screen;
}

body::after {
  inset: auto -8vw -14vh auto;
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 170, 69, 0.10) 0%, transparent 66%);
  filter: blur(18px);
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
.brand-title,
.shop-hero-title {
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: 0.03em;
}

.glass-nav {
  position: sticky;
  top: 0;
  background: rgba(7, 9, 13, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.glass-nav::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue), transparent);
  opacity: 0.85;
}

.brand-block {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from 210deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue), var(--kingdom-red));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 30px rgba(214, 170, 69, 0.18);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(15, 20, 28, 0.98), rgba(7, 9, 13, 0.98));
}

.brand-core {
  position: relative;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-strong), #fff3c2);
  box-shadow: 0 0 18px rgba(255, 222, 146, 0.35);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-title {
  font-size: 1.06rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-sub {
  color: var(--text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.card-skin,
.panel-box,
.shop-sidebar,
.shop-content,
.shop-topbox,
.shop-item,
.shop-hero,
.product-hero,
.kingdom-chip {
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.92), rgba(10, 14, 20, 0.94));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card-skin,
.panel-box,
.shop-sidebar,
.shop-content,
.shop-topbox,
.shop-hero,
.product-hero {
  border-radius: 22px;
}

.small-muted {
  color: var(--text-soft);
}

.shop-hero,
.product-hero {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

.shop-hero::before,
.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 34%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 34%);
  pointer-events: none;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
  gap: 1.2rem;
  align-items: center;
}

.shop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  color: var(--gold-strong);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.shop-kicker::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
}

.shop-hero-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.shop-hero-text {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.shop-hero-note {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.kingdom-row {
  display: grid;
  gap: 0.8rem;
}

.kingdom-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.kingdom-chip:hover {
  transform: translateY(-2px);
}

.kingdom-emblem {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0 20px rgba(255, 255, 255, 0.08);
}

.kingdom-emblem::before,
.kingdom-emblem::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.kingdom-emblem::before {
  width: 1.45rem;
  height: 0.22rem;
  background: rgba(255, 255, 255, 0.82);
}

.kingdom-emblem::after {
  width: 0.22rem;
  height: 1.45rem;
  background: rgba(255, 255, 255, 0.72);
}

.kingdom-chip strong {
  display: block;
  font-size: 0.98rem;
}

.kingdom-chip small {
  display: block;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.kingdom-red {
  --accent: var(--kingdom-red);
  --accent-soft: var(--kingdom-red-soft);
}

.kingdom-gold {
  --accent: var(--kingdom-gold);
  --accent-soft: var(--kingdom-gold-soft);
}

.kingdom-blue {
  --accent: var(--kingdom-blue);
  --accent-soft: var(--kingdom-blue-soft);
}

.kingdom-neutral {
  --accent: rgba(255, 255, 255, 0.42);
  --accent-soft: rgba(255, 255, 255, 0.08);
}

.kingdom-chip,
.shop-topbox,
.shop-cat-link,
.shop-item,
.product-hero,
.product-card,
.shop-badge,
.coin-pill {
  border-color: color-mix(in srgb, var(--accent, rgba(255,255,255,0.2)) 52%, rgba(255,255,255,0.10));
}

.kingdom-chip,
.shop-topbox.kingdom-red,
.shop-topbox.kingdom-gold,
.shop-topbox.kingdom-blue,
.shop-cat-link.kingdom-red,
.shop-cat-link.kingdom-gold,
.shop-cat-link.kingdom-blue,
.shop-item.kingdom-red,
.shop-item.kingdom-gold,
.shop-item.kingdom-blue,
.product-hero.kingdom-red,
.product-hero.kingdom-gold,
.product-hero.kingdom-blue {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 35px rgba(0, 0, 0, 0.28), 0 0 0 1px var(--accent-soft);
}

.kingdom-chip .kingdom-emblem,
.shop-topbox::before,
.shop-item::before,
.product-hero::after,
.shop-cat-link::before {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 84%, #ffffff 16%), color-mix(in srgb, var(--accent) 72%, #000000 28%));
}

.price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  color: #22170c;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold));
  box-shadow: 0 10px 24px rgba(240, 197, 106, 0.22);
}

.coin-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(240, 197, 106, 0.10);
  color: #f4db9c;
}

.reward-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), transparent 35%);
}

.reward-row:last-child {
  border-bottom: 0;
}

.product-card,
.shop-cat-link,
.shop-badge,
.btn,
.form-control,
.form-select {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.product-card:hover,
.shop-cat-link:hover,
.shop-badge:hover {
  transform: translateY(-2px);
}

.admin-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.stat-card {
  padding: 1rem 1.1rem;
}

.table-dark {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.05);
}

.table-dark thead th {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: #f4dd9d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.form-control,
.form-select {
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.88);
  color: var(--text);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(240, 197, 106, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(240, 197, 106, 0.14);
  background: rgba(10, 14, 20, 0.95);
  color: var(--text);
}

.btn {
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-warning {
  border: 0;
  color: #23170c;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold));
  box-shadow: 0 10px 26px rgba(240, 197, 106, 0.18);
}

.btn-warning:hover,
.btn-warning:focus {
  color: #1d1309;
  background: linear-gradient(135deg, #ffe4a5, #e6b95d);
  box-shadow: 0 14px 30px rgba(240, 197, 106, 0.24);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.shop-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.shop-topbox {
  position: relative;
  overflow: hidden;
  padding: 16px;
}

.shop-topbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 3px;
  border-radius: 999px;
}

.shop-topbox small {
  display: block;
  margin-bottom: 6px;
  color: var(--text-soft);
}

.shop-topbox strong {
  font-size: 1.4rem;
}

.shop-topbox.sm strong {
  color: var(--gold-strong);
}

.shop-topbox.gold strong {
  color: #9ad7ff;
}

.shop-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.shop-sidebar {
  padding: 14px;
  height: 700px;
  overflow: hidden;
}

.shop-sidebar h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.shop-cat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 170, 69, 0.9) rgba(255, 255, 255, 0.06);
}

.shop-cat-list::-webkit-scrollbar {
  width: 10px;
}

.shop-cat-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.shop-cat-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(10, 14, 20, 0.65);
  background: linear-gradient(180deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
}

.shop-cat-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px 12px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #dfe7f0;
}

.shop-cat-link::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 50%;
  width: 4px;
  height: 60%;
  transform: translateY(-50%);
  border-radius: 999px;
  opacity: 0.86;
}

.shop-cat-link.active {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, rgba(255,255,255,0.04)), rgba(255,255,255,0.03));
}

.shop-content {
  padding: 18px;
  min-height: 700px;
}

.shop-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
}

.shop-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shop-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 16px;
}

.shop-search-form-compact {
  margin-top: 14px;
  margin-bottom: 12px;
}

.mall-search-table {
  width: 100%;
  table-layout: fixed;
}

.mall-search-col-input {
  width: auto;
}

.mall-search-col-submit {
  width: 74px;
}

.mall-search-col-clear {
  width: 88px;
}

.mall-search-input-cell {
  width: 100%;
  padding-right: 10px;
}

.mall-search-button-cell {
  white-space: nowrap;
  padding-left: 0;
  text-align: left;
}

.mall-search-submit-cell {
  padding-right: 8px;
}

.mall-search-table .shop-search-button {
  width: 74px;
  min-width: 74px;
}

.mall-search-table .shop-search-clear {
  width: 88px;
  min-width: 88px;
}

.shop-search-input {
  flex: 1 1 260px;
  min-width: 0;
}

.shop-search-button,
.shop-search-clear {
  min-width: 112px;
  white-space: nowrap;
}

.shop-search-clear-placeholder {
  display: inline-block;
  width: 88px;
  height: 42px;
}

.shop-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 16px;
}

.shop-item-row {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 168px;
  gap: 18px;
  align-items: start;
}

.shop-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.shop-item::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 22%, transparent) 0%, transparent 68%);
  pointer-events: none;
}

.shop-item .contains {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #d7e0e8;
  font-size: 0.9rem;
}

.shop-item-media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.shop-item-thumb-frame {
  width: 104px;
  min-width: 104px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.shop-item-thumb {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.shop-item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
}

.shop-item-category {
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.shop-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.shop-item-title {
  line-height: 1.15;
}

.shop-item-title-link {
  color: inherit;
  text-decoration: none;
  width: fit-content;
}

.shop-item-title-link:hover .shop-item-title {
  color: #fff2c5;
}

.shop-item-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
}

.shop-item-cost-line {
  width: 100%;
  color: #f3e6c2;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
}

.shop-item-cost-line strong {
  color: var(--gold-strong);
}

.shop-item-description {
  color: var(--text-soft);
  line-height: 1.6;
}

.shop-item-buy {
  min-width: 124px;
  text-align: center;
}

.shop-item-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.shop-pagination-compact {
  margin-top: 12px;
}

.shop-pagination-meta {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.shop-pagination-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-pagination-link,
.shop-pagination-current {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.shop-pagination-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.shop-pagination-current {
  border-color: rgba(240, 197, 106, 0.58);
  background: rgba(240, 197, 106, 0.12);
  color: var(--gold-strong);
  font-weight: 700;
}

.shop-pagination-dots {
  color: var(--text-soft);
  padding: 0 2px;
}

.shop-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 1rem;
  align-items: end;
}

.product-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 4px;
  border-radius: 999px;
}

.product-hero-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}

.product-hero-title {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
}

.product-side-panel {
  height: 100%;
}

.hero-box {
  padding: 1.15rem 1.2rem;
}

@media (max-width: 1100px) {
  .shop-hero,
  .product-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .shop-topbar {
    grid-template-columns: 1fr 1fr;
  }

  .shop-shell {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    height: 280px;
  }
}

@media (max-width: 700px) {
  .brand-sub {
    display: none;
  }

  .shop-topbar {
    grid-template-columns: 1fr;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-item-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .shop-item-media {
    justify-content: flex-start;
  }

  .shop-item-thumb-frame {
    width: 92px;
    min-width: 92px;
    padding: 10px;
  }

  .shop-item-thumb {
    width: 64px;
    height: 64px;
  }

  .shop-item-side {
    grid-column: 1 / -1;
    align-items: flex-start;
  }

  .shop-item-cost-line {
    text-align: left;
  }

  .shop-item-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item-buy {
    width: 100%;
  }

  .shop-search-form {
    grid-template-columns: 1fr;
  }

  .shop-search-button,
  .shop-search-clear {
    width: 100%;
  }

  .shop-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-hero,
  .product-hero,
  .shop-content,
  .shop-sidebar,
  .shop-topbox,
  .panel-box,
  .card-skin {
    border-radius: 18px;
  }
}

.product-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  aspect-ratio: 16 / 10;
}

.product-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-media {
  display: flex;
  justify-content: center;
}

.product-detail-thumb-wrap {
  width: min(100%, 280px);
  aspect-ratio: 1 / 1;
  padding: 18px;
}

.product-detail-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inventory-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.inventory-equipped-card {
  padding: 14px;
}

.inventory-equipped-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.inventory-equipped-thumb-wrap {
  width: 76px;
  min-width: 76px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.inventory-equipped-thumb {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.inventory-equipped-copy {
  min-width: 0;
}

.inventory-slot {
  margin-bottom: 0.5rem;
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inventory-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.inventory-mini {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
}
.topup-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.topup-card {
  display: flex;
  flex-direction: column;
}

.topup-coin-count {
  margin-bottom: 0.9rem;
  color: var(--gold-strong);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.paypal-holder {
  min-height: 46px;
}

.payment-status {
  min-height: 2.8rem;
  color: var(--text-soft);
}

.payment-status-info {
  color: #9ad7ff;
}

.payment-status-success {
  color: var(--success);
}

.payment-status-warning {
  color: var(--gold-strong);
}

.payment-status-danger {
  color: #ff8a83;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.25rem;
}

.lang-switch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lang-switch-link:hover {
  color: var(--text-main);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.lang-switch-link.active {
  color: #111;
  border-color: rgba(255, 214, 107, 0.9);
  background: linear-gradient(135deg, rgba(255, 214, 107, 0.96), rgba(240, 165, 51, 0.92));
  box-shadow: 0 10px 22px rgba(240, 165, 51, 0.22);
}

@media (max-width: 700px) {
  .lang-switch {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}
.mall-home {
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
}

.mall-home-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.mall-home-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.05;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.mall-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.mall-summary-card {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.92), rgba(10, 14, 20, 0.94));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mall-summary-card small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-soft);
}

.mall-summary-card strong {
  display: block;
  font-size: 1.15rem;
  color: #fff;
}

.mall-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.mall-category-panel,
.mall-product-panel {
  padding: 0.95rem;
}

.mall-panel-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-strong);
}

.mall-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.mall-cat-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 170, 69, 0.85) rgba(255, 255, 255, 0.06);
}

.mall-cat-list::-webkit-scrollbar,
.mall-product-list::-webkit-scrollbar {
  width: 10px;
}

.mall-cat-list::-webkit-scrollbar-track,
.mall-product-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.mall-cat-list::-webkit-scrollbar-thumb,
.mall-product-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(10, 14, 20, 0.65);
  background: linear-gradient(180deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
}

.mall-product-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 170, 69, 0.85) rgba(255, 255, 255, 0.06);
}

.mall-product-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 16px;
}

.mall-product-media {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.mall-product-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mall-product-copy {
  min-width: 0;
}

.mall-product-copy .h5 {
  margin-bottom: 0.25rem;
}

.mall-product-description {
  color: var(--text-soft);
  line-height: 1.45;
}

.mall-product-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mall-product-price {
  white-space: nowrap;
}

.mall-empty {
  margin: 0;
}

body.mall-browser .glass-nav {
  backdrop-filter: none;
}

body.mall-browser .brand-sub {
  display: none;
}

body.mall-browser .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
}

body.mall-browser .brand-title {
  font-size: 0.98rem;
}

body.mall-browser .navbar .container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

body.mall-browser .nav-item {
  margin-right: 0.8rem;
}

body.mall-browser .nav-link {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.92rem;
}

body.mall-browser main.container {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

body.mall-browser .footer {
  display: none;
}

@media (max-width: 960px) {
  .mall-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mall-layout {
    grid-template-columns: 1fr;
  }

  .mall-cat-list,
  .mall-product-list {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .mall-summary {
    grid-template-columns: 1fr;
  }

  .mall-home-head,
  .mall-panel-head,
  .mall-product-row {
    display: block;
  }

  .mall-product-media {
    margin-bottom: 0.75rem;
  }

  .mall-product-side {
    margin-top: 0.75rem;
    justify-content: flex-start;
  }
}

.mall-home {
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
}

.mall-home-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.mall-home-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.05;
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.mall-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.mall-summary-card {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.92), rgba(10, 14, 20, 0.94));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mall-summary-card small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-soft);
}

.mall-summary-card strong {
  display: block;
  font-size: 1.15rem;
  color: #fff;
}

.mall-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.mall-category-panel,
.mall-product-panel {
  padding: 0.95rem;
}

.mall-panel-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-strong);
}

.mall-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.mall-cat-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 170, 69, 0.85) rgba(255, 255, 255, 0.06);
}

.mall-cat-list::-webkit-scrollbar,
.mall-product-list::-webkit-scrollbar {
  width: 10px;
}

.mall-cat-list::-webkit-scrollbar-track,
.mall-product-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.mall-cat-list::-webkit-scrollbar-thumb,
.mall-product-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(10, 14, 20, 0.65);
  background: linear-gradient(180deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
}

.mall-product-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 170, 69, 0.85) rgba(255, 255, 255, 0.06);
}

.mall-product-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 16px;
}

.mall-product-media {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.mall-product-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mall-product-copy {
  min-width: 0;
}

.mall-product-copy .h5 {
  margin-bottom: 0.25rem;
}

.mall-product-description {
  color: var(--text-soft);
  line-height: 1.45;
}

.mall-product-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mall-product-price {
  white-space: nowrap;
}

.mall-empty {
  margin: 0;
}

body.mall-browser .glass-nav {
  backdrop-filter: none;
}

body.mall-browser .brand-sub {
  display: none;
}

body.mall-browser .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
}

body.mall-browser .brand-title {
  font-size: 0.98rem;
}

body.mall-browser .navbar .container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

body.mall-browser .nav-item {
  margin-right: 0.8rem;
}

body.mall-browser .nav-link {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.92rem;
}

body.mall-browser main.container {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

body.mall-browser .footer {
  display: none;
}

@media (max-width: 960px) {
  .mall-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mall-layout {
    grid-template-columns: 1fr;
  }

  .mall-cat-list,
  .mall-product-list {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .mall-summary {
    grid-template-columns: 1fr;
  }

  .mall-home-head,
  .mall-panel-head,
  .mall-product-row {
    display: block;
  }

  .mall-product-media {
    margin-bottom: 0.75rem;
  }

  .mall-product-side {
    margin-top: 0.75rem;
    justify-content: flex-start;
  }
}

body.mall-browser main.container {
  max-width: 1120px;
}

body.mall-browser .mall-entry-wrap {
  width: 100%;
}

body.mall-browser .mall-entry-summary-table,
body.mall-browser .mall-entry-layout-table,
body.mall-browser .mall-entry-product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

body.mall-browser .mall-entry-summary-table {
  margin-bottom: 14px;
}

body.mall-browser .mall-entry-summary-cell,
body.mall-browser .mall-entry-sidebar-cell,
body.mall-browser .mall-entry-content-cell,
body.mall-browser .mall-entry-thumb-cell,
body.mall-browser .mall-entry-copy-cell,
body.mall-browser .mall-entry-price-cell {
  vertical-align: top;
}

body.mall-browser .mall-entry-summary-cell {
  width: 25%;
  padding: 0 10px 10px 0;
}

body.mall-browser .mall-entry-summary-cell:last-child {
  padding-right: 0;
}

body.mall-browser .mall-entry-box,
body.mall-browser .mall-entry-product-row {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.94), rgba(10, 14, 20, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

body.mall-browser .mall-entry-box small {
  display: block;
  margin-bottom: 6px;
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.mall-browser .mall-entry-box strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
}

body.mall-browser .mall-entry-box.kingdom-red,
body.mall-browser .mall-entry-box.kingdom-gold,
body.mall-browser .mall-entry-box.kingdom-blue,
body.mall-browser .mall-entry-category-link.kingdom-red,
body.mall-browser .mall-entry-category-link.kingdom-gold,
body.mall-browser .mall-entry-category-link.kingdom-blue,
body.mall-browser .mall-entry-product-row.kingdom-red,
body.mall-browser .mall-entry-product-row.kingdom-gold,
body.mall-browser .mall-entry-product-row.kingdom-blue {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 35px rgba(0, 0, 0, 0.28), 0 0 0 1px var(--accent-soft);
}

body.mall-browser .mall-entry-sidebar-cell {
  width: 255px;
  padding-right: 14px;
}

body.mall-browser .mall-entry-side-box,
body.mall-browser .mall-entry-product-box {
  min-height: 540px;
}

body.mall-browser .mall-entry-title {
  margin: 0 0 12px;
  color: var(--gold-strong);
  font-size: 1.18rem;
}

body.mall-browser .mall-entry-head {
  margin-bottom: 14px;
}

body.mall-browser .mall-entry-scroll {
  overflow: auto;
}

body.mall-browser .mall-entry-category-scroll {
  max-height: 470px;
  padding-right: 4px;
}

body.mall-browser .mall-entry-product-scroll {
  max-height: 470px;
  padding-right: 4px;
}

body.mall-browser .mall-entry-category-link {
  display: block;
  margin-bottom: 9px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

body.mall-browser .mall-entry-category-link span {
  display: block;
}

body.mall-browser .mall-entry-category-link .small-muted {
  margin-top: 4px;
}

body.mall-browser .mall-entry-category-link.active {
  background: rgba(255, 255, 255, 0.07);
}

body.mall-browser .mall-entry-product-row {
  margin-bottom: 10px;
  text-decoration: none;
}

body.mall-browser .mall-entry-thumb-cell {
  width: 88px;
  padding-right: 12px;
}

body.mall-browser .mall-entry-thumb-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

body.mall-browser .mall-entry-thumb {
  display: block;
  max-width: 64px;
  max-height: 64px;
}

body.mall-browser .mall-entry-copy-cell {
  padding-right: 12px;
}

body.mall-browser .mall-entry-copy-cell .h5 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

body.mall-browser .mall-entry-description {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.mall-browser .mall-entry-price-cell {
  width: 150px;
  text-align: right;
  white-space: nowrap;
}

body.mall-browser .mall-entry-price {
  display: inline-block;
}

body.mall-browser .mall-entry-scroll::-webkit-scrollbar {
  width: 10px;
}

body.mall-browser .mall-entry-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

body.mall-browser .mall-entry-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
  border-radius: 999px;
}
body.mall-browser .mall-entry-scroll::-webkit-scrollbar-thumb.compact-fix {
  background: linear-gradient(180deg, var(--kingdom-red), var(--kingdom-gold), var(--kingdom-blue));
}

body.mall-browser .mall-entry-summary-table {
  margin-bottom: 10px;
}

body.mall-browser .mall-entry-summary-cell {
  padding: 0 8px 8px 0;
}

body.mall-browser .mall-entry-box,
body.mall-browser .mall-entry-product-row {
  padding: 11px 13px;
}

body.mall-browser .mall-entry-sidebar-cell {
  width: 278px;
  padding-right: 12px;
}

body.mall-browser .mall-entry-side-box,
body.mall-browser .mall-entry-product-box {
  min-height: 500px;
}

body.mall-browser .mall-entry-title {
  margin-bottom: 9px;
  font-size: 1.08rem;
}

body.mall-browser .mall-entry-head {
  margin-bottom: 10px;
}

body.mall-browser .mall-entry-category-scroll {
  max-height: 390px;
}

body.mall-browser .mall-entry-product-scroll {
  max-height: 390px;
}

body.mall-browser .mall-entry-category-link {
  margin-bottom: 7px;
  padding: 10px 12px;
  overflow: hidden;
}

body.mall-browser .mall-entry-category-link span,
body.mall-browser .mall-entry-copy-cell,
body.mall-browser .mall-entry-description {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

body.mall-browser .mall-entry-thumb-cell {
  width: 78px;
  padding-right: 10px;
}

body.mall-browser .mall-entry-thumb-wrap {
  width: 64px;
  height: 64px;
}

body.mall-browser .mall-entry-thumb {
  max-width: 56px;
  max-height: 56px;
}

body.mall-browser .mall-entry-price-cell {
  width: 126px;
}

body.mall-browser .mall-entry-price {
  max-width: 118px;
  text-align: center;
  white-space: normal;
}
body.mall-browser .mall-entry-sidebar-cell {
  width: 320px;
}

body.mall-browser .mall-entry-side-box,
body.mall-browser .mall-entry-product-box {
  min-height: 530px;
}

body.mall-browser .mall-entry-category-scroll {
  max-height: 430px;
}

body.mall-browser .mall-entry-product-scroll {
  max-height: 430px;
}

body.mall-browser .mall-entry-category-link {
  min-height: 48px;
}

.price-badge,
.coin-pill,
.shop-badge,
.btn {
  border-radius: 12px;
}

body.mall-browser .mall-entry-category-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

body.mall-browser .mall-entry-category-name {
  flex: 1 1 auto;
}

body.mall-browser .mall-entry-category-count {
  flex: 0 0 auto;
  margin-top: 0;
  text-align: right;
}
body.mall-browser .mall-product-detail-price-cell {
  width: 220px;
  vertical-align: top;
}

body.mall-browser .mall-product-detail-price {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

body.mall-browser .mall-product-detail-coins {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

body.mall-browser .mall-product-detail-actions,
body.mall-browser .mall-product-buy-form {
  margin-top: 12px;
}

body.mall-browser .mall-product-detail-rewards {
  margin-top: 12px;
}

body.mall-browser .mall-product-detail-summary {
  margin-bottom: 8px;
}

.admin-products-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.admin-products-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.admin-products-toolbar-search {
  flex: 1 1 auto;
  min-width: 0;
}

.admin-products-toolbar .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.admin-products-toolbar-meta {
  align-self: flex-end;
}

.admin-products-pagination-wrap {
  padding: 18px 20px 20px;
}

.admin-products-panel .shop-pagination {
  padding-top: 14px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-products-panel .shop-pagination-links {
  row-gap: 8px;
}
