{
  "version": 3,
  "settings": {
    "templateName": "Order Confirmation",
    "templateDescription": "Email-safe order confirmation starter",
    "emailType": "processing_order_customer",
    "bodyStyle": {
      "backgroundColor": "#f4f7fb",
      "contentBackgroundColor": "#ffffff",
      "contentWidth": 600,
      "fontFamily": "Arial",
      "fontSize": 14,
      "primaryColor": "#0f766e",
      "secondaryColor": "#334155"
    }
  },
  "elements": [
    {
      "id": "sec_order_confirm",
      "elType": "section",
      "settings": {
        "background_color": "#ffffff",
        "padding": { "top": 24, "right": 24, "bottom": 8, "left": 24, "unit": "px" }
      },
      "elements": [
        {
          "id": "col_order_header",
          "elType": "column",
          "isInner": true,
          "settings": {},
          "elements": [
            {
              "id": "w_order_heading",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "content": "Order confirmed",
                "fontSize": 26,
                "fontWeight": "700",
                "color": "#0f172a",
                "textAlign": "left"
              },
              "elements": []
            },
            {
              "id": "w_order_intro",
              "elType": "widget",
              "widgetType": "text",
              "settings": {
                "content": "<p style=\"color:#475569;line-height:1.6;\">Hi {customer_name}, we received order <strong>#{order_number}</strong> placed on {order_date}. Total: <strong>{order_total}</strong>.</p>"
              },
              "elements": []
            }
          ]
        }
      ]
    },
    {
      "id": "sec_order_summary",
      "elType": "section",
      "settings": {
        "background_color": "#f8fafc",
        "padding": { "top": 16, "right": 24, "bottom": 16, "left": 24, "unit": "px" }
      },
      "elements": [
        {
          "id": "col_order_summary",
          "elType": "column",
          "isInner": true,
          "settings": {},
          "elements": [
            {
              "id": "w_order_summary_text",
              "elType": "widget",
              "widgetType": "text",
              "settings": {
                "content": "<p style=\"margin:0;color:#334155;\"><strong>What's next</strong><br>We will email you again when your order ships. Questions? Reply to this message.</p>"
              },
              "elements": []
            }
          ]
        }
      ]
    },
    {
      "id": "sec_order_footer",
      "elType": "section",
      "settings": {
        "background_color": "#ffffff",
        "padding": { "top": 16, "right": 24, "bottom": 24, "left": 24, "unit": "px" }
      },
      "elements": [
        {
          "id": "col_order_footer",
          "elType": "column",
          "isInner": true,
          "settings": {},
          "elements": [
            {
              "id": "w_order_footer",
              "elType": "widget",
              "widgetType": "text",
              "settings": {
                "content": "<p style=\"text-align:center;color:#94a3b8;font-size:12px;\">Thank you for shopping with {store_name}.</p>"
              },
              "elements": []
            }
          ]
        }
      ]
    }
  ]
}
