/* Sections accueil LGK fid?les au th?me */

.lgk-home-cta {
  padding: 1.25rem 0 0.5rem;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 14, 0.92);
}

.lgk-home-cta__inner {
  display: grid;
  gap: 1rem;
}

.lgk-home-cta__nl {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 212, 170, 0.35);
  background:
    radial-gradient(ellipse 80% 120% at 0% 50%, rgba(0, 212, 170, 0.16), transparent 55%),
    rgba(15, 23, 42, 0.75);
  text-decoration: none;
  color: inherit;
}

.lgk-home-cta__nl-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #042f2e;
  background: linear-gradient(135deg, #00d4aa, #5eead4);
}

.lgk-home-cta__nl-title {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.lgk-home-cta__nl-text {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  color: rgba(226, 232, 240, 0.78);
}

.lgk-home-cta__nl-action {
  font-size: 0.85rem;
  font-weight: 700;
  color: #5eead4;
  white-space: nowrap;
}

@media (max-width: 799px) {
  .lgk-home-cta__nl {
    grid-template-columns: auto 1fr;
  }
  .lgk-home-cta__nl-action {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.lgk-home-cta__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .lgk-home-cta__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .lgk-home-cta__trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-home-cta__trust li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.86rem;
  color: rgba(226, 232, 240, 0.88);
}

/* Hero side panels (lgk-hero-shop) sous le slideshow */
.lgk-hero-slideshow {
  position: relative;
}

@media (min-width: 1000px) {
  .lgk-hero-slideshow {
    display: grid;
    grid-template-columns: 1fr 16rem;
    min-height: min(78vh, 44rem);
  }

  .lgk-hero-slideshow .lgk-hero-v2__media,
  .lgk-hero-slideshow .lgk-hero-v2__content {
    grid-column: 1;
  }

  .lgk-hero-slideshow .lgk-hero-v2__content {
    position: relative;
    z-index: 2;
  }

  .lgk-hero-slideshow .lgk-hero-shop__sides {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1rem 1rem 0;
    z-index: 3;
  }
}

.lgk-hero-shop__sides {
  display: none;
}

.lgk-hero-shop__side {
  position: relative;
  flex: 1;
  min-height: 8.5rem;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.lgk-hero-shop__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.55);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.lgk-hero-shop__side:hover img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.lgk-hero-shop__side-label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  right: 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.lgk-hero-shop__secondary {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
}

.lgk-hero-shop__secondary a {
  color: rgba(147, 197, 253, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Rails collections (gotham-featured-collections) */
.lgk-featured-rail {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lgk-featured-rail__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.lgk-featured-rail__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.95);
}

.lgk-featured-rail__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #fff;
}

.lgk-featured-rail__link {
  font-size: 0.86rem;
  color: #7dd3fc;
  white-space: nowrap;
}

.lgk-featured-rail__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(10.5rem, 14rem);
  gap: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lgk-featured-rail__card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 21, 31, 0.9);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lgk-featured-rail__card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  transform: translateY(-2px);
}

.lgk-featured-rail__media {
  position: relative;
  aspect-ratio: 1;
  background: #0b0d12;
}

.lgk-featured-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lgk-featured-rail__badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(37, 99, 235, 0.9);
  color: #fff;
}

.lgk-featured-rail__meta {
  padding: 0 0.7rem 0.8rem;
}

.lgk-featured-rail__name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgk-featured-rail__price {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #93c5fd;
}

/* SEO */
.lgk-home-seo {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 13, 0.85);
}

.lgk-home-seo__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 750;
  color: #fff;
}

.lgk-home-seo__grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .lgk-home-seo__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lgk-home-seo__grid article {
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lgk-home-seo__grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  color: #fff;
}

.lgk-home-seo__grid p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.55;
}

.lgk-home-seo__grid a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #7dd3fc;
  font-size: 0.88rem;
}

/* GothamDev bar */
.lgk-gd-home-bar {
  padding: 1.25rem 0 2rem;
}

.lgk-gd-home-bar__shell {
  padding-inline: 0;
}

.lgk-gd-promo--inline {
  padding: 1.1rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(129, 140, 248, 0.35);
  background:
    radial-gradient(ellipse 70% 120% at 0% 0%, rgba(99, 102, 241, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 80% at 100% 100%, rgba(0, 212, 170, 0.12), transparent 50%),
    #101525;
}

@media (max-width: 899px) {
  .lgk-gd-promo {
    grid-template-columns: auto 1fr !important;
  }
  .lgk-gd-promo__cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    text-align: center;
  }
}

.link-faded {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.92rem;
}

.link-faded:hover {
  color: #e2e8f0;
}

/* ??? Chrome sticky (marquee + topbar) ? classes d?di?es, hors Impact grid ??? */
.lgk-site-chrome {
  --lgk-marquee-h: 28px;
  --lgk-topbar-h: 64px;
  position: sticky !important;
  top: 0 !important;
  z-index: 100050 !important;
  background: #000 !important;
  isolation: isolate;
  width: 100%;
  margin: 0 !important;
  transform: none !important;
}

.lgk-marquee {
  height: var(--lgk-marquee-h);
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
}
.lgk-marquee__inner {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: lgk-marquee-scroll 33s linear infinite;
}
.lgk-marquee__row {
  display: inline-flex;
  align-items: center;
  gap: 3.6rem;
  padding: 0 2.2rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
@keyframes lgk-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.lgk-topbar {
  display: grid !important;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr) !important;
  align-items: center !important;
  gap: 0.5rem !important;
  min-height: var(--lgk-topbar-h) !important;
  padding: 0.65rem clamp(0.75rem, 2.5vw, 1.5rem) !important;
  background: #000 !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.lgk-topbar__slot {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
}

.lgk-topbar__slot--left {
  justify-content: flex-start !important;
}

.lgk-topbar__slot--center {
  justify-content: center !important;
  gap: 0.75rem !important;
  flex-wrap: nowrap !important;
}

.lgk-topbar__search {
  display: none !important;
  align-items: center !important;
  gap: 0.35rem !important;
  min-width: 0;
  max-width: min(420px, 42vw);
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .lgk-topbar__search {
    display: inline-flex !important;
  }
  .lgk-topbar__icon--search-mobile {
    display: none !important;
  }
}

.lgk-topbar__search-input {
  width: 100% !important;
  min-width: 140px !important;
  height: 2.35rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  padding: 0 0.9rem !important;
  font-size: 0.875rem !important;
}

.lgk-topbar__search-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.lgk-topbar__search-input:focus {
  outline: none !important;
  border-color: rgba(0, 212, 170, 0.55) !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

.lgk-topbar__search-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  min-width: 2.35rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.lgk-topbar__search-btn:hover {
  border-color: rgba(0, 212, 170, 0.5) !important;
  background: rgba(0, 212, 170, 0.15) !important;
}

.lgk-topbar__slot--right {
  justify-content: flex-end !important;
  gap: 0.2rem !important;
}

.lgk-topbar__brand {
  display: inline-flex !important;
  line-height: 0;
}

.lgk-topbar__logo {
  width: clamp(88px, 18vw, 132px) !important;
  height: auto !important;
  max-height: 44px !important;
  object-fit: contain !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
}

.lgk-header-menu-btn,
.lgk-topbar__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.6rem !important;
  height: 2.6rem !important;
  min-width: 2.6rem !important;
  min-height: 2.6rem !important;
  padding: 0 !important;
  border-radius: 0.55rem !important;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
}

.lgk-header-menu-btn {
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.lgk-header-menu-btn:hover,
.lgk-topbar__icon:hover {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.lgk-topbar__admin {
  color: #fff !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.35rem 0.55rem !important;
}

.lgk-topbar__cart {
  position: relative !important;
}

.lgk-topbar__count {
  position: absolute !important;
  top: 0.1rem !important;
  right: 0.1rem !important;
  min-width: 1.05rem !important;
  height: 1.05rem !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0.2rem !important;
  line-height: 1 !important;
}

/* Drawer portail ? au-dessus de tout, hors flux header */
.lgk-navi-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  pointer-events: auto !important;
}
.lgk-navi-drawer__backdrop {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  cursor: pointer;
}
.lgk-navi-drawer__panel {
  position: absolute !important;
  inset-block: 0 !important;
  inset-inline-start: 0 !important;
  width: min(22rem, 92vw) !important;
  max-width: 92vw !important;
  background: #0a0a0a !important;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 1.15rem 1.15rem 2rem !important;
  overflow: auto !important;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.55);
  animation: lgk-drawer-in 0.22s ease;
}
@keyframes lgk-drawer-in {
  from { transform: translateX(-14px); opacity: 0.55; }
  to { transform: none; opacity: 1; }
}
.lgk-navi-drawer__head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
}
.lgk-navi-drawer__close {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 1.35rem !important;
  cursor: pointer;
  width: 2.4rem !important;
  height: 2.4rem !important;
  border-radius: 0.45rem !important;
}
.lgk-navi-drawer__close:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.lgk-navi-drawer__list {
  display: grid !important;
  gap: 0.1rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lgk-navi-drawer__list a {
  display: block !important;
  padding: 0.7rem 0.25rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-weight: 650 !important;
  font-size: 0.95rem !important;
  color: #fff !important;
}

/* Neutralise le pull-up transparent Impact sur tout le storefront LGK */
html.lgk-storefront--legeekshop .header,
html.lgk-storefront--legeekshop .shopify-section--header,
html.lgk-storefront--legeekshop .lgk-site-chrome {
  margin-block-end: 0 !important;
  transform: none !important;
}
html.lgk-storefront--legeekshop #main {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
}

/* ??? Slideshow live-like ??? */
.shopify-section--slideshow { position: relative; background: #000; }
.slideshow { position: relative; overflow: hidden; }
.slideshow__slide { min-height: min(78vh, 42rem); }
.content-over-media {
  position: relative;
  display: grid;
  min-height: inherit;
}
.content-over-media > picture,
.content-over-media > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.content-over-media > picture img,
.content-over-media > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.content-over-media::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--content-over-media-gradient-overlay, linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.55)));
  pointer-events: none;
}
.slideshow__slide-content {
  position: relative; z-index: 2;
  align-self: center; justify-self: center;
  width: min(100% - 2rem, var(--content-over-media-content-max-width, 1200px));
  padding: 2rem 1rem;
}
.lgk-slideshow-cta {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
}
.lgk-slideshow-cta .button {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem !important; font-weight: 800 !important;
  letter-spacing: .03em; text-transform: uppercase;
  padding: 1rem 1.75rem !important; min-height: 3.4rem;
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(0,0,0,.55), 0 0 0 2px rgba(255,255,255,.15);
  border: 0;
}
@media (min-width: 700px) {
  .lgk-slideshow-cta .button {
    font-size: 1.2rem !important; padding: 1.15rem 2.1rem !important; min-height: 3.75rem;
  }
}
.lgk-slideshow-dots {
  position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%);
  display: flex; gap: 0.45rem; z-index: 3;
}
.lgk-slideshow-dots button {
  width: 0.55rem; height: 0.55rem; border: 0; border-radius: 999px;
  background: rgba(255,255,255,0.35); cursor: pointer; padding: 0;
}
.lgk-slideshow-dots button.is-active { width: 1.4rem; background: #fff; }

/* Footer trust ? bandeau compact */
.lgk-footer__trust {
  padding-block: 0.4rem !important;
  margin-bottom: 0.65rem !important;
}
.lgk-footer__trust-list {
  display: grid; gap: 0.35rem 0.75rem;
  grid-template-columns: repeat(2, minmax(0,1fr));
  list-style: none; margin: 0 !important; padding: 0 !important;
}
@media (min-width: 900px) {
  .lgk-footer__trust-list { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.lgk-footer__trust-item {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.75rem; line-height: 1.2; color: rgba(255,255,255,0.8);
}
.lgk-footer__trust-ico {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 8px !important;
  font-size: 0.8rem !important;
}
/* Footer full-bleed ? ?viter Tailwind .container (max-width breakpoints) */
.lgk-footer,
.lgk-footer.footer {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.lgk-footer__shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(1rem, 2.5vw, 2.5rem);
  box-sizing: border-box;
}
.lgk-footer .footer__inner,
.lgk-footer__body,
.lgk-footer__body--tabs,
.lgk-footer__tabs {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .lgk-footer__body--tabs {
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    column-gap: clamp(1.5rem, 3vw, 3rem);
  }
}

/* Sections home / listing : plus de colonne boxed 1280?1400px */
.lgk-hero-shop,
.lgk-v2-shell,
.lgk-home-seo__shell,
.lgk-gd-home-bar__shell,
.lgk-home-pills__inner,
.lgk-home-collections-hub__shell,
.lgk-uh,
.lgk-ig-strip__inner,
.lgk-trust-strip__grid {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.lgk-topbar,
.lgk-site-chrome {
  width: 100%;
  max-width: none;
}

/* Ne pas ?craser le layout Shopify tabs (.lgk-footer__body--tabs) ? styles dans lgk-footer.css */
.lgk-footer__body:not(.lgk-footer__body--tabs) {
  display: grid; gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
}
@media (min-width: 900px) {
  .lgk-footer__body:not(.lgk-footer__body--tabs) { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
/* Logo / pay / social : styles canoniques dans lgk-footer-v2.css */
.lgk-footer__blurb { color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.5; }
.lgk-footer__links { display: grid; gap: 0.4rem; margin-top: 0.55rem; }
.lgk-footer__links a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.lgk-footer__links a:hover { color: #fff; }
.lgk-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 0 1.5rem;
  font-size: 0.75rem; color: rgba(255,255,255,0.45); text-align: center;
}
.lgk-footer .h6 { margin: 0; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ??? Product list carousel (div fallback sans web-components Impact) ??? */
.product-list {
  display: grid;
  gap: calc(var(--product-list-default-column-gap, 1.25rem) * var(--product-list-horizontal-spacing-factor, 1));
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, var(--product-list-card-width, min(280px, 70%)));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-block: 0.25rem 0.75rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.product-list--carousel {
  --product-list-card-width: min(280px, 68%);
}
@media (min-width: 700px) {
  .product-list--carousel {
    --product-list-card-width: calc((100% - (var(--product-list-items-per-row, 4) - 1) * 1.25rem) / var(--product-list-items-per-row, 4));
    grid-auto-columns: minmax(0, var(--product-list-card-width));
  }
}
.product-card {
  scroll-snap-align: start;
  min-width: 0;
}
.product-card__figure { position: relative; }
.product-card__media { display: block; aspect-ratio: 1; overflow: hidden; background: #111; }
.product-card__image { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-card__info { padding: 0.85rem 0.35rem 0.25rem; text-align: center; }
.badge-list { position: absolute; inset-block-start: .35rem; inset-inline-start: .35rem; z-index: 1; display: flex; gap: .25rem; }
.badge { display: inline-flex; padding: .25rem .45rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; background: #e11d48; color: #fff; border-radius: .35rem; }
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count, 2);
  overflow: hidden;
}
.h2 { font-size: var(--text-h2, 1.5rem); font-family: var(--heading-font-family); font-weight: 700; letter-spacing: -0.02em; margin: 0; }
.h4 { font-size: var(--text-h4, 1.05rem); font-family: var(--heading-font-family); font-weight: 650; margin: 0; }
.h6 { font-size: var(--text-h6, .75rem); letter-spacing: .06em; text-transform: uppercase; margin: 0; color: rgba(255,255,255,.72); }
.text-center { text-align: center; }
.text-subdued { color: rgba(255,255,255,.65); }
.justify-items-center { justify-items: center; }
.gap-1 { gap: .25rem; }
.gap-2 { gap: .5rem; }
.gap-4 { gap: 1rem; }
.sm\:gap-5 { gap: 1.25rem; }
.bordered-section { border-block-start: 1px solid rgb(var(--border-color, 38 38 38)); }
.link { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.scroll-area { overflow-x: auto; }
.bleed { margin-inline: calc(-1 * var(--container-gutter, 1.25rem)); padding-inline: var(--container-gutter, 1.25rem); }
@media (min-width: 1000px) {
  .md\:unbleed { margin-inline: 0; padding-inline: 0; }
}

/* Newsletter banner */
.lgk-nl-banner {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.12);
}
.lgk-nl-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Emp?che le header Impact de se coller / chevaucher le contenu */
html.lgk-storefront--legeekshop .header,
html.lgk-storefront--legeekshop #shopify-section-header .header {
  margin-block-end: 0 !important;
}
html.lgk-storefront--legeekshop .lgk-site-chrome + #main,
html.lgk-storefront--legeekshop #main {
  position: relative;
  z-index: 0;
}

/* ========== POLISH GLOBAL LGK ========== */

/* Slideshow */
.lgk-slideshow { position: relative; }
.lgk-slideshow .slideshow__slide { min-height: min(72vh, 40rem); }
@media (max-width: 699px) {
  .lgk-slideshow .slideshow__slide { min-height: min(78vh, 34rem); }
}
.lgk-slideshow .content-over-media > picture img {
  animation: lgk-slide-fade 0.55s ease;
}
@keyframes lgk-slide-fade {
  from { opacity: 0.55; transform: scale(1.02); }
  to { opacity: 1; transform: none; }
}
.lgk-slide-btn {
  background: #fff !important;
  color: #000 !important;
}
.lgk-slide-btn--orange {
  background: #f97316 !important;
  color: #000 !important;
}
.lgk-slideshow-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
  transition: background 160ms ease, border-color 160ms ease;
}
.lgk-slideshow-arrow:hover { background: rgba(0,0,0,0.7); border-color: #fff; }
.lgk-slideshow-arrow--prev { left: 0.75rem; }
.lgk-slideshow-arrow--next { right: 0.75rem; }
@media (max-width: 699px) {
  .lgk-slideshow-arrow { display: none; }
}

/* Quick pills */
.lgk-home-pills {
  background: #000;
  border-block: 1px solid rgba(255,255,255,0.1);
  padding-block: 0.85rem;
}
.lgk-home-pills__inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  overflow: hidden;
}
.lgk-home-pills__label {
  margin: 0;
  flex: 0 0 auto;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 700;
}
.lgk-home-pills__track {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-block: 0.15rem;
}
.lgk-home-pills__track::-webkit-scrollbar { display: none; }
.lgk-home-pills__pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
  transition: border-color 160ms ease, background 160ms ease;
}
.lgk-home-pills__pill:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.1);
}
.lgk-home-pills__pill--accent {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.lgk-home-pills__pill--accent:hover {
  background: #f3f3f3;
}

/* Trust strip */
.lgk-trust-strip {
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-block: 1.25rem;
}
.lgk-trust-strip__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 900px) {
  .lgk-trust-strip__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
}
.lgk-trust-strip__item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
  font-weight: 700;
}
.lgk-trust-strip__item p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

/* Product card polish */
.product-card.lgk-card-v2 {
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.65rem;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.product-card.lgk-card-v2:hover {
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);
}
.product-card .product-card__media {
  background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}
.product-card:hover .product-card__image { transform: scale(1.04); }
.product-card__image { transition: transform 360ms ease; }
.lgk-card-v2__cta-link {
  position: absolute;
  inset-inline-end: 0.5rem;
  inset-block-end: 0.5rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
  background: #fff;
  color: #000;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
}
.product-card:hover .lgk-card-v2__cta-link {
  opacity: 1;
  transform: none;
}
@media (max-width: 699px) {
  .lgk-card-v2__cta-link { display: none; }
}
.product-card .product-title {
  color: #fff !important;
  font-weight: 600;
}
.product-card .sale-price,
.product-card .price-list {
  color: #fff !important;
  font-weight: 750;
  font-size: 1rem;
}

/* Featured section breathing room */
.shopify-section--featured-collections .section-spacing {
  padding-block: clamp(2rem, 4vw, 3.25rem);
}
.shopify-section--featured-collections .h2 {
  margin-top: 0.35rem;
}

/* Instant Gaming strip */
.lgk-ig-strip {
  background: linear-gradient(135deg, #0b1220 0%, #111827 50%, #0a0a0a 100%);
  border-block: 1px solid rgba(255,255,255,0.1);
}
.lgk-ig-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.lgk-ig-strip__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f97316;
  font-weight: 700;
}
.lgk-ig-strip__title { margin: 0 0 0.4rem; }
.lgk-ig-strip__text {
  margin: 0;
  max-width: 36rem;
  color: rgba(255,255,255,0.68);
  font-size: 0.92rem;
}
.lgk-ig-strip__cta {
  background: #f97316 !important;
  color: #000 !important;
  font-weight: 800;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  display: inline-flex;
}

/* Drawer groups */
.lgk-navi-drawer__logo {
  height: 28px;
  width: auto;
  display: block;
}
.lgk-navi-drawer__cta {
  display: block;
  margin: 0.25rem 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: #fff;
  color: #000;
  font-weight: 750;
  text-align: center;
}
.lgk-navi-drawer__group { margin-bottom: 1.1rem; }
.lgk-navi-drawer__group-title {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 700;
}
.lgk-navi-drawer__list a {
  transition: color 140ms ease, padding-inline-start 140ms ease;
}
.lgk-navi-drawer__list a:hover {
  color: #fff;
  padding-inline-start: 0.25rem;
}

/* Footer social : styles canoniques dans lgk-footer-v2.css */

/* Buttons Impact fallback */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  background: rgb(var(--button-background, 255 255 255));
  color: rgb(var(--button-text-color, 28 28 28));
  border: 0;
  transition: transform 160ms ease, opacity 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button--primary { background: #fff; color: #000; }

/* Hub actions */
.lgk-home-collections-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
}

/* Catalog + PDP */
.lgk-catalog-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-end;
  margin-bottom: 1.75rem;
}
.lgk-catalog-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.lgk-collection-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.lgk-collection-tile {
  display: block;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.75rem;
  background: #0a0a0a;
  transition: border-color 160ms ease, transform 160ms ease;
}
.lgk-collection-tile:hover {
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
.lgk-collection-tile__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.02rem;
}
.lgk-collection-tile__meta {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

/* Visual collection cards */
.lgk-collection-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #121212 0%, #0a0a0a 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.lgk-collection-card:hover {
  border-color: rgba(0, 212, 170, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.lgk-collection-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}
.lgk-collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 280ms ease;
}
.lgk-collection-card:hover .lgk-collection-card__media img {
  transform: scale(1.04);
}
.lgk-collection-card__media--fallback {
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 212, 170, 0.18), transparent 55%),
    linear-gradient(160deg, #1a1a1a, #0d0d0d);
}
.lgk-collection-card__media--fallback img {
  width: 46%;
  height: auto;
  object-fit: contain;
  opacity: 0.85;
}
.lgk-collection-card__body {
  padding: 0.95rem 1.05rem 1.1rem;
}
.lgk-collection-card__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
}
.lgk-collection-card__meta {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Collection detail hero */
.lgk-collection-hero {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem 0 1.75rem;
  align-items: stretch;
}
@media (min-width: 800px) {
  .lgk-collection-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 1.5rem;
  }
}
.lgk-collection-hero__media {
  border-radius: 0.9rem;
  overflow: hidden;
  min-height: 180px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lgk-collection-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.lgk-collection-hero--soft .lgk-collection-hero__media {
  background:
    radial-gradient(ellipse at 40% 30%, rgba(0, 212, 170, 0.16), transparent 60%),
    #121212;
}
.lgk-collection-hero--soft .lgk-collection-hero__media img {
  object-fit: contain;
  padding: 2.5rem;
  opacity: 0.8;
  max-height: 220px;
}
.lgk-collection-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
}
.lgk-collection-hero__content .h1 {
  margin: 0;
}
.lgk-collection-hero__content .text-subdued {
  margin: 0;
  max-width: 36rem;
}

/* Product sort toolbar */
.lgk-collection-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 0.35rem;
}
.lgk-collection-toolbar__count {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}
.lgk-collection-toolbar__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.lgk-collection-toolbar__chip {
  padding: 0.35rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}
.lgk-collection-toolbar__chip:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.lgk-collection-toolbar__chip.is-active {
  border-color: rgba(0, 212, 170, 0.55);
  background: rgba(0, 212, 170, 0.12);
  color: #00d4aa;
}
.lgk-catalog-products,
.product-list--grid {
  display: grid !important;
  grid-auto-flow: row !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  overflow: visible !important;
}
@media (min-width: 700px) {
  .lgk-catalog-products,
  .product-list--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .lgk-catalog-products,
  .product-list--grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
}
.lgk-pdp-breadcrumb a:hover { color: #fff; }
.lgk-pdp {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .lgk-pdp { grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: start; }
}
.lgk-pdp__gallery {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.85rem;
  background: #0a0a0a;
  padding: 1rem;
}
.lgk-pdp__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}
.lgk-pdp__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
  overflow-x: auto;
}
.lgk-pdp__thumb {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.45rem;
  background: #111;
  flex: 0 0 auto;
}
.lgk-pdp__title { margin: 0.35rem 0 0.75rem; }
.lgk-pdp__type {
  display: inline-flex;
  margin: 0;
  color: #31e6c3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lgk-pdp__price {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.lgk-pdp__digital,
.lgk-pdp__ship {
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 0.55rem;
  font-size: 0.88rem;
}
.lgk-pdp__digital {
  border: 1px solid rgba(16,185,129,0.35);
  background: rgba(16,185,129,0.1);
  color: #6ee7b7;
}
.lgk-pdp__ship {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.75);
}
.lgk-pdp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.lgk-pdp__actions > div,
.lgk-pdp__actions button {
  width: 100%;
}
.lgk-pdp__actions button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0.65rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
}
.lgk-pdp__actions button:not(:disabled):hover {
  border-color: #31e6c3;
  background: rgba(49,230,195,0.1);
}
.lgk-pdp__actions button:disabled {
  cursor: not-allowed;
  color: rgba(255,255,255,0.55);
}

.lgk-pdp__qty {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.85rem 0 0.35rem;
}
.lgk-pdp__qty-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.lgk-pdp .quantity-selector--pdp {
  display: inline-flex;
  align-items: stretch;
  width: fit-content;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.65rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.lgk-pdp .quantity-selector--pdp .quantity-selector__button {
  width: 2.75rem;
  min-width: 2.75rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}
.lgk-pdp .quantity-selector--pdp .quantity-selector__button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.lgk-pdp .quantity-selector--pdp .quantity-selector__button:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.08);
}
.lgk-pdp .quantity-selector--pdp .quantity-selector__input {
  width: 3.25rem;
  border: 0;
  border-inline: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  -moz-appearance: textfield;
}
.lgk-pdp .quantity-selector--pdp .quantity-selector__input::-webkit-outer-spin-button,
.lgk-pdp .quantity-selector--pdp .quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lgk-pdp__atc-btn {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0.65rem !important;
  background: #fff !important;
  color: #0a0908 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.lgk-pdp__atc-btn:not(:disabled):hover {
  border-color: #31e6c3 !important;
  background: #31e6c3 !important;
  color: #041512 !important;
  transform: none !important;
}
.lgk-pdp__atc-btn:disabled {
  opacity: 0.55;
}

.lgk-pdp__desc-block {
  margin-top: 1.35rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}
.lgk-pdp__desc-heading {
  margin: 0 0 0.95rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.lgk-pdp__desc {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Rich text descriptions (PDP + pages) */
.prose-lgk {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 65ch;
}
.prose-lgk > *:first-child {
  margin-top: 0;
}
.prose-lgk > *:last-child {
  margin-bottom: 0;
}
.prose-lgk p {
  margin: 0 0 0.95rem;
}
.prose-lgk p + p {
  margin-top: 0.15rem;
}
.prose-lgk h1,
.prose-lgk h2,
.prose-lgk h3,
.prose-lgk h4,
.prose-lgk h5,
.prose-lgk h6 {
  margin: 1.35rem 0 0.55rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.prose-lgk h1 { font-size: 1.35rem; }
.prose-lgk h2 { font-size: 1.2rem; }
.prose-lgk h3 {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 1.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.prose-lgk h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.prose-lgk h4,
.prose-lgk h5,
.prose-lgk h6 {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}
.prose-lgk ul,
.prose-lgk ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.prose-lgk li {
  margin: 0.35rem 0;
  padding-left: 0.15rem;
}
.prose-lgk ul li::marker {
  color: rgba(49, 230, 195, 0.75);
}
.prose-lgk ol li::marker {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}
.prose-lgk strong,
.prose-lgk b {
  color: #fff;
  font-weight: 700;
}
.prose-lgk a {
  color: #31e6c3;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.prose-lgk a:hover {
  color: #7ff5de;
}
.prose-lgk blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid rgba(49, 230, 195, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 0.45rem 0.45rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.prose-lgk hr {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.prose-lgk table {
  width: 100%;
  margin: 0.85rem 0 1.15rem;
  border-collapse: collapse;
  font-size: 0.88rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.prose-lgk th,
.prose-lgk td {
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}
.prose-lgk th {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
}
.prose-lgk tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.025);
}
.prose-lgk img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.85rem 0;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.prose-lgk code,
.prose-lgk pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86em;
}
.prose-lgk code {
  padding: 0.12rem 0.35rem;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.08);
}
.prose-lgk pre {
  padding: 0.85rem 1rem;
  overflow-x: auto;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.prose-lgk small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85em;
}

.lgk-pdp__collections {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}
.lgk-pdp__collections .link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.lgk-pdp__collections .link:hover {
  color: #31e6c3;
}

/* Store accents on description headings */
html.lgk-storefront--wayne .lgk-pdp__desc-heading,
html.lgk-storefront--wayne .prose-lgk h3 {
  color: rgba(242, 235, 226, 0.82);
}
html.lgk-storefront--wayne .prose-lgk ul li::marker,
html.lgk-storefront--wayne .prose-lgk a {
  color: #c9a86c;
}
html.lgk-storefront--wayne .prose-lgk a:hover {
  color: #e4c98a;
}
html.lgk-storefront--wayne .prose-lgk blockquote {
  border-left-color: rgba(201, 168, 108, 0.65);
}
html.lgk-storefront--candy-geekland .lgk-pdp__desc-block {
  border-color: rgba(255, 120, 170, 0.18);
  background: linear-gradient(165deg, rgba(255, 120, 170, 0.06), rgba(255, 255, 255, 0.02));
}
html.lgk-storefront--candy-geekland .prose-lgk ul li::marker,
html.lgk-storefront--candy-geekland .prose-lgk a {
  color: #ff7ab0;
}
html.lgk-storefront--candy-geekland .prose-lgk a:hover {
  color: #ff9ec6;
}

.lgk-pdp-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* ??? React navi bridge (menu images / sous-menus) ??? */
.lgk-navi-slide.lgk-navi-react {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.lgk-navi-slide.lgk-navi-react .lgk-navi-slide__overlay {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.lgk-navi-slide.lgk-navi-react .lgk-navi-slide__drawer {
  transform: none !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-width: min(26rem, 94vw) !important;
  background: #0a0a0a !important;
  color: #fff !important;
}
.lgk-navi-react__logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}
.lgk-navi-slide__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  padding: 0.75rem 0.85rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  position: relative !important;
  z-index: 2 !important;
}
.lgk-navi-slide__header-left {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}
.lgk-navi-slide__panel-title {
  margin: 0;
  font-weight: 750;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lgk-navi-slide__back,
.lgk-navi-slide__close {
  width: 2.4rem !important;
  height: 2.4rem !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  cursor: pointer;
}
.lgk-navi-slide__panels {
  flex: 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.lgk-navi-slide__panel {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.lgk-navi-slide__scroller {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 0.75rem 0.85rem 2rem !important;
}
.lgk-navi-slide__list {
  display: grid !important;
  /* 12 cols : span-6 = 2 tuiles/rang?e (Candy/Wayne/Deal?). 1fr seul cassait le layout. */
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 0.55rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch;
}
.lgk-navi-react__heading {
  margin: 0.85rem 0 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 700;
}
.lgk-navi-react__tile-wrap {
  grid-column: 1 / -1;
}
.lgk-navi-slide__grid-tile {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  padding: 0.55rem;
  cursor: pointer;
  text-decoration: none;
}
.lgk-navi-slide__grid-tile-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #1a1a1a;
  border-radius: 0.55rem;
  overflow: hidden;
  flex: 0 0 auto;
}
.lgk-navi-slide__grid-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lgk-navi-slide__grid-tile-name {
  display: block;
  margin-top: 0.4rem;
  padding: 0 0.15rem;
  font-weight: 750;
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: center;
}
.lgk-navi-react__desc {
  display: block;
  padding: 0 0.85rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.35;
}
.lgk-navi-slide__grid-tile-chevron {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  display: grid;
  place-items: center;
  font-size: 1rem;
}
.lgk-navi-slide__row {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  width: 100% !important;
  text-align: left !important;
  padding: 0.55rem 0.35rem !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
}
.lgk-navi-slide__media {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #1a1a1a;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.lgk-navi-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lgk-navi-react__media-dot {
  background: linear-gradient(135deg, #333, #111);
}
.lgk-navi-slide__text {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.lgk-navi-slide__name {
  font-weight: 700;
  font-size: 0.92rem;
}
.lgk-navi-slide__desc {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.3;
}
.lgk-navi-react__chevron {
  color: rgba(255,255,255,0.45);
  font-size: 1.2rem;
}
.lgk-navi-react__loading {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  padding: 0.5rem 0 1rem;
}
.lgk-navi-sister-stores {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.lgk-navi-sister-stores__label {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 700;
}
.lgk-navi-sister-stores__lead {
  margin: 0.35rem 0 0.85rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}
.lgk-navi-sister-stores__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.lgk-navi-sister-stores__card {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  background: #111;
}
.lgk-navi-sister-stores__media {
  width: 3rem;
  height: 3rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #1a1a1a;
  flex: 0 0 auto;
}
.lgk-navi-sister-stores__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lgk-navi-sister-stores__name {
  display: block;
  font-weight: 750;
  font-size: 0.88rem;
}
.lgk-navi-sister-stores__desc {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  margin-top: 0.1rem;
}
.lgk-navi-sister-stores__cta {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}
.lgk-navi-slide__commercial {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.65rem 0;
}
.lgk-navi-slide__pill {
  display: inline-flex;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.75rem;
  font-weight: 650;
}
.lgk-navi-slide__nl-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  border: 0;
  text-decoration: none;
}
.lgk-gd-menu-promo--drawer {
  padding: 0.85rem 0.85rem 0.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lgk-gd-menu-link--drawer {
  display: block;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}
.lgk-gd-menu-link__drawer-eyebrow {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.lgk-gd-menu-link__drawer-title {
  display: block;
  margin-top: 0.2rem;
  font-weight: 750;
}
.lgk-gd-menu-link__drawer-desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
}


/* ??? Menu officiel ?largi (lgk-navi-slide.js) ??? */
#lgk-navi-slide {
  --lgk-navi-sub-width: min(520px, 94vw) !important;
  --lgk-navi-submenu-width: 100% !important;
}
#lgk-navi-slide .lgk-navi-slide__drawer {
  width: var(--lgk-navi-sub-width) !important;
  max-width: 94vw !important;
}
@media (min-width: 900px) {
  #lgk-navi-slide {
    --lgk-navi-sub-width: min(560px, 42vw) !important;
  }
}
@media (min-width: 1200px) {
  #lgk-navi-slide {
    --lgk-navi-sub-width: min(620px, 38vw) !important;
  }
}
/* Emp?che nos anciens overrides React de casser le drawer officiel */
.lgk-navi-slide:not(.is-open) {
  pointer-events: none;
}
.lgk-navi-slide.is-open {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.lgk-collection-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgb(var(--border-color));
}

.lgk-collection-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.lgk-collection-pagination__link,
.lgk-collection-pagination__page {
  display: inline-flex;
  min-width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--border-color));
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: rgb(var(--text-color));
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.lgk-collection-pagination__link:hover,
.lgk-collection-pagination__page:hover,
.lgk-collection-pagination__page.is-current {
  border-color: rgb(var(--text-color));
  background: rgb(var(--text-color));
  color: rgb(var(--background));
}

.lgk-collection-pagination__page.is-current {
  pointer-events: none;
}

.lgk-collection-pagination__link.is-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}

.lgk-collection-pagination__ellipsis {
  min-width: 1.5rem;
  color: rgb(var(--text-color) / 0.6);
  text-align: center;
}

@media (max-width: 699px) {
  .lgk-collection-pagination {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .lgk-collection-pagination__pages {
    order: -1;
    width: 100%;
  }

  .lgk-collection-pagination__link {
    flex: 1 1 8rem;
  }
}

/* VISUAL-01 ? hi?rarchie catalogue, navigation et accessibilit? */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #31e6c3 !important;
  outline-offset: 3px !important;
}

.lgk-topbar {
  min-height: 4.5rem !important;
  background: linear-gradient(110deg, rgba(12, 12, 14, 0.98), rgba(0, 0, 0, 0.98)) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28) !important;
}

.lgk-topbar__logo {
  width: clamp(9.5rem, 15vw, 12.5rem) !important;
  max-height: 3.15rem !important;
}

.lgk-primary-nav {
  display: none;
  min-height: 2.65rem;
  align-items: center;
  background: rgba(5, 5, 7, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.lgk-primary-nav__inner {
  display: flex;
  width: 100%;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.2rem);
  padding-block: 0.65rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.lgk-primary-nav__inner::-webkit-scrollbar {
  display: none;
}

.lgk-primary-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lgk-primary-nav a:hover {
  color: #fff;
}

.lgk-primary-nav__all {
  margin-inline-start: auto;
  color: #31e6c3 !important;
}

@media (min-width: 900px) {
  .lgk-primary-nav:not(.lgk-primary-nav--mobile) {
    display: flex;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .product-list.bleed {
    margin-inline: 0;
    padding-inline: 0;
  }
}

.lgk-collection-hero {
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(18, 19, 23, 0.98), rgba(7, 8, 10, 0.98));
}

.lgk-collection-hero__media {
  min-height: 11rem;
  border: 0;
  border-radius: 0;
}

.lgk-collection-hero__media img {
  min-height: 11rem;
  max-height: 15rem;
}

.lgk-collection-hero--soft .lgk-collection-hero__media img {
  max-height: 14rem;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.lgk-collection-hero__content {
  padding: clamp(1.25rem, 4vw, 3rem);
}

.lgk-collection-hero__eyebrow {
  margin: 0;
  color: #31e6c3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lgk-collection-toolbar__chip {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
}

.lgk-collection-hero__content .h1 {
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 0.98;
}

@media (min-width: 800px) {
  .lgk-collection-hero {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  }

  .lgk-collection-hero__media,
  .lgk-collection-hero__media img {
    min-height: 18rem;
    max-height: 20rem;
  }
}

.lgk-catalog-products {
  align-items: stretch;
}

.product-card.lgk-card-v2 {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 0.85rem;
}

.product-card.lgk-card-v2 .product-card__figure {
  flex: 0 0 auto;
}

.product-card.lgk-card-v2 .product-card__media {
  aspect-ratio: 4 / 3;
  padding: clamp(0.45rem, 1vw, 0.85rem);
}

.product-card.lgk-card-v2 .product-card__info {
  display: flex;
  flex: 1;
  padding: 0.9rem;
  text-align: left;
}

.product-card.lgk-card-v2 .product-card__info > .v-stack {
  width: 100%;
}

.product-card.lgk-card-v2 .product-title {
  min-height: 2.7em;
  font-size: 0.84rem;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.lgk-card-v2__vendor {
  min-height: 1em;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lgk-card-v2__availability {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
}

.lgk-card-v2__availability::before {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-inline-end: 0.4rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.lgk-card-v2__availability.is-available {
  color: #31e6c3;
}

.lgk-card-v2__availability.is-unavailable {
  color: #fda4af;
}

.product-card.lgk-card-v2 .lgk-card-v2__cta-link {
  position: static;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.7rem;
  opacity: 1;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  transform: none;
}

.product-card.lgk-card-v2 .lgk-card-v2__cta-link:hover {
  border-color: #31e6c3;
  background: #31e6c3;
  color: #05110e;
}

.badge-list {
  flex-wrap: wrap;
}

.badge--type {
  background: rgba(5, 5, 7, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 699px) {
  .lgk-slideshow .slideshow__slide {
    min-height: min(64svh, 30rem);
  }

  .lgk-topbar {
    min-height: 3.75rem !important;
    padding-inline: 0.65rem !important;
  }

  .lgk-topbar__logo {
    width: clamp(6.3rem, 28vw, 7.4rem) !important;
    max-height: 2.75rem !important;
  }

  .lgk-header-menu-btn,
  .lgk-topbar__icon {
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
  }

  .lgk-home-pills__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    overflow: visible;
  }

  .lgk-home-pills__track {
    width: 100%;
    margin-inline: calc(-1 * var(--container-gutter, 1.25rem));
    padding-inline: var(--container-gutter, 1.25rem);
  }

  .lgk-trust-strip {
    padding-block: 1rem;
  }

  .lgk-trust-strip__grid {
    gap: 1rem 0.75rem;
  }

  .lgk-collection-hero__content .h1 {
    font-size: clamp(1.8rem, 10vw, 2.75rem);
  }

  .product-card.lgk-card-v2 .product-card__info {
    padding: 0.7rem;
  }

  .product-card.lgk-card-v2 .product-card__media {
    padding: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-marquee__inner,
  .lgk-slideshow .content-over-media > picture img {
    animation: none !important;
  }

  .product-card.lgk-card-v2,
  .product-card__image {
    transition: none !important;
  }
}

/* VISUAL-01b ? panier, compte, 404, ?tats vides */
.lgk-shell-page {
  max-width: 56rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 3.5rem) var(--container-gutter, 1.25rem);
}

.lgk-shell-page__title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.05;
}

.lgk-empty-state {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  padding: clamp(2rem, 5vw, 3rem) 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(18, 21, 26, 0.72);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.lgk-empty-state__title {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 750;
}

.lgk-empty-state__text {
  margin: 0;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lgk-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.35rem;
}

.lgk-empty-state__actions a,
.lgk-error-page__actions a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.lgk-empty-state__actions a.lgk-btn-primary,
.lgk-error-page__actions a.lgk-btn-primary {
  background: #31e6c3;
  color: #05110e;
}

.lgk-empty-state__actions a.lgk-btn-ghost,
.lgk-error-page__actions a.lgk-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.lgk-error-page {
  max-width: 28rem;
  margin: clamp(3rem, 12vw, 6rem) auto;
  padding-inline: var(--container-gutter, 1.25rem);
  text-align: center;
}

.lgk-error-page__code {
  margin: 0;
  color: #fff;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3rem, 12vw, 4.5rem);
  line-height: 1;
}

.lgk-error-page__text {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.lgk-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.5rem;
}

/* ??? Header v2 : menu | logo centr? | search+actions ??? */
.lgk-topbar--v2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  gap: 0.75rem 1rem !important;
  align-items: center !important;
  min-height: 4.25rem !important;
  padding: 0.55rem clamp(0.85rem, 2.2vw, 1.75rem) !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0a0908 !important;
}

.lgk-topbar--v2 .lgk-topbar__slot--left {
  gap: 0.65rem !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.lgk-topbar--v2 .lgk-topbar__slot--center {
  justify-content: center !important;
  justify-self: center !important;
  flex-shrink: 0 !important;
}

.lgk-topbar--v2 .lgk-topbar__slot--right {
  gap: 0.35rem !important;
  justify-content: flex-end !important;
  justify-self: end !important;
}

.lgk-topbar--v2 .lgk-topbar__brand {
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.lgk-topbar--v2 .lgk-topbar__logo {
  width: clamp(7.5rem, 14vw, 11rem) !important;
  max-height: 3.25rem !important;
}

.lgk-topbar--v2 .lgk-header-menu-btn {
  width: 2.45rem !important;
  height: 2.45rem !important;
  min-width: 2.45rem !important;
  min-height: 2.45rem !important;
  border-radius: 0.45rem !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: transparent !important;
}

.lgk-topbar--v2 .lgk-header-menu-btn:hover {
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.lgk-topbar__nav {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.65rem, 1.4vw, 1.25rem);
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.lgk-topbar__nav::-webkit-scrollbar {
  display: none;
}

.lgk-topbar__nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.lgk-topbar__nav a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.lgk-topbar__nav-all {
  color: #31e6c3 !important;
}

.lgk-topbar--v2 .lgk-topbar__search {
  max-width: min(240px, 28vw);
}

.lgk-topbar--v2 .lgk-topbar__search-input {
  height: 2.2rem !important;
  min-width: 7rem !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.lgk-topbar--v2 .lgk-topbar__search-btn {
  width: 2.2rem !important;
  height: 2.2rem !important;
  min-width: 2.2rem !important;
}

.lgk-topbar--v2 .lgk-topbar__icon {
  width: 2.35rem !important;
  height: 2.35rem !important;
  min-width: 2.35rem !important;
  min-height: 2.35rem !important;
  border-radius: 0.45rem !important;
  border: 0 !important;
  background: transparent !important;
}

.lgk-topbar--v2 .lgk-topbar__icon:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

/* Nav inline desktop ; pas de 2e barre */
@media (min-width: 1100px) {
  .lgk-topbar__nav {
    display: flex;
  }

  .lgk-topbar--v2 .lgk-topbar__search {
    display: inline-flex !important;
  }

  .lgk-topbar--v2 .lgk-topbar__icon--search-mobile {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .lgk-topbar__nav {
    display: none !important;
  }

  .lgk-topbar--v2 .lgk-topbar__search {
    display: none !important;
  }

  .lgk-topbar--v2 .lgk-topbar__icon--search-mobile {
    display: inline-flex !important;
  }
}

/* Ancienne barre secondaire : toujours masqu?e */
.lgk-primary-nav--mobile {
  display: none !important;
}

@media (max-width: 699px) {
  .lgk-topbar--v2 {
    min-height: 3.6rem !important;
    padding-inline: 0.7rem !important;
  }

  .lgk-topbar--v2 .lgk-topbar__logo {
    width: clamp(6.8rem, 34vw, 8.5rem) !important;
    max-height: 2.85rem !important;
  }
}

/* Home CTA newsletter + trust (align? Shopify lgk-home-cta-bar) */
.lgk-home-cta__newsletter-banner { margin-block-end: 0.15rem; }
.lgk-home-cta__inner { display: flex; flex-direction: column; gap: 0.85rem; }
.lgk-home-cta__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}
@media (min-width: 700px) {
  .lgk-home-cta__trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .lgk-home-cta__trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.lgk-home-cta__trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.lgk-home-cta__icon { flex-shrink: 0; font-size: 1.05rem; }
.lgk-home-cta__text { font-size: 0.86rem; line-height: 1.35; }
button.lgk-home-cta__trust-promo-btn {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-align: start;
  -webkit-tap-highlight-color: transparent;
}
button.lgk-home-cta__trust-promo-btn:focus-visible {
  outline: 2px solid #00d4aa;
  outline-offset: 2px;
  border-radius: 0.5rem;
}
.lgk-home-cta__trust-item--promo:hover {
  border-color: rgb(0 212 170 / 0.55);
  background: rgb(0 212 170 / 0.12);
}
