{
    "nav_style_start": {
        "type": "PanelBody",
        "label": "Nav Style"
    },
    "typography_nav_section_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_nav_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18,
            "tablet": 18,
            "mobile": 18
        }
    },
    "shopengine_nav_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "600",
            "tablet": "600",
            "mobile": "600"
        }
    },
    "shopengine_nav_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "default",
            "tablet": "default",
            "mobile": "default"
        }
    },
    "shopengine_nav_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 22,
            "tablet": 22,
            "mobile": 22
        }
    },
    "shopengine_nav_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing (px)",
            "props": {
                "min": -5,
                "max": 10
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": null,
            "tablet": null,
            "mobile": null
        }
    },
    "shopengine_nav_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_nav_section_end": {
        "type": "PopoverControl"
    },
    "nav_tab_container_start": {
        "type": "TabContainer",
        "label": ""
    },
    "nav_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_menu_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Menu Color",
            "props": {},
            "type": "object",
            "default": {
                "desktop": {
                    "hex": "#A0A0A0"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#A0A0A0"
            }
        }
    },
    "shopengine_menu_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "null"
            }
        }
    },
    "shopengine_nav_normal_border_type": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [
                    {
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "none",
            "tablet": "none",
            "mobile": "none"
        }
    },
    "shopengine_nav_normal_border_width": {
        "control": {
            "field": "RangeControl",
            "label": "Border Width (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 1,
            "tablet": 1,
            "mobile": 1
        }
    },
    "shopengine_nav_normal_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#A0A0A0"
            }
        }
    },
    "nav_normal_end": {
        "type": "TabControl"
    },
    "nav_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_hover_menu_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Active/Hover Menu Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": null
            }
        }
    },
    "shopengine_hover_background_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Hover/Active Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": null
            }
        }
    },
    "shopengine_nav_hover_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": null
            }
        }
    },
    "nav_hover_end": {
        "type": "TabControl"
    },
    "nav_tab_container_end": {
        "type": "TabContainer"
    },
    "shopengine_nav_indicator_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Nav Indicator Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#5642C7"
            }
        }
    },
    "shopengine_nav_indicator_control": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Nav Indicator Border (px)"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "bottom": "3px",
                "left": 0,
                "right": 0
            }
        }
    },
    "shopengine_nav_menu_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Menu Spacing (px)",
            "props": {
                "min": 0,
                "max": 500
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 25,
            "tablet": 25,
            "mobile": 25
        }
    },
    "shopengine_nav_border_type": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [
                    {
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid",
            "tablet": "solid",
            "mobile": "solid"
        }
    },
    "shopengine_nav_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Width"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "0px",
                "bottom": "1px",
                "left": "0px"
            }
        }
    },
    "shopengine_nav_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#efefef"
            }
        }
    },
    "shopengine_nav_item_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Nav Item Padding"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "0",
                "right": "0",
                "bottom": "0",
                "left": "0"
            }
        }
    },
    "shopengine_nav_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Nav Padding(px)"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "25px",
                "right": "0px",
                "bottom": "25px",
                "left": "0px"
            }
        }
    },
    "nav_style_end": {
        "type": "PanelBody"
    },
    "tab_content_start": {
        "type": "PanelBody",
        "label": "Tab Content"
    },
    "shopengine_tab_show_title": {
        "control": {
            "field": "ToggleControl",
            "label": "Show Title",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": true
        }
    },
    "shopengine_tab_content_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_tab_title_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding"
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0",
                "right": "0px",
                "bottom": "20px",
                "left": "0px"
            },
            "mobile": {
                "top": "0",
                "right": "0px",
                "bottom": "20px",
                "left": "0px"
            },
            "tablet": {
                "top": "0",
                "right": "0px",
                "bottom": "20px",
                "left": "0px"
            }
        }
    },
    "shopengine_tab_content_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Tab content Wrap"
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "25px",
                "right": "0px",
                "bottom": "25px",
                "left": "0px"
            },
            "mobile": {
                "top": "25px",
                "right": "0px",
                "bottom": "25px",
                "left": "0px"
            },
            "tablet": {
                "top": "25px",
                "right": "0px",
                "bottom": "25px",
                "left": "0px"
            }
        }
    },
    "tab_content_end": {
        "type": "PanelBody"
    },
    "additional_information_start": {
        "type": "PanelBody",
        "label": "Additional Information"
    },
    "typography_addi_info_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_addi_info_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_addi_info_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_addi_info_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "default",
            "tablet": "default",
            "mobile": "default"
        }
    },
    "shopengine_addi_info_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 19,
            "tablet": 19,
            "mobile": 19
        }
    },
    "shopengine_addi_info_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing (px)",
            "props": {
                "min": -5,
                "max": 10
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": null,
            "tablet": null,
            "mobile": null
        }
    },
    "shopengine_addi_info_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_addi_info_end": {
        "type": "PopoverControl"
    },
    "shopengine_cell_divider_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Table Cell Divider Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#f2f2f2"
            }
        }
    },
    "shopengine_cell_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Table Cell Padding"
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "15px",
                "right": "25px",
                "bottom": "15px",
                "left": "35px"
            },
            "mobile": {
                "top": null,
                "right": null,
                "bottom": null,
                "left": null
            },
            "tablet": {
                "top": null,
                "right": null,
                "bottom": null,
                "left": null
            }
        }
    },
    "shopengine_label_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Label Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#888888"
            }
        }
    },
    "shopengine_label_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Label Background",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#f8f8f8"
            }
        }
    },
    "shopengine_label_width": {
        "control": {
            "field": "RangeControl",
            "label": "Label Width",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 25,
            "tablet": 25,
            "mobile": 25
        }
    },
    "shopengine_value_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Value Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_value_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Value Background",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fdfdfd"
            }
        }
    },
    "additional_information_end": {
        "type": "PanelBody"
    },
    "additional_ave_rating_start": {
        "type": "PanelBody",
        "label": "Average Rating"
    },
    "shopengine_title_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Title Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "typography_title_start": {
        "type": "PopoverControl",
        "label": "Title Label Typography"
    },
    "shopengine_title_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
        }
    },
    "shopengine_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_title_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 17,
            "tablet": 17,
            "mobile": 17
        }
    },
    "shopengine_title_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_title_end": {
        "type": "PopoverControl"
    },
    "shopengine_total_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Total Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "typography_total_start": {
        "type": "PopoverControl",
        "label": "Total Typography"
    },
    "shopengine_total_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 48,
            "tablet": 48,
            "mobile": 48
        }
    },
    "shopengine_total_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 600,
            "tablet": 600,
            "mobile": 600
        }
    },
    "shopengine_total_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 46,
            "tablet": 46,
            "mobile": 46
        }
    },
    "shopengine_total_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_total_end": {
        "type": "PopoverControl"
    },
    "shopengine_count_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Count Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "typography_count_start": {
        "type": "PopoverControl",
        "label": "Count Label Typography"
    },
    "shopengine_count_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_count_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "600",
            "tablet": "600",
            "mobile": "600"
        }
    },
    "shopengine_count_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 19,
            "tablet": 19,
            "mobile": 19
        }
    },
    "shopengine_count_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_count_end": {
        "type": "PopoverControl"
    },
    "shopengine_rating_ave_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Text Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "typography_rating_ave_start": {
        "type": "PopoverControl",
        "label": "Rating Label Typography"
    },
    "shopengine_rating_ave_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
        }
    },
    "shopengine_rating_ave_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_rating_ave_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "default",
            "tablet": "default",
            "mobile": "default"
        }
    },
    "shopengine_rating_ave_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 17,
            "tablet": 17,
            "mobile": 17
        }
    },
    "shopengine_rating_ave_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_rating_ave_end": {
        "type": "PopoverControl"
    },
    "shopengine_rating_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Rating Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fff"
            }
        }
    },
    "shopengine_rating_active_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Rating Active Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#999999"
            }
        }
    },
    "shopengine_rating_bar_width": {
        "control": {
            "field": "RangeControl",
            "label": "Rating Bar Width",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 150,
            "tablet": 150,
            "mobile": 150
        }
    },
    "shopengine_rating_bar_height": {
        "control": {
            "field": "RangeControl",
            "label": "Rating Bar Height",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 10,
            "tablet": 10,
            "mobile": 10
        }
    },
    "additional_ave_rating_end": {
        "type": "PanelBody"
    },
    "review_heading_start": {
        "type": "PanelBody",
        "label": "Review Heading"
    },
    "shopengine_review_heading_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "typography_review_heading_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_review_heading_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18,
            "tablet": 18,
            "mobile": 18
        }
    },
    "shopengine_review_heading_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "700",
            "tablet": "700",
            "mobile": "700"
        }
    },
    "shopengine_review_heading_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "uppercase",
            "tablet": "uppercase",
            "mobile": "uppercase"
        }
    },
    "shopengine_review_heading_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 22,
            "tablet": 22,
            "mobile": 22
        }
    },
    "shopengine_review_heading_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0.1,
            "tablet": 0.1,
            "mobile": 0.1
        }
    },
    "shopengine_review_heading_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_review_heading_end": {
        "type": "PopoverControl"
    },
    "shopengine_review_heading_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin(px)"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "30px",
                "left": "0px"
            }
        }
    },
    "review_heading_end": {
        "type": "PanelBody"
    },
    "review_style_start": {
        "type": "PanelBody",
        "label": "Review Style"
    },
    "shopengine_rating_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Rating Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#FEC42D"
            }
        }
    },
    "shopengine_date_author_des_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Date, Author and Description Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_comment_sep_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Comment Separator Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#efefef"
            }
        }
    },
    "typography_author_start": {
        "type": "PopoverControl",
        "label": "Author Typography"
    },
    "shopengine_author_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18,
            "tablet": 18,
            "mobile": 18
        }
    },
    "shopengine_author_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "700",
            "tablet": "700",
            "mobile": "700"
        }
    },
    "shopengine_author_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_author_end": {
        "type": "PopoverControl"
    },
    "typography_date_start": {
        "type": "PopoverControl",
        "label": "Date Typography"
    },
    "shopengine_date_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
        }
    },
    "shopengine_date_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_date_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_date_end": {
        "type": "PopoverControl"
    },
    "typography_description_start": {
        "type": "PopoverControl",
        "label": "Description Typography"
    },
    "shopengine_description_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_description_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_description_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 28,
            "tablet": 28,
            "mobile": 28
        }
    },
    "shopengine_description_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_description_end": {
        "type": "PopoverControl"
    },
    "shopengine_review_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Single Review Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 35
        }
    },
    "review_style_end": {
        "type": "PanelBody"
    },
    "review_form_start": {
        "type": "PanelBody",
        "label": "Review Form"
    },
    "shopengine_input_label_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Label Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#c9c9c9"
            }
        }
    },
    "shopengine_required_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Required Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#EA4335"
            }
        }
    },
    "typography_form_label_start": {
        "type": "PopoverControl",
        "label": "Label Typography"
    },
    "shopengine_form_label_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
        }
    },
    "shopengine_form_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "400",
            "tablet": "400",
            "mobile": "400"
        }
    },
    "shopengine_form_label_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 17,
            "tablet": 17,
            "mobile": 17
        }
    },
    "shopengine_form_label_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_form_label_end": {
        "type": "PopoverControl"
    },
    "shopengine_input_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Input Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#b4b4b4"
            }
        }
    },
    "shopengine_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#EA4335"
            }
        }
    },
    "shopengine_focus_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Focus Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#505255"
            }
        }
    },
    "typography_input_start": {
        "type": "PopoverControl",
        "label": "Input Typography"
    },
    "shopengine_input_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "600",
            "tablet": "600",
            "mobile": "600"
        }
    },
    "shopengine_input_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 19,
            "tablet": 19,
            "mobile": 19
        }
    },
    "shopengine_input_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_input_end": {
        "type": "PopoverControl"
    },
    "shopengine_field_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Field Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 15,
            "tablet": 15,
            "mobile": 15
        }
    },
    "shopengine_border_radius": {
        "control": {
            "field": "RangeControl",
            "label": "Inputs Border Radius (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "shopengine_input_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Inputs Padding (px)"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "10px",
                "right": "10px",
                "bottom": "10px",
                "left": "10px"
            }
        }
    },
    "review_form_end": {
        "type": "PanelBody"
    },
    "submit_button_start": {
        "type": "PanelBody",
        "label": "Submit Button"
    },
    "typography_button_start": {
        "type": "PopoverControl",
        "label": "Button Typography"
    },
    "shopengine_button_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 15,
            "tablet": 15,
            "mobile": 15
        }
    },
    "shopengine_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": "Light",
                        "value": "light"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "500",
            "tablet": "500",
            "mobile": "500"
        }
    },
    "shopengine_button_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "options": [
                    {
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "default",
            "tablet": "default",
            "mobile": "default"
        }
    },
    "shopengine_button_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 19,
            "tablet": 19,
            "mobile": 19
        }
    },
    "shopengine_button_word_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "typography_button_end": {
        "type": "PopoverControl"
    },
    "shopengine_button_align": {
        "control": {
            "field": "SelectControl",
            "label": "Align",
            "props": {
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left",
            "tablet": "left",
            "mobile": "left"
        }
    },
    "button_tab_container_start": {
        "type": "TabContainer",
        "label": ""
    },
    "button_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_button_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {},
            "type": "object",
            "default": {
                "desktop": {
                    "hex": "#fff"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#A0A0A0"
            }
        }
    },
    "shopengine_button_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Background",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3a3a3a"
            }
        }
    },
    "button_normal_end": {
        "type": "TabControl"
    },
    "button_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_hover_button_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fff"
            }
        }
    },
    "shopengine_hover_button_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Background",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_hover_button_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "button_hover_end": {
        "type": "TabControl"
    },
    "button_tab_container_end": {
        "type": "TabContainer"
    },
    "shopengine_button_border_type": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [
                    {
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid",
            "tablet": "solid",
            "mobile": "solid"
        }
    },
    "shopengine_button_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Width"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "0px",
                "bottom": "1px",
                "left": "0px"
            }
        }
    },
    "shopengine_button_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3a3a3a"
            }
        }
    },
    "shopengine_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0",
                    "left": "0",
                    "right": "0",
                    "bottom": "0"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },
    "shopengine_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)"
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "10px",
                "right": "25px",
                "bottom": "10px",
                "left": "25px"
            }
        }
    },
    "shopengine_button_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin (px)"
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "20px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "submit_button_end": {
        "type": "PanelBody"
    },
    "shopengine_product_tabs_global_font_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
    "shopengine_product_tabs_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_product_tabs_global_font_end": {
        "type": "PanelBody"
    }
}