/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 17:2 Unexpected "\"type\""
Line 20:4 Unexpected "\"modal_subscription_XYZ123\""
Line 21:6 Unexpected "\"type\""
Line 23:8 Unexpected "\"subheading_ABC456\""
Line 24:10 Unexpected "\"type\""
Line 26:12 Expected identifier but found "\"subheading_text\""
Line 29:9 Unexpected ","
Line 31:10 Unexpected "\"type\""
Line 33:12 Expected identifier but found "\"heading_text\""
... and 9 more hidden warnings

**/
{
  "type": "custom.overlay",
  "name": "Overlay",
  "sections": {
    "modal_subscription_XYZ123": {
      "type": "modal-subscription",
      "blocks": {
        "subheading_ABC456": {
          "type": "subheading",
          "settings": {
            "subheading_text": "Sign up for our newsletter",
            "subtitle_size": "h2"
          }
        },
        "heading_DEF789": {
          "type": "heading",
          "settings": {
            "heading_text": "Subscribe",
            "title_size": "h1"
          }
        },
        "paragraph_GHI012": {
          "type": "paragraph",
          "settings": {
            "content": "<p>Subscribe to receive special offers and exclusive discounts.</p>",
            "text_style": "body"
          }
        },
        "email_form_JKL345": {
          "type": "email_form",
          "settings": {
            "include_name": false,
            "submit_text": "SUBSCRIBE"
          }
        }
      },
      "block_order": [
        "subheading_ABC456",
        "heading_DEF789",
        "paragraph_GHI012",
        "email_form_JKL345"
      ],
      "settings": {
        "display_mode": "test",
        "image": "shopify://shop_images/Untitled_design_22.png",
        "delay_appearance": 5,
        "frequency": 7,
        "align_content": "left",
        "popup_position": "center",
        "homepage_only": true
      }
    }
  },
  "order": [
    "modal_subscription_XYZ123"
  ]
}