{
    "shopengine_main_container_start": {
        "type": "TabContainer",
        "label": "Main"
    },
    "shopengine_content_container_start": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_add_to_cart_settings_start": {
        "type": "PanelBody",
        "label": "Settings"
    },
    "shopengine_add_to_cart_quantity_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Quantity Settings"
            }
        },
        "type": "object"
    },

    "shopengine_add_to_cart_quantity_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_quantity_btn_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Button Style",
                "options": [{
                        "label": "Default",
                        "value": "default"
                    },
                    {
                        "label": "Both Side",
                        "value": "both"
                    },
                    {
                        "label": "Both Left",
                        "value": "before"
                    },
                    {
                        "label": "Both Right",
                        "value": "after"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "default"
        },
        "ssr" : true
    },
    "shopengine_quantity_btn_plus_icon": {
        "control": {
            "field": "IconControl",
            "props":{
                "label": "Plus Icon"
            }
        },
        "type": "object",
        "default": {
            "desktop": "fas fa-plus"
        },
        "ssr" : true
    },
    "shopengine_quantity_btn_minus_icon": {
        "control": {
            "field": "IconControl",
            "props":{
                "label": "Minus Icon"
            }
        },
        "type": "object",
        "default": {
            "desktop": "fas fa-minus"
        },
        "ssr" : true
    },
    "shopengine_add_to_cart_stock_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Stock"
            }
        },
        "type": "object"
    },

    "shopengine_add_to_cart_stock_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_add_to_cart_show_stock": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Show Stock Status",
                "checked": false
            }
        },
        "type": "object",
        "default": {
            "desktop": false
        },
        "ssr" : true
    },
    "shopengine_add_to_cart_variation_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Variations"
            }
        },
        "type": "object"
    },

    "shopengine_add_to_cart_variation_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_add_to_cart_show_variation_description": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "label": "Variation Description",
                "checked": true
            }
        },
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr" : true
    },
    "shopengine_add_to_cart_data_ordering_section": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Data Ordering"
            }
        },
        "type": "object"
    },

    "shopengine_add_to_cart_data_ordering_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },

    "shopengine_add_to_cart_data_ordering_list": {
        "control":{
            "field": "CustomOrder",
            "props": {
                "label": "Data Ordering List",
                "lists": [
                    {
                        "id": "quantity",
                        "label": "Quantitly"
                    },
                    {
                        "id": "add_to_cart",
                        "label": "Add to Cart"
                    },
                    {
                        "id": "quick_checkout",
                        "label": "Buy Now/Quick Checkout"
                    },
                    {
                        "id": "wishlist",
                        "label": "Wishlist"
                    },
                    {
                        "id": "comparison",
                        "label": "Comparison"
                    },
                    {
                        "id": "partial_payment",
                        "label": "Partial Payment"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": [
                {
                    "id": "quantity",
                    "label": "Quantitly"
                },
                {
                    "id": "add_to_cart",
                    "label": "Add to Cart"
                },
                {
                    "id": "quick_checkout",
                    "label": "Buy Now/Quick Checkout"
                },
                {
                    "id": "wishlist",
                    "label": "Wishlist"
                },
                {
                    "id": "comparison",
                    "label": "Comparison"
                },
                {
                    "id": "partial_payment",
                    "label": "Partial Payment"
                }
            ]
        },
        "ssr" : true
    }, 
    "shopengine_add_to_cart_settings_end": {
        "type": "PanelBody",
        "label": "Settings"
    },
    "shopengine_content_container_end": {
        "type": "TabControl"
    },
    "shopengine_style_container_start": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_section_add_to_cart_stock_status_styles_start": {
        "type": "PanelBody",
        "label": "Stock Status"
    },
    "shopengine_add_to_cart_stock_status_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "stock_status_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "stock_status_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "stock_status_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
        }
    },
    "stock_status_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"
        }
    },
    "stock_status_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 17
        }
    },
    "stock_status_title_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_to_cart_stock_status_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_to_cart_stock_status_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_add_to_cart_in_stock_color": {
        "control": {
            "field": "ColorPalette",
            "label": "In Stock Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#169543"
        }
    },
    "shopengine_notice1": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "This will apply to product in stock",
                "isDismissible": false
            }
        },
        "type": "object"
    },
    "shopengine_add_to_cart_out_of_stock_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Out Of Stock Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#EA4335"
        }
    },
    "shopengine_notice2": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "This will apply to product out of stock",
                "isDismissible": false
            }
        },
        "type": "object"
    },
    "shopengine_section_add_to_cart_stock_status_styles_end": {
        "type": "PanelBody",
        "label": "Stock Status"
    },
    "shopengine_section_add_cart__button_style_start": {
        "type": "PanelBody",
        "label": "Add To Cart Button"
    },
    "shopengine_add_cart_button_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "add_cart_button_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "add_cart_button_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 15
        }
    },
    "add_cart_button_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
        }
    },
    "add_cart_button_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"
        }
    },
    "add_cart_button_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "add_cart_button_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_cart_button_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_cart_button_style_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_add_cart_button_style_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_button_text_color_normal": {
        "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_add_cart_button_bg_color_normal": {
        "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_add_cart_button_style_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_button_style_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_button_text_color_hover": {
        "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_add_cart_button_bg_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },
    "shopengine_add_cart_button_border_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },
    "shopengine_add_cart_button_style_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_button_style_tabs_end": {
        "type": "TabContainer"
    },

    "shopengine_add_cart_button_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": "solid"
        }
    },
    "shopengine_add_cart_button_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": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_add_cart_button_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": "#101010"
        }
    },
    "shopengine_add_cart_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_add_to_cart_section1": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "25px",
                "bottom": "12px",
                "left": "25px"
            }
        }
    },
    "shopengine_add_to_cart_section2": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_button_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": "10px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "shopengine_section_add_cart__button_style_end": {
        "type": "PanelBody",
        "label": "Add To Cart Button"
    },
    "shopengine_section_quick_checkout_button_style_start": {
        "type": "PanelBody",
        "label": "Quick Checkout"
    },
    "shopengine_quick_checkout_button_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "quick_checkout_button_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "quick_checkout_button_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 15
        }
    },
    "quick_checkout_button_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
        }
    },
    "quick_checkout_button_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"
        }
    },
    "quick_checkout_button_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "quick_checkout_button_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Letter Spacing",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "quick_checkout_button_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_quick_checkout_button_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_quick_checkout_button_style_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_quick_checkout_button_style_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_quick_checkout_button_text_color_normal": {
        "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_quick_checkout_button_bg_color_normal": {
        "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_quick_checkout_button_style_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_quick_checkout_button_style_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_quick_checkout_button_text_color_hover": {
        "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_quick_checkout_button_bg_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },
    "shopengine_quick_checkout_button_border_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },
    "shopengine_quick_checkout_button_style_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_quick_checkout_button_style_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_quick_checkout_button_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": "solid"
        }
    },
    "shopengine_quick_checkout_button_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": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_quick_checkout_button_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": "#101010"
        }
    },
    "shopengine_quick_checkout_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_add_to_cart_section3": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_quick_checkout_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "25px",
                "bottom": "12px",
                "left": "25px"
            }
        }
    },
    "shopengine_add_to_cart_section": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_quick_checkout_button_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": "10px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "shopengine_section_quick_checkout_button_style_end": {
        "type": "PanelBody",
        "label": "Quick Checkout"
    },
    "shopengine_section_add_cart_quantity_style_start": {
        "type": "PanelBody",
        "label": "Quantity Input"
    },
    "shopengine_add_cart_quantity_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "add_cart_quantity_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "add_cart_quantity_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "add_cart_quantity_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
        }
    },
    "add_cart_quantity_font_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Font Style",
                "options": [{
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Italic",
                        "value": "italic"
                    },
                    {
                        "label": "Oblique",
                        "value": "oblique"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "add_cart_quantity_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 19
        }
    },
    "add_cart_quantity_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_cart_quantity_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_cart_quantity_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_add_cart_quantity_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": "#FFFFFF"
        }
    },
    "shopengine_add_to_cart_section5": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_cross_sells_product_to_show": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Plus Minus Button"
            }
        },
        "type": "object"
    },
    "shopengine_quantity_btn_icon_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Icon Size(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 10
        }
    },
    "shopengine_quantity_btn_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_input_tabnormal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_quantity_btn_tabs_normal_clr": {
        "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_quantity_btn_tabs_normal_bg_clr": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_input_tabnormal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_quantity_btn_tabs_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_quantity_btn_tabs_Hover_clr": {
        "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_quantity_btn_tabs_hover_bg_clr": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_quantity_btn_tabs_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_quantity_btn_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_quantity_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            
            "props": {
                "label": "Buttons Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "4px",
                "right": "18px",
                "bottom": "4px",
                "left": "18px"
            }
        }
    },
    "shopengine_add_to_cart_section6": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_quantity_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            
            "props": {
                "label": "Input Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "10px",
                "right": "0px",
                "bottom": "10px",
                "left": "0px"
            }
        }
    },
    "shopengine_add_to_cart_section7": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_quantity_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": "solid"
        }
    },
    "shopengine_add_cart_quantity_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_cart_quantity_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": "#F2F2F2"
        }
    },
    "shopengine_add_to_cart_section8": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_quantity_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_add_to_cart_section9": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_cart_quantity_wrap_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Wrap Margin",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "10px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "shopengine_section_add_cart_quantity_style_end": {
        "type": "PanelBody",
        "label": "Quantity Input"
    },
    "shopengine_section_add_to_cart_variations_styles_start": {
        "type": "PanelBody",
        "label": "Variations"
    },
    "shopengine_add_to_cart_variation_swatches_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_add_to_cart_section10": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_to_cart_variation_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_add_to_cart_variation_label_tab_start": {
        "type": "TabControl",
        "label": "Label"
    },
    "shopengine_add_to_cart_variation_label_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "variation_label_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "variation_label_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Font Size(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "variation_label_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": 500
        }
    },
    "variation_label_font_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Font Style",
                "options": [{
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Italic",
                        "value": "italic"
                    },
                    {
                        "label": "Oblique",
                        "value": "oblique"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "variation_label_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": ""
        }
    },
    "variation_label_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Line Height",
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "variation_label_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Letter Spacing",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "variation_label_wordspace": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Word Spacing(px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_to_cart_variation_label_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_to_cart_variation_label_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_add_to_cart_variation_label_display_style": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Display Style",
                "options": [{
                        "label": "Inline",
                        "value": "row"
                    },
                    {
                        "label": "Block",
                        "value": "column"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "row"
        }
    },
    "shopengine_add_to_cart_variation_inline_label_width": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 60
        }
    },
    "shopengine_add_to_cart_variation_label_tab_end": {
        "type": "TabControl",
        "label": "Label"
    },
    "shopengine_add_to_cart_variation_description_tab_start": {
        "type": "TabControl",
        "label": "Description"
    },
    "shopengine_add_to_cart_variation_description_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "variation_description_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 14
        }
    },
    "variation_description_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": 400
        }
    },
    "variation_description_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": ""
        }
    },
    "variation_description_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "variation_description_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "variation_description_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_to_cart_variation_description_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_to_cart_variation_description_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#666666"
        }
    },
    "shopengine_add_to_cart_variation_description_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": "15px",
                "left": "0px"
            }
        }
    },
    "shopengine_add_to_cart_variation_description_tab_end": {
        "type": "TabControl",
        "label": "Description"
    },
    "shopengine_add_to_cart_variation_price_tab_start": {
        "type": "TabControl",
        "label": "Price"
    },
    "shopengine_add_to_cart_variation_price_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "variation_price_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "variation_price_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "variation_price_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": 700
        }
    },
    "variation_price_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": ""
        }
    },
    "variation_price_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": ""
        }
    },
    "variation_price_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 24
        }
    },
    "variation_price_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "variation_price_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_add_to_cart_variation_price_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_add_to_cart_variation_price_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Price Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_to_cart_variation_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_add_to_cart_variation_price_discount_badge_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Discount Badge Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_add_to_cart_variation_price_discount_badge_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Discount Badge Background Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#EA4335"
        }
    },
    "shopengine_add_to_cart_variation_price_discount_badge_font_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Badge Font Size (px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 12
        }
    },
    "shopengine_add_to_cart_variation_price_discount_badge_line_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Badge Line Height (px)",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "shopengine_add_to_cart_variation_price_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Price Wrap Margin (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": "15px",
                "left": 0
            }
        }
    },
    "shopengine_add_to_cart_variation_item_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Variation Item Margin (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "15px",
                "left": "0px"
            }
        }
    },
    "shopengine_add_to_cart_variation_wrap_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Variation Margin(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "15px",
                "left": "0px"
            }
        }
    },
    "shopengine_add_to_cart_section11": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_add_to_cart_variation_dropdown": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Variation Dropdown"
            }
        },
        "type": "object"
    },
    "shopengine_add_to_cart_variation_dropdown_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Dropdown Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_to_cart_variation_dropdown_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_add_to_cart_variation_dropdown_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            
            "props": {
                "label": "Border Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_to_cart_variation_dropdown_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": "#F2F2F2"
        }
    },
    "shopengine_add_to_cart_variation_dropdown_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (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_add_to_cart_variation_price_tab_end": {
        "type": "TabControl",
        "label": "Price"
    },
    "shopengine_add_to_cart_variation_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_section_add_to_cart_variations_styles_end": {
        "type": "PanelBody",
        "label": "Variations"
    },
    "shopengine_section_add_to_cart_variation_swatches_styles_start": {
        "type": "PanelBody",
        "label": "Variation Swatches"
    },
    "shopengine_add_to_cart_variation_swatch_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_add_to_cart_variation_swatch_color_tab_start": {
        "type": "TabControl",
        "label": "Color"
    },
    "shopengine_add_to_cart_variation_swatch_color_width": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Width (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Height (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_border_radius": {
        "control": {
            "field": "RangeControl",
            "label": "Border Radius (px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 100
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_label_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",
        "responsive" :true,
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_label_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_label_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": "#F2F2F2"
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_selected_label_border": {
        "control": {
            "field": "ColorPalette",
            "label": "Selected Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_to_cart_variation_swatch_color_tab_end": {
        "type": "TabControl",
        "label": "Color"
    },
    "shopengine_add_to_cart_variation_swatch_image_tab_start": {
        "type": "TabControl",
        "label": "Image"
    },
    "shopengine_add_to_cart_variation_swatch_image_width": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Width (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Height (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_border_radius": {
        "control": {
            "field": "RangeControl",
            "label": "Border Radius (px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 100
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_label_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",
        "responsive": true,
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_label_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_label_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": "#F2F2F2"
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_selected_label_border": {
        "control": {
            "field": "ColorPalette",
            "label": "Selected Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_to_cart_variation_swatch_image_tab_end": {
        "type": "TabControl",
        "label": "Image"
    },
    "shopengine_add_to_cart_variation_swatch_label_tab_start": {
        "type": "TabControl",
        "label": "Label"
    },
    "shopengine_add_to_cart_variation_swatch_label_width": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Width (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_height": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Swatch Height (px)",
                "min": 0,
                "max": 150,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 30
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_border_radius": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Border Radius",
                "min": 0,
                "max": 100,
                "step": 5
            }
        },
        "type": "object",
        "default": {
            "desktop": 5
        }
    }, 
    "shopengine_add_to_cart_variation_swatch_label_padding": {
        "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_add_to_cart_variation_swatch_label_label_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": "solid"
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_label_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_label_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": "#F2F2F2"
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_selected_label_border": {
        "control": {
            "field": "ColorPalette",
            "label": "Selected Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_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": "#272626"
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_background_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": "#f1f1f1"
        }
    },
    "shopengine_add_to_cart_variation_swatch_label_tab_end": {
        "type": "TabControl",
        "label": "Label"
    },
    "shopengine_add_to_cart_variation_swatch_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_section_add_to_cart_variation_swatches_styles_end": {
        "type": "PanelBody",
        "label": "Variation Swatches"
    },
    "shopengine_section_add_cart_wishlist_style_start": {
        "type": "PanelBody",
        "label": "Wishlist"
    },
    "shopengine_add_cart_wishlist_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Icon Size",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 15
        }
    },
    "shopengine_add_cart_wishlist_style_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_add_cart_wishlist_style_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_wishlist_button_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_add_cart_wishlist_button_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": "#FFFFFF"
        }
    },
    "shopengine_add_cart_wishlist_style_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_wishlist_style_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_wishlist_button_hover_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_add_cart_wishlist_button_bg_hover_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_add_cart_wishlist_button_border_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_cart_wishlist_style_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_wishlist_style_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_add_cart_wishlist_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": "solid"
        }
    },
    "shopengine_add_cart_wishlist_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_cart_wishlist_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": "#F2F2F2"
        }
    },
    "shopengine_add_cart_wishlist_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_add_cart_wishlist_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "25px",
                "bottom": "12px",
                "left": "25px"
            }
        }
    },
    "shopengine_add_cart_wishlist_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": "10px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },
    "shopengine_section_add_cart_wishlist_style_end": {
        "type": "PanelBody",
        "label": "Wishlist"
    },
    "shopengine_section_add_cart_compare_style_start": {
        "type": "PanelBody",
        "label": "Compare"
    },
    "shopengine_add_cart_compare_size": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Icon Size",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 15
        }
    },
    "shopengine_add_cart_compare_style_tabs_start": {
        "type": "TabContainer"
    },
    "shopengine_add_cart_compare_style_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_compare_button_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_add_cart_compare_button_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": "#FFFFFF"
        }
    },
    "shopengine_add_cart_compare_style_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_add_cart_compare_style_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_compare_button_hover_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_add_cart_compare_button_bg_hover_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_add_cart_compare_button_border_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_add_cart_compare_style_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_add_cart_compare_style_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_add_cart_compare_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_add_cart_compare_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": "2px",
                "right": "2px",
                "bottom": "2px",
                "left": "2px"
            }
        }
    },
    "shopengine_add_cart_compare_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": "#F2F2F2"
        }
    },
    "shopengine_add_cart_compare_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_add_cart_compare_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "12px",
                    "right": "25px",
                    "bottom": "12px",
                    "left": "25px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "25px",
                "bottom": "12px",
                "left": "25px"
            }
        }
    },

    "shopengine_add_cart_compare_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin (px)",
                "values": {
                    "top": "0px",
                    "right": "10px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "10px",
                "bottom": "0px",
                "left": "0px"
            }
        }
    },

    "shopengine_section_add_cart_compare_style_end": {
        "type": "PanelBody",
        "label": "Compare"
    },
    "shopengine_style_container_end": {
        "type": "TabControl"
    },
    "shopengine_main_container_end": {
        "type": "TabContainer"
    }
}