{
  "headerTopMenu2": {
    "type": "Module",
    "php": true
  },
  "secondaryMenuPosition": {
    "type": "Radio",
    "value": "top",
    "php": true
  },

  "secondaryCartPosition": {
    "type": "Radio",
    "value": "after",
    "rules": {
      "before": {
        ".desktop-header-active .mid-bar .secondary-menu": "order:2"
      }
    }
  },
  "menu2": {
    "type": "Variable",
    "variable": "menu",
    "selector_prefix": ".secondary-menu .top-menu"
  },
  "dropdown2": {
    "type": "Variable",
    "variable": "dropdown",
    "selector_prefix": ".secondary-menu .menu-item"
  },
  "secondaryMenuMargin": {
    "type": "Margin",
    "selector": ".mid-bar .secondary-menu .top-menu",
    "important": true
  },
  "secondaryMenuAlign": {
    "type": "Radio",
    "value": "right",
    "rules": {
      "left": {
        ".mid-bar .secondary-menu": "justify-content:flex-start"
      },
      "center": {
        ".mid-bar .secondary-menu": "justify-content:center"
      },
      "right": {
        ".mid-bar .secondary-menu": "justify-content:flex-end"
      }
    }
  },
  "headerTopMenu3": {
    "type": "Module",
    "php": true
  },
  "menu3": {
    "type": "Variable",
    "variable": "menu",
    "selector_prefix": ".third-menu .top-menu"
  },
  "dropdown3": {
    "type": "Variable",
    "variable": "dropdown",
    "selector_prefix": ".third-menu .menu-item"
  },
  "thirdMenuMargin": {
    "type": "Margin",
    "selector": ".mid-bar .third-menu .top-menu"
  }
}
