{
    "shopengine_content_panel_start":{
        "type":"PanelBody",
        "label":"Content"
    },
        "shopengine_enable_slider":{
            "control": {
                "field": "ToggleControl",
                "props": {
                    "label": "Enable Slider",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_flash_sale":{
            "control": {
                "field": "ToggleControl",
                "props": {
                    "label": "Flash Sale",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_sale_price":{
            "control": {
                "field": "ToggleControl",
                "props": {
                    "label": "Sale Price",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_car_button":{
            "control": {
                "field": "ToggleControl",
                "props": {
                    "label": "Cart Button",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_no_of_products_section": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object",
            "ssr": true
        },
        "shopengine_products_to_show": {
            "control": {
                "field": "__experimentalNumberControl",
                "props": {
                    "label": "Products To Show",
                    "min"  : 1,
                    "max"  : 50
                }
            },
            "type": "object",
            "default": {
                "desktop": 4
            },
            "ssr": true
        },
        "products_to_show_notice": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "How many products want show in total.",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
        "shopengine_column": {
            "control": {
                "field": "__experimentalNumberControl",
                "help" : "Works when slider is disabled",
                "props":{
                    "label": "Column",
                    "min"  : 1,
                    "max"  : 12
                }
            },
            "type": "object",
            "default": {
                "desktop": 4,
                "tablet": 2,
                "mobile": 1
            },
            "ssr": true
        },
        "products_column_notice": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "How many products want show per row.",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
    "shopengine_content_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_slider_control_start":{
        "type":"PanelBody",
        "label":"Slider Control"
    },
        "shopengine_slides_per_view": {
            "control": {
                "field": "__experimentalNumberControl",
                "help":"Works when slider is enable",
                "props":{
                    "label": "Slides Per View",
                    "min"  : 1,
                    "max"  : 12
                }
            },
            "type": "object",
            "default": {
                "desktop": 4
            },
            "ssr": true
        },
        
        "slides_per_view_notice": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "This value will be the number of slides to show in viewport",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
        "shopengine_enable_loop":{
            "control": {
                "field": "ToggleControl",
                "props": {
                    "label": "Loop",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_enable_autoplay":{
            "control":{
                "field": "ToggleControl",
                "props": {
                    "label": "Autoplay",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_slide_speed": {
            "control": {
                "field": "__experimentalNumberControl",
                "props": {
                    "label": "Slide Speed",
                    "min"  : 0,
                    "max"  : 10000
                }
            },
            "type": "object",
            "default": {
                "desktop": 3000
            },
            "ssr": true
        },
        "shopengine_show_arrows":{
            "control":{
                "field": "ToggleControl",
                "props": {
                    "label": "Show Arrow",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true   
        },
        "shopengine_show_dots":{
            "control":{
                "field": "ToggleControl",
                "props": {
                    "label": "Show Dots",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            },
            "ssr": true  
        },
        "shopengine_left_arrow": {
            "control": {
                "field": "IconControl",
                "label": "Left Arrow"
            },
            "type": "object",
            "default": {
                "desktop": "fas fa-chevron-left"
            },
            "ssr": true
        },
        "shopengine_right_arrow": {
            "control": {
                "field": "IconControl",
                "label": "Right Arrow"
            },
            "type": "object",
            "default": {
                "desktop": "fas fa-chevron-right"
            },
            "ssr": true
        },
        "shopengine_dot_size": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Dots Size (px)",
                    "min": 0,
                    "max": 50,
                    "step": 1
                }
            },
            "type": "object",
            "default": {
                "desktop": 6
            }
        },
        "shopengine_active_dot_size": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Active Dots Size (px)",
                    "min": 0,
                    "max": 50,
                    "step": 1
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 15
            }
        },
    "shopengine_slider_control_end":{
        "type":"PanelBody"
    },
    "shopengine_advanced_start":{
        "type":"PanelBody",
        "label":"Advanced Settings"
    },
        "shopengine_order_by": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Order By",
                    "options": [
                        {
                            "label": "Date",
                            "value": "date"
                        },
                        {
                            "label": "Title",
                            "value": "title"
                        },
                        {
                            "label": "Price",
                            "value": "price"
                        },
                        {
                            "label": "Popularity",
                            "value": "popularity"
                        },
                        {
                            "label": "Rating",
                            "value": "rating"
                        },
                        {
                            "label": "Random",
                            "value": "random"
                        },
                        {
                            "label": "Menu Order",
                            "value": "menu_order"
                        },
                        {
                            "label": "Modified Date",
                            "value": "modified_date"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "random"
            },
            "ssr": true
        },
        "shopengine_order": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Order",
                    "options": [
                        {
                            "label": "DESC",
                            "value": "desc"
                        },
                        {
                            "label": "ASC",
                            "value": "asc"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "desc"
            },
            "ssr": true
        },
    "shopengine_advanced_end":{
        "type":"PanelBody"
    },
    "shopengine_item_start":{
        "type":"PanelBody",
        "label":"Item"
    },
        "shopengine_item_alignment": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Content Alignment",
                    "options": [
                        {
                            "label": "Left",
                            "value": "left"
                        },
                        {
                            "label": "Center",
                            "value": "center"
                        },
                        {
                            "label": "Right",
                            "value": "right"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "left"
            }
        },
        "shopengine_item_column_gap": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Column Gap (px)",
                    "min": 0,
                    "max": 100,
                    "help" : "Works when slider is disabled"
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 30
            },
            "ssr": true
        },
        "shopengine_buttons_section_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_buttons_section": {
            "control": {
                "field": "__experimentalHeading",
                "props": {
                    "children" : "Buttons"
                }
            },
            "type": "object"
        },
        "shopengine_product_item_space_between": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Space In-between (px)",
                    "min": 0,
                    "max": 50
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop":  10
            }
        },
        "shopengine_module_icon_size": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Module Icon Size (px)",
                    "min": 0,
                    "max": 50
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 16
            }
        },
    "shopengine_item_end":{
        "type":"PanelBody"
    },
    "shopengine_flash_sale_start":{
        "type":"PanelBody",
        "label":"Flash Sale"
    },
        "shopengine_flash_sale_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "Black",
                            "color": "#101010"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#fff"
            }
        },
        "shopengine_flash_sale_bg_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "Black",
                            "color": "#101010"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#4285f4"
            }
        },
        "typography_flash_sale_start": {
            "type": "PopoverControl",
            "label": "Typography"
        },
            "shopengine_flash_sale_font_size": {
                "control": {
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size (px)",
                        "min": 0,
                        "max": 200
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop":  12
                }
            },
            "shopengine_flash_sale_font_weight": {
                "control": {
                    "field": "SelectControl",
                    "props": {
                        "label": "Font Weight",
                        "options": [
                            {
                                "label": 100,
                                "value": 100
                            },
                            {
                                "label": 200,
                                "value": 200
                            },
                            {
                                "label": 300,
                                "value": 300
                            },
                            {
                                "label": 400,
                                "value": 400
                            },
                            {
                                "label": 500,
                                "value": 500
                            },
                            {
                                "label": 600,
                                "value": 600
                            },
                            {
                                "label": 700,
                                "value": 700
                            },
                            {
                                "label": 800,
                                "value": 800
                            },
                            {
                                "label": "Light",
                                "value": "light"
                            },
                            {
                                "label": "Normal",
                                "value": "normal"
                            },
                            {
                                "label": "Bold",
                                "value": "bold"
                            }
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 400
                }
            },
            "shopengine_flash_sale_transform": {
                "control": {
                    "field": "SelectControl",
                    "props": {
                        "label": "Transform",
                        "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": ""
                }
            },
            "shopengine_flash_sale_line_height": {
                "control": {
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height (px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": 44
                }
            },
            "shopengine_flash_sale_word_spacing": {
                "control": {
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing (px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "typography_flash_sale_end": {
            "type": "PopoverControl"
        },
        "shopengine_badge_section_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_product_badge_size": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Space In-between (px)",
                    "min": 0,
                    "max": 50
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop":  44
                    
            }
        },
        "shopengine_badge_radius": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Badge Border Radius (px)",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": 100
            }
        },
        "shopengine_badge_pading_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_badge_padding": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Padding (px)",
                    "values": {
                        "top": "0",
                        "left": "0",
                        "right": "0",
                        "bottom": "0"
                    }
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "shopengine_position_section_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_badge_position": {
            "control": {
                "field": "SelectControl",
                "props": {
                    "label": "Position",
                    "options": [
                        {
                            "label": "Left",
                            "value": "left"
                        },
                        {
                            "label": "Right",
                            "value": "right"
                        }
                    ]
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": "left"
            }
        },
        "shopengine_badge_horizontal_space": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Space In-between (px)",
                    "min": -100,
                    "max": 100,
                    "step": 5
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop":  20
                    
            }
        },
        "shopengine_badge_vertical_space": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Vertical",
                    "min": 0,
                    "max": 50
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": 20
            }
        },
    "shopengine_flash_sale_end":{
        "type":"PanelBody"
    },
    "shopengine_image_start":{
        "type":"PanelBody",
        "label":"Image"
    },
        "shopengine_image_bg_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Background Color",
                "props": {
                    "colors": [
                        {
                            "name": "red",
                            "color": "#f00"
                        },
                        {
                            "name": "Black",
                            "color": "#101010"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_image_height": {
            "control": {
                "field": "RangeControl",
                "props": {
                    "label": "Height (px)",
                    "min": 0,
                    "max": 500,
                    "step": 5
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "image_height_notice": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "Leave empty for auto height",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
        "shopengine_auto_fit":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Auto Image Fit",
                    "checked":true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_image_padding_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_image_padding": {
            "control": {
                "field": "__experimentalBoxControl",
                "props": {
                    "label": "Padding (px)",
                    "values": {
                        "top": "0",
                        "left": "0",
                        "right": "0",
                        "bottom": "0"
                    }
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "8px",
                    "left": "0px"
                }
            }
        },
    "shopengine_image_end":{
        "type":"PanelBody"
    },

    "shopengine_title_panel_start":{
        "type":"PanelBody",
        "label":"Title"
    }, 
        "shopengine_title_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        { "name": "Gray", "color": "#535353" },
                        { "name": "White", "color": "#fff" },
                        { "name": "Black", "color": "#101010" }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#101010"
            }
        },
        "shopengine_title_typography_start":{
            "type": "PopoverControl",
            "label": "Typography"
        },
            "shopengine_title_font_size": {
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": false,
                "type": "object",
                "default": {
                    "desktop": 15
                }
            },
            "shopengine_title_font_weight": {
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Weight",
                        "options":[
                            { "label": "100", "value": 100 },
                            { "label": "200", "value": 200 },
                            { "label": "300", "value": 300 },
                            { "label": "400", "value": 400 },
                            { "label": "500", "value": 500 },
                            { "label": "600", "value": 600 },
                            { "label": "700", "value": 700 },
                            { "label": "800", "value": 800 },
                            { "label": "900", "value": 900 },
                            { "label": "default", "value": "inherit" },
                            { "label": "Normal", "value": "normal" },
                            { "label": "Bold", "value": "bold" }      
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 500
                }
            },
            "shopengine_title_text_transform":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Transform",
                        "options":[
                            { "label": "Default", "value": "inherit" },
                            { "label": "Uppercase", "value": "uppercase" },
                            { "label": "Lowercase", "value": "lowercase" },
                            { "label": "Capitalize", "value": "capitalize" },
                            { "label": "Normal", "value": "none" }
                        ]
                    }
                },
                "responsive": false,
                "type": "object",
                "default": {
                    "desktop": "none"
                }
            },
            "shopengine_title_line_height":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": false,
                "type": "object",
                "default": {
                    "desktop": 20
                }
            },
            "shopengine_title_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_title_typography_end":{
            "type": "PopoverControl"
        },

   
    "shopengine_title_padding":{
        "control":{
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Padding"
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": {
                "top": "0px",
                "right":"0px",
                "bottom":"8px",
                "left": "0px"
            }                
        }
    },
    "shopengine_title_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_rating_panel_start":{
        "type":"PanelBody",
        "label":"Rating"
    },
        "shopengine_rating_star_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        { "name": "Gray", "color": "#535353" },
                        { "name": "White", "color": "#fff" },
                        { "name": "Yellow", "color": "#FEC42D" }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#fec42d"
            }
        },
        "shopengine_rating_star_size":{
            "control":{
                "field": "RangeControl",
                "label": "Rating Star Size",
                "props": {
                    "min": 0,
                    "max": 50
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 12
            }
        },
        "shopengine_rating_margin_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_rating_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Margin (px)",
                    "values": {
                        "top": 0,
                        "right": 0,
                        "bottom": 0,
                        "left": 0
                    }
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":   "0px",
                    "right": "0px",
                    "bottom":"8px",
                    "left":  "0px"
                }              
            }
        },
    "shopengine_rating_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_price_panel_start":{
        "type":"PanelBody",
        "label":"Product Price"
    },
        "shopengine_price_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        { "name": "Gray", "color": "#535353" },
                        { "name": "White", "color": "#fff" },
                        { "name": "Yellow", "color": "#FEC42D" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#101010"
            }
        },
        "shopengine_sale_price_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Sale Price Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#535353" },
                        { "name": "black", "color": "#999999" },
                        { "name": "blue", "color": "#FEC42D" }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#101010"
            }
        },        
        "shopengine_price_typography_start":{
            "type": "PopoverControl",
            "label": "Typography"
        },

        "shopengine_price_font_family": {
            "control": {
                "field": "FontfamilyControl",
                "label": "Font Family"
            },
            "type": "object"
        },
        "shopengine_price_font_size": {
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Font Size(px)",
                    "min": 0,
                    "max": 100
                }
            },
            "type": "object",
            "default": {
                "desktop": 18
            }
        },
        "shopengine_price_font_weight": {
            "control":{
                "field": "SelectControl", 
                "props": {
                    "label": "Weight",
                    "options":[
                        { "label": "100", "value": 100 },
                        { "label": "200", "value": 200 },
                        { "label": "300", "value": 300 },
                        { "label": "400", "value": 400 },
                        { "label": "500", "value": 500 },
                        { "label": "600", "value": 600 },
                        { "label": "700", "value": 700 },
                        { "label": "800", "value": 800 },
                        { "label": "900", "value": 900 },
                        { "label": "default", "value": "inherit" },
                        { "label": "Normal", "value": "normal" },
                        { "label": "Bold", "value": "bold" } 
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 700
            }
        },
        
        "shopengine_price_line_height":{
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Line Height(px)",
                    "min": 0,
                    "max": 100
                }
            },
            "type": "object",
            "default": {
                "desktop": 24
            }
        },
        "shopengine_price_word_spacing":{
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Word Spacing",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_price_typography_end":{
            "type": "PopoverControl"
        },
        "shopengine_price_padding_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_price_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Padding"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0px",
                    "right":"0px",
                    "bottom":"8px",
                    "left": "0px"
                }                 
            }
        },

    "shopengine_price_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_cart_panel_start":{
        "type":"PanelBody",
        "label":"Add To Cart"
    },
        "shopengine_cart_typography_start":{
            "type": "PopoverControl",
            "label": "Typography"
        },
            "shopengine_cart_font_size": {
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Font Size(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 13
                }
            },
            "shopengine_cart_font_weight": {
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Weight",
                        "options":[
                            { "label": "100", "value": 100 },
                            { "label": "200", "value": 200 },
                            { "label": "300", "value": 300 },
                            { "label": "400", "value": 400 },
                            { "label": "500", "value": 500 },
                            { "label": "600", "value": 600 },
                            { "label": "700", "value": 700 },
                            { "label": "800", "value": 800 },
                            { "label": "900", "value": 900 },
                            { "label": "default", "value": "inherit" },
                            { "label": "Normal", "value": "normal" },
                            { "label": "Bold", "value": "bold" }      
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 500
                }
            },
            "shopengine_cart_text_transform":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Transform",
                        "options":[
                            { "label": "Default", "value": "inherit" },
                            { "label": "Uppercase", "value": "uppercase" },
                            { "label": "Lowercase", "value": "lowercase" },
                            { "label": "Capitalize", "value": "capitalize" },
                            { "label": "Normal", "value": "none" }
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": "uppercase"
                }
            },
            "shopengine_cart_line_height":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Line Height(px)",
                        "min": 0,
                        "max": 100
                    }
                },
                "responsive": false,
                "type": "object",
                "default": {
                    "desktop": 18
                }
            },
            "shopengine_cart_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100
                    }
                },
                "type": "object",
                "default": {
                    "desktop":""
                }
            },
        "shopengine_cart_typography_end":{
            "type": "PopoverControl"
        },
        "shopengine_position_end":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Position End",
                    "checked":true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_cart_tab_container_start":{
            "type": "TabContainer"     
        },
            "shopengine_cart_normal_tab_start":{
                "type": "TabControl",
                "label": "Normal"
            },  
                "shopengine_cart_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#FFFFFF"
                    }
                },
                "shopengine_cart_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F03D3F" },
                                { "name": "black", "color": "#3E3E3E" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#3E3E3E"
                    }
                },

            "shopengine_cart_normal_tab_end":{
                "type": "TabControl"
            },

            "shopengine_cart_hover_tab_start":{
                "type": "TabControl",
                "label": "Hover"
            }, 
                "shopengine_cart_hover_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#645F5F" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#fff"
                    }
                },
                "shopengine_cart_hover_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F54F29" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#332d2d"
                    }
                },
                "shopengine_cart_hover_border_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Border Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F54F29" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": ""
                    }
                },
            "shopengine_cart_hover_tab_end":{
                "type": "TabControl"
            }, 
        "shopengine_cart_tab_container_end":{
            "type": "TabContainer"
        },
        "shopengine_cart_padding_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        
        "shopengine_cart_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Padding"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"8px",
                    "right":"15px",
                    "bottom":"8px",
                    "left":"15px"
                }              
            }
        },
        "shopengine_cart_border_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_cart_border": {
            "control":{
                "field": "SelectControl", 
                "props": {
                    "label": "Border Type",
                    "options":[
                        { "label": "None", "value": "none" },
                        { "label": "Solid", "value": "solid" },
                        { "label": "Double", "value": "double" },
                        { "label": "Dotted", "value": "dotted" },
                        { "label": "Dashed", "value": "dashed " },
                        { "label": "Groove", "value": "groove" }  
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_cart_border_width":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Border Width"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"",
                    "right":"",
                    "bottom":"",
                    "left":""
                }              
            }
        },

        "shopengine_cart_border_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F54F29" },
                        { "name": "black", "color": "#fff" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },

        "shopengine_cart_border_radius":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Border Radius (px)"
                }
            },
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0",
                    "right":"0",
                    "bottom":"0",
                    "left":"0"
                }              
            }
        },
        "shopengine_cart_margin_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_cart_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Margin (px)"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0",
                    "right":"0",
                    "bottom":"0",
                    "left":"0"
                }                
            }
        },
    "shopengine_cart_panel_end":{
        "type":"PanelBody"
    },
    "shopengine_slider_style_start":{
        "type":"PanelBody",
        "label":"Slider Style"
    },
        "shopengine_arrow_section": {
            "control": {
                "field": "__experimentalHeading",
                "props": {
                    "children" : "Arrows"
                }
            },
            "type": "object"
        },
        "shopengine_icon_size": {
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Icon Size(px)",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 25
            }
        },
        "shopengine_slider_arrow_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_arrow_size": {
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Arrow Size(px)",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": 40
            }
        },
        "shopengine_arrow_tab_container_start":{
            "type": "TabContainer"     
        },
            "shopengine_arrow_normal_tab_start":{
                "type": "TabControl",
                "label": "Normal"
            },  
                "shopengine_arrow_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#fff"
                    }
                },
                "shopengine_arrow_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F03D3F" },
                                { "name": "black", "color": "#3E3E3E" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "responsive": false,
                    "type": "object",
                    "default": {
                        "desktop": "#3E3E3E"
                    }
                },

            "shopengine_arrow_normal_tab_end":{
                "type": "TabControl"
            },

            "shopengine_arrow_hover_tab_start":{
                "type": "TabControl",
                "label": "Hover"
            }, 
                "shopengine_arrow_hover_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#645F5F" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "responsive": false,
                    "type": "object",
                    "default": {
                        "desktop": "#fff"
                    }
                },
                "shopengine_arrow_hover_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F54F29" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "responsive": false,
                    "type": "object",
                    "default": {
                        "desktop": "#332d2d"
                    }
                },
                "shopengine_arrow_hover_border_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Border Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#F54F29" },
                                { "name": "black", "color": "#fff" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "responsive": false,
                    "type": "object",
                    "default": {
                        "desktop": ""
                    }
                },
            "shopengine_arrow_hover_tab_end":{
                "type": "TabControl"
            }, 
        "shopengine_arrow_tab_container_end":{
            "type": "TabContainer"
        },
        "shopengine_arrow_border_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        
        "shopengine_arrow_border": {
            "control":{
                "field": "SelectControl", 
                "props": {
                    "label": "Border Type",
                    "options":[
                        { "label": "None", "value": "none" },
                        { "label": "Solid", "value": "solid" },
                        { "label": "Double", "value": "double" },
                        { "label": "Dotted", "value": "dotted" },
                        { "label": "Dashed", "value": "dashed " },
                        { "label": "Groove", "value": "groove" }  
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "none"
            }
        },
        "shopengine_arrow_border_width":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Border Width"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"",
                    "right":"",
                    "bottom":"",
                    "left":""
                }              
            }
        },

        "shopengine_arrow_border_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Border Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F54F29" },
                        { "name": "black", "color": "#fff" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": ""
            }
        },

        "shopengine_arrow_border_radius":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Border Radius (px)"
                }
            },
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0",
                    "right":"0",
                    "bottom":"0",
                    "left":"0"
                }                
            }
        },
        "shopengine_arrow_dots_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_dot_section": {
            "control": {
                "field": "__experimentalHeading",
                "props": {
                    "children" : "Dots"
                }
            },
            "type": "object"
        },
        "shopengine_dots_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Dot Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#645F5F" },
                        { "name": "black", "color": "#fff" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#c9c9c9"
            }
        },
        "shopengine_dots_active_bg":{
            "control":{
                "field": "ColorPalette",
                "label": "Dot Border Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#F54F29" },
                        { "name": "black", "color": "#fff" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#f03d3f"
            }
        },
        "shopengine_wrap_margin_divider": {
            "control": {
                "field": "__experimentalDivider"
            },
            "type": "object"
        },
        "shopengine_wrap_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props" : {
                    "label": "Margin (px)"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"20px",
                    "right":"0",
                    "bottom":"0",
                    "left":"0"
                }               
            }
        },
    "shopengine_slider_style_end":{
        "type":"PanelBody"
    },
    "shopengine_global_font_start":{
        "type":"PanelBody",
        "label":"Global Font"
    },
    "font_family":{
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "font_family_notice": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "This font family is set for this specific widget.",
                "isDismissible": false
            }
        },
        "type": "object"
    },
    "shopengine_global_font_end":{
        "type":"PanelBody"
    }

}