{"product_id":"strokes-dots","title":"Strokes \u0026 Dots","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":56813770342775,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Unframed \/ 230gsm","offer_id":56813770375543,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 190gsm","offer_id":56813770277239,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A3 \/ Framed \/ 230gsm","offer_id":56813770310007,"sku":null,"price":47.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 190gsm","offer_id":56813770473847,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Unframed \/ 230gsm","offer_id":56813770506615,"sku":null,"price":25.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 190gsm","offer_id":56813770408311,"sku":null,"price":64.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A2 \/ Framed \/ 230gsm","offer_id":56813770441079,"sku":null,"price":67.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 190gsm","offer_id":56813770604919,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Unframed \/ 230gsm","offer_id":56813770637687,"sku":null,"price":38.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 190gsm","offer_id":56813770539383,"sku":null,"price":114.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A1 \/ Framed \/ 230gsm","offer_id":56813770572151,"sku":null,"price":118.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 190gsm","offer_id":56813770735991,"sku":null,"price":57.99,"currency_code":"EUR","in_stock":true},{"title":"DIN A0 \/ Unframed \/ 230gsm","offer_id":56813770768759,"sku":null,"price":62.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8807\/1287\/files\/Strokes_Dots.png?v=1772377710","url":"https:\/\/was61h-ve.myshopify.com\/en-de\/products\/strokes-dots","provider":"artWall Studios","version":"1.0","type":"link"}