{
    "general_start": {
        "type": "PanelBody",
        "label": "General"
    },
    "products_per_page": {
        "control": {
            "field": "__experimentalNumberControl",
            "props": {
                "label": "Products Per Page"
            }
        },
        "type": "object",
        "default": {
            "desktop": 4
        },
        "ssr": true
    },
    "product_order": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Order",
                "options": [
                    {
                        "label": "DESC",
                        "value": "DESC"
                    },
                    {
                        "label": "ASC",
                        "value": "ASC"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "DESC"
        },
        "ssr": true
    },
    "column": {
        "control": {
            "field": "__experimentalNumberControl",
            "props": {
                "label": "Column",
                "max": 12,
                "min": 1,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 4,
            "tablet": 3,
            "mobile": 1
        }
    },
    "general_end": {
        "type": "PanelBody",
        "label": "General"
    },
    "settings_start": {
        "type": "PanelBody",
        "label": "Settings"
    },
    "badge_settings": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Badge"
            }
        },
        "type": "object"
    },
    "show_sale": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Sale Badge?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        }
    },
    "show_tag": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Tag",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr": true
    },
    "badge_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Badge Position",
                "options": [
                    {
                        "label": "Top Left",
                        "value": "top-left"
                    },
                    {
                        "label": "Top Right",
                        "value": "top-right"
                    },
                    {
                        "label": "Custom",
                        "value": "custom"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "top-right"
        }
    },
    "badge_position_x_axis": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "label": "Custom Badge Position (X axis) (%)",
                "min": 0,
                "max": 100,
                "step": 1,
                "units":[
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "%",
                        "label": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "4%"
        }
    },
    "badge_position_y_axis": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Custom Badge Position (Y axis) (%)",
                "min": 0,
                "max": 100,
                "step": 1,
                "units":[
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "%",
                        "label": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "4%"
        }
    },
    "badge_align": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Badge Align",
                "options": [
                    {
                        "label": "Vertical",
                        "value": "vertical"
                    },
                    {
                        "label": "Horizontal",
                        "value": "horizontal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "horizontal"
        }
    },
    "container_settings_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "container_settings": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Title, Price and Buttons:"
            }
        },
        "type": "object"
    },

    "shopengine_show_title": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Title?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "shopengine_show_price": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Price?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "shopengine_group_btns": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Buttons?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        }
    },

    "shopengine_cart_btns_heading": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Button"
            }
        },
        "type": "object"
    },

    "shopengine_cart_button": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Cart Button",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr": true
    },
    
    "settings_end": {
        "type": "PanelBody",
        "label": "Settings"
    },
    "product_wrap_style_section_start": {
        "type": "PanelBody",
        "label": "Product Wrap"
    },

    "shopengine_recent_product_text_align": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Text Align",
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left"
        }
    },

    "product_item_column_gap": {
        "control": {
            "field": "RangeControl",
            "label": "Column Gap (px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "product_item_row_gap": {
        "control": {
            "field": "RangeControl",
            "label": "Row Gap (px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "product_wrap_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "product_image_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Image Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "product_wrap_border_type": {
        "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": ""
        }
    },
    "product_wrap_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "product_wrap_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": ""
        }
    },
    "shopengine_product_wrap_hide_right_border": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Hide Right Boder?",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "product_wrap_style_section_end": {
        "type": "PanelBody",
        "label": "Product Wrap"
    },
    "product_image_style_section_start": {
        "type": "PanelBody",
        "label": "Product Image"
    },
    "product_image_use_equal_height": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Use equal height for all image",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        }
    },
    "product_image_fit": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Image fit",
                "options": [
                    {
                        "label": "Contain",
                        "value": "contain"
                    },
                    {
                        "label": "Cover",
                        "value": "cover"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "contain"
        }
    },
    "product_image_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Image height",
                "min": 0,
                "max": 500,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 180
        }
    },
    "product_image_style_section_end": {
        "type": "PanelBody",
        "label": "Product Image"
    },
    "product_badge_style_section_start": {
        "type": "PanelBody",
        "label": "Product Badge"
    },
    "product_badge_typography_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "product_badge_typography_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "product_badge_typography_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 12
        }
    },
    "product_badge_typography_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": 700
        }
    },
    "product_badge_typographytext_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": ""
        }
    },
    "product_badge_typography_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 24
        }
    },
    "product_badge_typography_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Letter Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "product_badge_typography_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "product_badge_typography_typography_end": {
        "type": "PopoverControl"
    },
    "product_badge_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "product_badge_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Badge Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#f03d3f"
        }
    },
    "product_percentage_badge_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Percentage Badge Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "product_badgey_item_space_between": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Space In-between Item (px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 2
        }
    },
    "product_badge_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "10px",
                "bottom": "0px",
                "left": "10px"
            }
        }
    },
    "product_badge_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },
    "badge_border_type": {
        "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": ""
        }
    },
    "badge_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },
    "badge_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": ""
        }
    },
    "badge_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "3px",
                "right": "3px",
                "bottom": "3px",
                "left": "3px"
            }
        }
    },
    "product_badge_style_section_end": {
        "type": "PanelBody",
        "label": "Product Badge"
    },
    "shopengine_product_title_section_start": {
        "type": "PanelBody",
        "label": "Product Title"
    },
    "shopengine_product_title_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },

    "shopengine_product_title_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_title_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 15
        }
    },
    "shopengine_product_title_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": 500
        }
    },
    "shopengine_product_title_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": "none"
        }
    },
    "shopengine_product_title_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "shopengine_product_title_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_product_title_typography_end": {
        "type": "PopoverControl",
	    "label": "Typography"
    },
    "shopengine_product_title_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "5px",
                "bottom": "0px",
                "left": "5px"
            }
        }
    },
    "shopengine_product_title_section_end": {
        "type": "PanelBody",
        "label": "Product Title"
    },
    "shopengine_product_price_section_start": {
        "type": "PanelBody",
        "label": "Product Price"
    },
    "shopengine_product_price_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_product_sale_price_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Sale Price Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_product_price_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_price_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_product_price_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "shopengine_product_price_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": 700
        }
    },
    "shopengine_product_price_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 24
        }
    },
    "shopengine_product_price_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Letter Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_product_price_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_product_price_typography_end": {
        "type": "PopoverControl",
	    "label": "Typography"
    },
    "shopengine_product_price_space_between": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Space In-between(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 8
        }
    },
    "shopengine_product_price_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "8px",
                "right": "5px",
                "bottom": "0px",
                "left": "5px"
            }
        }
    },
    "shopengine_product_price_discount_badge_style": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Discount Badge"
            }
        },
        "type": "object"
    },

    "shopengine_product_price_discount_badge_note": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "Discount badge shows when Badges module is on",
                "isDismissible": false,
                "status": "warning"
            }
        },
        "type": "object"
    },

    "shopengine_product_price_discount_badge_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_price_discount_badge_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "shopengine_product_price_discount_badge_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 12
        }
    },
    "shopengine_product_price_discount_badge_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": 400
        }
    },
    "shopengine_product_price_discount_badge_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_product_price_discount_badge_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "shopengine_product_price_discount_badge_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_product_price_discount_badge_typography_end": {
        "type": "PopoverControl",
	    "label": "Typography"
    },

    "shopengine_product_price_discount_badge_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },

    "shopengine_product_price_discount_badge_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": "#EA4335"
        }
    },

    "shopengine_price_discount_badge_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Badge Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "5px",
                "bottom": "0px",
                "left": "5px"
            }
        }
    },
    "shopengine_product_price_section_end": {
        "type": "PanelBody",
        "label": "Product Price"
    },
    "shopengine_recent_product_add_cart_btn_section_start": {
        "type": "PanelBody",
        "label": "Add To Cart"
    },

    "shopengine_recent_product_btns_space_between": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Space In-between (px)",
                "min": 0,
                "max": 50,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 4
        }
    },

    "shopengine_recent_product_add_cart_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_recent_product_add_cart_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 13
        }
    },
    "shopengine_recent_product_add_cart_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": 500
        }
    },
    "shopengine_recent_product_add_cart_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_recent_product_add_cart_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "shopengine_recent_product_add_cart_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_recent_product_add_cart_typography_end": {
        "type": "PopoverControl",
	    "label": "Typography"
    },

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

    "shopengine_recent_product_add_cart_btn_style_tabs_start": {
        "type": "TabContainer",
        "label": "Add To Cart Tab Container"
    },
    "shopengine_recent_product_add_cart_btn_tab_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_recent_product_add_cart_btn_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_recent_product_add_cart_btn_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": "#3E3E3E"
        }
    },

    "shopengine_recent_product_add_cart_btn_tab_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_recent_product_add_cart_btn_tab_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_recent_product_add_cart_btn_hover_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_recent_product_add_cart_btn_hover_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": "#332d2d"
        }
    },
    "shopengine_recent_product_add_cart_btn_hover_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_recent_product_add_cart_btn_tab_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_recent_product_add_cart_btn_style_tabs_end": {
        "type": "TabContainer",
        "label": "Add To Cart Tab Container"
    },
    "shopengine_recent_product_add_cart_btn_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "8px",
                "right": "15px",
                "bottom": "8px",
                "left": "15px"
            }
        }
    },
    "shopengine_recent_product_add_cart_border_start": {
        "type": "PopoverControl",
        "label": "Border"
    },

    "shopengine_recent_product_add_cart_border_type": {
        "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": ""
        }
    },
    "shopengine_recent_product_add_cart_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },
    "shopengine_recent_product_add_cart_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": ""
        }
    },

    "shopengine_recent_product_add_cart_border_end": {
        "type": "PopoverControl",
        "label": "Border"
    },
    "shopengine_recent_product_add_cart_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "shopengine_recent_product_add_cart_btn_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },

    "shopengine_recent_product_add_cart_btn_section_end": {
        "type": "PanelBody",
        "label": "Add To Cart"
    }
}