{"title":"Bestseller","description":"","products":[{"product_id":"error","title":"ERROR 404","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56601513296247,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807339229559,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56601513263479,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807339196791,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56601513361783,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807339295095,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56601513329015,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807339262327,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56601513427319,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807339360631,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56601513394551,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807339327863,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56601513460087,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807339393399,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/ERROR404.png?v=1769253248"},{"product_id":"countach","title":"Countach","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56617518203255,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807324746103,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56617518170487,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807324713335,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56617518268791,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807324811639,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56617518236023,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807324778871,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56617518334327,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807324877175,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56617518301559,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807324844407,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56617518367095,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807324909943,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Countach.png?v=1769534072"},{"product_id":"bauhaus-001","title":"BAUHAUS - PRISM","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56690182390135,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807295648119,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56690182357367,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807295615351,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56690182455671,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807295713655,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56690182422903,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807295680887,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56690182521207,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807295779191,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56690182488439,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807295746423,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56690182553975,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807295811959,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Bauhaus001.png?v=1770495903"},{"product_id":"bauhaus-002","title":"BAUHAUS - GRID","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56690183569783,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807295222135,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56690183537015,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807295189367,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56690183635319,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807295287671,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56690183602551,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807295254903,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56690183700855,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807295353207,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56690183668087,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807295320439,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56690183733623,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807295385975,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Bauhaus002.png?v=1770497629"},{"product_id":"bauhaus-radius","title":"BAUHAUS - Radius","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56741035049335,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807294861687,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56741035016567,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807294828919,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56741035114871,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807294927223,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56741035082103,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807294894455,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56741035180407,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807294992759,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56741035147639,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807294959991,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56741035213175,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807295025527,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/BAUHAUS-Radius.png?v=1771182526"},{"product_id":"fast-enough","title":"Fast Enough","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56741097406839,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807294304631,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56741097374071,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807294271863,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56741097472375,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807294370167,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56741097439607,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807294337399,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56741097537911,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807294435703,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56741097505143,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807294402935,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56741097570679,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807294468471,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/FasteEnough.png?v=1771182862"},{"product_id":"unbothered","title":"Unbothered","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56742127599991,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807271268727,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56742127567223,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807271235959,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56742127665527,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807271334263,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56742127632759,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807271301495,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56742127731063,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807271399799,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56742127698295,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807271367031,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56742127763831,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807271432567,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Unbothered.png?v=1771189816"},{"product_id":"ooo","title":"OOO","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56742372311415,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807268614519,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56742372278647,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807268581751,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56742372376951,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807268680055,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56742372344183,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807268647287,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56742372442487,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807268745591,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56742372409719,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807268712823,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56742372475255,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807268778359,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/ooo_f6acec02-164d-4556-8863-bccb6084089e.png?v=1780341821"},{"product_id":"daily-business","title":"Daily Business","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56745302098295,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807268090231,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56745302065527,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807268057463,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56745302163831,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807268155767,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56745302131063,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807268122999,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56745302229367,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807268221303,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56745302196599,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807268188535,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56745302262135,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807268254071,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/DailyBusiness.png?v=1771266177"},{"product_id":"gateway","title":"Gateway","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56745582952823,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807252099447,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56745582920055,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807252066679,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56745583018359,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807252164983,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56745582985591,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807252132215,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56745583083895,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807252230519,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56745583051127,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807252197751,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56745583116663,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807252263287,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Gateway.png?v=1771270127"},{"product_id":"lotus-cat","title":"Lotus Cat","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56759667818871,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807250592119,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56759667786103,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807250559351,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56759667884407,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807250657655,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56759667851639,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807250624887,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56759667949943,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807250723191,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56759667917175,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807250690423,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56759667982711,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807250755959,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/LotusCat.png?v=1771438580"},{"product_id":"mediterranean-morning","title":"Mediterranean Morning","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56776249934199,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807229194615,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56776249901431,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807229161847,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56776249999735,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807229260151,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56776249966967,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807229227383,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56776250065271,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807229325687,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56776250032503,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807229292919,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56776250098039,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807229358455,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/MediterraneanMorning_a499ec16-23b4-44be-a2ee-ae6131abf3ae.png?v=1771630889"},{"product_id":"topless","title":"Topless","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56776317993335,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807228670327,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56776317960567,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807228637559,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56776318058871,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807228735863,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56776318026103,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807228703095,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56776318124407,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807228801399,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56776318091639,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807228768631,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56776318157175,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807228834167,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Porschetopless3.png?v=1771782386"},{"product_id":"stay-wild","title":"Stay Wild","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56790955262327,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56807212581239,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56790955229559,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56807212548471,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56790955327863,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56807212646775,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56790955295095,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56807212614007,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56790955393399,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56807212712311,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56790955360631,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56807212679543,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56790955426167,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56807212745079,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/StayWild.png?v=1771969813"},{"product_id":"rage-bait","title":"Rage bait","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56808036467063,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56808036499831,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56808036401527,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56808036434295,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56808036598135,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56808036630903,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56808036532599,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56808036565367,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56808036729207,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56808036761975,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56808036663671,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56808036696439,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56808036794743,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56808036827511,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/RageBaitV4.png?v=1772310974"},{"product_id":"ocean-breeze","title":"Ocean Breeze","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56813222363511,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56813222396279,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56813222297975,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56813222330743,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56813222494583,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56813222527351,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56813222429047,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56813222461815,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56813222625655,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56813222658423,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56813222560119,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56813222592887,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56813222756727,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56813222789495,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/OceanBreeze.png?v=1772363381"},{"product_id":"r32-street-hunter","title":"R32 - Street Hunter","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56844762251639,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56844762284407,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56844762186103,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56844762218871,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56844762382711,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56844762415479,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56844762317175,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56844762349943,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56844762513783,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56844762546551,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56844762448247,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56844762481015,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56844762644855,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56844762677623,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/R32StreetHunterV5.png?v=1773163699"},{"product_id":"sacred-stride","title":"Sacred Stride","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56857473778039,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56857473810807,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56857473843575,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56857473876343,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56857473909111,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56857473941879,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56857473974647,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56857474007415,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56857474040183,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56857474072951,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56857474105719,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56857474138487,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56857474236791,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56857474269559,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Sacred_Stride.png?v=1773175735"},{"product_id":"amore","title":"Love","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56878365704567,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56878365737335,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56878365770103,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56878365802871,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56878365835639,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56878365868407,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56878365901175,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56878365933943,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56878365966711,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56878365999479,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56878366032247,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56878366065015,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56878366097783,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56878366130551,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Amore_6b2a0963-c5a9-4a5d-925a-46c2676885d1.png?v=1773612111"},{"product_id":"panther-noir","title":"Panther Noir","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56922362184055,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56922362216823,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56922362249591,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56922362282359,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56922362315127,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56922362347895,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56922362380663,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56922362413431,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56922362446199,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56922362478967,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56922362511735,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56922362544503,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56922362577271,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56922362610039,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/PantherNoir.png?v=1774204907"},{"product_id":"350z","title":"350Z","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56932714578295,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56932714611063,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56932714643831,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56932714676599,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56932714709367,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56932714742135,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56932714774903,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56932714807671,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56932714840439,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56932714873207,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56932714905975,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56932714938743,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56932714971511,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56932715004279,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/350z.png?v=1774455084"},{"product_id":"orbital-mechanics","title":"Orbital Mechanics","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56932838539639,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56932838572407,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56932838605175,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56932838637943,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56932838670711,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56932838703479,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56932838736247,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56932838769015,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56932838801783,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56932838834551,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56932838867319,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56932838900087,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56932838932855,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56932838965623,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/OrbitalMechanics.png?v=1774457445"},{"product_id":"mt-everest","title":"Mount Everest","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56933238800759,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56933238833527,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56933238866295,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56933238899063,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56933238931831,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56933238964599,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56933238997367,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56933239030135,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56933239062903,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56933239095671,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56933239128439,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56933239161207,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56933239193975,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56933239226743,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/MountEverest.png?v=1774465048"},{"product_id":"petal-to-metal","title":"Petal to the Metal","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56941649822071,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56941649854839,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56941649887607,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56941649920375,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56941649953143,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56941649985911,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56941650018679,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56941650051447,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56941650084215,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56941650116983,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56941650149751,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56941650182519,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56941650215287,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56941650248055,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/PetaltoMetal.png?v=1774656413"},{"product_id":"amalfi-coast","title":"Amalfi Coast","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56947858768247,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56947858801015,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56947858833783,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56947858866551,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56947858899319,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56947858932087,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56947858964855,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56947858997623,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56947859030391,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56947859063159,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56947859095927,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56947859128695,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56947859161463,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56947859194231,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/AmalfiCoast.png?v=1774813290"},{"product_id":"fragmented-identity","title":"Fragmented Identity","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56955276689783,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56955276722551,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56955276755319,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56955276788087,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56955276820855,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56955276853623,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56955276886391,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56955276919159,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56955276951927,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56955276984695,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56955277017463,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56955277050231,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56955277082999,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56955277115767,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/FragmentedIdentity.png?v=1774904231"},{"product_id":"golden-mile","title":"Golden Mile","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56961015185783,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56961015218551,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56961015251319,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56961015284087,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56961015316855,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56961015349623,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56961015382391,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56961015415159,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56961015447927,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56961015480695,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56961015513463,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56961015546231,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56961015578999,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56961015611767,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Golden_Mile_cde20993-d00d-4597-9d34-df3f0aefae1f.png?v=1775142860"},{"product_id":"bauhaus-flowers","title":"BAUHAUS - Flowers","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56974127563127,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56974127595895,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56974127628663,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56974127661431,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56974127694199,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56974127726967,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56974127759735,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56974127792503,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56974127825271,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56974127858039,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56974127890807,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56974127923575,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56974127956343,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56974127989111,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Bauhaus_flowers.png?v=1775225648"},{"product_id":"gravity-rhino","title":"Gravity? Rhino.","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56975524233591,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56975524266359,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56975524299127,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56975524331895,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56975524364663,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56975524397431,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56975524430199,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56975524462967,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56975524495735,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56975524528503,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56975524561271,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56975524594039,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56975524626807,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56975524659575,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Gravity-Rhino.png?v=1775237316"},{"product_id":"bauhaus-stripes","title":"BAUHAUS - Stripes","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56976353067383,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56976353100151,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56976353132919,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56976353165687,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56976353198455,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56976353231223,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56976353263991,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56976353296759,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56976353329527,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56976353362295,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56976353395063,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56976353427831,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56976353460599,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56976353493367,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Bauhaus_-_Stripes_1219cb26-d8f6-4cf1-b10b-5d1ff2a9adb7.png?v=1775474433"},{"product_id":"the-couch-awaits","title":"The Couch Awaits","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":56983836098935,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56983836131703,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56983836164471,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56983836197239,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56983836230007,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56983836262775,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56983836295543,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56983836328311,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56983836361079,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56983836393847,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56983836426615,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56983836459383,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56983836492151,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56983836524919,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Thecouchawaits.png?v=1775499665"},{"product_id":"smoky-dreams","title":"Smoky Dreams","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57000417329527,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57000417362295,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57000417395063,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57000417427831,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57000417460599,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57000417493367,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57000417526135,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57000417558903,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57000417591671,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57000417624439,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57000417657207,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57000417689975,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57000417722743,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57000417755511,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/SmokyDreams.png?v=1775847048"},{"product_id":"flamingo-love","title":"Flamingo Love","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57006634008951,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57006634041719,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57006634074487,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57006634107255,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57006634140023,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57006634172791,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57006634205559,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57006634238327,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57006634271095,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57006634303863,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57006634336631,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57006634369399,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57006634402167,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57006634434935,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/FlamingoLove.png?v=1776116945"},{"product_id":"peach-please","title":"Peach Please","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57008761930103,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57008761962871,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57008761995639,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57008762028407,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57008762061175,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57008762093943,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57008762126711,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57008762159479,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57008762192247,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57008762225015,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57008762257783,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57008762290551,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57008762323319,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57008762356087,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Peach_Please.png?v=1776185736"},{"product_id":"boundaries","title":"Boundaries","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57012674101623,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57012674134391,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57012674167159,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57012674199927,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57012674232695,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57012674265463,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57012674298231,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57012674330999,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57012674363767,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57012674396535,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57012674429303,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57012674462071,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57012674494839,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57012674527607,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Boundaries.png?v=1776276186"},{"product_id":"paws-and-reflect","title":"Paws and Reflect","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57012832371063,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57012832403831,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57012832436599,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57012832469367,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57012832502135,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57012832534903,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57012832567671,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57012832600439,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57012832633207,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57012832665975,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57012832698743,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57012832731511,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57012832764279,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57012832797047,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/PawsandReflect.png?v=1776283879"},{"product_id":"wild-heart-soft-soul","title":"Wild Heart - Soft Soul","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57021809525111,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57021809557879,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57021809590647,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57021809623415,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57021809656183,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57021809688951,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57021809721719,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57021809754487,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57021809787255,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57021809820023,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57021809852791,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57021809885559,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57021809918327,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57021809951095,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/WildHeartSoftSoul.png?v=1776516008"},{"product_id":"alpine-drive","title":"Alpine Drive","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57021996171639,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57021996204407,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57021996237175,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57021996269943,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57021996302711,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57021996335479,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57021996368247,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57021996401015,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57021996433783,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57021996466551,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57021996499319,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57021996532087,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57021996564855,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57021996597623,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/AlpineDrive.png?v=1776523364"},{"product_id":"repeating","title":"Repeating","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57042377605495,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57042377638263,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57042377671031,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57042377703799,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57042377736567,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57042377769335,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57042377802103,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57042377834871,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57042377867639,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57042377900407,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57042377933175,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57042377965943,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57042377998711,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57042378031479,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Repeating.png?v=1777057500"},{"product_id":"move","title":"Sweet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57044293615991,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57044293648759,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57044293681527,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57044293714295,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57044293747063,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57044293779831,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57044293812599,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57044293845367,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57044293878135,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57044293910903,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57044293943671,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57044293976439,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57044294009207,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57044294041975,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Sweet_final.png?v=1777143318"},{"product_id":"look-deeper","title":"LOOK DEEPER","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57046138683767,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57046138716535,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57046138749303,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57046138782071,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57046138814839,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57046138847607,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57046138880375,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57046138913143,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57046138945911,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57046138978679,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57046139011447,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57046139044215,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57046139076983,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57046139109751,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/LookDeeper.png?v=1777207025"},{"product_id":"move-1","title":"Move","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57046236758391,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57046236791159,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57046236823927,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57046236856695,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57046236889463,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57046236922231,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57046236954999,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57046236987767,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57046237020535,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57046237053303,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57046237086071,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57046237118839,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57046237151607,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57046237184375,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Move.png?v=1777212174"},{"product_id":"rsr","title":"Engineered Emotion","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57046415638903,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57046415671671,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57046415704439,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57046415737207,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57046415769975,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57046415802743,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57046415835511,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57046415868279,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57046415901047,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57046415933815,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57046415966583,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57046415999351,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57046416032119,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57046416064887,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/EngineeredEmotion.png?v=1777222396"},{"product_id":"born-for-the-road","title":"Born for the Road","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57046672408951,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57046672441719,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57046672474487,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57046672507255,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57046672540023,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57046672572791,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57046672605559,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57046672638327,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57046672671095,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57046672703863,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57046672736631,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57046672769399,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57046672802167,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57046672834935,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/BornfortheRoad.png?v=1777228897"},{"product_id":"it-spins","title":"It's spinning","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57062807601527,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57062807634295,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57062807667063,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57062807699831,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57062807732599,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57062807765367,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57062807798135,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57062807830903,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57062807863671,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57062807896439,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57062807929207,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57062807961975,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57062807994743,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57062808027511,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/ItSpins.png?v=1777653105"},{"product_id":"stronger-than-time-1","title":"Stronger Than Time","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57065744990583,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57065745023351,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57065745056119,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57065745088887,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57065745121655,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57065745154423,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57065745187191,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57065745219959,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57065745252727,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57065745285495,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57065745318263,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57065745351031,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57065745383799,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57065745416567,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/StrongerthanTime.png?v=1777822488"},{"product_id":"just-chilling","title":"Just chilling","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57066016702839,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57066016735607,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57066016768375,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57066016801143,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57066016833911,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57066016866679,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57066016899447,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57066016932215,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57066016964983,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57066016997751,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57066017030519,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57066017063287,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57066017096055,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57066017128823,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/JustChilling.png?v=1777842672"},{"product_id":"floral-market","title":"Floral Market","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57071920054647,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57071920087415,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57071920120183,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57071920152951,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57071920185719,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57071920218487,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57071920251255,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57071920284023,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57071920316791,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57071920349559,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57071920382327,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57071920415095,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57071920447863,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57071920480631,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/FloralMarket.png?v=1778011468"},{"product_id":"a-symphony-of-capes","title":"A Symphony of Capes","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57079792206199,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57079792238967,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57079792271735,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57079792304503,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57079792337271,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57079792370039,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57079792402807,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57079792435575,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57079792468343,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57079792501111,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57079792533879,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57079792566647,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57079792599415,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":57079792632183,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/ASymphonyofCapes.png?v=1778355518"},{"product_id":"moin","title":"Moin","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800;900\u0026family=Barlow:wght@400;500;600\u0026display=swap');\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\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eDelivery \u0026amp; Production\u003c\/h2\u003e\n\u003c\/div\u003e\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\u003eProcessing Time\u003c\/th\u003e\n\u003cth\u003eShipping\u003c\/th\u003e\n\u003cth\u003eTotal Duration\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e2–4 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 3–6 business days\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 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-value\"\u003e3–7 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"total-value\"\u003eapprox. 4–9 business days\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eEvery print is produced individually for you after your order – no stock, just freshly printed quality.\u003c\/p\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eShipping Costs\u003c\/h2\u003e\n\u003c\/div\u003e\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\"\u003eFrom 50 € or 2 items\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e3.99 €\u003c\/strong\u003e\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\"\u003eFrom 80 €\u003c\/div\u003e\n\u003cdiv class=\"shipping-detail\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"shipping-fallback\"\u003eOtherwise: \u003cstrong style=\"color: var(--black); font-family: inherit; font-size: inherit; text-transform: none; letter-spacing: 0; display: inline;\"\u003e9.99 €\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eNotes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-block\"\u003e\n\u003cp class=\"note-item\"\u003eOur real wood frames are fitted with high-quality, reflective acrylic glass – lighter, shatterproof, and with better UV protection than real glass, so your print stays brilliant for longer. Please note that the reflection may not be fully represented in product photos and varies depending on lighting conditions.\nOur motifs are created through a deliberately curated process – with AI as a creative tool: \u003ca href=\"https:\/\/art-wall.shop\/en\/about\" style=\"color:var(--black);font-weight:700;text-decoration:underline;text-underline-offset:3px;\"\u003eHow we work →\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"note-item\"\u003ePlease also note that colors may vary slightly depending on the screen and may differ minimally in reality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eLegal Notice\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"legal-block\"\u003e\u003cstrong\u003e® Trademarks \u0026amp; Copyright\u003c\/strong\u003e Any brands, logos, or names recognizable on the motifs are for artistic and decorative purposes only. There is no cooperation, partnership, or connection with the respective brand owners. All offered motifs are independent artistic works.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ArtWall","offers":[{"title":"DIN A3 \/ Unframed \/ 190gsm","offer_id":57079844733303,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":57079844766071,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":57079844798839,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":57079844831607,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":57079844864375,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":57079844897143,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":57079844929911,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":57079844962679,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":57079844995447,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":57079845028215,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":57079845060983,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":57079845093751,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":57079845126519,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 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\/en-eu\/collections\/bestseller.oembed","provider":"artWall Studios","version":"1.0","type":"link"}