/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 16:8 Unexpected "{"
Line 17:8 Expected identifier but found "\"type\""
Line 31:9 Unexpected ","
Line 32:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% comment %}
  
        {
        "type":"select",
        "id":"collection-title-positioning",
		"options":[
			{"value":"top-0 start-0 mt-5", "label":"Top Left"},
			{"value":"top-0 start-50 translate-middle-x mt-5", "label":"Top Middle"},
			{"value":"top-0 end-0 mt-5 me-5", "label":"Top Right"},
			{"value":"top-50 start-0 translate-middle-y", "label":"Middle Left"},
			{"value":"top-50 start-50 translate-middle", "label":"Middle Center"},
			{"value":"top-50 end-0 translate-middle-y me-5", "label":"Middle Right"},
			{"value":"bottom-0 start-0 mb-5", "label":"Bottom Left"},
			{"value":"bottom-0 start-50 translate-middle-x mb-5", "label":"Bottom Middle"},
			{"value":"bottom-0 end-0 mb-5 me-5", "label":"Bottom Right"}
				  ],
        "label":"Collection Title Positioning"
        },
  {% endcomment %}