{
    "general_start": {
        "type": "PanelBody",
        "label": "General"
    },
    "shopengine_column_number": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Products Column",
                "options": [{
                        "label": "Column 1",
                        "value": 1
                    },
                    {
                        "label": "Column 2",
                        "value": 2
                    },
                    {
                        "label": "Column 3",
                        "value": 3
                    },
                    {
                        "label": "Column 4",
                        "value": 4
                    },
                    {
                        "label": "Column 5",
                        "value": 5
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": 1
        },
        "ssr": true
    },
    "shopengine_display_type": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Show Category Dropdown",
                "options": [{
                        "label": "Show",
                        "value": "inline-block"
                    },
                    {
                        "label": "Hide",
                        "value": "none"
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "inline-block"
        },
        "ssr": true
    },
    "shopengine_all_cat_input": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Text for All Categories"
            }
        },
        "type": "object",
        "default": {
            "desktop": "All Categories"
        },
        "ssr": true
    },
    "shopengine_search_icon": {
        "control": {
            "field": "IconControl",
            "label": "Search Icon"
        },
        "type": "object",
        "default": {
            "desktop": "fas fa-search"
        },
        "ssr": true
    },
    "shopengine_search_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Search Text"
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        },
        "ssr": true
    },
    "shopengine_display_image": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Hide Image from Search?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr": true
    },

    "shopengine_custom_ordering_list": {
        "control": {
            "field": "CustomOrder",
            "props": {
                "label": "Ordering List",
                "lists": [
                    {
                        "id": "search-box",
                        "label": "Search Box"
                    },
                    {
                        "id": "search-input",
                        "label": "Search Input"
                    },
                    {
                        "id": "category-selector",
                        "label": "Category Selector"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop" : [
                {
                    "id": "search-box",
                    "label": "Search Box"
                },
                {
                    "id": "search-input",
                    "label": "Search Input"
                },
                {
                    "id": "category-selector",
                    "label": "Category Selector"
                }
            ]
        },
        "ssr": true
    },

    "general_end": {
        "type": "PanelBody"
    },
    "form_start": {
        "type": "PanelBody",
        "label": "Search form"
    },
    "shopengine_form_height": {
        "control": {
            "field": "RangeControl",
            "label": "Form Height (px)",
            "props": {
                "min": 0,
                "max": 300
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 50,
            "tablet": 50,
            "mobile": 50
        }
    },
    "shopengine_form_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "label": "Form Radius",
            "props": {
                "values": {
                    "top": "0",
                    "left": "0",
                    "right": "0",
                    "bottom": "0"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },
    "shopengine_form_input_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",
        "responsive": true,
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_form_input_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "label": "Border Width",
            "props": {
                "values": {
                    "top": "0",
                    "left": "0",
                    "right": "0",
                    "bottom": "0"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_form_txt_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Input Box Text Color",
            "props": {},
            "type": "object",
            "default": {
                "desktop": {
                    "hex": "#3e3e3e"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3e3e3e"
            }
        }
    },
    "shopengine_form_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Input Box Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fff"
            }
        }
    },
    "typography_form_section_start": {
        "type": "PopoverControl",
        "label": "Search Box Typography"
    },
    "shopengine_form_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_form_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_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_form_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_section_end": {
        "type": "PopoverControl"
    },
    "form_end": {
        "type": "PanelBody"
    },
    "search_text_start": {
        "type": "PanelBody",
        "label": "Search Icon/Text style"
    },
    "search_text_container_start": {
        "type": "TabContainer",
        "label": ""
    },
    "search_text_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_search_txt_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Search Button Text Color",
            "props": {},
            "type": "object",
            "default": {
                "desktop": {
                    "hex": "#3e3e3e"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3e3e3e"
            }
        }
    },
    "shopengine_search_txt_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Search Button Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#e6e6e6"
            }
        }
    },
    "search_text_normal_end": {
        "type": "TabControl"
    },
    "search_text_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_hover_search_text_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Search Button Text Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3e3e3e"
            }
        }
    },
    "shopengine_hover_search_text_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Search Button Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": null
            }
        }
    },
    "search_text_hover_end": {
        "type": "TabControl"
    },
    "search_text_container_end": {
        "type": "TabContainer"
    },
    "shopengine_search_txt_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Search Button Font Size",
            "props": {
                "min": 10,
                "max": 40
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 16,
            "tablet": 16,
            "mobile": 16
        }
    },
    "shopengine_search_button_width": {
        "control": {
            "field": "RangeControl",
            "label": "Search Button Width",
            "props": {
                "min": 0,
                "max": 300
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 50,
            "tablet": 50,
            "mobile": 50
        }
    },
    "shopengine_search_text_gap": {
        "control": {
            "field": "RangeControl",
            "label": "Search Text Gap",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": null,
            "tablet": null,
            "mobile": null
        }
    },
    "search_text_end": {
        "type": "PanelBody"
    },
    "category_start": {
        "type": "PanelBody",
        "label": "Category Style"
    },
    "shopengine_category_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3e3e3e"
            }
        }
    },
    "shopengine_category_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fff"
            }
        }
    },
    "typography_category_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_category_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_category_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_category_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_category_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18,
            "tablet": 18,
            "mobile": 18
        }
    },
    "shopengine_category_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_category_end": {
        "type": "PopoverControl"
    },
    "shopengine_category_width": {
        "control": {
            "field": "RangeControl",
            "label": "width (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": null,
            "tablet": null,
            "mobile": null
        }
    },
    "shopengine_drpdown_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Dropdown Text Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#3e3e3e"
            }
        }
    },
    "shopengine_drpdown_bg_color": {
        "control": {
          "field": "ColorPalette",
          "label": "Dropdown Background Color",
          "props": {
            "colors": [
              {
                "name": "red",
                "color": "#f00"
              },
              {
                "name": "Gray",
                "color": "#f5f5f5"
              },
              {
                "name": "blue",
                "color": "#00f"
              }
            ]
          }
        },
        "type": "object",
        "default": {
          "desktop": ""
        }
      },
    "shopengine_seperator_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_sep_position": {
        "control": {
            "field": "SelectControl",
            "label": "Seperator position",
            "props": {
                "options": [{
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }

                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left",
            "tablet": "left",
            "mobile": "left"
        }
    },
    "shopengine_sep_width": {
        "control": {
            "field": "RangeControl",
            "label": "Seperator Width",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 3,
            "tablet": 3,
            "mobile": 3
        }
    },
    "shopengine_sep_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Separator Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "none"
            }
        }
    },
    "shopengine_sep_height": {
        "control": {
            "field": "RangeControl",
            "label": "separator Height",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 55,
            "tablet": 55,
            "mobile": 55
        }
    },
    "category_end": {
        "type": "PanelBody"
    },
    "product_start": {
        "type": "PanelBody",
        "label": "Product Style"
    },
    "shopengine_left_space": {
        "control": {
            "field": "RangeControl",
            "label": "Space On The Left",
            "props": {
                "min": 0,
                "max": 300
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0,
            "tablet": 0,
            "mobile": 0
        }
    },
    "discount_section_notice": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "Add space on the left side of the search result container.",
                "isDismissible": false
            }
        },
        "type": "object"
    },
    "shopengine_title_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_title_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Title: "
            }
        },
        "type": "object"
    },
    "shopengine_title_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Title Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#101010"
            }
        }
    },
    "shopengine_title_hover_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Title Hover Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#f03d3f"
            }
        }
    },
    "typography_title_start": {
        "type": "PopoverControl",
        "label": "Title Typography"
    },
    "shopengine_title_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_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": "500",
            "tablet": "500",
            "mobile": "500"
        }
    },
    "shopengine_title_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_title_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height (px)",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18,
            "tablet": 18,
            "mobile": 18
        }
    },
    "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_price_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_price_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Price: "
            }
        },
        "type": "object"
    },
    "shopengine_reg_price_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Regular Price Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#000"
            }
        }
    },
    "shopengine_sale_price_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Sale Price Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#999999"
            }
        }
    },
    "typography_price_start": {
        "type": "PopoverControl",
        "label": "price Typography"
    },
    "shopengine_price_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_price_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_price_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_price_end": {
        "type": "PopoverControl"
    },
    "shopengine_rating_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_rating_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Rating: "
            }
        },
        "type": "object"
    },
    "shopengine_rating_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Rating Font Size (px)",
            "props": {
                "min": 0,
                "max": 200
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 10,
            "tablet": 10,
            "mobile": 10
        }
    },
    "shopengine_star_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Star Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#fec42d"
            }
        }
    },
    "shopengine_counter_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Counter Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#858585"
            }
        }
    },
    "shopengine_icon_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_icon_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Arrow Button: "
            }
        },
        "type": "object"
    },
    "shopengine_icon_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Icon Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#565969"
            }
        }
    },

    "shopengine_icon_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Icon Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#5659691A"
            }
        }
    },
    "shopengine_icon_hover_bg_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Icon Hover Background Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#f03d3f"
            }
        }
    },
    "shopengine_product_item_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_product_item_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Product Item: "
            }
        },
        "type": "object"
    },
    "shopengine_wrapper_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "label": "Wrapper Padding (px)",
            "props": {
                "values": {
                    "top": "0",
                    "left": "0",
                    "right": "0",
                    "bottom": "0"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "10px",
                "right": "10px",
                "bottom": "10px",
                "left": "10px"
            }
        }
    },
    "shopengine_item_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",
        "responsive": true,
        "default": {
            "desktop": "solid",
            "tablet": "solid",
            "mobile": "solid"
        }
    },
    "shopengine_item_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "label": "Border Width",
            "props": {
                "values": {
                    "top": "0",
                    "left": "0",
                    "right": "0",
                    "bottom": "0"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_item_border_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Border Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#e6e6e6"
            }
        }
    },
    "product_end": {
        "type": "PanelBody"
    },
    "more_button_start": {
        "type": "PanelBody",
        "label": "More Product Button"
    },
    "shopengine_more_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size",
            "props": {
                "min": 0,
                "max": 100
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20,
            "tablet": 20,
            "mobile": 20
        }
    },
    "shopengine_more_button_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#f03d3f"
            }
        }
    },
    "shopengine_more_button_hover_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Hover Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": "#bd1517"
            }
        }
    },
    "more_button_end": {
        "type": "PanelBody"
    },
    "global_font_section_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
    "shopengine_global_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "global_font_section_end": {
        "type": "PanelBody"
    }
}