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

  "shopengine_main_content_tab_start": {
    "type": "TabControl",
    "label": "Content"
  },

  "shopengine_up_sells_product_content_start": {
    "type": "PanelBody",
    "label": "Content"
  },

  "shopengine_up_sells_product_enable_slider": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Enable Slider"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },

  "shopengine_up_sells_product_show_flash_sale": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Flash Sale"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },
  "shopengine_up_sells_product_show_sale_price": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Sale Price"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },

  "shopengine_up_sells_product_show_cart_btn": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Cart Button"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },
  "shopengine_up_sells_product_to_show_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "show divider"
    },
    "ssr": true
  },

  "shopengine_up_sells_product_to_show": {
    "control": {
      "field": "__experimentalNumberControl",
      "props": {
        "label": "Products to Show",
        "min": 1,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 4
    },
    "ssr": true
  },
  "shopengine_up_sells_product_column": {
    "control": {
      "field": "__experimentalNumberControl",
      "props": {
        "label": "Column",
        "min": 1,
        "max": 8,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 4,
      "tablet" : 2,
      "mobile" : 1
    }
  },
  "shopengine_up_sells_product_to_show_notice": {
    "control": {
      "field": "Notice",
      "props": {
        "children": "How many products want show in total.",
        "isDismissible": false
      }
    },
    "type": "object",
    "ssr": true
  },

  "shopengine_up_sells_product_content_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_slider_controls_start": {
    "type": "PanelBody",
    "label": "Slider Controls"
  },

  "shopengine_up_sells_product_slider_perview": {
    "control": {
      "field": "__experimentalNumberControl",
      "props": {
        "label": "Slides Per View",
        "min": 1,
        "max": 12,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 4
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_perview_notice": {
    "control": {
      "field": "Notice",
      "props": {
        "children": "This value will be the number of slides to show in viewport.",
        "isDismissible": false
      }
    },
    "type": "object"
  },

  "shopengine_up_sells_product_slider_loop": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Loop"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },

  "shopengine_up_sells_product_slider_autoplay": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Autoplay"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_autoplay_delay": {
    "control": {
      "field": "__experimentalNumberControl",
      "props": {
        "label": "Slide Speed",
        "min": 1,
        "max": 10000,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 3000
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_show_arrows": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Show Arrows"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },

  "shopengine_up_sells_product_slider_show_dots": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Show Dots"
      }
    },
    "type": "object",
    "default": {
      "desktop": true
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_left_arrow_icon": {
    "control": {
      "field": "IconControl",
      "label": "Left Arrow"
    },

    "type": "object",
    "default": {
      "desktop": "fas fa-chevron-left"
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_right_arrow_icon": {
    "control": {
      "field": "IconControl",
      "label": "Right Arrow"
    },
    "type": "object",
    "default": {
      "desktop": "fas fa-chevron-right"
    },
    "ssr": true
  },

  "shopengine_up_sells_product_slider_show_dots_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "show divider"
    },
    "ssr": true
  },
  "shopengine_up_sells_product_slider_dots_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Dots Size (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 6
    }
  },
  "shopengine_up_sells_product_slider_dots_size_active": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Active Dots Size (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 15
    }
  },

  "shopengine_up_sells_product_slider_controls_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_advance_controls_start": {
    "type": "PanelBody",
    "label": "Advanced Settings"
  },
  "shopengine_up_sells_product_orderby": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Order By",
        "options": [
          {
            "label": "Date",
            "value": "date"
          },
          {
            "label": "Title",
            "value": "title"
          },
          {
            "label": "Price",
            "value": "price"
          },
          {
            "label": "Popularity",
            "value": "popularity"
          },
          {
            "label": "Rating",
            "value": "rating"
          },
          {
            "label": "Random",
            "value": "rand"
          },
          {
            "label": "Menu Order",
            "value": "menu_order"
          },
          {
            "label": "Modified Date",
            "value": "modified"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "rand"
    },
    "ssr": true
  },
  "shopengine_up_sells_product_order": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Order By",
        "options": [
          {
            "label": "DESC",
            "value": "desc"
          },
          {
            "label": "ASC",
            "value": "asc"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "desc"
    },
    "ssr": true
  },

  "shopengine_up_sells_product_advance_controls_end": {
    "type": "PanelBody"
  },

  "shopengine_main_content_tab_end": {
    "type": "TabControl",
    "label": "Content"
  },

  "shopengine_main_style_tab_start": {
    "type": "TabControl",
    "label": "Style"
  },

  "shopengine_up_sells_product_items_start": {
    "type": "PanelBody",
    "label": "Items"
  },

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

  "shopengine_up_sells_product_column_gap": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Column Gap (px)",
        "min": 1,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 30
    }
  },
  "shopengine_up_sells_product_buttons_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Button Divider"
    }
  },

  "shopengine_up_sells_product_buttons": {
    "control": {
      "field": "__experimentalHeading",
      "props": {
        "children": "Buttons"
      }
    },
    "type": "object",
    "default": {
      "desktop": "Buttons"
    }
  },

  "shopengine_up_sells_product_btns_space_between": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Space In-between (px)",
        "min": 1,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 10
    }
  },

  "shopengine_up_sells_product_items_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_flash_sale_start": {
    "type": "PanelBody",
    "label": "Flash Sale"
  },

  "shopengine_up_sells_product_flash_sale_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "#FFFFFF",
            "color": "#FFFFFF"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#FFFFFF"
    }
  },
  "shopengine_up_sells_product_flash_sale_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "#FFFFFF",
            "color": "#FFFFFF"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#4285f4",
            "color": "#4285f4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#4285f4"
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_up_sells_product_flash_sale_badge_font_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Font Size",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 12
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_font_weight": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Font Weight",
        "options": [
          {
            "label": 100,
            "value": 100
          },
          {
            "label": 200,
            "value": 200
          },
          {
            "label": 300,
            "value": 300
          },
          {
            "label": 400,
            "value": 400
          },
          {
            "label": 500,
            "value": 500
          },
          {
            "label": 600,
            "value": 600
          },
          {
            "label": 700,
            "value": 700
          },
          {
            "label": 800,
            "value": 800
          },
          {
            "label": 900,
            "value": 900
          },
          {
            "label": "Bold",
            "value": "bold"
          },
          {
            "label": "Normal",
            "value": "normal"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": 400
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_font_transform": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Transform",
        "options": [
          {
            "label": "Capitalize",
            "value": "capitalize"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "None",
            "value": "none"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

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

  "shopengine_up_sells_product_flash_sale_badge_font_Line_height": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Line-Height",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 44
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_font_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Letter Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_font_word_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Word Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_up_sells_product_flash_sale_badge_size_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Sale Badge Divider"
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Badge Size (px)",
        "min": 0,
        "max": 100,
        "allowReset": false,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 44
    }
  },

  "shopengine_up_sells_product_flash_sale_badge_border_radius": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Badge Border Radius (px)",
        "min": 0,
        "max": 100,
        "allowReset": false,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 100
    }
  },
  "shopengine_up_sells_product_flash_sale_badge_border_radius_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Border Radius Divider"
    }
  },
  "shopengine_up_sells_product_flash_sale_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_up_sells_product_flash_sale_badge_padding_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Border Radius Divider"
    }
  },
  "shopengine_up_sells_product_flash_sale_position": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Position",
        "options": [
          {
            "label": "Left",
            "value": "left"
          },
          {
            "label": "Right",
            "value": "right"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "left"
    }
  },

  "shopengine_up_sells_product_flash_sale_position_horizontal": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Horizontal",
        "min": 0,
        "max": 100,
        "allowReset": false,
        "step": 1
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": 20
    }
  },

  "shopengine_up_sells_product_flash_sale_position_vertical": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Vertical",
        "min": 0,
        "max": 100,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 20
    }
  },

  "shopengine_up_sells_product_flash_sale_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_image_start": {
    "type": "PanelBody",
    "label": "Image"
  },

  "shopengine_up_sells_product_image_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "#fff",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_image_height": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Height (px)",
        "min": 0,
        "max": 100,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_up_sells_product_image_height_notice": {
    "control": {
      "field": "Notice",
      "props": {
        "children": "Leave empty for auto height",
        "isDismissible": false
      }
    },
    "type": "object"
  },
  "shopengine_related_image_auto_fit": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Auto Image Fit"
      }
    },
    "type": "object",
    "default": {
      "desktop": false
    }
  },

  "shopengine_related_image_auto_fit_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Auto Fit divider"
    }
  },
  "shopengine_up_sells_product_image_padding'": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "8px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "8px",
        "left": "0px"
      }
    }
  },

  "shopengine_up_sells_product_image_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_title_start": {
    "type": "PanelBody",
    "label": "Title"
  },

  "shopengine_up_sells_product_title_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#101010",
            "color": "#101010"
          },
          {
            "name": "#fff",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_up_sells_product_title_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_up_sells_product_title_font_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Font Size",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 15
    }
  },

  "shopengine_up_sells_product_title_font_weight": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Font Weight",
        "options": [
          {
            "label": 100,
            "value": 100
          },
          {
            "label": 200,
            "value": 200
          },
          {
            "label": 300,
            "value": 300
          },
          {
            "label": 400,
            "value": 400
          },
          {
            "label": 500,
            "value": 500
          },
          {
            "label": 600,
            "value": 600
          },
          {
            "label": 700,
            "value": 700
          },
          {
            "label": 800,
            "value": 800
          },
          {
            "label": 900,
            "value": 900
          },
          {
            "label": "Bold",
            "value": "bold"
          },
          {
            "label": "Normal",
            "value": "normal"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": 500
    }
  },

  "shopengine_up_sells_product_title_font_transform": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Transform",
        "options": [
          {
            "label": "Capitalize",
            "value": "capitalize"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "None",
            "value": "none"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "none"
    }
  },

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

  "shopengine_up_sells_product_title_font_Line_height": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Line-Height",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 20
    }
  },

  "shopengine_up_sells_product_title_font_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Letter Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_title_font_word_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Word Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_title_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_up_sells_product_title_typography_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Title Typography"
    }
  },

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

  "shopengine_up_sells_product_title_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_rating_start": {
    "type": "PanelBody",
    "label": "Rating"
  },
  "shopengine_up_sells_product_rating_start_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#101010",
            "color": "#101010"
          },
          {
            "name": "#fff",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#FEC42D",
            "color": "#FEC42D"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#FEC42D"
    }
  },

  "shopengine_up_sells_product_rating_start_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Star Size (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 12
    }
  },
  "shopengine_up_sells_product_rating_start_margin_bottom": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Margin Bottom (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 8
    }
  },
  "shopengine_up_sells_product_rating_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_price_start": {
    "type": "PanelBody",
    "label": "Price"
  },
  "shopengine_up_sells_product_price_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#101010",
            "color": "#101010"
          },
          {
            "name": "#fff",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#FEC42D",
            "color": "#FEC42D"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },

  "shopengine_up_sells_product_sale_price_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Sale Price Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#101010",
            "color": "#101010"
          },
          {
            "name": "#fff",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#FEC42D",
            "color": "#FEC42D"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_up_sells_product_price_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_up_sells_product_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },

  "shopengine_up_sells_product_price_font_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Font Size",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 18
    }
  },

  "shopengine_up_sells_product_price_font_weight": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Font Weight",
        "options": [
          {
            "label": 100,
            "value": 100
          },
          {
            "label": 200,
            "value": 200
          },
          {
            "label": 300,
            "value": 300
          },
          {
            "label": 400,
            "value": 400
          },
          {
            "label": 500,
            "value": 500
          },
          {
            "label": 600,
            "value": 600
          },
          {
            "label": 700,
            "value": 700
          },
          {
            "label": 800,
            "value": 800
          },
          {
            "label": 900,
            "value": 900
          },
          {
            "label": "Bold",
            "value": "bold"
          },
          {
            "label": "Normal",
            "value": "normal"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": 700
    }
  },

  "shopengine_up_sells_product_price_font_transform": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Transform",
        "options": [
          {
            "label": "Capitalize",
            "value": "capitalize"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "None",
            "value": "none"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

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

  "shopengine_up_sells_product_price_font_Line_height": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Line-Height",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 24
    }
  },

  "shopengine_up_sells_product_price_font_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Letter Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_price_font_word_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Word Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_up_sells_product_price_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_up_sells_product_price_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Price Divider"
    }
  },
  "shopengine_up_sells_product_price_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "8px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "8px",
        "left": "0px"
      }
    }
  },

  "shopengine_up_sells_product_price_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_add_cart_btn_start": {
    "type": "PanelBody",
    "label": "Add To Cart"
  },
  "shopengine_upsell_button_move_end": {
    "control": {
      "field": "ToggleControl",
      "props": {
        "label": "Position End"
      }
    },
    "type": "object",
    "default": {
      "desktop": false
    }
  },

  "shopengine_up_sells_product_add_cart_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },

  "shopengine_up_sells_product_add_cart_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Font Size",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 13
    }
  },

  "shopengine_up_sells_product_add_cart_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": "Bold",
            "value": "bold"
          },
          {
            "label": "Normal",
            "value": "normal"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": 500
    }
  },

  "shopengine_up_sells_product_add_cart_transform": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Transform",
        "options": [
          {
            "label": "Capitalize",
            "value": "capitalize"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "None",
            "value": "none"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "uppercase"
    }
  },

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

  "shopengine_up_sells_product_add_cart_font_Line_height": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Line-Height",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 18
    }
  },

  "shopengine_up_sells_product_add_cart_font_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Letter Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_add_cart_font_word_spacing": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Word Spacing",
        "min": 0,
        "max": 100,
        "allowReset": true,
        "step": 0.1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "shopengine_up_sells_product_add_cart_typography_end": {
    "type": "PopoverControl"
  },
  "shopengine_up_sells_product_add_cart_btn_style_tabs_start": {
    "type": "TabContainer"
  },
  "shopengine_up_sells_product_add_cart_btn_tab_normal_start": {
    "type": "TabControl",
    "label": "Normal"
  },
  "shopengine_up_sells_product_add_cart_btn_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_up_sells_product_add_cart_btn_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3170bb",
            "color": "#3170bb"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#3E3E3E",
            "color": "#3E3E3E"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#3E3E3E"
    }
  },
  "shopengine_up_sells_product_add_cart_btn_tab_normal_end": {
    "type": "TabControl",
    "label": "Normal"
  },
  "shopengine_up_sells_product_add_cart_btn_tab_hover_start": {
    "type": "TabControl",
    "label": "Hover"
  },
  "shopengine_up_sells_product_add_cart_btn_hover_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_up_sells_product_add_cart_btn_hover_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3170bb",
            "color": "#3170bb"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#3E3E3E",
            "color": "#3E3E3E"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#332d2d"
    }
  },
  "shopengine_up_sells_product_add_cart_btn_hover_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

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

  "shopengine_up_sells_product_add_cart_btn_style_tabs_end": {
    "type": "TabContainer"
  },
  "shopengine_up_sells_product_add_cart_btn_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding (px)",
        "values": [
          {
            "top": "8px",
            "right": "15px",
            "bottom": "8px",
            "left": "15px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "8px",
        "right": "15px",
        "bottom": "8px",
        "left": "15px"
      }
    }
  },
  "shopengine_up_sells_product_add_cart_border": {
    "control": {
      "field": "ColorPalette",
      "label": "Border",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_up_sells_product_add_cart_border_type": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Border Type",
        "options": [
          {
            "label": "None",
            "value": "none"
          },
          {
            "label": "Solid",
            "value": "solid"
          },
          {
            "label": "Double",
            "value": "double"
          },
          {
            "label": "Dotted",
            "value": "dotted"
          },
          {
            "label": "Dashed",
            "value": "dashed"
          },
          {
            "label": "Groove",
            "value": "groove"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "none"
    }
  },
  "shopengine_up_sells_product_add_cart_border_type_width": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Width",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },

  "shopengine_up_sells_product_add_cart_border_radius": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Radius (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_up_sells_product_add_cart_btn_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Margin (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },

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

  "shopengine_up_sells_product_slider_style_start": {
    "type": "PanelBody",
    "label": "Slider Style"
  },
  "shopengine_up_sells_product_slider_style_header": {
    "control": {
      "field": "__experimentalHeading",
      "props": {
        "children": "Arrows"
      }
    },
    "type": "object",
    "default": {
      "desktop": "Arrows"
    }
  },
  "shopengine_up_sells_product_slider_style_header_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Header Divider"
    }
  },
  "shopengine_up_sells_product_slider_arrow_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Arrow Size (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 40
    }
  },

  "shopengine_up_sells_product_slider_arrow_icon_size": {
    "control": {
      "field": "RangeControl",
      "props": {
        "label": "Icon Size (px)",
        "min": 0,
        "max": 50,
        "allowReset": false,
        "step": 1
      }
    },
    "type": "object",
    "default": {
      "desktop": 25
    }
  },
  "shopengine_up_sells_product_slider_arrows_tabs_start": {
    "type": "TabContainer",
    "label": "Choose Color"
  },

  "tab_normal_start": {
    "type": "TabControl",
    "label": "Normal"
  },
  "shopengine_up_sells_product_slider_arrows_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_up_sells_product_slider_arrows_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3170bb",
            "color": "#3170bb"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#3E3E3E",
            "color": "#3E3E3E"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#3E3E3E"
    }
  },
  "shopengine_up_sells_product_slider_arrows_border": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "tab_normal_end": {
    "type": "TabControl"
  },

  "tab_hover_start": {
    "type": "TabControl",
    "label": "Hover"
  },
  "shopengine_up_sells_product_slider_arrows_hover_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#000",
            "color": "#000"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_up_sells_product_slider_arrows_hover_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#332d2d"
    }
  },
  "shopengine_up_sells_product_slider_arrows_hover_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#d423d4",
            "color": "#d423d4"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": ""
    }
  },

  "tab_hover_end": {
    "type": "TabControl"
  },

  "shopengine_up_sells_product_slider_arrows_tabs_end": {
    "type": "TabContainer"
  },

  "shopengine_up_sells_product_slider_arrows_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": "none"
    }
  },

  "shopengine_up_sells_product_slider_arrows_border_width": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Width",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },

  "shopengine_up_sells_product_slider_arrows_border_radius": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Radius (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_up_sells_product_slider_arrows_border_radius_header_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Header Divider"
    }
  },

  "shopengine_up_sells_product_slider_arrows_border_radius_header": {
    "control": {
      "field": "__experimentalHeading",
      "props": {
        "children": "Dots"
      }
    },
    "type": "object",
    "default": {
      "desktop": "Dots"
    }
  },
  "shopengine_up_sells_product_slider_dots_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#C9C9C9",
            "color": "#C9C9C9"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#C9C9C9"
    }
  },
  "shopengine_up_sells_product_slider_active_dots_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Active Color",
      "props": {
        "clearable": true,
        "colors": [
          {
            "name": "#3A3A3A",
            "color": "#3A3A3A"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#3400F8"
          },
          {
            "name": "#FE317D",
            "color": "#FE317D"
          },
          {
            "name": "#F03D3F",
            "color": "#F03D3F"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#F03D3F"
    }
  },
  "shopengine_up_sells_product_slider_dot_wrap_margin_divider": {
    "control": {
      "field": "__experimentalDivider"
    },
    "type": "object",
    "default": {
      "desktop": "Margin Divider"
    }
  },

  "shopengine_up_sells_product_slider_dot_wrap_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Wrap Margin (px)",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "20px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },

  "shopengine_up_sells_product_slider_style_end": {
    "type": "PanelBody"
  },

  "shopengine_up_sells_product_global_font_start": {
    "type": "PanelBody",
    "label": "Global Font"
  },
  "shopengine_up_sells_product_global_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },

  "shopengine_up_sells_product_global_font_end": {
    "type": "PanelBody"
  },

  "shopengine_main_style_tab_end": {
    "type": "TabControl",
    "label": "Style"
  },

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