/* === GLASS NAVBAR STYLE === */

/* Wenn gescrollt → etwas dunkler */

/* Versteckt beim Runterscrollen */

/* Links hover Effekt */
.navbar a,
.navbar-brand {
  transition: color 0.3s ease;
}
.navbar a:hover {
  color: #ff9b32 !important;
}


/* --- Fix for modal transparency --- */
.modal-content {
  background: rgba(8, 8, 8, 0.838) !important;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(205, 118, 19, 0.1);
  color: #eaeaea;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.85);
}





@keyframes navbarEnter {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Falls du ein After-Blur hast → so muss es sein */
.cn-hero::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.7) 60%,
        #000 100%
    );
    pointer-events: none;
    z-index: 5;
}


/* Dein Hintergrundbild → NIEMALS über dem Content */
.cn-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1 !important;
  pointer-events: none;
}



html, body {
    overflow-y: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* VERHINDERT BOOTSTRAP SHIFT BEIM MODAL */
body.modal-open {
    overflow-y: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* Bootstrap versucht padding-right zu setzen → kill it */
body.modal-open {
    overflow: auto !important;
}

body {
    width: 100% !important;
}

/* Falls Bootstrap Backdrop weird wird */
.modal {
    padding-right: 0 !important;
}

.modal-backdrop {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


body.modal-open {
    padding-right: 0 !important;
    overflow-y: auto !important;
}

.cn-product-wrap {
  transition: opacity .25s ease, height .25s ease;
}

.cn-product-wrap.hidden {
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* ============================================================
   MOBILE FIXES (FULL PACKAGE)
   ============================================================ */

/* -----------------------------------------
   1) Navbar fix — more padding and stacking
------------------------------------------ */
@media (max-width: 768px) {
  .navbar,
  header,
  .cn-products-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* -----------------------------------------
   2) Shop header stacks vertically
------------------------------------------ */
@media (max-width: 768px) {
  .cn-shop-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }

  .cn-shop-badges {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
    gap: 8px;
  }

  .cn-shop-left {
    width: 100%;
    justify-content: flex-start;
  }

  .cn-shop-title {
    font-size: 1.9rem !important;
  }
}

/* -----------------------------------------
   3) Filter bar — center & wrap
------------------------------------------ */
@media (max-width: 768px) {
  .cn-filterbar {
    flex-direction: column !important;
    gap: 14px !important;
    padding: 18px 16px !important;
  }

  .cn-filter-group {
    width: 100%;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cn-filter {
    padding: 8px 18px !important;
    font-size: 0.9rem;
  }
}

/* -----------------------------------------
   4) GRID — always correct alignment
------------------------------------------ */
@media (max-width: 992px) {
  .cn-products-grid {
    row-gap: 22px;
  }
}

/* Mobile: 2 columns -> 1 column */
@media (max-width: 576px) {
  .cn-products-grid .col-12,
  .cn-product-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* -----------------------------------------
   5) Product cards — prevent overflow
------------------------------------------ */
@media (max-width: 576px) {
  .cn-product-card {
    border-radius: 18px !important;
  }

  .cn-product-media img {
    height: 220px !important;
    object-fit: cover !important;
  }

  .cn-product-card-inner {
    padding: 12px !important;
  }

  .cn-product-title {
    font-size: 0.95rem !important;
  }
}

/* -----------------------------------------
   6) Modals — fix inner grid
------------------------------------------ */
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 96% !important;
    margin: 0 auto;
  }

  .modal-body .cn-products-grid .col-12 {
    padding: 0 !important;
  }
}

/* ============================================================
   HERO MOBILE (FULL FIX)
   ============================================================ */

@media (max-width: 768px) {

  /* -------------------------------------
     HERO WRAPPER SPACING
  -------------------------------------- */
  .hero-section,
  .hero-wrapper,
  .cn-hero,
  header,
  main {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  /* -------------------------------------
     TITLE
  -------------------------------------- */
  .hero-title,
  .cn-hero-title,
  .cn-hero h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.5px;
  }

  .hero-title span,
  .cn-hero-title span {
    font-size: 2.2rem !important;
  }

  /* -------------------------------------
     SUBTITLE / PARAGRAPH
  -------------------------------------- */
  .hero-sub,
  .cn-hero-sub,
  .hero-text p {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
    opacity: 0.92;
  }

  /* -------------------------------------
     INFO BAR / BADGE (ELITE MARKETPLACE)
  -------------------------------------- */
  .info-bar,
  .cn-info-bar,
  .elite-badge {
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    border-radius: 14px !important;
    width: 100% !important;
    justify-content: center !important;
  }

  .elite-badge i,
  .info-bar i {
    font-size: 1.1rem !important;
    margin-right: 6px;
  }

  /* -------------------------------------
     BUTTONS UNDER HERO
  -------------------------------------- */
  .hero-buttons,
  .cn-hero-buttons {
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .hero-buttons .btn,
  .cn-hero-buttons .btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    font-size: 1.05rem !important;
  }

  /* Browse Button */
  .hero-btn-primary {
    font-size: 1.1rem !important;
  }

  /* Secondary Button */
  .hero-btn-secondary {
    font-size: 0.95rem !important;
  }

}


/* =========================================
   MOBILE HEADER + HERO FULL FIX
   ========================================= */
@media (max-width: 768px) {

  /* --- HEADER FIX --- */
  header,
  .navbar,
  .site-header {
    position: relative !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    z-index: 100 !important;
  }

  /* Logo & Burger nicht über den Hero schieben */
  .navbar-brand,
  .header-logo {
    transform: translateY(0) !important;
  }

  .navbar-menu,
  .nav-toggle {
    margin-top: 0 !important;
  }

  /* Abstand unter dem Header hinzufügen */
  .hero,
  .landing-hero,
  .cn-hero,
  .home-hero {
    padding-top: 120px !important;  /* <<<<<< FIXED */
  }


  /* --- HERO TEXT FIX --- */
  .hero h1,
  .hero-title,
  .cn-hero-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .hero p,
  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.45 !important;
    margin-bottom: 20px !important;
  }

  /* --- BUTTONS SAUBER STACKEN --- */
  .hero-buttons,
  .landing-hero-buttons {
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .hero-buttons .btn,
  .landing-hero-buttons .btn {
    width: 100% !important;
  }

  /* --- INFO-BAR (24/7) FIX --- */
  .hero-info,
  .stats-inline,
  .info-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 25px !important;
  }

  /* Nichts darf die Card überlagern */
  .hero-card,
  .feature-card {
    margin-top: 20px !important;
  }
}

.cn-product-group-label {
  font-size: 0.7rem;
  opacity: 0.6;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.cn-product-group-label {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.75;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.cn-product-group-label {
    display: block !important;
    position: relative;
    z-index: 50;
}
.cn-product-body {
    position: relative;
    z-index: 10;
}
.cn-product-meta-row {
    position: relative;
    z-index: 1;
}


















:root {
  --cn-gold1: #FFC173;
  --cn-gold2: #FF8A00;
  --cn-bg-deep: #02030A;
  --cn-surface: rgba(10,10,15,0.95);
  --cn-border-soft: rgba(255,255,255,0.05);
  --cn-border-strong: rgba(255,255,255,0.16);
  --cn-text-main: #f5f7ff;
  --cn-text-muted: #a3aec3;
}

/* ========== SECTION WRAPPER ========== */
.cn-products-section {
  position: relative;
  padding: clamp(56px, 8vw, 80px) 0 72px;
  background: radial-gradient(circle at top, rgba(255,138,0,0.08), transparent 60%),
              radial-gradient(circle at bottom right, rgba(124,166,255,0.08), transparent 55%),
              #000;
  overflow: hidden;
}

.cn-products-shell {
  width: min(1200px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* optional Glow */
.cn-products-section::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,138,0,0.18), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(122,163,255,0.18), transparent 60%);
  opacity: 0.55;
  filter: blur(40px);
  z-index: 0;
}

/* ========== HEADER ========== */
.cn-products-header {
  text-align: left;
  margin-bottom: 32px;
}

.cn-products-title {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  background: linear-gradient(90deg, #ffffff, #f2e3ff, #ffc173);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cn-products-subtitle {
  margin: 0 0 18px;
  font-size: 0.98rem;
  color: var(--cn-text-muted);
  max-width: 50rem;
}

/* Meta pills */
.cn-products-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cn-products-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cn-text-muted);
  border: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), rgba(11,11,18,0.92));
  box-shadow: 0 8px 22px rgba(0,0,0,0.55);
}

.cn-products-pill.ghost {
  background: rgba(12,12,20,0.85);
}

.cn-products-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 0 10px currentColor;
}
.dot-green { color: #00d07e; background: radial-gradient(circle at 30% 30%, #00ff97, #0bbf62); }
.dot-blue  { color: #7aa3ff; background: radial-gradient(circle at 30% 30%, #9fc0ff, #5f7cff); }

/* ========== GRID ========== */
.cn-products-grid {
  row-gap: 26px;
}

/* ========== CARD COLUMN ANIMATIONS ========== */
.cn-product-col {
  /* Base state for animation */
  opacity: 0;
  transform: translateY(20px);
  animation: cnProductFadeIn 0.7s ease forwards;
}

/* gestaffelte Delays */
.cn-product-col:nth-child(1) { animation-delay: 0.05s; }
.cn-product-col:nth-child(2) { animation-delay: 0.10s; }
.cn-product-col:nth-child(3) { animation-delay: 0.15s; }
.cn-product-col:nth-child(4) { animation-delay: 0.20s; }
.cn-product-col:nth-child(5) { animation-delay: 0.25s; }
.cn-product-col:nth-child(6) { animation-delay: 0.30s; }
.cn-product-col:nth-child(7) { animation-delay: 0.35s; }
.cn-product-col:nth-child(8) { animation-delay: 0.40s; }

@keyframes cnProductFadeIn {
  0%   { opacity: 0; transform: translateY(24px) scale(0.98); filter: blur(3px); }
  100% { opacity: 1; transform: translateY(0)   scale(1);     filter: blur(0); }
}

/* ========== CARD ========== */
.cn-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  padding: 1px; /* für outer gradient border */
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    radial-gradient(circle at 0 0, rgba(255,193,115,0.6), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(122,163,255,0.5), transparent 45%);
  background-origin: border-box;
  text-decoration: none !important;
  color: var(--cn-text-main);
  position: relative;
  overflow: hidden;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.75),
    0 0 0 1px rgba(255,255,255,0.02);
  transform: translateZ(0);
  transition:
    transform 0.28s cubic-bezier(.22,1,.36,1),
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.cn-product-card-inner {
  border-radius: inherit;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.06), rgba(8,8,14,0.98));
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Hover */
.cn-product-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow:
    0 26px 60px rgba(0,0,0,0.9),
    0 0 0 1px rgba(255,255,255,0.07);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
    radial-gradient(circle at 0 0, rgba(255,193,115,0.8), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(122,163,255,0.7), transparent 50%);
}

/* ========== MEDIA ========== */
.cn-product-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background: radial-gradient(circle at 20% 0, rgba(255,255,255,0.05), rgba(0,0,0,0.95));
}

.cn-product-media img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* dark overlay gradient */
.cn-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.1) 55%, transparent 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Hover effect */
.cn-product-card:hover .cn-product-media img {
  transform: scale(1.05);
  filter: saturate(1.1);
}
.cn-product-card:hover .cn-product-media::after {
  opacity: 1;
}

/* Placeholder icon styling falls kein Image */
.cn-product-media-placeholder {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cn-gold1);
  opacity: 0.8;
}

/* ========== BADGES ========== */
.cn-product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}

.cn-product-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  background: #ffc173;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

.cn-product-badge i {
  font-size: 0.8em;
}

/* Bundle-Tag */
.cn-product-tag-bundle {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(12, 223, 255, 0.18);
  border: 1px solid rgba(173, 241, 255, 0.7);
  color: #c6f7ff;
  backdrop-filter: blur(8px);
}

/* ========== OVERLAY BUTTON ========== */
.cn-product-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cn-product-card:hover .cn-product-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cn-product-cta {
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(6,6,10,0.9);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fdfdfd;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cn-product-cta span {
  font-size: 0.9em;
}
.cn-product-cta svg {
  width: 12px;
  height: 12px;
}

/* ========== CARD BODY CONTENT ========== */
.cn-product-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Top row: Price + stock */
.cn-product-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.cn-product-price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

.cn-product-price s {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}

.cn-product-stock {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cn-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cn-product-stock .stock-unlimited svg {
  width: 14px;
  height: 14px;
}

.cn-product-stock .stock-unlimited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Title */
.cn-product-title {
  margin: 2px 0 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--cn-text-main);
}

/* Optional small footer */
.cn-product-footnote {
  margin-top: 6px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.42);
}

/* ========== MODAL ========== */
.cn-products-modal {
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.06), rgba(4,4,8,0.97));
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 32px 80px rgba(0,0,0,0.9);
  color: #f4f6ff;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px) {
  .cn-products-header {
    text-align: left;
  }
  .cn-products-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .cn-products-section {
    padding-top: 40px;
  }

  .cn-products-shell {
    width: 92vw;
  }

  .cn-product-media img {
    height: 190px;
  }

  .cn-product-card-inner {
    padding: 12px 12px 14px;
  }
}

@media (max-width: 575.98px) {
  .cn-products-title {
    font-size: 1.6rem;
  }
  .cn-products-subtitle {
    font-size: 0.9rem;
  }
  .cn-products-pill {
    font-size: 0.7rem;
  }
}


/* ===================== FILTER BAR ===================== */

.cn-filterbar {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 50px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(12px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.07);
  display: center;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* Filter Buttons */
.cn-filter-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cn-filter {
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  font-size: 0.82rem;
  color: #f8f8f8;
  font-weight: 600;
  cursor: pointer;
  transition: .25s;
}

.cn-filter.active,
.cn-filter:hover {
  background: linear-gradient(135deg, #ffb86c, #ff8a00);
  color: #000;
  border-color: transparent;
  box-shadow: 0 8px 16px rgba(255,138,0,0.4);
}

/* Sort Dropdown */
.cn-filter-sort select {
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

/* MOBILE */
@media (max-width: 576px) {
  .cn-filterbar {
    flex-direction: column;
    align-items: stretch;
  }
  .cn-filter-sort select {
    width: 100%;
  }
}



/* SEARCH ICON */
.cn-search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.55);
  font-size: 17px;
  pointer-events: none;
}

.cn-products-grid {
  min-height: 300px;
  position: relative;
}

.cn-product-col {
  position: relative;
  transition: all .25s ease;
}

.cn-product-wrap.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.cn-product-wrap {
  animation: cnFadeIn .35s ease;
}

@keyframes cnFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}


.cn-product-col.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .25s ease, visibility .25s ease;
}

.cn-filterbar {
  display: flex;
  justify-content: center;
  margin-bottom: 60px !important; /* HARD FORCE */
}

.cn-product-media {
  height: 100%;          /* Nimmt gesamte Höhe der Card */
}

.cn-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* Wichtig */
  object-position: center;
}

/* Shop Header Full Layout */
.cn-shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 20px;
}

/* LEFT BLOCK: Icon + Text */
.cn-shop-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* CLEAN ICON — Glow Removed */
.cn-shop-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.08);
}

.cn-shop-icon i {
  font-size: 28px;
  color: #ffb86c;
}

/* TEXT */
.cn-shop-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(90deg, #ffffff, #ffc173, #ff8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cn-shop-subtitle {
  margin-top: 3px;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* RIGHT SIDE BADGES — BEAUTIFUL ALIGNMENT */
.cn-shop-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== PREMIUM AAA+ CLASSIX SCROLLBAR ===== */

::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.02);
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2e2e2e, #1a1a1a);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    box-shadow:
        inset 0 0 6px rgba(0,0,0,0.6),
        0 0 10px rgba(255,138,0,0.15);
    transition: all 0.25s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #444, #222);
    border-color: rgba(255,138,0,0.4);
    box-shadow:
        inset 0 0 8px rgba(0,0,0,0.7),
        0 0 12px rgba(255,138,0,0.35);
    transform: translateY(-2px);
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2e2e2e rgba(255,255,255,0.05);
}

/* ============================================
   CLASSIX ULTRA-PREMIUM LOGIN MODAL
   ============================================ */

/* Background dim + blur */
.modal-backdrop.show {
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.65);
}

/* Modal Container */
.modal-content {
    background: rgba(20, 20, 20, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    padding: 8px 10px 12px;
    backdrop-filter: blur(25px) saturate(1.4);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(255,255,255,0.04);
    animation: modalFadeIn .45s cubic-bezier(.22,1,.36,1);
}

/* Fancy fade + rise */
@keyframes modalFadeIn {
    0% { opacity:0; transform: translateY(30px) scale(.95); }
    100% { opacity:1; transform: translateY(0) scale(1); }
}

/* HEADER */
.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding-bottom: 10px;
}

.modal-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .03em;
    background: linear-gradient(90deg, #FF8A00, #FFC173);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Close button */
.btn-close {
    filter: invert(1) brightness(2);
    opacity: .6;
}
.btn-close:hover {
    opacity: 1;
}

/* BODY */
.modal-body {
    padding-top: 18px;
}

/* Inputs */
.modal-body .form-control {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    transition: all .25s ease;
}

.modal-body .form-control:focus {
    border-color: #ff9f43;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 0 12px rgba(255,140,0,0.3);
    outline: none;
}

/* OTP boxes */
.modal-body input[type="text"].form-control.text-center {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .05em;
    background: rgba(255,255,255,0.06);
}

.modal-body input[type="text"].form-control.text-center:focus {
    background: rgba(255,255,255,0.12);
    border-color: #ff9f43;
    box-shadow: 0 0 15px rgba(255,140,0,0.35);
}

/* Button GOLD */
.modal-body .btn-primary {
    background: linear-gradient(180deg, #FFC173, #FF8A00);
    border: none;
    border-radius: 14px;
    padding: 12px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #111;
    box-shadow: 0 12px 30px rgba(255,138,0,0.35);
    transition: .25s ease;
}

.modal-body .btn-primary:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

/* Button disabled */
.modal-body .btn-primary:disabled {
    opacity: .6;
    filter: grayscale(.5);
}

/* Text */
.modal-body .form-label,
.modal-body .form-text {
    color: rgba(230,230,230,.75) !important;
}

/* Error text */
.text-danger {
    color: #ff4e4e !important;
    font-weight: 600;
}

/* Altcha container */
.altcha-widget {
    background: rgba(255,255,255,0.05) !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

/* ============================================
   3D INPUTS – GLOBAL FÜR MODAL
   ============================================ */
.modal-body {
    perspective: 900px; /* für 3D Effekt */
}

.modal-body .form-control {
    transform: translateZ(0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.modal-body .form-control:focus {
    transform: translateY(-1px) translateZ(6px);
    box-shadow:
        0 14px 30px rgba(0,0,0,0.65),
        0 0 14px rgba(255,140,0,0.45);
}

/* Speziell für OTP Inputs – etwas mehr 3D */
.otp-input {
    transition: transform .22s cubic-bezier(.22,1,.36,1),
                box-shadow .22s cubic-bezier(.22,1,.36,1),
                border-color .2s ease;
}

.otp-input:focus {
    transform: translateY(-1px) translateZ(10px) rotateX(2deg);
    border-color: #ff9f43;
    box-shadow:
        0 16px 35px rgba(0,0,0,0.7),
        0 0 18px rgba(255,140,0,0.6);
}

/* ============================================
   OTP DELUXE – SHAKE BEI FEHLER
   ============================================ */
@keyframes otpShake {
    0%   { transform: translateX(0); }
    15%  { transform: translateX(-4px); }
    30%  { transform: translateX(4px); }
    45%  { transform: translateX(-3px); }
    60%  { transform: translateX(3px); }
    75%  { transform: translateX(-2px); }
    90%  { transform: translateX(2px); }
    100% { transform: translateX(0); }
}

/* wird via :class auf der ganzen Zeile aktiv */
.otp-error-shake .otp-input {
    animation: otpShake 0.35s ease;
    border-color: #ff4e4e !important;
    box-shadow:
        0 0 0 1px rgba(255,78,78,0.5),
        0 0 14px rgba(255,78,78,0.55);
}

/* Fehlermeldung etwas deutlicher */
.otp-error-shake + .form-text.text-danger {
    color: #ff6b6b !important;
    font-weight: 700;
}

/* ========== CART — AAAAA+ PREMIUM THEME REWORK ========== */

/* Page container */
.cart {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* Section Title */
.cart .section-title h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.cart .section-title h1 span {
  background: linear-gradient(90deg, #FF8A00, #FFC173);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CART ITEM CARD */
.cart-item-bg {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  box-shadow:
    0 10px 25px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  transition: 0.25s ease;
}

.cart-item-bg:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 40px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,255,255,0.08);
}

/* PRODUCT IMAGE */
.cart-product-image {
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  box-shadow: 0 10px 20px rgba(0,0,0,.45);
}

/* Placeholder icon (no image) */
.cart-placeholder-icon {
  opacity: .35;
}

.cart-placeholder-svg {
  width: 48px;
  height: 48px;
}

/* Product name */
.cart-product-link {
  font-size: 1.15rem;
  font-weight: 800;
  transition: 0.25s ease;
}

.cart-product-link:hover {
  color: #ffb05a;
}

/* Addons */
.cart-addon-badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,.1);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: .78rem;
  opacity: .9;
}

/* Quantity Controls */
.cart-quantity-controls {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

.cart-qty-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  transition: 0.2s;
}

.cart-qty-btn:hover svg {
  color: #FFC173;
}

.cart-qty-input {
  width: 48px;
  font-weight: 700;
  background: transparent !important;
  color: #fff !important;
  font-size: 1rem;
}

/* Remove buttons */
.cart-remove-icon,
.cart-remove-icon-sm {
  width: 22px;
  height: 22px;
  opacity: .7;
  transition: .25s;
}

.cart-remove-icon:hover,
.cart-remove-icon-sm:hover {
  opacity: 1;
  color: #ff5656;
  transform: scale(1.15);
}

/* PRICE */
.cart-price-text {
  font-size: 1rem;
  font-weight: 700;
}

/* SUMMARY CARD */
.form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 18px;
  box-shadow:
    0 10px 30px rgba(0,0,0,.4),
    inset 0 0 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
}

/* Checkout button */
.btn-outline-primary {
  background: linear-gradient(180deg,#FF8A00,#FFC173);
  border: none !important;
  color: #111 !important;
  font-weight: 800;
  padding: 14px 0;
  border-radius: 14px;
  font-size: 1.05rem;
  transition: .25s ease;
}

.btn-outline-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-3px);
}

/* Alerts */
.alert {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  color: #fff;
}

/* Mobile tweaks */
@media (max-width: 560px) {
  .cart .section-title h1 {
    font-size: 2rem;
  }
  .cart-product-image {
    max-height: 140px;
  }
}

/* FLEX CONTAINER ähnlich wie Shop Header */
.cn-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* Rechte Seite (Badges) */
.cn-align-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Badges identisch wie Products/Status */
.cn-shop-badges {
  display: flex;
  gap: 0.75rem;
}

.cn-products-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.cn-products-pill.ghost {
  background: rgba(255, 255, 255, 0.03);
}

/* Dot icons */
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.dot-green { background: #00d67a; }
.dot-blue  { background: #3ea0ff; }

/* On mobile stack them (like shop) */
@media (max-width: 768px) {
  .cn-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .cn-align-right {
    width: 100%;
    flex-wrap: wrap;
  }
}

/* FEEDBACK PAGE ================================================== */

/* PAGE TOP SPACING LIKE CART */
.cn-feedback-page {
  padding-top: 130px;
}

/* Align badges right */
.cn-align-right {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

/* ---- FEEDBACK CARD PREVIEW ---- */
.cn-feedback-preview {
  background: linear-gradient(145deg, #161616, #0d0d0d);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 26px;
  border-radius: 18px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

/* Tilt Effect (safe version) */
.tilt-3d:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 0 25px rgba(255,166,44,0.2);
  border-color: rgba(255,166,44,0.3);
}

/* Quote mark */
.cn-feedback-quote {
  font-size: 3rem;
  line-height: 1;
  color: rgba(255,255,255,0.06);
  position: absolute;
  top: 12px;
  left: 18px;
  pointer-events: none;
}

/* Avatar */
.cn-feedback-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 0 14px;
  border: 2px solid rgba(255,255,255,0.1);
}

/* Avatar glow animation */
.pulse-glow {
  animation: pulseGlow 2.6s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0px rgba(255,166,44,0.0); }
  50% { box-shadow: 0 0 12px rgba(255,166,44,0.25); }
  100% { box-shadow: 0 0 0px rgba(255,166,44,0.0); }
}

/* Name */
.cn-feedback-name {
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

/* Verified badge */
.verified-badge {
  background: #d18b23;
  color: #000;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.75rem;
  margin-left: 6px;
}

/* Stars */
.cn-feedback-stars {
  position: relative;
  height: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  letter-spacing: 2px;
}

.stars-bg {
  color: rgba(255,255,255,0.17);
  position: absolute;
  top: 0;
  left: 0;
}

.stars-fill {
  color: #ffb53b;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* Text */
.cn-feedback-text {
  font-size: .9rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
}

.cn-feedback-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}

.cn-shop-badges {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cn-feedback-preview {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;

  padding: 28px;
  margin-bottom: 32px;

  box-shadow:
    0 0 20px rgba(0,0,0,0.35),
    0 0 35px rgba(255,166,44,0.08) inset;

  transition: 0.35s ease;
}

.cn-feedback-preview:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
    0 0 25px rgba(255,166,44,0.25),
    0 0 50px rgba(255,166,44,0.18) inset;
  border-color: rgba(255,166,44,0.25);
  background: rgba(255,255,255,0.065);
}

.cn-feedback-card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: 0.25s ease;
}

.cn-feedback-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.06);
}

.cn-feedback-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cn-feedback-quote {
  font-size: 22px;
  opacity: 0.25;
}

.cn-feedback-stars i {
  color: #FFD700;
  margin-left: 2px;
  font-size: 15px;
}

.cn-feedback-message {
  line-height: 1.55;
  font-size: 0.92rem;
  opacity: 0.95;
}

.cn-more {
  font-size: 0.8rem;
  margin-left: 8px;
  color: #ff8d21;
  cursor: pointer;
}

.cn-feedback-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.cn-feedback-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cn-feedback-user img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.cn-feedback-user .verified {
  font-size: 0.75rem;
  color: #ff932e;
  opacity: 0.85;
}

.cn-feedback-meta {
  font-size: 0.8rem;
  opacity: 0.6;
}

.cn-feedback-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 0 40px rgba(255,140,0,0.08);
  transition: 0.25s ease;
}

.cn-feedback-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 65px rgba(255,165,0,0.18);
}

.cn-fb-stars i {
  color: #ffb800;
  font-size: 20px;
  margin-right: 3px;
  filter: drop-shadow(0 0 4px rgba(255,180,0,0.5));
}

.cn-fb-message p {
  line-height: 1.6;
  font-size: 15px;
  color: #fff;
  opacity: .9;
  margin-top: 15px;
}

.cn-fb-more {
  color: #ffb651;
  text-decoration: none;
  margin-left: 6px;
  opacity: .8;
  transition: .2s;
}
.cn-fb-more:hover {
  opacity: 1;
}

.cn-fb-footer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cn-fb-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cn-fb-avatar {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: rgba(255,255,255,0.08);
  padding: 6px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(255,165,0,0.35);
}

.cn-fb-name {
  font-weight: 600;
  font-size: 15px;
}

.cn-fb-verified {
  color: #00ffb3;
  font-size: 12px;
  opacity: .85;
}

.cn-fb-date {
  font-size: 13px;
  color: #aaa;
}

/* FOOTER BASE */
.nx-footer {
  position: relative;
  width: 100%;
  padding: 25px 0 30px 0;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* ANIMATED TOP GLOW */
.nx-footer-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff9d28, #ffb85c, #ff9d28);
  animation: footerGlow 4s infinite linear;
  box-shadow: 0 0 18px #ffae42cc;
}
@keyframes footerGlow {
  0% { opacity: .2; }
  50% { opacity: 1; }
  100% { opacity: .2; }
}

/* INNER WRAPPER */
.nx-footer-wrap {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* LEFT: LOGO + BRAND */
.nx-footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nx-footer-logo {
  width: 46px;
  height: auto;
  margin-bottom: 6px;
  filter: drop-shadow(0 0 8px rgba(255,150,0,.6));
  transition: .2s ease;
}
.nx-footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 16px rgba(255,170,0,1));
}

.nx-footer-brand {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .5px;
  opacity: .9;
}

/* COLUMNS */
.nx-footer-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nx-footer-col h4 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #ffb75e;
  letter-spacing: .7px;
  filter: drop-shadow(0 0 6px rgba(255,180,0,.4));
}

.nx-footer-col a {
  color: #d4d4d4;
  font-size: .78rem;
  opacity: .7;
  text-decoration: none;
  transition: .2s ease;
}

.nx-footer-col a:hover {
  opacity: 1;
  color: #ffb75e;
  transform: translateX(4px);
}

/* MOBILE */
@media(max-width: 850px) {
  .nx-footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .nx-footer {
    padding: 32px 0 40px 0;
  }
}