.elementor-987511084 .elementor-element.elementor-element-40ad150{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ce3ef4 *//* =========================================================
   YOUNEA FEATURE SHOP – KOMPLETTES CSS
   Ersetzt dein bisheriges Custom CSS vollständig.
   ========================================================= */

.younea-feature-shop {
  /* --- Flächen und Text (hell, passend zum weißen Header) --- */
  --ys-bg: #efefec;
  --ys-surface: #ffffff;
  --ys-surface-2: #f7f7f5;
  --ys-hover: #faf9f7;
  --ys-text: #131211;
  --ys-text-2: #55554f;
  --ys-line: #dbdbd5;
  --ys-line-soft: #e6e6e1;
  --ys-line-strong: #c8c8c1;

  /* --- Dunkle Panels (Hero, Plattform-Karten, Outro) --- */
  --ys-dark: #131211;
  --ys-dark-2: #1d1b19;
  --ys-dark-line: #2a2724;

  /* --- Akzent --- */
  --ys-orange: #ff6633;
  --ys-orange-ink: #bf3d0c;

  /* --- Buttons --- */
  --ys-btn-bg: #131211;
  --ys-btn-text: #ffffff;
  --ys-btn-hover-bg: #ff6633;
  --ys-btn-hover-text: #131211;
  --ys-btn-hover-border: #ff6633;

  /* --- Typografie --- */
  --ys-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --ys-body: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --ys-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;

  --ys-radius: 14px;

  background: var(--ys-bg);
  color: var(--ys-text);
  font-family: var(--ys-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* =========================================================
   DUNKLE VARIANTE
   Beide Kommentarzeichen entfernen, wenn der Katalog
   dunkel sein soll.
   ========================================================= */
/*
.younea-feature-shop {
  --ys-bg: #0a0a0b;
  --ys-surface: #121214;
  --ys-surface-2: #1a1a1d;
  --ys-hover: #17171a;
  --ys-text: #f2f1ee;
  --ys-text-2: #9c9a95;
  --ys-line: #232326;
  --ys-line-soft: #1a1a1c;
  --ys-line-strong: #2e2e32;
  --ys-dark: #0a0a0b;
  --ys-dark-2: #141416;
  --ys-dark-line: #26262a;
  --ys-orange-ink: #ff8a5c;
  --ys-btn-bg: #ff6633;
  --ys-btn-text: #0a0a0b;
  --ys-btn-hover-bg: transparent;
  --ys-btn-hover-text: #ff6633;
  --ys-btn-hover-border: #ff6633;
}
*/

/* Schutz gegen Theme- und WooCommerce-Regeln, die Preise
   durchstreichen oder verkleinern */
.younea-feature-shop .ys-price,
.younea-feature-shop .ys-price * {
  text-decoration: none !important;
}

.younea-feature-shop *,
.younea-feature-shop *::before,
.younea-feature-shop *::after {
  box-sizing: border-box;
}

.younea-feature-shop h1,
.younea-feature-shop h2,
.younea-feature-shop h3,
.younea-feature-shop h4,
.younea-feature-shop p,
.younea-feature-shop ul {
  margin: 0;
}

.younea-feature-shop h1,
.younea-feature-shop h2,
.younea-feature-shop h3 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

.younea-feature-shop .ys-container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.younea-feature-shop .ys-label {
  display: inline-block;
  color: var(--ys-orange-ink);
  font-family: var(--ys-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* =========================================================
   HERO
   ========================================================= */

.younea-feature-shop .ys-hero {
  position: relative;
  padding: clamp(72px, 11vw, 132px) 0 clamp(40px, 5vw, 62px);
  background-color: var(--ys-dark);
  background-image:
    radial-gradient(120% 95% at 92% -10%, rgba(255, 102, 51, .30), transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 76px);
  color: #fff;
  border-bottom: 1px solid var(--ys-line);
  overflow: hidden;
}

.younea-feature-shop .ys-hero .ys-label {
  color: var(--ys-orange);
}

.younea-feature-shop .ys-hero h1 {
  max-width: 16ch;
  margin: 20px 0 22px;
  font-family: var(--ys-display);
  font-size: clamp(40px, 7vw, 92px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
}

.younea-feature-shop .ys-dot {
  color: var(--ys-orange);
}

.younea-feature-shop .ys-lede {
  max-width: 62ch;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.younea-feature-shop .ys-hero-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.younea-feature-shop .ys-hero-meta li {
  flex: 1 1 210px;
  min-width: 0;
  padding: 18px 32px 0 0;
  color: rgba(255, 255, 255, .6);
  font-family: var(--ys-body);
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 0;
}

.younea-feature-shop .ys-hero-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: var(--ys-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

/* =========================================================
   STICKY INDEX
   ========================================================= */

.younea-feature-shop .ys-index {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--ys-line);
  background: var(--ys-bg);
}

@supports (backdrop-filter: blur(1px)) {
  .younea-feature-shop .ys-index {
    background: color-mix(in srgb, var(--ys-bg) 88%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.younea-feature-shop .ys-index-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 84px;
}

.younea-feature-shop .ys-index-label {
  flex: 0 0 auto;
  color: var(--ys-text-2);
  font-family: var(--ys-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.younea-feature-shop .ys-index ul {
  position: relative;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  scrollbar-width: none;
}

.younea-feature-shop .ys-index ul::-webkit-scrollbar {
  display: none;
}

.younea-feature-shop .ys-index a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid var(--ys-line-strong);
  border-radius: 10px;
  background: var(--ys-surface);
  color: var(--ys-text);
  font-family: var(--ys-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

@media (hover: hover) {
  .younea-feature-shop .ys-index a:hover {
    border-color: var(--ys-orange);
    color: var(--ys-orange-ink);
    transform: translateY(-1px);
  }
}

.younea-feature-shop .ys-index a.is-active {
  border-color: var(--ys-orange);
  background: var(--ys-orange);
  color: #131211;
  font-weight: 600;
}

/* =========================================================
   SEKTIONEN
   ========================================================= */

.younea-feature-shop .ys-main {
  padding-bottom: clamp(70px, 9vw, 120px);
}

.younea-feature-shop .ys-section {
  padding-top: clamp(44px, 5.5vw, 78px);
  scroll-margin-top: 84px;
}

.younea-feature-shop .ys-section-head {
  display: grid;
  align-items: end;
  gap: 10px 56px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid var(--ys-line);
  grid-template-columns: minmax(0, 1fr) minmax(0, 34ch);
}

.younea-feature-shop .ys-section-head > * {
  min-width: 0;
}

.younea-feature-shop .ys-section-title .ys-label {
  display: block;
  margin-bottom: 12px;
}

.younea-feature-shop .ys-section-head h2 {
  font-family: var(--ys-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.younea-feature-shop .ys-section-head > p {
  color: var(--ys-text-2);
  font-size: 15px;
  line-height: 1.65;
}

/* ---------- Hinweis-Band ---------- */

.younea-feature-shop .ys-note {
  display: grid;
  gap: 14px 40px;
  margin-top: 8px;
  padding: 24px 26px;
  border: 1px solid var(--ys-line);
  border-left: 3px solid var(--ys-orange);
  border-radius: var(--ys-radius);
  background: var(--ys-surface);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.younea-feature-shop .ys-note p {
  min-width: 0;
  color: var(--ys-text-2);
  font-size: 14.5px;
  line-height: 1.6;
}

.younea-feature-shop .ys-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ys-text);
  font-family: var(--ys-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* =========================================================
   KATALOG-ZEILEN
   ========================================================= */

.younea-feature-shop .ys-list {
  padding: 0;
  border-bottom: 1px solid var(--ys-line);
  list-style: none;
}

.younea-feature-shop .ys-row {
  position: relative;
  display: grid;
  align-items: center;
  gap: 14px 36px;
  padding: 26px 26px 26px 28px;
  border-top: 1px solid var(--ys-line);
  grid-template-columns: minmax(0, 1fr) auto 168px;
  overflow: hidden;
  transition: background .2s ease;
}

.younea-feature-shop .ys-row > * {
  min-width: 0;
}

.younea-feature-shop .ys-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--ys-orange);
  transform: translateY(-50%);
  transition: height .25s ease;
}

@media (hover: hover) {
  .younea-feature-shop .ys-row:hover {
    background: var(--ys-surface);
  }

  .younea-feature-shop .ys-row:hover::before {
    height: 100%;
  }
}

.younea-feature-shop .ys-row h3 {
  margin-bottom: 6px;
  font-family: var(--ys-display);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.younea-feature-shop .ys-row-text > p {
  max-width: 58ch;
  color: var(--ys-text-2);
  font-size: 14.5px;
  line-height: 1.6;
}

.younea-feature-shop .ys-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

.younea-feature-shop .ys-tags li {
  color: var(--ys-text-2);
  font-family: var(--ys-mono);
  font-size: 11.5px;
  letter-spacing: .04em;
}

.younea-feature-shop .ys-tags li + li::before {
  content: "·";
  margin-right: 10px;
  opacity: .45;
}

/* =========================================================
   PREIS
   ========================================================= */

.younea-feature-shop .ys-price {
  flex: 0 0 auto;
  font-family: var(--ys-mono);
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.younea-feature-shop .ys-price .ys-cur {
  margin-right: 2px;
  color: var(--ys-orange);
  font-size: .62em;
}

.younea-feature-shop .ys-price .ys-unit {
  display: block;
  margin-top: 7px;
  color: var(--ys-text-2);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.younea-feature-shop .ys-btn {
  display: inline-flex;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 20px;
  border: 1px solid var(--ys-btn-bg);
  border-radius: 10px;
  background: var(--ys-btn-bg);
  color: var(--ys-btn-text) !important;
  font-family: var(--ys-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.younea-feature-shop .ys-btn::after {
  content: "→";
  font-family: var(--ys-mono);
  transition: transform .2s ease;
}

@media (hover: hover) {
  .younea-feature-shop .ys-btn:hover {
    border-color: var(--ys-btn-hover-border);
    background: var(--ys-btn-hover-bg);
    color: var(--ys-btn-hover-text) !important;
  }

  .younea-feature-shop .ys-btn:hover::after {
    transform: translateX(4px);
  }

  .younea-feature-shop .ys-btn-light:hover {
    border-color: var(--ys-orange);
    background: var(--ys-orange);
    color: #0a0a0b !important;
  }
}

/* Auf Touch-Geräten stattdessen ein kurzes Feedback beim Antippen */
.younea-feature-shop .ys-btn:active {
  border-color: var(--ys-btn-hover-border);
  background: var(--ys-btn-hover-bg);
  color: var(--ys-btn-hover-text) !important;
}

.younea-feature-shop .ys-btn-light {
  border-color: rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff !important;
}

.younea-feature-shop a:focus-visible {
  outline: 2px solid var(--ys-orange);
  outline-offset: 3px;
}

/* =========================================================
   PLATTFORM-KARTEN
   ========================================================= */

.younea-feature-shop .ys-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.younea-feature-shop .ys-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 28px 28px;
  border: 1px solid var(--ys-dark-line);
  border-radius: var(--ys-radius);
  background: var(--ys-dark-2);
  color: #fff;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.younea-feature-shop .ys-card > * {
  min-width: 0;
}

@media (hover: hover) {
  .younea-feature-shop .ys-card:hover {
    border-color: rgba(255, 102, 51, .55);
    transform: translateY(-4px);
  }
}

.younea-feature-shop .ys-card-lead {
  border-color: rgba(255, 102, 51, .45);
  background:
    linear-gradient(160deg, rgba(255, 102, 51, .18), transparent 52%),
    var(--ys-dark-2);
}

.younea-feature-shop .ys-card .ys-label {
  color: var(--ys-orange);
}

.younea-feature-shop .ys-card h3 {
  margin: 14px 0 6px;
  font-family: var(--ys-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.younea-feature-shop .ys-card > p {
  color: rgba(255, 255, 255, .66);
  font-size: 14.5px;
  line-height: 1.6;
}

.younea-feature-shop .ys-card .ys-price {
  margin: 24px 0 22px;
  color: #fff;
  font-size: clamp(30px, 3vw, 38px);
  text-align: left;
  text-decoration: none;
}

.younea-feature-shop .ys-card .ys-price .ys-unit {
  color: rgba(255, 255, 255, .55);
}

.younea-feature-shop .ys-card ul {
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}

.younea-feature-shop .ys-card li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

.younea-feature-shop .ys-card li:last-child {
  border-bottom: 0;
}

.younea-feature-shop .ys-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--ys-orange);
}

.younea-feature-shop .ys-card .ys-btn {
  margin-top: auto;
}

/* =========================================================
   MINUTEN-TABELLE
   ========================================================= */

.younea-feature-shop .ys-table {
  border: 1px solid var(--ys-line);
  border-radius: var(--ys-radius);
  background: var(--ys-surface);
  overflow: hidden;
}

.younea-feature-shop .ys-tr {
  display: grid;
  align-items: center;
  gap: 12px 28px;
  padding: 20px 26px;
  border-top: 1px solid var(--ys-line-soft);
  grid-template-columns: minmax(0, 1.4fr) 110px 130px 120px 168px;
  transition: background .2s ease;
}

.younea-feature-shop .ys-tr > * {
  min-width: 0;
}

.younea-feature-shop .ys-tr:first-child {
  border-top: 0;
}

.younea-feature-shop .ys-th {
  padding-top: 14px;
  padding-bottom: 14px;
  background: var(--ys-surface-2);
  color: var(--ys-text-2);
  font-family: var(--ys-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (hover: hover) {
  .younea-feature-shop .ys-tr-body:hover {
    background: var(--ys-hover);
  }
}

.younea-feature-shop .ys-tr h3 {
  font-family: var(--ys-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.younea-feature-shop .ys-tr .ys-cell {
  font-family: var(--ys-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.younea-feature-shop .ys-tr .ys-cell-rate {
  color: var(--ys-orange-ink);
  font-weight: 500;
}

.younea-feature-shop .ys-tr .ys-price {
  font-size: 26px;
  text-align: left;
}

.younea-feature-shop .ys-tr-best {
  background: rgba(255, 102, 51, .07);
}

@media (hover: hover) {
  .younea-feature-shop .ys-tr-best:hover {
    background: rgba(255, 102, 51, .11);
  }
}

.younea-feature-shop .ys-flag {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 5px;
  background: var(--ys-orange);
  color: #131211;
  font-family: var(--ys-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  vertical-align: 4px;
}

.younea-feature-shop .ys-soon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 16px;
  padding: 18px 24px;
  border: 1px dashed var(--ys-line-strong);
  border-radius: var(--ys-radius);
  color: var(--ys-text-2);
  font-size: 14.5px;
}

.younea-feature-shop .ys-soon strong {
  color: var(--ys-text);
  font-family: var(--ys-display);
  font-size: 19px;
  font-weight: 600;
}

/* =========================================================
   OUTRO
   ========================================================= */

.younea-feature-shop .ys-outro {
  display: grid;
  align-items: center;
  gap: 20px 48px;
  margin-top: clamp(56px, 7vw, 92px);
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid var(--ys-dark-line);
  border-radius: var(--ys-radius);
  background-color: var(--ys-dark-2);
  background-image: radial-gradient(90% 140% at 100% 0%, rgba(255, 102, 51, .26), transparent 60%);
  color: #fff;
  grid-template-columns: minmax(0, 1fr) auto;
}

.younea-feature-shop .ys-outro > * {
  min-width: 0;
}

.younea-feature-shop .ys-outro h2 {
  margin-bottom: 8px;
  font-family: var(--ys-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.05;
}

.younea-feature-shop .ys-outro p {
  max-width: 56ch;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
}

.younea-feature-shop .ys-outro .ys-btn {
  width: auto;
  min-width: 220px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {
  .younea-feature-shop .ys-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .younea-feature-shop .ys-cards {
    grid-template-columns: 1fr;
  }

  .younea-feature-shop .ys-row {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 24px 20px 24px 22px;
  }

  .younea-feature-shop .ys-row .ys-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  /* Tabelle wird zur Liste: Titel, dann Werte mit Beschriftung,
     unten Preis und Button nebeneinander */
  .younea-feature-shop .ys-th {
    display: none;
  }

  .younea-feature-shop .ys-tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 10px;
    padding: 22px 20px;
  }

  .younea-feature-shop .ys-tr h3 {
    flex: 1 0 100%;
  }

  .younea-feature-shop .ys-tr .ys-cell {
    padding: 5px 10px;
    border-radius: 6px;
    background: var(--ys-surface-2);
    color: var(--ys-text-2);
    font-size: 12.5px;
  }

  .younea-feature-shop .ys-tr .ys-cell::before {
    content: attr(data-label) " · ";
    opacity: .65;
  }

  .younea-feature-shop .ys-tr .ys-price {
    flex: 1 1 auto;
    margin-top: 6px;
  }

  .younea-feature-shop .ys-tr .ys-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    margin-top: 6px;
  }

  .younea-feature-shop .ys-outro {
    grid-template-columns: 1fr;
  }

  .younea-feature-shop .ys-outro .ys-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* Die Sprungnavigation klebt auf dem Handy nicht mehr oben,
     sonst kämpft sie mit dem Seiten-Header um den Platz */
  .younea-feature-shop .ys-index {
    position: static;
    background: var(--ys-bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .younea-feature-shop .ys-index-inner {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px 0 22px;
  }

  .younea-feature-shop .ys-index ul {
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding-right: 28px;
  }

  .younea-feature-shop .ys-index li {
    scroll-snap-align: start;
  }

  /* Ankersprünge landen nicht unter dem Seiten-Header */
  .younea-feature-shop .ys-section {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 640px) {
  .younea-feature-shop .ys-container {
    width: calc(100% - 32px);
  }

  /* Zeilen bündig zum Seitenraster, nur der orange Marker
     bleibt links stehen */
  .younea-feature-shop .ys-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0 24px 14px;
    overflow: visible;
  }

  .younea-feature-shop .ys-price {
    text-align: left;
  }

  .younea-feature-shop .ys-price .ys-unit {
    margin-top: 5px;
  }

  .younea-feature-shop .ys-hero-meta li {
    flex-basis: 100%;
    padding-right: 0;
  }

  .younea-feature-shop .ys-note {
    padding: 20px;
  }

  .younea-feature-shop .ys-card {
    padding: 26px 22px 24px;
  }

  .younea-feature-shop .ys-outro {
    padding: 30px 22px;
  }

  .younea-feature-shop .ys-tr {
    padding: 20px 18px;
  }

  .younea-feature-shop .ys-tr .ys-btn,
  .younea-feature-shop .ys-tr .ys-price {
    flex: 1 0 100%;
  }

  .younea-feature-shop .ys-tr .ys-btn {
    width: 100%;
  }

  .younea-feature-shop .ys-soon {
    padding: 18px 20px;
  }
}

/* Sehr schmale Geräte (ab iPhone SE abwärts) */
@media (max-width: 380px) {
  .younea-feature-shop .ys-container {
    width: calc(100% - 24px);
  }

  .younea-feature-shop .ys-hero h1 {
    font-size: 34px;
  }

  .younea-feature-shop .ys-card h3,
  .younea-feature-shop .ys-tr h3 {
    font-size: 22px;
  }

  .younea-feature-shop .ys-btn {
    padding: 14px 15px;
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .younea-feature-shop *,
  .younea-feature-shop *::before,
  .younea-feature-shop *::after {
    transition: none !important;
  }
}

/* =========================================================
   ELEMENTOR / THEME
   Nur das Nötigste, alles auf den Shop-Container begrenzt.
   Kein globales Umfärben der Seite mehr.
   ========================================================= */

/* 1) Seitentitel "Kundenshop" – das ist der weiße Streifen.
      Besser zusätzlich in den Elementor-Seiteneinstellungen
      "Titel ausblenden" aktivieren. */
body.elementor-page .elementor-widget-theme-page-title,
body.elementor-page .elementor-page-title,
body.elementor-page .page-header,
body.elementor-page header.entry-header,
body.elementor-page .entry-header,
body.elementor-page .entry-title,
body.elementor-page .page-title,
body.elementor-page .wp-block-post-title,
body.elementor-page .breadcrumbs,
body.elementor-page .woocommerce-breadcrumb {
  display: none !important;
}

/* 2) Breitenbegrenzung der Theme-Wrapper aufheben.
      Nur Breite und seitlicher Innenabstand – keine Farben,
      keine vertikalen Abstände. */
body.elementor-page #page,
body.elementor-page #content,
body.elementor-page #primary,
body.elementor-page main,
body.elementor-page article,
body.elementor-page .site,
body.elementor-page .site-content,
body.elementor-page .content-area,
body.elementor-page .entry-content,
body.elementor-page .elementor-location-single,
body.elementor-page .elementor-location-archive {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

/* 3) Jeder Elementor-Container auf dem Weg zum Shop.
      Elementor steuert Abstand und Maximalbreite über Variablen,
      deshalb reicht padding:0 allein nicht aus. */
body.elementor-page .e-con:has(.younea-feature-shop),
body.elementor-page .e-con-inner:has(.younea-feature-shop),
body.elementor-page .elementor-section:has(.younea-feature-shop),
body.elementor-page .elementor-container:has(.younea-feature-shop),
body.elementor-page .elementor-column:has(.younea-feature-shop),
body.elementor-page .elementor-widget-wrap:has(.younea-feature-shop),
body.elementor-page .elementor-widget-html:has(.younea-feature-shop),
body.elementor-page .elementor-widget-html:has(.younea-feature-shop) > .elementor-widget-container {
  --padding-block-start: 0px;
  --padding-block-end: 0px;
  --padding-inline-start: 0px;
  --padding-inline-end: 0px;
  --container-max-width: 100%;
  --content-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

/* 4) Der Shop selbst füllt damit die volle Seitenbreite. */
.younea-feature-shop {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.younea-feature-shop > *:first-child {
  margin-top: 0;
}

/* 5) Fallback für Browser ohne :has() – klassischer Breakout. */
@supports not .elementor-987511084 .elementor-element.elementor-element-2ce3ef4(:has(*)) {
  html {
    overflow-x: hidden;
  }

  .younea-feature-shop {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* 6) NOTFALL-BREAKOUT
      Nur einkommentieren, falls der Shop trotz allem noch
      eingeengt wird. Erzwingt volle Breite unabhängig davon,
      was das Theme drumherum macht.

html { overflow-x: hidden; }

.younea-feature-shop {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
*/

/* =========================================================
   INHALTSBREITE
   Die Flächen gehen über die ganze Seite, der Text bleibt
   lesbar zentriert. Zahl unten anpassen, wenn der Inhalt
   breiter laufen soll (z. B. 1440px oder 100%).
   ========================================================= */
.younea-feature-shop .ys-container {
  width: min(1240px, calc(100% - 48px));
}/* End custom CSS */