body.fate-store-page {
  margin: 0;
  color: #f6e9d0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(177, 42, 26, 0.28), transparent 28%),
    linear-gradient(180deg, #070304, #0d0506 40%, #050203 100%);
}

body.fate-store-page *,
body.fate-store-page *::before,
body.fate-store-page *::after {
  box-sizing: border-box;
}

body.fate-store-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.7)),
    url("/resources/images/Header-Background.jpg") center top / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: -2;
}

body.fate-store-page a {
  color: #dfb56f;
}

body.fate-store-page a:hover {
  color: #ffe1b0;
  text-decoration: none;
}

body.fate-store-page p,
body.fate-store-page li,
body.fate-store-page td,
body.fate-store-page th,
body.fate-store-page blockquote,
body.fate-store-page pre,
body.fate-store-page code {
  overflow-wrap: break-word;
  word-break: normal;
}

body.fate-store-page h1,
body.fate-store-page h2,
body.fate-store-page h3,
body.fate-store-page h4,
body.fate-store-page strong,
body.fate-store-page small,
body.fate-store-page label,
body.fate-store-page button,
.store-nav a,
.store-pill,
.store-category-pill,
.product-title,
.rank-name,
.rank-label,
.sidebar-header,
.store-add-label {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body.fate-store-page .container {
  width: min(1380px, calc(100% - 28px));
  max-width: 1380px;
}

.store-spotlight-shell {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.store-spotlight-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 57, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.03);
}

.store-spotlight-header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.store-spotlight-header span,
.store-pin-copy span,
.store-rank-highlight-copy span {
  color: #ffd5a8;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-spotlight-header h2,
.store-pin-copy h3,
.store-rank-highlight-copy strong {
  margin: 0;
  color: #fff2da;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.store-pin-copy h3,
.store-rank-highlight-copy strong {
  font-size: 20px;
}

.store-spotlight-header p,
.store-rank-highlight-card p,
.store-pin-copy p,
.store-empty-note {
  margin: 0;
  color: #d7c1a5;
  line-height: 1.78;
}

.store-rank-highlight-grid,
.store-pin-grid {
  display: grid;
  gap: 16px;
}

.store-rank-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-rank-highlight-card,
.store-pin-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 7, 8, 0.9), rgba(10, 4, 5, 0.84));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.store-rank-highlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-rank-highlight-top img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.store-rank-highlight-copy {
  display: grid;
  gap: 6px;
}

.store-rank-highlight-price {
  color: #ffcf97;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-pin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-pin-card {
  grid-template-rows: auto 1fr auto;
}

.store-pin-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(223, 181, 111, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.store-pin-image img {
  width: min(188px, 100%);
  max-height: 148px;
  object-fit: contain;
  object-position: center;
}

.store-pin-copy {
  display: grid;
  gap: 10px;
}

.store-pin-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.store-pin-price strong {
  color: #fff1dc;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.store-pin-price small {
  color: #a99277;
  font-size: 14px;
  text-decoration: line-through;
}

.store-pin-card .itemform {
  display: grid;
  gap: 12px;
}

.store-pin-card .store-purchase-row {
  margin-top: 2px;
}

.nav-wrapper {
  margin-top: 0;
  padding: 16px 0 0;
}

.store-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background: rgba(11, 5, 6, 0.92);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.store-shell::before,
.wrapper::before,
.product-card::before,
.panel::before,
.sidebar-box::before,
.store-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 152, 84, 0.72), transparent);
}

.store-notice-bar,
.store-header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 12px 24px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-notice-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
  color: #d7c1a5;
}

.store-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.store-brand img {
  width: 140px;
  max-width: 100%;
}

.store-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.store-brand-copy strong {
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-brand-copy span {
  color: #a99277;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.store-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
}

.store-nav a,
.store-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-nav a {
  color: #d7c1a5;
}

.store-nav a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff4df;
}

.store-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.store-pill {
  border: 1px solid rgba(223, 181, 111, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: #fff0d4;
}

.store-pill.accent {
  border-color: rgba(255, 122, 57, 0.32);
  background: linear-gradient(135deg, rgba(255, 122, 57, 0.16), rgba(223, 181, 111, 0.14));
}

.store-header-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #a99277;
}

.store-hero {
  padding: 24px 0 8px;
}

.store-hero-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(7, 3, 4, 0.92), rgba(7, 3, 4, 0.62)),
    url("/resources/images/Header-Background.jpg") center / cover no-repeat;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
}

.store-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -100px -110px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 45, 0.32), transparent 68%);
  pointer-events: none;
}

.store-hero-card h1 {
  margin: 0 0 16px;
  color: #fff4df;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-hero-card p,
.store-side-note,
.store-helper-list li,
.store-payment-note,
.store-store-footer-note {
  color: #d7c1a5;
  line-height: 1.8;
}

.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.store-trust-box {
  padding: 24px;
  border: 1px solid rgba(223, 181, 111, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.store-trust-box h2,
.store-catalog-header h2,
.sidebar-header,
.store-cart-title {
  margin: 0 0 12px;
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-helper-list {
  margin: 0;
  padding-left: 18px;
}

.wrapper {
  position: relative;
  margin-top: 14px;
  margin-bottom: 24px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background: rgba(11, 5, 6, 0.9);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

.server-list {
  padding-left: 12px;
  padding-right: 12px;
}

.store-catalog-header {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.store-catalog-header p {
  margin: 0;
  color: #d7c1a5;
  line-height: 1.8;
}

.panel,
.sidebar-box,
.ranks-box,
.categories-box,
.username-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(20, 8, 10, 0.94), rgba(11, 5, 6, 0.9)) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.panel-body,
.sidebar-box {
  padding: 22px;
}

.sidebar-header {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(223, 181, 111, 0.14);
  text-align: left;
}

.username-form {
  display: grid;
  gap: 12px;
}

.username-form input,
.input-custom input,
.panel input[type="number"] {
  height: 48px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.03);
  color: #fff0d8;
  box-shadow: none;
}

.username-form button,
.btn-success,
.btn-store-alt,
.btn-store-disabled {
  min-height: 48px;
  border: 0;
  border-radius: 999px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.username-form button,
.btn-success {
  background: linear-gradient(135deg, #ff7a39, #cb321d) !important;
  color: #fff7eb !important;
}

.btn-store-alt {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff0d6;
}

.btn-store-disabled {
  width: 100%;
  background: linear-gradient(135deg, rgba(74, 87, 112, 0.5), rgba(49, 55, 71, 0.72));
  color: #d6d9df;
  cursor: not-allowed;
}

.store-cart-title {
  font-size: 24px;
}

#products {
  margin-top: 18px;
  margin-bottom: 16px;
}

.list-group-item,
.cart-item {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  color: #f1e5cb !important;
  margin-bottom: 10px;
}

.store-cart-total {
  color: #fff1d9;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-terms {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.8;
}

.store-terms label {
  font-weight: 500;
}

.store-payment-note {
  margin-top: 12px;
  font-size: 13px;
}

.store-cart-actions {
  margin-top: 18px;
}

.store-cart-links {
  margin-top: 16px;
  text-align: center;
}

.categories-list,
.ranks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li,
.ranks-list li {
  margin-bottom: 10px;
}

.categories-list li a,
.ranks-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: #f1e5cb;
}

.categories-list li a {
  justify-content: space-between;
}

.ranks-list li {
  display: grid;
  grid-template-columns: 92px 32px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
}

.cat-count {
  background: rgba(255, 122, 57, 0.2);
  color: #ffd4b2;
  box-shadow: none;
}

.rank-label,
.rank-name {
  text-shadow: none;
}

.rank-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  flex: 0 0 28px;
  justify-self: center;
  object-fit: contain;
  object-position: center;
}

.rank-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 92px;
  flex: 0 0 92px;
}

.rank-name {
  min-width: 0;
  flex: 1 1 auto;
  justify-self: start;
  width: 100%;
}

.product-card {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 348px;
  padding: 22px 20px 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 9, 11, 0.96), rgba(10, 4, 5, 0.9));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
  text-align: left;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.product-image {
  flex: 0 0 120px;
  margin-bottom: 14px;
  justify-content: flex-start;
}

.product-image img {
  max-height: 116px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.24));
}

.product-title {
  min-height: 52px;
  margin-bottom: 14px;
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.3;
  text-shadow: none;
}

.product-summary {
  min-height: 54px;
  margin: 0 0 16px;
  padding-right: 10px;
  color: #bfa98e;
  font-size: 13px;
  line-height: 1.7;
}

.product-price {
  margin-bottom: 16px;
}

.new-price {
  color: #ffb274;
  font-size: 24px;
  font-weight: 800;
}

.old-price {
  margin-left: 8px;
  color: #897761;
  text-decoration: line-through;
}

.itemform {
  margin-top: auto;
}

.input-custom {
  display: flex;
  gap: 10px;
  width: 100%;
}

.input-custom .input-group-btn {
  width: auto;
}

.add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 178px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(255, 122, 57, 0.18), rgba(223, 181, 111, 0.16));
  color: #fff0d7;
  white-space: nowrap;
  overflow: hidden;
}

.store-add-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card--green {
  border-color: rgba(106, 191, 124, 0.2);
}

.product-card--purple {
  border-color: rgba(161, 108, 255, 0.2);
}

.product-card--blue {
  border-color: rgba(100, 160, 255, 0.2);
}

.product-card--red {
  border-color: rgba(255, 122, 57, 0.28);
}

.store-footer {
  position: relative;
  margin: 6px 0 32px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 26px;
  background: rgba(10, 4, 5, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.store-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.store-footer-grid h3 {
  margin: 0 0 12px;
  color: #fff2d8;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-footer-links {
  display: grid;
  gap: 10px;
}

.store-footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a99277;
}

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

@media (max-width: 900px) {
  .store-header-main {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  body.fate-store-page .container {
    width: calc(100% - 20px);
  }

  .wrapper {
    padding: 16px 12px;
  }

  .store-hero-card {
    padding: 24px;
  }
}

body.fate-store-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 95, 41, 0.24), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(223, 181, 111, 0.1), transparent 16%),
    linear-gradient(180deg, #040102 0%, #0b0304 46%, #050203 100%);
}

body.fate-store-page::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.78)),
    url("/resources/images/Header-background4.png") center top / cover no-repeat;
  opacity: 0.22;
}

.nav-wrapper {
  padding: 18px 0 0;
}

.store-shell,
.store-hero-card,
.wrapper,
.store-footer {
  backdrop-filter: blur(18px);
}

.store-hero-card {
  background:
    linear-gradient(90deg, rgba(7, 3, 4, 0.92), rgba(7, 3, 4, 0.58)),
    url("/resources/images/Header-background4.png") center / cover no-repeat;
  border-color: rgba(223, 181, 111, 0.12);
}

.store-hero-copy,
.store-trust-grid,
.store-side-stack,
.store-showcase-grid > *,
.store-product-grid > * {
  min-width: 0;
}

.store-trust-grid {
  display: grid;
  gap: 16px;
  align-content: start;
}

.store-trust-box--accent {
  background: linear-gradient(180deg, rgba(255, 122, 57, 0.12), rgba(255, 255, 255, 0.04));
}

.store-hero-signal,
.store-catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-hero-signal {
  margin-top: 22px;
}

.store-hero-signal span,
.store-catalog-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(223, 181, 111, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffe0b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-showcase-band {
  padding: 10px 0 6px;
}

.store-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.store-showcase-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 228px;
  padding: 24px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
}

.store-showcase-card > * {
  position: relative;
  z-index: 1;
}

.store-showcase-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 122, 57, 0.94), rgba(223, 181, 111, 0.82));
}

.store-showcase-card.is-paypal {
  background:
    linear-gradient(180deg, rgba(8, 3, 4, 0.12), rgba(8, 3, 4, 0.92)),
    url("/resources/images/CTA-Background.jpg") center / cover no-repeat;
}

.store-showcase-card.is-stripe {
  background:
    linear-gradient(180deg, rgba(8, 3, 4, 0.12), rgba(8, 3, 4, 0.92)),
    url("/resources/images/Footer.jpg") center / cover no-repeat;
}

.store-showcase-card.is-ranks {
  background:
    linear-gradient(180deg, rgba(8, 3, 4, 0.12), rgba(8, 3, 4, 0.92)),
    url("/resources/images/Frame.jpg") center / cover no-repeat;
}

.store-showcase-card.is-claim {
  background:
    linear-gradient(180deg, rgba(8, 3, 4, 0.12), rgba(8, 3, 4, 0.92)),
    url("/resources/images/Play-Header-Background.jpg") center / cover no-repeat;
}

.store-showcase-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 57, 0.16);
  color: #ffd6b0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.store-showcase-card h3 {
  margin: 0;
  color: #fff4df;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.store-showcase-card p {
  margin: 0;
  color: #d7c1a5;
  line-height: 1.8;
}

.store-catalog-header {
  background:
    linear-gradient(90deg, rgba(11, 5, 6, 0.88), rgba(11, 5, 6, 0.68)),
    url("/resources/images/Navbar.jpg") center / cover no-repeat;
}

.store-catalog-tags {
  margin-top: 18px;
}

.store-side-stack {
  display: grid;
  gap: 18px;
}

.categories-list li a,
.ranks-list li {
  min-width: 0;
}

.ranks-list li {
  grid-template-columns: 90px 28px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
}

.rank-icon {
  width: 28px;
  height: 28px;
}

.rank-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.rank-name {
  color: #fff2da;
  font-size: 14px;
}

.rank-note {
  color: #a99277;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rank-tier--donor {
  border-color: rgba(131, 190, 118, 0.16);
}

.rank-tier--elite {
  border-color: rgba(110, 157, 244, 0.16);
}

.rank-tier--ultra {
  border-color: rgba(114, 214, 183, 0.16);
}

.rank-tier--supreme {
  border-color: rgba(168, 122, 255, 0.18);
}

.rank-tier--diamond {
  border-color: rgba(223, 181, 111, 0.22);
}

.rank-tier--amethyst {
  border-color: rgba(168, 142, 228, 0.18);
}

.rank-tier--obsidian {
  border-color: rgba(255, 122, 57, 0.2);
}

.rank-tier--vip {
  border-color: rgba(255, 165, 82, 0.2);
}

.rank-tier--platinum {
  border-color: rgba(212, 220, 245, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.product-card {
  display: grid;
  align-content: start;
  gap: 14px;
  height: 100%;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffe3b7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-chip--discount {
  background: rgba(255, 122, 57, 0.18);
  color: #ffd8bd;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  margin-bottom: 0;
}

.product-title {
  min-height: 0;
  margin: 0;
}

.product-summary {
  min-height: 0;
  margin: 0;
  flex: 1 1 auto;
}

.product-footnote {
  color: #a99277;
  font-size: 12px;
  line-height: 1.7;
}

.store-purchase-row {
  display: grid;
  grid-template-columns: 62px minmax(150px, 1fr);
  gap: 8px;
  align-items: end;
  justify-content: start;
  width: 100%;
}

.store-qty-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
  width: 62px;
}

.store-qty-field span {
  color: #d7c1a5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-qty-field input {
  width: 100%;
}

.add-to-cart-btn {
  min-width: 150px;
  min-height: 52px;
  justify-self: start;
}

.product-card--donor {
  border-color: rgba(131, 190, 118, 0.18);
}

.product-card--elite {
  border-color: rgba(110, 157, 244, 0.18);
}

.product-card--ultra {
  border-color: rgba(114, 214, 183, 0.18);
}

.product-card--supreme {
  border-color: rgba(168, 122, 255, 0.2);
}

.product-card--diamond {
  border-color: rgba(223, 181, 111, 0.24);
}

.product-card--amethyst {
  border-color: rgba(168, 142, 228, 0.2);
}

.product-card--obsidian {
  border-color: rgba(255, 122, 57, 0.24);
}

.product-card--vip {
  border-color: rgba(255, 165, 82, 0.24);
}

.product-card--platinum {
  border-color: rgba(212, 220, 245, 0.28);
  background: linear-gradient(180deg, rgba(28, 15, 17, 0.98), rgba(10, 4, 5, 0.92));
}

@media (max-width: 1180px) {
  .store-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .store-showcase-grid,
  .store-purchase-row {
    grid-template-columns: 1fr;
  }

  .add-to-cart-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .store-hero-signal span,
  .store-catalog-tags span {
    width: 100%;
  }

  .store-showcase-grid {
    grid-template-columns: 1fr;
  }
}

body.fate-store-page {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 500;
}

.store-notice-bar,
.store-header-meta,
.store-nav a,
.store-pill,
.store-showcase-tag,
.product-chip,
.store-add-label,
.store-qty-field span,
.store-footer-bottom {
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.store-brand-copy strong,
.store-hero-card h1,
.store-trust-box h2,
.store-catalog-header h2,
.sidebar-header,
.store-cart-title,
.product-title,
.store-footer-grid h3,
.store-showcase-card h3,
.rank-name {
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.store-brand-copy strong {
  font-size: 26px;
}

.store-brand-copy span,
.store-nav a,
.store-pill,
.store-notice-bar,
.store-header-meta {
  letter-spacing: 0.06em;
}

.store-hero-card p,
.store-side-note,
.store-helper-list li,
.store-payment-note,
.store-store-footer-note,
.store-catalog-header p,
.product-summary,
.store-showcase-card p {
  font-size: 14px;
  line-height: 1.72;
}

.store-nav a,
.store-pill,
.store-category-pill,
.store-add-label,
.add-to-cart-btn,
.rank-label {
  white-space: nowrap;
}

.store-hero-card--compact {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  padding: 28px;
}

.store-hero-summary {
  display: grid;
  gap: 12px;
  align-content: start;
}

.store-summary-row {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.store-summary-row strong {
  color: #fff2db;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-summary-row span {
  color: #d7c1a5;
  line-height: 1.7;
}

.store-catalog-column,
.store-sidebar-column {
  min-width: 0;
}

.store-catalog-header {
  margin-bottom: 14px;
  padding: 22px 24px;
}

.store-category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.store-category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(223, 181, 111, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #f6e9d0;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-category-pill.is-active,
.store-category-pill:hover {
  border-color: rgba(255, 122, 57, 0.34);
  background: linear-gradient(135deg, rgba(255, 122, 57, 0.16), rgba(223, 181, 111, 0.12));
  color: #fff4df;
}

.store-category-pill .cat-count {
  margin-left: 2px;
}

.store-side-stack {
  position: sticky;
  top: 18px;
}

.ranks-box .sidebar-header {
  margin-bottom: 16px;
}

.ranks-list li {
  grid-template-columns: 92px 32px minmax(0, 1fr);
  min-height: 58px;
}

.rank-name {
  min-width: 0;
  font-size: 15px;
}

.product-card {
  min-height: 0;
  padding: 18px;
  gap: 12px;
}

.product-image {
  min-height: 108px;
}

.product-image img {
  max-height: 94px;
}

.product-title {
  font-size: 18px;
  line-height: 1.25;
}

.product-summary {
  font-size: 12px;
  line-height: 1.6;
}

.product-price {
  margin-bottom: 10px;
}

.new-price {
  font-size: 22px;
}

.store-purchase-row {
  gap: 8px;
}

.store-qty-field input,
.add-to-cart-btn {
  height: 46px;
  min-height: 46px;
}

.add-to-cart-btn {
  min-width: 156px;
}

@media (max-width: 1100px) {
  .store-hero-card--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .store-side-stack {
    position: static;
  }
}

@media (max-width: 767px) {
  .store-category-pill {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .store-catalog-column {
    width: 68%;
  }

  .store-sidebar-column {
    width: 32%;
  }
}

.ranks-box .sidebar-header {
  margin-bottom: 14px;
  font-size: clamp(20px, 1.8vw, 24px);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ranks-list li {
  grid-template-columns: 98px 42px minmax(0, 1fr);
  column-gap: 14px;
  min-height: 62px;
}

.rank-icon-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  justify-self: center;
}

.rank-icon {
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
}

.rank-label {
  min-width: 98px;
}

.rank-name {
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
}

.store-purchase-row {
  grid-template-columns: 62px minmax(150px, 1fr);
  gap: 8px;
  align-items: end;
}

.store-qty-field {
  gap: 5px;
}

.store-qty-field span {
  letter-spacing: 0.08em;
}

.store-qty-field input {
  text-align: center;
}

.add-to-cart-btn {
  width: 100%;
  min-width: 150px;
  padding: 0 14px;
  justify-content: center;
}

.store-add-label {
  font-size: 12px;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .store-purchase-row {
    grid-template-columns: 1fr;
  }
}

.store-product-grid .product-card {
  text-align: left;
}

.store-product-grid .product-topline {
  justify-content: flex-start;
}

.store-product-grid .product-image {
  justify-content: flex-start;
}

.store-product-grid .product-summary,
.store-product-grid .product-price,
.store-product-grid .itemform {
  width: 100%;
  text-align: left;
}

/* Final store harmonization to match the home page font system and card media layout */
:root {
  --fate-store-display-font: "Oxanium", "Segoe UI", sans-serif;
  --fate-store-body-font: "Sora", "Segoe UI", sans-serif;
  --fate-store-logo-font: "Metamorphous", "Oxanium", "Segoe UI", sans-serif;
}

body.fate-store-page {
  font-family: var(--fate-store-body-font) !important;
}

body.fate-store-page p,
body.fate-store-page li,
body.fate-store-page td,
body.fate-store-page th,
body.fate-store-page input,
body.fate-store-page button {
  font-family: var(--fate-store-body-font);
}

.store-notice-bar,
.store-header-meta,
.store-nav a,
.store-pill,
.store-category-pill,
.product-chip,
.store-add-label,
.store-qty-field span,
.store-footer-bottom,
.username-form button,
.btn-success,
.btn-store-alt,
.btn-store-disabled {
  font-family: var(--fate-store-display-font) !important;
  letter-spacing: 0.06em;
}

.store-brand-copy strong,
.store-hero-card h1 {
  font-family: var(--fate-store-logo-font) !important;
  letter-spacing: 0.05em;
}

.store-trust-box h2,
.store-catalog-header h2,
.sidebar-header,
.store-cart-title,
.product-title,
.store-footer-grid h3,
.rank-name,
.store-summary-row strong {
  font-family: var(--fate-store-display-font) !important;
  letter-spacing: 0.03em;
}

.store-hero-card h1 {
  font-size: clamp(42px, 6vw, 68px);
}

.store-product-grid > * {
  display: flex;
  margin-bottom: 24px;
}

.store-product-grid .product-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 14px;
  width: 100%;
  min-height: 100%;
  padding: 22px;
}

.store-product-grid .product-topline {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.store-product-grid .product-image {
  display: flex;
  align-items: center;
  justify-content: center !important;
  min-height: 160px;
  margin-bottom: 0;
  padding: 18px 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.016));
}

.store-product-grid .product-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 136px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.store-product-grid .product-title,
.store-product-grid .product-summary,
.store-product-grid .product-price,
.store-product-grid .itemform {
  width: 100%;
}

.store-product-grid .product-summary {
  min-height: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.store-product-grid .product-price {
  margin-top: auto;
}

.store-purchase-row {
  align-items: end;
}

/* Final small-screen store cleanup */
@media (max-width: 820px) {
  .store-rank-highlight-grid,
  .store-pin-grid {
    grid-template-columns: 1fr;
  }

  .store-nav,
  .store-header-actions,
  .store-hero-actions {
    width: 100%;
  }

  .store-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .store-spotlight-panel {
    padding: 18px 16px;
  }

  .store-header-main,
  .store-header-meta,
  .store-notice-bar {
    gap: 12px;
  }

  .store-nav,
  .store-header-actions,
  .store-hero-actions,
  .store-category-bar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-nav a,
  .store-pill,
  .store-category-pill,
  .username-form button,
  .btn-success,
  .btn-store-alt,
  .btn-store-disabled,
  .add-to-cart-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .panel-body,
  .sidebar-box,
  .store-catalog-header,
  .store-summary-row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .store-product-grid > * {
    margin-bottom: 18px;
  }

  .store-product-grid .product-card {
    padding: 18px 16px;
  }

  .store-product-grid .product-image {
    min-height: 138px;
  }

  .store-pin-image {
    min-height: 150px;
  }

  .store-purchase-row {
    grid-template-columns: 1fr;
  }

  .store-cart-links {
    line-height: 1.9;
  }
}

.store-product-grid .product-card {
  min-height: 388px;
  padding: 24px 20px;
  text-align: center;
}

.store-product-grid .product-image {
  min-height: 184px;
  justify-content: center !important;
  padding: 22px 16px;
}

.store-product-grid .product-image img {
  max-height: 152px;
  margin: 0 auto;
}

.store-product-grid .product-title,
.store-product-grid .product-price,
.store-product-grid .itemform {
  text-align: center;
}

.store-product-grid .product-title {
  min-height: 50px;
}

.store-product-grid .itemform {
  margin-top: auto;
}

.store-product-grid .input-custom {
  max-width: 210px;
  margin: 0 auto;
}

.store-product-grid .input-custom input {
  text-align: center;
}

.store-product-grid .add-to-cart-btn {
  min-width: 54px;
  padding: 0 14px;
}
