{"title":"Schlafen \u0026 Entspannung","description":null,"products":[{"product_id":"medby-memory-foam-nackenkissen","title":"MEDBY Ergonomisches Memory-Foam-Nackenkissen – Atmungsaktiv \u0026 Nackenstützend","description":"\u003cstyle\u003e\n  .medby-description {\n    --medby-orange: #ed841b;\n    --medby-orange-dark: #d66c06;\n    --medby-orange-soft: #fff2e4;\n    --medby-green: #168347;\n    --medby-text: #242424;\n    --medby-muted: #626262;\n    --medby-border: #edd7c0;\n    --medby-light-border: #ededed;\n\n    width: 100%;\n    max-width: 100%;\n    margin: 24px auto;\n    color: var(--medby-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .medby-description,\n  .medby-description * {\n    box-sizing: border-box;\n  }\n\n  \/* Oberer Hauptbereich *\/\n\n  .medby-hero {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    padding: 28px 24px 24px;\n    border: 1px solid var(--medby-border);\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(237, 132, 27, 0.14),\n        transparent 38%\n      ),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #fff9f3 100%\n      );\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);\n  }\n\n  .medby-badge {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 17px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: var(--medby-orange-soft);\n    color: var(--medby-orange-dark);\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .medby-main-title {\n    margin: 0 0 15px;\n    color: #1c1c1c;\n    font-size: clamp(23px, 4vw, 31px);\n    line-height: 1.2;\n    font-weight: 900;\n    word-break: normal;\n    overflow-wrap: normal;\n    hyphens: none;\n  }\n\n  .medby-title-accent {\n    color: var(--medby-orange);\n  }\n\n  .medby-intro {\n    max-width: 900px;\n    margin: 0;\n    color: #555555;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* Obere Vorteile – immer untereinander *\/\n\n  .medby-top-benefits {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    margin-top: 25px;\n  }\n\n  .medby-top-benefit {\n    display: grid;\n    grid-template-columns: 46px minmax(0, 1fr);\n    align-items: center;\n    gap: 13px;\n    width: 100%;\n    min-width: 0;\n    padding: 14px 16px;\n    border: 1px solid #efcfad;\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.96);\n    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.035);\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .medby-top-benefit:hover {\n    transform: translateY(-2px);\n    border-color: var(--medby-orange);\n    box-shadow: 0 8px 18px rgba(237, 132, 27, 0.12);\n  }\n\n  .medby-top-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    background: linear-gradient(\n      135deg,\n      var(--medby-orange),\n      var(--medby-orange-dark)\n    );\n    color: #ffffff;\n    font-size: 19px;\n    line-height: 1;\n    font-weight: 900;\n    box-shadow: 0 5px 13px rgba(214, 108, 6, 0.2);\n  }\n\n  .medby-top-content {\n    display: block;\n    min-width: 0;\n  }\n\n  .medby-top-title {\n    display: block;\n    margin-bottom: 2px;\n    color: #292929;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 900;\n    word-break: normal;\n    overflow-wrap: break-word;\n  }\n\n  .medby-top-text {\n    display: block;\n    color: #6a6a6a;\n    font-size: 12px;\n    line-height: 1.5;\n    font-weight: 600;\n    word-break: normal;\n    overflow-wrap: break-word;\n  }\n\n  \/* Allgemeine Bereiche *\/\n\n  .medby-section {\n    width: 100%;\n    margin-top: 18px;\n    padding: 23px;\n    border: 1px solid var(--medby-light-border);\n    border-radius: 17px;\n    background: #ffffff;\n    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.04);\n  }\n\n  .medby-section-title {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin: 0 0 15px;\n    color: #1d1d1d;\n    font-size: 21px;\n    line-height: 1.3;\n    font-weight: 900;\n  }\n\n  .medby-section-title::before {\n    content: \"\";\n    display: block;\n    width: 5px;\n    height: 25px;\n    flex: 0 0 5px;\n    margin-top: 1px;\n    border-radius: 999px;\n    background: linear-gradient(\n      180deg,\n      var(--medby-orange),\n      var(--medby-orange-dark)\n    );\n  }\n\n  .medby-copy {\n    color: var(--medby-muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n  .medby-copy p {\n    margin: 0 0 13px;\n  }\n\n  .medby-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Produktvorteile *\/\n\n  .medby-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .medby-benefit {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    min-width: 0;\n    padding: 14px;\n    border: 1px solid #ededed;\n    border-radius: 12px;\n    background: #fafafa;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .medby-benefit:hover {\n    transform: translateY(-2px);\n    border-color: #efc596;\n    box-shadow: 0 7px 17px rgba(237, 132, 27, 0.09);\n  }\n\n  .medby-benefit-check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    border-radius: 50%;\n    background: #eaf7ef;\n    color: var(--medby-green);\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .medby-benefit-content {\n    display: block;\n    min-width: 0;\n  }\n\n  .medby-benefit-title {\n    display: block;\n    margin-bottom: 3px;\n    color: #292929;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 900;\n    word-break: normal;\n    overflow-wrap: break-word;\n  }\n\n  .medby-benefit-text {\n    display: block;\n    color: #666666;\n    font-size: 12px;\n    line-height: 1.55;\n    word-break: normal;\n    overflow-wrap: break-word;\n  }\n\n  \/* Schlafpositionen *\/\n\n  .medby-position-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px;\n  }\n\n  .medby-position-card {\n    padding: 19px;\n    border: 1px solid #f0ddca;\n    border-radius: 14px;\n    background: linear-gradient(\n      135deg,\n      #fffaf5,\n      #ffffff\n    );\n    text-align: center;\n  }\n\n  .medby-position-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 10px;\n    border-radius: 50%;\n    background: var(--medby-orange-soft);\n    font-size: 23px;\n  }\n\n  .medby-position-title {\n    display: block;\n    margin-bottom: 5px;\n    color: #202020;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .medby-position-text {\n    display: block;\n    color: #676767;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  \/* Produktdetails – immer sauber untereinander *\/\n\n  .medby-details {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    overflow: visible;\n    border: 0;\n    border-radius: 0;\n  }\n\n  .medby-detail {\n    display: grid;\n    grid-template-columns: 120px minmax(0, 1fr);\n    align-items: start;\n    gap: 14px;\n    min-width: 0;\n    padding: 14px 15px;\n    border: 1px solid #ededed;\n    border-radius: 11px;\n    background: #fafafa;\n  }\n\n  .medby-detail:nth-child(odd),\n  .medby-detail:nth-last-child(-n + 2) {\n    border-right: 1px solid #ededed;\n    border-bottom: 1px solid #ededed;\n  }\n\n  .medby-detail-label {\n    color: #707070;\n    font-size: 12px;\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .medby-detail-value {\n    min-width: 0;\n    color: #222222;\n    font-size: 13px;\n    line-height: 1.5;\n    font-weight: 900;\n    word-break: normal;\n    overflow-wrap: normal;\n    hyphens: none;\n  }\n\n  \/* Pflege *\/\n\n  .medby-care-box {\n    position: relative;\n    padding: 19px 19px 19px 57px;\n    border: 1px solid #efcba6;\n    border-radius: 13px;\n    background: var(--medby-orange-soft);\n  }\n\n  .medby-care-icon {\n    position: absolute;\n    top: 18px;\n    left: 17px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: linear-gradient(\n      135deg,\n      var(--medby-orange),\n      var(--medby-orange-dark)\n    );\n    color: #ffffff;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .medby-care-title {\n    display: block;\n    margin-bottom: 5px;\n    color: #222222;\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .medby-care-text {\n    margin: 0;\n    color: #555555;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  .medby-unpack-note {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    margin-top: 13px;\n    padding: 13px 14px;\n    border-radius: 11px;\n    background: #f5f8f6;\n    color: #3f604c;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  .medby-unpack-check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 23px;\n    height: 23px;\n    flex: 0 0 23px;\n    border-radius: 50%;\n    background: #e3f3e9;\n    color: var(--medby-green);\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  \/* Abschluss *\/\n\n  .medby-closing {\n    margin-top: 18px;\n    padding: 24px 20px;\n    border-radius: 17px;\n    background: linear-gradient(\n      135deg,\n      var(--medby-orange),\n      var(--medby-orange-dark)\n    );\n    color: #ffffff;\n    text-align: center;\n    box-shadow: 0 10px 22px rgba(214, 108, 6, 0.2);\n  }\n\n  .medby-closing-title {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 21px;\n    line-height: 1.3;\n    font-weight: 900;\n  }\n\n  .medby-closing-text {\n    display: block;\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 13px;\n    line-height: 1.65;\n    font-weight: 600;\n  }\n\n  \/* Schmalere Produktspalten *\/\n\n  @media screen and (max-width: 900px) {\n    .medby-benefits-grid,\n    .medby-position-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* Handy *\/\n\n  @media screen and (max-width: 749px) {\n    .medby-description {\n      margin: 18px auto;\n    }\n\n    .medby-hero {\n      padding: 22px 16px 18px;\n      border-radius: 16px;\n    }\n\n    .medby-badge {\n      margin-bottom: 14px;\n      padding: 7px 12px;\n      font-size: 11px;\n    }\n\n    .medby-main-title {\n      margin-bottom: 13px;\n      font-size: 23px;\n      line-height: 1.24;\n    }\n\n    .medby-intro {\n      font-size: 14px;\n      line-height: 1.75;\n    }\n\n    .medby-top-benefits {\n      gap: 9px;\n      margin-top: 20px;\n    }\n\n    .medby-top-benefit {\n      grid-template-columns: 42px minmax(0, 1fr);\n      gap: 11px;\n      padding: 12px 13px;\n    }\n\n    .medby-top-icon {\n      width: 39px;\n      height: 39px;\n      font-size: 17px;\n    }\n\n    .medby-top-title {\n      font-size: 13px;\n    }\n\n    .medby-top-text {\n      font-size: 11px;\n    }\n\n    .medby-section {\n      margin-top: 14px;\n      padding: 18px 15px;\n      border-radius: 14px;\n    }\n\n    .medby-section-title {\n      margin-bottom: 13px;\n      font-size: 18px;\n    }\n\n    .medby-section-title::before {\n      height: 22px;\n    }\n\n    .medby-copy {\n      font-size: 13px;\n      line-height: 1.75;\n    }\n\n    .medby-benefit {\n      padding: 13px;\n    }\n\n    .medby-detail {\n      grid-template-columns: 105px minmax(0, 1fr);\n      gap: 12px;\n      padding: 13px;\n    }\n\n    .medby-closing {\n      padding: 21px 16px;\n    }\n\n    .medby-closing-title {\n      font-size: 18px;\n    }\n  }\n\n  \/* Kleine Handys *\/\n\n  @media screen and (max-width: 420px) {\n    .medby-hero {\n      padding: 20px 14px 17px;\n    }\n\n    .medby-main-title {\n      font-size: 21px;\n    }\n\n    .medby-intro {\n      font-size: 13px;\n    }\n\n    .medby-top-benefit {\n      grid-template-columns: 40px minmax(0, 1fr);\n      padding: 11px 12px;\n    }\n\n    .medby-top-icon {\n      width: 37px;\n      height: 37px;\n      font-size: 16px;\n    }\n\n    .medby-detail {\n      grid-template-columns: 1fr;\n      gap: 4px;\n    }\n\n    .medby-detail-label {\n      font-size: 11px;\n    }\n\n    .medby-detail-value {\n      font-size: 13px;\n    }\n\n    .medby-care-box {\n      padding: 53px 15px 16px;\n    }\n\n    .medby-care-icon {\n      top: 14px;\n      left: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"medby-description\"\u003e\n\n  \u003c!-- Hauptbereich --\u003e\n\n  \u003csection class=\"medby-hero\"\u003e\n    \u003cspan class=\"medby-badge\"\u003e\n      MEDBY Schlafkomfort\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"medby-main-title\"\u003e\n      Ergonomisches\n      \u003cspan class=\"medby-title-accent\"\u003e\n        Memory Foam Nackenkissen\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"medby-intro\"\u003e\n      Genießen Sie erholsamen Schlaf und eine angenehme Unterstützung\n      für Kopf, Nacken und Schultern. Das ergonomisch geformte MEDBY\n      Nackenkissen passt sich durch den anschmiegsamen Memory Foam\n      sanft Ihrer persönlichen Schlafposition an und sorgt für ein\n      komfortables sowie druckentlastendes Liegegefühl.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"medby-top-benefits\"\u003e\n\n      \u003cdiv class=\"medby-top-benefit\"\u003e\n        \u003cspan class=\"medby-top-icon\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-top-content\"\u003e\n          \u003cspan class=\"medby-top-title\"\u003e\n            Ergonomische Unterstützung\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-top-text\"\u003e\n            Für eine angenehme Position von Kopf und Nacken.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-top-benefit\"\u003e\n        \u003cspan class=\"medby-top-icon\"\u003e☁\u003c\/span\u003e\n\n        \u003cspan class=\"medby-top-content\"\u003e\n          \u003cspan class=\"medby-top-title\"\u003e\n            Anpassungsfähiger Memory Foam\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-top-text\"\u003e\n            Passt sich sanft an Druck und Körperkonturen an.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-top-benefit\"\u003e\n        \u003cspan class=\"medby-top-icon\"\u003e♨\u003c\/span\u003e\n\n        \u003cspan class=\"medby-top-content\"\u003e\n          \u003cspan class=\"medby-top-title\"\u003e\n            Atmungsaktiver Bezug\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-top-text\"\u003e\n            Abnehmbar, hautfreundlich und pflegeleicht.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Komfort --\u003e\n\n  \u003csection class=\"medby-section\"\u003e\n    \u003ch3 class=\"medby-section-title\"\u003e\n      Komfort für eine natürliche Schlafposition\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"medby-copy\"\u003e\n      \u003cp\u003e\n        Die speziell entwickelte Kontur mit unterschiedlich hohen\n        Seiten unterstützt eine natürliche Haltung von Kopf, Nacken\n        und Schulterbereich. Dadurch lässt sich das Kissen passend zur\n        bevorzugten Schlafposition verwenden.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Der Memory-Foam-Kern reagiert auf Druck und passt sich angenehm\n        an die persönlichen Körperkonturen an. So entsteht ein\n        komfortables Liegegefühl, das den Nackenbereich während der\n        Nacht sanft unterstützt.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Der hautfreundliche und atmungsaktive Bezug trägt zu einem\n        angenehmen Schlafklima bei. Zur leichteren Reinigung kann der\n        Kissenbezug bequem abgenommen werden.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Vorteile --\u003e\n\n  \u003csection class=\"medby-section\"\u003e\n    \u003ch3 class=\"medby-section-title\"\u003e\n      Ihre Vorteile auf einen Blick\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"medby-benefits-grid\"\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Ergonomische Kontur\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Unterstützt Kopf und Nacken in einer angenehmen\n            Schlafposition.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Anpassungsfähiger Memory Foam\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Passt sich sanft an Druck und individuelle Körperkonturen\n            an.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Angenehme Druckentlastung\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Sorgt für ein komfortables und anschmiegsames Liegegefühl.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Atmungsaktiver Bezug\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Unterstützt ein angenehmes Schlafklima.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Abnehmbar und waschbar\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Der Bezug lässt sich zur leichteren Pflege abnehmen.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Vielseitig verwendbar\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Geeignet für Rücken- und Seitenschläfer.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Hochwertige Verarbeitung\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Sauber verarbeitet für zuverlässigen Schlafkomfort.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-benefit\"\u003e\n        \u003cspan class=\"medby-benefit-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cspan class=\"medby-benefit-content\"\u003e\n          \u003cspan class=\"medby-benefit-title\"\u003e\n            Modernes Design\n          \u003c\/span\u003e\n\n          \u003cspan class=\"medby-benefit-text\"\u003e\n            Weißes Kissen mit orangefarbenen Details.\n          \u003c\/span\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Schlafpositionen --\u003e\n\n  \u003csection class=\"medby-section\"\u003e\n    \u003ch3 class=\"medby-section-title\"\u003e\n      Für unterschiedliche Schlafpositionen\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"medby-position-grid\"\u003e\n\n      \u003cdiv class=\"medby-position-card\"\u003e\n        \u003cspan class=\"medby-position-icon\"\u003e🌙\u003c\/span\u003e\n\n        \u003cspan class=\"medby-position-title\"\u003e\n          Für Rückenschläfer\n        \u003c\/span\u003e\n\n        \u003cspan class=\"medby-position-text\"\u003e\n          Die ergonomische Kontur unterstützt eine angenehme Position\n          von Kopf und Nacken beim Schlafen auf dem Rücken.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-position-card\"\u003e\n        \u003cspan class=\"medby-position-icon\"\u003e🛏️\u003c\/span\u003e\n\n        \u003cspan class=\"medby-position-title\"\u003e\n          Für Seitenschläfer\n        \u003c\/span\u003e\n\n        \u003cspan class=\"medby-position-text\"\u003e\n          Die unterschiedlich hohen Seiten bieten eine passende\n          Auflage für Kopf und Schulterbereich.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Produktdetails --\u003e\n\n  \u003csection class=\"medby-section\"\u003e\n    \u003ch3 class=\"medby-section-title\"\u003e\n      Produktdetails\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"medby-details\"\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eProdukt\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          Ergonomisches Nackenkissen\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eMaße\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          ca. 50 × 30 cm\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eHöhe\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          ca. 7 bis 10 cm\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eKern\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          Memory Foam\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eFarbe\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          Weiß mit orangefarbenen Details\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eSchlafposition\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          Rücken- und Seitenschläfer\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eBezug\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          Abnehmbar und waschbar\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"medby-detail\"\u003e\n        \u003cspan class=\"medby-detail-label\"\u003eLieferumfang\u003c\/span\u003e\n        \u003cspan class=\"medby-detail-value\"\u003e\n          1 Nackenkissen inklusive Bezug\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Pflege --\u003e\n\n  \u003csection class=\"medby-section\"\u003e\n    \u003ch3 class=\"medby-section-title\"\u003e\n      Pflege und Verwendung\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"medby-care-box\"\u003e\n      \u003cspan class=\"medby-care-icon\"\u003ei\u003c\/span\u003e\n\n      \u003cspan class=\"medby-care-title\"\u003e\n        Hinweise zur Reinigung\n      \u003c\/span\u003e\n\n      \u003cp class=\"medby-care-text\"\u003e\n        Der Bezug kann abgenommen und entsprechend den Angaben auf dem\n        Pflegeetikett gewaschen werden. Der Memory-Foam-Kern ist nicht\n        für die Waschmaschine geeignet. Reinigen Sie den Kern bei\n        Bedarf vorsichtig von Hand und lassen Sie ihn vollständig\n        trocknen.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"medby-unpack-note\"\u003e\n      \u003cspan class=\"medby-unpack-check\"\u003e✓\u003c\/span\u003e\n\n      \u003cspan\u003e\n        Lassen Sie das Kissen nach dem Auspacken ausreichend auslüften\n        und geben Sie dem Memory Foam Zeit, seine ursprüngliche Form\n        vollständig anzunehmen.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Abschluss --\u003e\n\n  \u003cdiv class=\"medby-closing\"\u003e\n    \u003cspan class=\"medby-closing-title\"\u003e\n      MEDBY – komfortabler schlafen und entspannter aufwachen\n    \u003c\/span\u003e\n\n    \u003cspan class=\"medby-closing-text\"\u003e\n      Ergonomische Unterstützung, anpassungsfähiger Memory Foam und\n      ein pflegeleichter Bezug für ein angenehmes Schlafgefühl.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"MEDBY Store","offers":[{"title":"Default Title","offer_id":57038095286598,"sku":null,"price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1010\/6345\/9142\/files\/ChatGPTImage29.Juli2026_19_01_02.png?v=1785344817"},{"product_id":"medby-ergonomisches-gesichtskissen-mit-atemoffnung-copy","title":"MEDBY Ergonomisches Gesichtskissen mit Atemöffnung","description":"\u003cdiv style=\"margin: 0; padding: 0; background: #f4f1eb; font-family: Arial, Helvetica, sans-serif; color: #222; line-height: 1.6;\"\u003e\n\u003cdiv style=\"max-width: 1000px; margin: 0 auto; background: #ffffff; overflow: hidden;\"\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv style=\"background: #111111; padding: 30px 20px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 38px; font-weight: 800; letter-spacing: 4px; color: #ffffff;\"\u003eMEDBY\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px; font-size: 18px; letter-spacing: 8px; color: #d4a62a;\"\u003eSTORE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv style=\"padding: 45px 25px; text-align: center; background: linear-gradient(180deg,#ffffff 0%,#f6f2e9 100%);\"\u003e\n\u003cdiv style=\"display: inline-block; margin-bottom: 15px; padding: 7px 18px; border: 1px solid #c99a22; border-radius: 30px; color: #9a7114; font-size: 14px; font-weight: bold;\"\u003eKOMFORT FÜR MASSAGE \u0026amp; ENTSPANNUNG\u003c\/div\u003e\n\u003ch1 style=\"margin: 0; font-size: 38px; line-height: 1.2; color: #171717;\"\u003eMEDBY ergonomisches Gesichtskissen\u003c\/h1\u003e\n\u003cp style=\"max-width: 760px; margin: 18px auto 0; font-size: 20px; color: #555555;\"\u003eWeiches Memory-Foam-Kissen mit offener Gesichtsauflage für eine angenehmere Bauchlage bei Massagen, Wellness und Entspannung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUKTBILD --\u003e\n\u003cdiv style=\"padding: 30px 20px; text-align: center;\"\u003e\u003cimg alt=\"MEDBY ergonomisches Gesichtskissen aus Memory Foam\" style=\"display: block; width: 100%; max-width: 750px; height: auto; margin: 0 auto; border: 0;\"\u003e\u003c\/div\u003e\n\u003c!-- VORTEILE --\u003e\n\u003cdiv style=\"padding: 20px 25px 45px;\"\u003e\n\u003ch2 style=\"margin: 0 0 28px; text-align: center; font-size: 30px; color: #171717;\"\u003eIhre Vorteile auf einen Blick\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;\"\u003e\n\u003cdiv style=\"box-sizing: border-box; width: 220px; padding: 24px 18px; text-align: center; background: #faf8f3; border: 1px solid #e7dfcf; border-radius: 14px;\"\u003e\n\u003cdiv style=\"font-size: 32px;\"\u003e✓\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; font-size: 18px; font-weight: bold;\"\u003eErgonomische Form\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 7px; font-size: 15px; color: #666666;\"\u003eUnterstützt eine angenehmere Position von Gesicht, Kopf und Nacken.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"box-sizing: border-box; width: 220px; padding: 24px 18px; text-align: center; background: #faf8f3; border: 1px solid #e7dfcf; border-radius: 14px;\"\u003e\n\u003cdiv style=\"font-size: 32px;\"\u003e✓\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; font-size: 18px; font-weight: bold;\"\u003eMemory Foam\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 7px; font-size: 15px; color: #666666;\"\u003eDas weiche Material passt sich sanft an und sorgt für ein komfortables Liegegefühl.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"box-sizing: border-box; width: 220px; padding: 24px 18px; text-align: center; background: #faf8f3; border: 1px solid #e7dfcf; border-radius: 14px;\"\u003e\n\u003cdiv style=\"font-size: 32px;\"\u003e✓\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; font-size: 18px; font-weight: bold;\"\u003eOffenes Design\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 7px; font-size: 15px; color: #666666;\"\u003eDie Gesichtsöffnung ermöglicht eine freie Position für Nase und Mund.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"box-sizing: border-box; width: 220px; padding: 24px 18px; text-align: center; background: #faf8f3; border: 1px solid #e7dfcf; border-radius: 14px;\"\u003e\n\u003cdiv style=\"font-size: 32px;\"\u003e✓\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; font-size: 18px; font-weight: bold;\"\u003eVielseitig einsetzbar\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 7px; font-size: 15px; color: #666666;\"\u003eGeeignet für Massageliegen, Wellnessanwendungen und entspannte Ruhephasen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUKTDETAILS --\u003e\n\u003cdiv style=\"padding: 45px 25px; background: #151515; color: #ffffff;\"\u003e\n\u003ch2 style=\"margin: 0 0 28px; text-align: center; font-size: 30px;\"\u003eProduktdetails\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 760px; margin: 0 auto;\"\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eMarke:\u003c\/strong\u003e MEDBY\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eProduktart:\u003c\/strong\u003e Gesichtskissen \/ Massagekissen\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eMaterial:\u003c\/strong\u003e Memory Foam\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eFarbe:\u003c\/strong\u003e Grau\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eHöhe:\u003c\/strong\u003e ca. 13 cm\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px; border-bottom: 1px solid #3c3c3c;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eBesonderheiten:\u003c\/strong\u003e Ergonomisch, weich gepolstert, formstabil\u003c\/div\u003e\n\u003cdiv style=\"padding: 15px 5px;\"\u003e\n\u003cstrong style=\"display: inline-block; width: 42%; color: #d7aa32;\"\u003eZustand:\u003c\/strong\u003e Neu\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANWENDUNG --\u003e\n\u003cdiv style=\"padding: 45px 25px; background: #ffffff;\"\u003e\n\u003ch2 style=\"margin: 0 0 15px; text-align: center; font-size: 30px;\"\u003eFür entspannte Anwendungen\u003c\/h2\u003e\n\u003cp style=\"max-width: 760px; margin: 0 auto; text-align: center; font-size: 17px; color: #555555;\"\u003eDas MEDBY Gesichtskissen wurde für eine komfortable Bauchlage entwickelt. Die gepolsterte Kontur unterstützt das Gesicht rundum, während die zentrale Öffnung Platz für Nase und Mund bietet. Ideal für Massagen, Wellnessbehandlungen oder entspannte Ruhephasen zu Hause.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- EINSATZBEREICHE --\u003e\n\u003cdiv style=\"padding: 10px 25px 45px;\"\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto; padding: 30px; background: #f7f3ea; border-radius: 18px;\"\u003e\n\u003ch3 style=\"margin: 0 0 18px; text-align: center; font-size: 24px;\"\u003eGeeignet für\u003c\/h3\u003e\n\u003cdiv style=\"text-align: center; font-size: 17px; color: #444444;\"\u003eMassageliegen  •   Wellness  •   Kosmetikstudios  •   Physiotherapie  •   Entspannung zu Hause\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LIEFERUMFANG --\u003e\n\u003cdiv style=\"padding: 40px 25px; background: #f1eee7; text-align: center;\"\u003e\n\u003ch2 style=\"margin: 0 0 15px; font-size: 28px;\"\u003eLieferumfang\u003c\/h2\u003e\n\u003cp style=\"margin: 0; font-size: 18px; color: #444444;\"\u003e1 × MEDBY ergonomisches Gesichtskissen in Grau\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HINWEIS --\u003e\n\u003cdiv style=\"padding: 30px 25px; background: #ffffff;\"\u003e\n\u003cp style=\"max-width: 820px; margin: 0 auto; text-align: center; font-size: 13px; color: #777777;\"\u003eHinweis: Die Farbdarstellung kann je nach Bildschirm und Lichtverhältnissen leicht vom tatsächlichen Produkt abweichen. Bitte beachten Sie die im Angebot angegebenen Maße und Produktinformationen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv style=\"padding: 28px 20px; background: #111111; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; font-weight: bold; letter-spacing: 3px; color: #ffffff;\"\u003eMEDBY STORE\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 8px; font-size: 14px; color: #d4a62a;\"\u003eKomfort · Qualität · Entspannung\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MEDBY Store","offers":[{"title":"Default Title","offer_id":57048006984006,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1010\/6345\/9142\/files\/ChatGPT_Image_30._Juli_2026_11_06_14.png?v=1785402395"}],"url":"https:\/\/u1itit-67.myshopify.com\/collections\/schlafen-entspannung.oembed","provider":"MEDBY Store","version":"1.0","type":"link"}