:where(.wp-block-se-productpromotion) {
  --se-productpromotion-text: hsl(var(--foreground, 42 50% 91%));
  --se-productpromotion-muted: hsl(var(--foreground, 42 50% 91%) / 0.6);
  --se-productpromotion-accent: hsl(var(--primary, 43 65% 52%));
  --se-productpromotion-card-bg: hsl(var(--card, 252 45% 10%));
  --se-productpromotion-card-border: hsl(var(--primary, 43 65% 52%) / 0.12);
  --se-productpromotion-card-highlight: hsl(var(--primary, 43 65% 52%) / 0.32);
  --se-productpromotion-card-width: 180px;
  --se-productpromotion-card-height: 380px;
  --se-productpromotion-slider-max-width: 1000px;
  color: var(--se-productpromotion-text);
  position: relative;
  padding: 6rem 0;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__container {
  width: min(100% - 3rem, 82rem);
  margin: 0 auto;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__eyebrow {
  margin: 0 0 1rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  color: hsl(var(--primary, 43 65% 52%) / 0.7);
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__heading {
  margin: 0 0 4rem;
  text-align: center;
  color: #fffdf7;
  text-shadow: 0 0 12px rgba(255, 248, 225, 0.38), 0 0 28px rgba(255, 248, 225, 0.18);
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__viewport {
  overflow: hidden;
  width: min(100%, var(--se-productpromotion-slider-max-width));
  margin: 0 auto;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__track {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  will-change: transform;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__card {
  box-sizing: border-box;
  flex: 0 0 var(--se-productpromotion-card-width);
  width: var(--se-productpromotion-card-width);
  height: var(--se-productpromotion-card-height);
  min-width: 0;
  background: var(--se-productpromotion-card-bg);
  border: 1px solid var(--se-productpromotion-card-border);
  border-top: 2px solid hsl(var(--primary, 43 65% 52%) / 0.5);
  border-radius: 0.75rem;
  overflow: hidden;
  color: var(--se-productpromotion-text);
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__card.se-productpromotion-block__card,
:where(.wp-block-se-productpromotion) .se-productpromotion-block__card.bg-card {
  padding: 16px 24px !important;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__card:hover {
  border-color: var(--se-productpromotion-card-highlight);
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__image {
  display: block;
  flex: 0 0 130px !important;
  width: 130px !important;
  height: 130px !important;
  max-width: 130px !important;
  max-height: 130px !important;
  margin: 0 auto 10px !important;
  overflow: hidden;
  border-radius: 0.5rem;
  background: hsl(var(--primary, 43 65% 52%) / 0.08);
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__image-img {
  width: 130px !important;
  height: 130px !important;
  max-width: 130px !important;
  max-height: 130px !important;
  object-fit: cover !important;
  display: block !important;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__image-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--se-productpromotion-accent);
}

:root {
  --width_title: 130px;
  --height_title: 60px;
  --height_price: 24px;
}

/** eichert */
:where(.wp-block-se-productpromotion) .se-productpromotion-block__title {
  background-color: transparent !important;

  width: var(--width_title) !important;
  min-width: var(--width_title) !important;
  max-width: var(--width_title) !important;

  height: var(--height_title) !important;
  min-height: var(--height_title) !important;
  max-height: var(--height_title) !important;

  margin: 0 auto 8px !important;
  font-size: 0.775rem !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  line-height: 1.2 !important;
  overflow: hidden !important;
  /* border: #fffdf7 1px solid; */
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__title a,
:where(.wp-block-se-productpromotion) .se-productpromotion-block__button {
  text-decoration: none;
}

/** eichert */
:where(.wp-block-se-productpromotion) .se-productpromotion-block__title a {
  background-color: transparent !important;

  color: azure !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.18);

  width: var(--width_title) !important;
  min-width: var(--width_title) !important;
  max-width: var(--width_title) !important;

  height: var(--height_title) !important;
  min-height: var(--height_title) !important;
  max-height: var(--height_title) !important;

  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2;
  /* border: #fffdf7 1px solid; */
}

/** eichert */
:where(.wp-block-se-productpromotion) .se-productpromotion-block__price {
  background-color: transparent !important;

  width: var(--width_title) !important;
  min-width: var(--width_title) !important;
  max-width: var(--width_title) !important;

  height: var(--height_price) !important;
  min-height: var(--height_price) !important;
  max-height: var(--height_price) !important;

  margin: 2px !important;
  color: var(--se-productpromotion-accent);
  font-size: 0.95rem !important;
  /*font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;*/
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
  line-height: 25px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  /* border: #fffdf7 1px solid; */
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__price ins {
  text-decoration: none;
}

/** eichert */
:where(.wp-block-se-productpromotion) .se-productpromotion-block__description {
  background-color: transparent !important;

  width: var(--width_title) !important;
  min-width: var(--width_title) !important;
  max-width: var(--width_title) !important;


  margin: 0 auto 12px !important;
  color: var(--se-productpromotion-muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4 !important;

  font-size: 0.775rem !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  line-height: 1.2 !important;

  color: azure !important;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: var(--width_title) !important;
  min-width: var(--width_title) !important;
  max-width: var(--width_title) !important;

  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;

  margin: auto auto 0 !important;
  padding: 6px 12px !important;
  /* color: #3f2a12 !important; */

  font-weight: 700;
  line-height: 1 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  white-space: nowrap !important;

  color: rgb(255, 255, 255) !important;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__nav {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid hsl(var(--primary, 43 65% 52%) / 0.25);
  border-radius: 999px;
  background: hsl(var(--card, 252 45% 10%) / 0.92);
  color: var(--se-productpromotion-accent);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__nav:hover {
  transform: translateY(-2px);
  border-color: hsl(var(--primary, 43 65% 52%) / 0.45);
}

:where(.wp-block-se-productpromotion) .se-productpromotion-block__empty {
  padding: 2rem;
  border: 1px dashed hsl(var(--primary, 43 65% 52%) / 0.25);
  border-radius: 0.75rem;
  text-align: center;
  color: var(--se-productpromotion-muted);
}

@media (max-width: 1024px) {
  :where(.wp-block-se-productpromotion) {
    --se-productpromotion-slider-max-width: min(100%, 100%);
  }
}

@media (max-width: 639px) {
  :where(.wp-block-se-productpromotion) {
    --se-productpromotion-card-width: min(82vw, 220px);
    --se-productpromotion-card-height: 380px;
    padding: 4rem 0;
  }

  :where(.wp-block-se-productpromotion) .se-productpromotion-block__container {
    width: min(100% - 1.5rem, 82rem);
  }

  :where(.wp-block-se-productpromotion) .se-productpromotion-block__heading {
    margin-bottom: 2.5rem;
  }
}