{
  "shopengine_section_product_navigation_list_start": {
    "type": "PanelBody",
    "label": "Navigation List"
  },
  "shopengine_navigation_list_color": {
    "control": {
      "field": "ColorPalette",
      "label": "List Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#B1ADAD"
    }
  },
  "shopengine_navigation_list_hover_active_color": {
    "control": {
      "field": "ColorPalette",
      "label": "List Hover/Active Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_navigation_list_active_background_color": {
    "control": {
      "field": "ColorPalette",
      "label": "List Active Background Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#F2F2F2"
    }
  },
  "shopengine_navigation_list_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },
  "shopengine_navigation_list_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_navigation_list_font_size": {
    "control": {
      "field": "RangeControl",
      "label": "Font Size(px)",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "16"
    }
  },
  "shopengine_navigation_list_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"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": 600,
      "tablet": 600,
      "mobile": 600
    }
  },
  "shopengine_navigation_list_text_transform": {
    "control": {
      "field": "SelectControl",
      "label": "Transform",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Capitalize",
            "value": "capitalize"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "",
      "tablet": "",
      "mobile": ""
    }
  },
  "shopengine_navigation_list_line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line Height(px)",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 55
    }
  },
  "shopengine_navigation_list_word_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Word Spacing(px)",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_navigation_list_typography_end": {
    "type": "PopoverControl"
  },
  "shopengine_navigation_list_box_shadow_start": {
    "type": "PopoverControl",
    "label": "List Box Shadow"
  },
  "shopengine_navigation_list_box_shadow_color": {
    "control": {
      "field": "ColorPicker",
      "label": "List Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": {
        "rgb": {
          "r": "",
          "g": "",
          "b": "",
          "a": ""
        }
      }
    }
  },
  "shopengine_navigation_list_box_shadow_horizontal": {
    "control": {
      "field": "RangeControl",
      "label": "Horizontal",
      "props": {
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 0
    }
  },
  "shopengine_navigation_list_box_shadow_vertical": {
    "control": {
      "field": "RangeControl",
      "label": "Vertical",
      "props": {
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 10
    }
  },
  "shopengine_navigation_list_box_shadow_blur": {
    "control": {
      "field": "RangeControl",
      "label": "Blur",
      "props": {
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 20
    }
  },
  "shopengine_navigation_list_box_shadow_spread": {
    "control": {
      "field": "RangeControl",
      "label": "Spread",
      "props": {
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 0
    }
  },
  "shopengine_navigation_list_box_shadow_end": {
    "type": "PopoverControl"
  },
  "shopengine_section_product_navigation_list_end": {
    "type": "PanelBody"
  },
  "shopengine_section_product_navigation_container_start": {
    "type": "PanelBody",
    "label": "Navigation Container"
  },
  "shopengine_navigation_container_border_color_start": {
    "type": "PopoverControl",
    "label": "Border Color"
  },
  "shopengine_navigation_container_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#F2F2F2"
    }
  },
  "shopengine_navigation_container_border_color_end": {
    "type": "PopoverControl"
  },
  "shopengine_product_navigation_container_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Item Padding"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "40px",
        "bottom": "0px",
        "left": "40px"
      }
    }
  },
  "shopengine_section_product_navigation_container_end": {
    "type": "PanelBody"
  }
}