{
    "shopengine_container_tab_start": {
        "type": "TabContainer",
        "label": "Main"
    },
    "shopengine_content_tab_start": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_comparison_btn_content_section_start": {
        "type": "PanelBody",
        "label": "Content"
    },
    "shopengine_comparison_btn_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Label"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Product Compare"
        },
        "ssr": true
    },
    "shopengine_comparison_btn_text_after_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_comparison_btn_icon_settings": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Icon Settings"
            }
        },
        "type": "object"
    },
    "shopengine_comparison_btn_show_icon": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "checked": true,
                "label": "Show Icon?"
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr": true
    },
    "shopengine_comparison_btn_icon": {
        "control": {
            "field": "IconControl",
            "label": "Icon"
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "shopengine-icon-product_compare_1"
        },
        "ssr": true
    },

    "shopengine_comparison_btn_icon_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Icon Position",
                "options": [
                    {
                        "label": "Before",
                        "value": "left"
                    },
                    {
                        "label": "After",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left"
        },
        "ssr": true
    },

    "shopengine_comparison_btn_counter_settings_before_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },

    "shopengine_comparison_btn_counter_settings": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Counter Settings"
            }
        },
        "type": "object"
    },

    "shopengine_comparison_btn_show_counter": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "checked": false,
                "label": "Show Counter? "
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": false
        },
        "ssr": true
    },

    "shopengine_comparison_btn_show_counter_badge": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "checked": false,
                "label": "Show Counter Badge?"
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": false
        },
        "ssr": true
    },

    "shopengine_comparison_btn_counter_position_notice": {
        "control": {
            "field": "Notice",
            "props": {
                "status" : "warning",
                "isDismissible" : false,
                "children": "If you on Show Counter Badge then Counter Position will not work"
            }
        },
        "type": "object"
    },

    "shopengine_comparison_btn_counter_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Counter Position",
                "options": [
                    {
                        "label": "Before",
                        "value": "left"
                    },
                    {
                        "label": "After",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "right"
        },
        "ssr": true
    },

    "shopengine_comparison_btn_content_section_end": {
        "type": "PanelBody",
        "label": "Content"
    },
    "shopengine_content_tab_end": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_style_tab_start": {
        "type": "TabControl",
        "label": "Style"
    },

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

    "shopengine_comparison_btn_alignment": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Alignment",
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left"
        }
    },
    "shopengine_comparison_btn_width": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Width",
                "max": 200,
                "min": 0,
                "step": 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "%",
                        "label": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_comparison_btn_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "15px",
                "bottom": "15px",
                "left": "12px"
            }
        }
    },


    "shopengine_comparison_btn_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_comparison_btn_font_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Font Size(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive" : false,
        "default": {
            "desktop": "15px"
        }
    },
    "shopengine_comparison_btn_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": "900",
                        "value": 900
                    },
                    {
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 600
        }
    },

    "shopengine_comparison_btn_font_style": {
        "control": {
            "field": "SelectControl",
            "label": "Font Style",
            "props": {
                "options": [{
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Italic",
                        "value": "italic"
                    },
                    {
                        "label": "Oblique",
                        "value": "oblique"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "normal"
        }
    },

    "shopengine_comparison_btn_text_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [
                    {
                        "label": "Default",
                        "value": "none"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "uppercase"
        }
    },
    "shopengine_comparison_btn_line_height": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Line Height(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": "18px"
        }
    },
    "shopengine_comparison_btn_letter_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Letter Spacing",
                "max" : 10,
                "step" : 0.1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_comparison_btn_shadow_start": {
        "type": "PopoverControl",
        "label": "Text Shadow"
    },
    "shopengine_comparison_btn_shadow_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "rgb": {
                    "r": "",
                    "g": "",
                    "b": "",
                    "a": ""
                }
            }
        }
    },
    "shopengine_comparison_btn_shadow_blur": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Blur",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    "shopengine_comparison_btn_shadow_horizontal": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Horizontal",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    "shopengine_comparison_btn_shadow_vertical": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Vertical",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    
    "shopengine_comparison_btn_shadow_end": {
        "type": "PopoverControl"
    },

    "shopengine_comparison_btn_style_tabs_start": {
        "type": "TabContainer",
        "label": "Tab Container"
    },
    "shopengine_comparison_btn_tabnormal_start": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_comparison_btn_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_comparison_btn_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#101010"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },

    "shopengine_comparison_btn_tabnormal_end": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_comparison_btn_tab_button_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_comparison_btn_tab_button_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_comparison_btn_bg_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#312b2b"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },

    "shopengine_comparison_btn_tab_button_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_comparison_btn_style_tabs_end": {
        "type": "TabContainer",
        "label": "Tab Container"
    },

    "shopengine_comparison_btn_section_style_section_end": {
        "type": "PanelBody",
        "label": "Button"
    },
    "shopengine_comparison_btn_border_style_section_start": {
        "type": "PanelBody",
        "label": "Border"
    },

    "shopengine_comparison_btn_border_style": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [
                    {
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "none"
        }
    },

    "shopengine_comparison_btn_border_dimensions": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },

    "shopengine_comparison_btn_border_style_tabs_start": {
        "type": "TabContainer",
        "label": "Border Tab"
    },

    "shopengine_comparison_btn_tab_border_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },


    "shopengine_comparison_btn_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_comparison_btn_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    },
                    {
                        "label": "%",
                        "value": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },



    "shopengine_comparison_btn_tab_border_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_comparison_btn_tab_button_border_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_comparison_btn_hover_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_comparison_btn_border_radius_hover": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    },
                    {
                        "label": "%",
                        "value": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },

    "shopengine_comparison_btn_tab_button_border_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_comparison_btn_border_style_tabs_end": {
        "type": "TabContainer",
        "label": "Border Tab"
    },

    "shopengine_comparison_btn_border_style_section_end": {
        "type": "PanelBody",
        "label": "Border"
    },
    "shopengine_comparison_btn_box_shadow_style_section_start": {
        "type": "PanelBody",
        "label": "Shadow"
    },

    "shopengine_comparison_btn_box_shadow_group_start": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },
    "shopengine_comparison_btn_box_shadow_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": {
                "rgb": {
                    "r": "",
                    "g": "",
                    "b": "",
                    "a": ""
                }
            }
        }
    },
    "shopengine_comparison_btn_box_shadow_horizontal": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Horizontal",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    "shopengine_comparison_btn_box_shadow_vertical": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Vertical",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    "shopengine_comparison_btn_box_shadow_blur": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Blur",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "10px"
        }
    },
    "shopengine_comparison_btn_box_shadow_spread": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Spread",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "0px"
        }
    },
    "shopengine_comparison_btn_box_shadow_position": {
        "control": {
            "field": "SelectControl",
            "label": "Position",
            "props": {
                "options": [
                    {
                        "label": "Inset",
                        "value": "inset"
                    },
                    {
                        "label": "Outline",
                        "value": ""
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_box_shadow_group_end": {
        "type": "PopoverControl"
    },

    "shopengine_comparison_btn_box_shadow_style_section_end": {
        "type": "PanelBody",
        "label": "Shadow"
    },
    "shopengine_comparison_btn_icon_style_section_start": {
        "type": "PanelBody",
        "label": "Icon"
    },

    "shopengine_comparison_btn_normal_icon_font_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Font Size",
                "max" : "100",
                "min" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "rem",
                        "label": "rem",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": false,
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_normal_icon_padding_left": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Add space after icon",
                "max" : "100",
                "min" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": false,
        "default": {
            "desktop": "5px"
        }
    },
    "shopengine_comparison_btn_normal_icon_padding_right": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Add space before icon",
                "max" : "100",
                "min" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": false,
        "default": {
            "desktop": "5px"
        }
    },
    "shopengine_comparison_btn_normal_icon_vertical_align": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Move Icon Vertically",
                "max" : "20",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": false,
        "default": {
            "desktop": ""
        }
    },

    "shopengine_comparison_btn_icon_style_section_end": {
        "type": "PanelBody",
        "label": "Icon"
    },
    "shopengine_comparison_btn_badge_section_start": {
        "type": "PanelBody",
        "label": "Badge"
    },


    "shopengine_comparison_btn_badge_position_controls_start": {
        "type": "PopoverControl",
        "label": "Position Controls"
    },

    "shopengine_comparison_btn_badge_top_position": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Top Position",
                "max" : "20",
                "min" : -500
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "-10px"
        }
    },
    "shopengine_comparison_btn_badge_right_position": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Right Position",
                "max" : "20",
                "min" : -500
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "-10px"
        }
    },
    "shopengine_comparison_btn_badge_bottom_position": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Bottom Position",
                "max" : "20",
                "min" : -500
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_badge_left_position": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Left Position",
                "max" : "20",
                "min" : -500
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": ""
        }
    },



    "shopengine_comparison_btn_badge_position_controls_end": {
        "type": "PopoverControl",
        "label": "Position Controls"
    },

    "shopengine_comparison_btn_badge_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Badge Size",
                "max" : 100,
                "min" : 0,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "25px"
        }
    },
    "shopengine_comparison_btn_badge_font_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Font Size",
                "max" : 100,
                "min" : 0,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": ""
        }
    },


    "shopengine_comparison_btn_badge_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_comparison_btn_badge_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#2851f3"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#2851f3"
        }
    },

    "shopengine_comparison_btn_badge_border_start": {
        "type": "PopoverControl",
        "label": "Border"
    },
    "shopengine_comparison_btn_badge_border_type": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [
                    {
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_badge_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border width(px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },
    "shopengine_comparison_btn_badge_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_comparison_btn_badge_border_end": {
        "type": "PopoverControl",
        "label": "Border"
    },

    "shopengine_comparison_btn_badge_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    },
                    {
                        "label": "%",
                        "value": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "100%",
                "right": "100%",
                "bottom": "100%",
                "left": "100%"
            }
        }
    },

    "shopengine_comparison_btn_badge_section_end": {
        "type": "PanelBody",
        "label": "Badge"
    },

    "shopengine_style_tab_end": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_container_tab_end": {
        "type": "TabContainer",
        "label": "Main"
    }
}