body.page-id-367 .entry-title,
body.page-id-367 .page-title,
body.page-id-367 h1.entry-title,
body.page-id-5598 .entry-title,
body.page-id-5598 .page-title,
body.page-id-5598 h1.entry-title,
body.page-id-5599 .entry-title,
body.page-id-5599 .page-title,
body.page-id-5599 h1.entry-title,
body.page-id-25738 .entry-title,
body.page-id-25738 .page-title,
body.page-id-25738 h1.entry-title,
body.page-id-900000002 .entry-title,
body.page-id-900000002 .page-title,
body.page-id-900000002 h1.entry-title,
body.page-id-900000003 .entry-title,
body.page-id-900000003 .page-title,
body.page-id-900000003 h1.entry-title {
    display: none !important;
}



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #1d2330;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .geschenke-finder {
      background: #fff7ec;
      padding: 46px 20px 66px;
    }

    .geschenke-finder-shell {
      display: grid;
      gap: 22px;
      grid-template-columns: 0.8fr 1.2fr;
      margin: 0 auto;
      max-width: 1120px;
    }

    .geschenke-finder-intro {
      background: #1d2330;
      color: #fff;
      min-height: 520px;
      padding: 30px;
    }

    .geschenke-finder-intro h1 {
      font-size: clamp(2.5rem, 5.5vw, 5.6rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.92;
      margin: 0 0 16px;
    }

    .geschenke-finder-intro p {
      color: #f4eadf;
      margin: 0;
    }

    .geschenke-finder-intro img {
      aspect-ratio: 4 / 3;
      display: block;
      margin-top: 28px;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-finder-panel {
      background: #ffffff;
      border: 1px solid rgba(29, 35, 48, 0.11);
      box-shadow: 0 20px 56px rgba(29, 35, 48, 0.08);
      padding: 26px;
    }

    .geschenke-finder-form {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(3, 1fr);
    }

    .geschenke-field label {
      color: #5e6070;
      display: block;
      font-size: 0.78rem;
      font-weight: 860;
      letter-spacing: 0;
      margin-bottom: 7px;
      text-transform: uppercase;
    }

    .geschenke-field select {
      background: #fff7ec;
      border: 1px solid rgba(29, 35, 48, 0.16);
      border-radius: 8px;
      color: #1d2330;
      font: inherit;
      min-height: 48px;
      padding: 12px;
      width: 100%;
    }

    .geschenke-results {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .geschenke-result-card {
      background: #f9fbff;
      border: 1px solid rgba(29, 35, 48, 0.1);
      border-left: 6px solid #ff6b4a;
      padding: 16px;
    }

    .geschenke-result-card strong {
      display: block;
      font-size: 1.12rem;
      margin-bottom: 6px;
    }

    .geschenke-result-card p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-result-card small {
      color: #1d2330;
      display: block;
      font-weight: 800;
      margin-top: 9px;
    }

    @media (max-width: 860px) {
      .geschenke-finder-shell,
      .geschenke-finder-form {
        grid-template-columns: 1fr;
      }

      .geschenke-finder-intro {
        min-height: auto;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #1d2330;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .ocs-live-v1 a {
      color: inherit;
      text-decoration: none;
    }

    .geschenke-home {
      background: #fff7ec;
    }

    .geschenke-hero {
      background: #1d2330;
      color: #fff;
      display: grid;
      gap: 28px;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      min-height: 88vh;
      overflow: hidden;
      padding: 58px max(20px, calc((100vw - 1160px) / 2)) 34px;
      position: relative;
    }

    .geschenke-hero::after {
      background: #ffd15a;
      bottom: 42px;
      content: "";
      height: 14px;
      left: max(20px, calc((100vw - 1160px) / 2));
      position: absolute;
      width: 190px;
    }

    .geschenke-hero h1 {
      font-size: clamp(3rem, 7vw, 7rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.92;
      margin: 0 0 20px;
      max-width: 740px;
    }

    .geschenke-hero p {
      color: #f5eadb;
      font-size: clamp(1.08rem, 1.8vw, 1.35rem);
      margin: 0;
      max-width: 640px;
    }

    .geschenke-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .geschenke-button {
      align-items: center;
      background: #ff6b4a;
      border: 1px solid #ff6b4a;
      border-radius: 999px;
      color: #1d2330;
      display: inline-flex;
      font-weight: 850;
      min-height: 48px;
      padding: 12px 18px;
    }

    .geschenke-button.secondary {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.36);
      color: #fff;
    }

    .geschenke-photo-grid {
      align-self: center;
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr 0.78fr;
      position: relative;
      z-index: 1;
    }

    .geschenke-photo-grid figure {
      border: 7px solid #fff;
      margin: 0;
      overflow: hidden;
    }

    .geschenke-photo-grid img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-photo-grid .main {
      aspect-ratio: 4 / 5;
      grid-row: span 2;
    }

    .geschenke-photo-grid .side {
      aspect-ratio: 1 / 1;
    }

    .geschenke-band {
      background: #ffd15a;
      overflow: hidden;
      padding: 12px 0;
      white-space: nowrap;
    }

    .geschenke-band span {
      color: #1d2330;
      display: inline-block;
      font-size: 0.84rem;
      font-weight: 870;
      letter-spacing: 0;
      padding-right: 30px;
      text-transform: uppercase;
    }

    .geschenke-section {
      padding: 54px 20px;
    }

    .geschenke-shell {
      margin: 0 auto;
      max-width: 1160px;
    }

    .geschenke-heading {
      display: grid;
      gap: 18px;
      grid-template-columns: 1fr 0.5fr;
      margin-bottom: 24px;
    }

    .geschenke-heading h2 {
      font-size: clamp(2rem, 4.2vw, 4.6rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.98;
      margin: 0;
    }

    .geschenke-heading p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(12, 1fr);
    }

    .geschenke-card {
      background: #fff;
      border: 1px solid rgba(29, 35, 48, 0.11);
      border-radius: 8px;
      box-shadow: 0 18px 46px rgba(29, 35, 48, 0.07);
      display: flex;
      flex-direction: column;
      grid-column: span 4;
      overflow: hidden;
    }

    .geschenke-card.feature {
      grid-column: span 6;
    }

    .geschenke-card img {
      aspect-ratio: 16 / 10;
      display: block;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-card-body {
      display: grid;
      gap: 9px;
      padding: 17px;
    }

    .geschenke-card strong {
      color: #ff6b4a;
      font-size: 0.78rem;
      font-weight: 880;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .geschenke-card h3 {
      font-size: 1.22rem;
      letter-spacing: 0;
      line-height: 1.12;
      margin: 0;
    }

    .geschenke-card p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-tool-preview {
      background: #e6f2ff;
      border: 1px solid rgba(29, 35, 48, 0.1);
      display: grid;
      gap: 16px;
      grid-template-columns: 1fr 1fr 1fr;
      margin-top: 30px;
      padding: 22px;
    }

    .geschenke-pill {
      background: #fff;
      border: 1px solid rgba(29, 35, 48, 0.12);
      border-radius: 999px;
      color: #1d2330;
      font-weight: 790;
      min-height: 44px;
      padding: 11px 14px;
      text-align: center;
    }

    @media (max-width: 860px) {
      .geschenke-hero,
      .geschenke-heading,
      .geschenke-tool-preview {
        grid-template-columns: 1fr;
      }

      .geschenke-card,
      .geschenke-card.feature {
        grid-column: span 6;
      }
    }

    @media (max-width: 600px) {
      .geschenke-hero {
        min-height: auto;
      }

      .geschenke-card,
      .geschenke-card.feature {
        grid-column: span 12;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #182033;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .spielzeug-finder {
      background: #f5f7fb;
      padding: 46px 20px 66px;
    }

    .spielzeug-finder-shell {
      display: grid;
      gap: 22px;
      grid-template-columns: 0.78fr 1.22fr;
      margin: 0 auto;
      max-width: 1120px;
    }

    .spielzeug-finder-intro {
      background: #182033;
      color: #fff;
      min-height: 520px;
      padding: 30px;
    }

    .spielzeug-finder-intro h1 {
      font-size: clamp(2.4rem, 5.2vw, 5.4rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.92;
      margin: 0 0 16px;
    }

    .spielzeug-finder-intro p {
      color: #dce3f5;
      margin: 0;
    }

    .spielzeug-mini-scene {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(4, 1fr);
      margin-top: 28px;
    }

    .spielzeug-mini-scene span {
      align-items: center;
      border-radius: 8px;
      color: #fff;
      display: flex;
      font-size: 1.5rem;
      font-weight: 900;
      height: 72px;
      justify-content: center;
    }

    .spielzeug-mini-scene span:nth-child(1) { background: #e84f3d; }
    .spielzeug-mini-scene span:nth-child(2) { background: #263a8f; }
    .spielzeug-mini-scene span:nth-child(3) { background: #25a06f; }
    .spielzeug-mini-scene span:nth-child(4) { background: #f08a47; }
    .spielzeug-mini-scene span:nth-child(5) { background: #f2cc4d; color: #182033; }
    .spielzeug-mini-scene span:nth-child(6) { background: #8b5ac7; }
    .spielzeug-mini-scene span:nth-child(7) { background: #25a06f; }
    .spielzeug-mini-scene span:nth-child(8) { background: #e84f3d; }

    .spielzeug-finder-panel {
      background: #fff;
      border: 1px solid rgba(24, 32, 51, 0.11);
      box-shadow: 0 20px 56px rgba(24, 32, 51, 0.08);
      padding: 26px;
    }

    .spielzeug-finder-form {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(3, 1fr);
    }

    .spielzeug-field label {
      color: #535b6f;
      display: block;
      font-size: 0.78rem;
      font-weight: 860;
      letter-spacing: 0;
      margin-bottom: 7px;
      text-transform: uppercase;
    }

    .spielzeug-field select {
      background: #f5f7fb;
      border: 1px solid rgba(24, 32, 51, 0.16);
      border-radius: 8px;
      color: #182033;
      font: inherit;
      min-height: 48px;
      padding: 12px;
      width: 100%;
    }

    .spielzeug-results {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .spielzeug-result-card {
      background: #f8fafc;
      border: 1px solid rgba(24, 32, 51, 0.1);
      border-left: 6px solid #263a8f;
      padding: 16px;
    }

    .spielzeug-result-card strong {
      display: block;
      font-size: 1.12rem;
      margin-bottom: 6px;
    }

    .spielzeug-result-card p {
      color: #535b6f;
      margin: 0;
    }

    .spielzeug-result-card small {
      color: #182033;
      display: block;
      font-weight: 800;
      margin-top: 9px;
    }

    @media (max-width: 860px) {
      .spielzeug-finder-shell,
      .spielzeug-finder-form {
        grid-template-columns: 1fr;
      }

      .spielzeug-finder-intro {
        min-height: auto;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #182033;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .ocs-live-v1 a {
      color: inherit;
      text-decoration: none;
    }

    .spielzeug-home {
      background: #f5f7fb;
    }

    .spielzeug-hero {
      background: #f5f7fb;
      display: grid;
      gap: 34px;
      grid-template-columns: 0.9fr 1.1fr;
      min-height: 88vh;
      padding: 58px max(20px, calc((100vw - 1160px) / 2)) 34px;
    }

    .spielzeug-copy {
      align-self: center;
    }

    .spielzeug-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-bottom: 20px;
    }

    .spielzeug-badges span {
      background: #ffffff;
      border: 1px solid rgba(24, 32, 51, 0.12);
      border-radius: 999px;
      font-size: 0.78rem;
      font-weight: 850;
      letter-spacing: 0;
      padding: 8px 11px;
      text-transform: uppercase;
    }

    .spielzeug-copy h1 {
      font-size: clamp(3rem, 7.2vw, 7.2rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.9;
      margin: 0 0 18px;
    }

    .spielzeug-copy p {
      color: #535b6f;
      font-size: clamp(1.08rem, 1.7vw, 1.32rem);
      margin: 0;
      max-width: 620px;
    }

    .spielzeug-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .spielzeug-button {
      align-items: center;
      background: #263a8f;
      border: 1px solid #263a8f;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      font-weight: 850;
      min-height: 48px;
      padding: 12px 18px;
    }

    .spielzeug-button.secondary {
      background: transparent;
      color: #263a8f;
    }

    .spielzeug-scene {
      align-self: center;
      display: grid;
      gap: 14px;
      grid-template-columns: 1fr 0.86fr;
      min-height: 500px;
      position: relative;
    }

    .spielzeug-photo {
      background: #ffffff;
      border: 7px solid #ffffff;
      border-radius: 8px;
      box-shadow: 0 26px 70px rgba(24, 32, 51, 0.11);
      overflow: hidden;
    }

    .spielzeug-photo img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .spielzeug-photo.main {
      aspect-ratio: 4 / 5;
      grid-row: span 2;
    }

    .spielzeug-photo.side {
      aspect-ratio: 1 / 1;
    }

    .spielzeug-block-strip {
      align-items: end;
      display: grid;
      gap: 8px;
      grid-column: span 2;
      grid-template-columns: repeat(8, 1fr);
    }

    .spielzeug-block {
      align-items: center;
      border-radius: 8px;
      color: #fff;
      display: inline-flex;
      font-size: clamp(1rem, 2.2vw, 1.8rem);
      font-weight: 900;
      justify-content: center;
      letter-spacing: 0;
      min-height: 54px;
    }

    .spielzeug-block:nth-child(1) { background: #e84f3d; }
    .spielzeug-block:nth-child(2) { background: #263a8f; }
    .spielzeug-block:nth-child(3) { background: #25a06f; }
    .spielzeug-block:nth-child(4) { background: #f2cc4d; color: #182033; }
    .spielzeug-block:nth-child(5) { background: #f08a47; }
    .spielzeug-block:nth-child(6) { background: #8b5ac7; }
    .spielzeug-block:nth-child(7) { background: #25a06f; }
    .spielzeug-block:nth-child(8) { background: #e84f3d; }

    .spielzeug-section {
      padding: 54px 20px;
    }

    .spielzeug-shell {
      margin: 0 auto;
      max-width: 1160px;
    }

    .spielzeug-heading {
      display: grid;
      gap: 18px;
      grid-template-columns: 1fr 0.52fr;
      margin-bottom: 24px;
    }

    .spielzeug-heading h2 {
      font-size: clamp(2rem, 4.2vw, 4.5rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.96;
      margin: 0;
    }

    .spielzeug-heading p {
      color: #535b6f;
      margin: 0;
    }

    .spielzeug-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(12, 1fr);
    }

    .spielzeug-card {
      background: #ffffff;
      border: 1px solid rgba(24, 32, 51, 0.11);
      border-radius: 8px;
      box-shadow: 0 18px 46px rgba(24, 32, 51, 0.06);
      grid-column: span 4;
      overflow: hidden;
      padding: 18px;
    }

    .spielzeug-card img {
      aspect-ratio: 16 / 10;
      display: block;
      margin: -18px -18px 16px;
      object-fit: cover;
      width: calc(100% + 36px);
    }

    .spielzeug-card strong {
      align-items: center;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      font-size: 0.78rem;
      font-weight: 870;
      letter-spacing: 0;
      margin-bottom: 12px;
      min-height: 30px;
      padding: 6px 10px;
      text-transform: uppercase;
    }

    .spielzeug-card:nth-child(1) strong,
    .spielzeug-card:nth-child(5) strong { background: #e84f3d; }
    .spielzeug-card:nth-child(2) strong,
    .spielzeug-card:nth-child(6) strong { background: #263a8f; }
    .spielzeug-card:nth-child(3) strong { background: #25a06f; }
    .spielzeug-card:nth-child(4) strong { background: #f08a47; }

    .spielzeug-card h3 {
      font-size: 1.22rem;
      letter-spacing: 0;
      line-height: 1.12;
      margin: 0 0 8px;
    }

    .spielzeug-card p {
      color: #535b6f;
      margin: 0;
    }

    .spielzeug-note {
      background: #182033;
      color: #fff;
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr;
      margin-top: 30px;
      padding: 26px;
    }

    .spielzeug-note h2 {
      font-size: clamp(1.8rem, 3.3vw, 3.5rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1;
      margin: 0;
    }

    .spielzeug-note p {
      color: #dce3f5;
      margin: 0;
    }

    @media (max-width: 860px) {
      .spielzeug-hero,
      .spielzeug-heading,
      .spielzeug-note {
        grid-template-columns: 1fr;
      }

      .spielzeug-card {
        grid-column: span 6;
      }
    }

    @media (max-width: 600px) {
      .spielzeug-hero {
        min-height: auto;
      }

      .spielzeug-scene {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .spielzeug-block-strip {
        grid-column: span 1;
        grid-template-columns: repeat(4, 1fr);
      }

      .spielzeug-card {
        grid-column: span 12;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #1d1c1b;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .stylesy-tool {
      background: #f7f1ec;
      padding: 46px 20px 64px;
    }

    .stylesy-tool-shell {
      display: grid;
      gap: 24px;
      grid-template-columns: 0.85fr 1.15fr;
      margin: 0 auto;
      max-width: 1120px;
    }

    .stylesy-tool-intro {
      background: #171716;
      color: #fff;
      min-height: 520px;
      padding: 32px;
    }

    .stylesy-tool-intro img {
      aspect-ratio: 4 / 3;
      display: block;
      margin-top: 28px;
      object-fit: cover;
      width: 100%;
    }

    .stylesy-tool h1 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.4rem, 5vw, 5.4rem);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 0.96;
      margin: 0 0 16px;
    }

    .stylesy-tool p {
      margin: 0;
    }

    .stylesy-panel {
      background: #ffffff;
      border: 1px solid rgba(29, 28, 27, 0.1);
      box-shadow: 0 20px 60px rgba(29, 28, 27, 0.08);
      padding: 28px;
    }

    .stylesy-form {
      display: grid;
      gap: 16px;
    }

    .stylesy-field label {
      color: #5d554f;
      display: block;
      font-size: 0.82rem;
      font-weight: 820;
      letter-spacing: 0;
      margin-bottom: 7px;
      text-transform: uppercase;
    }

    .stylesy-field input,
    .stylesy-field select {
      background: #f9f5f0;
      border: 1px solid rgba(29, 28, 27, 0.16);
      border-radius: 8px;
      color: #1d1c1b;
      font: inherit;
      min-height: 48px;
      padding: 12px;
      width: 100%;
    }

    .stylesy-calc {
      background: #d7eadf;
      border: 0;
      border-radius: 999px;
      color: #171716;
      cursor: pointer;
      font: inherit;
      font-weight: 850;
      min-height: 50px;
      padding: 12px 18px;
    }

    .stylesy-result {
      background: #f9f5f0;
      border: 1px solid rgba(29, 28, 27, 0.12);
      margin-top: 18px;
      min-height: 150px;
      padding: 18px;
    }

    .stylesy-result strong {
      display: block;
      font-size: 1.45rem;
      line-height: 1.15;
      margin-bottom: 8px;
    }

    .stylesy-checklist {
      display: grid;
      gap: 10px;
      margin-top: 22px;
    }

    .stylesy-checklist div {
      align-items: center;
      background: #fff;
      border: 1px solid rgba(29, 28, 27, 0.1);
      display: grid;
      gap: 12px;
      grid-template-columns: 34px 1fr;
      padding: 11px;
    }

    .stylesy-checklist b {
      align-items: center;
      background: #171716;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      height: 34px;
      justify-content: center;
      width: 34px;
    }

    @media (max-width: 840px) {
      .stylesy-tool-shell {
        grid-template-columns: 1fr;
      }

      .stylesy-tool-intro {
        min-height: auto;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #20201f;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      overflow: hidden;
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .ocs-live-v1 a {
      color: inherit;
      text-decoration: none;
    }

    .stylesy-home {
      background: #f7f1ec;
    }

    .stylesy-shell {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0 20px;
    }

    .stylesy-hero {
      display: grid;
      gap: 32px;
      grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
      min-height: 88vh;
      padding: 62px 20px 34px;
      position: relative;
    }

    .stylesy-hero::before {
      background: #d7eadf;
      content: "";
      height: 280px;
      left: -12vw;
      position: absolute;
      top: 90px;
      transform: rotate(-8deg);
      width: 44vw;
      z-index: 0;
    }

    .stylesy-copy,
    .stylesy-visual {
      position: relative;
      z-index: 1;
    }

    .stylesy-kicker {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 22px;
    }

    .stylesy-kicker span {
      background: #ffffff;
      border: 1px solid rgba(32, 32, 31, 0.11);
      border-radius: 999px;
      color: #57534d;
      display: inline-flex;
      font-size: 0.78rem;
      font-weight: 760;
      letter-spacing: 0;
      padding: 8px 12px;
      text-transform: uppercase;
    }

    .stylesy-copy h1 {
      color: #171716;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(3.2rem, 8.2vw, 7.8rem);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 0.91;
      margin: 0 0 20px;
    }

    .stylesy-copy p {
      color: #3b3936;
      font-size: clamp(1.08rem, 1.7vw, 1.35rem);
      margin: 0;
      max-width: 650px;
    }

    .stylesy-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .stylesy-button {
      align-items: center;
      background: #171716;
      border: 1px solid #171716;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      font-weight: 790;
      min-height: 46px;
      padding: 12px 18px;
    }

    .stylesy-button.secondary {
      background: transparent;
      color: #171716;
    }

    .stylesy-visual {
      align-self: center;
      display: grid;
      gap: 14px;
      grid-template-columns: 0.82fr 1fr;
      min-height: 560px;
    }

    .stylesy-shot {
      border: 8px solid #ffffff;
      box-shadow: 0 24px 60px rgba(32, 32, 31, 0.15);
      overflow: hidden;
      position: relative;
    }

    .stylesy-shot img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .stylesy-shot.one {
      aspect-ratio: 4 / 5;
      margin-top: 72px;
    }

    .stylesy-shot.two {
      aspect-ratio: 3 / 4;
    }

    .stylesy-shot.three {
      aspect-ratio: 1 / 1;
      grid-column: span 2;
      margin-left: auto;
      margin-top: -46px;
      width: min(54%, 280px);
    }

    .stylesy-strip {
      background: #171716;
      color: #fff;
      overflow: hidden;
      padding: 13px 0;
      white-space: nowrap;
    }

    .stylesy-strip span {
      display: inline-block;
      font-size: 0.88rem;
      font-weight: 800;
      letter-spacing: 0;
      padding-right: 34px;
      text-transform: uppercase;
    }

    .stylesy-section {
      padding: 56px 20px;
    }

    .stylesy-section.alt {
      background: #ffffff;
    }

    .stylesy-heading {
      align-items: end;
      display: flex;
      gap: 20px;
      justify-content: space-between;
      margin: 0 auto 24px;
      max-width: 1180px;
    }

    .stylesy-heading h2 {
      color: #191817;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 4.3vw, 4.2rem);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 0.98;
      margin: 0;
      max-width: 720px;
    }

    .stylesy-heading p {
      color: #68615a;
      margin: 0;
      max-width: 350px;
    }

    .stylesy-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: repeat(12, 1fr);
      margin: 0 auto;
      max-width: 1180px;
    }

    .stylesy-card {
      background: #fff;
      border: 1px solid rgba(32, 32, 31, 0.1);
      border-radius: 8px;
      box-shadow: 0 18px 45px rgba(32, 32, 31, 0.06);
      color: #211f1d;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      overflow: hidden;
    }

    .stylesy-card.large {
      grid-column: span 6;
    }

    .stylesy-card.small {
      grid-column: span 3;
    }

    .stylesy-card.wide {
      grid-column: span 4;
    }

    .stylesy-card img {
      aspect-ratio: 16 / 11;
      display: block;
      object-fit: cover;
      width: 100%;
    }

    .stylesy-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 10px;
      padding: 18px;
    }

    .stylesy-card h3 {
      font-size: 1.2rem;
      letter-spacing: 0;
      line-height: 1.12;
      margin: 0;
    }

    .stylesy-card p {
      color: #625d57;
      margin: 0;
    }

    .stylesy-meta {
      color: #91786b;
      font-size: 0.77rem;
      font-weight: 820;
      letter-spacing: 0;
      margin-top: auto;
      text-transform: uppercase;
    }

    .stylesy-routine {
      background: #e5f0ea;
      display: grid;
      gap: 18px;
      grid-template-columns: 1.2fr 0.8fr;
      margin: 0 auto;
      max-width: 1180px;
      padding: 28px;
    }

    .stylesy-routine h2 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 4vw, 4rem);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
      margin: 0;
    }

    .stylesy-routine-list {
      display: grid;
      gap: 10px;
    }

    .stylesy-routine-item {
      align-items: center;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(32, 32, 31, 0.11);
      border-radius: 8px;
      display: grid;
      gap: 12px;
      grid-template-columns: 40px 1fr;
      padding: 12px;
    }

    .stylesy-routine-item b {
      align-items: center;
      background: #171716;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      height: 40px;
      justify-content: center;
      width: 40px;
    }

    .stylesy-routine-item span {
      color: #3f3d39;
      font-weight: 690;
    }

    @media (max-width: 920px) {
      .stylesy-hero,
      .stylesy-routine {
        grid-template-columns: 1fr;
      }

      .stylesy-visual {
        min-height: auto;
      }

      .stylesy-heading {
        align-items: start;
        flex-direction: column;
      }

      .stylesy-card.large,
      .stylesy-card.small,
      .stylesy-card.wide {
        grid-column: span 6;
      }
    }

    @media (max-width: 640px) {
      .stylesy-hero {
        min-height: auto;
        padding-top: 38px;
      }

      .stylesy-visual {
        grid-template-columns: 1fr;
      }

      .stylesy-shot.one,
      .stylesy-shot.two,
      .stylesy-shot.three {
        grid-column: span 1;
        margin: 0;
        width: 100%;
      }

      .stylesy-card.large,
      .stylesy-card.small,
      .stylesy-card.wide {
        grid-column: span 12;
      }
    }

body.page-id-367,
body.page-id-5598,
body.page-id-5599,
body.page-id-25738,
body.page-id-900000002,
body.page-id-900000003 {
    overflow-x: hidden !important;
}

body.page-id-367 .google-auto-placed,
body.page-id-5598 .google-auto-placed,
body.page-id-5599 .google-auto-placed,
body.page-id-25738 .google-auto-placed,
body.page-id-900000002 .google-auto-placed,
body.page-id-900000003 .google-auto-placed {
    display: none !important;
}

body.page-id-5598 #ruby-site-content > .ruby-page-wrap.ruby-container,
body.page-id-5599 #ruby-site-content > .ruby-page-wrap.ruby-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.page-id-5598 #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap,
body.page-id-5599 #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

body.page-id-5598 #ruby-site-content > .ruby-page-wrap > #sidebar,
body.page-id-5599 #ruby-site-content > .ruby-page-wrap > #sidebar,
body.page-id-5598 .single-header,
body.page-id-5599 .single-header {
    display: none !important;
}

body.page-id-5598 .entry.post-content.entry-content,
body.page-id-5599 .entry.post-content.entry-content {
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

body.page-id-367 #theme-main > .jumbotron,
body.page-id-25738 #theme-main > .jumbotron,
body.page-id-900000002 #theme-main > .bg-light-subtle,
body.page-id-900000003 #theme-main > .bg-light-subtle {
    display: none !important;
}

body.page-id-367 #theme-main > .container,
body.page-id-25738 #theme-main > .container,
body.page-id-900000002 #container-content-page,
body.page-id-900000003 #container-content-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

body.page-id-367 #theme-main > .container > .row,
body.page-id-25738 #theme-main > .container > .row,
body.page-id-900000002 #container-content-page > .row,
body.page-id-900000003 #container-content-page > .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-id-367 #theme-main .col-md-10.offset-md-1,
body.page-id-25738 #theme-main .col-md-10.offset-md-1,
body.page-id-900000002 #theme-main .col-md-10.offset-md-1,
body.page-id-900000003 #theme-main .col-md-10.offset-md-1 {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.ocs-live-v1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.ocs-live-v1 .stylesy-button,
.ocs-live-v1 .geschenke-button,
.ocs-live-v1 .spielzeug-button {
    text-decoration: none !important;
}

.ocs-live-v1 .stylesy-button:not(.secondary),
.ocs-live-v1 .spielzeug-button:not(.secondary) {
    color: #ffffff !important;
}

.ocs-live-v1 .geschenke-button:not(.secondary) {
    color: #1d2330 !important;
}

.ocs-live-v1 .stylesy-button.secondary {
    color: #171716 !important;
}

.ocs-live-v1 .geschenke-button.secondary {
    color: #ffffff !important;
}

.ocs-live-v1 .spielzeug-button.secondary {
    color: #263a8f !important;
}

.ocs-live-v1 .spielzeug-hero {
    align-items: start !important;
    min-height: 780px !important;
    padding-top: 72px !important;
}

.ocs-live-v1 .spielzeug-copy,
.ocs-live-v1 .spielzeug-scene {
    align-self: start !important;
}

.ocs-live-v1 .ocs-choice-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ocs-live-v1 .ocs-choice-list button {
    background: #f8fafc !important;
    border: 1px solid rgba(24, 32, 51, 0.16) !important;
    border-radius: 8px !important;
    color: #182033 !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    text-align: left !important;
}

.ocs-live-v1 .ocs-choice-list button.is-active {
    background: #182033 !important;
    border-color: #182033 !important;
    color: #ffffff !important;
}

.ocs-live-v1 .stylesy-tool .ocs-choice-list button.is-active {
    background: #171716 !important;
    border-color: #171716 !important;
}

.ocs-live-v1 .geschenke-finder .ocs-choice-list button.is-active {
    background: #ff6b4a !important;
    border-color: #ff6b4a !important;
    color: #1d2330 !important;
}

.ocs-live-v1 .geschenke-hero h1 span {
    display: block !important;
}

.ocs-live-v1 .geschenke-finder-intro h1 span {
    display: block !important;
}

@media (max-width: 600px) {
    .ocs-live-v1 .geschenke-hero h1 {
        font-size: 2.72rem !important;
        word-break: normal !important;
    }
}