html, body {
    max-width: 100%;
    overflow-x: hidden;
}/* ======= PINK → BLAU FIX ======= */

/* Buttons und Ränder */
button,
.btn,
a.btn,
.shop-button {
  border-color: #0066ff !important;
}

.btn-primary,
a.btn-primary,
.shop-button,
button.btn-primary {
  background-color: #0066ff !important;
  color: #ffffff !important;
}

/* Hover */
.btn:hover,
a.btn:hover,
.shop-button:hover,
button.btn-primary:hover {
  border-color: #0044cc !important;
}

.btn-primary:hover,
a.btn-primary:hover,
.shop-button:hover,
button.btn-primary:hover {
  background-color: #0044cc !important;
  color: #ffffff !important;
}

/* ALLE typischen Pink-Farbwerte überschreiben */
[style*="#ff8dca"],
[style*="#6571FF"],
[style*="rgb(255, 141, 202)"],
[style*="rgb(101, 113, 255)"] {
  color: #0066ff !important;
  border-color: #0066ff !important;
}
.row.products {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 1200px) {
    .row.products > [class*="col-"] {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .row.products > [class*="col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
  }

/* ===== Unified shop/dashboard polish ===== */
:root {
  --announcement-height: 0px;
  --glass-bg: linear-gradient(180deg, rgba(14, 20, 42, 0.86), rgba(8, 12, 26, 0.9));
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

body {
  background: #060b18;
  color: #f8fafc;
}

header.sticky-top {
  z-index: 1040;
}

.announcement.is-hidden {
  display: none !important;
}

.announcement.component {
  position: relative;
  z-index: 1002;
  padding: 12px 16px 0;
}

.announcement.component .announcement-inner {
  max-width: min(1400px, calc(100vw - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 102, 255, 0.18);
  background: rgba(6, 11, 24, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.announcement.component .announcement-copy {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.announcement.component .announcement-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 102, 255, 0.14);
  color: #cfe0ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.announcement.component .announcement-text {
  color: rgba(255, 255, 255, 0.86);
}

.announcement.component .announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #8db7ff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.announcement.component .announcement-link svg {
  width: 1rem;
  height: 1rem;
}

.hero-discord-theme .container {
  padding-top: calc(108px + var(--announcement-height, 0px));
  padding-bottom: 2rem;
}

.py-5-nav {
  padding-top: calc(108px + var(--announcement-height, 0px));
  padding-bottom: 1.75rem;
}

.shop-page-shell,
.customer-page-shell {
  position: relative;
  z-index: 1;
}

.customer-page-shell .card,
.shop-page-shell .card,
.shop-page-shell .modal-content,
.customer-page-shell .modal-content {
  background: var(--glass-bg) !important;
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--glass-shadow) !important;
  border-radius: 22px !important;
  color: #f8fafc !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.customer-page-shell .card h3,
.customer-page-shell .card h4,
.customer-page-shell .card h5,
.shop-page-shell .card h3,
.shop-page-shell .card h4,
.shop-page-shell .card h5 {
  color: #ffffff;
}

.customer-page-shell .table,
.shop-page-shell .table {
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.9);
  --bs-table-border-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}

.customer-page-shell .table thead th,
.shop-page-shell .table thead th {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom-width: 1px;
}

.customer-page-shell .table tbody td,
.shop-page-shell .table tbody td {
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer-page-shell .alert,
.shop-page-shell .alert {
  border-radius: 18px;
  border-color: rgba(255, 255, 255, 0.08);
}

.customer-sidebar-shell {
  position: sticky;
  top: calc(108px + var(--announcement-height, 0px));
}

.customer-sidebar-shell .customer-sidebar-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: #8db7ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-sidebar-shell .nav-link {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.customer-sidebar-shell .nav-link:hover,
.customer-sidebar-shell .nav-link.active,
.customer-sidebar-shell .customer-sidebar-logout:hover {
  color: #ffffff;
  background: rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 102, 255, 0.28);
}

.customer-sidebar-shell .customer-sidebar-logout {
  width: 100%;
  text-align: left;
}

.product-wrapper .carousel-item img,
.product-wrapper .card-img-top.mb-1,
.product-wrapper .product-img-placeholder {
  border-radius: 24px;
  overflow: hidden;
}

.product-wrapper .carousel-item img,
.product-wrapper .card-img-top.mb-1 {
  min-height: 380px;
  object-fit: cover;
}

.product-wrapper .product-tabs .content,
.product-wrapper .ticket-message-content,
.product-wrapper .ticket-input-area,
.ticket .ticket-messages-container,
.ticket .ticket-input-area {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.product-card {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22) !important;
}

.product-card .text-primary,
.product-card .group-products {
  color: #6ea4ff !important;
}

.product-card .divider-line {
  background-color: rgba(0, 102, 255, 0.45) !important;
}

.product-card .product-img-placeholder {
  color: #6ea4ff !important;
}

.cart .cart-item-bg,
.cart .border.rounded,
.cart .border.rounded-3 {
  background: var(--glass-bg) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.modal-content,
.modal-header,
.modal-footer {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 991.98px) {
  .announcement.component {
    padding: 10px 10px 0;
  }

  .announcement.component .announcement-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-discord-theme .container,
  .py-5-nav {
    padding-top: calc(92px + var(--announcement-height, 0px));
  }

  .customer-sidebar-shell {
    position: static;
  }
}


/* Added hero/announcement animation patch */
.announcement.component .announcement-inner {
  animation: announcementSlideInX 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.announcement.component .announcement-copy,
.announcement.component .announcement-link {
  animation: announcementFadeIn 1s ease both;
}

.announcement.component .announcement-link {
  animation-delay: 0.12s;
}

@keyframes announcementSlideInX {
  0% {
    opacity: 0;
    transform: translateX(-36px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes announcementFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .announcement.component .announcement-inner,
  .announcement.component .announcement-copy,
  .announcement.component .announcement-link {
    animation: none !important;
  }
}


/* ===== Clean single product page polish ===== */
.product-wrapper .row.gx-4.gx-lg-5 {
  --bs-gutter-y: 1.75rem;
  align-items: flex-start;
}

.product-wrapper .product-media-gallery,
.product-wrapper .product-single-image,
.product-wrapper .product-content-panel,
.product-wrapper .product-info-panel {
  position: relative;
}

.product-wrapper .product-info-panel,
.product-wrapper .product-content-panel .product-tabs .content {
  background: linear-gradient(180deg, rgba(10, 16, 34, 0.92), rgba(7, 11, 24, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.product-wrapper .product-info-panel {
  padding: 1.5rem;
}

.product-wrapper .product-title {
  margin-bottom: 0.9rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.product-wrapper .status {
  margin-bottom: 1rem !important;
}

.product-wrapper .product-live-stats {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-wrapper .product-live-stats > div {
  padding: 0.15rem 0;
}

.product-wrapper .product-purchase-summary .fs-5 {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.2rem 0;
  font-size: 2rem !important;
  font-weight: 800;
  color: #ffffff;
}

.product-wrapper .stock-indicator {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border-radius: 12px;
  font-weight: 700;
  background: rgba(0, 102, 255, 0.08);
}

.product-wrapper .product-details-tabs {
  margin-top: 1.25rem;
}

.product-wrapper .product-tabs .mb-2.d-flex {
  gap: 0.75rem !important;
  margin-bottom: 1rem !important;
}

.product-wrapper .product-tab-button {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: none !important;
}

.product-wrapper .product-tabs .content {
  padding: 1.25rem 1.25rem 1.15rem;
  min-height: 220px;
}

.product-wrapper .product-editor,
.product-wrapper .product-editor * {
  color: rgba(248, 250, 252, 0.92);
}

.product-wrapper .product-editor h1,
.product-wrapper .product-editor h2,
.product-wrapper .product-editor h3,
.product-wrapper .product-editor h4,
.product-wrapper .product-editor strong {
  color: #ffffff;
}

.product-wrapper .product-editor p,
.product-wrapper .product-editor li {
  line-height: 1.7;
}

.product-wrapper .product-editor ul,
.product-wrapper .product-editor ol {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.product-wrapper .product-editor a {
  color: #8db7ff;
}

.product-wrapper .product-variants {
  gap: 0.85rem;
}

.product-wrapper .product-variant-button {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-wrapper .product-variant-button.active {
  background: rgba(0, 102, 255, 0.1);
  border-color: rgba(0, 102, 255, 0.45);
}

.product-wrapper .product-variant-button .price {
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.product-wrapper .product-quantity-group {
  display: grid;
  grid-template-columns: 52px minmax(84px, 120px) 52px;
  width: fit-content;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-wrapper .product-quantity-btn,
.product-wrapper .product-quantity-input {
  min-height: 52px;
  border: 0 !important;
  border-radius: 0 !important;
}

.product-wrapper .product-quantity-btn {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
}

.product-wrapper .product-quantity-btn:hover:not(:disabled) {
  background: rgba(0, 102, 255, 0.16) !important;
}

.product-wrapper .product-quantity-btn:disabled {
  opacity: 0.45;
}

.product-wrapper .product-quantity-input {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

.product-wrapper .product-quantity-input::-webkit-outer-spin-button,
.product-wrapper .product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper .product-buy-buttons {
  gap: 0.85rem !important;
}

.product-wrapper .product-buy-buttons .btn {
  min-height: 56px;
  border-radius: 16px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .product-wrapper .product-info-panel {
    padding: 1.15rem;
  }

  .product-wrapper .product-purchase-summary .fs-5 {
    font-size: 1.7rem !important;
  }

  .product-wrapper .product-tabs .content {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .product-wrapper .product-quantity-group {
    width: 100%;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }

  .product-wrapper .product-buy-buttons {
    flex-direction: column !important;
  }
}


/* ===== PRODUCT PAGE VISIBILITY BOOST ===== */
.product-wrapper .form-label,
.product-wrapper .text-muted,
.product-wrapper .product-live-stats p,
.product-wrapper .product-live-stats strong,
.product-wrapper .product-editor,
.product-wrapper .product-editor *,
.product-wrapper .product-title {
  color: #ffffff !important;
}

.product-wrapper .product-live-stats {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.product-wrapper .product-purchase-summary .fs-5,
.product-wrapper .product-purchase-summary .fs-5 span {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.15);
}

.product-wrapper .stock-indicator,
.product-wrapper .stock-indicator span,
.product-wrapper .stock-indicator svg {
  color: #ffffff !important;
  fill: currentColor;
}

.product-wrapper .stock-indicator {
  background: rgba(0, 102, 255, 0.18) !important;
  border: 1px solid rgba(75, 155, 255, 0.95) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 10px 25px rgba(0, 102, 255, 0.18);
}

.product-wrapper .product-tab-button,
.product-wrapper .product-tab-button.btn-outline-primary,
.product-wrapper .product-tab-button.btn-outline-primary:hover,
.product-wrapper .product-tab-button.btn-outline-primary:focus,
.product-wrapper .product-tab-button.btn-primary,
.product-wrapper .product-tab-button.btn-primary:hover {
  color: #ffffff !important;
}

.product-wrapper .product-tab-button.btn-outline-primary {
  background: rgba(7, 18, 40, 0.7) !important;
  border-color: rgba(71, 148, 255, 0.95) !important;
}

.product-wrapper .product-tab-button.btn-primary {
  background: #0d6efd !important;
  border-color: #0d6efd !important;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.26);
}

.product-wrapper .product-tabs .content {
  background: rgba(7, 18, 40, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.product-wrapper .product-quantity-group {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset, 0 16px 30px rgba(0,0,0,0.2);
}

.product-wrapper .product-quantity-btn {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
}

.product-wrapper .product-quantity-btn:hover:not(:disabled),
.product-wrapper .product-quantity-btn:focus-visible {
  background: rgba(13, 110, 253, 0.28) !important;
  color: #ffffff !important;
}

.product-wrapper .product-quantity-btn svg {
  width: 26px !important;
  height: 26px !important;
  stroke: #ffffff !important;
  stroke-width: 2.35 !important;
}

.product-wrapper .product-quantity-input {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

.product-wrapper .product-quantity-input::placeholder {
  color: rgba(255,255,255,0.9) !important;
}

.product-wrapper .product-buy-buttons .btn,
.product-wrapper .product-buy-buttons .btn span,
.product-wrapper .product-buy-buttons .btn svg {
  color: #ffffff !important;
  fill: currentColor;
}

.product-wrapper .product-buy-buttons .btn-primary {
  background: linear-gradient(180deg, #2583ff 0%, #0d6efd 100%) !important;
  border-color: #3e8fff !important;
  box-shadow: 0 16px 34px rgba(13, 110, 253, 0.24);
}

.product-wrapper .product-buy-buttons .btn-outline-primary {
  background: rgba(10, 25, 52, 0.9) !important;
  border-color: rgba(75, 155, 255, 0.95) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
}

.product-wrapper .product-buy-buttons .btn:disabled,
.product-wrapper .product-buy-buttons .btn:disabled span,
.product-wrapper .product-buy-buttons .btn:disabled svg {
  color: rgba(255,255,255,0.72) !important;
  opacity: 1 !important;
}

/* ===== CUSTOMER AREA VISIBILITY BOOST ===== */
.customer-page-shell,
.customer-page-shell p,
.customer-page-shell li,
.customer-page-shell span,
.customer-page-shell small,
.customer-page-shell label,
.customer-page-shell strong,
.customer-page-shell .text-muted,
.customer-page-shell .card-title,
.customer-page-shell .card-text,
.customer-page-shell .table,
.customer-page-shell .table td,
.customer-page-shell .table th,
.customer-page-shell .alert,
.customer-page-shell .form-text {
  color: #ffffff !important;
}

.customer-page-shell .card,
.customer-page-shell .modal-content,
.customer-page-shell .ticket-messages-container,
.customer-page-shell .ticket-input-area,
.customer-page-shell .border,
.customer-page-shell .border.rounded,
.customer-page-shell .border.rounded-3 {
  background: linear-gradient(180deg, rgba(8, 16, 34, 0.96), rgba(6, 10, 22, 0.98)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

.customer-page-shell h1,
.customer-page-shell h2,
.customer-page-shell h3,
.customer-page-shell h4,
.customer-page-shell h5,
.customer-page-shell h6,
.customer-page-shell .display-1,
.customer-page-shell .display-2,
.customer-page-shell .display-3,
.customer-page-shell .display-4 {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(255,255,255,0.06);
}

.customer-page-shell .table thead th {
  color: rgba(255,255,255,0.92) !important;
  border-bottom-color: rgba(255,255,255,0.16) !important;
}

.customer-page-shell .table tbody td {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.10) !important;
}

.customer-page-shell .form-control,
.customer-page-shell .form-select,
.customer-page-shell input,
.customer-page-shell textarea,
.customer-page-shell select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.customer-page-shell .form-control::placeholder,
.customer-page-shell input::placeholder,
.customer-page-shell textarea::placeholder {
  color: rgba(255,255,255,0.82) !important;
}

.customer-page-shell .form-control:focus,
.customer-page-shell .form-select:focus,
.customer-page-shell input:focus,
.customer-page-shell textarea:focus,
.customer-page-shell select:focus {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(77, 163, 255, 0.95) !important;
  box-shadow: 0 0 0 3px rgba(77, 163, 255, 0.16) !important;
  color: #ffffff !important;
}

.customer-page-shell .btn,
.customer-page-shell .btn span,
.customer-page-shell .btn svg,
.customer-page-shell .nav-link,
.customer-page-shell .nav-link span {
  color: #ffffff !important;
  fill: currentColor;
}

.customer-page-shell .btn-primary,
.customer-page-shell .btn-success,
.customer-page-shell .btn-danger {
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.customer-page-shell .btn-outline-primary,
.customer-page-shell .btn-outline-secondary,
.customer-page-shell .btn-outline-danger,
.customer-page-shell .btn-outline-light {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.24) !important;
}

.customer-page-shell .badge,
.customer-page-shell .status,
.customer-page-shell .ticket-sender-name,
.customer-page-shell .text-primary,
.customer-page-shell .text-accent-500 {
  color: #ffffff !important;
}

.customer-page-shell .customer-sidebar-shell .nav-link {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.14) !important;
}

.customer-page-shell .customer-sidebar-shell .nav-link:hover,
.customer-page-shell .customer-sidebar-shell .nav-link.active,
.customer-page-shell .customer-sidebar-shell .customer-sidebar-logout:hover {
  background: rgba(13, 110, 253, 0.25) !important;
  border-color: rgba(88, 165, 255, 0.95) !important;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.16);
}