/* Premium-Banner – linke Spalte */
.lpb-wrap {
  width: 100%;
  margin: 18px 0 22px;
}

.lpb-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(32, 27, 23, 0.10);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
}

.lpb-media {
  position: relative;
  overflow: hidden;
}

.lpb-image-link {
  display: block;
  line-height: 0;
}

.lpb-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.lpb-banner:hover .lpb-image {
  transform: scale(1.012);
}

.lpb-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lpb-position-bottom .lpb-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, rgba(0,0,0,var(--lpb-overlay)) 100%);
}

.lpb-position-center .lpb-overlay {
  background: rgba(0, 0, 0, calc(var(--lpb-overlay) * .72));
}

.lpb-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px 13px;
  text-align: center;
  color: #fff;
}

.lpb-position-bottom .lpb-content {
  bottom: 0;
}

.lpb-position-center .lpb-content {
  top: 50%;
  transform: translateY(-50%);
}

.lpb-title {
  margin: 0 0 6px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.lpb-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: .025em;
}

.lpb-button {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  color: #fff !important;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.lpb-button:hover,
.lpb-button:focus {
  background: #fff;
  color: #222 !important;
}

.lpb-position-below .lpb-media {
  line-height: 0;
}

/* Ruhige Premium-Variante: Text unter dem Bild */
.lpb-content-below {
  position: static;
  transform: none;
  padding: 13px 10px 14px;
  color: #211d1a;
  background: #fff;
  border-top: 0;
}

.lpb-content-below .lpb-title {
  margin-bottom: 6px;
  color: #211d1a;
  font-size: 20px;
  line-height: 1.12;
}

.lpb-content-below .lpb-text {
  margin-bottom: 10px;
  color: #5e5752;
  font-size: 11.5px;
  line-height: 1.3;
  letter-spacing: .03em;
}

.lpb-button-dark {
  padding: 7px 13px;
  border-color: #766d66;
  background: transparent;
  color: #2b2724 !important;
  font-size: 9.5px;
}

.lpb-button-dark:hover,
.lpb-button-dark:focus {
  border-color: #2b2724;
  background: #2b2724;
  color: #fff !important;
}

@media (max-width: 767px) {
  .lpb-hide-mobile {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lpb-image,
  .lpb-button {
    transition: none;
  }
}

/* v1.0.3 – nochmals kompakter, auf die Höhe der Produktboxen abgestimmt. */
.lpb-position-below .lpb-media {
  aspect-ratio: 303 / 350;
  height: auto;
}

.lpb-position-below .lpb-image-link {
  width: 100%;
  height: 100%;
}

.lpb-position-below .lpb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lpb-position-below .lpb-content-below {
  padding: 8px 8px 9px;
}

.lpb-position-below .lpb-content-below .lpb-title {
  margin-bottom: 3px;
  font-size: 17.5px;
  line-height: 1.06;
}

.lpb-position-below .lpb-content-below .lpb-text {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.18;
  letter-spacing: .02em;
}

.lpb-position-below .lpb-content-below .lpb-button-dark {
  padding: 5px 10px;
  font-size: 8.5px;
  line-height: 1.15;
}
