{"product_id":"handbestickte-gefasse","title":"Handbestickte Gefäße von Kopf \u0026 Hals | Anatomischer Kunstdruck","description":"\u003cstyle\u003e\n  .anatomy-product {\n    --text: #252422;\n    --muted: #6d675f;\n    --accent: #9a7447;\n    --accent-dark: #6f5131;\n    --accent-soft: #f5eee5;\n    --cream: #fbf9f6;\n    --border: #e5dbcf;\n    --white: #ffffff;\n\n    max-width: 920px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .anatomy-product * {\n    box-sizing: border-box;\n  }\n\n  .anatomy-product h2,\n  .anatomy-product h3,\n  .anatomy-product p {\n    margin-top: 0;\n  }\n\n  .anatomy-product svg {\n    width: 26px;\n    height: 26px;\n    stroke: currentColor;\n    fill: none;\n    stroke-width: 1.7;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* HERO *\/\n  .ap-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 34px 32px;\n    margin-bottom: 18px;\n    background:\n      radial-gradient(circle at 90% 15%, rgba(154,116,71,.11), transparent 34%),\n      linear-gradient(135deg, #fbf9f6 0%, #f4ece2 100%);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .ap-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 11px;\n    color: var(--accent-dark);\n    font-size: 12px;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .ap-kicker svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .ap-hero h2 {\n    max-width: 680px;\n    margin-bottom: 13px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4.3vw, 42px);\n    font-weight: 500;\n    line-height: 1.12;\n    letter-spacing: -.4px;\n  }\n\n  .ap-hero p {\n    max-width: 720px;\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  \/* FEATURES *\/\n  .ap-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 11px;\n    margin-bottom: 30px;\n  }\n\n  .ap-feature {\n    padding: 19px 15px;\n    text-align: center;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .ap-feature-icon {\n    display: flex;\n    width: 46px;\n    height: 46px;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    color: var(--accent-dark);\n    background: var(--accent-soft);\n    border-radius: 50%;\n  }\n\n  .ap-feature-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 15px;\n    color: var(--text);\n  }\n\n  .ap-feature-text {\n    display: block;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  \/* SECTIONS *\/\n  .ap-section {\n    margin-bottom: 31px;\n  }\n\n  .ap-section-head {\n    margin-bottom: 15px;\n  }\n\n  .ap-mini {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--accent-dark);\n    font-size: 11px;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .ap-section h3 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 26px;\n    font-weight: 500;\n    line-height: 1.25;\n  }\n\n  .ap-section p {\n    margin-bottom: 12px;\n    color: var(--muted);\n  }\n\n  \/* SIZES *\/\n  .ap-sizes {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 11px;\n    margin-top: 16px;\n  }\n\n  .ap-size {\n    position: relative;\n    overflow: hidden;\n    padding: 20px 12px;\n    text-align: center;\n    background: linear-gradient(180deg, #fff 0%, #fbf8f4 100%);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .ap-size::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 20%;\n    width: 60%;\n    height: 2px;\n    background: var(--accent);\n  }\n\n  .ap-size-name {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--accent-dark);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 29px;\n    line-height: 1;\n  }\n\n  .ap-size-cm {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 13px;\n    color: var(--text);\n  }\n\n  .ap-size-note {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* PAPER *\/\n  .ap-paper {\n    margin-bottom: 31px;\n    padding: 27px;\n    background: linear-gradient(135deg, #f7f1e9 0%, #fcfaf7 100%);\n    border: 1px solid var(--border);\n    border-radius: 17px;\n  }\n\n  .ap-paper-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 17px;\n    margin-bottom: 19px;\n  }\n\n  .ap-paper-icon {\n    display: flex;\n    flex: 0 0 52px;\n    width: 52px;\n    height: 52px;\n    align-items: center;\n    justify-content: center;\n    color: var(--accent-dark);\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 50%;\n  }\n\n  .ap-paper h3 {\n    margin-bottom: 6px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1.25;\n  }\n\n  .ap-paper p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .ap-paper-specs {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 9px;\n  }\n\n  .ap-paper-spec {\n    padding: 15px 12px;\n    background: rgba(255,255,255,.8);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n  }\n\n  .ap-paper-spec svg {\n    width: 22px;\n    height: 22px;\n    margin-bottom: 7px;\n    color: var(--accent-dark);\n  }\n\n  .ap-paper-spec-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 14px;\n    color: var(--text);\n  }\n\n  .ap-paper-spec-text {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .ap-weight {\n    display: inline-flex;\n    align-items: baseline;\n    gap: 5px;\n    margin-top: 15px;\n    padding: 9px 14px;\n    color: var(--accent-dark);\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 999px;\n  }\n\n  .ap-weight-number {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n  }\n\n  .ap-weight-unit {\n    font-size: 12px;\n  }\n\n  \/* HANDMADE *\/\n  .ap-handmade {\n    display: grid;\n    grid-template-columns: 58px 1fr;\n    gap: 16px;\n    padding: 24px;\n    margin-bottom: 30px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--accent);\n    border-radius: 0 15px 15px 0;\n  }\n\n  .ap-handmade-icon {\n    display: flex;\n    width: 52px;\n    height: 52px;\n    align-items: center;\n    justify-content: center;\n    color: var(--accent-dark);\n    background: var(--accent-soft);\n    border-radius: 50%;\n  }\n\n  .ap-handmade h3 {\n    margin-bottom: 7px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 22px;\n    font-weight: 500;\n  }\n\n  .ap-handmade p {\n    margin: 0;\n    color: var(--muted);\n  }\n\n  \/* KÜNSTLERIN NUR DEZENT *\/\n  .ap-credit {\n    display: block;\n    margin-top: 11px;\n    color: #aaa39a;\n    font-size: 10px;\n    line-height: 1.4;\n    letter-spacing: .2px;\n  }\n\n  \/* PRODUCTION *\/\n  .ap-production {\n    padding: 23px;\n    margin-bottom: 30px;\n    color: #fff;\n    background: #37322d;\n    border-radius: 15px;\n  }\n\n  .ap-production-top {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n    margin-bottom: 8px;\n  }\n\n  .ap-production-icon {\n    display: flex;\n    width: 40px;\n    height: 40px;\n    flex: 0 0 40px;\n    align-items: center;\n    justify-content: center;\n    color: #e4c79f;\n    background: rgba(255,255,255,.08);\n    border-radius: 50%;\n  }\n\n  .ap-production-icon svg {\n    width: 22px;\n    height: 22px;\n  }\n\n  .ap-production h3 {\n    margin: 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-weight: 500;\n    color: #fff;\n  }\n\n  .ap-production p {\n    margin: 0;\n    color: rgba(255,255,255,.77);\n    font-size: 14px;\n  }\n\n  \/* USE *\/\n  .ap-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 9px;\n    margin-top: 14px;\n  }\n\n  .ap-use {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    padding: 13px 14px;\n    background: var(--cream);\n    border: 1px solid #eee7df;\n    border-radius: 11px;\n    color: var(--text);\n    font-size: 14px;\n  }\n\n  .ap-use svg {\n    flex: 0 0 20px;\n    width: 20px;\n    height: 20px;\n    color: var(--accent-dark);\n  }\n\n  .ap-final {\n    padding: 21px 22px;\n    color: var(--muted);\n    font-size: 14px;\n    text-align: center;\n    border-top: 1px solid var(--border);\n  }\n\n  .ap-final-line {\n    display: block;\n    width: 50px;\n    height: 1px;\n    margin: 0 auto 13px;\n    background: var(--accent);\n  }\n\n  @media screen and (max-width: 749px) {\n    .anatomy-product {\n      font-size: 15px;\n      line-height: 1.62;\n    }\n\n    .ap-hero {\n      padding: 24px 19px;\n      border-radius: 14px;\n    }\n\n    .ap-hero p {\n      font-size: 15px;\n    }\n\n    .ap-features {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .ap-feature {\n      display: grid;\n      grid-template-columns: 44px 1fr;\n      column-gap: 11px;\n      padding: 13px 14px;\n      text-align: left;\n    }\n\n    .ap-feature-icon {\n      grid-row: 1 \/ 3;\n      width: 42px;\n      height: 42px;\n      margin: auto 0;\n    }\n\n    .ap-section h3,\n    .ap-paper h3 {\n      font-size: 22px;\n    }\n\n    .ap-sizes {\n      gap: 6px;\n    }\n\n    .ap-size {\n      padding: 16px 5px;\n    }\n\n    .ap-size-name {\n      font-size: 24px;\n    }\n\n    .ap-size-cm {\n      font-size: 11px;\n    }\n\n    .ap-size-note {\n      font-size: 10px;\n    }\n\n    .ap-paper {\n      padding: 20px 17px;\n    }\n\n    .ap-paper-top {\n      gap: 12px;\n    }\n\n    .ap-paper-icon {\n      flex-basis: 44px;\n      width: 44px;\n      height: 44px;\n    }\n\n    .ap-paper-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .ap-paper-spec {\n      display: grid;\n      grid-template-columns: 30px 1fr;\n      column-gap: 8px;\n    }\n\n    .ap-paper-spec svg {\n      grid-row: 1 \/ 3;\n      margin: 2px 0 0;\n    }\n\n    .ap-handmade {\n      grid-template-columns: 44px 1fr;\n      gap: 11px;\n      padding: 18px 16px;\n    }\n\n    .ap-handmade-icon {\n      width: 42px;\n      height: 42px;\n    }\n\n    .ap-production {\n      padding: 19px 17px;\n    }\n\n    .ap-use-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ap-credit {\n      font-size: 9px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"anatomy-product\"\u003e\n\n  \u003cdiv class=\"ap-hero\"\u003e\n\n    \u003cdiv class=\"ap-kicker\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M16.5 3.5a2.12 2.12 0 0 1 3 3L8 18l-4 1 1-4Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      Anatomische Kunst trifft echte Handarbeit\n    \u003c\/div\u003e\n\n    \u003ch2\u003eEin anatomisches Kunstwerk, das durch Handarbeit lebendig wird\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Dieses außergewöhnliche Motiv verbindet eine detailreiche anatomische Darstellung\n      von Kopf und Hals mit von Hand eingearbeiteten roten und blauen Fäden.\n      Dadurch entsteht eine faszinierende dreidimensionale Wirkung, bei der das\n      Gefäßsystem sichtbar aus der klassischen Illustration hervortritt.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-features\"\u003e\n\n    \u003cdiv class=\"ap-feature\"\u003e\n      \u003cdiv class=\"ap-feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-9.33-8.26C.9 9.75 2.17 5.5 6.08 5.08 8.2 4.85 10 6 12 8c2-2 3.8-3.15 5.92-2.92 3.91.42 5.18 4.67 3.41 7.66C19 16.65 12 21 12 21Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"ap-feature-title\"\u003e100 % Handarbeit\u003c\/span\u003e\n      \u003cspan class=\"ap-feature-text\"\u003eJedes Exemplar wird einzeln von Hand bearbeitet.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ap-feature\"\u003e\n      \u003cdiv class=\"ap-feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 15c2-5 6-7 9-7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 9h.01\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 15h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"ap-feature-title\"\u003eJedes Stück ein Unikat\u003c\/span\u003e\n      \u003cspan class=\"ap-feature-text\"\u003eKeine industrielle Massenproduktion.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ap-feature\"\u003e\n      \u003cdiv class=\"ap-feature-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 2h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 22h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 2v6l4 4 4-4V2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 22v-6l4-4 4 4v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"ap-feature-title\"\u003eStark limitierte Fertigung\u003c\/span\u003e\n      \u003cspan class=\"ap-feature-text\"\u003ePro Tag können nur wenige Exemplare entstehen.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-section\"\u003e\n\n    \u003cdiv class=\"ap-section-head\"\u003e\n      \u003cspan class=\"ap-mini\"\u003eWähle dein Format\u003c\/span\u003e\n      \u003ch3\u003eErhältlich in A5, A4 und A3\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Wähle die Größe passend zu deinem Raum, deiner Praxis oder deinem Arbeitsplatz.\n      Das anatomische Motiv bleibt bei allen drei Varianten vollständig erhalten.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ap-sizes\"\u003e\n\n      \u003cdiv class=\"ap-size\"\u003e\n        \u003cspan class=\"ap-size-name\"\u003eA5\u003c\/span\u003e\n        \u003cspan class=\"ap-size-cm\"\u003e14,8 × 21 cm\u003c\/span\u003e\n        \u003cspan class=\"ap-size-note\"\u003eKompakt und dezent\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-size\"\u003e\n        \u003cspan class=\"ap-size-name\"\u003eA4\u003c\/span\u003e\n        \u003cspan class=\"ap-size-cm\"\u003e21 × 29,7 cm\u003c\/span\u003e\n        \u003cspan class=\"ap-size-note\"\u003eAusgewogene Standardgröße\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-size\"\u003e\n        \u003cspan class=\"ap-size-name\"\u003eA3\u003c\/span\u003e\n        \u003cspan class=\"ap-size-cm\"\u003e29,7 × 42 cm\u003c\/span\u003e\n        \u003cspan class=\"ap-size-note\"\u003eGroß und besonders präsent\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-paper\"\u003e\n\n    \u003cdiv class=\"ap-paper-top\"\u003e\n\n      \u003cdiv class=\"ap-paper-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 3h10l4 4v14H5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 3v5h5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 17h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eSpeziell ausgewähltes Kunstdruckpapier\u003c\/h3\u003e\n        \u003cp\u003e\n          Das anatomische Motiv wird auf hochwertigem, leicht strukturiertem\n          Kunstdruckpapier gedruckt. Das Papier wird gezielt so ausgewählt,\n          dass es sich besonders gut für die anschließende Stickarbeit eignet.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ap-paper-specs\"\u003e\n\n      \u003cdiv class=\"ap-paper-spec\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 5h16v14H4Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 9h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 13h7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"ap-paper-spec-title\"\u003e250–300 g\/m²\u003c\/span\u003e\n        \u003cspan class=\"ap-paper-spec-text\"\u003e\n          Hochwertiges und besonders stabiles Kunstdruckpapier.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-paper-spec\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6l4-4 4 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 18l4 4 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"ap-paper-spec-title\"\u003eIdeal für Stickarbeiten\u003c\/span\u003e\n        \u003cspan class=\"ap-paper-spec-text\"\u003e\n          Stabil und gleichzeitig so gewählt, dass die Nadel sauber hindurchgeführt werden kann.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-paper-spec\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 15c5-7 11-9 16-9-1 7-5 13-12 13-2 0-3-1-4-4Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 17c3-4 6-6 11-9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan class=\"ap-paper-spec-title\"\u003eLeicht strukturiert\u003c\/span\u003e\n        \u003cspan class=\"ap-paper-spec-text\"\u003e\n          Die dezente Oberfläche verleiht dem Kunstwerk eine hochwertige Haptik.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ap-weight\"\u003e\n      \u003cspan class=\"ap-weight-number\"\u003e250–300\u003c\/span\u003e\n      \u003cspan class=\"ap-weight-unit\"\u003eg\/m² Kunstdruckpapier\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-handmade\"\u003e\n\n    \u003cdiv class=\"ap-handmade-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 21s-6.5-4-8.5-7.5C1.5 10 3 6 6.5 5.5 8.5 5.2 10.3 6.5 12 8.2c1.7-1.7 3.5-3 5.5-2.7C21 6 22.5 10 20.5 13.5 18.5 17 12 21 12 21Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eStück für Stück von Hand gefertigt\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Nach dem Druck beginnt die eigentliche Handarbeit. Die roten und blauen\n        Fäden werden einzeln gesetzt, durch das Papier geführt und sorgfältig\n        verarbeitet. Dadurch gleicht kein Exemplar vollkommen dem anderen.\n        Kleine Unterschiede in der Führung der Fäden sind Teil des individuellen\n        Charakters eines handgefertigten Kunstwerks.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"ap-credit\"\u003e\n        Handgefertigt von Ebru Cinar · byebrucinar\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-section\"\u003e\n\n    \u003cdiv class=\"ap-section-head\"\u003e\n      \u003cspan class=\"ap-mini\"\u003eMaterial \u0026amp; Verarbeitung\u003c\/span\u003e\n      \u003ch3\u003eWarum 250–300 g\/m²?\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Standardmäßig wird ein speziell ausgewähltes Kunstdruckpapier mit einer\n      Grammatur von etwa 250 g\/m² verwendet. Sollte diese Variante vorübergehend\n      nicht verfügbar sein, kann alternativ hochwertiges Papier mit 300 g\/m²\n      eingesetzt werden.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Entscheidend ist nicht allein die Grammatur. Das Papier muss stabil genug\n      sein, um während der Stickarbeit nicht einzureißen, gleichzeitig aber so\n      beschaffen sein, dass die Nadel präzise hindurchgeführt werden kann.\n      Deshalb wird das verwendete Papier sorgfältig für diese besondere\n      Verarbeitung ausgewählt.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-production\"\u003e\n\n    \u003cdiv class=\"ap-production-top\"\u003e\n\n      \u003cdiv class=\"ap-production-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eLimitierte Produktion durch echte Handarbeit\u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Da jedes Exemplar einzeln von Hand gefertigt wird, ist die tägliche\n      Produktionsmenge begrenzt. Bei besonders hoher Nachfrage kann sich die\n      Anfertigungszeit entsprechend verlängern. Bestellungen werden der Reihe\n      nach gefertigt und anschließend versendet. Die aktuell geltende\n      Produktions- und Lieferzeit wird direkt beim Produkt angezeigt und\n      regelmäßig aktualisiert.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-section\"\u003e\n\n    \u003cdiv class=\"ap-section-head\"\u003e\n      \u003cspan class=\"ap-mini\"\u003eKunst, Medizin \u0026amp; Anatomie\u003c\/span\u003e\n      \u003ch3\u003eEin außergewöhnliches Kunstwerk für\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ap-use-grid\"\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 21V7l7-4 7 4v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Arztpraxen \u0026amp; medizinische Einrichtungen\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 19.5V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 18h12a2 2 0 0 1 2 2H6a2 2 0 0 1 0-4h12V3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Mediziner \u0026amp; Medizinstudierende\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"7\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M6 21v-4a6 6 0 0 1 12 0v4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Physiotherapie \u0026amp; Behandlungsräume\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-9.33-8.26C.9 9.75 2.17 5.5 6.08 5.08 8.2 4.85 10 6 12 8c2-2 3.8-3.15 5.92-2.92 3.91.42 5.18 4.67 3.41 7.66C19 16.65 12 21 12 21Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Anatomie- \u0026amp; Medizinliebhaber\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 10v11h14V10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 21v-6h6v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Praxis, Büro oder Zuhause\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M20 12v9H4v-9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 7h20v5H2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 7v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 7H7.5A2.5 2.5 0 1 1 10 4.5C10 6 12 7 12 7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 7h4.5A2.5 2.5 0 1 0 14 4.5C14 6 12 7 12 7Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Außergewöhnliche Geschenkidee\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"ap-final\"\u003e\n    \u003cspan class=\"ap-final-line\"\u003e\u003c\/span\u003e\n    Kein gewöhnlicher Anatomie-Print: Jedes Exemplar verbindet eine historische\n    medizinische Illustration, hochwertiges Kunstdruckpapier und echte textile\n    Handarbeit zu einem individuellen Kunstwerk.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"AnatomyLife Shop","offers":[{"title":"A4","offer_id":58559846383951,"sku":"TSRBCE150WME01PA-APO79206550","price":99.0,"currency_code":"EUR","in_stock":true},{"title":"A3","offer_id":58559846351183,"sku":"TSRBCE150WSL01PA-APO79206550","price":129.0,"currency_code":"EUR","in_stock":true},{"title":"A5","offer_id":58559846416719,"sku":"TSRBCE150WLG01PA-APO79206550","price":89.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0668\/7883\/2918\/files\/2_a3cf898a-f110-4b98-bd11-288ad9b0e4e2.png?v=1787654669","url":"https:\/\/www.anatomylife.shop\/products\/handbestickte-gefasse","provider":"AnatomyLife Shop","version":"1.0","type":"link"}