{
   "shopengine_section_account_address_details_styles_start":{
      "type":"PanelBody",
      "label":"Account Address"
    },

   "shopengine_account_address_type":{
      "control": {
         "field": "SelectControl",
         "label": "Address Type",
         "props": {
             "options": [{
                     "label": "Default",
                     "value": ""
                 },
                 {
                     "label": "Billing Address Form",
                     "value": "billing"
                 },
                 {
                     "label": "Shipping Address Form",
                     "value": "shipping"
                 }
             ]
         }
     },
     "responsive": true,
     "type": "object",
     "default": {
         "desktop": "",
         "tablet": "",
         "mobile": ""
     },
     "ssr": true
   },

   "discount_section_notice": {
      "control": {
          "field": "Notice",
          "props": {
              "children": "Note: This is just a demonstration of how a different Account Address will look in the frontend.",
              "isDismissible": false,
              "status": "warning"
          }
      },
      "type": "object"
    },

    "shopengine_section_account_address_details_styles_end":{
      "type":"PanelBody",
      "label":"Account Address"
    },


    "shopengine_account_address_section_billing_shipping_start":{
      "type":"PanelBody",
      "label":"Billing & Shipping Address"
    },
      
      "shopengine_account_address_message_head": {
         "control": {
               "field": "__experimentalHeading",
               "props": {
                  "children" : "Message"
               }
         },
         "type": "object",
         "default": {
               "desktop": "Message"
         }

      },

      "shopengine_ad_address_message_clr": {
         "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
               "colors": [
                     {
                        "name": "#3a3a3a",
                        "color": "#3a3a3a"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "#3a3a3a"
         }
   },
   "shopengine_ad_address_message_font_size": {
      "control": {
            "field": "__experimentalUnitControl",
            "label": "Font Size(px)",
            "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ]
               
            }
      },
   "responsive": true,
      "type": "object",
      "default": {
            "desktop": "16px"
      }
   },

   "shopengine_ad_address_message_line_height": {
      "control": {
            "field": "__experimentalUnitControl",
            "label": "Line Height (px)",
            "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ]
               
            }
      },
   "responsive": true,
      "type": "object",
      "default": {
            "desktop": "16px"
      }
   },

   "shopengine_ad_address_message_spacing": {
      "control": {
            "field": "__experimentalUnitControl",
            "label": "Bottom Spacing (px)",
            "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ]
               
            }
      },
   "responsive": true,
      "type": "object",
      "default": {
            "desktop": "30px"
      }
   },
   "shopengine_account_address_title_head_divider": {
      "control": {
         "field": "__experimentalDivider",
         "props": {
         }
      },
      "type": "object",
      "default": {
         "desktop": "Title"
      }
   },
      "shopengine_account_address_title_head": {
         "control": {
               "field": "__experimentalHeading",
               "props": {
                  "children" : "Title"
               }
         },
         "type": "object",
         "default": {
               "desktop": "Title"
         }

      },
      "shopengine_account_address_title_color": {
         "control": {
             "field": "ColorPalette",
             "label": "Color",
             "props": {
                 "colors": [
                     {
                         "name": "#3A3A3A",
                         "color": "#3A3A3A"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "#3A3A3A"
         }
     },

     "shopengine_account_address_title_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
        },
        "shopengine_account_address_title_font_size": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Font Size(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "22px"
         }
        },
        "shopengine_account_address_title_font_weight": {
            "control": {
                "field": "SelectControl",
                "label": "Font 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"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 600,
                "tablet": 600,
                "mobile": 600
            }
        },
        "shopengine_account_address_title_font_style": {
            "control": {
                "field": "SelectControl",
                "label": "Style",
                "props": {
                    "options": [{
                            "label": "None",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Italic",
                            "value": "italic"
                        },
                        {
                            "label": "Oblique",
                            "value": "oblique"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "normal",
                "tablet": "normal",
                "mobile": "normal"
            }
        },
        "shopengine_account_address_title_text_transform": {
            "control": {
                "field": "SelectControl",
                "label": "Transform",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "capitalize",
                "tablet": "capitalize",
                "mobile": "capitalize"
            }
        },
        "shopengine_account_address_title_line_height": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Line Height",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "22px"
         }
        },
        "shopengine_account_address_title_letter_spacing": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Letter Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_address_title_wordspace": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Word Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_address_title_typography_end": {
            "type": "PopoverControl"
        },

        "shopengine_account_address_title_margin":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Margin",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "10px",
                  "left": "0px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "10px",
                  "left": "0px"
               }
         }
    },


    "shopengine_account_address_address_head_divider": {
      "control": {
         "field": "__experimentalDivider",
         "props": {
         }
      },
      "type": "object",
      "default": {
         "desktop": "Title"
      }
   },
      "shopengine_account_address_address_head": {
         "control": {
               "field": "__experimentalHeading",
               "props": {
                  "children" : "Address"
               }
         },
         "type": "object",
         "default": {
               "desktop": "Address"
         }

      },
      "shopengine_account_address_address_color": {
         "control": {
             "field": "ColorPalette",
             "label": "Color",
             "props": {
                 "colors": [
                     {
                         "name": "#979797",
                         "color": "#979797"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "#979797"
         }
     },

     "shopengine_account_address_address_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
        },
        "shopengine_account_address_address_font_size": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Font Size(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "16px"
         }
        },
        "shopengine_account_address_address_font_weight": {
            "control": {
                "field": "SelectControl",
                "label": "Font 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"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 400,
                "tablet": 400,
                "mobile": 400
            }
        },
        "shopengine_account_address_address_font_style": {
            "control": {
                "field": "SelectControl",
                "label": "Style",
                "props": {
                    "options": [{
                            "label": "None",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Italic",
                            "value": "italic"
                        },
                        {
                            "label": "Oblique",
                            "value": "oblique"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "normal",
                "tablet": "normal",
                "mobile": "normal"
            }
        },
        "shopengine_account_address_address_text_transform": {
            "control": {
                "field": "SelectControl",
                "label": "Transform",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "capitalize",
                "tablet": "capitalize",
                "mobile": "capitalize"
            }
        },
        "shopengine_account_address_address_line_height": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Line Height",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": "22px"
         }
        },
        "shopengine_account_address_address_letter_spacing": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Letter Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_address_address_wordspace": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Word Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_address_address_typography_end": {
            "type": "PopoverControl"
        },


        "shopengine_account_address_content_padding":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Content Padding (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "10px",
                  "left": "0px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "",
                  "right": "",
                  "bottom": "",
                  "left": ""
               }
         }
    },

    "shopengine_account_address_section_billing_shipping_end":{
      "type":"PanelBody"
    },


    "shopengine_account_address_section_form_title_start":{
      "type":"PanelBody",
      "label": "Form: Title"
    },
      "shopengine_account_address_form_title": {
         "control": {
            "field": "ToggleControl",
            "props": {
               "checked": false,
               "label": "Enable Title"
            }
         },
         "responsive": false,
         "type": "object",
         "default": {
            "desktop": false
         },
         "ssr": true
    },
      "shopengine_account_address_form_title_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
               "colors": [
                     {
                        "name": "#3A3A3A",
                        "color": "#3A3A3A"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "#3A3A3A"
         }
   },
   "shopengine_account_address_form_title_font": {
      "control": {
            "field": "__experimentalUnitControl",
            "label": "Font Size(px)",
            "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ]
               
            }
      },
   "responsive": true,
      "type": "object",
      "default": {
            "desktop": "22px"
      }
   },
      "shopengine_account_address_form_title_spacing":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Margin",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "18px",
                  "left": "0px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "18px",
                  "left": "0px"
               }
         }
   },


   

    "shopengine_account_address_section_form_title_end":{
      "type":"PanelBody"
    },



    "shopengine_account_address_section_form_label_start":{
      "type":"PanelBody",
      "label": "Form: Label"
    },
    "shopengine_account_address_form_label_color": {
         "control": {
               "field": "ColorPalette",
               "label": "Color",
               "props": {
                  "colors": [
                     {
                           "name": "#3a3a3a",
                           "color": "#3a3a3a"
                     },
                     {
                           "name": "white",
                           "color": "#fff"
                     },
                     {
                           "name": "blue",
                           "color": "#00f"
                     }
                  ]
               }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": "#3a3a3a"
         }
      },
      "shopengine_account_address_form_label_required": {
         "control": {
               "field": "ColorPalette",
               "label": "Required Color",
               "props": {
                  "colors": [
                     {
                           "name": "#E70B0B",
                           "color": "#E70B0B"
                     },
                     {
                           "name": "white",
                           "color": "#fff"
                     },
                     {
                           "name": "blue",
                           "color": "#00f"
                     }
                  ]
               }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": "#E70B0B"
         }
      },
      "shopengine_account_address_form_label_font": {
         "control": {
               "field": "__experimentalUnitControl",
               "label": "Font Size(px)",
               "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ]
                  
               }
         },
      "responsive": true,
         "type": "object",
         "default": {
               "desktop": "16px"
         }
      },

      "shopengine_account_address_form_label_spacing":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Margin",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
               }
         }
   },

   
   "shopengine_account_address_section_form_label_end":{
      "type":"PanelBody"
   },


    "shopengine_input_style_wrapper_start":{
      "type":"PanelBody",
      "label":"Form: Input"
    },

    "shopengine_ad_address_input_font_size": {
         "control": {
               "field": "__experimentalUnitControl",
               "label": "Font Size(px)",
               "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ]
                  
               }
         },
      "responsive": true,
         "type": "object",
         "default": {
               "desktop": "16px"
         }
      },
      "shopengine_input_style_padding":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Input Padding",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "10px",
                  "right": "20px",
                  "bottom": "10px",
                  "left": "20px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "10px",
                  "right": "20px",
                  "bottom": "10px",
                  "left": "20px"
               }
         }
   },


   "shopengine_input_tabs_style_start": {
      "type": "TabContainer"
    },
          "shopengine_input_tabnormal_tab_start": {
             "type": "TabControl",
             "label": "Normal"
          },
             "shopengine_input_color": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#3A3A3A",
                               "color": "#3A3A3A"
                            },
                            {
                               "name": "white",
                               "color": "#fff"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#3A3A3A"
                }
          },

          "shopengine_input_background": {
             "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#EFEFEF",
                            "color": "#EFEFEF"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "blue",
                            "color": "#00f"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#EFEFEF"
             }
         },
         "shopengine_input_border_type": {
            "control": {
               "field": "SelectControl",
               "label": "Border Type",
               "props": {
                  "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",
            "responsive": true,
            "default": {
               "desktop": "solid"
            }
      },
      "shopengine_input_border_width": {
         "control": {
             "field": "__experimentalBoxControl",
             
             "props": {
                 "label": "Border Width(px)",
                 "values": {
                     "top": "0px",
                     "right": "0px",
                     "bottom": "0px",
                     "left": "0px"
                 }
             }
         },
         "type": "object",
         "responsive": true,
         "default": {
             "desktop": {
                 "top": "1px",
                 "right": "1px",
                 "bottom": "1px",
                 "left": "1px"
             }
         }
      },
      "shopengine_input_border_color": {
            "control": {
               "field": "ColorPalette",
               "label": "Border Row Color",
               "props": {
                  "colors": [{
                           "name": "#dee3ea",
                           "color": "#dee3ea"
                        },
                        {
                           "name": "white",
                           "color": "#fff"
                        },
                        {
                           "name": "blue",
                           "color": "#00f"
                        }
                  ]
               }
            },
            "type": "object",
            "default": {
               "desktop": "#dee3ea"
            }
        },

         "shopengine_input_tabnormal_tab_end": {
            "type": "TabControl",
            "label": "Normal"
         },


          "shopengine_input_tabfocus_start": {
             "type": "TabControl",
             "label": "Focus"
          },
             "shopengine_input_color_focus": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Focus Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#000000",
                               "color": "#000000"
                            },
                            {
                               "name": "white",
                               "color": "#fff"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#000000"
                }
          },
          "shopengine_input_background_focus": {
             "control": {
                "field": "ColorPalette",
                "label": "Hover Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#ffffff",
                            "color": "#ffffff"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "blue",
                            "color": "#00f"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#ffffff"
             }
       },

       "shopengine_input_border_focus_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",
         "responsive": true,
         "default": {
            "desktop": "solid"
         }
   },
   "shopengine_input_border_focus_width": {
      "control": {
          "field": "__experimentalBoxControl",
          
          "props": {
              "label": "Border Width(px)",
              "values": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
              }
          }
      },
      "type": "object",
      "responsive": true,
      "default": {
          "desktop": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
          }
      }
   },
   "shopengine_input_border_focus_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Border Row Color",
            "props": {
               "colors": [{
                        "name": "#F2F2F2",
                        "color": "#F2F2F2"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "type": "object",
         "default": {
            "desktop": "#F2F2F2"
         }
     },

       "shopengine_input_tabfocus_end": {
          "type": "TabControl"
       },
    "shopengine_input_tabs_style_end": {
       "type": "TabContainer"
    },

    "shopengine_input_style_wrapper_end":{
      "type":"PanelBody"
    }, 

    "shopengine_submit_button_style_wrapper_start":{
      "type":"PanelBody",
      "label":"Form: Submit Button"
    },

    "shopengine_typography_secondary_button_start": {
      "type": "PopoverControl",
      "label": "Typography"
        },
        "shopengine_typography_secondary_button_button_font_size": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Font Size(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": ""
         }
        },
        "shopengine_typography_secondary_button_button_font_weight": {
            "control": {
                "field": "SelectControl",
                "label": "Font 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"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "",
                "tablet": "",
                "mobile": ""
            }
        },
        "shopengine_typography_secondary_button_button_font_style": {
            "control": {
                "field": "SelectControl",
                "label": "Style",
                "props": {
                    "options": [{
                            "label": "None",
                            "value": "normal"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        },
                        {
                            "label": "Italic",
                            "value": "italic"
                        },
                        {
                            "label": "Oblique",
                            "value": "oblique"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "normal",
                "tablet": "normal",
                "mobile": "normal"
            }
        },
        "shopengine_typography_secondary_button_button_text_transform": {
            "control": {
                "field": "SelectControl",
                "label": "Transform",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "capitalize",
                "tablet": "capitalize",
                "mobile": "capitalize"
            }
        },
        "shopengine_typography_secondary_button_button_line_height": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Line Height",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": ""
         }
        },
        "shopengine_typography_secondary_button_button_letter_spacing": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Letter Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_typography_secondary_button_button_wordspace": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Word Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_typography_secondary_button_end": {
            "type": "PopoverControl"
        },

      "shopengine_submit_button_padding":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Content Padding (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "14px",
                  "right": "25px",
                  "bottom": "14px",
                  "left": "25px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "14px",
                  "right": "25px",
                  "bottom": "14px",
                  "left": "25px"
               }
         }
    },
    "shopengine_normal_color_start": {
      "type": "TabContainer"
    },
          "shopengine_tab_item_normal_start": {
             "type": "TabControl",
             "label": "Normal"
          },
             "shopengine_submit_button_clr": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#3A3A3A",
                               "color": "#3A3A3A"
                            },
                            {
                               "name": "white",
                               "color": "#fff"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#fff"
                }
          },

          "shopengine_submit_button_bg_clr": {
             "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#f1f1f1",
                            "color": "#f1f1f1"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "#3a3a3a",
                            "color": "#3a3a3a"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#3a3a3a"
             }
       },
         "shopengine_tab_item_normal_end": {
            "type": "TabControl",
            "label": "Normal"
         },


          "shopengine_tab_item_hover_start": {
             "type": "TabControl",
             "label": "Hover"
          },
             "shopengine_submit_button_clr_hover": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Hover Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#ffffff",
                               "color": "#ffffff"
                            },
                            {
                               "name": "white",
                               "color": "#fff"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#ffffff"
                }
          },
          "shopengine_submit_button_bg_clr_hover": {
             "control": {
                "field": "ColorPalette",
                "label": "Hover Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#3a3a3a",
                            "color": "#3a3a3a"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "#101010",
                            "color": "#101010"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#101010"
             }
       },

       "shopengine_tab_item_hover_end": {
          "type": "TabControl"
       },
    "shopengine_normal_color_end": {
       "type": "TabContainer"
    }, 


    "shopengine_submit_button_style_wrapper_end":{
      "type":"PanelBody"
    },

    "shopengine_typography_start":{
      "type":"PanelBody",
      "label":"Global Font"
    },
    "shopengine_typography_primary": {
      "control": {
         "field": "FontfamilyControl",
         "label": "Font Family"
      },
      "responsive": true,
      "type": "object"
     },

    "shopengine_typography_end":{
      "type":"PanelBody"
    }
}