{
    "shopengine_content_panel_start":{
        "type":"PanelBody",
        "label":"Content Style"
    },
        "shopengine_content_label_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Label Text Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_content_url_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Url Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#4169E1" }
                    ]
                }
            },
            
            "type": "object",
            "default": {
                "desktop": "#4169E1"
            }
        },
        "shopengine_content_url_hover_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Url Hover Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_content_description_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Description Text Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            
            "type": "object",
            "default": {
                "desktop": "#979797"
            }
        },

        "shopengine_content_typography_start":{
            "type": "PopoverControl",
            "label": "Label Typography"
        },
            "shopengine_content_font_size": {
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                
                "type": "object",
                "default": {
                    "desktop": 14
                }
            },
            "shopengine_content_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": 600
                }
            },
            "shopengine_content_line_height":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": 17
                }
            },
            "shopengine_content_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_content_typography_end":{
            "type": "PopoverControl"
        }, 


        "shopengine_body_typography_start":{
            "type": "PopoverControl",
            "label": "Body Typography"
        },
            "shopengine_body_font_size": {
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 13
                }
            },
            "shopengine_body_font_weight": {
                "control":{
                    "field": "SelectControl", 
                    "label": "Weight",
                    "props": {
                        "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": 400
                }
            },
            "shopengine_body_line_height":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": 16
                }
            },
            "shopengine_body_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_body_typography_end":{
            "type": "PopoverControl"
        }, 
    "shopengine_content_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_payment_panel_start":{
        "type":"PanelBody",
        "label":"Payment Methods"
    },
    "shopengine_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children" : "Checkboxes"
            }
        },
        "type": "object"
    },

    "shopengine_payment_method_radio_input_color":{
        "control":{
            "field": "ColorPalette",
            "label": "Radio Input Checked Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#3A3A3A" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#000"
        }
    },
        "shopengine_checkbox_position":{
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Checkbox Position (y)",
                    "min": -100,
                    "max": 100
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": 0
            }
        },
        "shopengine_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_checkbox_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Checkbox Margin"
                }         
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0px",
                    "right":"8px",
                    "bottom":"0px",
                    "left":"0px"
                }
            }
        },
        "shopengine_divider1": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_section1": {
            "control": {
                "field": "__experimentalHeading",
                "props": {
                    "children" : "Payment Method List"
                }
            },
            "type": "object"
        },
        "shopengine_payment_list_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Padding"
                }      
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"10px",
                    "right":"0px",
                    "bottom":"10px",
                    "left":"0px"
                }
            }
        },
        "shopengine_divider2": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_payment_list_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": ""
            }
        },
        
        "shopengine_payment_list_border_width":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Border Width"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"",
                    "right":"",
                    "bottom":"",
                    "left":""
                }                 
            }
        },
        "shopengine_payment_list_border_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#F1F1F1" },
                        { "name": "blue", "color": "#DEE3EA" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_divider3": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_add_to_cart_quantity_section": {
            "control": {
                "field": "__experimentalHeading",
                "props": {
                    "children" : "Payment Method Description"
                }
            },
            "type": "object"
        },
        "shopengine_payment_description_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Padding"
                }       
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"13px",
                    "right":"0px",
                    "bottom":"0px",
                    "left":"0px"
                }
            }
        },
    "shopengine_payment_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_button_panel_start":{
        "type":"PanelBody",
        "label":"Button"
    },
        "shopengine_button_full_show":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Full Width Button",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            }   
        },
        "shopengine_space":{
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Space In-between",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": 20
            }
        },
        "shopengine_button_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Padding"
                }           
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"15px",
                    "right":"21px",
                    "bottom":"15px",
                    "left":"21px"
                }
            }
        },
        
        "shopengine_input_border_type": {
            "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_input_border_width":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Border Width"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"1px",
                    "right":"1px",
                    "bottom":"1px",
                    "left":"1px"
                }                 
            }
        },
        "shopengine_input_border_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#F1F1F1" },
                        { "name": "blue", "color": "#DEE3EA" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },

        "shopengine_button_border_radius":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Border Radius"
                }       
            },
            "type": "object",
            "default": {
                "desktop": {
                    "top":"3px",
                    "right":"3px",
                    "bottom":"3px",
                    "left":"3px"
                }
            }
        },

        "shopengine_button_typography_start":{
            "type": "PopoverControl",
            "label": "Button Typography"
        },
            "shopengine_button_font_size": {
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                
                "type": "object",
                "default": {
                    "desktop": 15
                }
            },
            "shopengine_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_button_text_transform":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Transform",
                        "options":[
                            { "label": "Default", "value": "" },
                            { "label": "Uppercase", "value": "uppercase" },
                            { "label": "Lowercase", "value": "lowercase" },
                            { "label": "Capitalize", "value": "capitalize" },
                            { "label": "Normal", "value": "none" }
                        ]
                    }
                },
                
                "type": "object",
                "default": {
                    "desktop": "none"
                }
            },
            "shopengine_button_decoration":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Decoration",
                        "options":[
                            { "label": "Default", "value": "inherit" },
                            { "label": "Underline", "value": "underline" },
                            { "label": "Overline", "value": "overline" },
                            { "label": "Line Through", "value": "line-through" },
                            { "label": "None", "value": "none" }
                        ]
                    }
                },
                
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
            "shopengine_button_line_height":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
            "shopengine_button_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_button_typography_end":{
            "type": "PopoverControl"
        }, 

        "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_tab_container_start":{
            "type": "TabContainer"     
        },
            "shopengine_normal_tab_start":{
                "type": "TabControl",
                "label": "Normal"
            },
                "shopengine_button_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Input Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#555555" },
                                { "name": "blue", "color": "#FFFFFF" }
                            ]
                        }
                    },
                    
                    "type": "object",
                    "default": {
                        "desktop": "#FFFFFF"
                    }
                },
                "shopengine_button_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#F1F1F1" },
                                { "name": "blue", "color": "#3A3A3A" }
                            ]
                        }
                    },
                    
                    "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": "#979797" },
                                { "name": "black", "color": "#555555" },
                                { "name": "blue", "color": "#FFFFFF" }
                            ]
                        }
                    },
                    
                    "type": "object",
                    "default": {
                        "desktop": "#FFFFFF"
                    }
                },
                "shopengine_button_hover_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#3A3A3A" },
                                { "name": "blue", "color": "#FFFFFF" }
                            ]
                        }
                    },
                    
                    "type": "object",
                    "default": {
                        "desktop": "#101010"
                    }
                },
            "shopengine_hover_tab_end":{
                "type": "TabControl"
            }, 
        "shopengine_button_tab_container_end":{
            "type": "TabContainer"
        },

        "shopengine_wrap_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Wrap Margin"
                }    
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"10px",
                    "right":"0px",
                    "bottom":"0px",
                    "left":"0px"
                }
            }
        },
    "shopengine_button_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_global_font_section_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
    "shopengine_global_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_global_font_section_end": {
        "type": "PanelBody"
    }
}