{
  "shopengine_archive_product_start": {
   "type": "TabContainer",
   "label": "Main"
  },
   "shopengine_archive_product_layout_start": {
      "type": "TabControl",
      "label": "Layout"
   },
   "layout_body_start": {
      "type": "PanelBody",
      "label": "Layout"
    },
    "archive_product_layout_column": {
      "control": {
        "field": "__experimentalNumberControl",
        "props": {
          "label" : "Column",
          "min" : 1,
          "max" : 12
        }
      },
      "type": "object",
      "responsive" : true,
      "default" : {
        "desktop" : 4,
        "tablet" : 2,
        "mobile" : 1

      }
    },
    "layout_body_end": {
      "type": "PanelBody"
    },
    "content_body_start": {
      "type": "PanelBody",
      "label": "Content"
    },
    "shopengine_show_sale_flash": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Flash Sale Badge",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_is_cats": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Show Categories",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_is_details": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Show Description",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": false
      },
      "ssr": true
    },
    "shopengine_archive_product_show_rating": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Rating",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_show_regular_price": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Show Regular Price",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_show_off_tag": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Show Off Price Tag",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_group_btns": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Button Group",
          "checked": false
        }
      },
      "type": "object",
      "default": {
        "desktop": false
      },
      "ssr": true
    },
    "shopengine_is_hover_details": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Footer on Hover Style",
          "checked": true
        }
      },
      "type": "object",
      "default": {
        "desktop": false
      },
      "ssr": true
    },

    "shopengine_is_tooltip": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Add Tooltip",
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": false
      },
      "ssr": true
    },

    "content_body_end": {
      "type": "PanelBody"
    },
    "pagination_body_start": {
      "type": "PanelBody",
      "label": "Pagination"
    },
    "shopengine_pagination_style": {
      "control": {
        "field": "SelectControl",
        "label": "Pagination Style",
        "props": {
          "options": [
            {
              "label": "Numeric",
              "value": "numeric"
            },
            {
              "label": "Default",
              "value": "default"
            },
            {
              "label": "Load More",
              "value": "load-more"
            },
            {
              "label": "Load More On Scroll",
              "value": "load-more-on-scroll"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "numeric"
      },
      "ssr": true
    },
    "shopengine_pagination_prev_icon": {
      "control": {
        "field": "IconControl",
        "props":{
          "label": "Previous Icon"
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "fas fa-chevron-left"
      },
      "ssr": true
    },
    "shopengine_pagination_next_icon": {
      "control": {
        "field": "IconControl",
        "props":{
          "label": "Next Icon"
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "fas fa-chevron-right"
      },
      "ssr": true
    },
    "shopengine_divider3": {
      "control": {
        "field": "__experimentalDivider"
      },
      "type": "object"
    },
    "shopengine_pagination_prev_text": {
      "control": {
        "field": "TextControl",
        "label": "Previous Button",
        "help": "Apply When Pagination Style is Default"
      },
      "type": "object",
      "default": {
        "desktop": "Previous"
      },
      "ssr": true
    },
    "shopengine_pagination_next_text": {
      "control": {
        "field": "TextControl",
        "label": "Next Button",
        "help": "Apply When Pagination Style is Default"
      },
      "type": "object",
      "default": {
        "desktop": "Next"
      },
      "ssr": true
    },
    "shopengine_divider4": {
      "control": {
        "field": "__experimentalDivider"
      },
      "type": "object"
    },
    "shopengine_pagination_loadmore_text": {
      "control": {
        "field": "TextControl",
        "label": "Load Button Text",
        "help": "Apply When Pagination Style is Load More or Load More On Scroll"
      },
      "type": "object",
      "default": {
        "desktop": "Load More"
      },
      "ssr": true
    },
    "pagination_body_end": {
      "type": "PanelBody"
    },
    "shopengine_custom_ordering_settings_start": {
      "type": "PanelBody",
      "label": "Custom Ordering"
    },
    "shopengine_add_to_cart_data_ordering_enable": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Enable Ordering?",
          "checked": true
        }
      },
      "type": "object",
      "default": {
        "desktop": true
      },
      "ssr": true
    },
    "shopengine_custom_ordering_list": {
      "control": {
        "field": "CustomOrder",
        "props": {
          "label": "Ordering List",
          "lists": [
            {
              "id": "quickview",
              "label": "Quick View"
            },
            {
              "id": "wishlist",
              "label": "Wishlist"
            },
            {
              "id": "add_to_cart",
              "label": "Add to Cart"
            },
            {
              "id": "comparison",
              "label": "Comparison"
            },
            {
              "id": "quick_checkout",
              "label": "Quick Checkout"
            }
          ]
        }
      },
      "type": "object",
      "default": {
        "desktop": [
          {
            "id": "quickview",
            "label": "Quick View"
          },
          {
            "id": "wishlist",
            "label": "Wishlist"
          },
          {
            "id": "add_to_cart",
            "label": "Add to Cart"
          },
          {
            "id": "comparison",
            "label": "Comparison"
          },
          {
            "id": "quick_checkout",
            "label": "Quick Checkout"
          }
        ]
      },
      "ssr": true
    },
    "shopengine_custom_ordering_settings_end": {
      "type": "PanelBody",
      "label": "Custom Ordering"
    },
   "shopengine_archive_product_layout_end": {
      "type": "TabControl"
    },

    "shopengine_archive_product_style_start": {
      "type": "TabControl",
      "label": "Style"
    },
    "product_container_start": {
      "type": "PanelBody",
      "label": "Product Container"
    },
    "shopengine_container_text_align": {
      "control": {
        "field": "SelectControl",
        "label": "Alignment",
        "props": {
          "options": [
            {
              "label": "Left",
              "value": "left"
            },
            {
              "label": "Center",
              "value": "center"
            },
            {
              "label": "Right",
              "value": "right"
            }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": "left"
      }
    },
    "shopengine_background": {
      "control": {
        "field": "ColorPalette",
        "label": "Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine__border": {
      "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"
            }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine__border_width": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Border Width (px)",
          "units": [
            {
              "value": "px",
              "label": "px",
              "default": 0
            }
          ],
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "shopengine__border_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Border Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_margin": {
      "control": {
        "field": "RangeControl",
        "label": "Product Gap(px)",
        "props": {
          "min": 0,
          "max": 200,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 20
      }
    },
    "shopengine_shadow_start": {
      "type": "PopoverControl",
      "label": "Box Shadow On Hover"
    },
    "shopengine_button_shadow_color": {
      "control": {
        "field": "ColorPicker",
        "label": "Color",
        "props": {}
      },
      "type": "object",
      "default": {
        "desktop": {
          "rgb": {
            "r": "0",
            "g": "0",
            "b": "0",
            "a": "0"
          }
        }
      }
    },
    "shopengine_shadow_horizontal": {
      "control": {
        "field": "RangeControl",
        "label": "Horizontal",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 5
      }
    },
    "shopengine_shadow_vertical": {
      "control": {
        "field": "RangeControl",
        "label": "Vertical",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 30
      }
    },
    "shopengine_shadow_blur": {
      "control": {
        "field": "RangeControl",
        "label": "Blur",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 35
      }
    },
    "shopengine_shadow_spread": {
      "control": {
        "field": "RangeControl",
        "label": "Spread",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_shadow_position": {
      "control": {
        "field": "SelectControl",
        "label": "Position",
        "props": {
          "options": [
            {
              "label": "Inset",
              "value": "inset"
            },
            {
              "label": "Outline",
              "value": ""
            }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_shadow_end": {
      "type": "PopoverControl"
    },
    "shopengine_archive_products_container_row_spacing": {
      "control": {
        "field": "RangeControl",
        "props": {
          "label": "Row Spacing(px)",
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "type": "object",
      "default": {
        "desktop": 50
      }
    },
    "shopengine_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "product_container_end": {
      "type": "PanelBody"
    },
    "product_image_container_start": {
      "type": "PanelBody",
      "label": "Product Image"
    },
    "shopengine_image_bg_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Background Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_image_height_switch": {
      "control": {
        "field": "ToggleControl",
        "label": "Use image height",
        "props": {
          "checked": true
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": false
      }
    },
    "shopengine_image_height": {
      "control": {
        "field": "RangeControl",
        "label": "Use Image Height(px)",
        "props": {
          "min": 0,
          "max": 600,
          "step": 5
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 255
      },
      "condition": {
        "shopengine_image_height_switch": true
      }
    },
    "shopengine_image_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "product_image_container_end": {
      "type": "PanelBody"
    },
    "product_cat_container_start": {
      "type": "PanelBody",
      "label": "Product Categories"
    },
    "shopengine_cats_max": {
      "control": {
        "field": "__experimentalNumberControl",
        "label": "Max Categories",
        "props": {
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 1
      }
    },
    "shopengine_cats_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#858585"
      }
    },
    "shopengine_product_cat_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 13
      }
    },
    "shopengine_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 400
      }
    },
    "shopengine_text_transform": {
      "control": {
        "field": "SelectControl",
        "label": "Transform",
        "props": {
          "options": [
            {
              "label": "Default",
              "value": "none"
            },
            {
              "label": "Uppercase",
              "value": "uppercase"
            },
            {
              "label": "Lowercase",
              "value": "lowercase"
            },
            {
              "label": "Capitalize",
              "value": "capitalize"
            },
            {
              "label": "None",
              "value": "none"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_line_height": {
      "control": {
        "field": "RangeControl",
        "label": "Line Height(PX)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 14
      }
    },
    "shopengine_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_cat_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_cats_spacing": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "15px",
          "left": "0px",
          "right": "0px",
          "bottom": "5px"
        }
      }
    },
    "product_cat_container_end": {
      "type": "PanelBody"
    },
    "product_title_container_start": {
      "type": "PanelBody",
      "label": "Product Title"
    },
    "shopengine_title_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#101010"
      }
    },
    "shopengine_title_hover_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Hover Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_title_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_title_color_typography_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 16
      }
    },
    "shopengine_title_color_typography_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 500
      }
    },
    "shopengine_title_color_typography_transform": {
      "control": {
        "field": "SelectControl",
        "label": "Style",
        "props": {
          "options": [
            {
              "label": "Default",
              "value": "default"
            },
            {
              "label": "Uppercase",
              "value": "uppercase"
            },
            {
              "label": "Lowercase",
              "value": "lowercase"
            },
            {
              "label": "Capitalize",
              "value": "capitalize"
            },
            {
              "label": "None",
              "value": "none"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "capitalize"
      }
    },
    "shopengine_title_color_typography_line_height": {
      "control": {
        "field": "RangeControl",
        "label": "Line Height(PX)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 18
      }
    },
    "shopengine_title_color_typography_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_title_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_title_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "0px",
          "left": "0px",
          "right": "0px",
          "bottom": "7px"
        }
      }
    },
    "product_title_container_end": {
      "type": "PanelBody"
    },
    "product_price_container_start": {
      "type": "PanelBody",
      "label": "Product Price"
    },
    "shopengine_price_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#101010"
      }
    },
    "shopengine_product_price_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_price_color_typography_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 18
      }
    },
    "shopengine_price_color_typography_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 700
      }
    },
    "shopengine_price_color_typography_line_height": {
      "control": {
        "field": "RangeControl",
        "label": "Line Height(PX)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": 22
      }
    },
    "shopengine_price_color_typography_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_price_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_divider": {
      "control": {
        "field": "__experimentalDivider",
        "props": {}
      },
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_add_to_cart_quantity_section": {
      "control": {
        "field": "__experimentalHeading",
        "props": {
          "children": "Regular Price"
        }
      },
      "type": "object",
      "default": {
        "desktop": "Regular Price"
      }
    },
    "shopengine_price_reg_pos": {
      "control": {
        "field": "SelectControl",
        "label": "Position",
        "props": {
          "options": [
            {
              "label": "Before",
              "value": "before"
            },
            {
              "label": "After",
              "value": "after"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "before"
      },
      "ssr": true
    },
    "shopengine_price_reg_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_divider2": {
      "control": {
        "field": "__experimentalDivider",
        "props": {}
      },
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_price_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "product_price_container_end": {
      "type": "PanelBody"
    },
    "product_description_container_start": {
      "type": "PanelBody",
      "label": "Product Description"
    },
    "shopengine_archive_description_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_description_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_description_color_typography_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_description_color_typography_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_description_color_typography_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": "None",
              "value": "none"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_description_color_typography_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_product_description_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_archive_description_border": {
      "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"
            }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": "solid"
      }
    },
    "shopengine_archive_description_border_width": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Border Width (px)",
          "units": [
            {
              "value": "px",
              "label": "px",
              "default": 0
            }
          ],
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "1px",
          "left": "0px",
          "right": "0px",
          "bottom": "0px"
        }
      }
    },
    "shopengine_archive_description_border_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#f2f2f2"
      }
    },
    "shopengine_archive_description_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "product_description_container_end": {
      "type": "PanelBody"
    },
    "product_footer_container_start": {
      "type": "PanelBody",
      "label": "Product Footer"
    },
    "shopengine_archive_footer_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "product_footer_container_end": {
      "type": "PanelBody"
    },
    "shopengine_off_tag_container_start": {
      "type": "PanelBody",
      "label": "Off Tag"
    },
    "product_price_discount_badge_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FFFFFF"
      }
    },
    "product_price_discount_badge_bg_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#F54F29"
      }
    },
    "product_price_discount_badge_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "0px",
          "left": "10px",
          "right": "10px",
          "bottom": "0px"
        }
      }
    },
    "product_price_discount_badge_margin": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Margin (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "0px",
          "left": "5px",
          "right": "0px",
          "bottom": "0px"
        }
      }
    },
    "shopengine_off_tag_container_end": {
      "type": "PanelBody"
    },
    "shopengine_section_button_start": {
      "type": "PanelBody",
      "label": "Add To Cart Button"
    },
    "shopengine_archvie_btn_padding": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Padding (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "9px",
          "left": "21px",
          "right": "21px",
          "bottom": "10px"
        }
      }
    },
    "shopengine_archvie_btn_margin": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Margin (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "0px",
          "left": "0px",
          "right": "0px",
          "bottom": "0px"
        }
      }
    },
    "shopengine_archvie_btn_radius": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Border Radius (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "shopengine_archvie_btn_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_archvie_btn_typography_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_archvie_btn_typography_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": "Normal",
              "value": "normal"
            },
            {
              "label": "Bold",
              "value": "bold"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_archvie_btn_typography_text_transform": {
      "control": {
        "field": "SelectControl",
        "label": "Transform",
        "props": {
          "options": [
            {
              "label": "Default",
              "value": "none"
            },
            {
              "label": "Uppercase",
              "value": "uppercase"
            },
            {
              "label": "Lowercase",
              "value": "lowercase"
            },
            {
              "label": "Capitalize",
              "value": "capitalize"
            },
            {
              "label": "None",
              "value": "none"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_archvie_btn_typography_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_archvie_btn_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_archvie_btn_box_shadow_start": {
      "type": "PopoverControl",
      "label": "Box Shadow"
    },
    "shopengine_archvie_btn_box_shadow_color": {
      "control": {
        "field": "ColorPicker",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            }
          ]
        }
      },
      "type": "object",
      "default": {
        "desktop": {
          "rgb": {
            "r": 0,
            "g": 0,
            "b": 0,
            "a": 0
          }
        }
      }
    },
    "shopengine_archvie_btn_box_shadow_horizontal": {
      "control": {
        "field": "RangeControl",
        "label": "Horizontal",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_archvie_btn_box_shadow_vertical": {
      "control": {
        "field": "RangeControl",
        "label": "Vertical",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_archvie_btn_box_shadow_blur": {
      "control": {
        "field": "RangeControl",
        "label": "Blur",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_archvie_btn_box_shadow_spread": {
      "control": {
        "field": "RangeControl",
        "label": "Spread",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_archvie_btn_box_shadow_position": {
      "control": {
        "field": "SelectControl",
        "label": "Position",
        "props": {
          "options": [
            {
              "label": "Inset",
              "value": "inset"
            },
            {
              "label": "Outline",
              "value": ""
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_archvie_btn_box_shadow_end": {
      "type": "PopoverControl"
    },
    "shopengine_archvie_btn_tabs_start": {
      "type": "TabContainer"
    },
    "shopengine_archvie_btn_tab_normal_start": {
      "type": "TabControl",
      "label": "Normal"
    },
    "shopengine_archvie_btn_normal_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#F1F1F1"
      }
    },
    "shopengine_archvie_btn_normal_bg": {
      "control": {
        "field": "ColorPalette",
        "label": "Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#505255"
      }
    },
    "shopengine_archvie_btn_tab_normal_end": {
      "type": "TabControl"
    },
    "shopengine_archvie_btn_tabs_hover_start": {
      "type": "TabControl",
      "label": "Hover"
    },
    "shopengine_archvie_btn_hover_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#f1f1f1"
      }
    },
    "shopengine_archvie_btn_hover_bg": {
      "control": {
        "field": "ColorPalette",
        "label": "Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#101010"
      }
    },
    "shopengine_archvie_btn_tabs_hover_end": {
      "type": "TabControl"
    },
    "shopengine_archvie_btn_tabs_end": {
      "type": "TabContainer"
    },
    "shopengine_section_button_end": {
      "type": "PanelBody"
    },
    "shopengine_section_rating_start": {
      "type": "PanelBody",
      "label": "Rating"
    },
    "shopengine_product_star_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FEC42D"
      }
    },
    "shopengine_product_start_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 11
      }
    },
    "shopengine_product_rating_gap": {
      "control": {
        "field": "RangeControl",
        "label": "Star Gap(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 0
      }
    },
    "shopengine_product_star_margin": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Margin (px)",
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "0px",
          "left": "0px",
          "right": "0px",
          "bottom": "0px"
        }
      }
    },
    "shopengine_section_rating_end": {
      "type": "PanelBody"
    },
    "shopengine_section_sale_flash_start": {
      "type": "PanelBody",
      "label": "Flash Sale Badge"
    },
    "shopengine_sale_flash_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FFFFFF"
      }
    },
    "shopengine_sale_flash_bg_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Background Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#4285F4"
      }
    },
    "shopengine_sale_flash_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_sale_flash_typography_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 14
      }
    },
    "shopengine_sale_flash_typography_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 500
      }
    },
    "shopengine_sale_flash_typography_text_transform": {
      "control": {
        "field": "SelectControl",
        "label": "Transform",
        "props": {
          "options": [
            {
              "label": "Default",
              "value": "default"
            },
            {
              "label": "Uppercase",
              "value": "uppercase"
            },
            {
              "label": "Lowercase",
              "value": "lowercase"
            },
            {
              "label": "Capitalize",
              "value": "capitalize"
            },
            {
              "label": "None",
              "value": "none"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "capitalize"
      }
    },
    "shopengine_sale_flash_typography_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_sale_flash_typography_end": {
      "type": "PopoverControl"
    },
    "shopengine_use_fixed_size": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Use padding",
          "checked": true
        }
      },
      "type": "object",
      "default": {
        "desktop": true
      }
    },
    "shopengine_sale_flash_radius": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Border Radius (%)",
          "units":[
            {
              "value": "%",
              "label": "%",
              "default": 0
            }
          ],
          "values": {
            "top": "0%",
            "left": "0%",
            "right": "0%",
            "bottom": "0%"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "50%",
          "left": "50%",
          "right": "50%",
          "bottom": "50%"
        }
      }
    },
    "shopengine_sale_flash_paddng": {
      "control": {
            "field": "__experimentalBoxControl",
            "props": {
              "label": "Padding (px)",
              "values": {
                "top": "0px",
                "left": "0px",
                "right": "0px",
                "bottom": "0px"
              }
            }
          },
        "responsive": true,
        "type": "object",
        "default": {
          "desktop": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
    },
    "shopengine_sale_flash_sizee": {
      "control": {
        "field": "RangeControl",
        "label": "Size(px)",
        "props": {
          "min": 0,
          "max": 300,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 50
      }
    },
    "shopengine_sale_flash_pos": {
      "control": {
        "field": "SelectControl",
        "label": "Position",
        "props": {
          "options": [
            {
              "label": "Left",
              "value": "left"
            },
            {
              "label": "Right",
              "value": "right"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "left"
      }
    },
    "shopengine_sale_flash_position_horizontial": {
      "control": {
        "field": "RangeControl",
        "label": "Horizontal(px)",
        "props": {
          "min": 0,
          "max": 400,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 20
      }
    },
    "shopengine_sale_flash_position_vertical": {
      "control": {
        "field": "RangeControl",
        "label": "Vertical (px)",
        "props": {
          "min": 0,
          "max": 400,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 20
      }
    },
    "shopengine_section_sale_flash_end": {
      "type": "PanelBody"
    },

    "shopengine_section_button_tooltip_start": {
      "type": "PanelBody",
      "label": "Button Tooltip"
    },

    "shopengine_tooltip_horizontal_position": {
      "control": {
        "field": "__experimentalUnitControl",
        "label": "Horizontal Position",
        "props": {
          "min": -100,
          "max": 100,
          "step": 1,
          "isPressEnterToChange": true,
          "units" : [
            { "value": "px", "label": "px", "default": 0 },
            { "value": "%", "label": "%", "default": 0 }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },

    "shopengine_tooltip_vertical_position": {
      "control": {
        "field": "__experimentalUnitControl",
        "label": "Vertical Position",
        "props": {
          "min": -100,
          "max": 100,
          "step": 1,
          "isPressEnterToChange": true,
          "units" : [
            { "value": "px", "label": "px", "default": 0 },
            { "value": "%", "label": "%", "default": 0 }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },

    "shopengine_tooltip_text_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Text Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },

    "shopengine_tooltip_background_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Background Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#222"
      }
    },

    "shopengine_tooltip_text_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_tooltip_text_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_tooltip_text_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "normal"
      }
    },

    "shopengine_tooltip_text_transform": {
      "control": {
          "field": "SelectControl",
          "label": "Transform",
          "props": {
              "options": [{
                      "label": "Default",
                      "value": "default"
                  },
                  {
                      "label": "Uppercase",
                      "value": "uppercase"
                  },
                  {
                      "label": "Lowercase",
                      "value": "lowercase"
                  },
                  {
                      "label": "Capitalize",
                      "value": "capitalize"
                  },
                  {
                      "label": "Normal",
                      "value": "none"
                  }
              ]
          }
      },
      "type": "object",
      "default": {
          "desktop": "default",
          "tablet": "default",
          "mobile": "default"
      }
  },

  "shopengine_tooltip_text_line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line Height(px)",
      "props": {
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },


    "shopengine_tooltip_text_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_tooltip_text_typography_end": {
      "type": "PopoverControl"
    },

    "shopengine_section_button_tooltip_end": {
      "type": "PanelBody",
      "label": "Button Tooltip"
    },

    "shopengine_section_button_group_start": {
      "type": "PanelBody",
      "label": "Button Group"
    },
    "shopengine_group_btns_over_image": {
      "control": {
        "field": "ToggleControl",
        "props": {
          "label": "Show Full Image On Mobile",
          "checked": true
        }
      },
      "type": "object",
      "default": {
        "desktop": false
      }
    },
    "shopengine_button_group_btn_bg_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Background Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FFFFFF"
      }
    },
    "shopengine_button_group_btn_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "default": {
        "desktop": "#101010"
      }
    },
    "shopengine_button_group_btn_hover_active_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Hover and Active Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#F03D3F"
      }
    },

    "shopengine_button_group_sbtn_bg_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Button Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FFFFFF"
      }
    },
    "shopengine_button_group_sbtn_hbg_clr": {
      "control": {
        "field": "ColorPalette",
        "label": "Button Hover Background",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": "#FFFFFF"
      }
    },

    "shopengine_button_group_btn_icon_size": {
      "control": {
        "field": "RangeControl",
        "label": "Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 18
      }
    },

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

    "shopengine_button_group_gap": {
      "control": {
        "field": "RangeControl",
        "label": "Column Gap(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 10
      }
    },

    "shopengine_section_button_group_end": {
      "type": "PanelBody"
    },
    "shopengine_section_style_pagination_start": {
      "type": "PanelBody",
      "label": "Pagination"
    },
    "shopengine_pagi_align": {
      "control": {
        "field": "SelectControl",
        "label": "Alignment",
        "props": {
          "options": [
            {
              "label": "Left",
              "value": "left"
            },
            {
              "label": "Center",
              "value": "center"
            },
            {
              "label": "Right",
              "value": "right"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": "left"
      }
    },
    "shopengine_pagi_font_start": {
      "type": "PopoverControl",
      "label": "Typography"
    },
    "shopengine_pagi_font_font_size": {
      "control": {
        "field": "RangeControl",
        "label": "Font Size(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": 16
      }
    },
    "shopengine_pagi_font_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"
            }
          ]
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_font_word_spacing": {
      "control": {
        "field": "RangeControl",
        "label": "Word Spacing(px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_font_end": {
      "type": "PopoverControl"
    },
    "shopengine_pagi_top_space": {
      "control": {
        "field": "RangeControl",
        "label": "Top Spacing (px)",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1
        }
      },
      "responsive": false,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_tabs_start": {
      "type": "TabContainer"
    },
    "shopengine_pagi_tab_normal_start": {
      "type": "TabControl",
      "label": "Normal"
    },
    "shopengine_pagi_n_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Text color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_n_bgcolor": {
      "control": {
        "field": "ColorPalette",
        "label": "Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_n_bd": {
      "control": {
        "field": "SelectControl",
        "props": {
          "label": "Border Type",
          "options": [
            {
              "label": "None",
              "value": "none"
            },
            {
              "label": "Solid",
              "value": "solid"
            },
            {
              "label": "Double",
              "value": "right"
            },
            {
              "label": "Dotted",
              "value": "dotted"
            },
            {
              "label": "Dashed",
              "value": "dashed"
            },
            {
              "label": "Groove",
              "value": "groove"
            }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_n_bd_width": {
      "control": {
        "field": "__experimentalBoxControl",
        "props": {
          "label": "Border Width (px)",
          "units": [
            {
              "value": "px",
              "label": "px",
              "default": 0
            }
          ],
          "values": {
            "top": "0px",
            "left": "0px",
            "right": "0px",
            "bottom": "0px"
          }
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "shopengine_pagi_n_bd_color": {
      "control": {
        "field": "ColorPalette",
        "props": {
          "label": "Color",
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },

    "shopengine_pagi_radius": {
      "control": {
        "field": "__experimentalUnitControl",
        "label": "Border Radius",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1,
          "isPressEnterToChange": true,
          "units" : [
            { "value": "px", "label": "px", "default": 0 },
            { "value": "%", "label": "%", "default": 0 }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    },

    "shopengine_pagi_tab_normal_end": {
      "type": "TabControl"
    },
    "shopengine_pagi_tab_hover_start": {
      "type": "TabControl",
      "label": "Hover"
    },
    "shopengine_pagi_h_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Text color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_h_bgcolor": {
      "control": {
        "field": "ColorPalette",
        "label": "Background color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_h_bdc": {
      "control": {
        "field": "ColorPalette",
        "label": "Border color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },
    "shopengine_pagi_tab_hover_end": {
      "type": "TabControl"
    },
    "shopengine_pagi_tab_active_start": {
      "label": "Active",
      "type": "TabControl"
    },

    "shopengine_pagi_ab_color": {
      "control": {
        "field": "ColorPalette",
        "label": "Text Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },

    "shopengine_pagi_bh_bgcolor": {
      "control": {
        "field": "ColorPalette",
        "label": "Background Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },

    "shopengine_pagi_ab_bdc": {
      "control": {
        "field": "ColorPalette",
        "label": "Border Color",
        "props": {
          "colors": [
            {
              "name": "red",
              "color": "#f00"
            },
            {
              "name": "white",
              "color": "#fff"
            },
            {
              "name": "blue",
              "color": "#00f"
            },
            {
              "name": "black",
              "color": "#101010"
            }
          ]
        }
      },
      "type": "object",
      "responsive": false,
      "default": {
        "desktop": ""
      }
    },

    "shopengine_pagi_ab_radius": {
      "control": {
        "field": "__experimentalUnitControl",
        "label": "Border Radius",
        "props": {
          "min": 0,
          "max": 100,
          "step": 1,
          "isPressEnterToChange": true,
          "units" : [
            { "value": "px", "label": "px", "default": 0 },
            { "value": "%", "label": "%", "default": 0 }
          ]
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": ""
      }
    }, 

    "shopengine_pagi_tab_active_end": {
      "label": "Active",
      "type": "TabControl"
    },
    "shopengine_pagi_tabs_end": {
      "type": "TabContainer"
    },
    "shopengine_pagi_mg": {
      "control": {
        "field": "__experimentalBoxControl",
        "props":{
          "label": "Margin"
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "10px",
          "left": "0px",
          "right": "10px",
          "bottom": "0px"
        }
      }
    },
    "shopengine_pagi_pd": {
      "control": {
        "field": "__experimentalBoxControl",
        "props":{
          "label": "Padding"
        }
      },
      "responsive": true,
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "left": "",
          "right": "",
          "bottom": ""
        }
      }
    },
    "shopengine_section_style_pagination_end": {
      "type": "PanelBody"
    },
    "global_font_section_start": {
      "type": "PanelBody",
      "label": "Global Font"
    },
    "shopengine_global_font_family": {
      "control": {
        "field": "FontfamilyControl",
        "label": "Font Family"
      },
      "type": "object"
    },
    "global_font_section_end": {
      "type": "PanelBody"
    },
    "shopengine_archive_product_style_end": {
      "type": "TabControl"
    },

   "shopengine_archive_product_end": {
   "type": "TabContainer",
   "label": "Main"
   }
}