{"product_id":"moin","title":"Moin","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eartWall – Produktbeschreibung\u003c\/title\u003e\n\u003cstyle\u003e\n\n  :root {\n    --orange: #E07020;\n    --black: #111111;\n    --white: #FAFAF8;\n    --gray: #444444;\n    --light-gray: #E8E8E4;\n    --border: #D0CFC9;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--white);\n    color: var(--black);\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .product-description {\n    max-width: 760px;\n    padding: 0;\n  }\n\n  .section-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 16px;\n    margin-top: 36px;\n  }\n\n  .section-heading::before {\n    content: '';\n    display: block;\n    width: 28px;\n    height: 3px;\n    background: var(--orange);\n    flex-shrink: 0;\n  }\n\n  .section-heading h2 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 17px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--black);\n  }\n\n  .delivery-table-wrapper {\n    border: 1.5px solid var(--black);\n    overflow: hidden;\n  }\n\n  .delivery-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .delivery-table thead tr {\n    background: var(--black);\n    color: var(--white);\n  }\n\n  .delivery-table thead th {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 13px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 12px 16px;\n    text-align: center;\n  }\n\n  .delivery-table thead th:first-child {\n    text-align: left;\n  }\n\n  .delivery-table tbody tr {\n    border-top: 1px solid var(--border);\n    transition: background 0.15s;\n  }\n\n  .delivery-table tbody tr:hover {\n    background: #F2F1EE;\n  }\n\n  .delivery-table tbody td {\n    padding: 13px 16px;\n    text-align: center;\n    font-weight: 500;\n    font-size: 14px;\n    color: var(--black);\n  }\n\n  .delivery-table tbody td:first-child {\n    text-align: left;\n  }\n\n  .region-label {\n    display: inline-block;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 15px;\n    letter-spacing: 0.08em;\n    background: var(--black);\n    color: var(--white);\n    padding: 2px 10px;\n    text-transform: uppercase;\n  }\n\n  .highlight-value {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    letter-spacing: 0.04em;\n  }\n\n  .total-value {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 15px;\n    color: var(--orange);\n    letter-spacing: 0.04em;\n  }\n\n  .tagline {\n    margin-top: 16px;\n    padding: 14px 18px;\n    border-left: 3px solid var(--orange);\n    background: #F5F4F0;\n    font-size: 14px;\n    color: var(--gray);\n    font-style: italic;\n  }\n\n  .shipping-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 4px;\n  }\n\n  .shipping-card {\n    border: 1.5px solid var(--black);\n    padding: 16px 18px;\n    position: relative;\n  }\n\n  .shipping-card .region-tag {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--white);\n    background: var(--black);\n    display: inline-block;\n    padding: 2px 8px;\n    margin-bottom: 8px;\n  }\n\n  .shipping-card .free-threshold {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 22px;\n    color: var(--orange);\n    line-height: 1.1;\n    margin-bottom: 4px;\n  }\n\n  .shipping-card .shipping-detail {\n    font-size: 13px;\n    color: var(--gray);\n  }\n\n  .shipping-card .shipping-fallback {\n    margin-top: 8px;\n    font-size: 13px;\n    color: var(--gray);\n    padding-top: 8px;\n    border-top: 1px solid var(--border);\n  }\n\n  .notes-block {\n    margin-top: 4px;\n  }\n\n  .note-item {\n    padding: 14px 0;\n    border-bottom: 1px solid var(--border);\n    font-size: 14px;\n    color: var(--gray);\n    line-height: 1.65;\n  }\n\n  .note-item:last-child {\n    border-bottom: none;\n  }\n\n  .legal-block {\n    background: var(--black);\n    color: #AAAAAA;\n    padding: 18px 20px;\n    font-size: 12.5px;\n    line-height: 1.7;\n    margin-top: 4px;\n  }\n\n  .legal-block strong {\n    color: var(--orange);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 6px;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-description\"\u003e\n\n  \u003cdiv class=\"section-heading\"\u003e\n    \u003ch2\u003eLieferung \u0026amp; Produktion\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-table-wrapper\"\u003e\n    \u003ctable class=\"delivery-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003e\u003c\/th\u003e\n          \u003cth\u003eBearbeitungszeit\u003c\/th\u003e\n          \u003cth\u003eVersand\u003c\/th\u003e\n          \u003cth\u003eGesamtdauer\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"region-label\"\u003eDE\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e1–2 Werktage\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 Werktage\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"total-value\"\u003eca. 3–6 Werktage\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"region-label\"\u003eEU\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e1–2 Werktage\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 Werktage\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"total-value\"\u003eca. 4–9 Werktage\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"tagline\"\u003e\n    Jeder Druck wird individuell nach deiner Bestellung für dich produziert – kein Lagerbestand, sondern frisch gedruckte Qualität.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"section-heading\"\u003e\n    \u003ch2\u003eVersandkosten\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-grid\"\u003e\n    \u003cdiv class=\"shipping-card\"\u003e\n      \u003cdiv class=\"region-tag\"\u003eDE\u003c\/div\u003e\n      \u003cdiv class=\"free-threshold\"\u003eAb 50 € oder 2 Artikeln\u003c\/div\u003e\n      \u003cdiv class=\"shipping-detail\"\u003eKostenloser Versand\u003c\/div\u003e\n      \u003cdiv class=\"shipping-fallback\"\u003eSonst: \u003cstrong style=\"color:var(--black);font-family:inherit;font-size:inherit;text-transform:none;letter-spacing:0;display:inline;\"\u003e3,99 €\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"shipping-card\"\u003e\n      \u003cdiv class=\"region-tag\"\u003eEU\u003c\/div\u003e\n      \u003cdiv class=\"free-threshold\"\u003eAb 80 €\u003c\/div\u003e\n      \u003cdiv class=\"shipping-detail\"\u003eKostenloser Versand\u003c\/div\u003e\n      \u003cdiv class=\"shipping-fallback\"\u003eSonst: \u003cstrong style=\"color:var(--black);font-family:inherit;font-size:inherit;text-transform:none;letter-spacing:0;display:inline;\"\u003e9,99 €\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-heading\"\u003e\n    \u003ch2\u003eHinweise\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"notes-block\"\u003e\n    \u003cp class=\"note-item\"\u003e\n      Unsere Rahmen aus Echtholz sind mit hochwertigem, spiegelndem Acrylglas versehen – leichter, bruchsicherer und mit besserem UV-Schutz als Echtglas, damit dein Druck länger strahlend bleibt. Bitte beachte, dass die Spiegelung auf Produktfotos nicht vollständig dargestellt werden kann und je nach Lichtverhältnissen variiert.\nUnsere Motive entstehen in einem bewusst kuratierten Prozess mit KI als kreativem Werkzeug: \u003ca href=\"https:\/\/art-wall.shop\/de\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eWie wir arbeiten →\u003c\/a\u003e\n\u003c\/p\u003e\n    \n    \u003cp class=\"note-item\"\u003e\n      Bitte beachte außerdem, dass Farben je nach Bildschirm leicht variieren und in der Realität minimal abweichen können.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-heading\"\u003e\n    \u003ch2\u003eRechtlicher Hinweis\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"legal-block\"\u003e\n    \u003cstrong\u003e® Marken \u0026amp; Urheberrecht\u003c\/strong\u003e\n    Eventuelle auf den Motiven erkennbare Marken, Logos oder Namen dienen ausschließlich künstlerischen und dekorativen Zwecken. Es besteht keine Kooperation, Partnerschaft oder Verbindung mit den jeweiligen Markeninhabern. Alle angebotenen Motive sind eigenständige künstlerische Werke.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Ungerahmt \/ 190gsm","offer_id":57079844733303,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Ungerahmt \/ 230gsm","offer_id":57079844766071,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Gerahmt \/ 190gsm","offer_id":57079844798839,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Gerahmt \/ 230gsm","offer_id":57079844831607,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Ungerahmt \/ 190gsm","offer_id":57079844864375,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Ungerahmt \/ 230gsm","offer_id":57079844897143,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Gerahmt \/ 190gsm","offer_id":57079844929911,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Gerahmt \/ 230gsm","offer_id":57079844962679,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Ungerahmt \/ 190gsm","offer_id":57079844995447,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Ungerahmt \/ 230gsm","offer_id":57079845028215,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Gerahmt \/ 190gsm","offer_id":57079845060983,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Gerahmt \/ 230gsm","offer_id":57079845093751,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Ungerahmt \/ 190gsm","offer_id":57079845126519,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Ungerahmt \/ 230gsm","offer_id":57079845159287,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Moin.png?v=1778361172","url":"https:\/\/was61h-ve.myshopify.com\/de-de\/products\/moin","provider":"artWall Studios","version":"1.0","type":"link"}