{
  "shopengine_account_dashboard_label_style_start": {
    "type": "PanelBody",
    "label": "Label Style"
  },
  "shopengine_label_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "#707070",
            "color": "#707070"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#707070"
    }
  },
  "shopengine_label_required": {
    "control": {
      "field": "ColorPalette",
      "label": "Required Color",
      "props": {
        "colors": [
          {
            "name": "#f00",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#f00"
    }
  },
  "shopengine_account_dashboard_label_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },
  "shopengine_account_dashboard_label_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_dashboard_label_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_dashboard_label_font_style": {
    "control": {
      "field": "SelectControl",
      "label": "Style",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "none"
          },
          {
            "label": "Normal",
            "value": "normal"
          },
          {
            "label": "Italic",
            "value": "italic"
          },
          {
            "label": "Oblique",
            "value": "oblique"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "none",
      "tablet": "none",
      "mobile": "none"
    }
  },
  "shopengine_account_dashboard_label_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_dashboard_label_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": 0
    }
  },
  "shopengine_account_dashboard_label_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_dashboard_label_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_dashboard_label_typography_end": {
    "type": "PopoverControl"
  },
  "shopengine_label_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Margin",
        "units": [
          {
            "value": "px",
            "label": "px",
            "default": 0
          }
        ],
        "allowReset": true,
        "defaultValues": {
          "top": "0px",
          "right": "0px",
          "bottom": "15px",
          "left": "0px"
        }
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "15px",
        "left": "0px"
      }
    }
  },

  "shopengine_account_dashboard_label_style_end": {
    "type": "PanelBody"
  },

  "shopengine_account_dashboard_input_style_start": {
    "type": "PanelBody",
    "label": "Input Style"
  },

  "shopengine_account_dashboard_input_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_account_dashboard_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": "14px"
    }
  },
  "shopengine_account_dashboard_input_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_dashboard_input_font_style": {
    "control": {
      "field": "SelectControl",
      "label": "Style",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "none"
          },
          {
            "label": "Normal",
            "value": "normal"
          },
          {
            "label": "Italic",
            "value": "italic"
          },
          {
            "label": "Oblique",
            "value": "oblique"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "none",
      "tablet": "none",
      "mobile": "none"
    }
  },
  "shopengine_account_dashboard_input_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_dashboard_input_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": 0
    }
  },
  "shopengine_account_dashboard_input_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_dashboard_input_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_dashboard_input_typography_end": {
    "type": "PopoverControl"
  },
   "shopengine_input_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_start": {
             "type": "TabControl",
             "label": "Normal"
          },
             "shopengine_input_color_normal": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Text 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_normal": {
             "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#f1f1f1",
                            "color": "#f1f1f1"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "blue",
                            "color": "#00f"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#f1f1f1"
             }
         },
         "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 Color",
               "props": {
                  "colors": [{
                           "name": "#dee3ea",
                           "color": "#dee3ea"
                        },
                        {
                           "name": "white",
                           "color": "#fff"
                        },
                        {
                           "name": "blue",
                           "color": "#00f"
                        }
                  ]
               }
            },
            "type": "object",
            "default": {
               "desktop": "#dee3ea"
            }
        },
         "shopengine_input_tabnormal_end": {
            "type": "TabControl",
            "label": "Normal"
         },


          "shopengine_input_tabfocus_start": {
             "type": "TabControl",
             "label": "Focus"
          },
             "shopengine_input_color_focus": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Hover 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",
            "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_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 Color",
            "props": {
               "colors": [{
                        "name": "#dee3ea",
                        "color": "#dee3ea"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "type": "object",
         "default": {
            "desktop": "#dee3ea"
         }
     },
      

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

    "shopengine_input_border_radius":{
      "control":{
          "field": "__experimentalBoxControl",
          "props" : {
              "label": "Border Radius (px)",
            "units":[
               {  
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ],
            "allowReset": true,
            "defaultValues": {
               "top": "5px",
               "right": "5px",
               "bottom": "5px",
               "left": "5px"
            }
          }
      },

      "type": "object",
      "default": {
          "desktop": {
              "top":"5px",
              "right":"5px",
              "bottom":"5px",
              "left":"5px"
          }           
      }
   },
  

  "shopengine_account_dashboard_input_style_end": {
    "type": "PanelBody"
  },

  "shopengine_account_dashboard_form_start": {
   "type": "PanelBody",
   "label": "Form"
  },
   "shopengine_form_legend_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_legend_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
  
    "shopengine_legend_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": 22
      }
    },
    "shopengine_legend_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_legend_font_style": {
      "control": {
        "field": "SelectControl",
        "label": "Style",
        "props": {
          "options": [
            {
              "label": "Default",
              "value": "none"
            },
            {
              "label": "Normal",
              "value": "normal"
            },
            {
              "label": "Italic",
              "value": "italic"
            },
            {
              "label": "Oblique",
              "value": "oblique"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "none",
        "tablet": "none",
        "mobile": "none"
      }
    },
    "shopengine_legend_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_legend_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": 0
      }
    },
    "shopengine_legend_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_legend_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_legend_typography_end": {
      "type": "PopoverControl"
    },


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

  "shopengine_account_dashboard_form_end": {
   "type": "PanelBody",
   "label": "Form"
  },


  "shopengine_account_dashboard_button_start": {
   "type": "PanelBody",
   "label": "Button"
  }, 

   "shopengine_form_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": 22
      }
   },


   "shopengine_form_button_tabs_start": {
      "type": "TabContainer"
    },
          "shopengine_form_button_tab_normal_start": {
             "type": "TabControl",
             "label": "Normal"
          },
             "shopengine_form_button_normal_clr": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Text Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#fff",
                               "color": "#fff"
                            },
                            {
                               "name": "red",
                               "color": "red"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#fff"
                }
          },

          "shopengine_form_button_normal_bg": {
             "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#3a3a3a",
                            "color": "#3a3a3a"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "blue",
                            "color": "#00f"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#3a3a3a"
             }
         },
         "shopengine_form_button_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_form_button_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_form_button_border_color": {
            "control": {
               "field": "ColorPalette",
               "label": "Border Color",
               "props": {
                  "colors": [{
                           "name": "#101010",
                           "color": "#101010"
                        },
                        {
                           "name": "white",
                           "color": "#fff"
                        },
                        {
                           "name": "blue",
                           "color": "#00f"
                        }
                  ]
               }
            },
            "type": "object",
            "default": {
               "desktop": "#101010"
            }
        },
         "shopengine_form_button_tab_normal_end": {
            "type": "TabControl",
            "label": "Normal"
         },


          "shopengine_form_button_tab_hover_start": {
             "type": "TabControl",
             "label": "Hover"
          },
             "shopengine_form_button_normal_clr_hover": {
                "control": {
                   "field": "ColorPalette",
                   "label": "Hover Color",
                   "props": {
                      "colors": [
                            {
                               "name": "#fff",
                               "color": "#fff"
                            },
                            {
                               "name": "red",
                               "color": "red"
                            },
                            {
                               "name": "blue",
                               "color": "#00f"
                            }
                      ]
                   }
                },
                "responsive": false,
                "type": "object",
                "default": {
                   "desktop": "#fff"
                }
          },
          "shopengine_form_button_normal_bg_hover": {
             "control": {
                "field": "ColorPalette",
                "label": "Hover Background Color",
                "props": {
                   "colors": [
                         {
                            "name": "#101010",
                            "color": "#101010"
                         },
                         {
                            "name": "white",
                            "color": "#fff"
                         },
                         {
                            "name": "blue",
                            "color": "#00f"
                         }
                   ]
                }
             },
             "responsive": false,
             "type": "object",
             "default": {
                "desktop": "#101010"
             }
       },
       "shopengine_form_button_border_hover_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_form_button_border_hover_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_form_button_border_hover_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
               "colors": [{
                        "name": "#101010",
                        "color": "#101010"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "type": "object",
         "default": {
            "desktop": "#101010"
         }
     },
      

       "shopengine_form_button_tab_hover_end": {
          "type": "TabControl"
       },
    "shopengine_form_button_tabs_end": {
       "type": "TabContainer"
    },
    "shopengine_save_button_radius":{
      "control":{
          "field": "__experimentalBoxControl",
          "props" : {
              "label": "Border Radius (px)",
            "units":[
               {  
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ],
            "allowReset": true,
            "defaultValues": {
               "top": "5px",
               "right": "5px",
               "bottom": "5px",
               "left": "5px"
            }
          }
      },

      "type": "object",
      "default": {
          "desktop": {
              "top":"5px",
              "right":"5px",
              "bottom":"5px",
              "left":"5px"
          }           
      }
   },

   "shopengine_submit_button_padding": {
      "control": {
      "field": "__experimentalBoxControl",
      "props": {
         "label": "Padding",
         "units": [
            {
            "value": "px",
            "label": "px",
            "default": 0
            }
         ],
         "allowReset": true,
         "defaultValues": {
            "top": "13px",
            "right": "25px",
            "bottom": "14px",
            "left": "25px"
         }
      }
      },
      "responsive": true,
      "type": "object",
      "default": {
      "desktop": {
         "top": "14px",
         "right": "25px",
         "bottom": "14px",
         "left": "25px"
      }
      }
   },
   
  "shopengine_account_dashboard_button_end": {
   "type": "PanelBody"
  },


  "shopengine_section_style_global_start": {
   "type": "PanelBody",
   "label": "Global Font"
  },  
   "shopengine_product_title_font_family": {
      "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
      },
      "responsive": true,
      "type": "object"
   },
  
  "shopengine_section_style_global_end": {
   "type": "PanelBody"
  }
}
