{"product_id":"turkei-studienreise-2027","title":"Türkei-Studienreise 2027","description":"\u003cstyle\u003e\n.booking-wrap {\n  max-width: 720px;\n  font-family: Arial;\n  border: 1px solid #eee;\n  border-radius: 16px;\n  padding: 20px;\n}\n\n.step {\n  margin-bottom: 15px;\n}\n\nlabel {\n  font-weight: bold;\n  display: block;\n  margin-bottom: 6px;\n}\n\ninput, select {\n  width: 100%;\n  padding: 10px;\n  border-radius: 10px;\n  border: 1px solid #ccc;\n}\n\n.summary {\n  background: #f7f7f7;\n  padding: 12px;\n  border-radius: 10px;\n  margin-top: 15px;\n}\n\nbutton {\n  width: 100%;\n  padding: 14px;\n  background: #1f2d3a;\n  color: white;\n  border: none;\n  border-radius: 10px;\n  font-size: 16px;\n  cursor: pointer;\n}\n\nbutton:hover {\n  background: #111a22;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"booking-wrap\"\u003e\n\n  \u003ch2\u003e🧭 Premium Anatolien Reise buchen\u003c\/h2\u003e\n\n  \u003c!-- STEP 1 --\u003e\n  \u003cdiv class=\"step\"\u003e\n    \u003clabel\u003e📅 Reisedatum\u003c\/label\u003e\n    \u003cinput type=\"date\" id=\"date\" onchange=\"updateSummary()\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 2 --\u003e\n  \u003cdiv class=\"step\"\u003e\n    \u003clabel\u003e👥 Teilnehmer\u003c\/label\u003e\n    \u003cselect id=\"persons\" onchange=\"updateSummary()\"\u003e\n      \u003coption value=\"1\"\u003e1 Person\u003c\/option\u003e\n      \u003coption value=\"2\"\u003e2 Personen\u003c\/option\u003e\n      \u003coption value=\"3\"\u003e3 Personen\u003c\/option\u003e\n      \u003coption value=\"4\"\u003e4 Personen\u003c\/option\u003e\n    \u003c\/select\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 3 --\u003e\n  \u003cdiv class=\"step\"\u003e\n    \u003clabel\u003e🏨 Zimmer\u003c\/label\u003e\n    \u003cselect id=\"room\" onchange=\"updateSummary()\"\u003e\n      \u003coption value=\"standard\"\u003eStandard\u003c\/option\u003e\n      \u003coption value=\"superior\"\u003eSuperior (+120€)\u003c\/option\u003e\n      \u003coption value=\"single\"\u003eEinzelzimmer (+180€)\u003c\/option\u003e\n    \u003c\/select\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 4 --\u003e\n  \u003cdiv class=\"step\"\u003e\n    \u003clabel\u003e📧 Kontakt\u003c\/label\u003e\n    \u003cinput id=\"email\" placeholder=\"E-Mail\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SUMMARY --\u003e\n  \u003cdiv class=\"summary\" id=\"summary\"\u003e\n    🧾 Bitte Daten auswählen…\n  \u003c\/div\u003e\n\n  \u003cbutton onclick=\"bookNow()\"\u003e\n    💳 Jetzt buchen \u0026amp; sicher bezahlen\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\nfunction updateSummary() {\n  const date = document.getElementById(\"date\").value;\n  const persons = document.getElementById(\"persons\").value;\n  const room = document.getElementById(\"room\").value;\n\n  let price = 1490;\n\n  if (room === \"superior\") price += 120;\n  if (room === \"single\") price += 180;\n\n  price = price * parseInt(persons);\n\n  document.getElementById(\"summary\").innerHTML = `\n    📅 Datum: ${date || \"-\"}\u003cbr\u003e\n    👥 Personen: ${persons}\u003cbr\u003e\n    🏨 Zimmer: ${room}\u003cbr\u003e\u003cbr\u003e\n    💰 Preis: \u003cb\u003e${price} €\u003c\/b\u003e\n  `;\n}\n\nasync function bookNow() {\n\n  const date = document.getElementById(\"date\").value;\n  const persons = document.getElementById(\"persons\").value;\n  const room = document.getElementById(\"room\").value;\n  const email = document.getElementById(\"email\").value;\n\n  if (!date || !email) {\n    alert(\"Bitte alle Pflichtfelder ausfüllen\");\n    return;\n  }\n\n  const booking = `\nReisedatum: ${date}\nPersonen: ${persons}\nZimmer: ${room}\nEmail: ${email}\n`;\n\n  \/\/ Variante ID aus Shopify einsetzen\n  const variantId = YOUR_VARIANT_ID;\n\n  await fetch('\/cart\/add.js', {\n    method: 'POST',\n    headers: {'Content-Type': 'application\/json'},\n    body: JSON.stringify({\n      id: variantId,\n      quantity: parseInt(persons),\n      properties: {\n        booking_data: booking\n      }\n    })\n  });\n\n  window.location.href=\"\/fr\/checkout\";\n}\n\n\u003c\/script\u003e","brand":"Ugarit-Verlag - Buch- und Medienhandel GmbH","offers":[{"title":"1","offer_id":53115239727371,"sku":null,"price":1999.0,"currency_code":"EUR","in_stock":true},{"title":"2","offer_id":53115239760139,"sku":null,"price":1999.0,"currency_code":"EUR","in_stock":false},{"title":"3-4","offer_id":53115239792907,"sku":null,"price":1999.0,"currency_code":"EUR","in_stock":false}],"url":"https:\/\/www.ugarit-verlag.com\/fr\/products\/turkei-studienreise-2027","provider":"Ugarit-Verlag — Buch- und Medienhandel GmbH","version":"1.0","type":"link"}