.game-icon-marquee {
  padding: 1.25rem 0;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.15));
}

@media (max-width: 991px) {
  .product-left .product-description { display: none; }
  .product-description-mobile {
    display: block !important;
    color: #f300fc;
    font-size: 1rem;
    margin-top: 2rem;
  }
}

/* Preis */
.fs-5 {
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: #f215e7;
}

/* Buttons */
.btn-primary, .btn-outline-primary {
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(145deg, #a855f7, #140219);
  border: none;
  box-shadow: 0 8px 15px rgba(144, 4, 172, 1);
}

.btn-primary:hover {
  background: linear-gradient(145deg, #9b30e8, #31015e);
  box-shadow: 0 10px 20px rgba(211, 1, 222, 0.7);
  transform: translateY(-3px);
}

.btn-outline-primary {
  color: #b713c9;
  border-color: #6b00a3;
  background: transparent;
}

.btn-outline-primary:hover {
  background: #ba0ae1;
  color: white;
}

/* Allgemeines Layout */
.product-wrapper {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.6), rgba(211, 13, 185, 0));
  border-radius: 20px;
  padding: 3rem 2rem;
}

.editor {
  color: #ccc;
  line-height: 1.6;
  font-size: 1rem;
}

.scroll-track {
  white-space: nowrap;
  animation: scrollLoop 40s linear infinite;
  gap: 4rem;
}

.hover-opacity { transition: opacity 0.3s ease; }
.hover-opacity:hover { opacity: 1 !important; }

.glass-blur {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
}

.game-icon {
  height: 40px;
  margin: 0 2rem;
  opacity: 0.8;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Footer links */
.footer a {
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer a:hover { color: #ffffff; transform: translateY(-2px); }

.footer .btn-icon {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.footer .btn-icon:hover {
  transform: scale(1.15);
  background-color: rgba(255, 255, 255, 0.15);
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.03);
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.btn-icon {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-icon:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* About Section */
.about-card { min-height: 100%; }
.about-section { background: transparent; }
.about-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

/* Badges */
.icon-badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.icon-badge:hover { opacity: 1; }
.bg-purple { background: #6b00a3; }
.text-purple { color: #6b00a3; }

/* Discord Button */
.btn-discord {
  background-color: #6b00a3;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  box-shadow: 0 4px 10px rgba(107, 0, 163, 0.25);
}

.btn-discord:hover {
  background-color: #4a0073;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(107, 0, 163, 0.35);
}

/* Game Icon Track */
.game-icons-bar { width: 100vw; overflow: hidden; position: relative; background: none; padding-block: 26px; }
.game-icons-gradient { background: linear-gradient(to right, rgba(14,17,26,0.03) 0%, transparent 100%); backdrop-filter: blur(8px); pointer-events: none; z-index: 10; opacity: 0.7; }
.game-icons-gradient:last-child { right: 0; left: auto; transform: rotate(180deg);}
.game-icons-gradient:first-child { left: 0; }
.game-icons-track { display: flex; align-items: center; gap: 2.3rem; animation: infinite-scroll 150s linear infinite; }

@keyframes infinite-scroll {
  100% { transform: translateX(-50%); }
  0% { transform: translateX(0); }
}

.game-icons-bar:hover .game-icons-track { animation-play-state: paused !important; }

.game-icon-img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  border-radius: 0.8rem;
  background: transparent;
  filter: grayscale(1) brightness(0.8) blur(0px);
  opacity: 0.82;
  transition: filter 0.24s cubic-bezier(.32,1.2,.48,1), opacity 0.23s cubic-bezier(.32,1.2,.48,1), transform 0.22s cubic-bezier(.32,1.2,.48,1);
  will-change: filter, opacity, transform;
}

.game-icons-bar.blur-others .game-icon-img { filter: grayscale(1) brightness(0.55) blur(2.8px) opacity(0.48); }
.game-icons-bar:has(.game-icon-item:hover) .game-icon-img { filter: grayscale(1) brightness(0.55) blur(2.8px) opacity(0.48); }
.game-icon-item.is-hovered .game-icon-img,
.game-icon-item:hover .game-icon-img {
  filter: grayscale(0) brightness(1.13) contrast(1.12) blur(0) drop-shadow(0 0 18px #88ff00);
  opacity: 1;
  transform: scale(1.13) rotate(-2deg);
  z-index: 2;
}

.game-icon-item {
  border-radius: 20px;
  background: rgba(24, 26, 32, 0.16);
  box-shadow: 0 1px 8px #0004;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.24s cubic-bezier(.55,.12,.62,1.18), filter 0.23s cubic-bezier(.32,1.2,.48,1), transform 0.21s cubic-bezier(.32,1.2,.48,1), background 0.23s;
}

.game-icon-item:hover,
.game-icon-item:focus-visible {
  background: rgba(107, 0, 163, 0.19);
  box-shadow: 0 2px 22px 0 #a855f7, 0 1.5px 8px 0 #a855f7;
  z-index: 4;
}

.game-icon-item:hover, .game-icon-item:focus { z-index: 9; }

/* Responsive adjustments */
@media (max-width: 900px) {
  .game-icon-img { height: 32px; width: 32px; }
  .game-icon-item { padding: 0.23rem 0.33rem; }
  .game-icons-gradient { width: 25px; }
}

@media (max-width: 700px) {
  .game-icons__image { width: 40px; }
  .game-icons { gap: 20px; }
}

/* Instant Badge */
.badge-instant-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  font-weight: 600;
  font-size: 0.65rem;
  color: #d6a0ff;
  background: linear-gradient(135deg, #4a0073, #6b00a3);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(107, 0, 163, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(107, 0, 163, 0.15);
  transform: translateY(10px);
}

.products-intro { margin-top: 11rem; }
.section-title h2 { font-weight: 800; font-size: 2.5rem; }
.section-title p { color: #eaf3eb; font-size: 1.1rem; }
.section-title .text-primary { color: #f755f7 !important; }

}


.badge-instant-modern .dot {
  width: 6px;
  height: 6px;
  background: #6b00a3;
  border-radius: 50%;
  box-shadow: 0 0 6px #6b00a3;
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Primary Gradient Button */
.btn-primary-modern {
  background: linear-gradient(135deg, #6b00a3, #e546dd);
 
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

/* Discord Style Button */
.btn-discord-modern {
  background: #6b00a3;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #6b00a3;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #6b00a3, #6b00a3);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(164, 4, 185, 0.678);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #6b00a3, #6b00a3);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;

  background-color: #9c049c;

  background-image:
    linear-gradient(#afafaf00 1px, transparent 1px),
    linear-gradient(90deg, #6a00a300 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(146, 3, 165, 0.973) 60%,
      #8e1299f6 100%
    );

  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;

  animation: grid-gradient-slide 60s linear infinite;

  /* Hier kommt der Fade */
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


nav.navbar.component {
  background: rgba(107, 0, 163, 0.062); /* changed from blue to dark purple */
  backdrop-filter: blur(15px);   
  -webkit-backdrop-filter: blur(15px); 
  border-radius: 3rem;
  padding: 0.6rem 2rem;
  max-width: 1140px;
  margin: 1rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

/* Shopname/Logo */
.navbar .navbar-brand {
  color: white !important;
  font-weight: 800;
  font-size: 1.8rem;
}

/* Links – zentriert & vertikal mittig */
.navbar .navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 1.2rem;
  border-radius: 0.75rem;
  transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 31, 46, 1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 1px #a855f7;
  transition: left 0.4s ease;
  z-index: -1;
}

.navbar .navbar-nav .nav-link:hover::before {
  left: 0;
}



/* Beim Hover Textfarbe ändern */
.navbar .navbar-nav .nav-link:hover {
  color: #6b00a3 !important;
}
.navbar .navbar-nav .nav-link.active {
  background-color: rgba(58, 139, 255, 0.1);
  color: #6b00a3 !important;
  box-shadow: inset 0 0 0 1px #c900f1;
}


/* 🧨 Bild soll volle Breite & Höhe ausfüllen OHNE Rand */
.card.product-card {
  padding: 0 !important;

  /* Sichtbare helle Border */
border: 0.5px solid rgba(120, 170, 255, 0.212) !important;

  /* Transparenter dunkler Hintergrund mit Blur */
  background: rgba(15, 17, 29, 0.3) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 1rem;
  overflow: hidden;

  /* Soft Glow */
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 12px rgba(0, 123, 255, 0.08);
}

.card.product-card:hover {
  box-shadow:
    0 0 0 1px rgba(0, 162, 255, 0.2),
    0 0 24px rgba(0, 123, 255, 0.15);
}

.card-img-wrapper {
  height: 200px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.card-img-wrapper img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* 🧼 Safe: Card Body Padding aufheben */
.card.product-card .card-body {
  padding: 1.25rem !important;
}


  .navbar-brand img {
    height: 36px;
    object-fit: contain;
  }

  .navbar .nav-link {
    transition: color 0.2s;
  }

  .navbar .nav-link:hover {
    color: #0d6efd !important;
  }

  .btn-outline-light:hover {
    background-color: #0d6efd;
    color: white;
  }

  select.form-select {
    width: auto;
    padding: 0.25rem 0.5rem;
  }

  .badge {
    font-size: 0.6rem;
  }