{
    "shopengine_settings_section_start": {
        "type": "PanelBody",
        "label": "Button"
    },
    "shopengine_button_title": {
        "control": {
            "field": "TextControl",
            "label": "Button Title",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": "View Full Info"
        },
        "ssr": true
    },
    "shopengine_button_align": {
        "control": {
            "field": "SelectControl",
            "label": "Button Alignment",
            "props": {
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left"
        }
    },
    "shopengine_typography_primary_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_typography_primary_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": "15"
        }
    },
    "shopengine_typography_primary_font_weight": {
        "control": {
            "field": "SelectControl",
            "label": "Font Weight",
            "props": {
                "options": [
                    {
                        "label": "100",
                        "value": "100"
                    },
                    {
                        "label": "200",
                        "value": "200"
                    },
                    {
                        "label": "300",
                        "value": "300"
                    },
                    {
                        "label": "400",
                        "value": "400"
                    },
                    {
                        "label": "500",
                        "value": "500"
                    },
                    {
                        "label": "600",
                        "value": "600"
                    },
                    {
                        "label": "700",
                        "value": "700"
                    },
                    {
                        "label": "800",
                        "value": "800"
                    },
                    {
                        "label": "900",
                        "value": "900"
                    },
                    {
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "600"
        }
    },
    "shopengine_typography_primary_text_transform": {
        "control": {
            "field": "SelectControl",
            "label": "Transform",
            "props": {
                "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": "none"
        }
    },
    "shopengine_typography_primary_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "18"
        }
    },
    "shopengine_typography_primary_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": "5"
        }
    },
    "shopengine_typography_primary_end": {
        "type": "PopoverControl"
    },
    "shopengine_button_tabs_style_start": {
        "type": "TabContainer"
    },
    "shopengine_button_tabnormal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_button_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_button_text_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_product_wrap_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_input_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": "solid"
        }
    },
    "shopengine_input_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_input_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#020101"
        }
    },
    "shopengine_button_tabnormal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_button_tab_button_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_button_hover_text_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_button_hover_text_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_input_hover_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": "solid"
        }
    },
    "shopengine_input_hover_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_input_hover_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#020101"
        }
    },
    "shopengine_button_tab_button_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_button_tabs_style_end": {
        "type": "TabContainer"
    },
    "shopengine_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },
    "shopengine_button_text_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top": "15px",
                "right": "20px",
                "bottom": "16px",
                "left": "20px"
            }
        }
    },
    "shopengine_button_box_shadow_start": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },
    "shopengine_button_box_shadow_color": {
        "control": {
            "field": "ColorPicker",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "rgb": {
                    "r": "0",
                    "g": "0",
                    "b": "0",
                    "a": "0.5"
                }
            }
        }
    },
    "shopengine_button_box_shadow_horizontal": {
        "control": {
            "field": "RangeControl",
            "label": "Horizontal",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": "0"
        }
    },
    "shopengine_button_box_shadow_vertical": {
        "control": {
            "field": "RangeControl",
            "label": "Vertical",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": "0"
        }
    },
    "shopengine_button_box_shadow_blur": {
        "control": {
            "field": "RangeControl",
            "label": "Blur",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": "0"
        }
    },
    "shopengine_button_box_shadow_spread": {
        "control": {
            "field": "RangeControl",
            "label": "Spread",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": "0"
        }
    },
    "shopengine_button_box_shadow_position": {
        "control": {
            "field": "SelectControl",
            "label": "Position",
            "props": {
                "options": [
                    {
                        "label": "Outline",
                        "value": ""
                    },
                    {
                        "label": "Inset",
                        "value": "inset"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_button_box_shadow_end": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },
    "shopengine_settings_section_end": {
        "type": "PanelBody",
        "label": "Button"
    }
}