{"product_id":"toepferkurs-drehscheibe-berlin","title":"Töpferkurs an der Drehscheibe Berlin - Kreativ-Date \u0026 Erlebnis-Geschenk","description":"```html\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n  .tk5 * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .tk5 {\n    font-family: 'Inter', sans-serif;\n    font-weight: 400;\n    background: #ffffff;\n    color: #111111;\n    max-width: 780px;\n  }\n\n  .tk5-hero {\n    background: #111111;\n    padding: 52px 36px 48px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tk5-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 6px;\n    background: linear-gradient(90deg, #c8962c 0%, #e8b84b 50%, #c8962c 100%);\n  }\n\n  .tk5-eyebrow {\n    font-size: 1rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #e8b84b;\n    margin-bottom: 24px;\n    display: block;\n    font-weight: 600;\n  }\n\n  .tk5-hero h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.6rem;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.05;\n    margin-bottom: 24px;\n  }\n\n  .tk5-hero h2 em {\n    font-style: italic;\n    color: #e8b84b;\n  }\n\n  .tk5-hero p {\n    font-size: 1.3rem;\n    color: #cccccc;\n    line-height: 1.85;\n    font-weight: 400;\n  }\n\n  .tk5-price-bar {\n    background: #c8962c;\n    padding: 24px 36px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n\n  .tk5-amount {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.2rem;\n    font-weight: 700;\n    color: #111111;\n    line-height: 1;\n  }\n\n  .tk5-detail {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #111111;\n  }\n\n  .tk5-label {\n    font-size: 0.85rem;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #c8962c;\n    font-weight: 600;\n    margin-bottom: 14px;\n    display: block;\n  }\n\n  .tk5-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #111111;\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n\n  .tk5-rule {\n    width: 56px;\n    height: 5px;\n    background: #c8962c;\n    margin-bottom: 40px;\n  }\n\n  .tk5-includes {\n    padding: 60px 36px;\n    background: #ffffff;\n    border-bottom: 1px solid #dddddd;\n  }\n\n  .tk5-card {\n    background: #ffffff;\n    padding: 28px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    border-bottom: 2px solid #f0ece6;\n  }\n\n  .tk5-card:last-child { border-bottom: none; }\n\n  .tk5-card-icon {\n    font-size: 2.4rem;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 52px;\n    text-align: center;\n  }\n\n  .tk5-card-title {\n    font-weight: 700;\n    font-size: 1.2rem;\n    color: #111111;\n    margin-bottom: 6px;\n  }\n\n  .tk5-card-text {\n    font-size: 1rem;\n    color: #555555;\n    line-height: 1.65;\n  }\n\n  .tk5-couple {\n    background: #111111;\n    padding: 60px 36px;\n  }\n\n  .tk5-couple .tk5-label { color: #e8b84b; }\n  .tk5-couple .tk5-title { color: #ffffff; }\n\n  .tk5-couple-body {\n    font-size: 1.15rem;\n    color: #cccccc;\n    line-height: 1.9;\n    margin-bottom: 36px;\n  }\n\n  .tk5-couple-body strong {\n    color: #ffffff;\n    font-weight: 600;\n  }\n\n  .tk5-perk {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    padding: 20px 24px;\n    border-bottom: 1px solid #2a2a2a;\n    font-size: 1.1rem;\n    color: #dddddd;\n  }\n\n  .tk5-perk:first-child { border-top: 1px solid #2a2a2a; }\n\n  .tk5-perk-dot {\n    width: 10px;\n    height: 10px;\n    background: #c8962c;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .tk5-steps {\n    padding: 60px 36px;\n    background: #f5f0ea;\n  }\n\n  .tk5-step {\n    display: flex;\n    gap: 24px;\n    padding: 32px 0;\n    border-bottom: 2px solid #e0d8cc;\n    align-items: flex-start;\n  }\n\n  .tk5-step:last-child { border-bottom: none; }\n\n  .tk5-step-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.8rem;\n    font-weight: 700;\n    color: #c8962c;\n    line-height: 1;\n    opacity: 0.4;\n    min-width: 64px;\n  }\n\n  .tk5-step-title {\n    font-weight: 700;\n    font-size: 1.2rem;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n\n  .tk5-step-text {\n    font-size: 1rem;\n    color: #555555;\n    line-height: 1.75;\n  }\n\n  .tk5-schedule {\n    padding: 60px 36px;\n    background: #ffffff;\n  }\n\n  .tk5-day {\n    border: 3px solid #111111;\n    margin-bottom: 20px;\n  }\n\n  .tk5-day-name {\n    background: #111111;\n    color: #e8b84b;\n    padding: 16px 24px;\n    font-size: 0.9rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    font-weight: 700;\n  }\n\n  .tk5-slot {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 16px 24px;\n    border-bottom: 1px solid #eeeeee;\n    font-size: 1.15rem;\n    color: #111111;\n    font-weight: 600;\n  }\n\n  .tk5-slot:last-child { border-bottom: none; }\n\n  .tk5-slot-bar {\n    width: 5px;\n    height: 22px;\n    background: #c8962c;\n    flex-shrink: 0;\n  }\n\n  .tk5-note {\n    margin-top: 28px;\n    padding: 22px 26px;\n    background: #f5f0ea;\n    border-left: 6px solid #c8962c;\n    font-size: 1rem;\n    color: #444444;\n    line-height: 1.75;\n  }\n\n  .tk5-note strong { color: #111111; font-weight: 700; }\n\n  .tk5-footer {\n    background: #111111;\n    border-top: 6px solid #c8962c;\n    padding: 32px 36px;\n    text-align: center;\n    font-size: 0.95rem;\n    color: #888888;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    font-weight: 500;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tk5\"\u003e\n\n  \u003cdiv class=\"tk5-hero\"\u003e\n    \u003cspan class=\"tk5-eyebrow\"\u003eArt Space Berlin · Charlottenburg\u003c\/span\u003e\n    \u003ch2\u003eTöpfern an der\u003cbr\u003e\u003cem\u003eDrehscheibe\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eForme mit deinen eigenen Händen – Ton, Wasser, Konzentration. In 2 Stunden erschaffst du dein erstes eigenes Gefäß. Keine Vorkenntnisse nötig.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-price-bar\"\u003e\n    \u003cspan class=\"tk5-amount\"\u003e€100\u003c\/span\u003e\n    \u003cspan class=\"tk5-detail\"\u003ePro Person · inkl. Material \u0026amp; Getränke · 2 Std.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-includes\"\u003e\n    \u003cspan class=\"tk5-label\"\u003eIm Preis enthalten\u003c\/span\u003e\n    \u003ch3 class=\"tk5-title\"\u003eAlles, was du brauchst.\u003c\/h3\u003e\n    \u003cdiv class=\"tk5-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tk5-card\"\u003e\n      \u003cspan class=\"tk5-card-icon\"\u003e🏺\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-card-title\"\u003eMaterial \u0026amp; Ton\u003c\/p\u003e\n        \u003cp class=\"tk5-card-text\"\u003eHochwertiger Töpferton \u0026amp; alle Werkzeuge inklusive\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-card\"\u003e\n      \u003cspan class=\"tk5-card-icon\"\u003e☕\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-card-title\"\u003eKaffee \u0026amp; Tee\u003c\/p\u003e\n        \u003cp class=\"tk5-card-text\"\u003eFür eine entspannte, gemütliche Atmosphäre\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-card\"\u003e\n      \u003cspan class=\"tk5-card-icon\"\u003e🎓\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-card-title\"\u003ePersönliche Betreuung\u003c\/p\u003e\n        \u003cp class=\"tk5-card-text\"\u003eUnsere Kursleiterin begleitet dich Schritt für Schritt\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-card\"\u003e\n      \u003cspan class=\"tk5-card-icon\"\u003e✨\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-card-title\"\u003eDein fertiges Stück\u003c\/p\u003e\n        \u003cp class=\"tk5-card-text\"\u003eNach ca. 1 Woche abholen oder selbst glasieren\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-couple\"\u003e\n    \u003cspan class=\"tk5-label\"\u003eFür euch zwei\u003c\/span\u003e\n    \u003ch3 class=\"tk5-title\"\u003eDas schönste Date,\u003cbr\u003edas ihr je hattet.\u003c\/h3\u003e\n    \u003cdiv class=\"tk5-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"tk5-couple-body\"\u003eKein Restaurant. Kein Film. Stattdessen \u003cstrong\u003eeure Hände im Ton\u003c\/strong\u003e – und am Ende ein Stück, das ihr gemeinsam erschaffen habt. Intim, verspielt und unvergesslich.\u003c\/p\u003e\n    \u003cdiv class=\"tk5-perk\"\u003e\n\u003cspan class=\"tk5-perk-dot\"\u003e\u003c\/span\u003e Exklusiv für 2 Personen – die Scheiben ganz für euch\u003c\/div\u003e\n    \u003cdiv class=\"tk5-perk\"\u003e\n\u003cspan class=\"tk5-perk-dot\"\u003e\u003c\/span\u003e Jeder formt sein eigenes Stück als bleibende Erinnerung\u003c\/div\u003e\n    \u003cdiv class=\"tk5-perk\"\u003e\n\u003cspan class=\"tk5-perk-dot\"\u003e\u003c\/span\u003e Auch als Geschenkgutschein erhältlich\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-steps\"\u003e\n    \u003cspan class=\"tk5-label\"\u003eDer Ablauf\u003c\/span\u003e\n    \u003ch3 class=\"tk5-title\"\u003eSo läuft dein Kurs ab.\u003c\/h3\u003e\n    \u003cdiv class=\"tk5-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tk5-step\"\u003e\n      \u003cspan class=\"tk5-step-num\"\u003eI\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-step-title\"\u003eEinführung \u0026amp; Theorie\u003c\/p\u003e\n        \u003cp class=\"tk5-step-text\"\u003eKurze Einführung in die Technik – wie verhält sich der Ton, worauf kommt es an.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-step\"\u003e\n      \u003cspan class=\"tk5-step-num\"\u003eII\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-step-title\"\u003eZentrieren \u0026amp; Formen\u003c\/p\u003e\n        \u003cp class=\"tk5-step-text\"\u003eDu setzt dich an die Scheibe. Ton zentrieren, öffnen, hochziehen – dein erstes Gefäß entsteht.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-step\"\u003e\n      \u003cspan class=\"tk5-step-num\"\u003eIII\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"tk5-step-title\"\u003eAbholen oder Glasieren\u003c\/p\u003e\n        \u003cp class=\"tk5-step-text\"\u003eNach ca. 1 Woche ist dein Stück fertig. Oder komm wieder und glasiere es selbst.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-schedule\"\u003e\n    \u003cspan class=\"tk5-label\"\u003eTermine\u003c\/span\u003e\n    \u003ch3 class=\"tk5-title\"\u003eWann du kommen kannst.\u003c\/h3\u003e\n    \u003cdiv class=\"tk5-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tk5-day\"\u003e\n      \u003cdiv class=\"tk5-day-name\"\u003eSamstag\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 15:00 – 17:00 Uhr\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 17:30 – 19:30 Uhr\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-day\"\u003e\n      \u003cdiv class=\"tk5-day-name\"\u003eSonntag\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 10:00 – 12:00 Uhr\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 12:30 – 14:30 Uhr\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 15:00 – 17:00 Uhr\u003c\/div\u003e\n      \u003cdiv class=\"tk5-slot\"\u003e\n\u003cspan class=\"tk5-slot-bar\"\u003e\u003c\/span\u003e 17:30 – 19:30 Uhr\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tk5-note\"\u003e\n      \u003cstrong\u003eBitte beachte:\u003c\/strong\u003e Komm mit kurzen Fingernägeln und Kleidung, die schmutzig werden darf. Max. 2 Personen pro Slot. Stornierung bis 48 Stunden vorher kostenlos.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tk5-footer\"\u003e\n    📍 Art Space Berlin · Dahlmannstraße 11 · 10629 Berlin-Charlottenburg\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\nKopiere alles von `\u003cstyle\u003e` bis zum letzten `\u003c\/div\u003e` → in Shopify unter **`\u003c\u003e` HTML-Ansicht** einfügen! ✅\u003c\/style\u003e","brand":"Art Space Berlin","offers":[{"title":"1 Person","offer_id":53232746594570,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"2 Personen","offer_id":53232746627338,"sku":null,"price":200.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0611\/5622\/9361\/files\/IMG_3854.jpg?v=1781805840","url":"https:\/\/www.artspace.berlin\/products\/toepferkurs-drehscheibe-berlin","provider":"Art Space Berlin","version":"1.0","type":"link"}