{
    "shopengine_info_panel_start": {
        "type": "PanelBody",
        "label": "Info"
    },
    "shopengine_info_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#3A3A3A" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_info_link_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#000" },
                    { "name": "blue", "color": "#4169E1" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#4169E1"
        }
    },
    "shopengine_info_link_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Hover Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#FF3F00" },
                    { "name": "black", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FF3F00"
        }
    },
    "shopengine_info_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#E4E4E4" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#E4E4E4"
        }
    },

    "shopengine_info_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_info_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shopengine_info_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Weight",
                "options": [
                    { "label": "100", "value": 100 },
                    { "label": "200", "value": 200 },
                    { "label": "300", "value": 300 },
                    { "label": "400", "value": 400 },
                    { "label": "500", "value": 500 },
                    { "label": "600", "value": 600 },
                    { "label": "700", "value": 700 },
                    { "label": "800", "value": 800 },
                    { "label": "900", "value": 900 },
                    { "label": "default", "value": "" },
                    { "label": "Normal", "value": "normal" },
                    { "label": "Bold", "value": "bold" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 500
        }
    },
    "shopengine_info_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 22
        }
    },
    "shopengine_info_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_info_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_info_border_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Border Type",
                "options": [
                    { "label": "None", "value": "none" },
                    { "label": "Solid", "value": "solid" },
                    { "label": "Double", "value": "double" },
                    { "label": "Dotted", "value": "dotted" },
                    { "label": "Dashed", "value": "dashed " },
                    { "label": "Groove", "value": "groove" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_info_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Border Width"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_info_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#F1F1F1" },
                    { "name": "blue", "color": "#E4E4E4" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#E4E4E4"
        }
    },
    "shopengine_info_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Padding"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "15px",
                "right": "20px",
                "bottom": "15px",
                "left": "20px"
            }
        }
    },
    "shopengine_info_panel_end": {
        "type": "PanelBody"
    },

    "shopengine_description_panel_start": {
        "type": "PanelBody",
        "label": "Description"
    },
    "shopengine_description_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#FF3F00" },
                    { "name": "black", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#707070"
        }
    },

    "shopengine_description_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_description_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shopengine_description_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Weight",
                "options": [
                    { "label": "100", "value": 100 },
                    { "label": "200", "value": 200 },
                    { "label": "300", "value": 300 },
                    { "label": "400", "value": 400 },
                    { "label": "500", "value": 500 },
                    { "label": "600", "value": 600 },
                    { "label": "700", "value": 700 },
                    { "label": "800", "value": 800 },
                    { "label": "900", "value": 900 },
                    { "label": "default", "value": "inherit" },
                    { "label": "Normal", "value": "normal" },
                    { "label": "Bold", "value": "bold" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 400
        }
    },
    "shopengine_description_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 22
        }
    },
    "shopengine_description_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_description_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_description_panel_end": {
        "type": "PanelBody"
    },

    "shopengine_coupon_form_panel_start": {
        "type": "PanelBody",
        "label": "Coupon Form"
    },
    "shopengine_checkout_coupon_form_label_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#FF3F00" },
                    { "name": "black", "color": "#707070" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#707070"
        }
    },

    "shopengine_coupon_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_coupon_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "shopengine_coupon_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Weight",
                "options": [
                    { "label": "100", "value": 100 },
                    { "label": "200", "value": 200 },
                    { "label": "300", "value": 300 },
                    { "label": "400", "value": 400 },
                    { "label": "500", "value": 500 },
                    { "label": "600", "value": 600 },
                    { "label": "700", "value": 700 },
                    { "label": "800", "value": 800 },
                    { "label": "900", "value": 900 },
                    { "label": "default", "value": "inherit" },
                    { "label": "Normal", "value": "normal" },
                    { "label": "Bold", "value": "bold" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 400
        }
    },
    "shopengine_coupon_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 40
        }
    },
    "shopengine_coupon_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing",
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_coupon_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_coupon_border_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Border Type",
                "options": [
                    { "label": "None", "value": "none" },
                    { "label": "Solid", "value": "solid" },
                    { "label": "Double", "value": "double" },
                    { "label": "Dotted", "value": "dotted" },
                    { "label": "Dashed", "value": "dashed " },
                    { "label": "Groove", "value": "groove" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_coupon_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Border Width"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_coupon_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#DEE3EA" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#DEE3EA"
        }
    },
    "shopengine_coupon_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Border Radius"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },

    "shopengine_checkout_coupon_form_label_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#FF3F00" },
                    { "name": "black", "color": "#707070" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#f5f5f5"
        }
    },

    "shopengine_checkout_coupon_form_label_space_between": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Space In-between(px)",
                "min": 0,
                "max": 50
            }
        },
        "type": "object",
        "responsive" : true,
        "default": {
            "desktop": 20
        }
    },

    "shopengine_coupon_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Padding"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "0px",
                "right": "15px",
                "bottom": "0px",
                "left": "15px"
            }
        }
    },

    "shopengine_coupon_form_panel_end": {
        "type": "PanelBody"
    },

    "shopengine_apply_button_panel_start": {
        "type": "PanelBody",
        "label": "Apply Button"
    },
    "shopengine_apply_button_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_apply_button_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shopengine_apply_button_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Weight",
                "options": [
                    { "label": "100", "value": 100 },
                    { "label": "200", "value": 200 },
                    { "label": "300", "value": 300 },
                    { "label": "400", "value": 400 },
                    { "label": "500", "value": 500 },
                    { "label": "600", "value": 600 },
                    { "label": "700", "value": 700 },
                    { "label": "800", "value": 800 },
                    { "label": "900", "value": 900 },
                    { "label": "default", "value": "inherit" },
                    { "label": "Normal", "value": "normal" },
                    { "label": "Bold", "value": "bold" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 500
        }
    },
    "shopengine_apply_button_text_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [
                    { "label": "Default", "value": "inherit" },
                    { "label": "Uppercase", "value": "uppercase" },
                    { "label": "Lowercase", "value": "lowercase" },
                    { "label": "Capitalize", "value": "capitalize" },
                    { "label": "Normal", "value": "none" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "none"
        }
    },
    "shopengine_apply_button_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 38
        }
    },
    "shopengine_apply_button_word_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing",
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_apply_button_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_button_tab_container_start": {
        "type": "TabContainer"
    },
    "shopengine_normal_tab_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_button_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "white", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_button_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#3A3A3A" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },

    "shopengine_normal_tab_end": {
        "type": "TabControl"
    },

    "shopengine_hover_tab_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_button_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#645F5F" },
                    { "name": "black", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_button_hover_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#101010" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#645f5f"
        }
    },
    "shopengine_hover_tab_end": {
        "type": "TabControl"
    },
    "shopengine_button_tab_container_end": {
        "type": "TabContainer"
    },
    "shopengine_button_border_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Border Type",
                "options": [
                    { "label": "None", "value": "none" },
                    { "label": "Solid", "value": "solid" },
                    { "label": "Double", "value": "double" },
                    { "label": "Dotted", "value": "dotted" },
                    { "label": "Dashed", "value": "dashed " },
                    { "label": "Groove", "value": "groove" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Border Width"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#F1F1F1" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Border Radius"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },
    "shopengine_button_box_shadow_start": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },
    "shopengine_button_box_shadow_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": ""
            }
        }
    },

    "shopengine_button_box_shadow_horizontal": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Horizontal",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "shopengine_button_box_shadow_vertical": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Vertical",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "shopengine_button_box_shadow_blur": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Blur",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 10
        }
    },
    "shopengine_button_box_shadow_spread": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Spread",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 0
        }
    },

    "shopengine_button_box_shadow_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Position",
                "options": [{
                        "label": "Outline",
                        "value": ""
                    },
                    {
                        "label": "Inset",
                        "value": "inset"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_button_box_shadow_end": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },

    "shopengine_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props":{
                "label": "Padding"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "0px",
                "right": "15px",
                "bottom": "2px",
                "left": "15px"
            }
        }
    },
    "shopengine_apply_button_panel_end": {
        "type": "PanelBody"
    },
    "global_font_section_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
    "shopengine_global_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "global_font_section_end": {
        "type": "PanelBody"
    }
}