@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --color-primary: #d4af37;
  --color-primary-hover: #ffd76a;
  --color-primary-text: #101010;
  --color-primary-text-hover: #101010;

  --color-bg: #070912;
  --color-brighter-bg: #11162a;
  --color-text: #ffffff;
  --color-text-darker: #e8dba5;
  --color-text-secondary: #aeb7d8;

  --color-sale-banner-bg: #d4af37;
  --color-sale-banner-text: #120d05;

  --content-inner-width: 1280px;
  --sidebar-width: 290px;
  --widget-padding: 22px;
}

body {
  font-family: Inter, sans-serif;
  background:
    radial-gradient(circle at top, rgba(212,175,55,0.18), transparent 360px),
    radial-gradient(circle at 15% 20%, rgba(255,215,106,0.08), transparent 260px),
    linear-gradient(180deg, #090b16 0%, #050711 100%);
}

body::before { display: none; }

.site { gap: 30px; }

.aureum-header-inner { height: 430px !important; }

.aureum-top-links {
  position: absolute;
  top: var(--widget-padding);
  left: 0;
  display: flex;
  gap: 14px;
}

.aureum-top-links a {
  color: #aeb7d8;
  font-weight: 800;
  transition: 0.15s ease-in-out;
}

.aureum-top-links a:hover { color: #ffd76a; }

.aureum-logo { inset: 70px 280px auto 280px !important; }

.aureum-logo img {
  max-height: 120px !important;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.45));
}

.aureum-hero {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(760px, 100%);
  text-align: center;
}

.aureum-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212,175,55,0.14);
  border: 1px solid rgba(212,175,55,0.34);
  color: #ffd76a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.aureum-hero h2 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.aureum-hero p {
  color: #aeb7d8;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.aureum-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aureum-hero-actions a,
.aureum-copy-ip {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05 !important;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(212,175,55,0.20);
}

.aureum-hero-actions a:hover,
.aureum-copy-ip:hover {
  background: linear-gradient(135deg, #ffcc4d, #ffe38a);
  box-shadow: 0 0 22px rgba(212,175,55,0.45);
}

.widget,
.store-text,
.category-description,
.store-product,
.store-product-full,
.no-products,
.store-category-tiered {
  border-radius: 16px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 10px;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #ffcc4d, #ffe38a);
  box-shadow: 0 0 18px rgba(212,175,55,0.45);
}

.btn-secondary {
  background: #1b2240;
  color: #ffffff;
}

.btn-tertiary { color: #ffffff; }

.navigation-horizontal .menu {
  background: rgba(17,22,42,0.92);
  border: 1px solid rgba(212,175,55,0.14);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.navigation-horizontal .menu > li > a { color: #cfd6ff; }

.navigation-horizontal a:hover,
.navigation-horizontal a.link-active { color: #ffd76a; }

.navigation-horizontal li li a:hover,
.navigation-horizontal li li a.link-active {
  background-color: #d4af37 !important;
  color: #120d05 !important;
}

.site-sale-banner {
  border-radius: 18px;
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(212,175,55,0.22);
}

.site-sale-banner::before { content: "🎉 "; }
.site-sale-banner::after { content: " 🎉"; }

.site-home-categories .category {
  border-radius: 16px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
  color: #ffffff;
  transition: 0.18s ease-in-out;
}

.site-home-categories .category:hover {
  color: #ffd76a;
  transform: translateY(-3px);
  border-color: rgba(212,175,55,0.35);
}

.store-products-images .store-product {
  text-align: center;
  transition: 0.18s ease-in-out;
}

.store-products-images .store-product:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.35);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.store-product .product-title {
  color: #ffffff;
  font-weight: 900;
}

.store-product .product-title a:hover { color: #ffd76a; }
.store-product .price { color: #ffd76a; }
.store-product .price strong { font-weight: 900; }
.store-product .descr { color: #aeb7d8; }

.widget-title {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.widget-community-goal .progress,
.widget-goal .progress {
  background: #070912;
  border-radius: 999px;
}

.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  background: linear-gradient(90deg, #d4af37, #ffcc4d);
  border-radius: 999px;
}

.site-footer { background: transparent; }

.site-footer-inner {
  border-radius: 16px 16px 0 0;
  background: #101529;
  border-top: 1px solid rgba(212,175,55,0.14);
}

.aureum-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 22px;
}

.aureum-footer-card {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,175,55,0.10);
}

.aureum-footer-card h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.aureum-footer-card p,
.aureum-footer-card a { color: #aeb7d8; }

.aureum-footer-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05 !important;
  font-weight: 900;
  cursor: pointer;
}

.copyright { color: #aeb7d8; }


/* Hoofdcategorie kaarten */
.aureum-category-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aureum-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 24px;
}

.aureum-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.14);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.18s ease-in-out;
}

.aureum-category-card::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(212,175,55,0.16);
  filter: blur(8px);
}

.aureum-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.45);
  box-shadow: 0 22px 50px rgba(0,0,0,0.38);
}

.aureum-category-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 16px;
}

.aureum-category-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.aureum-category-card p {
  position: relative;
  margin: 0 0 22px;
  color: #aeb7d8;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.aureum-category-card span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05;
  font-weight: 900;
}

.aureum-category-card-kitmap {
  opacity: 0.92;
}

@media (width <= 900px) {
  .aureum-category-grid {
    grid-template-columns: 1fr;
  }
}

/* Rank pagina */
.aureum-rank-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aureum-rank-intro {
  padding: var(--widget-padding);
  border-radius: 16px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
}

.aureum-rank-compare-wrap {
  overflow-x: auto;
  padding: var(--widget-padding);
  border-radius: 16px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.aureum-rank-compare {
  display: grid;
  grid-template-columns: 150px repeat(6, minmax(160px, 1fr));
  gap: 8px;
  min-width: 1120px;
}

.aureum-rank-top-left {
  min-height: 250px;
}

.aureum-rank-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 250px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(7,9,18,0.58);
  border: 1px solid rgba(212,175,55,0.10);
  text-align: center;
}

.aureum-rank-card:hover {
  border-color: rgba(212,175,55,0.35);
  transform: translateY(-3px);
}

.aureum-rank-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  margin-bottom: 10px;
}

.aureum-rank-image img {
  max-width: 84px;
  max-height: 84px;
  object-fit: contain;
}

.aureum-rank-card h3 {
  min-height: 48px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 900;
}

.aureum-rank-price {
  margin-top: 10px;
  color: #ffd76a;
  font-size: 16px;
  font-weight: 900;
}

.aureum-rank-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
}

.aureum-rank-actions .btn-primary,
.aureum-rank-actions .btn-secondary,
.aureum-rank-actions .add,
.aureum-rank-actions .open-basket-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

.aureum-rank-feature,
.aureum-rank-value {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(7,9,18,0.48);
  color: #cfd6ff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.aureum-rank-feature {
  justify-content: flex-start;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

.aureum-rank-value {
  justify-content: center;
  text-align: center;
}

.aureum-rank-feature-head,
.aureum-rank-value-head {
  min-height: 46px;
  color: #ffd76a;
  font-weight: 900;
}

.aureum-rank-primus { color: #4fc3ff; }
.aureum-rank-cuprum { color: #ff8b2b; }
.aureum-rank-argentum { color: #d7dde7; }
.aureum-rank-aurelius { color: #ffd43b; }
.aureum-rank-celestium { color: #ff6fbd; }
.aureum-rank-aeternium { color: #63ff7a; }

.aureum-yes {
  color: #63ff7a;
  font-size: 18px;
  font-weight: 900;
}

.aureum-no {
  color: #ff4f5e;
  font-size: 18px;
  font-weight: 900;
}

.aureum-rank-cards,
.aureum-rank-table-wrap {
  display: none;
}

/* Crate keys pagina */
.aureum-crate-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aureum-crate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
}

.aureum-crate-card {
  position: relative;
  overflow: hidden;
  padding: 0 0 22px 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  text-align: center;
}

.aureum-crate-card:hover {
  border-color: rgba(212,175,55,0.35);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.aureum-crate-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.aureum-crate-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #ff4f5e;
  color: #ffffff;
  font-weight: 900;
}

.aureum-crate-badge-text {
  display: none;
  padding: 8px 10px;
  border-radius: 8px;
  background: #101529;
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
}

.aureum-crate-card.has-label .aureum-crate-badge-text {
  display: inline-block;
}

.aureum-crate-image {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: rgba(7,9,18,0.45);
}

.aureum-crate-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.aureum-crate-card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  margin: 18px 18px 0 18px;
}

.aureum-crate-price {
  color: #ffd76a;
  font-size: 18px;
  font-weight: 800;
  margin-top: 6px;
}

.aureum-crate-options {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  padding: 4px;
  border-radius: 8px;
  background: #0b1020;
  border: 1px solid rgba(255,255,255,0.10);
}

.aureum-crate-option {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #aeb7d8;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
}

.aureum-crate-option.active {
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05;
}

.aureum-crate-deal {
  min-height: 22px;
  margin-top: 8px;
  color: #6f789b;
  font-weight: 900;
  text-transform: uppercase;
}

.aureum-crate-deal.is-empty { visibility: hidden; }
.aureum-crate-deal.is-popular { color: #ff9d4d; }
.aureum-crate-deal.is-best-value { color: #77ff5c; }

.aureum-crate-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.aureum-crate-actions .btn-primary,
.aureum-crate-actions .btn-secondary,
.aureum-crate-actions .add,
.aureum-crate-actions .open-basket-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: calc(100% - 44px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aureum-crate-actions .open-basket-cta { margin-top: 10px; }

@media (width <= 1200px) {
  .aureum-rank-compare {
    grid-template-columns: 140px repeat(6, minmax(155px, 1fr));
    min-width: 1070px;
  }
}

@media (width <= 1100px) {
  .aureum-crate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 960px) {
  .aureum-header-inner {
    height: auto !important;
    padding-top: 95px !important;
  }

  .aureum-logo {
    position: static !important;
    inset: auto !important;
  }

  .aureum-hero {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }

  .aureum-hero h2 { font-size: 32px; }
  .aureum-hero p { font-size: 15px; }

  .aureum-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-sale-banner { font-size: 17px; }
}

@media (width <= 700px) {
  .aureum-rank-compare {
    grid-template-columns: 130px repeat(6, minmax(150px, 1fr));
    min-width: 1030px;
  }

  .aureum-crate-grid {
    grid-template-columns: 1fr;
    
  }
}

.aureum-rank-card .open-basket-cta,
.aureum-rank-card .open-basket {
    display: none !important;
}






















.aureum-category-card-tags:hover {
  border-color: rgba(255,111,189,0.45);
}

.aureum-category-card-cosmetics:hover {
  border-color: rgba(212,175,55,0.45);
}


.aureum-home-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.aureum-home-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.14);
  color: #ffffff;
  text-decoration: none;
}

.aureum-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.45);
}

.aureum-home-card-icon {
  font-size: 42px;
}

.aureum-home-card h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 900;
}

.aureum-home-card p {
  margin: 0;
  color: #aeb7d8;
  font-weight: 600;
}

.aureum-home-card span {
  margin-left: auto;
  color: #ffd76a;
  font-weight: 900;
  white-space: nowrap;
}

@media (width <= 900px) {
  .aureum-home-showcase {
    grid-template-columns: 1fr;
  }
}/* =========================
   AUREUMMC TEAM SECTION
   ========================= */

.aureum-team-section {
  margin-top: 28px;
  padding: 28px;
  border-radius: 18px;
  background: rgba(7,9,18,0.24);
  border: 1px solid rgba(212,175,55,0.14);
}

.aureum-team-section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 10px;
}

.aureum-team-section > p {
  text-align: center;
  color: #aeb7d8;
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 700;
}

.aureum-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
}

.aureum-team-member {
  background: rgba(7,9,18,0.48);
  border: 1px solid rgba(212,175,55,0.10);
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  transition: 0.18s ease-in-out;
}

.aureum-team-member:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,0.35);
}

.aureum-team-member img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin: 0 auto 10px;
  display: block;
  image-rendering: pixelated;
}

.aureum-team-member h3 {
  color: #ffffff;
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  word-break: normal;
  overflow-wrap: normal;
  white-space: nowrap;
}

.aureum-team-role {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff !important;
}

/* Eigenaar */
.aureum-team-owner {
  background: linear-gradient(135deg, #800020, #FFA4A4) !important;
  color: #ffffff !important;
}

/* Management */
.aureum-team-management {
  background: linear-gradient(135deg, #CC5500, #FFD8A8) !important;
  color: #ffffff !important;
}

/* Developer */
.aureum-team-developer {
  background: linear-gradient(135deg, #013220, #D1FFBD) !important;
  color: #ffffff !important;
}

/* Mod */
.aureum-team-mod {
  background: linear-gradient(135deg, #4B0082, #B07FD4) !important;
  color: #ffffff !important;
}

/* =========================
   AUREUMMC SIDEBAR FIX
   Playercounter -> Community Goal -> Navigation -> Top Customer -> Recent Payments
   Text Box hidden
   ========================= */

.store-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.store-sidebar .widget,
.store-sidebar .site-navigation {
  margin: 0;
}

.store-sidebar .widget-server-status {
  order: 1;
}

.store-sidebar .widget-community-goal,
.store-sidebar .widget-goal {
  order: 2;
}

.store-sidebar .site-navigation {
  order: 3;
}

.store-sidebar .widget-top-donator {
  order: 4;
}

.store-sidebar .widget-recent {
  order: 5;
}

.store-sidebar .widget-textbox,
.store-sidebar .widget-text-box,
.store-sidebar .widget-text,
.store-sidebar .widget-text-boxes,
.store-sidebar .widget-custom-text,
.store-sidebar .widget-custom,
.store-sidebar .widget-module-textbox,
.store-sidebar .widget-module-text-box {
  display: none !important;
}

.store-sidebar .widget-server-status {
  padding: 26px 18px;
  text-align: center;
}

.store-sidebar .widget-server-status .widget-title {
  display: none !important;
}

.store-sidebar .widget-server-status .badge,
.store-sidebar .widget-server-status h6,
.store-sidebar .widget-server-status p {
  display: none !important;
}

.store-sidebar .widget-server-status .widget-content,
.store-sidebar .aureum-player-widget {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.store-sidebar .aureum-player-count {
  order: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 12px !important;
}

.store-sidebar .aureum-player-digit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 44px !important;
  padding: 0 8px !important;
  border-radius: 7px !important;
  background: #4a557a !important;
  color: #ffffff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.18) !important;
}

.store-sidebar .aureum-player-label {
  order: 2 !important;
  color: #ffb84d !important;
  font-size: 17px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  margin: 0 !important;
}

.store-sidebar .aureum-player-ip {
  order: 3 !important;
  margin: 4px 0 0 !important;
  color: #aeb7d8 !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.store-sidebar .widget-community-goal,
.store-sidebar .widget-goal {
  padding: 24px 18px;
  text-align: center;
}

.store-sidebar .widget-community-goal .widget-title,
.store-sidebar .widget-goal .widget-title {
  margin-bottom: 16px;
  font-size: 22px;
}

.store-sidebar .widget-community-goal .goal-image,
.store-sidebar .widget-goal .goal-image {
  max-width: 105px;
  max-height: 105px;
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
  image-rendering: pixelated;
}

.store-sidebar .widget-community-goal .descr,
.store-sidebar .widget-goal .descr {
  color: #aeb7d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 14px;
}

.store-sidebar .widget-community-goal .progress,
.store-sidebar .widget-goal .progress {
  height: 12px;
  margin: 12px 0 8px;
  overflow: hidden;
  position: relative;
  background: #070912;
  border-radius: 999px;
}

.store-sidebar .widget-community-goal .progress-bar,
.store-sidebar .widget-goal .progress-bar {
  min-width: 0;
  background: linear-gradient(90deg, #d4af37, #ffcc4d);
  border-radius: 999px;
}

.store-sidebar .widget-community-goal p,
.store-sidebar .widget-goal p {
  color: #aeb7d8;
  font-size: 13px;
  font-weight: 800;
  margin: 8px 0 0;
}

.store-sidebar .widget-top-donator,
.store-sidebar .widget-recent {
  padding: 22px 18px;
}

.store-sidebar .widget-top-donator .avatar,
.store-sidebar .widget-recent .avatar {
  border-radius: 7px;
  image-rendering: pixelated;
}

.store-sidebar .widget-recent .purchases {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-sidebar .widget-recent .purchase:nth-child(n+6) {
  display: none;
}


/* =========================
   AUREUMMC HEADER FINAL TOUCHES
   Logo groter + animated, top links verborgen, account skin correct
   ========================= */

/* Linksboven "Hoofdsite" en "Discord" weghalen */
.aureum-top-links {
  display: none !important;
}

/* Header iets ruimer zodat groter logo niet overlapt */
.aureum-header-inner {
  height: 470px !important;
}

/* Header logo groter maken + duidelijke subtiele animatie */
.aureum-logo {
  inset: 28px 280px auto 280px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  pointer-events: none;
  z-index: 2;
}

.aureum-logo a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  pointer-events: auto;
}

.aureum-logo img {
  max-height: 200px !important;
  width: auto !important;
  transform-origin: center center;
  animation:
    aureum-logo-float 3.5s ease-in-out infinite,
    aureum-logo-pulse 2.8s ease-in-out infinite alternate !important;
  filter:
    drop-shadow(0 18px 36px rgba(0,0,0,0.60))
    drop-shadow(0 0 18px rgba(212,175,55,0.40));
}

@keyframes aureum-logo-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.045);
  }
}

@keyframes aureum-logo-pulse {
  0% {
    filter:
      drop-shadow(0 18px 36px rgba(0,0,0,0.60))
      drop-shadow(0 0 12px rgba(212,175,55,0.28));
  }

  100% {
    filter:
      drop-shadow(0 20px 42px rgba(0,0,0,0.68))
      drop-shadow(0 0 34px rgba(255,215,106,0.62));
  }
}

/* Hero iets lager zetten door groter logo */
.aureum-hero {
  bottom: 24px;
}

/* Accountknop: oude/default glyph verwijderen, alleen Minecraft skin tonen wanneer ingelogd */
.user-actions .user-name,
.user-actions .aureum-user-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.user-actions .user-name::before,
.user-actions .user-name::after,
.user-actions .aureum-user-name::before,
.user-actions .aureum-user-name::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.user-actions .user-name svg,
.user-actions .user-name i,
.user-actions .aureum-user-name svg,
.user-actions .aureum-user-name i {
  display: none !important;
}

.aureum-user-skin {
  display: inline-block !important;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  border-radius: 6px;
  image-rendering: pixelated;
  box-shadow: 0 0 10px rgba(212,175,55,0.22);
  flex: 0 0 auto;
}

/* Uitgelogd: geen skin/glyph forceren */
.log-in::before,
.log-in::after,
.aureum-login-button::before,
.aureum-login-button::after,
.log-in img,
.aureum-login-button img,
.log-in .aureum-user-skin,
.aureum-login-button .aureum-user-skin {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Login popup / login pagina in AureumMC stijl */
.page-login .site-content,
.aureum-login-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.aureum-login-box,
.store-form[data-popup] {
  width: min(560px, calc(100vw - 36px));
  padding: 34px 34px 32px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,0.18), transparent 240px),
    linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.24);
  box-shadow: 0 24px 70px rgba(0,0,0,0.55);
  text-align: center;
}

.aureum-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.35);
  font-size: 28px;
  box-shadow: 0 0 22px rgba(212,175,55,0.16);
}

.aureum-login-box h2,
.store-form[data-popup] h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 10px;
}

.aureum-login-subtitle {
  color: #aeb7d8;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 22px;
}

.aureum-login-form,
.store-form[data-popup] form.field {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}

.aureum-login-form input,
.store-form[data-popup] input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.16);
  background: rgba(7,9,18,0.58);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  outline: none;
}

.aureum-login-form input::placeholder,
.store-form[data-popup] input[type="text"]::placeholder {
  color: #8f98bd;
}

.aureum-login-form input:focus,
.store-form[data-popup] input[type="text"]:focus {
  border-color: rgba(212,175,55,0.55);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}

.aureum-login-submit,
.store-form[data-popup] button[type="submit"],
.store-form[data-popup] .btn-primary {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
}

@media (width <= 960px) {
  .aureum-header-inner {
    height: auto !important;
    padding-top: 95px !important;
  }

  .aureum-logo {
    inset: auto !important;
    position: static !important;
    margin: 0 auto 18px;
    pointer-events: auto;
  }

  .aureum-logo img {
    max-height: 145px !important;
  }
}


/* =========================
   AUREUMMC TAGS & COSMETICS LIST VIEW
   ========================= */

.aureum-list-layout {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%);
  border: 1px solid rgba(212,175,55,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.aureum-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 150px;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.aureum-list-row:last-child {
  border-bottom: none;
}

.aureum-list-name {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.aureum-list-price {
  color: #b8ff8d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.aureum-list-price strong {
  font-weight: 900;
}

.aureum-list-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.aureum-list-actions .btn-primary,
.aureum-list-actions .btn-secondary,
.aureum-list-actions .add,
.aureum-list-actions .open-basket-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 44px;
  padding: 0 16px;
  text-align: center;
  white-space: nowrap;
}

@media (width <= 760px) {
  .aureum-list-row {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .aureum-list-actions {
    justify-content: center;
  }
}

/* Fix dubbele Tebex buttons */
.store-product .actions,
.aureum-list-product .actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

/* Verberg toegevoegd knop standaard */
.store-product .open-basket,
.store-product .open-basket-cta,
.aureum-list-product .open-basket,
.aureum-list-product .open-basket-cta {
    display: none !important;
}

/* Alleen tonen als Tebex hem actief maakt */
.store-product .open-basket:not([hidden]),
.store-product .open-basket-cta:not([hidden]),
.aureum-list-product .open-basket:not([hidden]),
.aureum-list-product .open-basket-cta:not([hidden]) {
    display: inline-flex !important;
}

/* Verberg add knop zodra package in basket zit */
.store-product .add[hidden],
.aureum-list-product .add[hidden] {
    display: none !important;
}

/* =========================
   AUREUMMC DYNAMIC SALE PRICE DISPLAY
   Werkt automatisch voor huidige en toekomstige packages.
   Geen sale = normale prijs. Sale actief = oude prijs + nieuwe prijs + badge.
   ========================= */

.aureum-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.15;
}

.aureum-price-old {
  color: #8f98bd;
  font-size: 13px;
  font-weight: 800;
  text-decoration: line-through;
  opacity: 0.9;
}

.aureum-price-old .discount,
.aureum-price-old del {
  color: inherit !important;
  text-decoration: line-through !important;
}

.aureum-price-new {
  color: #ffd76a;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.aureum-price-new strong {
  font-weight: 900;
}

.aureum-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #ffcc4d);
  color: #120d05;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(212,175,55,0.22);
}

.aureum-rank-price .aureum-price-new,
.aureum-crate-price .aureum-price-new,
.aureum-list-price .aureum-price-new {
  color: #ffd76a;
}

.aureum-list-price .aureum-price-wrap {
  align-items: center;
}

.aureum-crate-price .aureum-price-wrap,
.aureum-rank-price .aureum-price-wrap {
  min-height: 54px;
}

/* Hoofdcategorieën zonder Kitmap: kaarten mogen netjes single/centered staan */
.aureum-category-grid:has(.aureum-category-card:only-child) {
  grid-template-columns: minmax(240px, 520px);
  justify-content: center;
}

.aureum-category-card-kitmap {
  display: none !important;
}


/* =========================
   AUREUMMC STORE CLEANUP
   Kitmap verbergen + salebanner vaste 20% tekst
   ========================= */

.site-sale-banner {
  font-size: 0 !important;
}

.site-sale-banner::before {
  content: "🎉 OPENING SALE - 20% KORTING OP GESELECTEERDE PRODUCTEN" !important;
  font-size: 24px !important;
}

.site-sale-banner::after {
  content: " 🎉" !important;
  font-size: 24px !important;
}

.aureum-home-card[href*="kitmap"],
.aureum-category-card[href*="kitmap"],
.site-home-categories a[href*="kitmap"],
.store-category[href*="kitmap"],
.category[href*="kitmap"] {
  display: none !important;
}

@media (width <= 960px) {
  .site-sale-banner::before,
  .site-sale-banner::after {
    font-size: 17px !important;
  }
}


/* =========================
   AUREUMMC CLICKABLE LIST ITEMS
   Tags, Cosmetics & SMP Perks
   ========================= */

.aureum-list-info {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "thumb name"
    "thumb view";
  align-items: center;
  column-gap: 16px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.aureum-list-info:hover .aureum-list-name {
  color: #ffd76a;
}

.aureum-list-thumb {
  grid-area: thumb;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7,9,18,0.52);
  border: 1px solid rgba(212,175,55,0.14);
  overflow: hidden;
  flex: 0 0 auto;
}

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

.aureum-list-thumb-fallback {
  color: #ffd76a;
  font-size: 24px;
  font-weight: 900;
}

.aureum-list-info .aureum-list-name {
  grid-area: name;
  min-width: 0;
  transition: 0.15s ease-in-out;
}

.aureum-list-view {
  grid-area: view;
  margin-top: 5px;
  color: #aeb7d8;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
}

.aureum-list-info:hover .aureum-list-view {
  color: #ffd76a;
}

@media (width <= 760px) {
  .aureum-list-info {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "name"
      "view";
    justify-items: center;
    row-gap: 8px;
  }
}

/* =========================
   AUREUMMC LIST ICON CLEANUP
   Tags/Cosmetics gebruiken in de lijst nu nette icons.
   De echte package-afbeelding blijft beschikbaar op de detailpagina/popup.
   ========================= */

.aureum-list-thumb {
  background:
    radial-gradient(circle at top, rgba(212,175,55,0.14), transparent 70%),
    rgba(7,9,18,0.58) !important;
}

.aureum-list-thumb-fallback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  color: #ffd76a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-shadow: 0 0 16px rgba(212,175,55,0.35) !important;
}

/* =========================
   AUREUMMC PACKAGE POPUP BASKET / QUANTITY FIX
   Maakt de Tebex quantity selector in de detail-popup passend bij de store stijl.
   ========================= */

.store-product-full .actions,
.store-product-full .product-actions,
.store-product-full .quantity,
.store-product-full .quantity-field,
.store-product-full .quantity-selector,
.store-product-full .basket-quantity,
.store-product-full .qty,
.modal .quantity,
.modal .quantity-field,
.modal .quantity-selector,
.modal .basket-quantity,
.popup .quantity,
.popup .quantity-field,
.popup .quantity-selector,
.popup .basket-quantity {
  border-radius: 14px !important;
}

.store-product-full .quantity,
.store-product-full .quantity-field,
.store-product-full .quantity-selector,
.store-product-full .basket-quantity,
.store-product-full .qty,
.modal .quantity,
.modal .quantity-field,
.modal .quantity-selector,
.modal .basket-quantity,
.popup .quantity,
.popup .quantity-field,
.popup .quantity-selector,
.popup .basket-quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  min-height: 54px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #141a31 0%, #101529 100%) !important;
  border: 1px solid rgba(212,175,55,0.28) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.03) !important;
  color: #ffffff !important;
}

.store-product-full .quantity button,
.store-product-full .quantity-field button,
.store-product-full .quantity-selector button,
.store-product-full .basket-quantity button,
.store-product-full .qty button,
.modal .quantity button,
.modal .quantity-field button,
.modal .quantity-selector button,
.modal .basket-quantity button,
.popup .quantity button,
.popup .quantity-field button,
.popup .quantity-selector button,
.popup .basket-quantity button {
  width: 58px !important;
  min-width: 58px !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffd76a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
}

.store-product-full .quantity button:hover,
.store-product-full .quantity-field button:hover,
.store-product-full .quantity-selector button:hover,
.store-product-full .basket-quantity button:hover,
.store-product-full .qty button:hover,
.modal .quantity button:hover,
.modal .quantity-field button:hover,
.modal .quantity-selector button:hover,
.modal .basket-quantity button:hover,
.popup .quantity button:hover,
.popup .quantity-field button:hover,
.popup .quantity-selector button:hover,
.popup .basket-quantity button:hover {
  background: rgba(212,175,55,0.12) !important;
  color: #ffe38a !important;
}

.store-product-full .quantity input,
.store-product-full .quantity-field input,
.store-product-full .quantity-selector input,
.store-product-full .basket-quantity input,
.store-product-full .qty input,
.modal .quantity input,
.modal .quantity-field input,
.modal .quantity-selector input,
.modal .basket-quantity input,
.popup .quantity input,
.popup .quantity-field input,
.popup .quantity-selector input,
.popup .basket-quantity input {
  width: 82px !important;
  min-width: 82px !important;
  height: 54px !important;
  border: 0 !important;
  border-left: 1px solid rgba(255,255,255,0.08) !important;
  border-right: 1px solid rgba(255,255,255,0.08) !important;
  background: rgba(7,9,18,0.48) !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  outline: none !important;
}

.store-product-full .quantity span,
.store-product-full .quantity-field span,
.store-product-full .quantity-selector span,
.store-product-full .basket-quantity span,
.store-product-full .qty span,
.modal .quantity span,
.modal .quantity-field span,
.modal .quantity-selector span,
.modal .basket-quantity span,
.popup .quantity span,
.popup .quantity-field span,
.popup .quantity-selector span,
.popup .basket-quantity span {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.store-product-full .quantity *:not(button):not(input),
.store-product-full .quantity-field *:not(button):not(input),
.store-product-full .quantity-selector *:not(button):not(input),
.store-product-full .basket-quantity *:not(button):not(input),
.modal .quantity *:not(button):not(input),
.modal .quantity-field *:not(button):not(input),
.modal .quantity-selector *:not(button):not(input),
.modal .basket-quantity *:not(button):not(input),
.popup .quantity *:not(button):not(input),
.popup .quantity-field *:not(button):not(input),
.popup .quantity-selector *:not(button):not(input),
.popup .basket-quantity *:not(button):not(input) {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* =========================
   AUREUMMC FINAL PACKAGE MODAL POLISH
   - Tags list toont vaste icon badges i.p.v. package screenshots
   - Package detail popup behoudt tag-afbeeldingen
   - Perks detail popup blijft zonder standaard kistje
   - Basket/quantity blok strak uitgelijnd en vertaald
   ========================= */

.aureum-list-thumb img {
  display: none !important;
}

.aureum-list-thumb {
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(212,175,55,0.20) !important;
  background: rgba(7,9,18,0.54) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 10px 24px rgba(0,0,0,0.22) !important;
}

.aureum-list-thumb-fallback {
  font-family: Inter, sans-serif !important;
  letter-spacing: -0.5px !important;
}

.aureum-list-thumb-tag-heart .aureum-list-thumb-fallback {
  color: #ff5ed7 !important;
  font-size: 31px !important;
  text-shadow: 0 0 18px rgba(255,94,215,0.42) !important;
}

.aureum-list-thumb-tag-w .aureum-list-thumb-fallback {
  color: #64ecff !important;
  font-size: 28px !important;
  text-shadow: 0 0 18px rgba(100,236,255,0.42) !important;
}

.aureum-list-thumb-tag-l .aureum-list-thumb-fallback {
  color: #c80000 !important;
  font-size: 30px !important;
  text-shadow: 0 0 16px rgba(200,0,0,0.35) !important;
}

.aureum-list-thumb-tag-gn .aureum-list-thumb-fallback {
  color: #ff65ff !important;
  font-size: 25px !important;
  text-shadow: 0 0 18px rgba(255,101,255,0.42) !important;
}

.aureum-list-thumb-tag-sus .aureum-list-thumb-fallback {
  color: #62ff53 !important;
  font-size: 20px !important;
  letter-spacing: -1px !important;
  text-shadow: 0 0 18px rgba(98,255,83,0.42) !important;
}

.aureum-list-thumb-tag .aureum-list-thumb-fallback {
  color: #ffd76a !important;
  font-size: 18px !important;
}

.aureum-list-thumb-cosmetic .aureum-list-thumb-fallback,
.aureum-list-thumb-perk .aureum-list-thumb-fallback {
  color: #ffe38a !important;
  font-size: 26px !important;
}

/* Modal/popup layout */
.store-product-full .actions,
.store-product-full .product-actions,
.modal .actions,
.modal .product-actions,
.popup .actions,
.popup .product-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.store-product-full .add,
.store-product-full .btn-primary,
.store-product-full button[type="submit"],
.modal .add,
.modal .btn-primary,
.modal button[type="submit"],
.popup .add,
.popup .btn-primary,
.popup button[type="submit"] {
  min-width: 250px !important;
  min-height: 56px !important;
  border-radius: 13px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #d4af37, #ffcc4d) !important;
  color: #120d05 !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 30px rgba(212,175,55,0.20) !important;
}

.store-product-full .add::before,
.store-product-full .btn-primary::before,
.store-product-full button[type="submit"]::before,
.modal .add::before,
.modal .btn-primary::before,
.modal button[type="submit"]::before,
.popup .add::before,
.popup .btn-primary::before,
.popup button[type="submit"]::before {
  content: "In winkelwagen" !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.store-product-full .add:hover,
.store-product-full .btn-primary:hover,
.store-product-full button[type="submit"]:hover,
.modal .add:hover,
.modal .btn-primary:hover,
.modal button[type="submit"]:hover,
.popup .add:hover,
.popup .btn-primary:hover,
.popup button[type="submit"]:hover {
  background: linear-gradient(135deg, #ffcc4d, #ffe38a) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.45) !important;
}

/* Hide raw Tebex text nodes like 'in Basket' by setting container text to 0 */
.store-product-full .quantity,
.store-product-full .quantity-field,
.store-product-full .quantity-selector,
.store-product-full .basket-quantity,
.store-product-full .qty,
.modal .quantity,
.modal .quantity-field,
.modal .quantity-selector,
.modal .basket-quantity,
.popup .quantity,
.popup .quantity-field,
.popup .quantity-selector,
.popup .basket-quantity {
  position: relative !important;
  min-width: 230px !important;
  height: 56px !important;
  min-height: 56px !important;
  border-radius: 13px !important;
  font-size: 0 !important;
  background: rgba(7,9,18,0.64) !important;
  border: 1px solid rgba(212,175,55,0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 14px 34px rgba(0,0,0,0.28) !important;
}

.store-product-full .quantity::before,
.store-product-full .quantity-field::before,
.store-product-full .quantity-selector::before,
.store-product-full .basket-quantity::before,
.store-product-full .qty::before,
.modal .quantity::before,
.modal .quantity-field::before,
.modal .quantity-selector::before,
.modal .basket-quantity::before,
.popup .quantity::before,
.popup .quantity-field::before,
.popup .quantity-selector::before,
.popup .basket-quantity::before {
  content: "Aantal" !important;
  position: absolute !important;
  left: 50% !important;
  top: 6px !important;
  transform: translateX(-50%) !important;
  color: #aeb7d8 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  pointer-events: none !important;
}

.store-product-full .quantity button,
.store-product-full .quantity-field button,
.store-product-full .quantity-selector button,
.store-product-full .basket-quantity button,
.store-product-full .qty button,
.modal .quantity button,
.modal .quantity-field button,
.modal .quantity-selector button,
.modal .basket-quantity button,
.popup .quantity button,
.popup .quantity-field button,
.popup .quantity-selector button,
.popup .basket-quantity button {
  height: 56px !important;
  width: 56px !important;
  min-width: 56px !important;
  color: #ffd76a !important;
  font-size: 23px !important;
  font-weight: 900 !important;
}

.store-product-full .quantity input,
.store-product-full .quantity-field input,
.store-product-full .quantity-selector input,
.store-product-full .basket-quantity input,
.store-product-full .qty input,
.modal .quantity input,
.modal .quantity-field input,
.modal .quantity-selector input,
.modal .basket-quantity input,
.popup .quantity input,
.popup .quantity-field input,
.popup .quantity-selector input,
.popup .basket-quantity input {
  height: 56px !important;
  width: 86px !important;
  min-width: 86px !important;
  padding-top: 15px !important;
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

@media (width <= 760px) {
  .store-product-full .actions,
  .store-product-full .product-actions,
  .modal .actions,
  .modal .product-actions,
  .popup .actions,
  .popup .product-actions {
    justify-content: center !important;
  }

  .store-product-full .add,
  .store-product-full .btn-primary,
  .store-product-full button[type="submit"],
  .modal .add,
  .modal .btn-primary,
  .modal button[type="submit"],
  .popup .add,
  .popup .btn-primary,
  .popup button[type="submit"],
  .store-product-full .quantity,
  .store-product-full .quantity-field,
  .store-product-full .quantity-selector,
  .store-product-full .basket-quantity,
  .store-product-full .qty,
  .modal .quantity,
  .modal .quantity-field,
  .modal .quantity-selector,
  .modal .basket-quantity,
  .popup .quantity,
  .popup .quantity-field,
  .popup .quantity-selector,
  .popup .basket-quantity {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* =========================
   AUREUMMC MODAL FINAL FIX
   Tebex quantity/in-basket selector is hidden in package popups.
   The list buttons are already enough; this removes the broken 'in Basket' text.
   ========================= */

.store-product-full .quantity,
.store-product-full .quantity-field,
.store-product-full .quantity-selector,
.store-product-full .basket-quantity,
.store-product-full .qty,
.store-product-full [class*="quantity"],
.store-product-full [class*="Quantity"],
.store-product-full [class*="basket-quantity"],
.store-product-full [class*="BasketQuantity"],
.modal .quantity,
.modal .quantity-field,
.modal .quantity-selector,
.modal .basket-quantity,
.modal .qty,
.modal [class*="quantity"],
.modal [class*="Quantity"],
.modal [class*="basket-quantity"],
.modal [class*="BasketQuantity"],
.popup .quantity,
.popup .quantity-field,
.popup .quantity-selector,
.popup .basket-quantity,
.popup .qty,
.popup [class*="quantity"],
.popup [class*="Quantity"],
.popup [class*="basket-quantity"],
.popup [class*="BasketQuantity"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.store-product-full .actions,
.store-product-full .product-actions,
.modal .actions,
.modal .product-actions,
.popup .actions,
.popup .product-actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0 !important;
}

.store-product-full .add,
.store-product-full .btn-primary,
.store-product-full button[type="submit"],
.modal .add,
.modal .btn-primary,
.modal button[type="submit"],
.popup .add,
.popup .btn-primary,
.popup button[type="submit"] {
  width: 320px !important;
  max-width: 100% !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #d4af37, #ffcc4d) !important;
  color: #120d05 !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  text-align: center !important;
  box-shadow: 0 14px 30px rgba(212,175,55,0.20) !important;
}

.store-product-full .add::before,
.store-product-full .btn-primary::before,
.store-product-full button[type="submit"]::before,
.modal .add::before,
.modal .btn-primary::before,
.modal button[type="submit"]::before,
.popup .add::before,
.popup .btn-primary::before,
.popup button[type="submit"]::before {
  content: "In winkelwagen" !important;
  display: inline-block !important;
  color: #120d05 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

@media (width <= 760px) {
  .store-product-full .actions,
  .store-product-full .product-actions,
  .modal .actions,
  .modal .product-actions,
  .popup .actions,
  .popup .product-actions {
    justify-content: center !important;
  }

  .store-product-full .add,
  .store-product-full .btn-primary,
  .store-product-full button[type="submit"],
  .modal .add,
  .modal .btn-primary,
  .modal button[type="submit"],
  .popup .add,
  .popup .btn-primary,
  .popup button[type="submit"] {
    width: 100% !important;
  }
}
