/**
 * Mobile Shopping-Startseite – helles Design.
 * Nur < 992px. Desktop bleibt bei lk-home-shop.css.
 */
@media (max-width: 991.98px) {
  body.lk-home-page {
    --lk-hm-orange: #ff7900;
    --lk-hm-text: #111827;
    --lk-hm-muted: #5c6370;
    --lk-hm-line: #e8eaed;
    --lk-hm-bg: #f7f8fa;
    /* Einheitlicher horizontaler Content-Abstand (Mobile Startseite) */
    --lk-hm-gutter: 16px;
    background: var(--lk-hm-bg) !important;
  }

  body.lk-home-page .lk-hm--shop {
    background: var(--lk-hm-bg);
    color: var(--lk-hm-text);
    padding: 12px var(--lk-hm-gutter) 32px;
    padding-left: max(var(--lk-hm-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--lk-hm-gutter), env(safe-area-inset-right, 0px));
  }

  /* Header: Logo-Icon · Suche · Chat · Notif · Warenkorb · Profil */
  body.lk-home-page .lk-top,
  body.lk-public .lk-top {
    background: #fff !important;
    border-bottom: 1px solid var(--lk-hm-line) !important;
  }
  body.lk-home-page .lk-top__brand .lk-brand__txt,
  body.lk-public .lk-top__brand .lk-brand__txt {
    display: none !important;
  }
  body.lk-home-page .lk-top__brand,
  body.lk-public .lk-top__brand {
    flex: 0 0 auto !important;
    gap: 0 !important;
  }
  body.lk-public .lk-top__search-ico {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--lk-hm-text);
    text-decoration: none;
    border-radius: 12px;
  }
  body.lk-public .lk-top__search-ico:focus-visible {
    outline: 2px solid var(--lk-hm-orange);
    outline-offset: 2px;
  }
  body.lk-public .lk-top__inbox,
  body.lk-public .lk-top__alerts {
    display: inline-flex !important;
  }
  body.lk-home-page .lk-top__auth-btn span,
  body.lk-public .lk-top__auth-btn span,
  body.lk-public .lk-top__meta span,
  body.lk-public .lk-top__cart span {
    display: none !important;
  }
  body.lk-home-page .lk-top__auth-btn,
  body.lk-public .lk-top__auth-btn,
  body.lk-public .lk-top__meta,
  body.lk-public .lk-top__cart {
    color: var(--lk-hm-text) !important;
    min-width: 44px;
    min-height: 44px;
  }
  body.lk-home-page .lk-hm-burger,
  body.lk-public .lk-hm-burger {
    color: var(--lk-hm-text) !important;
  }
  body.lk-home-page .nav-avatar {
    border-color: var(--lk-hm-line) !important;
  }

  /* Alte Suche / Quick-Nav ausblenden falls noch vorhanden */
  body.lk-home-page .lk-hm-search,
  body.lk-home-page .lk-hm-quick {
    display: none !important;
  }

  /* Compact horizontal Hero (Soll = Bild 2) */
  .lk-hm-hero--banner,
  .lk-hm-hero--compact {
    margin: 0 0 12px;
    padding: 0;
  }
  .lk-hm-hero__frame {
    display: grid;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    align-items: stretch;
    gap: 0;
    min-height: 168px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(16, 24, 40, 0.06);
  }
  .lk-hm-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 10px 12px 12px;
    min-width: 0;
    z-index: 2;
  }
  .lk-hm-hero__copy h1 {
    margin: 0 0 6px;
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.035em;
    color: #111111;
  }
  .lk-hm-hero__h1-line {
    display: block;
  }
  .lk-hm-hero__copy h1 b {
    color: var(--lk-hm-orange);
    font-weight: 900;
  }
  .lk-hm-hero__sub {
    margin: 0 0 10px;
    font-size: clamp(0.68rem, 2.8vw, 0.78rem);
    line-height: 1.3;
    color: #222;
    max-width: none;
  }
  .lk-hm--shop .lk-hm-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 9px;
    background: var(--lk-hm-orange);
    color: #fff !important;
    font-weight: 800;
    font-size: 0.78rem;
    text-decoration: none;
    box-shadow: none;
  }
  .lk-hm-hero__stage {
    position: relative;
    min-width: 0;
    min-height: 168px;
  }
  .lk-hm-hero__visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #e8eaed;
    /* Oben weiter rechts, unten weiter links */
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0 16px 16px 0;
  }
  .lk-hm-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 0;
  }
  .lk-hm-hero__slide.is-on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
  .lk-hm-hero__bg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* Integriertes Produktpanel rechts im Bild – kompakt (height: auto) */
  .lk-hm-hero__slide .lk-shop-hero-deal--float {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    transform: none;
    z-index: 4;
    width: clamp(98px, 42%, 132px);
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.1);
    padding: 7px 8px 8px;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__img {
    display: none !important;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 0 0 auto;
    min-height: 0;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__tag {
    display: inline-flex;
    align-self: flex-start;
    margin: 0 0 3px;
    padding: 2px 6px;
    border-radius: 999px;
    background: var(--lk-hm-orange);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.15;
    color: #111;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__spec {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.56rem;
    color: #667085;
    line-height: 1.15;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__uvp {
    display: block;
    margin-top: 2px;
    text-decoration: line-through;
    color: #98a2b3;
    font-size: 0.56rem;
    line-height: 1.2;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__price {
    display: block;
    margin-top: 1px;
    color: var(--lk-hm-orange);
    font-weight: 900;
    font-size: 0.92rem;
    line-height: 1.1;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__price em,
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__pct {
    display: none;
  }
  .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 10px;
    min-height: 22px;
    height: auto;
    padding: 3px 8px;
    border-radius: 7px;
    background: var(--lk-hm-orange);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.2;
  }
  .lk-hm-hero__dots {
    display: flex;
    gap: 6px;
    margin: 8px 0 0 4px;
  }
  .lk-hm-hero__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d0d5dd;
    cursor: pointer;
  }
  .lk-hm-hero__dot.is-on {
    background: var(--lk-hm-orange);
  }
  .lk-hm-hero__dot:focus-visible {
    outline: 2px solid var(--lk-hm-orange);
    outline-offset: 2px;
  }

  /* Legacy stacked deal card – nicht mehr nutzen */
  .lk-hm-hero__deal {
    display: none !important;
  }

  @media (max-width: 374px) {
    .lk-hm-hero__frame {
      min-height: 152px;
    }
    .lk-hm-hero__stage {
      min-height: 152px;
    }
    .lk-hm-hero__copy {
      padding: 10px 8px 10px 10px;
    }
    .lk-hm-hero__copy h1 {
      font-size: 1rem;
    }
    .lk-hm-hero__sub {
      font-size: 0.64rem;
      margin-bottom: 8px;
    }
    .lk-hm--shop .lk-hm-cta {
      min-height: 28px;
      font-size: 0.7rem;
      padding: 0 10px;
    }
    .lk-hm-hero__visual {
      clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float {
      width: clamp(88px, 44%, 112px);
      padding: 6px 6px 7px;
      top: 8px;
      bottom: auto;
      height: auto;
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__title {
      font-size: 0.64rem;
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__price {
      font-size: 0.84rem;
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__cta {
      margin-top: 8px;
      min-height: 20px;
      padding: 2px 7px;
      font-size: 0.54rem;
    }
  }

  @media (min-width: 390px) and (max-width: 991.98px) {
    .lk-hm-hero__frame {
      min-height: 188px;
    }
    .lk-hm-hero__stage {
      min-height: 188px;
    }
    .lk-hm-hero__copy {
      padding: 14px 12px 14px 16px;
    }
    .lk-hm-hero__copy h1 {
      font-size: clamp(1.2rem, 4.2vw, 1.45rem);
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float {
      width: clamp(110px, 40%, 140px);
      padding: 8px 9px 8px;
      top: 10px;
      bottom: auto;
      height: auto;
    }
    .lk-hm-hero__slide .lk-shop-hero-deal--float .lk-shop-hero-deal__cta {
      margin-top: 12px;
    }
  }

  /* Trust strip */
  body.lk-home-page .lk-shop-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    list-style: none;
    margin: 0 0 16px;
    padding: 10px 6px;
    background: #fff;
    border: 1px solid var(--lk-hm-line);
    border-radius: 14px;
  }
  body.lk-home-page .lk-shop-trust li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 2px;
  }
  body.lk-home-page .lk-shop-trust__ico {
    color: var(--lk-hm-orange);
    line-height: 0;
  }
  body.lk-home-page .lk-shop-trust strong {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--lk-hm-text);
  }
  body.lk-home-page .lk-shop-trust small {
    display: block;
    font-size: 0.62rem;
    color: var(--lk-hm-muted);
    line-height: 1.2;
  }

  /* Drei Wege + Gratis-Zeile darunter (wie App) */
  body.lk-home-page .lk-ways--mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__trio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    background: #ffffff;
    border: 1px solid var(--lk-hm-line);
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
    overflow: hidden;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 12px 5px 12px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    color: inherit;
    position: relative;
    min-width: 0;
    overflow: hidden;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 14%;
    bottom: 14%;
    width: 1px;
    background: #e6e8ec;
    pointer-events: none;
    z-index: 1;
  }
  body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__card > span.lk-ways__ico,
  body.lk-home-page .lk-ways--mobile .lk-ways__card > span.lk-ways__ico,
  body.lk-home-page .lk-ways--mobile .lk-ways__ico {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #fff0e4 !important;
    color: #ff7900 !important;
    margin: 0 0 2px;
    font-size: 0; /* block muted text color inheritance from card > span */
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__ico svg {
    width: 26px;
    height: 26px;
    display: block;
    stroke: currentColor;
    color: inherit;
  }
  body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__card.is-live > span.lk-ways__ico,
  body.lk-home-page .lk-ways--mobile .lk-ways__card.is-live .lk-ways__ico {
    background: #fde8e8 !important;
    color: #e11d48 !important;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-width: 0;
    width: 100%;
    flex: 0 0 auto;
  }
  body.lk-home-page .lk-ways--mobile strong {
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.1;
    color: var(--lk-hm-text);
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    font-size: 0.62rem;
    line-height: 1.25;
    color: var(--lk-hm-text);
    font-weight: 700;
    max-width: 100%;
    padding: 0 2px;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__line {
    display: block;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__line--muted {
    color: var(--lk-hm-muted);
    font-weight: 500;
  }
  body.lk-home-page .lk-ways--mobile em {
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
    width: auto;
    max-width: calc(100% - 4px);
    margin-top: 6px;
    min-height: 28px;
    height: auto;
    padding: 7px 10px;
    border-radius: 8px;
    background: #ff7900 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.72rem;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__cta-full {
    display: none !important;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__cta-short {
    display: inline !important;
  }

  /* Gratis-Zeile: volle Breite, horizontal wie App */
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    padding: 12px 12px;
    background: #ffffff !important;
    border: 1px solid var(--lk-hm-line) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05) !important;
    overflow: hidden;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis::after {
    display: none !important;
  }
  body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__card--gratis > span.lk-ways__ico,
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis > span.lk-ways__ico,
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__ico {
    width: 44px;
    height: 44px;
    margin: 0;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__ico svg {
    width: 24px;
    height: 24px;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__body {
    flex: 1 1 auto;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    gap: 2px;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__txt {
    align-items: flex-start;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--lk-hm-muted);
    padding: 0;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis em {
    margin-top: 0;
    margin-left: auto;
    align-self: center;
    min-height: 0;
    height: auto;
    padding: 0;
    background: transparent !important;
    color: #ff7900 !important;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
    max-width: none;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__cta-full {
    display: none !important;
  }
  body.lk-home-page .lk-ways--mobile .lk-ways__card--gratis .lk-ways__cta-short {
    display: inline !important;
  }

  @media (max-width: 359.98px) {
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card {
      padding: 10px 3px 10px;
      gap: 4px;
    }
    body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico {
      width: 48px;
      height: 48px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico svg {
      width: 22px;
      height: 22px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio strong {
      font-size: 0.7rem;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__txt {
      font-size: 0.52rem;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio em {
      min-height: 24px;
      padding: 6px 7px;
      font-size: 0.62rem;
      border-radius: 7px;
      max-width: calc(100% - 2px);
    }
  }

  @media (min-width: 360px) and (max-width: 389.98px) {
    body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico {
      width: 52px;
      height: 52px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico svg {
      width: 24px;
      height: 24px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio em {
      min-height: 26px;
      padding: 7px 9px;
      font-size: 0.68rem;
    }
  }

  @media (min-width: 390px) and (max-width: 991.98px) {
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card {
      padding: 14px 6px 14px;
      gap: 7px;
    }
    body.lk-app.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__card > span.lk-ways__ico,
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico {
      width: 60px;
      height: 60px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__ico svg {
      width: 28px;
      height: 28px;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio strong {
      font-size: 0.88rem;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio .lk-ways__txt {
      font-size: 0.66rem;
    }
    body.lk-home-page .lk-ways--mobile .lk-ways__trio em {
      min-height: 30px;
      padding: 8px 12px;
      font-size: 0.78rem;
    }
  }

  /* Sections + rails */
  .lk-hm--shop .lk-hm-sec {
    margin: 0 0 22px;
  }
  .lk-hm--shop .lk-hm-sec__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }
  .lk-hm--shop .lk-hm-sec__head h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--lk-hm-text);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .lk-hm--shop .lk-hm-sec__head a {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--lk-hm-orange);
    text-decoration: none;
    white-space: nowrap;
  }
  .lk-hm--shop .lk-hm-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--lk-hm-gutter);
    -webkit-overflow-scrolling: touch;
    /* Negatives Margin = Parent-Gutter; Padding startet erste Card sauber innen */
    margin: 0 calc(-1 * var(--lk-hm-gutter));
    padding: 2px var(--lk-hm-gutter) 8px;
    scrollbar-width: none;
  }
  .lk-hm--shop .lk-hm-rail::-webkit-scrollbar {
    display: none;
  }

  .lk-hm--shop .lk-hm-auc {
    position: relative;
    flex: 0 0 158px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--lk-hm-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
  }
  .lk-hm--shop .lk-hm-auc__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1;
  }
  .lk-hm--shop .lk-hm-auc__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: #f2f4f7;
  }
  .lk-hm--shop .lk-hm-auc__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .lk-hm--shop .lk-hm-auc__pct,
  .lk-hm--shop .lk-hm-auc__bids-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e11d48;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    border-radius: 8px;
    padding: 3px 7px;
    line-height: 1.1;
  }
  .lk-hm--shop .lk-hm-auc__bids-badge {
    background: var(--lk-hm-orange);
  }
  .lk-hm--shop .lk-hm-auc__bids-badge.is-blitz {
    background: #111827;
  }
  .lk-hm--shop .lk-hm-auc__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 10px 2px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    min-height: 2.05em;
  }
  .lk-hm--shop .lk-hm-auc__uvp,
  .lk-hm--shop .lk-hm-auc__label {
    margin: 0 10px;
    font-size: 0.7rem;
    color: #98a2b3;
    text-decoration: line-through;
  }
  .lk-hm--shop .lk-hm-auc__label {
    text-decoration: none;
  }
  .lk-hm--shop .lk-hm-auc__price {
    margin: 2px 10px 10px;
    font-size: 1rem;
    font-weight: 900;
    color: var(--lk-hm-orange);
  }
  .lk-hm--shop .lk-hm-auc__meta {
    margin: -6px 10px 10px;
    font-size: 0.7rem;
    color: var(--lk-hm-muted);
  }
  .lk-hm--shop .lk-hm-auc__heart {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #667085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.12);
    text-decoration: none;
    z-index: 2;
  }

  /* TOP DEALS – kompakt (Soll = Bild 2) */
  .lk-hm--shop .lk-hm-sec--deals {
    margin: 0 0 14px;
  }
  .lk-hm--shop .lk-hm-sec--deals .lk-hm-sec__head {
    margin-bottom: 6px;
  }
  .lk-hm--shop .lk-hm-sec--deals .lk-hm-sec__head h2 {
    font-size: 0.92rem;
  }
  .lk-hm--shop .lk-hm-sec--deals .lk-hm-sec__head a {
    font-size: 0.68rem;
  }
  .lk-hm--shop .lk-hm-sec--deals .lk-hm-rail {
    gap: 7px;
    padding-bottom: 2px;
  }
  .lk-hm--shop .lk-hm-auc--deal {
    flex: 0 0 104px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__media {
    aspect-ratio: 3 / 2;
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__title {
    margin: 5px 7px 0;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.18;
    min-height: 0;
    max-height: 2.36em;
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__uvp {
    margin: 1px 7px 0;
    font-size: 0.54rem;
    line-height: 1.2;
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    margin: 3px 7px 7px;
    min-width: 0;
  }
  body.lk-app .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price,
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 900;
    color: #ff7900 !important;
    line-height: 1.1;
    min-width: 0;
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__pct {
    position: static;
    flex: 0 0 auto;
    top: auto;
    left: auto;
    background: #ff7900;
    color: #fff;
    font-size: 0.54rem;
    font-weight: 800;
    border-radius: 5px;
    padding: 2px 4px;
    line-height: 1.15;
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__heart {
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    box-shadow: 0 1px 4px rgba(16, 24, 40, 0.12);
  }
  .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__heart i {
    font-size: 0.66rem;
  }

  @media (max-width: 374.98px) {
    .lk-hm--shop .lk-hm-auc--deal {
      flex-basis: 96px;
    }
    .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__title {
      font-size: 0.6rem;
    }
    body.lk-app .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price,
    .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price {
      font-size: 0.7rem;
    }
    .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__pct {
      font-size: 0.5rem;
      padding: 2px 3px;
    }
  }

  @media (min-width: 390px) and (max-width: 991.98px) {
    .lk-hm--shop .lk-hm-auc--deal {
      flex-basis: 110px;
    }
    .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__title {
      font-size: 0.7rem;
    }
    body.lk-app .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price,
    .lk-hm--shop .lk-hm-auc--deal .lk-hm-auc__price {
      font-size: 0.82rem;
    }
  }

  /* AUKTIONEN – kompakt (Soll = Bild 2) */
  .lk-hm--shop .lk-hm-sec--bids {
    margin: 0 0 14px;
  }
  .lk-hm--shop .lk-hm-sec--bids .lk-hm-sec__head {
    margin-bottom: 6px;
  }
  .lk-hm--shop .lk-hm-sec--bids .lk-hm-sec__head h2 {
    font-size: 0.92rem;
  }
  .lk-hm--shop .lk-hm-sec--bids .lk-hm-sec__head a {
    font-size: 0.68rem;
  }
  .lk-hm--shop .lk-hm-sec--bids .lk-hm-rail {
    gap: 7px;
    padding-bottom: 2px;
  }
  .lk-hm--shop .lk-hm-auc--bid {
    flex: 0 0 104px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__media {
    aspect-ratio: 3 / 2;
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__bids-badge {
    top: 5px;
    left: auto;
    right: 5px;
    background: #ff7900;
    font-size: 0.52rem;
    font-weight: 800;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 1.15;
    max-width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__bids-badge.is-blitz {
    background: #111827;
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__title {
    margin: 5px 7px 0;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.18;
    min-height: 0;
    max-height: 2.36em;
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__label {
    margin: 1px 7px 0;
    font-size: 0.54rem;
    line-height: 1.2;
    color: #98a2b3;
  }
  body.lk-app .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price,
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price {
    margin: 2px 7px 0;
    font-size: 0.78rem;
    font-weight: 900;
    color: #ff7900 !important;
    line-height: 1.1;
  }
  .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__meta {
    margin: 2px 7px 7px;
    font-size: 0.54rem;
    line-height: 1.2;
    color: #5c6370;
  }

  @media (max-width: 374.98px) {
    .lk-hm--shop .lk-hm-auc--bid {
      flex-basis: 96px;
    }
    .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__title {
      font-size: 0.6rem;
    }
    body.lk-app .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price,
    .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price {
      font-size: 0.7rem;
    }
    .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__bids-badge {
      font-size: 0.48rem;
      padding: 2px 4px;
    }
  }

  @media (min-width: 390px) and (max-width: 991.98px) {
    .lk-hm--shop .lk-hm-auc--bid {
      flex-basis: 110px;
    }
    .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__title {
      font-size: 0.7rem;
    }
    body.lk-app .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price,
    .lk-hm--shop .lk-hm-auc--bid .lk-hm-auc__price {
      font-size: 0.82rem;
    }
  }

  .lk-hm--shop .lk-hm-empty {
    background: #fff;
    border: 1px dashed var(--lk-hm-line);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    color: var(--lk-hm-muted);
  }
  .lk-hm--shop .lk-hm-empty a {
    color: var(--lk-hm-orange);
    font-weight: 800;
  }

  /* Live + App – vertikal gestapelt (Soll = Bild 2) */
  .lk-hm--shop .lk-hm-liveapp {
    margin: 0 0 18px;
  }
  .lk-hm--shop .lk-hm-liveapp .lk-hm-sec__head {
    margin-bottom: 10px;
    align-items: center;
  }
  .lk-hm--shop .lk-hm-liveapp .lk-hm-sec__head h2 {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    gap: 8px;
    color: var(--lk-hm-text);
  }
  .lk-hm--shop .lk-hm-liveapp .lk-hm-sec__head a {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ff7900 !important;
    white-space: nowrap;
  }
  .lk-hm-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e11d48;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.18);
    flex-shrink: 0;
  }
  .lk-hm-liveapp__row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    min-width: 0;
  }
  .lk-hm-liveapp__row.is-stream-only .lk-hm-liveapp__stream {
    flex: 0 0 auto;
    width: 100%;
  }
  .lk-hm-liveapp__stream {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    flex: 0 0 auto;
    min-width: 0;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid var(--lk-hm-line);
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    padding: 12px;
  }
  .lk-hm-liveapp__media {
    position: relative;
    display: block;
    flex: 0 0 44%;
    width: 44%;
    max-width: 176px;
    aspect-ratio: 4 / 3;
    height: auto;
    align-self: flex-start;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    text-decoration: none;
  }
  .lk-hm-liveapp__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .lk-hm-liveapp__media--ph {
    filter: none;
    opacity: 1;
  }
  .lk-hm-liveapp__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    z-index: 1;
  }
  .lk-hm-liveapp__badge {
    position: static;
    background: #e11d48;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 3px 7px;
    border-radius: 999px;
    line-height: 1.2;
  }
  .lk-hm-liveapp__badge--soon {
    background: #111827;
    letter-spacing: 0.02em;
  }
  .lk-hm-liveapp__views {
    position: static;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .lk-hm-liveapp__views svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
  }
  .lk-hm-liveapp__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100%;
    align-self: stretch;
    padding: 2px 2px 0 0;
  }
  .lk-hm-liveapp__title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.2;
    color: var(--lk-hm-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lk-hm-liveapp__sub {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    color: #14161a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lk-hm-liveapp__host {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.25;
    color: #667085;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lk-hm-liveapp__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin-top: auto;
    padding-top: 8px;
    width: 100%;
  }
  .lk-hm-liveapp__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    background: #ff7900;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1;
    border: none;
    white-space: nowrap;
  }
  .lk-hm-liveapp__cta--ghost {
    background: #fff;
    color: #14161a !important;
    border: 1px solid #cfd4dc;
    font-weight: 700;
  }
  .lk-hm-liveapp__cta--ghost svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .lk-hm-apppromo {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 178px;
    background: linear-gradient(135deg, #fff4e8, #fffaf4 55%, #fff7ef);
    border: 1px solid #ffd7b0;
    border-radius: 18px;
    padding: 16px 12px 16px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .lk-hm-apppromo__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 54%;
    z-index: 1;
    padding-bottom: 2px;
  }
  .lk-hm-apppromo__kicker {
    margin: 0 0 2px;
    font-size: 0.92rem;
    font-weight: 900;
    color: var(--lk-hm-text);
    line-height: 1.2;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .lk-hm-apppromo__gift {
    font-size: 1.05rem;
    line-height: 1;
  }
  .lk-hm-apppromo__copy strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--lk-hm-text);
  }
  .lk-hm-apppromo__copy > span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.3;
    color: #5c6370;
    font-weight: 500;
  }
  .lk-hm-apppromo__cta {
    margin-top: 10px;
    align-self: flex-start;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border-radius: 10px;
    background: #ff7900;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.82rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .lk-hm-apppromo__phone {
    position: absolute;
    right: -28px;
    bottom: -42px;
    width: 52%;
    max-width: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 0;
    margin: 0;
  }
  .lk-hm-apppromo__phone img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
    transform: rotate(8deg);
    filter: drop-shadow(0 12px 20px rgba(16, 24, 40, 0.2));
  }

  @media (max-width: 359.98px) {
    .lk-hm--shop .lk-hm-liveapp .lk-hm-sec__head h2 {
      font-size: 0.9rem;
    }
    .lk-hm--shop .lk-hm-liveapp .lk-hm-sec__head a {
      font-size: 0.68rem;
    }
    .lk-hm-liveapp__stream {
      gap: 9px;
      padding: 10px;
      border-radius: 16px;
    }
    .lk-hm-liveapp__media {
      flex-basis: 44%;
      width: 44%;
      max-width: 156px;
      border-radius: 12px;
    }
    .lk-hm-liveapp__title {
      font-size: 0.86rem;
    }
    .lk-hm-liveapp__sub {
      font-size: 0.72rem;
    }
    .lk-hm-liveapp__host {
      font-size: 0.64rem;
    }
    .lk-hm-liveapp__cta,
    .lk-hm-apppromo__cta {
      font-size: 0.72rem;
      min-height: 32px;
      padding: 0 10px;
      border-radius: 9px;
    }
    .lk-hm-apppromo {
      min-height: 158px;
      padding: 14px 10px 14px 12px;
      border-radius: 16px;
    }
    .lk-hm-apppromo__copy {
      max-width: 52%;
    }
    .lk-hm-apppromo__kicker {
      font-size: 0.78rem;
    }
    .lk-hm-apppromo__copy strong {
      font-size: 0.8rem;
    }
    .lk-hm-apppromo__copy > span {
      font-size: 0.7rem;
    }
    .lk-hm-apppromo__phone {
      right: -30px;
      bottom: -46px;
      width: 54%;
      max-width: 176px;
    }
  }

  @media (min-width: 390px) and (max-width: 991.98px) {
    .lk-hm-liveapp__row {
      gap: 14px;
    }
    .lk-hm-liveapp__stream {
      gap: 14px;
      padding: 14px;
      border-radius: 20px;
    }
    .lk-hm-liveapp__media {
      flex-basis: 46%;
      width: 46%;
      max-width: 200px;
      border-radius: 16px;
    }
    .lk-hm-liveapp__title {
      font-size: 1.05rem;
    }
    .lk-hm-liveapp__sub {
      font-size: 0.88rem;
    }
    .lk-hm-liveapp__host {
      font-size: 0.78rem;
    }
    .lk-hm-liveapp__cta {
      min-height: 40px;
      font-size: 0.86rem;
    }
    .lk-hm-apppromo {
      min-height: 198px;
      padding: 18px 14px 18px 18px;
      border-radius: 20px;
    }
    .lk-hm-apppromo__phone {
      right: -24px;
      bottom: -36px;
      width: 50%;
      max-width: 236px;
    }
    .lk-hm-apppromo__kicker {
      font-size: 1rem;
    }
    .lk-hm-apppromo__copy strong {
      font-size: 0.98rem;
    }
    .lk-hm-apppromo__copy > span {
      font-size: 0.84rem;
    }
    .lk-hm-apppromo__cta {
      font-size: 0.88rem;
      min-height: 42px;
      padding: 0 16px;
    }
  }

  /* Bottom nav light override – Bild 2 */
  body.lk-home-page .mobile-bottom-nav {
    background: #ffffff !important;
    border-top: 1px solid #e8eaed !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  body.lk-home-page .bottom-nav-item {
    color: #14161a !important;
    font-weight: 500 !important;
  }
  body.lk-home-page .bottom-nav-item.active,
  body.lk-home-page .bottom-nav-item.active span,
  body.lk-home-page .bottom-nav-item.active .bottom-nav-ico,
  body.lk-home-page .bottom-nav-item.active i {
    color: #ff7900 !important;
  }
  body.lk-home-page .bottom-nav-item--live .bottom-nav-ico,
  body.lk-home-page .bottom-nav-item--live i {
    color: #e11d48 !important;
  }
  body.lk-home-page .bottom-nav-item--live.active .bottom-nav-ico,
  body.lk-home-page .bottom-nav-item--live.active i {
    color: #e11d48 !important;
  }
}

@media (min-width: 992px) {
  body.lk-public .lk-top__search-ico {
    display: none !important;
  }
}

/* Mobile Content-Gutter + schmale Geräte */
@media (max-width: 359.98px) {
  body.lk-home-page {
    --lk-hm-gutter: 12px;
  }
  body.lk-home-page .lk-shop-trust strong {
    font-size: 0.62rem;
  }
  .lk-hm--shop .lk-hm-auc--deal,
  .lk-hm--shop .lk-hm-auc--bid {
    flex-basis: 92px;
  }
}

@media (min-width: 360px) and (max-width: 389.98px) {
  body.lk-home-page {
    --lk-hm-gutter: 14px;
  }
}

@media (min-width: 390px) and (max-width: 991.98px) {
  body.lk-home-page {
    --lk-hm-gutter: 16px;
  }
}
