/* GH05T Dark Theme � Complete Tebex Override */
/* Google Fonts loaded via head.twig.html */

:root {
  /* -- GHOST LABS � biohazard red / black / silver -- */
  --color-bg:                  #000000;
  --color-brighter-bg:         #0a0a0a;
  --color-text:                #e8e8e8;
  --color-text-darker:         #b0b0b0;
  --color-text-secondary:      #787878;
  --color-text-dark:           #000000;
  --color-primary:             #c62828;
  --color-primary-hover:       #d64545;
  --color-primary-text:        #ffffff;
  --color-primary-text-hover:  #ffffff;
  --gh-accent-rgb:             198, 40, 40;
  --gh-accent-deep-rgb:        128, 28, 28;
  --gh-border:                 rgba(var(--gh-accent-rgb), 0.14);
  --gh-border-hover:           rgba(var(--gh-accent-rgb), 0.32);
  --gh-surface-card:           linear-gradient(155deg, rgba(var(--gh-accent-rgb), 0.14) 0%, rgba(0, 0, 0, 0.84) 52%, rgba(0, 0, 0, 0.92) 100%);
  --gh-surface-card-soft:      linear-gradient(155deg, rgba(var(--gh-accent-rgb), 0.12) 0%, rgba(0, 0, 0, 0.82) 55%, rgba(0, 0, 0, 0.9) 100%);
  --gh-surface-popup:          linear-gradient(180deg, rgba(var(--gh-accent-rgb), 0.2) 0%, rgba(0, 0, 0, 0.94) 100%);
  --gh-surface-popup-shine:      linear-gradient(160deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 28%, rgba(255, 255, 255, 0) 55%);
  --gh-nav-glass-bg:           linear-gradient(135deg, rgba(var(--gh-accent-rgb), 0.96) 0%, rgba(var(--gh-accent-deep-rgb), 0.92) 50%, rgba(0, 0, 0, 0.88) 100%);
  --gh-hero-bg-fallback:       radial-gradient(ellipse 70% 60% at 50% 28%, rgba(var(--gh-accent-rgb), 0.34) 0%, rgba(var(--gh-accent-deep-rgb), 0.15) 50%, #000000 100%);
  --gh-hero-media-filter:      none;
  --color-secondary:           rgba(var(--gh-accent-rgb), 0.08);
  --color-secondary-hover:     rgba(var(--gh-accent-rgb), 0.14);
  --color-secondary-text:      #e8e8e8;
  --color-secondary-text-hover:#ffffff;
  --color-tertiary:            transparent;
  --color-tertiary-hover:      rgba(var(--gh-accent-rgb), 0.06);
  --color-tertiary-text:       #e8e8e8;
  --color-removed:             #e57373;
  --color-sale-banner-bg:      rgba(var(--gh-accent-deep-rgb), 0.42);
  --color-sale-banner-text:    #c0c0c0;
  --color-sale-banner-accent:  var(--color-primary);
  --color-sale-banner-line:    var(--color-primary);
  --gh-sale-banner-h:          40px;
  --gh-sale-banner-duration:   26s;
  --gh-crimson:                #800000;
  --gh-accent-dim:             rgba(var(--gh-accent-rgb), 0.14);
  --gh-accent-glow:            rgba(var(--gh-accent-rgb), 0.22);
  --gh-accent-glow-soft:       rgba(var(--gh-accent-rgb), 0.10);
  --gh-accent-line:            rgba(var(--gh-accent-rgb), 0.20);
  --gh-selection-bg:           rgba(var(--gh-accent-rgb), 0.32);
  --gh-radius:                 8px;
  --gh-radius-lg:              14px;
  --gh-bg-base:                #000000;
  --gh-bg-gradient:            radial-gradient(ellipse 100% 62% at 50% 0%, rgba(var(--gh-accent-rgb), 0.34) 0%, transparent 62%),
                               radial-gradient(ellipse 55% 45% at 0% 72%, rgba(var(--gh-accent-rgb), 0.2) 0%, transparent 58%),
                               radial-gradient(ellipse 50% 42% at 100% 48%, rgba(var(--gh-accent-rgb), 0.16) 0%, transparent 54%),
                               radial-gradient(ellipse 72% 52% at 50% 100%, rgba(var(--gh-accent-deep-rgb), 0.14) 0%, transparent 58%),
                               linear-gradient(180deg, rgba(var(--gh-accent-deep-rgb), 0.2) 0%, rgba(0, 0, 0, 0.94) 40%, #000000 100%);
  --page-transition-duration:    0.62s;
  --gh-glass-ease:               cubic-bezier(0.34, 1.18, 0.64, 1);
  --tebex-legal-footer-background-color: transparent;
  --tebex-legal-footer-border-color: transparent;
  --tebex-legal-footer-text-color: #b0b0b0;

  /* -- Aliases so module HTML can use --accent, --border, etc. -- */
  --bg:          var(--color-bg);
  --bg-2:        var(--color-bg);
  --bg-3:        var(--color-brighter-bg);
  --card:        var(--color-brighter-bg);
  --border:      var(--gh-border);
  --border-hover:var(--gh-border-hover);
  --accent:      var(--color-primary);
  --accent-dim:  var(--gh-accent-dim);
  --accent-glow: var(--gh-accent-glow);
  --text:        var(--color-text);
  --text-2:      var(--color-text-secondary);
  --text-3:      #5a5050;
  --green:       #2ecc71;
  --red:         #ff3333;
  --radius:      var(--gh-radius);
  --radius-lg:   var(--gh-radius-lg);
  --font:        'Inter', sans-serif;
}

::selection {
  background: var(--gh-selection-bg);
  color: #ffffff;
}

html {
  min-height: 100%;
  background: var(--gh-bg-base);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  min-height: 100%;
  background: transparent;
  /* push ALL page content below the fixed header � most reliable method */
  padding-top: 104px;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--gh-bg-gradient);
}
body.has-sale-banner {
  padding-top: calc(104px + var(--gh-sale-banner-h));
}
@media (width <= 960px) {
  body { padding-top: 56px; }
  body.has-sale-banner { padding-top: calc(56px + var(--gh-sale-banner-h)); }
}

/* Full-width site � remove Tebex's boxed container */
.site {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  /* Sticky footer on short pages � flex column; kill shared.css grid gap */
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: calc(100dvh - 104px);
}

.gh-page-content {
  flex: 1 0 auto;
  width: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  view-transition-name: none !important;
}

.gh-site-bottom {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100% !important;
  max-width: none !important;
}

body.has-sale-banner .site {
  min-height: calc(100dvh - 104px - var(--gh-sale-banner-h));
}

@media (width <= 960px) {
  .site {
    min-height: calc(100dvh - 60px);
  }

  body.has-sale-banner .site {
    min-height: calc(100dvh - 60px - var(--gh-sale-banner-h));
  }
}

/* Category grid � always visible (classes only exist on category.html) */
.gh-cat-hero {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.gh-cat-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.gh-cards {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Product slider � package.html only; never on category / home / CMS */
.site:not(.page-package) .gh-pkg-hero,
.site:not(.page-package) .gh-pkg-body,
.site:not(.page-package) .gh-pkg-hero-ambient {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body.page-category .gh-cat-hero,
.site.page-category .gh-cat-hero {
  display: flex !important;
}

body.page-category .gh-cat-wrap,
.site.page-category .gh-cat-wrap {
  display: block !important;
}

/* Category + CMS heroes ? mobile banner crop + tactical page header */
@media (width <= 960px) {
  body.page-category .gh-cat-hero-img,
  body.page-cms .gh-cms-hero-bg {
    object-position: center center;
    background-position: center center !important;
  }

  body.page-category .gh-cat-hero,
  body.page-cms .gh-cms-hero {
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(var(--gh-accent-rgb), 0.3);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
  }

  body.page-cms .gh-cms-hero {
    --gh-cms-hero-ov: 0.38;
  }

  body.page-category .gh-cat-hero {
    padding: 0 16px 14px;
    box-sizing: border-box;
  }

  body.page-category .gh-cat-hero::after {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.12) 0%, rgba(8, 8, 8, 0.38) 42%, rgba(0, 0, 0, 0.94) 100%);
  }

  body.page-cms .gh-cms-hero-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 16px 14px;
  }

  body.page-cms .gh-cms-kicker {
    display: inline-flex;
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  body.page-cms .gh-cms-kicker::before {
    width: 14px;
  }

  body.page-cms .gh-cms-title {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.12;
    padding-left: 11px;
    border-left: 3px solid var(--color-primary);
    margin: 0;
  }

  body.page-category .gh-cat-title {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 11px;
    border-left: 3px solid var(--color-primary);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
}

body.page-category .gh-cards,
.site.page-category .gh-cards {
  display: grid !important;
}

/* Home hero must never appear off the index page */
.site:not(.page-index) .gh-hero {
  display: none !important;
}

/* -- SCROLLBAR ----------------------------- */
html { scrollbar-color: rgba(var(--gh-accent-rgb), 0.38) var(--color-bg); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--color-bg); }
::-webkit-scrollbar-thumb { background: rgba(var(--gh-accent-rgb), 0.38); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--color-primary); box-shadow: 0 0 8px var(--gh-accent-glow-soft); }

/* -- BUTTONS ------------------------------- */
.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: var(--gh-radius);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.btn-primary:hover, .btn-primary:focus {
  box-shadow:
    0 0 18px var(--gh-accent-glow),
    0 0 40px var(--gh-accent-dim);
}

.quantity-field {
  border-radius: var(--gh-radius);
  border-color: var(--gh-border);
}

/* -- SITE HEADER � GH05T custom (GH05T Labs-style) -- */
.gh-header {
  /* fixed full-width bar � escapes every container constraint */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 200;
  background: linear-gradient(180deg, rgba(0,0,0,0.92) 0%, rgba(8,0,0,0.48) 70%, rgba(0,0,0,0) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: none !important;
  box-shadow: none !important;
  view-transition-name: siteHeader;
}

body.has-sale-banner .gh-header {
  top: var(--gh-sale-banner-h) !important;
}

/* body padding-top already clears the header on all pages � zero out any
   Tebex-injected .site-content padding so it doesn't double up */
.gh-header + .site-content,
.site-content {
  padding-top: 0 !important;
}


.gh-header-inner {
  max-width: 1700px;
  margin: 0 auto;
  height: 104px;
  padding: 0 44px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.gh-header-brand {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
  min-width: 0;
}

/* Logo � home brand mark */
.gh-logo {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  border-radius: 14px;
  transition: transform 0.35s var(--gh-glass-ease), filter 0.35s ease;
}

.gh-logo::before {
  content: '';
  position: absolute;
  inset: -10px -14px;
  border-radius: 18px;
  opacity: 0;
  background:
    radial-gradient(ellipse at center, rgba(var(--gh-accent-rgb), 0.34) 0%, transparent 68%);
  filter: blur(10px);
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.gh-logo::after {
  content: '';
  position: absolute;
  inset: -6px -10px;
  border-radius: 16px;
  opacity: 0;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.35);
  box-shadow:
    0 0 24px rgba(var(--gh-accent-rgb), 0.22),
    inset 0 0 18px rgba(var(--gh-accent-rgb), 0.08);
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gh-logo:hover {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 0 14px rgba(var(--gh-accent-rgb), 0.45));
}

.gh-logo:hover::before,
.gh-logo--active::before {
  opacity: 1;
}

.gh-logo:hover::after {
  opacity: 1;
}

.gh-logo--active {
  filter:
    drop-shadow(0 0 10px rgba(var(--gh-accent-rgb), 0.55))
    drop-shadow(0 0 28px rgba(var(--gh-accent-rgb), 0.28));
  animation: gh-logo-pulse 3.2s ease-in-out infinite;
}

@keyframes gh-logo-pulse {
  0%, 100% {
    filter:
      drop-shadow(0 0 10px rgba(var(--gh-accent-rgb), 0.5))
      drop-shadow(0 0 24px rgba(var(--gh-accent-rgb), 0.22));
  }
  50% {
    filter:
      drop-shadow(0 0 16px rgba(var(--gh-accent-rgb), 0.72))
      drop-shadow(0 0 40px rgba(var(--gh-accent-rgb), 0.36));
  }
}

@keyframes gh-mh-logo-glow {
  0%, 100% { opacity: 0.72; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.gh-logo img {
  height: 80px;
  width: auto;
  display: block;
}

.gh-logo-text {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--color-text);
}

.gh-logo-text span { color: var(--color-primary); }

.gh-logo-glow,
.gh-logo-frame {
  display: none;
}

/* Burger (mobile only) */
.gh-burger {
  --btn-icon: url("https://template-assets.tebex.io/images/burger.svg");
  display: none !important;
}

/* Nav links � plain inline links like GH05T Labs */
@media (width > 960px) {
  .gh-header .site-navigation {
    position: relative !important;
    flex: 1;
    overflow: visible;
  }

  .gh-header .navigation-horizontal .gh-nav-glass {
    z-index: 0;
  }

  .gh-header .navigation-horizontal .menu {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    position: relative !important;
    z-index: 1;
    background: transparent !important;
    padding: 0 !important;
    gap: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .gh-nav-glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 36px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    view-transition-name: navGlass;
    overflow: hidden;
    background: var(--gh-nav-glass-bg);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
      0 0 0 1px rgba(var(--gh-accent-rgb), 0.25),
      0 10px 32px rgba(var(--gh-accent-rgb), 0.34),
      0 0 48px rgba(var(--gh-accent-rgb), 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -8px 20px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    will-change: transform, width, height;
    transition:
      transform 0.68s var(--gh-glass-ease),
      width 0.68s var(--gh-glass-ease),
      height 0.58s var(--gh-glass-ease),
      opacity 0.3s ease,
      box-shadow 0.45s ease;
  }

  .gh-nav-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      105deg,
      transparent 32%,
      rgba(255, 255, 255, 0.26) 48%,
      transparent 64%
    );
    background-size: 220% 100%;
    animation: gh-nav-glass-shimmer 2.8s ease-in-out infinite;
    pointer-events: none;
  }

  .gh-nav-glass::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    opacity: 0.65;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.2) 0%, transparent 58%);
    pointer-events: none;
  }

  @keyframes gh-nav-glass-shimmer {
    0%, 100% { background-position: 180% 0; }
    50% { background-position: -80% 0; }
  }

  .gh-nav-glass.is-instant,
  .gh-pill-glass.is-instant {
    transition: none !important;
  }

  .gh-header .navigation-horizontal .menu > li {
    position: relative;
    z-index: 1;
  }

  .gh-header .navigation-horizontal .menu > li > a {
    position: relative;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--color-text) !important;
    opacity: 0.92;
    max-width: 20ch !important;
    isolation: isolate;
    transition:
      color 0.28s ease,
      opacity 0.28s ease,
      transform 0.28s var(--gh-glass-ease),
      text-shadow 0.35s ease;
  }

  .gh-header .navigation-horizontal .menu > li > a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(var(--gh-accent-rgb), 0.22) 0%, transparent 72%);
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .gh-header .navigation-horizontal .menu > li > a:hover {
    color: #ffffff !important;
    background: rgba(var(--gh-accent-rgb), 0.1) !important;
    opacity: 1;
    transform: translateY(-1px);
    text-shadow: 0 0 14px rgba(var(--gh-accent-rgb), 0.35);
  }

  .gh-header .navigation-horizontal .menu > li > a:hover::before {
    opacity: 1;
  }

  .gh-header .navigation-horizontal .menu > li > a.link-active {
    color: #ffffff !important;
    background: transparent !important;
    opacity: 1;
    box-shadow: none !important;
    transform: translateY(-1px);
    text-shadow:
      0 0 12px rgba(255, 255, 255, 0.45),
      0 0 22px rgba(var(--gh-accent-rgb), 0.55);
    animation: gh-nav-link-glow 2.6s ease-in-out infinite;
  }

  @keyframes gh-nav-link-glow {
    0%, 100% {
      text-shadow:
        0 0 10px rgba(255, 255, 255, 0.38),
        0 0 20px rgba(var(--gh-accent-rgb), 0.45);
    }
    50% {
      text-shadow:
        0 0 16px rgba(255, 255, 255, 0.55),
        0 0 32px rgba(var(--gh-accent-rgb), 0.65);
    }
  }

  /* Home nav � larger icon */
  .gh-nav-home {
    display: inline-flex !important;
    align-items: center;
    gap: 9px !important;
    padding: 8px 18px 8px 14px !important;
    max-width: none !important;
  }

  .gh-nav-home-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    stroke-width: 1.85;
    transition:
      transform 0.32s var(--gh-glass-ease),
      filter 0.32s ease;
  }

  .gh-nav-home:hover .gh-nav-home-icon,
  .gh-nav-home.link-active .gh-nav-home-icon {
    transform: scale(1.08);
    filter:
      drop-shadow(0 0 6px rgba(255, 255, 255, 0.55))
      drop-shadow(0 0 14px rgba(var(--gh-accent-rgb), 0.65));
  }

  .gh-nav-home.link-active .gh-nav-home-icon {
    animation: gh-home-icon-pulse 2.4s ease-in-out infinite;
  }

  @keyframes gh-home-icon-pulse {
    0%, 100% { transform: scale(1.06); }
    50% { transform: scale(1.12); }
  }

  .gh-nav-home-label {
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .gh-header .navigation-horizontal .has-children > ul {
    top: 100% !important;
    background: rgba(10,2,2,0.97) !important;
    border: 1px solid var(--gh-border) !important;
    border-radius: var(--gh-radius) !important;
    backdrop-filter: blur(20px) !important;
  }

  .gh-header .navigation-horizontal li li a:hover,
  .gh-header .navigation-horizontal li li a.link-active {
    color: #ffffff !important;
    background-color: var(--color-primary) !important;
    border-radius: var(--gh-radius) !important;
  }

  .gh-header .navigation-horizontal .close-navigation { display: none !important; }
}

/* Right side: socials + sign in + cart */
.gh-header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.gh-soc-group {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-right: 4px;
}

.gh-soc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--color-text);
  opacity: 0.9;
  transition: color 0.15s, opacity 0.15s, transform 0.15s;
}

.gh-soc svg { width: 26px; height: 26px; }

.gh-soc:hover {
  color: var(--color-primary);
  opacity: 1;
  transform: translateY(-1px);
}

/* Sign in � pill button, paired with round cart */
.gh-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: var(--color-primary-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0 52px;
  min-height: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.gh-signin:hover {
  background: var(--color-primary-hover);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.4),
    0 0 22px var(--gh-accent-glow),
    0 0 48px var(--gh-accent-dim);
}

/* Logged-in account button � round avatar only, name lives in the popup */
button.gh-signin.gh-account {
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  font: inherit;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

button.gh-signin.gh-account:hover {
  border-color: var(--color-primary);
}

.gh-account-avatar,
.gh-account-popup-avatar {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.35);
}

.gh-account-avatar {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.gh-account-popup-avatar {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.22);
}

/* Header shows the avatar only � name appears inside the account popup */
button.gh-signin.gh-account .gh-account-name {
  display: none;
}

@media (width <= 960px) {
  button.gh-signin.gh-account {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }
}

.gh-account-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  margin: 12px 0 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.18);
}

.gh-account-popup-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.gh-account-popup-user {
  font-size: 13px;
  color: var(--color-text-secondary);
  margin-top: 2px;
}

/* CFX / Discord identity tabs � account popup & mobile profile sheet */
.gh-identity-tabs {
  margin: 8px 0 16px;
}

.gh-identity-tabs__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 4px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-identity-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--color-text-secondary);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gh-identity-tabs__tab-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.gh-identity-tabs__tab-icon svg {
  width: 100%;
  height: 100%;
}

.gh-identity-tabs__tab.is-active {
  color: #fff;
  background: rgba(var(--gh-accent-rgb), 0.18);
  border-color: rgba(var(--gh-accent-rgb), 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gh-identity-tabs__tab[data-gh-tab="cfx"].is-active {
  background: rgba(var(--gh-accent-rgb), 0.18);
  border-color: rgba(var(--gh-accent-rgb), 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(var(--gh-accent-rgb), 0.12);
}

.gh-identity-tabs__tab[data-gh-tab="discord"].is-active {
  background: rgba(88, 101, 242, 0.18);
  border-color: rgba(88, 101, 242, 0.35);
}

.gh-identity-tabs__panel .gh-cfx-identity,
.gh-identity-tabs__panel .gh-discord-identity {
  margin: 0 0 12px;
}

.gh-discord-tab-body {
  margin-bottom: 12px;
}

.gh-discord-tab-empty {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(88, 101, 242, 0.28);
}

.gh-discord-capture-page {
  display: none;
}

.gh-discord-capture-lead {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-secondary);
  text-align: center;
}

.gh-discord-link-btn {
  margin-top: 4px;
}

.gh-login-provider-lead {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.gh-login-oauth-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gh-popup-btn--discord {
  background: #5865f2 !important;
  color: #fff !important;
}

.gh-popup-btn--discord:hover {
  background: #4752c4 !important;
}

.gh-popup-btn--discord-unlink {
  background: rgba(127, 29, 29, 0.42) !important;
  border: 1px solid rgba(248, 113, 113, 0.38) !important;
  color: #fecaca !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 22px rgba(127, 29, 29, 0.22) !important;
}

.gh-popup-btn--discord-unlink:hover {
  background: rgba(153, 27, 27, 0.55) !important;
  border-color: rgba(248, 113, 113, 0.55) !important;
  color: #fff !important;
}

.gh-popup-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  color: var(--color-text-secondary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gh-popup-divider::before,
.gh-popup-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

/* double class beats the later `.popup-content` !important override */
.popup-content.account-popup-content {
  max-width: 380px !important;
  padding: 24px 24px 22px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  /* red glossy glass � same treatment as the basket popup */
  background:
    var(--gh-surface-popup-shine),
    var(--gh-surface-popup) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.35) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.65),
    0 0 44px rgba(var(--gh-accent-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  animation: gh-popup-drop-in 0.22s var(--gh-glass-ease) both;
}

.account-popup[hidden] .account-popup-content,
:root .account-popup[hidden] .account-popup-content {
  translate: none !important;
  opacity: 0;
}

/* Cart � round button, paired with sign-in pill */
.gh-cart {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-primary-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.gh-cart svg { width: 21px; height: 21px; fill: currentColor; display: block; }

.gh-cart:hover {
  background: var(--color-primary-hover);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.4),
    0 0 22px var(--gh-accent-glow),
    0 0 48px var(--gh-accent-dim);
}

/* Product cards � shared category + featured */
.gh-cards,
.gh-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gh-feat-grid[data-count="1"] {
  grid-template-columns: minmax(0, 620px);
}

.gh-feat-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1020px;
}

.gh-card {
  border-radius: 18px;
  overflow: hidden;
  background: var(--gh-surface-card-soft);
  border: 1px solid var(--gh-border);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.38s ease, filter 0.38s ease;
}

.gh-card.hidden {
  opacity: 0;
  transform: scale(0.97);
  filter: blur(3px);
  pointer-events: none;
}

.gh-card:hover {
  transform: translateY(-3px);
  border-color: var(--gh-border-hover);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55), 0 0 20px rgba(var(--gh-accent-rgb), 0.08);
}

.gh-card-img {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.55);
}

.gh-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
  filter: var(--gh-hero-media-filter, none);
}

.gh-card:hover .gh-card-img img {
  transform: scale(1.04);
}

.gh-card-img__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(var(--gh-accent-rgb), 0.12) 0%, rgba(0, 0, 0, 0.95) 70%);
}

.gh-card-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px 18px;
  background: rgba(10, 11, 12, 0.9);
}

.gh-card-info {
  min-width: 0;
}

.gh-card-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.gh-card-name:hover {
  color: var(--color-primary);
}

.gh-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.gh-card-tag {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(var(--gh-accent-rgb), 0.1);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.28);
  color: rgba(var(--gh-accent-rgb), 0.88);
  font-size: 10.5px;
  font-weight: 500;
  white-space: nowrap;
}

.gh-card-buy {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.gh-card-price {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.gh-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  background: linear-gradient(145deg, #f2e8e8 0%, var(--color-primary) 45%, rgb(var(--gh-accent-deep-rgb)) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 22px rgba(var(--gh-accent-rgb), 0.42),
    0 4px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product-actions.updating .gh-cart-btn,
.product-actions.updating .gh-pkg-add {
  opacity: 0.55;
  pointer-events: none;
}

.gh-cart-btn svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  display: block;
}

.gh-card:hover .gh-cart-btn,
.gh-cart-btn:hover {
  box-shadow:
    0 0 28px rgba(var(--gh-accent-rgb), 0.55),
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transform: scale(1.05);
}

@media (max-width: 1100px) {
  .gh-cards,
  .gh-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-feat-grid[data-count="1"] {
    max-width: none;
    grid-template-columns: minmax(0, 620px);
  }

  .gh-feat-grid[data-count="2"] {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .gh-cards,
  .gh-feat-grid {
    grid-template-columns: 1fr;
  }

  .gh-feat-grid[data-count="1"],
  .gh-feat-grid[data-count="2"] {
    grid-template-columns: 1fr;
  }

  .gh-cart-btn {
    width: 48px;
    height: 48px;
  }

  .gh-cart-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* Mobile header ? opaque tactical bar + premium brand lockup */
@media (width <= 960px) {
  .gh-header {
    background: #030000 !important;
    backdrop-filter: blur(20px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.18) !important;
    border-bottom: 1px solid rgba(var(--gh-accent-rgb), 0.34);
    box-shadow:
      0 10px 36px rgba(0, 0, 0, 0.62),
      0 1px 0 rgba(255, 255, 255, 0.04) inset;
    isolation: isolate;
    transition:
      background 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease;
  }

  .gh-header::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(var(--gh-accent-rgb), 0.07) 0%, transparent 22%),
      repeating-linear-gradient(
        90deg,
        transparent,
        transparent 3px,
        rgba(255, 255, 255, 0.014) 3px,
        rgba(255, 255, 255, 0.014) 4px
      );
    opacity: 0.55;
  }

  .gh-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(var(--gh-accent-rgb), 0.45) 18%,
      rgba(var(--gh-accent-rgb), 0.72) 50%,
      rgba(var(--gh-accent-rgb), 0.45) 82%,
      transparent 100%
    );
  }

  .gh-header.is-scrolled {
    background: #020000 !important;
    border-bottom-color: rgba(var(--gh-accent-rgb), 0.48);
    box-shadow:
      0 14px 44px rgba(0, 0, 0, 0.78),
      0 1px 0 rgba(255, 255, 255, 0.05) inset;
  }

  /* Home hero: fade at top, solid bar once user scrolls */
  .page-index .gh-header:not(.is-scrolled) {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .page-index .gh-header:not(.is-scrolled)::before {
    height: 56px;
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.62) 58%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .page-index .gh-header:not(.is-scrolled)::after {
    opacity: 0;
  }

  .page-index .gh-header.is-scrolled::before {
    height: auto;
    opacity: 0.55;
    background:
      linear-gradient(90deg, rgba(var(--gh-accent-rgb), 0.07) 0%, transparent 22%),
      repeating-linear-gradient(
        90deg,
        transparent,
        transparent 3px,
        rgba(255, 255, 255, 0.014) 3px,
        rgba(255, 255, 255, 0.014) 4px
      );
  }

  .page-index .gh-header.is-scrolled::after {
    opacity: 1;
  }

  .gh-header-inner {
    height: 56px;
    padding: 0 14px;
    gap: 0;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }

  .gh-header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
  }

  .gh-header-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-top: 1px;
  }

  .gh-header-brand-title {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 0 22px rgba(var(--gh-accent-rgb), 0.28);
  }

  .gh-header-brand-line {
    display: block;
    width: 100%;
    max-width: 112px;
    height: 2px;
    margin-top: 6px;
    border-radius: 1px;
    background: linear-gradient(90deg, rgba(var(--gh-accent-rgb), 0.95) 0%, rgba(var(--gh-accent-rgb), 0.08) 100%);
    box-shadow: 0 0 10px rgba(var(--gh-accent-rgb), 0.35);
  }

  .gh-burger { display: flex !important; }

  .gh-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    align-items: center;
    overflow: visible;
    background:
      radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.14) 0%, transparent 45%),
      linear-gradient(155deg, rgba(var(--gh-accent-rgb), 0.22) 0%, rgba(0, 0, 0, 0.92) 52%, rgba(var(--gh-accent-deep-rgb), 0.16) 100%);
    border: 1.5px solid rgba(var(--gh-accent-rgb), 0.62);
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.88) inset,
      0 0 22px rgba(var(--gh-accent-rgb), 0.32),
      0 6px 16px rgba(0, 0, 0, 0.55);
    transform: none;
    filter: none;
    animation: none;
  }

  .gh-logo::before,
  .gh-logo::after {
    display: none;
  }

  .gh-logo-glow {
    display: block;
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--gh-accent-rgb), 0.42) 0%, transparent 68%);
    filter: blur(9px);
    z-index: 0;
    pointer-events: none;
    animation: gh-mh-logo-glow 3.2s ease-in-out infinite;
  }

  .gh-logo-frame {
    display: block;
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1px solid rgba(var(--gh-accent-rgb), 0.32);
    box-shadow:
      0 0 14px rgba(var(--gh-accent-rgb), 0.18) inset,
      0 0 8px rgba(var(--gh-accent-rgb), 0.12);
    z-index: 2;
    pointer-events: none;
  }

  .gh-logo img {
    position: relative;
    z-index: 1;
    height: 34px;
    width: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gh-logo-text {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1;
  }

  .gh-logo--active {
    filter: none;
    animation: none;
  }

  .gh-nav-home-icon {
    width: 26px;
    height: 26px;
  }

  .gh-soc-group { display: none; }

  .gh-signin {
    padding: 10px 24px;
    min-height: 40px;
    font-size: 13px;
  }

  .gh-cart { width: 42px; height: 42px; }
  .gh-cart svg { width: 17px; height: 17px; }

  /* mobile nav drawer colors */
  .site-navigation .menu {
    background: linear-gradient(180deg, rgba(var(--gh-accent-deep-rgb), 0.14) 0%, #000000 100%) !important;
    padding: 60px 20px 20px !important;
  }

  .site-navigation a {
    color: var(--color-text-secondary) !important;
    border-radius: 999px !important;
    padding: 10px 16px !important;
    transition: color 0.15s, background 0.15s !important;
  }
  .site-navigation a:hover {
    color: var(--color-text) !important;
    background: rgba(var(--gh-accent-rgb), 0.12) !important;
  }
  .site-navigation a.link-active,
  .site-navigation a.active {
    color: #ffffff !important;
    background: var(--color-primary) !important;
  }
}

/* -- SALE BANNER � fixed above header, marquee RTL -- */
.gh-sale-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 260;
  height: var(--gh-sale-banner-h);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
    linear-gradient(90deg,
      color-mix(in srgb, var(--color-sale-banner-bg) 70%, #000) 0%,
      var(--color-sale-banner-bg) 35%,
      var(--color-sale-banner-bg) 65%,
      color-mix(in srgb, var(--color-sale-banner-bg) 70%, #000) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--color-sale-banner-line) 35%, transparent);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--color-sale-banner-line) 55%, transparent) inset,
    0 8px 32px rgba(0, 0, 0, 0.45),
    0 0 40px color-mix(in srgb, var(--color-sale-banner-line) 12%, transparent);
}

.gh-sale-banner__glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    color-mix(in srgb, var(--color-sale-banner-line) 20%, transparent) 15%,
    var(--color-sale-banner-line) 50%,
    color-mix(in srgb, var(--color-sale-banner-line) 20%, transparent) 85%,
    transparent 100%);
  opacity: 0.85;
  pointer-events: none;
}

.gh-sale-banner__viewport {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.gh-sale-banner__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
  visibility: hidden;
}

.gh-sale-banner__track.is-ready {
  visibility: visible;
  animation: gh-sale-marquee var(--gh-sale-banner-duration, 26s) linear infinite;
}

.gh-sale-banner__set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.gh-sale-banner__chunk {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  padding-right: 72px;
  white-space: nowrap;
}

.gh-sale-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-sale-banner-line);
  background: color-mix(in srgb, var(--color-sale-banner-line) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-sale-banner-line) 40%, transparent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--color-sale-banner-line) 25%, transparent);
}

.gh-sale-banner__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.gh-sale-banner__text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-sale-banner-text);
}

.gh-sale-banner__code {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-sale-banner-accent);
  background: color-mix(in srgb, var(--color-sale-banner-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-sale-banner-accent) 45%, transparent);
  box-shadow:
    0 0 20px color-mix(in srgb, var(--color-sale-banner-accent) 30%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gh-sale-banner__sep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-sale-banner-line) 70%, transparent);
  box-shadow: 0 0 8px var(--color-sale-banner-line);
  flex-shrink: 0;
}

@keyframes gh-sale-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(var(--gh-sale-shift, -50%), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .gh-sale-banner__track,
  .gh-sale-banner__track.is-ready {
    animation: none;
    visibility: visible;
    justify-content: center;
    width: 100%;
  }
  .gh-sale-banner__set[aria-hidden="true"] { display: none; }
}

@media (width <= 960px) {
  :root { --gh-sale-banner-h: 36px; }
  .gh-sale-banner__text { font-size: 12px; }
  .gh-sale-banner__code { font-size: 11px; padding: 4px 12px; }
  .gh-sale-banner__chunk { gap: 10px; padding-right: 48px; }
}

/* legacy Tebex class � hidden when gh-sale-banner is used */
.site-sale-banner { display: none !important; }

/* -- HOME CATEGORIES ----------------------- */
.site-home-categories {
  padding: 0 24px !important;
  max-width: 1280px !important;
}

.site-home-categories .category {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
  padding: 16px !important;
  overflow: hidden !important;
}

.site-home-categories .category:hover {
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow:
    0 0 20px var(--gh-accent-dim),
    0 0 36px var(--gh-accent-glow-soft) !important;
  transform: translateY(-2px) !important;
}

/* -- CONTENT AREA -------------------------- */
.site-content {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 32px 24px 64px !important;
  background: transparent !important;
}

@media (width <= 640px) {
  .site-content { padding: 20px 16px 48px !important; }
}

/* -- SIDEBAR ------------------------------- */
.store-sidebar {
  background: transparent !important;
}

.widget {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  padding: 16px 18px !important;
}

.widget.navigation-vertical {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
}

.widget-title {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #444 !important;
  margin-bottom: 14px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid var(--gh-border) !important;
  text-align: left !important;
}

/* -- PRODUCT CARDS ------------------------- */
.category-description {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
}

.no-products {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  padding: 48px 24px !important;
  color: #444 !important;
  font-size: 14px !important;
}

/* Grid layout for product cards */
.store-products-images {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 14px !important;
}

.store-products-images .store-product {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
  grid-template-rows: auto 1fr auto auto !important;
}

.store-products-images .store-product:hover {
  border-color: var(--gh-border-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 10px 40px rgba(0,0,0,0.5),
    0 0 24px var(--gh-accent-dim) !important;
}

.store-products-images .store-product .image-link {
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  background: rgba(0, 0, 0, 0.92) !important;
  align-items: stretch !important;
  display: flex !important;
}

.store-products-images .store-product .image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  transition: transform 0.35s !important;
  margin: 0 !important;
}

.store-products-images .store-product:hover .image {
  transform: scale(1.05) !important;
}

.store-products-images .store-product .image-default {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  background: var(--gh-surface-card-soft) !important;
}

.store-products-images .store-product .product-title {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 12px 14px 4px !important;
  margin: 0 !important;
}

.store-products-images .store-product .product-title a {
  color: var(--color-text) !important;
}

.store-products-images .store-product .product-title a:hover {
  color: var(--color-primary) !important;
}

.store-products-images .store-product .product-title .countdown {
  font-size: 11px !important;
  color: var(--color-removed) !important;
}

/* Product actions in card */
.store-products-images .store-product .actions {
  flex-wrap: nowrap !important;
  align-items: center !important;
  padding: 8px 14px 12px !important;
  gap: 8px !important;
  background: transparent !important;
  position: static !important;
  margin: 0 !important;
  backdrop-filter: none !important;
}

.store-products-images .store-product .actions .wide {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: unset !important;
  height: 32px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  border-radius: var(--gh-radius) !important;
}

.store-products-images .store-product .actions .half {
  flex: 0 0 auto !important;
  height: 32px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  border-radius: var(--gh-radius) !important;
}

.store-products-images .store-product .price {
  margin-right: auto !important;
  padding: 0 14px !important;
  width: auto !important;
}

.store-products-images .store-product .price strong {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--color-text) !important;
}

.store-products-images .store-product .price .discount {
  font-size: 11px !important;
  color: var(--color-removed) !important;
}

/* Gift button */
.store-products-images .store-product .gift {
  --btn-size: 32px;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius) !important;
}

/* Quantity field in card */
.store-products-images .store-product .quantity-field {
  border-radius: var(--gh-radius) !important;
  border-color: var(--gh-border) !important;
  background: var(--color-brighter-bg) !important;
  --btn-size: 32px;
}

/* List layout */
.store-products-list .store-product {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  transition: border-color 0.15s !important;
}

.store-products-list .store-product:hover {
  border-color: var(--gh-border-hover) !important;
}

/* -- FULL PRODUCT PAGE --------------------- */
.store-product-full {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
}

.store-product-full .product-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
}

.store-product-full .actions {
  background: rgba(8,8,8,0.85) !important;
  backdrop-filter: blur(10px) !important;
  border-top: 1px solid var(--gh-border) !important;
  margin: 0 !important;
  border-radius: 0 0 var(--gh-radius-lg) var(--gh-radius-lg) !important;
}

.store-product-full .price strong {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: var(--color-primary) !important;
}

/* Media slider */
.media-slider .slider,
.media-slider .thumb {
  border-radius: var(--gh-radius) !important;
  background: var(--color-brighter-bg) !important;
}

/* -- TEXT PAGES ---------------------------- */
.store-text {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.store-text h1, .store-text h2, .store-text h3,
.store-text h4, .store-text h5, .store-text h6 {
  text-align: left !important;
}

/* -- TIERED CATEGORY ----------------------- */
.store-category-tiered {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.store-product-tiered {
  background: var(--color-brighter-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
}

.store-product-tiered .actions .wide {
  border-radius: var(--gh-radius) !important;
}

.store-category-tiered-header h1,
.store-category-tiered-header h2,
.store-category-tiered-header h3,
.store-category-tiered-header h4 {
  text-align: left !important;
}

/* -- POPUPS � GH05T glass panels (anchored under header buttons) -- */
.popup {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.popup-scroll-cont {
  align-items: flex-start !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.popup.gh-popup-anchored {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.popup.gh-popup-anchored .popup-scroll-cont {
  display: block !important;
  min-height: 0 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  pointer-events: none;
}

.popup.gh-popup-anchored:not(.gh-popup-placed) .popup-content {
  opacity: 0 !important;
  pointer-events: none !important;
}

.popup.gh-popup-anchored.gh-popup-placed .popup-content {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.popup.gh-popup-anchored .popup-content {
  pointer-events: auto;
  transition: opacity 0.12s ease;
}

.popup-content {
  border-radius: 20px !important;
  background: var(--gh-surface-popup) !important;
  border: 1px solid var(--gh-border) !important;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(var(--gh-accent-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.popup-close {
  border-radius: 0 18px 0 var(--gh-radius) !important;
  opacity: 0.55;
  color: var(--color-text) !important;
  z-index: 60 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.popup-close:hover {
  opacity: 1;
  background-color: rgba(var(--gh-accent-rgb), 0.12) !important;
}

.basket-popup .popup-content {
  position: relative;
  padding-top: 0 !important;
}

.login-popup .popup-content {
  position: relative;
  padding-top: 12px !important;
}

.basket-popup .popup-close,
.login-popup .popup-close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 36px;
  height: 36px;
}

@media (width > 960px) {
  .basket-popup .mobile-only { display: none !important; }
  /* Tebex basket fetch omits mobile-only class � hide second header on desktop */
  .basket-popup .basket-second-header { display: none !important; }
}

@media (width <= 960px) {
  .basket-popup .desktop-only { display: none !important; }
  /* Tebex basket fetch omits desktop-only class � hide primary header on phone */
  .basket-popup .basket-header { display: none !important; }
}

/* Shared popup typography + buttons */
.gh-popup-heading {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--color-primary);
}

.gh-popup-lead,
.gh-popup-note {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text-secondary);
}

.gh-popup-panel {
  padding: 22px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-lg);
}

.gh-popup-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.gh-popup-input {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  background: var(--color-bg);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  color: var(--color-text);
  font-size: 14px;
  transition: border-color 0.15s;
}

.gh-popup-input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.gh-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s;
}

.gh-popup-btn.wide {
  width: 100%;
}

.gh-popup-btn--primary {
  background: var(--color-primary);
  color: var(--color-primary-text) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.gh-popup-btn--secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gh-popup-btn--secondary:hover {
  background: rgba(var(--gh-accent-rgb), 0.16) !important;
  border-color: rgba(var(--gh-accent-rgb), 0.35);
}

.gh-popup-btn--primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.4),
    0 0 22px var(--gh-accent-glow);
}

.gh-popup-btn--checkout {
  min-width: 168px;
  padding: 0 36px;
  background: var(--color-primary);
  color: var(--color-primary-text) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.gh-popup-btn--checkout:hover:not(:disabled) {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.4),
    0 0 22px var(--gh-accent-glow);
}

.gh-popup-btn--checkout:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  background: rgba(var(--gh-accent-rgb), 0.35);
  color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none;
}

/* Login popup */
.login-popup-content {
  max-width: 460px !important;
  padding: 28px 28px 24px !important;
}

.gh-login-form {
  margin: 0;
}

/* Tebex  � same pattern as Aesthe v3 */
.gh-login-tebex {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-login-tebex form {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-login-tebex input[type="text"],
.gh-login-tebex input[name="ign"] {
  width: 100%;
  box-sizing: border-box;
}

.gh-login-tebex .btn,
.gh-login-tebex button,
.gh-login-tebex input[type="submit"],
.gh-login-tebex a.wide,
.gh-login-tebex a[href^="http"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--color-primary);
  color: var(--color-primary-text) !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.gh-login-tebex a.wide:hover,
.gh-login-tebex a[href^="http"]:hover,
.gh-login-tebex .btn:hover,
.gh-login-tebex button:hover,
.gh-login-tebex input[type="submit"]:hover {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
}

.gh-login-tebex a[href*="discord"] {
  background: #5865f2 !important;
  color: #fff !important;
}

.gh-login-tebex a[href*="discord"]:hover {
  background: #4752c4 !important;
}

/* Basket popup � dropdown panel under cart button */
.basket-popup-content {
  display: flex !important;
  flex-direction: column !important;
  width: min(520px, calc(100vw - 24px)) !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: min(78vh, 680px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  translate: none !important;
  animation: gh-popup-drop-in 0.22s var(--gh-glass-ease) both;
}

.login-popup-content {
  animation: gh-popup-drop-in 0.22s var(--gh-glass-ease) both;
}

@keyframes gh-popup-drop-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.basket-popup[hidden] .basket-popup-content,
:root .basket-popup[hidden] .basket-popup-content {
  translate: none !important;
  opacity: 0;
}

.basket-popup .basket-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 14px 52px 10px 20px !important;
  background: transparent !important;
  font-size: inherit !important;
}

.basket-popup .basket-title,
.basket-popup .gh-basket-heading {
  margin: 0;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px;
  color: var(--color-primary) !important;
  text-transform: none !important;
}

.basket-popup .basket-title::before {
  display: none !important;
}

/* White icon chip before popup titles (basket + account) */
.gh-popup-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: rgba(var(--gh-accent-rgb), 0.18);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gh-popup-title-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.gh-popup-title-icon svg[stroke] {
  fill: none;
  stroke: currentColor;
}

.gh-popup-heading--row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Header: title + item-count chip (logout pill removed) */
.gh-basket-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.gh-basket-count-chip {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.3);
  background: rgba(var(--gh-accent-rgb), 0.1);
  white-space: nowrap;
}

/* Red glossy glass body */
.basket-popup-content {
  background:
    var(--gh-surface-popup-shine),
    var(--gh-surface-popup) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.35) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.65),
    0 0 44px rgba(var(--gh-accent-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* Basket item thumbnails */
.basket-item .gh-basket-thumb {
  flex: 0 0 auto;
  width: 68px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.25);
  background: linear-gradient(135deg, rgba(var(--gh-accent-deep-rgb), 0.55), rgba(0, 0, 0, 0.85));
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-item .gh-basket-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.basket-item .gh-basket-thumb-ph {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(var(--gh-accent-rgb), 0.45);
}

/* Header cart badge */
.gh-cart {
  position: relative;
}

.gh-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-primary-text, #fff);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(var(--gh-accent-rgb), 0.55), 0 0 0 2px rgba(0, 0, 0, 0.9);
  pointer-events: none;
}

.gh-cart-count[hidden] {
  display: none;
}

.basket-popup .basket-content {
  flex: 1 1 auto;
  min-height: 120px;
  padding: 8px 0;
}

.basket-popup .basket-empty {
  padding: 36px 28px 44px;
  font-size: 15px !important;
  line-height: 1.6;
  color: var(--color-text-secondary) !important;
}

.basket-popup .basket-items {
  gap: 14px !important;
  padding: 8px 20px 12px !important;
}

.basket-item {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius-lg) !important;
}

.basket-item .title { font-size: 15px !important; font-weight: 600 !important; }
.basket-item .gift-to { font-size: 12px; color: var(--color-text-secondary); margin-top: 4px; }
.basket-item .price { color: var(--color-primary) !important; margin-top: 6px; }
.basket-item .price strong { font-size: 16px !important; }

.basket-popup .basket-checkout {
  margin-top: auto !important;
  padding: 16px 24px 22px !important;
  background: transparent !important;
  border-top: 1px solid var(--gh-border);
}

/* Tebex default basket: total + checkout in one row (before gh-basket-ui.js runs) */
.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: end;
}

.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) h3 {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-text-secondary) !important;
}

.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) h3 .total {
  color: var(--color-text) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: none;
}

.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) h3 .total strong {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--color-text) !important;
}

.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) .checkout {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  min-width: 168px;
}

.basket-popup .basket-checkout:not(:has(.gh-basket-checkout-row)) > :not(h3):not(.checkout) {
  grid-column: 1 / -1;
}

.gh-basket-checkout-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.gh-basket-total-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gh-basket-total-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.basket-checkout .total strong,
.gh-basket-checkout-row .total strong {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--color-text) !important;
}

/* Tebex built-in checkout button inside basket popup */
.basket-popup .basket-checkout .checkout.btn-primary,
.basket-popup .basket-checkout .checkout.gh-popup-btn--checkout {
  min-height: 52px;
  padding: 0 36px;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.basket-second-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 14px 20px 12px !important;
  background: rgba(0, 0, 0, 0.95) !important;
  border-bottom: 1px solid var(--gh-border) !important;
}

.basket-popup tebex-legal-footer {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color: var(--color-text-secondary);
}

/* Package options popup */
.product-options-popup .popup-content,
.popup-content.store-product-options {
  max-width: 520px !important;
  padding: 20px 22px 22px !important;
}

.product-options-popup .popup-close,
.popup-content.store-product-options .popup-close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 36px;
  height: 36px;
}

.store-product-options .gh-popup-heading {
  margin: 0 0 14px;
  padding-right: 40px;
}

.store-product-options .gh-opt-panel {
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05) 0%, transparent 42%),
    rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.22);
  border-radius: 16px;
}

.store-product-options .gh-opt-field {
  margin-bottom: 18px;
}

.store-product-options .gh-opt-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.store-product-options .gh-opt-input-wrap {
  position: relative;
}

.store-product-options .gh-opt-input-wrap::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
}

.store-product-options .gh-opt-input-wrap--email::before {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c62828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='3'/%3E%3Cpath d='m2 7 10 7 10-7'/%3E%3C/svg%3E");
}

.store-product-options .gh-opt-input-wrap--text::before {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c62828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M4 12h10M4 17h14'/%3E%3C/svg%3E");
}

.store-product-options .gh-opt-input-wrap--select::before {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c62828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  left: auto;
  right: 14px;
}

.store-product-options .gh-opt-input,
.store-product-options input.form-control.gh-opt-input,
.store-product-options select.form-control.gh-opt-input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px 12px 44px !important;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.72) !important;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.38) !important;
  border-radius: 14px !important;
  color: var(--color-text) !important;
  font-size: 14px !important;
  line-height: 1.4;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 0 rgba(var(--gh-accent-rgb), 0);
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

.store-product-options .gh-opt-input-wrap--select .gh-opt-input {
  padding-right: 44px !important;
  appearance: none;
  cursor: pointer;
}

.store-product-options .gh-opt-input::placeholder {
  color: rgba(192, 192, 192, 0.45) !important;
}

.store-product-options .gh-opt-input:hover {
  border-color: rgba(var(--gh-accent-rgb), 0.55) !important;
  background: rgba(0, 0, 0, 0.82) !important;
}

.store-product-options .gh-opt-input:focus {
  outline: none !important;
  border-color: var(--color-primary) !important;
  background: rgba(0, 0, 0, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 3px rgba(var(--gh-accent-rgb), 0.18) !important;
}

/* Discord identity card */
.store-product-options .gh-discord-identity,
.gh-account-popup .gh-discord-identity,
.gh-sheet-profile-account .gh-discord-identity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(88, 101, 242, 0.16) 0%, rgba(var(--gh-accent-rgb), 0.12) 52%, rgba(0, 0, 0, 0.35) 100%);
  border: 1px solid rgba(88, 101, 242, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 28px rgba(0, 0, 0, 0.35);
}

.store-product-options .gh-discord-identity__glow,
.gh-account-popup .gh-discord-identity__glow,
.gh-sheet-profile-account .gh-discord-identity__glow {
  position: absolute;
  inset: auto -20% -40% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--gh-accent-rgb), 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.store-product-options .gh-discord-identity__avatar,
.gh-account-popup .gh-discord-identity__avatar,
.gh-sheet-profile-account .gh-discord-identity__avatar {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
}

.store-product-options .gh-discord-identity__img,
.gh-account-popup .gh-discord-identity__img,
.gh-sheet-profile-account .gh-discord-identity__img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.store-product-options .gh-discord-identity__ring,
.gh-account-popup .gh-discord-identity__ring,
.gh-sheet-profile-account .gh-discord-identity__ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(88, 101, 242, 0.55);
  box-shadow: 0 0 16px rgba(88, 101, 242, 0.35);
  pointer-events: none;
}

.store-product-options .gh-discord-identity__body,
.gh-account-popup .gh-discord-identity__body,
.gh-sheet-profile-account .gh-discord-identity__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.store-product-options .gh-discord-identity__badge,
.gh-account-popup .gh-discord-identity__badge,
.gh-sheet-profile-account .gh-discord-identity__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(88, 101, 242, 0.22);
  border: 1px solid rgba(88, 101, 242, 0.35);
}

.store-product-options .gh-discord-identity__name,
.gh-account-popup .gh-discord-identity__name,
.gh-sheet-profile-account .gh-discord-identity__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-product-options .gh-discord-identity__hint,
.gh-account-popup .gh-discord-identity__hint,
.gh-sheet-profile-account .gh-discord-identity__hint {
  font-size: 11px;
  color: var(--color-text-secondary);
}

/* CFX identity card */
.gh-account-popup .gh-cfx-identity,
.gh-sheet-profile-account .gh-cfx-identity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(var(--gh-accent-rgb), 0.2) 0%, rgba(var(--gh-accent-rgb), 0.1) 48%, rgba(0, 0, 0, 0.38) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 28px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(var(--gh-accent-rgb), 0.1);
}

.gh-account-popup .gh-cfx-identity__glow,
.gh-sheet-profile-account .gh-cfx-identity__glow {
  position: absolute;
  inset: auto -20% -40% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--gh-accent-rgb), 0.32) 0%, transparent 70%);
  pointer-events: none;
}

.gh-account-popup .gh-cfx-identity__avatar,
.gh-sheet-profile-account .gh-cfx-identity__avatar {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
}

.gh-account-popup .gh-cfx-identity__img,
.gh-sheet-profile-account .gh-cfx-identity__img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.gh-account-popup .gh-cfx-identity__ring,
.gh-sheet-profile-account .gh-cfx-identity__ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(var(--gh-accent-rgb), 0.62);
  box-shadow: 0 0 16px rgba(var(--gh-accent-rgb), 0.38);
  pointer-events: none;
}

.gh-account-popup .gh-cfx-identity__body,
.gh-sheet-profile-account .gh-cfx-identity__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.gh-account-popup .gh-cfx-identity__badge,
.gh-sheet-profile-account .gh-cfx-identity__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-primary-text);
  background: rgba(var(--gh-accent-rgb), 0.28);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.45);
}

.gh-account-popup .gh-cfx-identity__name,
.gh-sheet-profile-account .gh-cfx-identity__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gh-account-popup .gh-cfx-identity__hint,
.gh-sheet-profile-account .gh-cfx-identity__hint {
  font-size: 11px;
  color: var(--color-text-secondary);
}

.store-product-options .gh-opt-discord {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  box-sizing: border-box;
}

.store-product-options .btn-primary,
.store-product-options .actions .btn-primary {
  width: 100%;
  min-height: 52px;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-weight: 600 !important;
}

@media (width <= 600px) {
  .gh-basket-checkout-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gh-popup-btn--checkout {
    width: 100%;
    min-width: 0;
  }

  .gh-signin {
    padding: 0 28px;
    min-height: 42px;
    font-size: 13px;
  }
}

/* -- FORMS --------------------------------- */
.store-form input[type=text],
.store-form input[type=password],
.store-form input[type=email],
.store-form input[type=number],
.store-form input[type=search],
.store-form select,
.store-form textarea {
  background: var(--color-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius) !important;
  color: var(--color-text) !important;
  transition: border-color 0.15s !important;
}

.store-form input:focus,
.store-form select:focus,
.store-form textarea:focus {
  border-color: var(--color-primary) !important;
}

.store-form input::placeholder { color: #444 !important; }

/* Options */
.store-product-options .actions {
  border-radius: var(--gh-radius) !important;
}

/* -- TOASTS � GH05T notification system ------------------------------- */
.toaster.gh-toaster {
  --gh-toast-width: min(420px, calc(100vw - 28px));
  --gh-toast-gap: 12px;
  --gh-toast-ease: cubic-bezier(0.34, 1.18, 0.64, 1);
  position: fixed;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  gap: var(--gh-toast-gap);
  width: var(--gh-toast-width);
  max-width: var(--gh-toast-width);
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}

.toaster.gh-toaster:empty {
  display: none;
}

/* Desktop positions (Appearance ? Desktop notification position) */
@media (width > 960px) {
  .toaster.gh-toaster[data-gh-toast-pos="top-right"] {
    top: 24px;
    right: 24px;
    align-items: stretch;
  }

  .toaster.gh-toaster[data-gh-toast-pos="top-left"] {
    top: 24px;
    left: 24px;
    align-items: stretch;
  }

  .toaster.gh-toaster[data-gh-toast-pos="middle-screen"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: stretch;
  }

  .toaster.gh-toaster[data-gh-toast-pos="bottom-right"] {
    bottom: 24px;
    right: 24px;
    align-items: stretch;
  }

  .toaster.gh-toaster[data-gh-toast-pos="bottom-left"] {
    bottom: 24px;
    left: 24px;
    align-items: stretch;
  }
}

/* Mobile � always top center under header */
@media (width <= 960px) {
  .toaster.gh-toaster {
    top: calc(72px + env(safe-area-inset-top, 0px));
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    align-items: stretch;
  }

  body.has-sale-banner .toaster.gh-toaster {
    top: calc(72px + var(--gh-sale-banner-h, 36px) + env(safe-area-inset-top, 0px));
  }

  body.has-gh-bottom-nav .toaster.gh-toaster {
    top: calc(64px + env(safe-area-inset-top, 0px));
  }

  body.has-sale-banner.has-gh-bottom-nav .toaster.gh-toaster {
    top: calc(64px + var(--gh-sale-banner-h, 36px) + env(safe-area-inset-top, 0px));
  }
}

.toast.gh-toast {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "icon body close"
    "progress progress progress";
  align-items: start;
  gap: 0 12px;
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 14px 14px 12px 14px;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.35) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  transform: translateY(-18px) scale(0.96);
  transition:
    opacity 0.38s var(--gh-toast-ease),
    transform 0.42s var(--gh-toast-ease),
    filter 0.3s ease;
}

.toast.gh-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.toast.gh-toast.is-leaving {
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  filter: blur(1px);
}

@media (width > 960px) {
  .toaster.gh-toaster[data-gh-toast-pos="top-right"] .toast.gh-toast {
    transform: translateX(28px) scale(0.96);
  }

  .toaster.gh-toaster[data-gh-toast-pos="top-right"] .toast.gh-toast.is-visible {
    transform: translateX(0) scale(1);
  }

  .toaster.gh-toaster[data-gh-toast-pos="top-left"] .toast.gh-toast {
    transform: translateX(-28px) scale(0.96);
  }

  .toaster.gh-toaster[data-gh-toast-pos="top-left"] .toast.gh-toast.is-visible {
    transform: translateX(0) scale(1);
  }

  .toaster.gh-toaster[data-gh-toast-pos="bottom-right"] .toast.gh-toast,
  .toaster.gh-toaster[data-gh-toast-pos="bottom-left"] .toast.gh-toast {
    transform: translateY(18px) scale(0.96);
  }

  .toaster.gh-toaster[data-gh-toast-pos="bottom-right"] .toast.gh-toast.is-visible,
  .toaster.gh-toaster[data-gh-toast-pos="bottom-left"] .toast.gh-toast.is-visible {
    transform: translateY(0) scale(1);
  }

  .toaster.gh-toaster[data-gh-toast-pos="middle-screen"] .toast.gh-toast {
    transform: scale(0.92);
  }

  .toaster.gh-toaster[data-gh-toast-pos="middle-screen"] .toast.gh-toast.is-visible {
    transform: scale(1);
  }
}

.gh-toast__glow {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--gh-accent-rgb), 0.22) 0%, transparent 70%);
  pointer-events: none;
  animation: gh-toast-glow 2.8s ease-in-out infinite;
}

.gh-toast__accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--color-primary);
  border-radius: 16px 0 0 16px;
}

.toast.gh-toast.toast-success .gh-toast__accent { background: #22c55e; }
.toast.gh-toast.toast-error .gh-toast__accent { background: #ef4444; }
.toast.gh-toast.toast-warning .gh-toast__accent { background: #f59e0b; }
.toast.gh-toast.toast-info .gh-toast__accent { background: var(--color-primary); }

.gh-toast__icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border-radius: 12px;
  color: #fff;
  background: rgba(var(--gh-accent-rgb), 0.18);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.35);
  box-shadow: 0 0 18px rgba(var(--gh-accent-rgb), 0.15);
}

.toast.gh-toast.toast-success .gh-toast__icon {
  background: rgba(34, 197, 94, 0.16);
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.12);
}

.toast.gh-toast.toast-error .gh-toast__icon {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.35);
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.12);
}

.toast.gh-toast.toast-warning .gh-toast__icon {
  background: rgba(245, 158, 11, 0.16);
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.12);
}

.gh-toast__body {
  grid-area: body;
  min-width: 0;
  padding-right: 4px;
}

.gh-toast__label {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.toast.gh-toast.toast-success .gh-toast__label { color: #86efac; }
.toast.gh-toast.toast-error .gh-toast__label { color: #fca5a5; }
.toast.gh-toast.toast-warning .gh-toast__label { color: #fcd34d; }
.toast.gh-toast.toast-info .gh-toast__label { color: #fca5a5; }

.gh-toast__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
}

.gh-toast__close {
  grid-area: close;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gh-toast__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: scale(1.04);
}

.gh-toast__close::before {
  display: none;
}

.gh-toast__progress {
  grid-area: progress;
  display: block;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.gh-toast__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(1);
  background: linear-gradient(90deg, var(--color-primary), #ff6b6b);
  animation: gh-toast-progress var(--gh-toast-duration, 7s) linear forwards;
}

.toast.gh-toast.toast-success .gh-toast__progress-bar {
  background: linear-gradient(90deg, #16a34a, #86efac);
}

.toast.gh-toast.toast-error .gh-toast__progress-bar {
  background: linear-gradient(90deg, #dc2626, #fca5a5);
}

.toast.gh-toast.toast-warning .gh-toast__progress-bar {
  background: linear-gradient(90deg, #d97706, #fde047);
}

.toast.gh-toast.is-paused .gh-toast__progress-bar {
  animation-play-state: paused;
}

@keyframes gh-toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@keyframes gh-toast-glow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .toast.gh-toast,
  .toast.gh-toast.is-visible,
  .toast.gh-toast.is-leaving {
    transition: opacity 0.2s ease;
    transform: none;
  }

  .gh-toast__glow,
  .gh-toast__progress-bar {
    animation: none;
  }
}

/* -- GOAL / PROGRESS ----------------------- */
.widget-community-goal .progress,
.widget-goal .progress {
  background: var(--color-bg) !important;
  border-radius: 3px !important;
}

.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  background: var(--color-primary) !important;
  border-radius: 3px !important;
}

/* -- FOOTER � GHOST LABS unified zone ------- */
.gh-site-bottom .site-footer.gh-footer {
  position: relative;
  margin: 0 !important;
  padding: 36px 0 0 !important;
  background: transparent !important;
  border: none !important;
  overflow: hidden;
  flex-shrink: 0;
}

.site-footer.gh-footer {
  position: relative;
  margin-top: 8px;
  padding: 36px 0 0;
  background: transparent !important;
  border: none !important;
  overflow: hidden;
}

.gh-footer-accent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1280px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--gh-accent-rgb), 0.5), transparent);
  box-shadow: 0 0 20px rgba(var(--gh-accent-rgb), 0.18);
  pointer-events: none;
}

.gh-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.gh-footer-copy-wrap {
  flex: 1 1 320px;
  min-width: 0;
}

.gh-footer-copy,
.site-footer-inner .copyright {
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
  color: var(--color-text-darker) !important;
  letter-spacing: 0.01em;
}

.gh-footer-payments,
.site-footer-inner .we-accept {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  pointer-events: auto !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px !important;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 10px 14px !important;
  list-style: none;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(var(--gh-accent-rgb), 0.72) 0%, rgba(0, 0, 0, 0.55) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.16);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gh-footer-payments li,
.site-footer-inner .we-accept li {
  display: flex;
  align-items: center;
}

.gh-footer-payments img,
.site-footer-inner .we-accept img {
  display: block;
  max-width: 46px !important;
  max-height: 22px !important;
  opacity: 0.82 !important;
  filter: grayscale(0.15) brightness(1.05);
  transition: opacity 0.2s, transform 0.2s;
}

.gh-footer-payments li:hover img {
  opacity: 1 !important;
  transform: translateY(-1px);
}

.site-footer-inner .site-footer-nav a {
  color: var(--color-text-darker) !important;
  text-decoration: none !important;
  transition: color 0.15s;
}

.site-footer-inner .site-footer-nav a:hover {
  color: var(--color-text) !important;
}

/* Custom legal links � Appearance ? Footer � Legal links */
body.has-gh-footer-legal .site-footer-credit .legal > :not(.gh-footer-legal) {
  display: none !important;
}

.gh-footer-legal {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: nowrap;
}

.gh-footer-legal a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  color: var(--gh-legal-col, var(--color-text-darker)) !important;
  font-size: var(--gh-legal-size, 11px) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.14);
  background: rgba(var(--gh-accent-rgb), 0.05);
  transition: color 0.15s, border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.gh-footer-legal a:hover {
  color: var(--gh-legal-col-hover, var(--color-text)) !important;
  border-color: rgba(var(--gh-accent-rgb), 0.32);
  background: rgba(var(--gh-accent-rgb), 0.1);
  box-shadow: 0 0 16px var(--gh-accent-dim);
}

/* Tebex legal footer � tight stack under copyright row */
.gh-site-bottom .site-footer-credit {
  margin: 0 !important;
  padding: 0 0 24px !important;
  flex-shrink: 0;
}

.gh-site-bottom .site-footer-credit::before {
  margin: 0 auto 10px !important;
}

.gh-site-bottom .site-footer-credit .site-footer-credit-inner {
  padding: 0 40px !important;
  gap: 10px 20px !important;
  min-height: 0 !important;
  align-items: center !important;
}

.site-footer-credit {
  position: relative;
  width: 100%;
  margin-top: 0 !important;
  padding: 0 0 24px !important;
  color: var(--color-text-darker) !important;
  background: transparent !important;
  border: none !important;
  font-size: 11.5px !important;
  line-height: 1.5 !important;
}

.site-footer-credit::before {
  content: '';
  display: block;
  max-width: 1280px;
  margin: 0 auto 10px;
  width: calc(100% - 80px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--gh-accent-rgb), 0.14), transparent);
}

.site-footer-credit .site-footer-credit-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px 20px !important;
}

.site-footer-credit .copyright {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 12px !important;
  flex: 1 1 420px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--color-text-darker) !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.site-footer-credit .copyright .tebex-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  flex: none !important;
  line-height: 0;
  text-decoration: none !important;
}

.site-footer-credit .copyright .tebex-logo-link img,
.site-footer-credit .copyright .tebex-logo-link svg {
  display: block;
  height: 18px !important;
  width: auto !important;
  opacity: 0.88;
  filter: grayscale(1) brightness(1.35);
}

.site-footer-credit .copyright,
.site-footer-credit .copyright p,
.site-footer-credit .copyright span,
.site-footer-credit .copyright a.tebex-logo-link,
.site-footer-credit .copyright strong,
.site-footer-credit .copyright b {
  color: var(--color-text-darker) !important;
  font-weight: 400 !important;
}

.site-footer-credit .legal {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: nowrap;
}

.site-footer-credit .legal a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  color: var(--color-text-darker) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: 1px solid rgba(var(--gh-accent-rgb), 0.14);
  background: rgba(var(--gh-accent-rgb), 0.05);
  transition: color 0.15s, border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.site-footer-credit .legal a:hover {
  color: var(--color-text) !important;
  border-color: rgba(var(--gh-accent-rgb), 0.32);
  background: rgba(var(--gh-accent-rgb), 0.1);
  box-shadow: 0 0 16px var(--gh-accent-dim);
}

@media (width <= 960px) {
  .site-footer.gh-footer {
    padding: 28px 0 0 !important;
  }

  .gh-site-bottom {
    gap: 6px;
  }

  .gh-site-bottom .site-footer.gh-footer {
    padding-bottom: 0 !important;
  }

  .gh-site-bottom .site-footer-credit {
    padding-bottom: 12px !important;
  }

  .gh-footer-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 20px !important;
    gap: 14px !important;
    flex: 0 0 auto;
  }

  .gh-footer-copy-wrap {
    flex: 0 0 auto !important;
    width: 100%;
  }

  .gh-footer-payments,
  .site-footer-inner .we-accept {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-footer-credit::before,
  .gh-site-bottom .site-footer-credit::before {
    width: calc(100% - 40px);
    margin-bottom: 8px !important;
  }

  .site-footer-credit .site-footer-credit-inner,
  .gh-site-bottom .site-footer-credit .site-footer-credit-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 20px !important;
    gap: 10px !important;
  }

  .site-footer-credit .copyright {
    flex: 1 1 auto !important;
  }

  .site-footer-credit .legal {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    white-space: normal;
  }
}

/* -- WIDGET SPECIFIC ----------------------- */
.widget-gift-card .gift-card-input {
  background: var(--color-bg) !important;
  border: 1px solid var(--gh-border) !important;
  border-radius: var(--gh-radius) !important;
}

.widget-gift-card .check {
  border-radius: var(--gh-radius) !important;
}

.widget-top-donator .avatar { border-radius: 50% !important; }
.widget-recent .avatar { border-radius: 50% !important; }

/* -- GH05T NAV ACCENT ---------------------- */
.site-header-inner .site-title a {
  color: var(--color-text) !important;
}

/* "GH05T" name accent � first 2 chars get primary color via CSS */
.gh05t-accent { color: var(--color-primary); }

/* -- SLIDER PROGRESS DOTS ----------------- */
.gh-progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gh-progress-dot {
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  transition: width 0.32s ease, height 0.32s ease, background 0.25s ease;
}

.gh-progress-dot__track {
  display: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.16);
}

.gh-progress-dot__fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

.gh-progress-dot.is-active {
  width: 52px;
  height: 8px;
  background: transparent;
}

.gh-progress-dot.is-active .gh-progress-dot__track {
  display: block;
}

.gh-progress-dot--video {
  width: 30px;
  height: 20px;
  border-radius: 6px;
  background: rgba(var(--gh-accent-rgb), 0.12);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.32);
  color: var(--color-primary);
}

.gh-progress-dot--video .gh-progress-dot__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.gh-progress-dot--video .gh-progress-dot__icon svg {
  width: 10px;
  height: 10px;
}

.gh-progress-dot--video.is-active {
  width: 52px;
  height: 8px;
  border-radius: 999px;
  border-color: transparent;
  background: transparent;
  color: inherit;
}

.gh-progress-dot--video.is-active .gh-progress-dot__icon {
  display: none;
}

@keyframes gh-dot-progress {
  from { width: 0%; }
  to { width: 100%; }
}

.gh-hero-dots.gh-progress-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 5;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

/* -- PAGE TRANSITIONS � disabled (cross-doc VT showed package slider on category) -- */
.site,
body::before,
.gh-page-content,
.gh-header .site-navigation {
  view-transition-name: none !important;
}

.gh-header {
  view-transition-name: none !important;
}

/* Neutralise shared.css cross-page transition snapshots */
::view-transition-old(root),
::view-transition-new(root),
::view-transition-group(root),
::view-transition-old(siteContent),
::view-transition-new(siteContent),
::view-transition-group(siteContent),
::view-transition-old(siteHeader),
::view-transition-new(siteHeader),
::view-transition-group(siteHeader),
::view-transition-old(siteBgImage),
::view-transition-new(siteBgImage),
::view-transition-group(siteBgImage) {
  animation: none !important;
}

/* Main content is always visible */
html.gh-page-ready .gh-page-content {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}


@media (prefers-reduced-motion: reduce) {
  html.gh-page-ready .gh-page-content {
    animation: none !important;
  }

  .gh-nav-glass,
  .gh-pill-glass {
    transition: none !important;
  }

  .gh-nav-glass::before,
  .gh-logo--active,
  .gh-logo-glow,
  .gh-header .navigation-horizontal .menu > li > a.link-active,
  .gh-nav-home.link-active .gh-nav-home-icon {
    animation: none !important;
  }

  .gh-bottom-sheet,
  .gh-bottom-nav-links,
  .gh-mobile-dock__backdrop,
  .popup.gh-popup-bottom-sheet .popup-content {
    transition: none !important;
  }
}

/* --------------------------------------------------------------
   MOBILE BOTTOM NAV � GH05T Labs-style dock + slide-up panels
   -------------------------------------------------------------- */
:root {
  --gh-bottom-nav-h: 72px;
  --gh-bottom-links-h: 56px;
  --gh-bottom-sheet-ease: cubic-bezier(0.32, 0.94, 0.42, 1);
  --gh-browser-chrome-bottom: 0px;
}

@media (width <= 960px) {
  body.has-gh-bottom-nav {
    padding-bottom: calc(
      var(--gh-bottom-nav-h) +
      env(safe-area-inset-bottom, 0px) +
      var(--gh-browser-chrome-bottom)
    );
  }

  body.has-gh-bottom-nav .gh-site-bottom {
    padding-bottom: 0;
    gap: 6px;
  }

  /* Home header ? logo + store name grouped left */
  .gh-header-inner {
    justify-content: flex-start;
  }

  .gh-burger,
  .gh-header-right,
  .gh-header .site-navigation {
    display: none !important;
  }
}

/* -- Mobile dock container -- */
.gh-mobile-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--gh-browser-chrome-bottom);
  z-index: 1000;
  pointer-events: none;
  transition: bottom 0.18s ease-out;
}

/* Extend nav background into browser chrome gap (URL bar area) */
.gh-mobile-dock::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: var(--gh-browser-chrome-bottom);
  background: #000000;
  pointer-events: none;
}

.gh-mobile-dock__backdrop {
  position: fixed;
  inset: 0;
  z-index: 880;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: auto;
}

.gh-mobile-dock__backdrop.is-visible {
  opacity: 1;
}

/* -- Slide-up sheets (behind navbar) -- */
.gh-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 920;
  pointer-events: none;
  transform: translateY(calc(100% - var(--gh-bottom-nav-h)));
  transition: transform 0.38s var(--gh-bottom-sheet-ease);
  will-change: transform;
}

  .gh-bottom-sheet.is-open {
    transform: translateY(0);
    pointer-events: auto;
  }

  .gh-bottom-sheet.is-open.gh-sheet-swiping,
  .gh-bottom-nav-links.is-open.gh-sheet-swiping,
  .gh-bottom-nav-links__panel.gh-sheet-swiping,
  .gh-bottom-sheet__panel.gh-sheet-swiping {
    transition: none !important;
  }

  html.gh-sheet-swiping,
  html.gh-sheet-swiping body {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  body.gh-dock-sheet-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

.gh-bottom-sheet__panel {
  margin: 0 0 calc(var(--gh-bottom-nav-h) + env(safe-area-inset-bottom, 0px));
  padding: 28px 24px 32px;
  min-height: 180px;
  max-height: min(62vh, 520px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 28%),
    linear-gradient(165deg, rgba(var(--gh-accent-rgb), 0.94) 0%, rgba(0, 0, 0, 0.97) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.14);
  border-bottom: none;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  box-shadow:
    0 -12px 48px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.gh-bottom-sheet__panel--browse {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: min(68vh, 560px);
  max-height: min(72vh, 600px);
  padding: 12px 16px 28px;
  gap: 0;
}

.gh-browse-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}

.gh-browse-head {
  padding: 0 6px 18px;
  flex-shrink: 0;
}

.gh-browse-title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--color-primary);
}

.gh-browse-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-text-secondary);
}

.gh-browse-section {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 0 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--gh-accent-rgb), 0.35) transparent;
}

.gh-browse-section + .gh-browse-section {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--gh-accent-rgb), 0.12);
}

.gh-browse-section-label {
  margin: 0 0 12px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.gh-browse-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gh-browse-card {
  --gh-browse-i: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
    linear-gradient(165deg, rgba(var(--gh-accent-rgb), 0.92) 0%, rgba(0, 0, 0, 0.96) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.14);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.22s var(--gh-glass-ease),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.gh-bottom-sheet.is-open .gh-browse-card {
  animation: gh-browse-card-in 0.42s var(--gh-bottom-sheet-ease) backwards;
  animation-delay: calc(var(--gh-browse-i) * 0.045s + 0.06s);
}

@keyframes gh-browse-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gh-browse-card:active {
  transform: scale(0.985);
}

.gh-browse-card.is-active {
  border-color: rgba(var(--gh-accent-rgb), 0.45);
  background:
    linear-gradient(135deg, rgba(var(--gh-accent-rgb), 0.14) 0%, transparent 60%),
    linear-gradient(165deg, rgba(var(--gh-accent-rgb), 0.96) 0%, rgba(0, 0, 0, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(var(--gh-accent-rgb), 0.2),
    0 8px 28px rgba(var(--gh-accent-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gh-browse-card--sub {
  margin-left: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  opacity: 0.94;
}

.gh-browse-card--page {
  padding: 13px 16px;
}

.gh-browse-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: var(--color-primary);
  background:
    linear-gradient(145deg, rgba(var(--gh-accent-rgb), 0.22) 0%, rgba(var(--gh-accent-rgb), 0.06) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gh-browse-card__icon svg {
  width: 20px;
  height: 20px;
}

.gh-browse-card__icon--sub {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.gh-browse-card__icon--sub svg {
  width: 16px;
  height: 16px;
}

.gh-browse-card__icon--page {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.gh-browse-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gh-browse-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gh-browse-card.is-active .gh-browse-card__name {
  color: #ffffff;
}

.gh-browse-card__meta {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--color-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gh-browse-card.is-active .gh-browse-card__meta {
  color: color-mix(in srgb, var(--color-primary) 75%, var(--color-text-secondary));
}

.gh-browse-card__chev {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.28);
  transition: transform 0.22s ease, color 0.22s ease;
}

.gh-browse-card.is-active .gh-browse-card__chev,
.gh-browse-card:active .gh-browse-card__chev {
  color: var(--color-primary);
  transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {
  .gh-bottom-sheet.is-open .gh-browse-card {
    animation: none;
  }
}

.gh-bottom-sheet__panel--profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 220px;
  gap: 24px;
}

.gh-bottom-sheet__panel--profile-logged {
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  min-height: 280px;
  gap: 12px;
  padding-top: 8px;
}

.gh-sheet-profile-account {
  width: 100%;
}

.gh-sheet-profile-account .gh-account-popup {
  padding: 0;
}

.gh-sheet-profile-account .gh-account-logout {
  margin-top: 8px;
}

.gh-sheet-login-actions {
  width: min(100%, 320px);
}

.gh-sheet-profile-lead {
  margin: 0;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text-secondary);
}

.gh-sheet-signin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
  text-decoration: none;
  background: linear-gradient(180deg, #f2e8e8 0%, var(--color-primary) 52%, rgb(var(--gh-accent-deep-rgb)) 100%);
  box-shadow:
    0 0 24px rgba(var(--gh-accent-rgb), 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.22s var(--gh-glass-ease), box-shadow 0.22s ease;
}

.gh-sheet-signin-btn:hover {
  transform: scale(1.04);
  box-shadow:
    0 0 32px rgba(var(--gh-accent-rgb), 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* -- Social links sheet -- */
.gh-bottom-nav-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--gh-bottom-nav-h) + env(safe-area-inset-bottom, 0px));
  z-index: 940;
  transform: translateY(100%);
  transition: transform 0.38s var(--gh-bottom-sheet-ease);
  pointer-events: none;
  will-change: transform;
}

.gh-bottom-nav-links.is-open {
  transform: translateY(0);
  pointer-events: auto;
}

.gh-bottom-nav-links__panel {
  margin: 0;
  padding: 12px 16px 22px;
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 28%),
    linear-gradient(165deg, rgba(var(--gh-accent-rgb), 0.94) 0%, rgba(0, 0, 0, 0.97) 100%);
  border: 1px solid rgba(var(--gh-accent-rgb), 0.18);
  border-bottom: none;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  box-shadow:
    0 -12px 48px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  touch-action: pan-y;
}

.gh-links-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}

.gh-links-head {
  padding: 0 4px 16px;
}

.gh-links-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #fff;
}

.gh-links-lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-text-secondary);
}

.gh-links-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gh-links-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.2s var(--gh-glass-ease), border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.gh-links-card:active {
  transform: scale(0.985);
}

.gh-links-card--discord {
  border-color: rgba(88, 101, 242, 0.28);
  background:
    linear-gradient(135deg, rgba(88, 101, 242, 0.14) 0%, transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.gh-links-card--youtube {
  border-color: rgba(255, 0, 0, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.12) 0%, transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.gh-links-card--docs {
  border-color: rgba(var(--gh-accent-rgb), 0.28);
  background:
    linear-gradient(135deg, rgba(var(--gh-accent-rgb), 0.14) 0%, transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.gh-links-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gh-links-card--discord .gh-links-card__icon {
  color: #5865f2;
  background: rgba(88, 101, 242, 0.16);
  border-color: rgba(88, 101, 242, 0.28);
}

.gh-links-card--youtube .gh-links-card__icon {
  color: #ff4444;
  background: rgba(255, 0, 0, 0.12);
  border-color: rgba(255, 0, 0, 0.22);
}

.gh-links-card--docs .gh-links-card__icon {
  color: var(--color-primary);
  background: rgba(var(--gh-accent-rgb), 0.16);
  border-color: rgba(var(--gh-accent-rgb), 0.28);
}

.gh-links-card__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.gh-links-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gh-links-card__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.gh-links-card__meta {
  font-size: 12px;
  color: var(--color-text-secondary);
}

.gh-links-card__chev {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0.45;
}

/* -- Main bottom navbar -- */
.gh-bottom-nav {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: calc(var(--gh-bottom-nav-h) + env(safe-area-inset-bottom, 0px));
  padding: 8px 10px env(safe-area-inset-bottom, 0px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.99) 100%);
  border-top: 1px solid rgba(var(--gh-accent-rgb), 0.12);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.55);
  pointer-events: auto;
}

.gh-bottom-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 64px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s var(--gh-glass-ease);
  -webkit-tap-highlight-color: transparent;
}

.gh-bottom-nav__btn svg {
  width: 22px;
  height: 22px;
  display: block;
}

.gh-bottom-nav__btn svg[stroke] {
  stroke: currentColor;
}

.gh-bottom-nav__btn:hover,
.gh-bottom-nav__btn.is-nav-active {
  color: #ffffff;
}

.gh-bottom-nav__btn.is-nav-active {
  color: var(--color-primary);
}

.gh-bottom-nav__btn--home {
  max-width: 72px;
}

.gh-bottom-nav__icon--home {
  width: 26px !important;
  height: 26px !important;
  filter: drop-shadow(0 0 8px rgba(var(--gh-accent-rgb), 0.2));
}

.gh-bottom-nav__btn--home.is-active,
.gh-bottom-nav__btn--home.is-nav-active {
  color: var(--color-primary);
}

.gh-bottom-nav__btn--home.is-active .gh-bottom-nav__icon--home,
.gh-bottom-nav__btn--home.is-nav-active .gh-bottom-nav__icon--home {
  filter: drop-shadow(0 0 14px rgba(var(--gh-accent-rgb), 0.55));
}

.gh-bottom-nav__btn--home.is-active::before,
.gh-bottom-nav__btn--home.is-nav-active::before {
  content: '';
  position: absolute;
  inset: 4px 6px;
  border-radius: 12px;
  background: radial-gradient(ellipse at center, rgba(var(--gh-accent-rgb), 0.22) 0%, transparent 72%);
  pointer-events: none;
}

.gh-bottom-nav__badge {
  position: absolute;
  top: 6px;
  right: 8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: var(--color-primary);
  box-shadow: 0 0 8px rgba(var(--gh-accent-rgb), 0.45);
}

/* -- Basket / login popups as mobile bottom sheets -- */
@media (width <= 960px) {
  .popup.gh-popup-bottom-sheet {
    background: transparent !important;
    z-index: 930 !important;
    pointer-events: none;
  }

  /*
   * Dock backdrop (z-index 1000) sits above popups (930) and was swallowing
   * all taps on basket/account sheets � logout, remove, checkout, etc.
   */
  body.gh-dock-tebex-popup-open .gh-mobile-dock__backdrop,
  body:has(.popup.gh-popup-bottom-sheet:not([hidden])) .gh-mobile-dock__backdrop {
    pointer-events: none !important;
  }

  .popup.gh-popup-bottom-sheet .popup-scroll-cont {
    display: block !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    min-height: 0 !important;
    pointer-events: none;
  }

  .popup.gh-popup-bottom-sheet .popup-content {
    pointer-events: auto;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 22px 22px 0 0 !important;
    border-bottom: none !important;
    transform: translateY(calc(100% + var(--gh-bottom-nav-h)));
    transition: transform 0.38s var(--gh-bottom-sheet-ease) !important;
    animation: none !important;
    backdrop-filter: blur(22px) saturate(1.2);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
  }

  .popup.gh-popup-bottom-sheet.gh-popup-sheet-visible .popup-content:not(.gh-sheet-swiping) {
    transform: translateY(0) !important;
  }

  .popup.gh-popup-bottom-sheet .popup-content.gh-sheet-swiping {
    transition: none !important;
  }

  .popup.gh-popup-bottom-sheet[hidden] .popup-content {
    transform: translateY(calc(100% + var(--gh-bottom-nav-h))) !important;
  }

  .popup.gh-popup-bottom-sheet .popup-close {
    display: none !important;
  }

  .basket-popup-content {
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(72vh, calc(100dvh - var(--gh-bottom-nav-h) - 24px)) !important;
    animation: none !important;
  }

  .basket-popup .gh-basket-heading {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 4px;
  }

  /* Featured packages � full-width cards like category page */
  .page-index .gh-feat-grid,
  .page-index .gh-featured .store-products-images {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible;
    gap: 18px !important;
    padding-bottom: 0;
  }

  .page-index .gh-feat-grid[data-count="1"],
  .page-index .gh-feat-grid[data-count="2"] {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }

  .page-index .gh-feat-grid .gh-card,
  .page-index .gh-featured .store-products-images .store-product {
    flex: unset;
    width: 100%;
    max-width: 100%;
  }

  .page-index .gh-featured-title {
    font-size: 13px;
    letter-spacing: 2.6px;
    margin-bottom: 16px;
  }

  .page-index .gh-hero-dots.gh-progress-dots {
    bottom: calc(var(--gh-bottom-nav-h) + 22px + env(safe-area-inset-bottom, 0px) + var(--gh-browser-chrome-bottom));
  }
}
