/**
 * Deal Geekland — vitrine bons plans (dealgeekland.com)
 * Brand: néon magenta / cyan sur noir (logo)
 */
html.lgk-storefront--deal-geekland {
  --dg-pink: #ff2bd6;
  --dg-cyan: #00e5ff;
  --dg-bg: #05060a;
  --dg-bg-elev: #0e1118;
  --dg-text: #f4f7ff;
  --dg-muted: rgba(244, 247, 255, 0.72);
  --dg-border: rgba(0, 229, 255, 0.22);
  --dg-glow-pink: rgba(255, 43, 214, 0.35);
  --dg-glow-cyan: rgba(0, 229, 255, 0.28);
  --container-max-width: 100%;
  --container-xxs-max-width: 100%;
  --container-xs-max-width: 100%;
  --container-sm-max-width: 100%;
  --container-md-max-width: 100%;
  --container-lg-max-width: 100%;
  --container-xl-max-width: 100%;
  --page-width: 100%;
  color-scheme: dark;
}

html.lgk-storefront--deal-geekland body {
  background: var(--dg-bg);
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .container,
html.lgk-storefront--deal-geekland .container.container--lg,
html.lgk-storefront--deal-geekland .container.container--xl,
html.lgk-storefront--deal-geekland .container.container--md {
  --container-max-width: 100% !important;
  margin-inline-start: var(--container-gutter, 1.25rem) !important;
  margin-inline-end: var(--container-gutter, 1.25rem) !important;
  max-width: none !important;
  width: auto !important;
}

/* Masquer clutter hors Deal */
html.lgk-storefront--deal-geekland .lgk-instant-gaming-affiliate,
html.lgk-storefront--deal-geekland .shopify-section--instant-gaming-affiliate,
html.lgk-storefront--deal-geekland .shopify-section--lgk-instant-gaming,
html.lgk-storefront--deal-geekland .lgk-footer__affiliate-wrap,
html.lgk-storefront--deal-geekland .lgk-ig-gta6,
html.lgk-storefront--deal-geekland #lgk-gd-cross,
html.lgk-storefront--deal-geekland body.template-index .lgk-nl-cta:not(.lgk-deal-home__nl):not(.lgk-nl-cta--product):not(.lgk-nl-cta--collection) {
  display: none !important;
}

/* Home Deal */
.lgk-deal-home {
  --wayne-accent: var(--dg-cyan);
  --wayne-accent-2: var(--dg-pink);
  --wayne-ink: var(--dg-bg);
  --wayne-cream: var(--dg-text);
  --wayne-mute: var(--dg-muted);
  background: var(--dg-bg);
  color: var(--dg-text);
}

.lgk-deal-home .lgk-wayne-home__hero,
.lgk-deal-home__hero {
  min-height: min(86vh, 820px);
  align-items: flex-end;
  justify-content: flex-start;
  isolation: isolate;
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, var(--dg-glow-pink), transparent 55%),
    radial-gradient(ellipse 70% 50% at 80% 20%, var(--dg-glow-cyan), transparent 50%),
    linear-gradient(180deg, #080a12 0%, #05060a 100%);
}

.lgk-deal-home .lgk-wayne-home__hero-media,
.lgk-deal-home__hero-media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.lgk-deal-home .lgk-wayne-home__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.03);
  animation: lgk-deal-hero-ken 20s ease-in-out infinite alternate;
}

@keyframes lgk-deal-hero-ken {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-2%, -1.2%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-deal-home .lgk-wayne-home__hero-img {
    animation: none;
    transform: none;
  }
}

.lgk-deal-home .lgk-wayne-home__hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.94) 0%, rgba(5, 6, 10, 0.7) 40%, rgba(5, 6, 10, 0.28) 72%, rgba(5, 6, 10, 0.5) 100%),
    linear-gradient(0deg, rgba(5, 6, 10, 0.92) 0%, rgba(5, 6, 10, 0.28) 48%, transparent 74%);
}

.lgk-deal-home .lgk-wayne-home__hero-inner,
.lgk-deal-home__hero-inner {
  position: relative;
  z-index: 2;
  margin-left: max(var(--wayne-page-pad, 1.25rem), var(--container-gutter, 1.25rem));
  margin-right: auto;
  max-width: min(40rem, 100%);
  text-align: left;
  padding-block: clamp(2.25rem, 7vh, 4.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: lgk-deal-fade-up 0.7s ease-out both;
}

@keyframes lgk-deal-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.lgk-deal-home .lgk-wayne-home__logo,
.lgk-deal-home__logo {
  width: min(300px, 74vw) !important;
  max-width: 300px;
  height: auto;
  max-height: none;
  margin-bottom: 0.85rem;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 28px var(--dg-glow-pink)) drop-shadow(0 0 18px var(--dg-glow-cyan));
}

.lgk-deal-home .lgk-wayne-home__brand,
.lgk-deal-home__brand {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 0.75rem;
  clip: auto;
  overflow: visible;
  white-space: normal;
  font-size: clamp(2rem, 5.4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: var(--dg-text);
  text-align: left;
  text-shadow: 0 0 40px rgba(255, 43, 214, 0.25);
}

.lgk-deal-home .lgk-wayne-home__cta {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

@media screen and (max-width: 749px) {
  .lgk-deal-home .lgk-wayne-home__hero,
  .lgk-deal-home__hero {
    min-height: min(78vh, 680px);
    align-items: flex-end;
  }

  .lgk-deal-home .lgk-wayne-home__hero-img {
    object-position: 70% center;
  }

  .lgk-deal-home .lgk-wayne-home__hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 6, 10, 0.35) 0%, rgba(5, 6, 10, 0.55) 38%, rgba(5, 6, 10, 0.94) 100%);
  }

  .lgk-deal-home .lgk-wayne-home__hero-inner,
  .lgk-deal-home__hero-inner {
    margin-left: var(--container-gutter, 1rem);
    margin-right: var(--container-gutter, 1rem);
  }
}

/* Ticker deals */
.lgk-deal-home__ticker {
  overflow: hidden;
  border-block: 1px solid var(--dg-border);
  background:
    linear-gradient(90deg, rgba(255, 43, 214, 0.12), rgba(0, 229, 255, 0.08)),
    var(--dg-bg-elev);
  padding-block: 0.7rem;
}

.lgk-deal-home__ticker-track {
  display: flex;
  width: max-content;
  gap: 1.25rem;
  align-items: center;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dg-cyan);
  animation: lgk-deal-ticker 28s linear infinite;
}

.lgk-deal-home__ticker-track span[aria-hidden='true'] {
  color: var(--dg-pink);
  opacity: 0.85;
}

@keyframes lgk-deal-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-deal-home__ticker-track {
    animation: none;
  }
}

.lgk-deal-home .lgk-wayne-home__cats,
.lgk-deal-home .lgk-wayne-home__picks,
.lgk-deal-home .lgk-wayne-home__tabs-section,
.lgk-deal-home .lgk-wayne-home__spotlight,
.lgk-deal-home .lgk-wayne-home__editorial,
.lgk-deal-home .lgk-wayne-home__klarna,
.lgk-deal-home .lgk-wayne-home__finale {
  display: block;
  visibility: visible;
  opacity: 1;
}

.lgk-deal-home .lgk-wayne-home__product-list .product-card,
.lgk-deal-home .lgk-wayne-home__carousel {
  min-height: 12rem;
}

.lgk-deal-home .lgk-wayne-home__lead {
  color: var(--dg-muted);
  max-width: 34rem;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1.45;
  margin: 0 0 1.1rem;
}

.lgk-deal-home .lgk-wayne-home__btn--primary {
  background: linear-gradient(135deg, var(--dg-pink), #c400a8);
  color: #fff;
  border: none;
  box-shadow: 0 0 24px var(--dg-glow-pink);
  animation: lgk-deal-pulse 3.2s ease-in-out infinite;
}

.lgk-deal-home .lgk-wayne-home__btn--primary:hover {
  filter: brightness(1.08);
  animation: none;
}

@keyframes lgk-deal-pulse {
  0%, 100% { box-shadow: 0 0 18px var(--dg-glow-pink); }
  50% { box-shadow: 0 0 34px var(--dg-glow-pink), 0 0 18px var(--dg-glow-cyan); }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-deal-home .lgk-wayne-home__btn--primary,
  .lgk-deal-home .lgk-wayne-home__hero-inner {
    animation: none;
  }
}

.lgk-deal-home .lgk-wayne-home__btn--ghost {
  border: 1px solid var(--dg-cyan);
  color: var(--dg-cyan);
  background: rgba(0, 229, 255, 0.06);
  box-shadow: 0 0 16px var(--dg-glow-cyan);
}

.lgk-deal-home .lgk-wayne-home__btn--ghost:hover {
  background: rgba(0, 229, 255, 0.14);
}

.lgk-deal-home .lgk-wayne-home__cta-bar {
  background: var(--dg-bg-elev);
  border-top: 1px solid var(--dg-border);
  border-bottom: 1px solid rgba(255, 43, 214, 0.18);
}

.lgk-deal-home .lgk-wayne-home__trust-card {
  background: rgba(14, 17, 24, 0.9);
  border: 1px solid var(--dg-border);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lgk-deal-home .lgk-wayne-home__trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 229, 255, 0.4);
}

.lgk-deal-home .lgk-wayne-home__trust-card--action:hover {
  border-color: var(--dg-pink);
  box-shadow: 0 0 20px var(--dg-glow-pink);
}

.lgk-deal-home .lgk-wayne-home__trust-label {
  color: var(--dg-pink);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lgk-deal-home .lgk-wayne-home__trust-value {
  color: var(--dg-text);
}

.lgk-deal-home .lgk-wayne-home__badge {
  color: var(--dg-cyan);
}

.lgk-deal-home .lgk-wayne-home__h2 {
  color: var(--dg-text);
}

.lgk-deal-home .lgk-wayne-home__feature,
.lgk-deal-home .lgk-wayne-home__tile {
  position: relative;
  border: 1px solid var(--dg-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--dg-bg-elev);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lgk-deal-home .lgk-wayne-home__feature:hover,
.lgk-deal-home .lgk-wayne-home__tile:hover {
  border-color: var(--dg-pink);
  box-shadow: 0 0 28px var(--dg-glow-pink);
  transform: translateY(-3px);
}

.lgk-deal-home__feature-ribbon {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--dg-pink), #c400a8);
  box-shadow: 0 0 16px var(--dg-glow-pink);
}

.lgk-deal-home .lgk-wayne-home__feature-shade {
  background: linear-gradient(180deg, transparent 22%, rgba(5, 6, 10, 0.94) 100%);
}

.lgk-deal-home .lgk-wayne-home__feature-media img,
.lgk-deal-home .lgk-wayne-home__tile-media img {
  transition: transform 0.45s ease;
}

.lgk-deal-home .lgk-wayne-home__feature:hover .lgk-wayne-home__feature-media img,
.lgk-deal-home .lgk-wayne-home__tile:hover .lgk-wayne-home__tile-media img {
  transform: scale(1.06);
}

.lgk-deal-home .lgk-wayne-home__tile-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--dg-bg);
  background: var(--dg-cyan);
}

.lgk-deal-home .lgk-wayne-home__link,
.lgk-deal-home .lgk-wayne-home__link-faded {
  color: var(--dg-cyan);
}

/* Flash outlet band */
.lgk-deal-home__flash {
  border-block: 1px solid rgba(255, 43, 214, 0.28);
  background:
    radial-gradient(ellipse 70% 120% at 0% 50%, var(--dg-glow-pink), transparent 55%),
    radial-gradient(ellipse 50% 100% at 100% 50%, var(--dg-glow-cyan), transparent 50%),
    var(--dg-bg-elev);
}

.lgk-deal-home__flash-duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
}

.lgk-deal-home__flash-duo > .lgk-deal-home__flash {
  border-block: 1px solid rgba(255, 43, 214, 0.28);
  min-width: 0;
}

.lgk-deal-home__flash--maison,
.lgk-deal-home__flash--hub {
  background:
    radial-gradient(ellipse 70% 120% at 100% 50%, var(--dg-glow-cyan), transparent 55%),
    radial-gradient(ellipse 50% 100% at 0% 50%, var(--dg-glow-pink), transparent 50%),
    var(--dg-bg);
}

@media (min-width: 1000px) {
  .lgk-deal-home__flash-duo:has(> :nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgk-deal-home__flash-duo:has(> :nth-child(2)) > .lgk-deal-home__flash:first-child {
    border-inline-end: 1px solid rgba(0, 229, 255, 0.18);
  }

  .lgk-deal-home__flash-duo .lgk-wayne-home__wrap {
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }
}

.lgk-deal-home__flash-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.lgk-deal-home__flash-copy {
  max-width: 36rem;
}

.lgk-deal-home__flash-lead {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 36rem;
}

.lgk-deal-home__flash-urgent {
  margin: 0.65rem 0 0;
  color: #ff7ad9;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lgk-deal-home__promise.lgk-wayne-home__klarna {
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, var(--dg-glow-pink), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 100%, var(--dg-glow-cyan), transparent 55%),
    var(--dg-bg);
  border-block: 1px solid var(--dg-border);
}

.lgk-deal-home .lgk-wayne-home__klarna-kicker {
  color: var(--dg-cyan);
}

.lgk-deal-home .lgk-wayne-home__klarna-title,
.lgk-deal-home .lgk-wayne-home__editorial-title,
.lgk-deal-home .lgk-wayne-home__brand--sm {
  color: var(--dg-text);
}

.lgk-deal-home .lgk-wayne-home__klarna-text,
.lgk-deal-home .lgk-wayne-home__finale-text {
  color: var(--dg-muted);
}

.lgk-deal-home .lgk-wayne-home__editorial-shade {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.88) 0%, rgba(5, 6, 10, 0.45) 55%, rgba(5, 6, 10, 0.2) 100%),
    linear-gradient(180deg, transparent 40%, rgba(5, 6, 10, 0.75) 100%);
}

.lgk-deal-home .lgk-wayne-home__editorial-cta {
  color: var(--dg-cyan);
}

.lgk-deal-home .lgk-wayne-home__spotlight {
  border-block: 1px solid rgba(0, 229, 255, 0.12);
}

.lgk-deal-home .lgk-wayne-home__spotlight--alt {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, var(--dg-glow-pink), transparent 55%),
    var(--dg-bg);
}

.lgk-deal-home .lgk-wayne-home__tab {
  border-color: var(--dg-border);
  color: var(--dg-muted);
  background: rgba(14, 17, 24, 0.7);
}

.lgk-deal-home .lgk-wayne-home__tab[aria-current='true'],
.lgk-deal-home .lgk-wayne-home__tab.is-selected {
  color: #fff;
  border-color: var(--dg-pink);
  background: linear-gradient(135deg, rgba(255, 43, 214, 0.28), rgba(0, 229, 255, 0.12));
  box-shadow: 0 0 16px var(--dg-glow-pink);
}

.lgk-deal-home .lgk-wayne-home__finale {
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, var(--dg-glow-pink), transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 80%, var(--dg-glow-cyan), transparent 50%),
    var(--dg-bg);
  border-top: 1px solid var(--dg-border);
}

.lgk-deal-home .lgk-wayne-home__finale-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.lgk-deal-home__nl.lgk-nl-cta {
  border: 1px solid var(--dg-pink);
  background: linear-gradient(135deg, rgba(255, 43, 214, 0.16), rgba(0, 229, 255, 0.1));
  box-shadow: 0 0 24px rgba(255, 43, 214, 0.12);
}

.lgk-deal-home__nl.lgk-nl-cta:hover {
  border-color: var(--dg-cyan);
  box-shadow: 0 0 28px var(--dg-glow-cyan);
}

/* Product cards */
html.lgk-storefront--deal-geekland .product-card,
html.lgk-storefront--deal-geekland .lgk-card-v2 {
  background: var(--dg-bg-elev);
  border: 1px solid var(--dg-border);
  border-radius: 14px;
  color: var(--dg-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

html.lgk-storefront--deal-geekland .product-card:hover,
html.lgk-storefront--deal-geekland .lgk-card-v2:hover {
  border-color: rgba(255, 43, 214, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), 0 0 22px var(--dg-glow-pink);
  transform: translateY(-3px);
}

html.lgk-storefront--deal-geekland .product-card__title,
html.lgk-storefront--deal-geekland .product-card__title a,
html.lgk-storefront--deal-geekland .lgk-card-v2 .product-card__title,
html.lgk-storefront--deal-geekland .product-card .product-title,
html.lgk-storefront--deal-geekland .product-card a.product-title,
html.lgk-storefront--deal-geekland .lgk-card-v2 .product-title {
  color: var(--dg-text) !important;
}

html.lgk-storefront--deal-geekland .product-card .price-list,
html.lgk-storefront--deal-geekland .product-card .price-list *,
html.lgk-storefront--deal-geekland .product-card .text-subdued,
html.lgk-storefront--deal-geekland .product-card__price,
html.lgk-storefront--deal-geekland .product-card .price,
html.lgk-storefront--deal-geekland .product-card sale-price,
html.lgk-storefront--deal-geekland .product-card compare-at-price {
  color: var(--dg-cyan) !important;
  opacity: 1 !important;
}

html.lgk-storefront--deal-geekland .product-card .text-on-sale {
  color: var(--dg-pink) !important;
}

html.lgk-storefront--deal-geekland .product-card__figure {
  background: #0a0d14;
  border-radius: 1rem;
  overflow: hidden;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__buy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.4rem !important;
  margin-top: 0.55rem;
  width: 100%;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__stock {
  display: block;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--dg-muted);
}

html.lgk-storefront--deal-geekland .lgk-card-v2__stock--ok {
  color: #4ade80;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__stock--preorder {
  color: #fbbf24;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__form,
html.lgk-storefront--deal-geekland .lgk-card-v2__form-el {
  display: block;
  width: 100%;
  margin: 0;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__cta,
html.lgk-storefront--deal-geekland .lgk-card-v2__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  color: #05060a !important;
  background: linear-gradient(135deg, var(--dg-pink), #c400a8) !important;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1.2;
  box-shadow: 0 0 16px var(--dg-glow-pink);
  position: relative;
  z-index: 5;
  pointer-events: auto !important;
  filter: none;
}

html.lgk-storefront--deal-geekland .lgk-card-v2__cta:hover,
html.lgk-storefront--deal-geekland .lgk-card-v2__cta-link:hover {
  filter: brightness(1.08);
}

html.lgk-storefront--deal-geekland .lgk-card-v2__cta:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}

/* Collection / produit */
html.lgk-storefront--deal-geekland .collection-banner,
html.lgk-storefront--deal-geekland .collection__header,
html.lgk-storefront--deal-geekland .product,
html.lgk-storefront--deal-geekland .product-info {
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .collection h1,
html.lgk-storefront--deal-geekland .product-info h1,
html.lgk-storefront--deal-geekland .product-title {
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .button--primary,
html.lgk-storefront--deal-geekland .shopify-payment-button__button--unbranded,
html.lgk-storefront--deal-geekland button[name='add'] {
  background: linear-gradient(135deg, var(--dg-pink), #c400a8) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0 20px var(--dg-glow-pink);
}

html.lgk-storefront--deal-geekland .button--outline,
html.lgk-storefront--deal-geekland a.button--outline {
  border-color: var(--dg-cyan) !important;
  color: var(--dg-cyan) !important;
}

html.lgk-storefront--deal-geekland .badge--on-sale,
html.lgk-storefront--deal-geekland .product-card__badge,
html.lgk-storefront--deal-geekland .badge {
  background: var(--dg-pink);
  color: #fff;
}

/* Pas de barre shop nav (toutes vitrines) */
.lgk-header-shop-nav,
.lgk-header-shop-nav--deal,
.lgk-header-shop-nav--candy {
  display: none !important;
}

html.lgk-storefront--deal-geekland .lgk-footer,
html.lgk-storefront--deal-geekland .footer {
  --lgk-footer-bg: #05060a;
  --lgk-footer-accent: var(--dg-cyan);
  background: var(--dg-bg);
  border-top: 1px solid var(--dg-border);
  color: var(--dg-text);
  width: 100%;
}

html.lgk-storefront--deal-geekland .shopify-section--footer,
html.lgk-storefront--deal-geekland .shopify-section-group-gotham-footer-group {
  width: 100%;
  max-width: none;
}

html.lgk-storefront--deal-geekland .lgk-footer > .container,
html.lgk-storefront--deal-geekland .footer > .container {
  max-width: none !important;
  width: auto !important;
  margin-inline: var(--container-gutter, 1.25rem) !important;
}

html.lgk-storefront--deal-geekland .lgk-footer .footer__inner,
html.lgk-storefront--deal-geekland .lgk-footer__body,
html.lgk-storefront--deal-geekland .lgk-footer__trust,
html.lgk-storefront--deal-geekland .lgk-footer__tabs {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1000px) {
  html.lgk-storefront--deal-geekland .lgk-footer__body--tabs {
    grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
    width: 100%;
  }
}

html.lgk-storefront--deal-geekland .lgk-footer a,
html.lgk-storefront--deal-geekland .lgk-footer__link {
  color: var(--dg-muted);
}

html.lgk-storefront--deal-geekland .lgk-footer a:hover,
html.lgk-storefront--deal-geekland .lgk-footer__link:hover {
  color: var(--dg-cyan);
}

html.lgk-storefront--deal-geekland .lgk-footer-hub__title,
html.lgk-storefront--deal-geekland .lgk-footer__social-label,
html.lgk-storefront--deal-geekland .lgk-footer-credit__tagline {
  color: var(--dg-pink);
}

html.lgk-storefront--deal-geekland .lgk-footer-help__card {
  background: var(--dg-bg-elev);
  border: 1px solid var(--dg-border);
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .lgk-footer-help__card:hover {
  border-color: var(--dg-pink);
  box-shadow: 0 0 18px var(--dg-glow-pink);
}

html.lgk-storefront--deal-geekland .lgk-footer-quick__link {
  border-color: var(--dg-border);
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .lgk-footer-quick__link:hover {
  border-color: var(--dg-cyan);
  color: var(--dg-cyan);
}

html.lgk-storefront--deal-geekland .lgk-footer-credit__brand,
html.lgk-storefront--deal-geekland .lgk-footer-credit__brand-dot {
  color: var(--dg-cyan);
}

html.lgk-storefront--deal-geekland .lgk-footer__trust {
  border-color: var(--dg-border);
}

html.lgk-storefront--deal-geekland .lgk-footer-tabs__btn[aria-selected='true'],
html.lgk-storefront--deal-geekland .lgk-footer-tabs__btn.is-active {
  color: var(--dg-cyan);
  border-color: var(--dg-cyan);
}

/* Header logo Deal */
html.lgk-storefront--deal-geekland .header__logo-image--wayne,
html.lgk-storefront--deal-geekland .header__logo-text--wayne,
html.lgk-storefront--deal-geekland .header__logo-image--ga,
html.lgk-storefront--deal-geekland .header__logo-text--ga,
html.lgk-storefront--deal-geekland .header__logo-image--candy,
html.lgk-storefront--deal-geekland .header__logo-image--lgk,
html.lgk-storefront--deal-geekland .header__logo-image--transparent,
html.lgk-storefront--deal-geekland .header__logo-text--lgk {
  display: none !important;
  opacity: 0 !important;
}

html.lgk-storefront--deal-geekland .header__logo-image--deal {
  display: block !important;
  height: auto !important;
  width: clamp(280px, 42vw, 460px) !important;
  max-width: none !important;
  max-height: 150px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

html.lgk-storefront--deal-geekland .header__logo {
  max-width: none !important;
}

html.lgk-storefront--deal-geekland {
  --header-logo-width: 460px;
}

@media (max-width: 699px) {
  html.lgk-storefront--deal-geekland .header__logo-image--deal {
    width: clamp(200px, 64vw, 300px) !important;
    max-height: 110px !important;
  }
}

html.lgk-storefront--deal-geekland .header__discord-link,
html.lgk-storefront--deal-geekland .header__facebook-link,
html.lgk-storefront--deal-geekland .header__social-dropdown {
  display: none !important;
}

/* Navi Deal (tokens) */
.lgk-navi-slide--deal {
  --lgk-navi-text: #f4f7ff;
  --lgk-navi-bg: #05060a;
  --lgk-navi-sub-bg: #0e1118;
  --lgk-navi-divider: rgba(0, 229, 255, 0.18);
  --lgk-navi-icon: #ff2bd6;
  --lgk-navi-accent: #ff2bd6;
  --lgk-navi-accent-2: #00e5ff;
  --lgk-navi-bg-texture: none;
  --lgk-navi-section-bg: rgba(255, 255, 255, 0.03);
  --lgk-navi-row-bg: rgba(255, 255, 255, 0.04);
  --lgk-navi-text-shadow: none;
  --lgk-navi-item-h: 54px;
}

/* ==========================================================================
   Deal MAX — ambiance, bento, stats, dock, drawer, PDP
   ========================================================================== */

.lgk-deal-home--max {
  position: relative;
}

.lgk-deal-home--max::before {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.045) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.lgk-deal-home--max > * {
  position: relative;
  z-index: 1;
}

.lgk-deal-home__hero-orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.lgk-deal-home__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.55;
  animation: lgk-deal-orb 10s ease-in-out infinite alternate;
}

.lgk-deal-home__orb--pink {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  left: -8%;
  bottom: 8%;
  background: var(--dg-pink);
}

.lgk-deal-home__orb--cyan {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  right: 4%;
  top: 12%;
  background: var(--dg-cyan);
  animation-delay: -3s;
}

@keyframes lgk-deal-orb {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(4%, -6%, 0) scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-deal-home__orb {
    animation: none;
  }
}

/* Stats */
.lgk-deal-home__stats {
  border-bottom: 1px solid var(--dg-border);
  background:
    linear-gradient(180deg, rgba(255, 43, 214, 0.08), transparent 70%),
    var(--dg-bg);
  padding-block: 1.35rem;
}

.lgk-deal-home__stats-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.lgk-deal-home__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.85rem 0.5rem;
  border-radius: 14px;
  border: 1px solid var(--dg-border);
  background: rgba(14, 17, 24, 0.85);
  text-align: center;
}

.lgk-deal-home__stat--accent {
  border-color: rgba(255, 43, 214, 0.45);
  box-shadow: 0 0 22px var(--dg-glow-pink);
  background: linear-gradient(160deg, rgba(255, 43, 214, 0.18), rgba(0, 229, 255, 0.06));
}

.lgk-deal-home__stat-value {
  font-size: clamp(1.2rem, 3.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}

.lgk-deal-home__stat--accent .lgk-deal-home__stat-value {
  color: var(--dg-pink);
  text-shadow: 0 0 18px var(--dg-glow-pink);
}

.lgk-deal-home__stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dg-muted);
}

@media (max-width: 699px) {
  .lgk-deal-home__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Bento rayons — s’adapte au nombre de cartes (évite le trou noir) */
.lgk-deal-home__bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.lgk-deal-home__bento .lgk-deal-home__feature {
  min-height: 14rem;
  width: 100%;
  min-width: 0;
}

/* Flash outlet zone */
.lgk-deal-home__flash {
  padding-block: clamp(1.75rem, 4vw, 3rem);
}

.lgk-deal-home__flash .lgk-wayne-home__carousel,
.lgk-deal-home__flash .lgk-wayne-home__product-list {
  margin-top: 1.25rem;
}

/* Promise pills */
.lgk-deal-home__promise-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.1rem;
}

.lgk-deal-home__promise-pills span {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--dg-border);
  background: rgba(0, 229, 255, 0.06);
  color: var(--dg-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  /* Grille régulière 2×N — jamais de trou / hero asymétrique */
  .lgk-deal-home__bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgk-deal-home__bento .lgk-deal-home__feature,
  .lgk-deal-home__bento .lgk-deal-home__feature--hero {
    grid-column: auto;
    grid-row: auto;
    min-height: 15rem;
  }
}

@media (min-width: 1024px) {
  .lgk-deal-home__bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lgk-deal-home__bento .lgk-deal-home__feature {
    min-height: 16.5rem;
  }
}

@media (max-width: 699px) {
  .lgk-deal-home__feature--hero {
    min-height: 18rem;
  }
}

/* Split editorial — 2 colonnes sans espace mort */
.lgk-deal-home__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
}

@media (min-width: 900px) {
  .lgk-deal-home__split:has(> :nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lgk-deal-home__split-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: clamp(16rem, 36vw, 24rem);
  overflow: hidden;
  border: 0;
  border-block: 1px solid rgba(0, 229, 255, 0.12);
  background: #0a0d14;
}

.lgk-deal-home__split-card .lgk-wayne-home__editorial-media,
.lgk-deal-home__split-card .lgk-wayne-home__editorial-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lgk-deal-home__split-card .lgk-wayne-home__editorial-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 25%, rgba(5, 6, 10, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 6, 10, 0.35), transparent 50%);
}

.lgk-deal-home__split-card .lgk-wayne-home__editorial-copy {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: auto;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.lgk-deal-home__split-card .lgk-wayne-home__editorial-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.lgk-deal-home__split-card:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.lgk-deal-home__finale-logo {
  width: min(220px, 55vw);
  height: auto;
  margin: 0 auto 0.75rem;
  display: block;
  filter: drop-shadow(0 0 22px var(--dg-glow-pink));
}

/* Dock mobile sticky */
.lgk-deal-home__dock {
  position: fixed;
  left: 50%;
  bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 40;
  display: none;
  gap: 0.45rem;
  padding: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 43, 214, 0.35);
  background: rgba(5, 6, 10, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 24px var(--dg-glow-pink);
}

.lgk-deal-home__dock-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: var(--dg-text);
  background: rgba(255, 255, 255, 0.06);
}

.lgk-deal-home__dock-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--dg-pink), #c400a8);
  box-shadow: 0 0 14px var(--dg-glow-pink);
}

@media (max-width: 899px) {
  .lgk-deal-home__dock {
    display: inline-flex;
  }

  .lgk-deal-home--max {
    padding-bottom: 4.5rem;
  }
}

/* Header glow bar */
html.lgk-storefront--deal-geekland .shopify-section--header,
html.lgk-storefront--deal-geekland .header {
  border-bottom: 1px solid rgba(0, 229, 255, 0.18);
  box-shadow: 0 0 28px rgba(255, 43, 214, 0.08);
  background: rgba(5, 6, 10, 0.92);
  backdrop-filter: blur(10px);
}

html.lgk-storefront--deal-geekland .header__logo-image--deal {
  filter: drop-shadow(0 0 12px var(--dg-glow-pink)) !important;
}

/* Collection banners */
html.lgk-storefront--deal-geekland .collection-banner,
html.lgk-storefront--deal-geekland .collection__header {
  background:
    radial-gradient(ellipse 70% 80% at 20% 0%, var(--dg-glow-pink), transparent 55%),
    radial-gradient(ellipse 50% 60% at 90% 20%, var(--dg-glow-cyan), transparent 50%),
    var(--dg-bg);
  border-bottom: 1px solid var(--dg-border);
}

html.lgk-storefront--deal-geekland .collection .product-list,
html.lgk-storefront--deal-geekland .collection-body {
  background: var(--dg-bg);
}

/* PDP */
html.lgk-storefront--deal-geekland .product,
html.lgk-storefront--deal-geekland .product-info,
html.lgk-storefront--deal-geekland .product-gallery {
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .product-info .price-list,
html.lgk-storefront--deal-geekland .product-info sale-price,
html.lgk-storefront--deal-geekland .product-info .price {
  color: var(--dg-cyan) !important;
}

html.lgk-storefront--deal-geekland .product-info .text-on-sale,
html.lgk-storefront--deal-geekland .product-info compare-at-price {
  color: var(--dg-pink) !important;
}

html.lgk-storefront--deal-geekland .product-gallery__media,
html.lgk-storefront--deal-geekland .product-gallery .media {
  border-radius: 16px;
  border: 1px solid var(--dg-border);
  background: #0a0d14;
  overflow: hidden;
}

html.lgk-storefront--deal-geekland .lgk-rich-description,
html.lgk-storefront--deal-geekland .product-content-below-gallery__rich-description {
  color: var(--dg-muted);
}

/* ==========================================================================
   Tiroir panier — Deal Geekland
   ========================================================================== */
html.lgk-storefront--deal-geekland .cart-drawer,
html.lgk-storefront--deal-geekland cart-drawer.drawer {
  --drawer-max-width: min(94vw, 26.5rem);
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .cart-drawer::part(overlay) {
  background: rgba(2, 3, 8, 0.76);
  backdrop-filter: blur(4px);
}

html.lgk-storefront--deal-geekland .cart-drawer::part(content) {
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(255, 43, 214, 0.2), transparent 55%),
    radial-gradient(90% 50% at 0% 100%, rgba(0, 229, 255, 0.12), transparent 50%),
    #05060a !important;
  border-left: 1px solid rgba(0, 229, 255, 0.22);
  box-shadow: -18px 0 48px rgba(0, 0, 0, 0.55);
}

html.lgk-storefront--deal-geekland .cart-drawer::part(header) {
  border-block-end: 1px solid rgba(0, 229, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
  padding-block: 1rem;
}

html.lgk-storefront--deal-geekland .cart-drawer::part(close-button) {
  color: var(--dg-text);
  opacity: 0.85;
}

html.lgk-storefront--deal-geekland .cart-drawer::part(close-button):hover {
  opacity: 1;
  color: var(--dg-cyan);
}

html.lgk-storefront--deal-geekland .cart-drawer::part(footer) {
  background: linear-gradient(180deg, rgba(14, 17, 24, 0.95), #05060a) !important;
  border-block-start: 1px solid rgba(255, 43, 214, 0.28);
  box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.35);
}

html.lgk-storefront--deal-geekland .cart-drawer__heading .h4,
html.lgk-storefront--deal-geekland .cart-drawer__title {
  color: #fff;
  font-weight: 800;
}

html.lgk-storefront--deal-geekland .cart-drawer__count {
  background: linear-gradient(135deg, var(--dg-pink), #c400a8);
  color: #fff;
  box-shadow: 0 4px 14px var(--dg-glow-pink);
}

html.lgk-storefront--deal-geekland .cart-drawer .line-item {
  --line-item-media-width: 4.75rem;
  align-items: flex-start;
  column-gap: 0.9rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid var(--dg-border);
  background: rgba(255, 255, 255, 0.03);
}

html.lgk-storefront--deal-geekland .cart-drawer .line-item__media {
  border-radius: 10px;
  overflow: hidden;
  background: #0a0d14;
}

html.lgk-storefront--deal-geekland .cart-drawer .line-item-info a,
html.lgk-storefront--deal-geekland .cart-drawer .line-item-info .h6,
html.lgk-storefront--deal-geekland .cart-drawer .line-item-info p {
  color: var(--dg-text);
}

html.lgk-storefront--deal-geekland .cart-drawer .line-item-info a:hover {
  color: var(--dg-cyan);
}

html.lgk-storefront--deal-geekland .cart-drawer .text-subdued,
html.lgk-storefront--deal-geekland .cart-drawer .price-list,
html.lgk-storefront--deal-geekland .cart-drawer .smallcaps {
  color: var(--dg-muted) !important;
}

html.lgk-storefront--deal-geekland .cart-drawer .free-shipping-bar {
  display: none !important;
}

html.lgk-storefront--deal-geekland .cart-drawer__shipping {
  margin: 0 0 0.35rem;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  background: rgba(0, 229, 255, 0.07);
}

/* Popups upsell parasites — ShipGuard / footer-addons restent visibles (revenus) */
html.lgk-storefront--deal-geekland shopify-app-block[id*='essential' i],
html.lgk-storefront--deal-geekland .cart-drawer [class*='essential-upsell' i],
html.lgk-storefront--deal-geekland .cart-drawer [class*='upsell-modal' i] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

html.lgk-storefront--deal-geekland .cart-drawer__totals {
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 43, 214, 0.28);
  background: rgba(255, 43, 214, 0.1);
}

html.lgk-storefront--deal-geekland .cart-drawer .button,
html.lgk-storefront--deal-geekland .cart-drawer button[name='checkout'],
html.lgk-storefront--deal-geekland .cart-drawer .checkout-button {
  background: linear-gradient(135deg, var(--dg-pink), #c400a8) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0 18px var(--dg-glow-pink);
}

/* Facets / filters Deal */
html.lgk-storefront--deal-geekland .facets,
html.lgk-storefront--deal-geekland .facet-filters,
html.lgk-storefront--deal-geekland .lgk-facets {
  color: var(--dg-text);
  border-color: var(--dg-border);
}

html.lgk-storefront--deal-geekland .facets__summary,
html.lgk-storefront--deal-geekland .facet-filters__label {
  color: var(--dg-cyan);
}

