{"title":"Kaffee-Likör","description":"\u003c!--\n  PHENIOX Kaffeelikör – responsive Collection Page\n  Reines HTML + CSS, ohne Liquid und ohne JavaScript.\n\n  Shopify:\n  - Den Inhalt in einen Bereich für benutzerdefiniertes HTML einfügen.\n  - Die relativen Bildpfade ..\/06_visual-assets\/... durch die jeweiligen\n    Shopify-CDN-URLs aus \"Inhalte \u003e Dateien\" ersetzen.\n  - Produktlinks und Preise vor Veröffentlichung kontrollieren.\n--\u003e\n\n\u003cstyle\u003e\n  .phx-collection {\n    --phx-page-width: 1320px;\n    --phx-edge: 32px;\n    --phx-section-gap: 96px;\n    --phx-background: #ffffff;\n    --phx-surface: #ffffff;\n    --phx-surface-alt: #f4efe9;\n    --phx-dark: #17100c;\n    --phx-text: #1e1713;\n    --phx-muted: #625951;\n    --phx-light: #ffffff;\n    --phx-light-muted: #e7ded7;\n    --phx-accent: #c79849;\n    --phx-line: #ded5cc;\n    --phx-radius: 4px;\n    width: 100%;\n    overflow: hidden;\n    color: var(--phx-text);\n    background: var(--phx-background);\n    font-family: inherit;\n  }\n\n  .phx-collection *,\n  .phx-collection *::before,\n  .phx-collection *::after {\n    box-sizing: border-box;\n  }\n\n  .phx-collection img {\n    display: block;\n    max-width: 100%;\n  }\n\n  .phx-collection__page,\n  .phx-collection__final-inner {\n    width: min(calc(100% - (var(--phx-edge) * 2)), var(--phx-page-width));\n    margin-inline: auto;\n  }\n\n  .phx-collection__space {\n    margin-block: var(--phx-section-gap);\n  }\n\n  .phx-collection__eyebrow {\n    margin: 0;\n    color: var(--phx-accent);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .phx-collection__eyebrow--dark {\n    color: #926326;\n  }\n\n  .phx-collection__heading {\n    margin: 10px 0 0;\n    color: var(--phx-text);\n    font-size: clamp(30px, 4vw, 52px);\n    font-weight: 600;\n    line-height: 1.08;\n    letter-spacing: -.025em;\n    text-wrap: balance;\n  }\n\n  .phx-collection__copy {\n    margin-top: 20px;\n    color: var(--phx-muted);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .phx-collection__copy p {\n    margin: 0;\n  }\n\n  .phx-collection__copy p + p {\n    margin-top: .8em;\n  }\n\n  .phx-collection__button {\n    display: inline-flex;\n    min-height: 50px;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    padding: 10px 24px;\n    border: 1px solid transparent;\n    border-radius: 2px;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none;\n    transition: transform 180ms ease, background 180ms ease, color 180ms ease;\n  }\n\n  .phx-collection__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .phx-collection__button:focus-visible,\n  .phx-collection a:focus-visible {\n    outline: 2px solid var(--phx-accent);\n    outline-offset: 3px;\n  }\n\n  .phx-collection .phx-collection__button--light {\n    color: var(--phx-dark) !important;\n    background: var(--phx-light);\n  }\n\n  .phx-collection .phx-collection__button--dark {\n    color: var(--phx-light) !important;\n    background: var(--phx-dark);\n  }\n\n  .phx-collection .phx-collection__button--gold {\n    color: var(--phx-dark) !important;\n    background: var(--phx-accent);\n  }\n\n  .phx-collection .phx-collection__button--outline {\n    color: var(--phx-text) !important;\n    border-color: var(--phx-line);\n    background: transparent;\n  }\n\n  \/* Hero *\/\n  .phx-collection__hero {\n    position: relative;\n    min-height: 720px;\n    overflow: hidden;\n    isolation: isolate;\n    background: var(--phx-dark);\n  }\n\n  .phx-collection__hero-picture,\n  .phx-collection__hero-image,\n  .phx-collection__hero-overlay {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n  }\n\n  .phx-collection__hero-image {\n    object-fit: cover;\n    object-position: 50% 50%;\n  }\n\n  .phx-collection__hero-overlay {\n    z-index: 1;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(21, 13, 9, .88) 0%,\n        rgba(21, 13, 9, .72) 34%,\n        rgba(21, 13, 9, .08) 82%\n      );\n  }\n\n  .phx-collection__hero-content {\n    position: absolute;\n    left: max(var(--phx-edge), calc((100% - var(--phx-page-width)) \/ 2 + var(--phx-edge)));\n    top: 52%;\n    z-index: 2;\n    width: min(620px, calc(100% - (var(--phx-edge) * 2)));\n    transform: translateY(-50%);\n    color: var(--phx-light);\n  }\n\n  .phx-collection__hero-heading {\n    margin: 18px 0 0;\n    color: var(--phx-light);\n    font-size: clamp(42px, 6vw, 76px);\n    font-weight: 600;\n    line-height: 1.02;\n    letter-spacing: -.04em;\n    text-wrap: balance;\n  }\n\n  .phx-collection__hero-text {\n    max-width: 570px;\n    margin: 22px 0 0;\n    color: #f2ece8;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .phx-collection__hero .phx-collection__button {\n    margin-top: 28px;\n  }\n\n  \/* Einleitung *\/\n  .phx-collection__intro {\n    display: flex;\n    max-width: 900px;\n    flex-direction: column;\n    align-items: center;\n    margin-inline: auto;\n    text-align: center;\n  }\n\n  .phx-collection__intro .phx-collection__copy {\n    font-size: 18px;\n  }\n\n  .phx-collection__trust {\n    display: grid;\n    width: 100%;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1px;\n    margin-top: 44px;\n    overflow: hidden;\n    border: 1px solid var(--phx-line);\n    border-radius: var(--phx-radius);\n    background: var(--phx-line);\n  }\n\n  .phx-collection__trust-item {\n    display: flex;\n    min-height: 106px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 20px 12px;\n    background: var(--phx-surface);\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.35;\n  }\n\n  .phx-collection__trust-icon {\n    display: grid;\n    width: 38px;\n    height: 38px;\n    place-items: center;\n    color: #3f3f3f;\n  }\n\n  .phx-collection__trust-icon svg {\n    display: block;\n    width: 34px;\n    height: 34px;\n  }\n\n  \/* Produkte *\/\n  .phx-collection__section-head {\n    display: flex;\n    max-width: 760px;\n    flex-direction: column;\n    align-items: center;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .phx-collection__product-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .phx-collection__product-card {\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--phx-line);\n    border-radius: var(--phx-radius);\n    background: var(--phx-surface);\n  }\n\n  .phx-collection__product-media {\n    position: relative;\n    display: block;\n    overflow: hidden;\n    aspect-ratio: 1 \/ 1;\n    background: var(--phx-surface-alt);\n  }\n\n  .phx-collection__product-image {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 550ms cubic-bezier(.2, .65, .3, 1);\n  }\n\n  .phx-collection__product-media:hover .phx-collection__product-image {\n    transform: scale(1.025);\n  }\n\n  .phx-collection__badge {\n    position: absolute;\n    top: 14px;\n    left: 14px;\n    max-width: calc(100% - 28px);\n    padding: 6px 8px;\n    color: var(--phx-dark);\n    background: var(--phx-accent);\n    font-size: 9px;\n    font-weight: 700;\n    line-height: 1.15;\n    letter-spacing: .05em;\n    white-space: nowrap;\n    text-transform: uppercase;\n  }\n\n  .phx-collection__product-info {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 24px;\n  }\n\n  .phx-collection__product-kicker {\n    margin: 0 0 8px;\n    color: #926326;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n\n  .phx-collection__product-title {\n    margin: 0;\n    font-size: 22px;\n    font-weight: 600;\n    line-height: 1.25;\n  }\n\n  .phx-collection__product-title a {\n    color: var(--phx-text) !important;\n    text-decoration: none;\n  }\n\n  .phx-collection__product-description {\n    margin: 12px 0 0;\n    color: var(--phx-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .phx-collection__price {\n    margin: 17px 0 0;\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .phx-collection__unit-price {\n    display: block;\n    margin-top: 4px;\n    color: var(--phx-muted);\n    font-size: 11px;\n    font-weight: 400;\n  }\n\n  .phx-collection__product-card .phx-collection__button {\n    width: 100%;\n    margin-top: 20px;\n  }\n\n  \/* Zweispaltige Story-Module *\/\n  .phx-collection__split {\n    display: grid;\n    min-height: 560px;\n    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);\n    overflow: hidden;\n    border-radius: var(--phx-radius);\n    background: var(--phx-surface-alt);\n  }\n\n  .phx-collection__split--reverse .phx-collection__split-media {\n    order: 2;\n  }\n\n  .phx-collection__split-media {\n    min-height: 100%;\n    overflow: hidden;\n  }\n\n  .phx-collection__split-image {\n    width: 100%;\n    height: 100%;\n    min-height: 560px;\n    object-fit: cover;\n  }\n\n  .phx-collection__split-copy {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    justify-content: center;\n    padding: clamp(38px, 6vw, 76px);\n  }\n\n  .phx-collection__text-link {\n    display: inline-flex;\n    gap: 8px;\n    margin-top: 26px;\n    border-bottom: 1px solid currentColor;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.8;\n    text-decoration: none;\n  }\n\n  \/* Natürlichkeit *\/\n  .phx-collection__natural {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 34px;\n    align-items: center;\n    padding: clamp(38px, 6vw, 76px);\n    border-radius: var(--phx-radius);\n    color: var(--phx-light);\n    background: var(--phx-dark);\n  }\n\n  .phx-collection__natural-icon {\n    display: grid;\n    width: 94px;\n    height: 94px;\n    place-items: center;\n    border: 1px solid #6b5849;\n    border-radius: 50%;\n    color: var(--phx-accent);\n    font-size: 34px;\n  }\n\n  .phx-collection__natural-icon svg {\n    display: block;\n    width: 42px;\n    height: 42px;\n  }\n\n  .phx-collection__natural .phx-collection__heading {\n    color: var(--phx-light);\n  }\n\n  .phx-collection__natural .phx-collection__copy {\n    max-width: 820px;\n    color: var(--phx-light-muted);\n  }\n\n  \/* Vergleich *\/\n  .phx-collection__table-wrap {\n    margin-top: 40px;\n    overflow-x: auto;\n    border: 1px solid var(--phx-line);\n    border-radius: var(--phx-radius);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .phx-collection__table {\n    width: 100%;\n    min-width: 680px;\n    border-collapse: collapse;\n    background: var(--phx-surface);\n  }\n\n  .phx-collection__table th,\n  .phx-collection__table td {\n    padding: 20px 24px;\n    border-bottom: 1px solid var(--phx-line);\n    text-align: left;\n  }\n\n  .phx-collection__table thead th {\n    background: var(--phx-surface-alt);\n    font-size: 17px;\n  }\n\n  .phx-collection__table tbody th {\n    width: 28%;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .phx-collection__table td {\n    color: var(--phx-muted);\n    font-size: 14px;\n  }\n\n  .phx-collection__table tbody tr:last-child th,\n  .phx-collection__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .phx-collection__comparison-actions {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  \/* Abschluss *\/\n  .phx-collection__final {\n    margin-top: var(--phx-section-gap);\n    padding: 96px var(--phx-edge);\n    color: var(--phx-light);\n    background: var(--phx-dark);\n  }\n\n  .phx-collection__final-inner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .phx-collection__final-heading {\n    max-width: 900px;\n    margin: 12px 0 0;\n    color: var(--phx-light);\n    font-size: clamp(34px, 5vw, 62px);\n    font-weight: 600;\n    line-height: 1.08;\n    letter-spacing: -.03em;\n    text-wrap: balance;\n  }\n\n  .phx-collection__final-text {\n    max-width: 660px;\n    margin: 20px 0 0;\n    color: var(--phx-light-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .phx-collection__final-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .phx-collection__age {\n    margin: 26px 0 0;\n    color: #b8aca3;\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n  .phx-visually-hidden {\n    position: absolute !important;\n    width: 1px !important;\n    height: 1px !important;\n    padding: 0 !important;\n    margin: -1px !important;\n    overflow: hidden !important;\n    clip: rect(0, 0, 0, 0) !important;\n    white-space: nowrap !important;\n    border: 0 !important;\n  }\n\n  @media (max-width: 989px) {\n    .phx-collection__product-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .phx-collection__trust {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .phx-collection__product-card:last-child {\n      grid-column: 1 \/ -1;\n      width: min(100%, calc(50% - 12px));\n      justify-self: center;\n    }\n  }\n\n  @media (max-width: 749px) {\n    .phx-collection {\n      --phx-edge: 18px;\n      --phx-section-gap: 60px;\n    }\n\n    .phx-collection__hero {\n      min-height: 720px;\n    }\n\n    .phx-collection__hero-image {\n      object-position: 50% 50%;\n    }\n\n    .phx-collection__hero-overlay {\n      background:\n        linear-gradient(\n          0deg,\n          rgba(21, 13, 9, .94) 0%,\n          rgba(21, 13, 9, .7) 48%,\n          rgba(21, 13, 9, .08) 88%\n        );\n    }\n\n    .phx-collection__hero-content {\n      left: 50%;\n      top: 69%;\n      width: calc(100% - 36px);\n      transform: translate(-50%, -50%);\n    }\n\n    .phx-collection__hero-heading {\n      font-size: clamp(38px, 12vw, 48px);\n    }\n\n    .phx-collection__hero-text,\n    .phx-collection__copy,\n    .phx-collection__intro .phx-collection__copy,\n    .phx-collection__final-text {\n      font-size: 16px;\n    }\n\n    .phx-collection__hero .phx-collection__button {\n      width: 100%;\n    }\n\n    .phx-collection__trust {\n      margin-top: 30px;\n    }\n\n    .phx-collection__trust-item {\n      min-height: 94px;\n      padding: 16px 8px;\n      font-size: 11px;\n      text-align: center;\n    }\n\n    .phx-collection__trust-icon {\n      width: 34px;\n      height: 34px;\n    }\n\n    .phx-collection__trust-icon svg {\n      width: 30px;\n      height: 30px;\n    }\n\n    .phx-collection__section-head {\n      margin-bottom: 28px;\n    }\n\n    .phx-collection__product-grid {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 18px;\n    }\n\n    .phx-collection__product-card:last-child {\n      grid-column: auto;\n      width: 100%;\n    }\n\n    .phx-collection__product-info {\n      padding: 20px;\n    }\n\n    .phx-collection__product-title {\n      font-size: 20px;\n    }\n\n    .phx-collection__badge {\n      top: 10px;\n      left: 10px;\n      max-width: calc(100% - 20px);\n      padding: 5px 7px;\n      font-size: 8px;\n      letter-spacing: .035em;\n    }\n\n    .phx-collection__split {\n      min-height: 0;\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .phx-collection__split--reverse .phx-collection__split-media {\n      order: 0;\n    }\n\n    .phx-collection__split-image {\n      min-height: 0;\n      aspect-ratio: 4 \/ 3;\n    }\n\n    .phx-collection__split-copy {\n      padding: 34px 26px;\n    }\n\n    .phx-collection__natural {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 22px;\n      padding: 34px 26px;\n    }\n\n    .phx-collection__natural-icon {\n      width: 70px;\n      height: 70px;\n    }\n\n    .phx-collection__natural-icon svg {\n      width: 32px;\n      height: 32px;\n    }\n\n    .phx-collection__table-wrap {\n      overflow: hidden;\n    }\n\n    .phx-collection__table {\n      width: 100%;\n      min-width: 0;\n      table-layout: fixed;\n    }\n\n    .phx-collection__table th,\n    .phx-collection__table td {\n      padding: 13px 7px;\n      vertical-align: top;\n      overflow-wrap: anywhere;\n      hyphens: auto;\n    }\n\n    .phx-collection__table thead th {\n      font-size: 11px;\n      line-height: 1.25;\n    }\n\n    .phx-collection__table thead th:first-child,\n    .phx-collection__table tbody th {\n      width: 23%;\n      font-size: 10px;\n      line-height: 1.35;\n    }\n\n    .phx-collection__table thead th:not(:first-child) {\n      width: 38.5%;\n    }\n\n    .phx-collection__table td {\n      font-size: 11px;\n      line-height: 1.4;\n    }\n\n    .phx-collection__comparison-actions,\n    .phx-collection__final-buttons {\n      flex-direction: column;\n      width: 100%;\n    }\n\n    .phx-collection__comparison-actions .phx-collection__button,\n    .phx-collection__final-buttons .phx-collection__button {\n      width: 100%;\n    }\n\n    .phx-collection__final {\n      padding: 60px var(--phx-edge);\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .phx-collection *,\n    .phx-collection *::before,\n    .phx-collection *::after {\n      scroll-behavior: auto !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"phx-collection\" aria-label=\"PHENIOX Kaffeelikör entdecken\"\u003e\n  \u003cheader class=\"phx-collection__hero\"\u003e\n    \u003cpicture class=\"phx-collection__hero-picture\"\u003e\n      \u003c!-- Optional: Für Mobil ein eigenes Hochformat als erste source-Zeile einsetzen. --\u003e\n      \u003csource media=\"(max-width: 749px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/mystic-duo-hero-landscape-v2-timeout-mini.jpg?v=1785136962\"\u003e\n      \u003cimg class=\"phx-collection__hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/mystic-duo-hero-landscape-v2-timeout-mini.jpg?v=1785136962\" alt=\"PHENIOX Espresso- und Cappuccino-Likör\" width=\"1536\" height=\"1024\" loading=\"eager\" fetchpriority=\"high\"\u003e\u003c\/picture\u003e\n    \u003cdiv class=\"phx-collection__hero-overlay\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"phx-collection__hero-content\"\u003e\n      \u003cp class=\"phx-collection__eyebrow\"\u003e\n        PHENIOX × RÖSTFREUNDE × EDELBRENNEREI DIRKER\n      \u003c\/p\u003e\n      \u003ch1 class=\"phx-collection__hero-heading\"\u003eKaffee. Nur anders eingeschenkt.\u003c\/h1\u003e\n      \u003cp class=\"phx-collection__hero-text\"\u003e\n        Zwei Kaffeeliköre, zwei Charaktere und ein gemeinsamer Anspruch:\n        ehrlicher Genuss mit dem ausgezeichneten PHENIOX No. 1 Espresso und regionalem Handwerk.\n      \u003c\/p\u003e\n      \u003ca class=\"phx-collection__button phx-collection__button--light\" href=\"#phx-sorten\"\u003e\n        Deine Sorte entdecken \u003cspan aria-hidden=\"true\"\u003e↓\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"phx-collection__page\"\u003e\n    \u003csection class=\"phx-collection__intro phx-collection__space\"\u003e\n      \u003cp class=\"phx-collection__eyebrow phx-collection__eyebrow--dark\"\u003e\n        Echter Kaffee. Ehrlicher Likör.\n      \u003c\/p\u003e\n      \u003ch2 class=\"phx-collection__heading\"\u003eVom Kaffeeritual zum besonderen Moment.\u003c\/h2\u003e\n      \u003cdiv class=\"phx-collection__copy\"\u003e\n        \u003cp\u003e\n          Kaffee begleitet die besten Gespräche und besondere Anlässe. Genau dieses\n          Gefühl haben wir weitergedacht. Gemeinsam mit den Röstfreunden aus\n          Randersacker und der Edelbrennerei Dirker sind zwei PHENIOX Liköre\n          entstanden, die unseren Anspruch an Kaffee, Design und Qualität ins Glas\n          bringen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"phx-collection__trust\" role=\"list\" aria-label=\"Produktvorteile\"\u003e\n        \u003cdiv class=\"phx-collection__trust-item\" role=\"listitem\"\u003e\n          \u003cspan class=\"phx-collection__trust-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 32 32\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M5 10h17v7.2A8.8 8.8 0 0 1 13.2 26h-.4A7.8 7.8 0 0 1 5 18.2V10Zm17 2h2.2a4.8 4.8 0 0 1 0 9.6h-2.9v-3h2.9a1.8 1.8 0 1 0 0-3.6H22v-3ZM8.2 5.1c0-1.8 1.5-2.7 1.5-4.1h2.4c0 2.3-1.5 3.2-1.5 4.6 0 .7.3 1.2.8 1.9H8.8c-.4-.7-.6-1.5-.6-2.4Zm6.1 0c0-1.8 1.5-2.7 1.5-4.1h2.4c0 2.3-1.5 3.2-1.5 4.6 0 .7.3 1.2.8 1.9h-2.6c-.4-.7-.6-1.5-.6-2.4Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan\u003ePHENIOX No. 1 Espresso\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"phx-collection__trust-item\" role=\"listitem\"\u003e\n          \u003cspan class=\"phx-collection__trust-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 32 32\"\u003e\n              \u003cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16 2.5A10.5 10.5 0 0 0 5.5 13c0 7.6 10.5 16.5 10.5 16.5S26.5 20.6 26.5 13A10.5 10.5 0 0 0 16 2.5Zm0 6.2a4.3 4.3 0 1 0 0 8.6 4.3 4.3 0 0 0 0-8.6Z\" clip-rule=\"evenodd\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan\u003eRegional produziert\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"phx-collection__trust-item\" role=\"listitem\"\u003e\n          \u003cspan class=\"phx-collection__trust-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 32 32\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M27.8 3.2C16 3.8 7.4 7.4 5.1 14.1c-1.7 5 .7 9.1 4.8 10.2 3.6 1 7.2-.6 9.6-3.2 4.5-4.8 6.2-11.4 8.3-17.9ZM7 28.6c4.8-8.1 9.7-12.6 16.6-17.1-5.7 5.3-9.4 10.3-12.8 18L7 28.6Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan\u003eOhne künstliche Aromastoffe\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"phx-collection__trust-item\" role=\"listitem\"\u003e\n          \u003cspan class=\"phx-collection__trust-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 32 32\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M3 12h12v17H3V12Zm14 0h12v17H17V12ZM1.5 7h12.2c-2.5-.8-4.3-2.3-4.3-4.1 0-1.6 1.3-2.9 3.2-2.9 2.1 0 3.4 1.8 4.4 4 1-2.2 2.3-4 4.4-4 1.9 0 3.2 1.3 3.2 2.9 0 1.8-1.8 3.3-4.3 4.1h10.2v4H17V7h-2v4H1.5V7Zm11.2-4.4c-.6 0-.9.3-.9.7 0 .9 1.8 1.8 3.8 2.3-.8-1.8-1.8-3-2.9-3Zm8.6 0c-1.1 0-2.1 1.2-2.9 3 2-.5 3.8-1.4 3.8-2.3 0-.4-.3-.7-.9-.7Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan\u003eLimitierte erste Edition\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"phx-sorten\" class=\"phx-collection__space\"\u003e\n      \u003cdiv class=\"phx-collection__section-head\"\u003e\n        \u003cp class=\"phx-collection__eyebrow phx-collection__eyebrow--dark\"\u003e\n          Finde Deinen Charakter\n        \u003c\/p\u003e\n        \u003ch2 class=\"phx-collection__heading\"\u003eIntensiv, cremig – oder einfach beide.\u003c\/h2\u003e\n        \u003cdiv class=\"phx-collection__copy\"\u003e\n          \u003cp\u003e\n            Zwei Sorten für unterschiedliche Genussmomente. Im Tasting-Duo lernst\n            Du beide kennen.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"phx-collection__product-grid\"\u003e\n        \u003carticle class=\"phx-collection__product-card\"\u003e\n          \u003ca class=\"phx-collection__product-media\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-espresso-likor-500-ml\" aria-label=\"PHENIOX Espresso-Likör entdecken\"\u003e\n            \u003cimg class=\"phx-collection__product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/product-espresso-square-v1.jpg?v=1785137755\" alt=\"Flasche PHENIOX Espresso-Likör\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\n            \u003cspan class=\"phx-collection__badge\"\u003eLimitierte Edition\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003cdiv class=\"phx-collection__product-info\"\u003e\n            \u003cp class=\"phx-collection__product-kicker\"\u003eIntensiv · klar · charakterstark\u003c\/p\u003e\n            \u003ch3 class=\"phx-collection__product-title\"\u003e\n              \u003ca href=\"https:\/\/www.pheniox.de\/products\/pheniox-espresso-likor-500-ml\"\u003ePHENIOX Espresso-Likör\u003c\/a\u003e\n            \u003c\/h3\u003e\n            \u003cp class=\"phx-collection__product-description\"\u003e\n              Dunkler Kaffeecharakter mit unserem PHENIOX No. 1 Espresso.\n              Pur, gut gekühlt oder auf Eis genießen.\n            \u003c\/p\u003e\n            \u003cp class=\"phx-collection__price\"\u003e\n              24,90 €\n              \u003cspan class=\"phx-collection__unit-price\"\u003e49,80 €\/l · 500 ml · 15,3 % vol.\u003c\/span\u003e\n            \u003c\/p\u003e\n            \u003ca class=\"phx-collection__button phx-collection__button--dark\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-espresso-likor-500-ml\"\u003e\n              Espresso-Likör entdecken \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"phx-collection__product-card\"\u003e\n          \u003ca class=\"phx-collection__product-media\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-cappuccino-likor-500-ml\" aria-label=\"PHENIOX Cappuccino-Likör entdecken\"\u003e\n            \u003cimg class=\"phx-collection__product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/product-cappuccino-square-v1.jpg?v=1785139022\" alt=\"Flasche PHENIOX Cappuccino-Likör\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\n            \u003cspan class=\"phx-collection__badge\"\u003eLimitierte Edition\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003cdiv class=\"phx-collection__product-info\"\u003e\n            \u003cp class=\"phx-collection__product-kicker\"\u003eCremig · weich · besonders\u003c\/p\u003e\n            \u003ch3 class=\"phx-collection__product-title\"\u003e\n              \u003ca href=\"https:\/\/www.pheniox.de\/products\/pheniox-cappuccino-likor-500-ml\"\u003ePHENIOX Cappuccino-Likör\u003c\/a\u003e\n            \u003c\/h3\u003e\n            \u003cp class=\"phx-collection__product-description\"\u003e\n              Kaffeelikör trifft auf feinen Sahnelikör – für den eigenen Genuss,\n              gemeinsame Abende und besondere Desserts.\n            \u003c\/p\u003e\n            \u003cp class=\"phx-collection__price\"\u003e\n              24,90 €\n              \u003cspan class=\"phx-collection__unit-price\"\u003e49,80 €\/l · 500 ml · 17 % vol.\u003c\/span\u003e\n            \u003c\/p\u003e\n            \u003ca class=\"phx-collection__button phx-collection__button--dark\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-cappuccino-likor-500-ml\"\u003e\n              Cappuccino-Likör entdecken \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"phx-collection__product-card\"\u003e\n          \u003ca class=\"phx-collection__product-media\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\" aria-label=\"PHENIOX Kaffeelikör Tasting-Duo entdecken\"\u003e\n            \u003cimg class=\"phx-collection__product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/mystic-duo-orbit-square-v1.jpg?v=1785139031\" alt=\"PHENIOX Espresso- und Cappuccino-Likör im Tasting-Duo\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\n            \u003cspan class=\"phx-collection__badge\"\u003eBeide Sorten\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003cdiv class=\"phx-collection__product-info\"\u003e\n            \u003cp class=\"phx-collection__product-kicker\"\u003eIntensiv und cremig\u003c\/p\u003e\n            \u003ch3 class=\"phx-collection__product-title\"\u003e\n              \u003ca href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\"\u003e\n                PHENIOX Kaffeelikör Tasting-Duo\n              \u003c\/a\u003e\n            \u003c\/h3\u003e\n            \u003cp class=\"phx-collection__product-description\"\u003e\n              Espresso und Cappuccino gemeinsam entdecken – zwei Charaktere für\n              besondere Genussmomente.\n            \u003c\/p\u003e\n            \u003cp class=\"phx-collection__price\"\u003e\n              47,90 €\n              \u003cspan class=\"phx-collection__unit-price\"\u003e2 × 500 ml\u003c\/span\u003e\n            \u003c\/p\u003e\n            \u003ca class=\"phx-collection__button phx-collection__button--dark\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\"\u003e\n              Tasting-Duo entdecken \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"phx-collection__split phx-collection__space\"\u003e\n      \u003cdiv class=\"phx-collection__split-media\"\u003e\n        \u003cimg class=\"phx-collection__split-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/mystic-coffee-particles-landscape-v2-timeout-mini.jpg?v=1785139042\" alt=\"Kaffeebohnen und feines Kaffeemehl\" width=\"1536\" height=\"1024\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"phx-collection__split-copy\"\u003e\n        \u003cp class=\"phx-collection__eyebrow phx-collection__eyebrow--dark\"\u003e\n          Echte Handwerkskunst kennt keine Abkürzungen\n        \u003c\/p\u003e\n        \u003ch2 class=\"phx-collection__heading\"\u003eDrei Partner. Ein gemeinsamer Anspruch.\u003c\/h2\u003e\n        \u003cdiv class=\"phx-collection__copy\"\u003e\n          \u003cp\u003e\n            Die Basis bildet unser PHENIOX No. 1 Espresso. Er wird von den\n            Röstfreunden aus Randersacker geröstet und wurde als „Espresso des\n            Jahres 2023“ ausgezeichnet. Aus dem No. 1 Espresso stellt Arno Dirker in\n            Mömbris-Niedersteinbach unsere Liköre her und füllt sie dort ab.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            PHENIOX verbindet echten Kaffee, anerkanntes Brennereihandwerk und\n            modernes Design.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"phx-collection__natural phx-collection__space\"\u003e\n      \u003cdiv class=\"phx-collection__natural-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 32 32\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M27.8 3.2C16 3.8 7.4 7.4 5.1 14.1c-1.7 5 .7 9.1 4.8 10.2 3.6 1 7.2-.6 9.6-3.2 4.5-4.8 6.2-11.4 8.3-17.9ZM7 28.6c4.8-8.1 9.7-12.6 16.6-17.1-5.7 5.3-9.4 10.3-12.8 18L7 28.6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"phx-collection__eyebrow\"\u003eEchter Ursprung\u003c\/p\u003e\n        \u003ch2 class=\"phx-collection__heading\"\u003e\n          Was drin ist, soll nach Kaffee schmecken.\n        \u003c\/h2\u003e\n        \u003cdiv class=\"phx-collection__copy\"\u003e\n          \u003cp\u003e\n            Deshalb setzen wir auf unseren PHENIOX No. 1 Espresso aus frisch gerösteten Bohnen und\n            verzichten auf künstliche Kaffeearomastoffe. Keine beliebige\n            Kaffeearomatik aus dem Labor, sondern ein Likör, dessen Ausgangspunkt\n            unser No. 1 Espresso ist – ausgezeichnet als „Espresso des Jahres 2023“.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"phx-collection__space\"\u003e\n      \u003cdiv class=\"phx-collection__section-head\"\u003e\n        \u003cp class=\"phx-collection__eyebrow phx-collection__eyebrow--dark\"\u003e\n          Espresso oder Cappuccino?\n        \u003c\/p\u003e\n        \u003ch2 class=\"phx-collection__heading\"\u003eZwei Sorten. Zwei Charaktere.\u003c\/h2\u003e\n        \u003cdiv class=\"phx-collection__copy\"\u003e\n          \u003cp\u003eWähle den Kaffeelikör, der zu Deinem Moment passt.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"phx-collection__table-wrap\"\u003e\n        \u003ctable class=\"phx-collection__table\"\u003e\n          \u003ccaption class=\"phx-visually-hidden\"\u003e\n            Vergleich von Espresso- und Cappuccino-Likör\n          \u003c\/caption\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003e\u003cspan class=\"phx-visually-hidden\"\u003eEigenschaft\u003c\/span\u003e\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eEspresso-Likör\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eCappuccino-Likör\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCharakter\u003c\/th\u003e\n              \u003ctd\u003eintensiv und klar\u003c\/td\u003e\n              \u003ctd\u003ecremig und weich\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFarbe\u003c\/th\u003e\n              \u003ctd\u003etiefes Espresso-Braun\u003c\/td\u003e\n              \u003ctd\u003ewarmes Cappuccino-Beige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eGenuss\u003c\/th\u003e\n              \u003ctd\u003epur, gekühlt oder auf Eis\u003c\/td\u003e\n              \u003ctd\u003epur, gekühlt, auf Eis oder zum Dessert\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAlkohol\u003c\/th\u003e\n              \u003ctd\u003e15,3 % vol.\u003c\/td\u003e\n              \u003ctd\u003e17 % vol.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eInhalt\u003c\/th\u003e\n              \u003ctd\u003e500 ml\u003c\/td\u003e\n              \u003ctd\u003e500 ml\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"phx-collection__comparison-actions\"\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--outline\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-espresso-likor-500-ml\"\u003e\n          Espresso wählen\n        \u003c\/a\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--outline\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-cappuccino-likor-500-ml\"\u003e\n          Cappuccino wählen\n        \u003c\/a\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--dark\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\"\u003e\n          Beide im Tasting-Duo\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"phx-collection__split phx-collection__split--reverse phx-collection__space\"\u003e\n      \u003cdiv class=\"phx-collection__split-media\"\u003e\n        \u003cimg class=\"phx-collection__split-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/mystic-duo-orbit-square-v1.jpg?v=1785139031\" alt=\"PHENIOX Kaffeelikör als Geschenkidee\" width=\"1536\" height=\"1024\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"phx-collection__split-copy\"\u003e\n        \u003cp class=\"phx-collection__eyebrow phx-collection__eyebrow--dark\"\u003e\n          Für besondere Momente\n        \u003c\/p\u003e\n        \u003ch2 class=\"phx-collection__heading\"\u003e\n          Für Menschen, die Kaffee wirklich mögen.\n        \u003c\/h2\u003e\n        \u003cdiv class=\"phx-collection__copy\"\u003e\n          \u003cp\u003e\n            Ein Geschenk muss nicht groß sein, um besonders zu wirken. Die\n            hochwertige Flasche, die regionale Geschichte und zwei klar\n            unterscheidbare Sorten machen PHENIOX Kaffeelikör zur unkomplizierten\n            Geschenkidee für Gastgeber, Kaffeefans und Genussmenschen.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--dark\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\" style=\"margin-top: 28px\"\u003e\n          Tasting-Duo entdecken \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"phx-collection__final\"\u003e\n    \u003cdiv class=\"phx-collection__final-inner\"\u003e\n      \u003cp class=\"phx-collection__eyebrow\"\u003eDein besonderer Moment\u003c\/p\u003e\n      \u003ch2 class=\"phx-collection__final-heading\"\u003e\n        Welcher Charakter darf Dich begleiten?\n      \u003c\/h2\u003e\n      \u003cp class=\"phx-collection__final-text\"\u003e\n        Intensiv, cremig oder beide: Entdecke die limitierte erste Edition.\n      \u003c\/p\u003e\n      \u003cdiv class=\"phx-collection__final-buttons\"\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--light\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-espresso-likor-500-ml\"\u003e\n          Espresso-Likör wählen\n        \u003c\/a\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--light\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-cappuccino-likor-500-ml\"\u003e\n          Cappuccino-Likör wählen\n        \u003c\/a\u003e\n        \u003ca class=\"phx-collection__button phx-collection__button--gold\" href=\"https:\/\/www.pheniox.de\/products\/pheniox-kaffeelikor-tasting-duo-2-500-ml\"\u003e\n          Beide probieren\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"phx-collection__age\"\u003e\n        Verkauf und Versand ausschließlich an Personen ab 18 Jahren.\n        Bitte verantwortungsvoll genießen.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\u003c\/section\u003e\n","products":[{"product_id":"pheniox-espresso-likor-500-ml","title":"PHENIOX Espresso-Likör – 500 ml","description":"\u003cp\u003e\u003cstrong\u003eEchter Kaffee. Ehrlicher Likör.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eDer PHENIOX Espresso-Likör ist dunkel, intensiv und charakterstark. Seine Basis bilden echte, frisch geröstete Premium-Bohnen der Kaffeeröstfreunde aus Randersacker – kein künstliches Kaffeearoma. Verwendet wird der ausgezeichnete Espresso des Jahres 2023.\u003c\/p\u003e\n\n\u003cp\u003eIn Mömbris-Niedersteinbach veredelt die vielfach ausgezeichnete Edelbrennerei Dirker den Espresso zu einem natürlichen Likör mit deutlichem Kaffeecharakter. So verbindet jede Flasche ausgezeichneten Kaffee, regionales Brennereihandwerk und den modernen Designanspruch von PHENIOX.\u003c\/p\u003e\n\n\u003ch3\u003eFür besondere Kaffeemomente\u003c\/h3\u003e\n\u003cp\u003eGenieße den Espresso-Likör gut gekühlt, auf einem großen Eiswürfel oder als besondere Basis für einen Espresso-Cocktail. Auch Desserts verleiht er einen intensiven Kaffeeakzent.\u003c\/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003eAus echten, frisch gerösteten Premium-Bohnen\u003c\/li\u003e\n  \u003cli\u003eMit dem ausgezeichneten Espresso des Jahres 2023\u003c\/li\u003e\n  \u003cli\u003eBohnen der Kaffeeröstfreunde aus Randersacker\u003c\/li\u003e\n  \u003cli\u003eProduziert und abgefüllt von der Edelbrennerei Dirker\u003c\/li\u003e\n  \u003cli\u003eNatürliche Zutaten und keine künstlichen Aromastoffe\u003c\/li\u003e\n  \u003cli\u003eLimitierte erste Edition\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eFür Kaffeeliebhaber, Gastgeber und alle, die einen besonderen Abend bewusst zelebrieren möchten.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003csmall\u003e15,3 % vol. · 500 ml · Verkauf und Versand ausschließlich an Personen ab 18 Jahren. Bitte verantwortungsvoll genießen.\u003c\/small\u003e\u003c\/p\u003e\n","brand":"PHENIOX","offers":[{"title":"Default Title","offer_id":54683767243075,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/product-espresso-square-v1.jpg?v=1785137755"},{"product_id":"pheniox-cappuccino-likor-500-ml","title":"PHENIOX Cappuccino-Likör – 500 ml","description":"\u003cp\u003e\u003cstrong\u003eKaffee trifft Cremigkeit.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eUnser PHENIOX Kaffeelikör verbindet sich mit feinem Sahnelikör zu einem weichen, cremigen Cappuccino-Moment. Die Basis bildet der PHENIOX No. 1 Espresso der Röstfreunde aus Randersacker, ausgezeichnet als „Espresso des Jahres 2023“.\u003c\/p\u003e\n\n\u003cp\u003eIn Mömbris-Niedersteinbach veredelt die vielfach ausgezeichnete Edelbrennerei Dirker den Kaffeelikör gemeinsam mit Sahnelikör zu einer modernen Spezialität mit deutlichem Kaffeecharakter. So vereint jede Flasche ausgezeichneten Espresso, regionale Herstellung und den Designanspruch von PHENIOX.\u003c\/p\u003e\n\n\u003ch3\u003eCremiger Genuss für besondere Momente\u003c\/h3\u003e\n\u003cp\u003eGenieße den Cappuccino-Likör gut gekühlt, auf einem großen Eiswürfel oder als cremige Begleitung zu einem Dessert. Ein besonderer Abschluss nach dem Essen, ein Genuss für gemeinsame Abende oder eine stilvolle Geschenkidee für Kaffeeliebhaber.\u003c\/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003eCremige Verbindung aus Kaffee- und Sahnelikör\u003c\/li\u003e\n  \u003cli\u003eMit dem PHENIOX No. 1 Espresso\u003c\/li\u003e\n  \u003cli\u003eAusgezeichnet als „Espresso des Jahres 2023“\u003c\/li\u003e\n  \u003cli\u003eGeröstet von den Röstfreunden aus Randersacker\u003c\/li\u003e\n  \u003cli\u003eProduziert und abgefüllt von der Edelbrennerei Dirker\u003c\/li\u003e\n  \u003cli\u003eLimitierte erste Edition\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eFür alle, die an Kaffee genau den Moment lieben, in dem Intensität und Cremigkeit zusammenkommen.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003csmall\u003e17 % vol. · 500 ml · Enthält Milch. Verkauf und Versand ausschließlich an Personen ab 18 Jahren. Bitte verantwortungsvoll genießen.\u003c\/small\u003e\u003c\/p\u003e\n","brand":"PHENIOX","offers":[{"title":"Default Title","offer_id":54683935932739,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/product-cappuccino-square-v1.jpg?v=1785139022"},{"product_id":"pheniox-kaffeelikor-tasting-duo-2-500-ml","title":"PHENIOX Kaffeelikör Tasting-Duo – 2 × 500 ml","description":"\u003cp\u003e\u003cstrong\u003eIntensiv oder cremig? Mit dem Tasting-Duo musst Du Dich nicht entscheiden.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eDas PHENIOX Kaffeelikör Tasting-Duo vereint beide Liköre unserer limitierten ersten Edition: den charakterstarken Espresso-Likör und den weichen Cappuccino-Likör. Beide entstehen auf Basis des PHENIOX No. 1 Espresso, geröstet von den Röstfreunden aus Randersacker und ausgezeichnet als „Espresso des Jahres 2023“.\u003c\/p\u003e\n\n\u003cp\u003eDie Edelbrennerei Dirker in Mömbris-Niedersteinbach veredelt den ausgezeichneten Espresso zu zwei unterschiedlichen Genussmomenten. Der Espresso-Likör stellt den intensiven Kaffeecharakter in den Mittelpunkt. Beim Cappuccino-Likör trifft unser Kaffeelikör auf feinen Sahnelikör und wird dadurch besonders cremig.\u003c\/p\u003e\n\n\u003ch3\u003eZwei Sorten, ein gemeinsamer Anspruch\u003c\/h3\u003e\n\u003cp\u003eDas Duo ist ideal zum gemeinsamen Probieren, zum Verschenken oder für alle, die je nach Moment zwischen intensivem und cremigem Kaffeegenuss wählen möchten. Beide Sorten schmecken gut gekühlt oder auf Eis; der Espresso-Likör eignet sich außerdem für Kaffee-Cocktails, der Cappuccino-Likör besonders als Begleitung zu einem Dessert.\u003c\/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003e1 × PHENIOX Espresso-Likör, 500 ml, 15,3 % vol.\u003c\/li\u003e\n  \u003cli\u003e1 × PHENIOX Cappuccino-Likör, 500 ml, 17 % vol.\u003c\/li\u003e\n  \u003cli\u003eMit dem PHENIOX No. 1 Espresso\u003c\/li\u003e\n  \u003cli\u003eGeröstet von den Röstfreunden aus Randersacker\u003c\/li\u003e\n  \u003cli\u003eProduziert und abgefüllt von der Edelbrennerei Dirker\u003c\/li\u003e\n  \u003cli\u003e1,90 € Preisvorteil gegenüber zwei Einzelflaschen\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eZwei Kaffeeliköre für zwei unterschiedliche Genusscharaktere.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003csmall\u003eEnthält Alkohol. Der Cappuccino-Likör enthält Milch. Verkauf und Versand ausschließlich an Personen ab 18 Jahren. Bitte verantwortungsvoll genießen.\u003c\/small\u003e\u003c\/p\u003e\n","brand":"PHENIOX","offers":[{"title":"Default Title","offer_id":54683938947395,"sku":null,"price":47.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/3389\/1395\/files\/campaign-tasting-square-v2-timeout-mini.jpg?v=1785144535"}],"url":"https:\/\/www.pheniox.de\/collections\/kaffee-likor.oembed","provider":"PHENIOX","version":"1.0","type":"link"}