{
    "shopengine_cart_table_general_panel_start": {
        "type": "PanelBody",
        "label": "General"
    },
    "shopengine_shopping_button": {
        "control": {
            "field": "ToggleControl",
            "props":{
                "label": "Hide Continue Shopping Button?",
                "checked": true
            }
        },
        
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "shopengine_clear_button": {
        "control": {
            "field": "ToggleControl",
            "props":{
                "label": "Hide Clear All Button?",
                "checked": true
            }
        },
        
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "shopengine_cart_table_general_panel_end": {
        "type": "PanelBody"
    },
    "shopengine_cart_table_content_panel_start": {
        "type": "PanelBody",
        "label": "Content"
    },
    "shopengine_cart_table_title": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Product Name"
        },
        "ssr" : true
    },
    "shopengine_cart_table_price": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Price"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Price"
        },
        "ssr" : true
    },
    "shopengine_cart_table_quantity": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Quantity"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Quantity"
        },
        "ssr" : true
    },
    "shopengine_cart_table_subtotal": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Subtotal"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Subtotal"
        },
        "ssr" : true
    },
    "shopengine_continue_shopping": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Continue Shopping"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Continue Shopping"
        },
        "ssr" : true
    },
    "shopengine_update_cart": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Update Cart"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Update Cart"
        },
        "ssr" : true
    },
    "shopengine_clear_all": {
        "control": {
            "field": "TextControl",
            "props":{
                "label": "Clear All"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Clear All"
        },
        "ssr" : true
    },
    "shopengine_cart_table_content_panel_end": {
        "type": "PanelBody"
    },
    "shopengine_cart_table_header_panel_start": {
        "type": "PanelBody",
        "label": "Table Header"
    },
    "shopengine_table_header_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#F2F2F2"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#F2F2F2"
        }
    },
    "shopengine_table_header_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#3A3A3A"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_cart_table_head_typography": {
        "control": {
            "field": "Typography",
            "props": {
                "label": "Typography",
                "exclude": {
                    "fontStyle": true,
                    "textDecoration": true
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "fontSize": "16px",
                "fontWeight": 600,
                "textTransform": "capitalize",
                "lineHeight": "19px",
                "letterSpacing": "0"
            }
        }
    },
    "shopengine_table_head_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "12px",
                "right": "40px",
                "bottom": "12px",
                "left": "40px"
            }
        }
    },
    "shopengine_cart_table_header_panel_end": {
        "type": "PanelBody"
    },
    "shopengine_cart_table_body_panel_start": {
        "type": "PanelBody",
        "label": "Table Body"
    },
    "shopengine_table_body_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_table_body_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#979797"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#979797"
        }
    },
    "shopengine_table_body_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#F2F2F2"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#F2F2F2"
        }
    },
    "shopengine_table_body_link_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Link Hover Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#979797"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#979797"
        }
    },
    "shopengine_table_body_price_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Price Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#222222"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#222222"
        }
    },
    "shopengine_cart_table_content_typography": {
        "control": {
            "field": "Typography",
            "props": {
                "label": "Typography",
                "exclude": {
                    "fontStyle": true,
                    "textDecoration": true,
                    "letterSpacing": true
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "fontSize": "14px",
                "fontWeight": 500,
                "textTransform": "uppercase",
                "lineHeight": "18px"
            }
        }
    },
    "shopengine_table_body_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Content Padding"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "30px",
                "right": "40px",
                "bottom": "30px",
                "left": "40px"
            },
            "tablet": {
                "top": "20px",
                "right": "30px",
                "bottom": "20px",
                "left": "10px"
            }
        }
    },
    "shopengine_table_body_row_gap": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Row Gap",
                "min": 0,
                "max": 100
            }
        },
        
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_cart_table_body_panel_end": {
        "type": "PanelBody",
        "label": "Table Body"
    },
    "shopengine_cart_table_product_image_panel_start": {
        "type": "PanelBody",
        "label": "Product Image"
    },
    "shopengine_product_image_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#F2F2F2"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#F2F2F2"
        }
    },
    "shopengine_product_image_width": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Width",
                "min": 0,
                "max": 200
            }
        },
        
        "type": "object",
        "default": {
            "desktop": 80
        }
    },
    "shopengine_cart_table_product_image_panel_end": {
        "type": "PanelBody"
    },
    "shopengine_quantity_panel_start": {
        "type": "PanelBody",
        "label": "Quantity"
    },
    "shopengine_quantity_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#101010"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_quantity_hover_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Hover Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#ACA3A3"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#ACA3A3"
        }
    },
    "shopengine_quantity_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#F2F2F2"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#F2F2F2"
        }
    },
    "shopengine_quantity_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius"
            }
        },
        
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "border-radius": "0px"
            }
        }
    },
    "shopengine_quantity_panel_end": {
        "type": "PanelBody"
    },

    "shopengine_table_footer_panel_start": {
        "type": "PanelBody",
        "label": "Table Footer"
    },
    "shopengine_table_footer_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "black",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_table_footer_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Padding"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "30px",
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Button Styles"
            }
        },
        "type": "object"
    },
    "shopengine_cart_table_footer_btn_typography": {
        "control": {
            "field": "Typography",
            "props": {
                "label": "Typography",
                "exclude": {
                    "fontStyle": true,
                    "textDecoration": true,
                    "letterSpacing": true,
                    "lineHeight": true
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "fontSize": "16px",
                "fontWeight": 600,
                "textTransform": "capitalize"
            }
        }
    },
    "shopengine_table_footer_tab_container_start": {
        "type": "TabContainer"
    },
    "shopengine_normal_tab_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_button_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#979797"
                    },
                    {
                        "name": "black",
                        "color": "#ACA3A3"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#979797"
        }
    },
    "shopengine_button_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#979797"
                    },
                    {
                        "name": "black",
                        "color": "#F1F1F1"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#F1F1F1"
        }
    },

    "shopengine_normal_tab_end": {
        "type": "TabControl"
    },

    "shopengine_hover_tab_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_button_hover_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_button_hover_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#979797"
                    },
                    {
                        "name": "black",
                        "color": "#3A3A3A"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_hover_tab_end": {
        "type": "TabControl"
    },
    "shopengine_table_footer_tab_container_end": {
        "type": "TabContainer"
    },

    "shopengine_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Button Padding"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "13px",
                "right": "22px",
                "bottom": "15px",
                "left": "22px"
            }
        }
    },
    "shopengine_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Border Radius"
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": {
                "top": "4px",
                "right": "4px",
                "bottom": "4px",
                "left": "4px"
            }
        }
    },
    "shopengine_table_footer_panel_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"
    }
}