:root {
  --bg: #070b11;
  --panel: rgba(11, 16, 24, 0.82);
  --panel-solid: #0d131d;
  --line: rgba(130, 170, 255, 0.16);
  --text: #f4f7fb;
  --muted: #9daab9;
  --green: #67f5a4;
  --cyan: #53c8ff;
  --blue: #4169ff;
  --danger: #ff6b7d;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(65, 105, 255, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(83, 200, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #05080d 0%, #091019 34%, #05080d 100%);
  color: var(--text);
  min-height: 100vh;
}

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

img {
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none !important;
}

.shop-shell {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.shop-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(6, 10, 17, 0.72);
  border-bottom: 1px solid rgba(83, 200, 255, 0.08);
}

.shop-nav-inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(83, 200, 255, 0.2), rgba(103, 245, 164, 0.2));
  border: 1px solid rgba(103, 245, 164, 0.22);
  font-family: "Orbitron", sans-serif;
  color: var(--green);
  font-weight: 800;
}

.brand-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-link {
  color: #d7e1ec;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nav-link:hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--green), #33d6ad);
  color: #07110e;
  box-shadow: 0 18px 40px rgba(103, 245, 164, 0.22);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: rgba(83, 200, 255, 0.16);
}

.btn-paypal {
  background: linear-gradient(135deg, #0b5bd3, #179bd7);
  color: white;
}

.btn-discord {
  background: linear-gradient(135deg, #5865f2, #7289da);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(88, 101, 242, 0.22);
}

.btn-block {
  width: 100%;
}

.hero {
  padding: 72px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
}

.hero-card,
.glass-panel,
.package-card,
.faq-card,
.result-card {
  background: linear-gradient(180deg, rgba(12, 18, 28, 0.9), rgba(9, 13, 21, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
}

.hero-card {
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(103, 245, 164, 0.18), transparent 65%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(83, 200, 255, 0.08);
  color: var(--cyan);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.hero h1,
.result-card h1,
.faq-card h1 {
  margin: 20px 0 12px;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
  line-height: 1.05;
}

.hero p,
.result-card p,
.faq-card p,
.meta-copy {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats,
.meta-grid,
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.stat-box,
.meta-box {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-value,
.meta-value {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
}

.stat-label,
.meta-label {
  color: var(--muted);
  font-size: 0.92rem;
}

.payment-rail {
  padding: 30px;
  display: grid;
  gap: 18px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.purchase-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.purchase-form {
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.purchase-title {
  margin: 14px 0 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.stripe-inline-shell {
  display: grid;
  gap: 16px;
}

.stripe-inline-head {
  display: grid;
  gap: 6px;
}

.stripe-inline-status {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(83, 200, 255, 0.14);
  background: rgba(83, 200, 255, 0.06);
  color: #d8f4ff;
  line-height: 1.5;
}

.stripe-inline-status.success {
  border-color: rgba(103, 245, 164, 0.2);
  background: rgba(103, 245, 164, 0.08);
  color: #cbffdf;
}

.stripe-inline-status.info {
  border-color: rgba(83, 200, 255, 0.2);
  background: rgba(83, 200, 255, 0.08);
  color: #d8f4ff;
}

.stripe-inline-status.danger {
  border-color: rgba(255, 107, 125, 0.2);
  background: rgba(255, 107, 125, 0.08);
  color: #ffd7dd;
}

.hidden {
  display: none !important;
}

.stripe-wallet-wrap,
.stripe-card-wrap {
  display: grid;
  gap: 12px;
}

.stripe-element-card {
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(83, 200, 255, 0.16);
  background: rgba(6, 11, 18, 0.92);
  min-height: 84px;
}

.section-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 700;
}

.stripe-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.stripe-divider::before,
.stripe-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(83, 200, 255, 0.22), transparent);
}

.stripe-divider span {
  padding: 0 12px;
}

.checkout-badge-group {
  margin-top: -2px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-label {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}

.text-input {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(83, 200, 255, 0.18);
  background: rgba(9, 13, 21, 0.92);
  color: var(--text);
  padding: 0 16px;
  font: inherit;
  font-size: 1rem;
}

.text-input:focus {
  outline: none;
  border-color: rgba(103, 245, 164, 0.55);
  box-shadow: 0 0 0 4px rgba(103, 245, 164, 0.08);
}

.help-copy {
  margin: 10px 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.identity-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.identity-main {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.identity-avatar {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.identity-avatar.placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(83, 200, 255, 0.22), rgba(88, 101, 242, 0.2));
  color: var(--text);
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
}

.identity-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.identity-copy {
  color: var(--muted);
}

.method-pill-group,
.badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.method-pill,
.badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #eef5ff;
  font-weight: 700;
}

.section {
  padding: 28px 0 18px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-title {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.8rem);
}

.packages-grid,
.info-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.packages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.package-card.featured {
  border-color: rgba(103, 245, 164, 0.38);
  transform: translateY(-8px);
}

.featured-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(103, 245, 164, 0.12);
  color: var(--green);
  font-weight: 700;
  font-size: 0.85rem;
}

.package-price {
  margin: 18px 0 8px;
  font-family: "Orbitron", sans-serif;
  font-size: 2.3rem;
}

.package-coins {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cyan);
}

.package-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.info-card,
.faq-item {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-item button {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  padding: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  color: var(--muted);
}

.faq-item.active .faq-answer {
  max-height: 240px;
  margin-top: 14px;
}

.flash {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.flash.error {
  border-color: rgba(255, 107, 125, 0.26);
  color: #ffd2d8;
}

.flash.info {
  border-color: rgba(83, 200, 255, 0.22);
  color: #c8f0ff;
}

.result-status {
  margin-top: 22px;
}

.result-wrap {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 30px 20px;
}

.result-card,
.faq-card {
  width: min(760px, 100%);
  padding: 36px;
}

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

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

.status-pending {
  color: #ffd166;
}

.status-danger {
  color: #ff9eaa;
}

.result-info-grid {
  margin-top: 18px;
}

.shop-footer {
  padding: 36px 0 60px;
  color: var(--muted);
}

.shop-home .shop-shell {
  padding-bottom: 40px;
}

.home-stage {
  padding: 34px 0 20px;
}

.stage-scene {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(83, 200, 255, 0.12);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  background: #071019;
}

.stage-scene > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.03);
}

.stage-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 14, 0.96) 0%, rgba(4, 8, 14, 0.78) 42%, rgba(4, 8, 14, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.52));
}

.stage-copy {
  position: relative;
  z-index: 1;
  width: min(700px, calc(100% - 52px));
  padding: 56px 0 56px 52px;
}

.stage-copy h1 {
  margin: 22px 0 14px;
  max-width: 11ch;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.9rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.stage-copy p {
  max-width: 52ch;
  color: #d2deeb;
  font-size: 1.12rem;
  line-height: 1.72;
}

.stage-quickbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quick-pill {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(8, 14, 22, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ecf6ff;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.quick-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.quick-panel {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 16, 26, 0.92), rgba(8, 12, 20, 0.96));
  border: 1px solid rgba(83, 200, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.quick-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 245, 164, 0.24);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.38);
}

.quick-panel-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 700;
}

.quick-panel strong {
  font-size: 1.28rem;
}

.quick-panel span:last-child {
  color: var(--muted);
  line-height: 1.5;
}

.home-flash {
  padding-top: 18px;
}

.storefront-head {
  margin-bottom: 26px;
}

.storefront-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.storefront-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 260px 1fr;
  border-radius: 30px;
  border: 1px solid rgba(83, 200, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.96), rgba(8, 12, 20, 0.98));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
}

.storefront-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 11, 18, 0.08) 35%, rgba(7, 11, 18, 0.82) 100%);
  pointer-events: none;
}

.storefront-card.accent-cyan {
  border-color: rgba(83, 200, 255, 0.22);
}

.storefront-card.accent-green {
  border-color: rgba(103, 245, 164, 0.22);
}

.storefront-card.accent-gold {
  border-color: rgba(255, 209, 102, 0.22);
}

.featured-storefront-card {
  transform: translateY(-12px);
}

.storefront-art {
  position: relative;
  overflow: hidden;
}

.storefront-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: storefrontFloat 7.5s ease-in-out infinite;
}

.storefront-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.storefront-copy h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}

.storefront-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.storefront-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #eff7ff;
  font-weight: 700;
}

.storefront-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.promo-story,
.promo-visual,
.trust-card {
  border-radius: 30px;
  border: 1px solid rgba(83, 200, 255, 0.12);
  background: linear-gradient(180deg, rgba(10, 16, 26, 0.94), rgba(8, 12, 20, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.promo-story {
  padding: 34px;
}

.story-points {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.story-point {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.story-point strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.story-point span {
  color: var(--muted);
  line-height: 1.55;
}

.promo-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.promo-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(5, 9, 16, 0.84);
  border: 1px solid rgba(83, 200, 255, 0.14);
  backdrop-filter: blur(20px);
}

.trust-band-section {
  padding-top: 10px;
}

.trust-band {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.trust-card {
  padding: 26px;
}

.trust-card h3 {
  margin: 16px 0 10px;
  font-family: "Orbitron", sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}

.important-card {
  border-color: rgba(255, 107, 125, 0.18);
  background: linear-gradient(180deg, rgba(26, 10, 14, 0.92), rgba(15, 9, 14, 0.98));
}

.stats-card {
  background: linear-gradient(180deg, rgba(12, 18, 28, 0.94), rgba(7, 11, 18, 0.98));
}

@keyframes storefrontFloat {
  0%,
  100% {
    transform: scale(1.02) translateY(0px);
  }
  50% {
    transform: scale(1.06) translateY(-8px);
  }
}

@media (max-width: 1100px) {
  .quick-panels,
  .storefront-grid,
  .promo-grid,
  .trust-band,
  .hero-grid,
  .checkout-grid,
  .purchase-methods,
  .packages-grid,
  .info-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .quick-panels,
  .storefront-grid,
  .promo-grid,
  .trust-band,
  .shop-nav-inner,
  .hero-grid,
  .checkout-grid,
  .purchase-methods,
  .packages-grid,
  .info-grid,
  .faq-grid,
  .hero-stats,
  .meta-grid,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .shop-nav-inner {
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links,
  .nav-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-card,
  .promo-story,
  .trust-card,
  .payment-rail,
  .result-card,
  .faq-card {
    padding: 24px;
  }

  .stage-scene {
    min-height: 560px;
  }

  .stage-copy {
    width: min(100%, calc(100% - 36px));
    padding: 32px 0 32px 18px;
  }

  .stage-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .storefront-card,
  .featured-storefront-card {
    transform: none;
  }
}

body.ng-home {
  --ng-color-text: #fff;
  --ng-color-text-darker: #e5e5e5;
  --ng-color-text-secondary: #ccc;
  --ng-color-bg: #000;
  --ng-color-brighter-bg: #0d0d0d;
  --ng-color-primary: rgb(0 72 255);
  --ng-color-primary-hover: #fff;
  --ng-widget-padding: 24px;
  --ng-content-padding: 48px;
  --ng-content-inner-width: 1280px;
  --ng-sidebar-width: 287px;
  --ng-safe-top: env(safe-area-inset-top, 0px);
  --ng-safe-right: env(safe-area-inset-right, 0px);
  --ng-safe-bottom: env(safe-area-inset-bottom, 0px);
  --ng-safe-left: env(safe-area-inset-left, 0px);
  font-family: "Lato", sans-serif;
  color: var(--ng-color-text);
  background: var(--ng-color-bg);
  -webkit-text-size-adjust: 100%;
}

body.ng-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: -1;
  background: url("./newgamers/fondo.jpg") center center/cover no-repeat;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.ng-home a {
  color: inherit;
  text-decoration: none;
}

.ng-home .shop-shell,
.ng-home .shop-nav,
.ng-home .shop-footer {
  display: none;
}

.ng-site {
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: var(--ng-safe-bottom);
}

.ng-content-inner {
  width: min(
    var(--ng-content-inner-width),
    calc(100% - (var(--ng-content-padding) * 2) - var(--ng-safe-left) - var(--ng-safe-right))
  );
  margin: 0 auto;
}

.ng-site-header {
  position: relative;
  z-index: 2;
}

.ng-site-header-inner {
  position: relative;
  height: calc(355px - (var(--ng-widget-padding) * 2));
}

.ng-user-actions {
  position: absolute;
  top: calc(var(--ng-widget-padding) + var(--ng-safe-top));
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--ng-widget-padding);
}

.ng-btn {
  --ng-btn-color-text: var(--ng-color-text);
  --ng-btn-color-text-hover: var(--ng-btn-color-text);
  --ng-btn-color-bg: var(--ng-color-bg);
  --ng-btn-color-bg-hover: var(--ng-btn-color-bg);
  display: block;
  width: fit-content;
  min-height: 48px;
  padding: 0 16px;
  line-height: 48px;
  color: var(--ng-btn-color-text);
  background-color: var(--ng-btn-color-bg);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}

.ng-btn:hover,
.ng-btn:focus {
  color: var(--ng-btn-color-text-hover);
  background-color: var(--ng-btn-color-bg-hover);
}

.ng-btn-primary {
  --ng-btn-color-text: #0d0d0d;
  --ng-btn-color-bg: rgb(202 202 202);
  --ng-btn-color-text-hover: #0d0d0d;
  --ng-btn-color-bg-hover: #cccccc;
}

.ng-btn-secondary {
  --ng-btn-color-text: #0d0d0d;
  --ng-btn-color-bg: #ccc;
  --ng-btn-color-text-hover: #0d0d0d;
  --ng-btn-color-bg-hover: #e5e5e5;
}

.ng-btn-tertiary {
  --ng-btn-color-text: var(--ng-color-text);
  --ng-btn-color-bg: transparent;
  --ng-btn-color-bg-hover: rgb(255 255 255 / 15%);
}

.ng-btn-block {
  width: 100%;
}

.ng-user-name {
  contain: paint;
}

.ng-user-name-inner {
  display: block;
  overflow: hidden;
}

.ng-user-name-text,
.ng-user-name-hover {
  display: block;
  transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.ng-user-name-hover {
  margin-top: -46px;
}

.ng-user-name:not(:hover):not(:focus-within) .ng-user-name-hover {
  visibility: hidden;
  opacity: 0;
}

.ng-user-name:hover .ng-user-name-text,
.ng-user-name:focus-within .ng-user-name-text {
  visibility: hidden;
  opacity: 0;
}

.ng-site-title {
  position: absolute;
  inset: calc(var(--ng-widget-padding) + var(--ng-safe-top) + 46px) 280px 0 280px;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

.ng-site-title img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 344px;
}

.ng-info {
  position: absolute;
  top: calc(var(--ng-widget-padding) + var(--ng-safe-top) + 46px);
  bottom: 0;
  margin: auto 0;
  width: 33.3333333333%;
  max-width: 280px;
  height: fit-content;
  line-height: 22px;
}

.ng-info-server {
  left: 0;
  padding-left: 64px;
}

.ng-info-discord {
  right: 0;
  padding-right: 82px;
  text-align: right;
}

.ng-info-image {
  position: absolute;
  top: -50px;
  bottom: -50px;
  margin: auto 0;
  left: 0;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ng-info-discord .ng-info-image {
  left: auto;
  right: 0;
  width: 64px;
  height: 64px;
}

.ng-info-title {
  display: block;
  line-height: 28px;
  color: var(--ng-color-text);
  font-size: 18px;
  font-weight: 600;
}

.ng-info-action {
  display: block;
  width: 100%;
  padding: 0;
  color: var(--ng-color-text);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 16px;
  text-align: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}

.ng-info:hover .ng-info-action {
  color: var(--ng-color-text);
}

.ng-info-discord:hover .ng-info-title,
.ng-info-discord:hover .ng-info-action,
.ng-info-discord:focus .ng-info-title,
.ng-info-discord:focus .ng-info-action {
  color: var(--ng-color-text);
}

.ng-home-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 50px;
}

.ng-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ng-widget-padding);
  padding: 20px var(--ng-widget-padding);
  border-radius: 5px;
  background: var(--ng-color-brighter-bg);
  color: var(--ng-color-text);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  text-align: center;
  transition: color 0.15s ease-in-out;
}

.ng-category:hover {
  color: var(--ng-color-text);
}

.ng-category-image {
  margin: auto;
  max-width: 100%;
  max-height: 124px;
  object-fit: contain;
}

.ng-home-flash {
  margin-top: var(--ng-widget-padding);
}

.ng-home .flash {
  border-radius: 5px;
  background: var(--ng-color-brighter-bg);
}

.ng-site-content {
  display: grid;
  grid-template-columns: var(--ng-sidebar-width) 1fr;
  align-items: start;
  gap: 48px;
  margin-top: 50px;
}

.ng-store-sidebar {
  order: -1;
}

.ng-store-text,
.ng-widget,
.ng-store-cta-card {
  border-radius: 5px;
  background: var(--ng-color-brighter-bg);
}

.ng-store-text {
  padding: var(--ng-content-padding);
  line-height: 1.4;
  font-size: clamp(15px, 1.2vw, 16px);
}

.ng-store-products {
  display: grid;
  gap: 0;
}

.ng-category-description {
  margin-bottom: var(--ng-widget-padding);
  padding: var(--ng-widget-padding);
  border-radius: 5px;
  background: var(--ng-color-brighter-bg);
  line-height: 1.4;
  font-size: 18px;
}

.ng-category-description p {
  margin: 0;
  line-height: 1.4;
}

.ng-store-products-list,
.ng-store-products-images {
  display: grid;
  gap: 24px;
}

.ng-store-products-list {
  grid-template-columns: 1fr;
}

.ng-store-products-list .ng-store-product {
  text-align: left;
}

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

.ng-store-products-images .ng-store-product {
  text-align: center;
}

.ng-store-product {
  display: grid;
  gap: 16px;
  padding: var(--ng-content-padding);
  border-radius: 5px;
  background: var(--ng-color-brighter-bg);
}

.ng-store-product-list-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
}

.ng-product-image-link {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(255 255 255 / 3%);
}

.ng-product-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.ng-store-products-list .ng-product-image-link {
  flex: 0 0 auto;
  margin: 0;
  width: fit-content;
  background: transparent;
}

.ng-store-products-list .ng-product-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.ng-product-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.ng-store-products-list .ng-product-title {
  margin-right: auto;
  font-size: 24px;
  text-align: left;
}

.ng-product-title a {
  color: inherit;
  text-decoration: none;
}

.ng-product-actions {
  display: grid;
  gap: 12px;
}

.ng-store-products-list .ng-product-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ng-product-price {
  margin: 0;
  text-align: center;
}

.ng-store-products-list .ng-product-price {
  width: auto;
  min-width: 96px;
  text-align: left;
  font-size: 14px;
}

.ng-product-price strong {
  font-size: 24px;
  font-weight: 900;
}

.ng-store-products-list .ng-product-price strong {
  font-size: 20px;
}

.ng-btn-block[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.ng-btn-list-add {
  position: relative;
  flex: 0 0 auto;
  min-width: 180px;
}

.ng-quantity-field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 180px;
  height: 46px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 5px;
  overflow: hidden;
  background: rgb(255 255 255 / 2%);
}

.ng-adjust,
.ng-open-basket,
.ng-quantity-field input {
  height: 100%;
  color: var(--ng-color-text);
}

.ng-adjust {
  flex: 0 0 44px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ng-open-basket {
  flex: 1 1 auto;
  padding: 0 12px;
  color: var(--ng-color-text-secondary);
  text-align: center;
}

.ng-quantity-field input {
  width: 44px;
  text-align: center;
  pointer-events: none;
}

.ng-page-coins {
  --ng-color-primary: #fafafa;
  --ng-color-primary-hover: #fafafa;
  --ng-color-primary-text: #630000;
  --ng-color-secondary: #ccc;
  --ng-color-secondary-hover: #e5e5e5;
}

.ng-page-coins .ng-site-header-inner {
  height: 250px;
}

.ng-page-coins .ng-site-title {
  inset: calc(var(--ng-widget-padding) + 38px) 240px 0 240px;
}

.ng-page-coins .ng-site-title img {
  max-height: ;
}

.ng-page-coins .ng-info {
  top: calc(var(--ng-widget-padding) + 34px);
}

.ng-page-coins .ng-site-content {
  margin-top: 110px;
}

.ng-page-coins .ng-store-products-list {
  gap: 12px;
}

.ng-page-coins .ng-category-description {
  max-width: 945px;
}

.ng-page-coins .ng-store-product-list-item {
  gap: 12px 18px;
  padding: calc(var(--ng-widget-padding) * 0.75);
}

.ng-page-coins .ng-store-products-list .ng-product-image {
  width: 92px;
  height: 92px;
}

.ng-page-coins .ng-store-products-list .ng-product-title {
  font-size: 20px;
  font-weight: 600;
}

.ng-page-coins .ng-store-products-list .ng-product-actions {
  margin-left: auto;
  gap: 12px;
}

.ng-page-coins .ng-store-products-list .ng-product-price {
  min-width: 72px;
  font-size: 14px;
}

:is(.ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-store-products-list .ng-product-price strong {
  font-size: 20px;
  font-weight: 600;
}

:is(.ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-btn-list-add {
  flex: 0 0 auto;
  min-width: 180px;
  border-radius: 2px;
  color: #630000;
  background: #fafafa;
  box-shadow: none;
}

:is(.ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-btn-list-add:hover,
:is(.ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-btn-list-add:focus {
  color: #630000;
  background: #fafafa;
  box-shadow: 0 0 6px rgb(250 250 250 / 0.6);
}

.ng-btn-list-add.is-cart-loading,
.ng-quantity-field.is-cart-loading,
.ng-cart-item-controls.is-cart-loading,
.ng-cart-item.is-cart-loading .ng-cart-item-controls {
  position: relative;
  pointer-events: none;
}

.ng-btn-list-add.is-cart-loading::after,
.ng-quantity-field.is-cart-loading::after,
.ng-cart-item-controls.is-cart-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 40%);
  z-index: 2;
}

.ng-btn-list-add.is-cart-loading::before,
.ng-quantity-field.is-cart-loading::before,
.ng-cart-item-controls.is-cart-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid rgb(255 255 255 / 55%);
  border-top-color: #171717;
  border-radius: 50%;
  animation: ng-cart-spin 0.7s linear infinite;
  z-index: 3;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 0 0 auto;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background: var(--ng-color-brighter-bg);
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-btn-list-add.is-cart-loading::after,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field.is-cart-loading::after,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-controls.is-cart-loading::after {
  background: rgb(255 255 255 / 48%);
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-btn-list-add.is-cart-loading::before,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field.is-cart-loading::before,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-controls.is-cart-loading::before {
  border: 3px solid rgb(255 255 255 / 65%);
  border-top-color: #171717;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field .ng-adjust,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field .ng-open-basket,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field input {
  border: 0;
  background: transparent;
  box-shadow: none;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust {
  position: relative;
  flex: 0 0 36px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust-decrease {
  order: -1;
  margin-right: auto;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust-decrease::before {
  mask: url("https://template-assets.tebex.io/images/minus.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust-increase {
  order: 100;
  margin-left: auto;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust-increase::before {
  mask: url("https://template-assets.tebex.io/images/plus.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust:hover,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust:focus {
  color: transparent;
  background: rgb(255 255 255 / 15%);
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-remove {
  cursor: pointer;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust:hover::before,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-adjust:focus::before {
  background-color: #fafafa;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-open-basket {
  flex: 0 1 auto;
  order: 2;
  margin-right: 5px;
  width: fit-content;
  min-width: 0;
  max-width: 92px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-open-basket:hover,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-open-basket:focus {
  color: #fafafa;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field input {
  appearance: textfield;
  -moz-appearance: textfield;
  position: relative;
  z-index: 1;
  order: 1;
  flex: none;
  width: auto;
  min-width: auto;
  max-width: 44px;
  margin: 0 -12px 0 -15px;
  padding: 0 15px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: right;
  font-variant-numeric: tabular-nums;
  field-sizing: content;
  outline: none;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field input::-webkit-outer-spin-button,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-quantity-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-drawer {
  width: min(520px, 100vw);
  padding: 0;
  background: #000;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-head {
  display: block;
  padding: 70px 32px 0;
  background: rgb(40 40 40 / 50%);
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-user {
  gap: 12px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-user-avatar {
  display: none;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-user::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  mask: url("https://template-assets.tebex.io/images/user.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-meta {
  margin-top: 25px;
  padding: 15px 32px;
  border: 0;
  background: rgb(13 13 13 / 90%);
  font-size: 18px;
  font-weight: 300;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-meta strong {
  font-size: 18px;
  font-weight: 300;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-items {
  gap: 20px;
  padding: 24px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item {
  padding: 24px;
  background: #0d0d0d;
  border: 0;
  border-radius: 6px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-copy img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-copy strong {
  font-size: 20px;
  font-weight: 600;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-copy small,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-copy span {
  font-size: 14px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-item-controls button,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-qty-input {
  border: 1px solid #3c3c3c;
  border-radius: 0;
  background: #000;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 40px;
  border: 1px solid #ccc;
  background: #000;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-qty-input {
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button {
  position: relative;
  padding: 0 10px;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-adjust-decrease::before {
  mask: url("https://template-assets.tebex.io/images/minus.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-adjust-increase::before {
  mask: url("https://template-assets.tebex.io/images/plus.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button:hover::before,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button:focus::before {
  background-color: #fafafa;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button:hover,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-quantity-field button:focus {
  background: rgb(255 255 255 / 15%);
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-qty-input {
  width: 56px;
  min-width: 56px;
  padding: 0 6px;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  background: #000;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  appearance: textfield;
  -moz-appearance: textfield;
  outline: none;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-qty-input::-webkit-outer-spin-button,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-remove {
  position: relative;
  min-width: 52px;
  width: 52px;
  height: 40px;
  font-size: 0;
  color: #171717;
  background: #efefef;
  border-color: #efefef;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-remove::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-color: currentColor;
  mask: url("https://template-assets.tebex.io/images/delete.svg") center center/contain no-repeat;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-remove:hover,
:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-remove:focus {
  background: #171717;
  border-color: #efefef;
  color: #d9d9d9;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-footer {
  padding: 0 32px 50px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-meta {
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: -32px;
  padding: 15px 32px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-total-row {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-total-row strong {
  font-size: 24px;
}

:is(.ng-page-index, .ng-page-coins, .ng-page-premium, .ng-page-empresas) .ng-cart-checkout {
  width: 100%;
  border-radius: 2px;
  color: #630000;
  background: #fafafa;
  box-shadow: none;
}

.ng-store-text-main img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}

.ng-home-feature-logo {
  display: inline-block;
  width: min(680px, 92vw);
  max-width: 100%;
  height: auto;
  max-height: 370px;
}

.ng-cart-backdrop,
.ng-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 72%);
  z-index: 80;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.ng-cart-backdrop.is-open,
.ng-modal-backdrop.is-open {
  opacity: 1;
}

.ng-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(360px, 100vw);
  height: 100vh;
  height: 100dvh;
  padding: calc(24px + var(--ng-safe-top)) calc(24px + var(--ng-safe-right)) calc(24px + var(--ng-safe-bottom)) 24px;
  background: #050505;
  border-left: 1px solid rgb(255 255 255 / 8%);
  box-shadow: -24px 0 80px rgb(0 0 0 / 55%);
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.ng-cart-drawer.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ng-cart-close,
.ng-cart-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  color: #8f8f8f;
  background: transparent;
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.ng-cart-close:hover,
.ng-cart-close:focus,
.ng-cart-modal-close:hover,
.ng-cart-modal-close:focus {
  color: #bdbdbd;
}

.ng-cart-head,
.ng-cart-meta,
.ng-cart-total-row,
.checkout-order-line,
.ng-cart-item,
.ng-cart-item-controls,
.ng-cart-modal-order-head,
.ng-cart-modal-total,
.ng-cart-recommend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ng-cart-user,
.ng-cart-item-copy,
.ng-cart-recommend-copy,
.checkout-order-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ng-cart-user-avatar,
.ng-cart-item-copy img,
.ng-cart-modal-order-item img,
.ng-cart-recommend-copy img,
.checkout-order-copy img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.ng-cart-meta {
  margin-top: 18px;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  padding: 14px 24px;
  border-top: 1px solid rgb(255 255 255 / 7%);
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  color: var(--ng-color-text-secondary);
}

.ng-cart-meta strong,
.ng-cart-total-row strong {
  color: var(--ng-color-text);
  font-size: 24px;
}

.ng-cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px 0;
  overflow: auto;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ng-cart-items.is-cart-emptying {
  opacity: 0;
  transform: translateY(8px);
}

.ng-cart-item {
  gap: 10px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 5px;
  background: #0a0a0a;
}

.ng-cart-item-copy {
  align-items: flex-start;
}

.ng-cart-item-copy div,
.ng-cart-recommend-copy div,
.checkout-order-copy div {
  display: grid;
  gap: 4px;
}

.ng-cart-item-copy strong,
.ng-cart-recommend-copy strong,
.checkout-order-copy strong {
  font-size: 17px;
}

.ng-cart-item-copy span,
.ng-cart-item-copy small,
.ng-cart-recommend-copy span,
.checkout-order-copy span {
  color: var(--ng-color-text-secondary);
  font-size: 13px;
}

.ng-cart-item-controls {
  gap: 8px;
  flex: 0 0 auto;
}

.ng-cart-item {
  position: relative;
}

.ng-cart-item-controls button {
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 5px;
  color: var(--ng-color-text);
  background: #000;
  font-weight: 700;
  cursor: pointer;
}

.ng-cart-quantity-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}

.ng-cart-qty-input {
  width: 52px;
  height: 38px;
  padding: 0 4px;
  border: 0;
  color: var(--ng-color-text);
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ng-cart-qty-input:focus {
  outline: none;
}

.ng-cart-qty-input::-webkit-outer-spin-button,
.ng-cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ng-cart-item-controls .ng-cart-remove {
  min-width: 50px;
  border-color: #d9d9d9;
  background: #d9d9d9;
  color: #ffffff;
}

.ng-cart-item-controls .ng-cart-remove::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: currentColor;
  mask: url("https://template-assets.tebex.io/images/delete.svg") center center/contain no-repeat;
}

.ng-cart-item-controls .ng-cart-remove:hover,
.ng-cart-item-controls .ng-cart-remove:focus {
  background: #171717;
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.ng-cart-empty {
  padding: 18px;
  border-radius: 5px;
  background: rgb(255 255 255 / 3%);
  color: var(--ng-color-text-secondary);
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ng-cart-empty.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ng-cart-footer {
  display: grid;
  gap: 18px;
  padding-top: 18px;
}

@keyframes ng-cart-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ng-cart-checkout {
  height: 52px;
}

.ng-cart-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 95;
  width: min(860px, calc(100vw - 32px));
  max-height: min(calc(100vh - 48px), calc(100dvh - 48px));
  overflow: auto;
  border-radius: 6px;
  background: #f4f4f4;
  color: #1e1e1e;
  transform: translate(-50%, -50%);
  box-shadow: 0 40px 120px rgb(0 0 0 / 55%);
}

.ng-cart-modal-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  min-height: 520px;
}

.ng-cart-modal-order {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border-right: 1px solid rgb(0 0 0 / 10%);
  background: #fafafa;
}

.ng-cart-modal-order-head button {
  color: #6d6d6d;
}

.ng-cart-modal-order-items {
  display: grid;
  gap: 10px;
}

.ng-cart-modal-order-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ng-cart-modal-order-item div {
  display: grid;
  gap: 3px;
}

.ng-cart-modal-coupon {
  display: grid;
  gap: 8px;
}

.ng-cart-modal-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.ng-cart-modal-coupon input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgb(0 0 0 / 15%);
  background: #fff;
}

.ng-cart-modal-coupon-status {
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}

.ng-cart-modal-coupon-status.info {
  color: #134a72;
  background: rgb(86 172 255 / 14%);
}

.ng-cart-modal-coupon-status.success {
  color: #14623c;
  background: rgb(96 216 149 / 14%);
}

.ng-cart-modal-coupon-status.danger {
  color: #8b2f45;
  background: rgb(255 107 125 / 12%);
}

.ng-cart-modal-coupon-card {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgb(124 92 255 / 18%);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgb(124 92 255 / 22%), transparent 42%),
    linear-gradient(135deg, #131626, #0f1421);
  color: #f5f7ff;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

.ng-cart-modal-coupon-card strong {
  font-size: 16px;
}

.ng-cart-modal-coupon-card span {
  color: rgb(228 234 255 / 82%);
  font-size: 13px;
}

.ng-cart-modal-total.discount {
  color: #14623c;
}

.ng-cart-modal-total.discount strong {
  color: #14623c;
}

.ng-cart-modal-total {
  color: #5f5f5f;
}

.ng-cart-modal-total.grand {
  align-items: end;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 800;
}

.ng-cart-modal-main {
  display: grid;
  align-content: start;
  gap: 28px;
  padding: 28px;
}

.ng-cart-modal-steps {
  color: #8a8a8a;
  font-size: 13px;
}

.ng-cart-modal-steps .is-active {
  color: #1e1e1e;
  font-weight: 700;
}

.ng-cart-modal-stage {
  display: grid;
  gap: 24px;
}

.ng-cart-modal-recommend {
  display: grid;
  gap: 18px;
}

.ng-cart-recommend-list {
  display: grid;
  gap: 12px;
}

.ng-cart-recommend-item {
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 4px;
  background: #fff;
}

.ng-cart-recommend-item button {
  min-width: 72px;
  height: 34px;
  border-radius: 3px;
  background: #ececec;
  color: #444;
  font-weight: 700;
}

.ng-cart-modal-continue {
  display: flex;
  justify-content: flex-start;
}

.ng-cart-modal-payment-head {
  display: grid;
  gap: 8px;
}

.ng-cart-modal-payment-head h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.ng-cart-modal-payment-head p {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.55;
}

.ng-cart-modal-payment-panels {
  display: grid;
  gap: 18px;
}

.ng-cart-modal .purchase-form {
  padding: 22px;
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 10%);
  background: #fff;
  box-shadow: none;
}

.ng-giftcards-main {
  display: grid;
  gap: 22px;
}

.ng-giftcards-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  padding: 26px 28px;
  border-radius: 10px;
  background:
    radial-gradient(circle at top right, rgb(124 92 255 / 22%), transparent 30%),
    radial-gradient(circle at bottom left, rgb(83 200 255 / 16%), transparent 26%),
    linear-gradient(135deg, rgb(11 16 24 / 94%), rgb(8 12 18 / 98%));
  border: 1px solid rgb(255 255 255 / 7%);
}

.ng-giftcards-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #a7b6ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ng-giftcards-hero h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
}

.ng-giftcards-hero p {
  margin: 0;
  color: rgb(240 243 255 / 78%);
  line-height: 1.6;
}

.ng-giftcards-hero-badge {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 18px;
  border-radius: 10px;
  background: rgb(0 0 0 / 26%);
  border: 1px solid rgb(255 255 255 / 7%);
}

.ng-giftcards-hero-badge span,
.ng-giftcards-hero-badge small {
  color: rgb(240 243 255 / 70%);
}

.ng-giftcards-hero-badge strong {
  font-size: 22px;
}

.ng-giftcards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.ng-giftcard-card {
  perspective: 1600px;
}

.ng-giftcard-card-inner {
  position: relative;
  min-height: 370px;
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
}

.ng-giftcard-card.is-flipped .ng-giftcard-card-inner {
  transform: rotateY(180deg);
}

.ng-giftcard-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: 18px;
  backface-visibility: hidden;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, var(--gift-glow, rgb(124 92 255 / 36%)), transparent 34%),
    linear-gradient(135deg, #141927, #0b0f18 60%, #080b12);
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: 0 24px 55px rgb(0 0 0 / 42%);
}

.ng-giftcard-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 20%, rgb(255 255 255 / 8%) 38%, transparent 52%);
  transform: translateX(-110%);
  transition: transform 0.7s ease;
}

.ng-giftcard-card:hover .ng-giftcard-face::after,
.ng-giftcard-card.is-flipped .ng-giftcard-face::after {
  transform: translateX(110%);
}

.ng-giftcard-front-copy,
.ng-giftcard-front-bottom,
.ng-giftcard-back-copy,
.ng-giftcard-back-top {
  position: relative;
  z-index: 1;
}

.ng-giftcard-chip {
  width: 56px;
  height: 40px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 12%)),
    linear-gradient(135deg, var(--gift-accent, #7c5cff), rgb(255 255 255 / 16%));
  border: 1px solid rgb(255 255 255 / 26%);
}

.ng-giftcard-type {
  color: var(--gift-accent, #7c5cff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ng-giftcard-front h3,
.ng-giftcard-back strong {
  margin: 0;
}

.ng-giftcard-front p,
.ng-giftcard-back p {
  margin: 0;
  color: rgb(240 243 255 / 76%);
  line-height: 1.55;
}

.ng-giftcard-front-bottom strong {
  font-size: 34px;
  line-height: 1;
}

.ng-giftcard-front-bottom span,
.ng-giftcard-front-bottom small,
.ng-giftcard-back-top span,
.ng-giftcard-back-copy small {
  color: rgb(240 243 255 / 70%);
}

.ng-giftcard-back {
  transform: rotateY(180deg);
}

.ng-giftcard-back-copy {
  display: grid;
  gap: 10px;
}

.ng-giftcard-back-copy strong {
  font-size: 28px;
  letter-spacing: 0.08em;
  word-break: break-word;
}

.ng-giftcard-toggle,
.ng-giftcard-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  min-width: 132px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  color: #fff;
  background: rgb(255 255 255 / 8%);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ng-giftcard-toggle:hover,
.ng-giftcard-copy:hover,
.ng-giftcard-toggle:focus,
.ng-giftcard-copy:focus {
  background: var(--gift-accent, #7c5cff);
  border-color: var(--gift-accent, #7c5cff);
  transform: translateY(-1px);
}

.ng-giftcard-toggle.is-back {
  justify-self: end;
}

@media (max-width: 900px) {
  .ng-giftcards-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ng-cart-modal-coupon-row {
    grid-template-columns: 1fr;
  }

  .ng-giftcard-card-inner {
    min-height: 340px;
  }

  .ng-giftcard-back-copy strong {
    font-size: 22px;
  }
}

.ng-cart-modal .purchase-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
}

.ng-cart-modal .section-kicker,
.ng-cart-modal .field-label {
  color: #111;
}

.ng-cart-modal .help-copy {
  margin: 0;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.55;
}

.ng-cart-modal .field-group {
  gap: 10px;
}

.ng-cart-modal .text-input {
  min-height: 48px;
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 16%);
  background: #fff;
  color: #1e1e1e;
  box-shadow: none;
}

.ng-cart-modal .text-input[readonly] {
  color: #6a6a6a;
  background: #fafafa;
}

.ng-cart-modal .text-input:focus {
  border-color: rgb(0 0 0 / 38%);
  box-shadow: none;
}

.ng-cart-modal .btn {
  min-height: 50px;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  box-shadow: none;
  transform: none;
}

.ng-cart-modal .btn:hover {
  transform: none;
}

.ng-cart-modal .btn-primary {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ng-cart-modal .btn-secondary {
  border-color: rgb(0 0 0 / 14%);
  background: #f2f2f2;
  color: #222;
}

.ng-cart-modal .btn-paypal {
  border-color: #0070ba;
  background: #0070ba;
  color: #fff;
}

.ng-inline-checkout {
  gap: 16px;
}

.ng-cart-modal .stripe-inline-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 10%);
  background: #f7f7f7;
  color: #555;
}

.ng-cart-modal .stripe-inline-status.success {
  border-color: rgb(67 160 71 / 28%);
  background: rgb(67 160 71 / 8%);
  color: #226b28;
}

.ng-cart-modal .stripe-inline-status.info {
  border-color: rgb(66 133 244 / 24%);
  background: rgb(66 133 244 / 8%);
  color: #1c57ad;
}

.ng-cart-modal .stripe-inline-status.danger {
  border-color: rgb(209 67 67 / 24%);
  background: rgb(209 67 67 / 8%);
  color: #8f2424;
}

.ng-cart-modal .stripe-element-card {
  min-height: 64px;
  padding: 14px;
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 12%);
  background: #fff;
}

.ng-cart-modal .stripe-divider {
  color: #7a7a7a;
}

.ng-cart-modal .stripe-divider::before,
.ng-cart-modal .stripe-divider::after {
  background: linear-gradient(90deg, transparent, rgb(0 0 0 / 18%), transparent);
}

.ng-cart-modal .flash {
  margin-top: 0;
  border-radius: 0;
  background: #fff8f8;
}

.ng-login-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgb(0 0 0 / 72%);
}

.ng-login-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 96;
  width: min(calc(100% - 32px), 370px);
  border: 1px solid rgb(255 255 255 / 10%);
  background: #000;
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 60px rgb(0 0 0 / 45%);
}

.ng-login-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
  color: #8f8f8f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ng-login-modal-body {
  display: grid;
  gap: 18px;
  padding: 22px 28px 28px;
}

.ng-login-modal-body h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.ng-login-modal-body .ng-btn {
  width: fit-content;
  min-width: 0;
  height: auto;
  padding: 10px 16px;
  color: #5b0f18;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.ng-login-modal-body .ng-btn:hover,
.ng-login-modal-body .ng-btn:focus {
  color: #5b0f18;
  background: #f6f6f6;
}

.ng-inline-paypal-form {
  gap: 16px;
}

.ng-inline-result-grid,
.ng-inline-result-info {
  display: grid;
  gap: 14px;
}

.ng-inline-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng-inline-result-grid .meta-box,
.ng-inline-result-info .info-card {
  border-radius: 0;
  border: 1px solid rgb(0 0 0 / 10%);
  background: #fff;
  box-shadow: none;
}

.checkout-order-lines {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
}

.checkout-order-line {
  gap: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgb(255 255 255 / 4%);
}

.ng-store-text h1,
.ng-store-text h2,
.ng-store-text h3,
.ng-store-text h4,
.ng-store-text h5,
.ng-store-text h6 {
  text-align: center;
}

.ng-store-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.ng-store-cta-card {
  display: grid;
  gap: 10px;
  padding: var(--ng-widget-padding);
  text-align: center;
}

.ng-store-cta-card.is-featured {
  outline: 1px solid rgb(255 255 255 / 10%);
}

.ng-store-cta-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.ng-store-cta-kicker {
  color: var(--ng-color-primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ng-store-cta-price {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}

.ng-site-navigation {
  padding: calc(var(--ng-widget-padding) / 2);
}

.ng-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
  color: var(--ng-color-text-secondary);
  font-size: 18px;
}

.ng-navigation-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: calc(var(--ng-widget-padding) / 2);
  line-height: 1.35;
  transition: color 0.15s ease-in-out;
}

.ng-navigation-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  flex: none;
}

.ng-navigation-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ng-navigation-icon-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 1;
}

.ng-navigation-list a.link-active {
  color: inherit;
}

.ng-navigation-list .link-active {
  font-weight: 600;
}

.ng-navigation-list li:nth-child(2) a:hover {
  color: #ffbf47;
}

.ng-navigation-list li:nth-child(3) a:hover {
  color: #f8d17a;
}

.ng-navigation-list li:nth-child(4) a:hover {
  color: #bfb6c9;
}

.ng-navigation-list li:nth-child(5) a:hover {
  color: #ff5b7c;
}

.ng-widget {
  padding: var(--ng-widget-padding);
}

.ng-widget + .ng-widget {
  margin-top: var(--ng-widget-padding);
}

.ng-widget-title {
  margin: 0 0 var(--ng-widget-padding);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.ng-widget-content {
  text-align: center;
}

.ng-avatar-large {
  margin: 0 auto 12px;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.ng-username {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.ng-purchases {
  display: grid;
  gap: 10px;
}

.ng-purchase {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  line-height: 1.4;
  min-width: 0;
}

.ng-avatar-small {
  flex: none;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

.ng-purchase-info {
  min-width: 0;
  flex: 1 1 auto;
}

.ng-purchase-info .ng-username {
  display: block;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-purchase-info p,
.ng-widget-content p {
  margin: 0;
  color: var(--ng-color-text-secondary);
}

.ng-widget-recent .ng-widget-content {
  text-align: left;
}

.ng-widget-recent .ng-purchases {
  width: 100%;
}

.ng-widget-recent .ng-purchase {
  width: 100%;
  justify-content: flex-start;
}

.ng-widget-recent .ng-purchase-info {
  text-align: left;
}

.ng-site-footer {
  margin-top: 24px;
  background: var(--ng-color-brighter-bg);
}

.ng-site-footer-inner {
  position: relative;
  padding: 20px var(--ng-content-padding);
}

.ng-we-accept {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 0;
  right: var(--ng-content-padding);
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ng-we-accept img {
  display: block;
  max-width: 57px;
  max-height: 26px;
}

.ng-copyright {
  margin: 0;
  line-height: 16px;
  color: var(--ng-color-text-secondary);
  font-size: 12px;
}

.ng-mobile-logout {
  display: none;
}

@media (max-width: 1100px) {
  body.ng-home {
    --ng-widget-padding: 20px;
    --ng-content-padding: 24px;
  }

  .ng-home-categories,
  .ng-store-cta-grid {
    gap: 20px;
  }
}

@media (max-width: 960px) {
  body.ng-home {
    --ng-widget-padding: 16px;
    --ng-content-padding: 16px;
  }

  .ng-site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--ng-widget-padding) 0;
    position: relative;
    height: auto;
    padding: calc(110px + var(--ng-safe-top)) 0 calc(50px - var(--ng-widget-padding));
    flex-wrap: wrap;
  }

  .ng-user-actions {
    position: absolute;
    top: calc(var(--ng-widget-padding) + var(--ng-safe-top));
    right: 0;
    left: 0;
    gap: 12px;
    justify-content: flex-end;
  }

  .ng-site-title {
    position: static;
    inset: auto;
    width: 100%;
  }

  .ng-site-title img {
    max-height: 80px;
  }

  .ng-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    min-height: 38px;
    padding-left: 44px;
    line-height: 18px;
  }

  .ng-info-discord {
    padding-left: 0;
    padding-right: 44px;
  }

  .ng-info-image {
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
  }

  .ng-info-discord .ng-info-image {
    right: 0;
    width: 32px;
    height: 32px;
  }

  .ng-info-title,
  .ng-info-action {
    font-size: 12px;
    line-height: 20px;
  }

  .ng-home-categories,
  .ng-store-products-list,
  .ng-store-products-images,
  .ng-site-content,
  .ng-store-cta-grid {
    grid-template-columns: 1fr;
  }

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

  .ng-store-sidebar {
    order: 0;
  }

  .ng-store-text {
    padding: var(--ng-widget-padding);
  }

  .ng-site-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--ng-widget-padding);
    text-align: center;
  }

  .ng-we-accept {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ng-mobile-logout {
    display: block;
  }

  .ng-cart-modal-grid {
    grid-template-columns: 1fr;
  }

  .ng-cart-modal-order {
    border-right: 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .ng-inline-result-grid {
    grid-template-columns: 1fr;
  }

  .ng-store-product-list-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ng-store-products-list .ng-product-title {
    margin-right: 0;
    width: calc(100% - 78px);
    font-size: 24px;
  }

  .ng-store-products-list .ng-product-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .ng-home-feature-logo {
    width: min(980px, 138vw);
    max-width: none;
    max-height: none;
    transform: translateX(-7%);
  }

  .ng-cart-drawer {
    width: 100vw;
  }

  .ng-cart-item {
    grid-template-columns: 1fr;
  }

  .ng-cart-item,
  .ng-cart-item-controls,
  .ng-cart-modal-order-head,
  .ng-cart-recommend-item {
    flex-wrap: wrap;
  }

  .ng-cart-modal {
    width: calc(100vw - 16px);
    max-height: min(calc(100vh - 16px), calc(100dvh - 16px));
  }
}

@media (max-width: 640px) {
  body.ng-home {
    --ng-widget-padding: 14px;
    --ng-content-padding: 14px;
  }

  .ng-site-header-inner {
    padding-top: calc(132px + var(--ng-safe-top));
    gap: 14px;
  }

  .ng-user-actions {
    gap: 10px;
  }

  .ng-user-actions .ng-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px;
    font-size: 15px;
  }

  .ng-site-title img {
    max-height: 68px;
  }

  .ng-home-categories {
    gap: 14px;
    margin-top: 26px;
  }

  .ng-category {
    gap: 12px;
    padding: 18px 14px;
    font-size: 19px;
  }

  .ng-category-image {
    max-height: 104px;
  }

  .ng-store-products-grid,
  .ng-giftcards-grid {
    grid-template-columns: 1fr;
  }

  .ng-store-product,
  .ng-widget,
  .ng-store-text,
  .ng-store-cta-card {
    border-radius: 4px;
  }

  .ng-widget,
  .ng-store-text,
  .ng-store-cta-card {
    padding: 14px;
  }

  .ng-widget-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .ng-cart-modal {
    inset: auto 0 0 0;
    width: 100vw;
    max-width: 100vw;
    max-height: 100dvh;
    border-radius: 18px 18px 0 0;
    transform: none;
  }

  .ng-cart-modal-main,
  .ng-cart-modal-order {
    padding: 18px 14px;
  }

  .ng-cart-modal-payment-panels,
  .ng-inline-result-grid {
    grid-template-columns: 1fr;
  }

  .ng-cart-modal-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1.5;
  }

  .ng-cart-modal .btn,
  .ng-cart-modal .text-input,
  .ng-cart-modal-coupon input {
    min-height: 46px;
  }

  .ng-store-products-list .ng-product-title {
    width: 100%;
    font-size: 22px;
  }

  .ng-store-products-list .ng-product-image-link {
    width: 100%;
    max-width: 84px;
  }
}

@media (max-width: 420px) {
  body.ng-home {
    --ng-widget-padding: 12px;
    --ng-content-padding: 12px;
  }

  .ng-site-header-inner {
    padding-top: calc(144px + var(--ng-safe-top));
  }

  .ng-user-actions {
    justify-content: stretch;
  }

  .ng-user-actions .ng-btn {
    width: 100%;
    flex-basis: 100%;
  }

  .ng-site-title img {
    max-height: 58px;
  }

  .ng-info-title,
  .ng-info-action {
    font-size: 11px;
    line-height: 18px;
  }

  .ng-category {
    font-size: 17px;
  }

  .ng-home-feature-logo {
    width: min(960px, 160vw);
    transform: translateX(-12%);
  }

  .ng-cart-drawer {
    padding: calc(18px + var(--ng-safe-top)) calc(14px + var(--ng-safe-right)) calc(18px + var(--ng-safe-bottom)) 14px;
  }

  .ng-cart-modal-main,
  .ng-cart-modal-order {
    padding: 16px 12px;
  }

  .ng-cart-modal-payment-head h4 {
    font-size: 24px;
  }

  .ng-cart-modal .purchase-title {
    font-size: 20px;
  }
}
