/* Erotica storefront — isolé sous html.lgk-storefront--erotica */

html.lgk-storefront--erotica body.template-index #main > .shopify-section:not(.shopify-section--footer) {
  display: none !important;
}

html.lgk-storefront--erotica .lgk-instant-gaming-affiliate,
html.lgk-storefront--erotica .lgk-ig-gta6,
html.lgk-storefront--erotica #lgk-gd-cross,
html.lgk-storefront--erotica .lgk-gothamdev-promo,
html.lgk-storefront--erotica .lgk-nl-cta:not(.lgk-erotica-home__nl) {
  display: none !important;
}

html:not(.lgk-storefront--erotica) .lgk-erotica-home,
html:not(.lgk-storefront--erotica) [data-lgk-erotica-home] {
  display: none !important;
}

html.lgk-storefront--erotica {
  --er-bg: #0b0709;
  --er-surface: #161014;
  --er-elevated: #1f171c;
  --er-border: rgba(183, 110, 121, 0.22);
  --er-text: #f6eee8;
  --er-muted: #b7a8ad;
  --er-rose: #b76e79;
  --er-rose-deep: #8b3d4a;
  --er-gutter: clamp(1rem, 3vw, 2.25rem);
  color-scheme: dark;
  background: var(--er-bg);
}

html.lgk-storefront--erotica body {
  background: var(--er-bg) !important;
  color: var(--er-text);
}

html.lgk-storefront--erotica .lgk-topbar,
html.lgk-storefront--erotica .lgk-marquee {
  background: #080506;
  border-bottom-color: var(--er-border);
}

html.lgk-storefront--erotica .lgk-topbar__nav a:hover {
  color: var(--er-rose);
}

.lgk-erotica-home {
  background: var(--er-bg, #0b0709);
  color: var(--er-text, #f6eee8);
}

.lgk-erotica-home__hero {
  position: relative;
  min-height: min(72vh, 42rem);
  display: grid;
  place-items: center;
  padding: 4.5rem var(--er-gutter, 1.5rem) 3rem;
  overflow: hidden;
  background: #0b0709;
}

.lgk-erotica-home__hero-media {
  position: absolute;
  inset: 0;
}

.lgk-erotica-home__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.03);
  animation: er-hero-drift 20s ease-in-out infinite alternate;
}

@keyframes er-hero-drift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.4%, -0.8%, 0); }
}

.lgk-erotica-home__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 7, 9, 0.35) 0%, rgba(11, 7, 9, 0.55) 42%, rgba(11, 7, 9, 0.88) 100%),
    radial-gradient(900px 420px at 50% 20%, rgba(183, 110, 121, 0.18), transparent 62%);
  pointer-events: none;
}

.lgk-erotica-home__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  text-align: center;
}

.lgk-erotica-home__eyebrow,
.lgk-erotica-home__badge {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--er-rose);
  margin: 0 0 0.75rem;
}

.lgk-erotica-home__brand {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}

.lgk-erotica-home__lead {
  color: var(--er-muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 1.75rem;
}

.lgk-erotica-home__cta,
.lgk-erotica-home__more {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.lgk-erotica-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.lgk-erotica-home__btn--primary {
  background: var(--er-rose);
  color: #1a0a10;
}

.lgk-erotica-home__btn--ghost {
  border: 1px solid var(--er-border);
  color: var(--er-text);
}

.lgk-erotica-home__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 1.25rem var(--er-gutter, 1.5rem);
  border-block: 1px solid var(--er-border);
  color: var(--er-muted);
  font-size: 0.88rem;
  text-align: center;
}

.lgk-erotica-home__cats,
.lgk-erotica-home__rail {
  padding: 3rem var(--er-gutter, 1.5rem);
}

.lgk-erotica-home__cats h2,
.lgk-erotica-home__rail h2 {
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
}

.lgk-erotica-home__cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lgk-erotica-home__cat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.1rem;
  background: var(--er-surface);
  border: 1px solid var(--er-border);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
}

.lgk-erotica-home__cat span {
  color: var(--er-muted);
  font-size: 0.9rem;
}

.lgk-erotica-home__rail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

.lgk-erotica-home__rail-head a {
  margin-left: auto;
  color: var(--er-rose);
}

.lgk-erotica-home__products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lgk-erotica-home__products--collections {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lgk-erotica-home__products a {
  display: grid;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
}

.lgk-erotica-home__price--muted {
  color: var(--er-muted) !important;
  font-weight: 500 !important;
  font-size: 0.82rem;
  line-height: 1.35;
}

.lgk-erotica-home__thumb {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  background: var(--er-elevated);
}

.lgk-erotica-home__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lgk-erotica-home__more {
  padding: 0 var(--er-gutter, 1.5rem) 3.5rem;
}

.lgk-erotica-home__more a {
  color: var(--er-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--er-border);
  padding-bottom: 0.1rem;
}

.lgk-erotica-home__logo {
  display: block;
  margin: 0 auto 0.85rem;
  max-width: min(280px, 70vw);
  height: auto;
}

.lgk-erotica-home__hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.lgk-erotica-home__hero-pills span {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 110, 121, 0.35);
  background: rgba(11, 7, 9, 0.45);
  color: var(--er-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.lgk-erotica-home__trust--rich {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.75rem var(--er-gutter, 1.5rem);
}

.lgk-erotica-home__trust--rich li {
  display: grid;
  gap: 0.25rem;
  justify-items: center;
  padding: 1rem 0.75rem;
  background: var(--er-surface);
  border: 1px solid var(--er-border);
  border-radius: 14px;
}

.lgk-erotica-home__trust--rich strong {
  color: var(--er-text);
  font-size: 0.92rem;
}

.lgk-erotica-home__trust-ico {
  font-size: 1.25rem;
  line-height: 1;
}

.lgk-erotica-home__discreet--rich {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin: 0 var(--er-gutter, 1.5rem);
  padding: 2rem 1.5rem;
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(183, 110, 121, 0.16), transparent 60%),
    var(--er-surface);
  border: 1px solid var(--er-border);
  border-radius: 20px;
}

.lgk-erotica-home__discreet-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.lgk-erotica-home__discreet-copy p {
  color: var(--er-muted);
  line-height: 1.55;
  margin: 0 0 1.25rem;
}

.lgk-erotica-home__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.lgk-erotica-home__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  padding: 0.95rem 1rem;
  background: rgba(11, 7, 9, 0.45);
  border: 1px solid var(--er-border);
  border-radius: 14px;
}

.lgk-erotica-home__step-n {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--er-rose);
  font-weight: 700;
}

.lgk-erotica-home__steps strong {
  color: var(--er-text);
}

.lgk-erotica-home__steps span:last-child {
  color: var(--er-muted);
  font-size: 0.9rem;
}

.lgk-erotica-home__section-head {
  margin-bottom: 1.35rem;
}

.lgk-erotica-home__section-lead {
  margin: -0.6rem 0 0;
  color: var(--er-muted);
}

.lgk-erotica-home__cat-grid--media {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lgk-erotica-home__cat-grid--all {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lgk-erotica-home__cats-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.lgk-erotica-home__cat--media {
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lgk-erotica-home__cat--media:hover {
  border-color: rgba(183, 110, 121, 0.55);
  transform: translateY(-2px);
}

.lgk-erotica-home__cat-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--er-elevated);
}

.lgk-erotica-home__cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.lgk-erotica-home__cat--media:hover .lgk-erotica-home__cat-media img {
  transform: scale(1.04);
}

.lgk-erotica-home__cat-body {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1rem 1.15rem;
}

.lgk-erotica-home__split--media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0 var(--er-gutter, 1.5rem) 2.5rem;
}

.lgk-erotica-home__split-card--media {
  position: relative;
  min-height: 16rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--er-border);
  text-decoration: none;
  color: inherit;
  display: block;
}

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

.lgk-erotica-home__split-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 7, 9, 0.15) 0%, rgba(11, 7, 9, 0.82) 100%);
}

.lgk-erotica-home__split-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  padding: 1.35rem 1.25rem;
}

.lgk-erotica-home__split-body strong {
  font-size: 1.45rem;
}

.lgk-erotica-home__split-body span {
  color: var(--er-muted);
}

.lgk-erotica-home__product {
  display: grid;
  gap: 0.45rem;
}

.lgk-erotica-home__price {
  color: var(--er-rose);
  font-weight: 600;
}

.lgk-erotica-home__why {
  padding: 1rem var(--er-gutter, 1.5rem) 3rem;
}

.lgk-erotica-home__why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lgk-erotica-home__why-grid article {
  padding: 1.25rem 1.15rem;
  background: var(--er-surface);
  border: 1px solid var(--er-border);
  border-radius: 14px;
}

.lgk-erotica-home__why-grid strong {
  display: block;
  margin-bottom: 0.4rem;
}

.lgk-erotica-home__why-grid p {
  margin: 0;
  color: var(--er-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.lgk-erotica-home__finale {
  margin: 0 var(--er-gutter, 1.5rem) 3.5rem;
  padding: 2.25rem 1.5rem;
  text-align: center;
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(183, 110, 121, 0.2), transparent 65%),
    var(--er-surface);
  border: 1px solid var(--er-border);
  border-radius: 20px;
}

.lgk-erotica-home__finale h2 {
  margin: 0 0 0.55rem;
}

.lgk-erotica-home__finale > p {
  color: var(--er-muted);
  margin: 0 0 1.35rem;
}

@media (max-width: 1100px) {
  .lgk-erotica-home__cat-grid--media,
  .lgk-erotica-home__cat-grid--all,
  .lgk-erotica-home__products--collections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .lgk-erotica-home__discreet--rich,
  .lgk-erotica-home__split--media,
  .lgk-erotica-home__why-grid {
    grid-template-columns: 1fr;
  }

  .lgk-erotica-home__trust--rich,
  .lgk-erotica-home__cat-grid--media,
  .lgk-erotica-home__cat-grid--all,
  .lgk-erotica-home__products,
  .lgk-erotica-home__products--collections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .lgk-erotica-home__split-card--media {
    min-height: 13rem;
  }
}

.lgk-erotica-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(6, 3, 5, 0.92);
  backdrop-filter: blur(10px);
}

.lgk-erotica-gate__panel {
  max-width: 28rem;
  padding: 2rem 1.6rem;
  background: #140c10;
  border: 1px solid rgba(183, 110, 121, 0.28);
  border-radius: 18px;
  color: #f6eee8;
  text-align: center;
}

.lgk-erotica-gate__eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #b76e79;
}

.lgk-erotica-gate__panel h2 {
  margin: 0.4rem 0 0.85rem;
  font-size: 1.6rem;
}

.lgk-erotica-gate__panel p {
  color: #b7a8ad;
  line-height: 1.5;
}

.lgk-erotica-gate__actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.lgk-erotica-gate__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.lgk-erotica-gate__btn--enter {
  background: #b76e79;
  color: #1a0a10;
}

.lgk-erotica-gate__btn--leave {
  background: transparent;
  color: #f6eee8;
  border: 1px solid rgba(246, 238, 232, 0.18);
}

@media (max-width: 900px) {
  .lgk-erotica-home__trust,
  .lgk-erotica-home__cat-grid,
  .lgk-erotica-home__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .lgk-erotica-home__trust {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-erotica-home__hero-img {
    animation: none !important;
    transform: none !important;
  }
}

html.lgk-storefront--erotica {
  --wayne-ink: #0b0709;
  --wayne-cream: #f6eee8;
  --wayne-accent: #b76e79;
  --wayne-mute: rgba(246, 238, 232, 0.72);
  --lgk-navi-accent: #b76e79;
  --lgk-navi-accent-2: #8b3d4a;
  --text-color: 246 238 232;
  --color-foreground: 246 238 232;
}

html.lgk-storefront--erotica .lgk-topbar,
html.lgk-storefront--erotica .lgk-topbar--v2 {
  background: #080506 !important;
  border-bottom: 1px solid var(--er-border);
}

html.lgk-storefront--erotica .lgk-topbar__nav a,
html.lgk-storefront--erotica .lgk-topbar__icon {
  color: var(--er-text);
}

html.lgk-storefront--erotica .lgk-topbar__logo {
  max-height: 42px;
  width: auto;
}

html.lgk-storefront--erotica .lgk-navi-sister-stores,
html.lgk-storefront--erotica .lgk-gd-menu-link,
html.lgk-storefront--erotica a[href*="gothamdev.fr"],
html.lgk-storefront--erotica a[href="/devis-pc"],
html.lgk-storefront--erotica a[href="/ambassadeur"],
html.lgk-storefront--erotica a[href="/blog"],
html.lgk-storefront--erotica .lgk-footer__social {
  display: none !important;
}

html.lgk-storefront--erotica .lgk-wayne-home,
html.lgk-storefront--erotica .lgk-erotica-catalog {
  --wayne-ink: #0b0709;
  --wayne-cream: #f6eee8;
  --wayne-accent: #b76e79;
  --wayne-mute: rgba(246, 238, 232, 0.72);
  background: var(--wayne-ink);
  color: var(--wayne-cream);
}

html.lgk-storefront--erotica .product-card,
html.lgk-storefront--erotica .lgk-card-v2,
html.lgk-storefront--erotica .collection-card {
  color: var(--er-text);
}

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

html.lgk-storefront--erotica .product-card .price-list,
html.lgk-storefront--erotica .product-card .price-list *,
html.lgk-storefront--erotica .product-card .text-subdued,
html.lgk-storefront--erotica .product-card__price,
html.lgk-storefront--erotica .product-card .price {
  color: var(--er-text) !important;
  opacity: 1 !important;
}

html.lgk-storefront--erotica .product-card__figure,
html.lgk-storefront--erotica .lgk-card-v2__media {
  background: var(--er-elevated);
  border-radius: 12px;
  overflow: hidden;
}

html.lgk-storefront--erotica .lgk-card-v2__cta,
html.lgk-storefront--erotica .lgk-card-v2__cta-link,
html.lgk-storefront--erotica .btn--primary,
html.lgk-storefront--erotica button[type="submit"].btn {
  background: var(--er-rose) !important;
  color: #1a0a10 !important;
  border: 0;
}

html.lgk-storefront--erotica .lgk-pdp,
html.lgk-storefront--erotica .product,
html.lgk-storefront--erotica .shopify-section--main-product {
  background: var(--er-bg);
  color: var(--er-text);
}

html.lgk-storefront--erotica .lgk-pdp h1,
html.lgk-storefront--erotica .product__title {
  color: var(--er-text);
}

html.lgk-storefront--erotica .cart-drawer,
html.lgk-storefront--erotica cart-drawer.drawer {
  color: var(--er-text);
}

html.lgk-storefront--erotica .cart-drawer::part(content) {
  background: #140c10 !important;
  border-left: 1px solid var(--er-border);
}

html.lgk-storefront--erotica .lgk-footer,
html.lgk-storefront--erotica .footer {
  background: #080506;
  color: var(--er-text);
  border-top: 1px solid var(--er-border);
}

html.lgk-storefront--erotica .lgk-footer a,
html.lgk-storefront--erotica .lgk-footer__tab {
  color: var(--er-muted);
}

html.lgk-storefront--erotica .lgk-footer a:hover,
html.lgk-storefront--erotica .lgk-footer__tab[aria-selected="true"] {
  color: var(--er-rose);
}

html.lgk-storefront--erotica .lgk-store-faq,
html.lgk-storefront--erotica .lgk-erotica-legal,
html.lgk-storefront--erotica .prose-lgk {
  color: var(--er-text);
}

html.lgk-storefront--erotica .lgk-erotica-legal h1,
html.lgk-storefront--erotica .lgk-erotica-legal h2,
html.lgk-storefront--erotica .lgk-erotica-legal h3,
html.lgk-storefront--erotica .lgk-store-faq__title {
  color: var(--er-text);
}

html.lgk-storefront--erotica .lgk-erotica-legal a,
html.lgk-storefront--erotica .prose-lgk.lgk-erotica-legal a {
  color: var(--er-rose) !important;
  text-decoration-color: rgba(183, 110, 121, 0.55);
}

html.lgk-storefront--erotica .lgk-erotica-legal a:hover {
  color: #f6eee8 !important;
}

/* —— Page livraison discrète / pages légales Erotica —— */
.lgk-er-legal-page .lgk-erotica-legal {
  max-width: 48rem;
  margin-inline: auto;
}

.lgk-er-legal__hero {
  margin: 0 0 2.25rem;
  padding: 1.75rem 1.5rem 1.85rem;
  border: 1px solid var(--er-border, rgba(183, 110, 121, 0.22));
  border-radius: 1.15rem;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(183, 110, 121, 0.18), transparent 55%),
    linear-gradient(165deg, #1a1216 0%, #0b0709 100%);
}

.lgk-er-legal__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--er-rose, #b76e79);
}

.lgk-er-legal__hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.15;
  border: 0;
  padding: 0;
}

.lgk-er-legal__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--er-muted, #b7a8ad);
}

.lgk-er-legal__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.lgk-er-legal__pills li {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 110, 121, 0.35);
  background: rgba(183, 110, 121, 0.12);
  color: #f6eee8;
  font-size: 0.78rem;
  font-weight: 650;
}

.lgk-er-legal__section {
  margin: 0 0 2rem;
  padding-top: 0.35rem;
}

.lgk-er-legal__section h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(183, 110, 121, 0.22);
  padding-bottom: 0.55rem;
}

.lgk-er-legal__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

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

.lgk-er-legal__card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.1rem 1.05rem 1.2rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(183, 110, 121, 0.28);
  background: linear-gradient(165deg, #161014 0%, #100c0e 100%);
  box-shadow: inset 3px 0 0 0 #8b3d4a;
}

.lgk-er-legal__ico {
  font-size: 1.35rem;
  line-height: 1;
}

.lgk-er-legal__card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 750;
  color: #f6eee8;
}

.lgk-er-legal__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--er-muted, #b7a8ad);
}

.lgk-er-legal__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  counter-reset: er-step;
}

.lgk-er-legal__steps li {
  position: relative;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1rem 1.05rem 3.35rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  counter-increment: er-step;
}

.lgk-er-legal__steps li::before {
  content: counter(er-step);
  position: absolute;
  left: 0.95rem;
  top: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #8b3d4a;
  color: #f6eee8;
  font-size: 0.82rem;
  font-weight: 800;
}

.lgk-er-legal__steps strong {
  color: #f6eee8;
  font-size: 0.95rem;
}

.lgk-er-legal__steps span {
  color: var(--er-muted, #b7a8ad);
  font-size: 0.9rem;
  line-height: 1.45;
}

.lgk-er-legal__callout,
.lgk-er-legal__note {
  padding: 1.1rem 1.15rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(183, 110, 121, 0.28);
  background: rgba(183, 110, 121, 0.08);
}

.lgk-er-legal__callout p,
.lgk-er-legal__note p {
  margin: 0;
  color: var(--er-muted, #b7a8ad);
  line-height: 1.5;
}

.lgk-er-legal__callout p + p,
.lgk-er-legal__note p + p {
  margin-top: 0.65rem;
}

.lgk-er-legal__callout strong,
.lgk-er-legal__note strong {
  color: #f6eee8;
}

.lgk-er-legal__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 2rem 0 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(183, 110, 121, 0.2);
}

.lgk-er-legal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.lgk-er-legal__btn--primary {
  background: #b76e79 !important;
  color: #1a0a10 !important;
  border: 1px solid transparent;
}

.lgk-er-legal__btn--primary:hover {
  background: #c87d88 !important;
  color: #1a0a10 !important;
}

.lgk-er-legal__btn--ghost {
  background: transparent !important;
  color: #f6eee8 !important;
  border: 1px solid rgba(183, 110, 121, 0.4);
}

.lgk-er-legal__btn--ghost:hover {
  border-color: rgba(183, 110, 121, 0.75);
  color: #fff !important;
}

html.lgk-storefront--erotica .lgk-navi-slide--erotica .lgk-navi-slide__drawer {
  background: #140c10;
  color: var(--er-text);
}

.lgk-erotica-home__logo {
  width: min(280px, 70vw);
  height: auto;
  margin: 0 auto 0.35rem;
  display: block;
}

.lgk-erotica-home__discreet,
.lgk-erotica-home__finale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 var(--er-gutter, 1.5rem);
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--er-border);
  border-radius: 16px;
  background: var(--er-surface);
}

.lgk-erotica-home__discreet h2,
.lgk-erotica-home__finale h2 {
  margin: 0 0 0.4rem;
}

.lgk-erotica-home__discreet p,
.lgk-erotica-home__finale p {
  margin: 0;
  color: var(--er-muted);
  max-width: 38rem;
}

.lgk-erotica-home__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0 var(--er-gutter, 1.5rem) 2.5rem;
}

.lgk-erotica-home__split-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.6rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--er-border);
  background:
    radial-gradient(800px 180px at 20% 0%, rgba(183, 110, 121, 0.18), transparent 60%),
    var(--er-elevated);
  color: inherit;
  text-decoration: none;
}

.lgk-erotica-home__split-card span {
  color: var(--er-muted);
}

.lgk-erotica-home__finale {
  margin-bottom: 3rem;
}

button.lgk-erotica-home__nl {
  cursor: pointer;
  font: inherit;
}

@media (max-width: 700px) {
  .lgk-erotica-home__split {
    grid-template-columns: 1fr;
  }
}

/* Filtres collection — pastilles actives lisibles (accent rose sombre ≠ orange clair) */
html.lgk-storefront--erotica .lgk-colp,
html.lgk-storefront--erotica .lgk-cf,
html.lgk-storefront--erotica .lgk-colp .lgk-cf {
  --lgk-colp-accent: #b76e79;
  --lgk-cf-accent: #b76e79;
  --lgk-cf-accent-soft: rgba(183, 110, 121, 0.22);
}

html.lgk-storefront--erotica .lgk-cf__chip.is-active,
html.lgk-storefront--erotica .lgk-colp .lgk-cf__chip.is-active,
html.lgk-storefront--erotica .lgk-cf .lgk-facet-browse__chip.is-active,
html.lgk-storefront--erotica a.lgk-cf__chip.is-active {
  color: #fff !important;
  background: #8b3d4a !important;
  border-color: rgba(246, 238, 232, 0.35) !important;
  text-shadow: none !important;
  box-shadow: 0 0 0 1px rgba(183, 110, 121, 0.55), 0 6px 16px rgba(139, 61, 74, 0.35);
}

html.lgk-storefront--erotica .lgk-cf__chip.is-active .lgk-cf__chip-label,
html.lgk-storefront--erotica .lgk-cf__chip.is-active .lgk-cf__chip-count,
html.lgk-storefront--erotica .lgk-cf__chip.is-active .lgk-cf__chip-x,
html.lgk-storefront--erotica .lgk-colp .lgk-cf__chip.is-active * {
  color: #fff !important;
  opacity: 1;
}

html.lgk-storefront--erotica .lgk-cf__active-chip {
  border-color: rgba(183, 110, 121, 0.55);
  background: rgba(183, 110, 121, 0.22);
  color: #f6eee8;
}

html.lgk-storefront--erotica .lgk-colp-subs__chip.is-active {
  color: #f6eee8 !important;
  border-color: rgba(183, 110, 121, 0.65);
  background: rgba(139, 61, 74, 0.55);
}

html.lgk-storefront--erotica .lgk-colp-subs__chip.is-active span {
  color: rgba(246, 238, 232, 0.85) !important;
}

html.lgk-storefront--erotica .lgk-colp-pager__page.is-current {
  color: #f6eee8 !important;
  background: #8b3d4a;
}

/* Cartes collections — plus de teal LGK */
html.lgk-storefront--erotica .lgk-collection-card {
  border-color: rgba(183, 110, 121, 0.28);
  background: linear-gradient(165deg, #161014 0%, #0b0709 100%);
}

html.lgk-storefront--erotica .lgk-collection-card:hover {
  border-color: rgba(183, 110, 121, 0.65);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(183, 110, 121, 0.2);
}

html.lgk-storefront--erotica .lgk-collection-card__media--fallback {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(183, 110, 121, 0.22), transparent 55%),
    linear-gradient(160deg, #1f171c, #0b0709);
}

html.lgk-storefront--erotica .lgk-collections-page__section-head a.lgk-wayne-home__link {
  color: var(--er-rose);
}
