{
  "CartLabel": {
    "type": "InputLang",
    "php": true
  },
  "CartLabelVisibility": {
    "type": "Toggle",
    "value": "",
    "rules": {
      "true": {
        "#cart .cart-label": "display: inline-block"
      },
      "false": {
        "#cart .cart-label": "display: none"
      }
    }
  },
  "CartLabelFont": {
    "type": "Font",
    "selector": "#cart .cart-label"
  },
  "CartLabelFontHover": {
    "type": "Font",
    "selector": "#cart:hover .cart-label"
  },
  "CartLabelOffset": {
    "type": "InputPair",
    "selector": "#cart .cart-label",
    "properties": {
      "first": "left:%spx",
      "second": "top:%spx"
    },
    "rtlProperties": {
      "first": "right:%spx",
      "second": "top:%spx"
    }
  },
  "CartTotalTextVisibility": {
    "type": "Toggle",
    "value": "true",
    "rules": {
      "true": {
        "#cart .cart-text": "display: block"
      },
      "false": {
        "#cart .cart-text": "display: none"
      }
    }
  },
  "CartTitle": {
    "type": "InputLang",
    "value": "Cart",
    "php": true
  },
  "CartTitleVisibility": {
    "type": "Toggle",
    "value": "false",
    "rules": {
      "true": {
        "#cart .cart-title": "display: block"
      },
      "false": {
        "#cart .cart-title": "display: none"
      }
    }
  },
  "CartTitleFont": {
    "type": "Font",
    "selector": "#cart .cart-title"
  },
  "CartTitleFontHover": {
    "type": "Font",
    "selector": "#cart:hover .cart-title"
  },
  "CartTitleMargin": {
    "type": "Margin",
    "selector": "#cart .cart-title"
  },
  "CartCheckoutLink": {
    "type": "Toggle",
    "value": "false",
    "php": true
  },
  "CartIcon": {
    "type": "Icon",
    "selector": "#cart > a > em::before"
  },
  "CartIconHover": {
    "type": "Color",
    "property": "color",
    "selector": "#cart:hover > a > em::before"
  },
  "CartIconEmpty": {
    "type": "Icon",
    "selector": "#cart:not(.cart-has-items) > a > em::before"
  },
  "CartIconEmptyHover": {
    "type": "Icon",
    "selector": "#cart:not(.cart-has-items):hover > a > em::before"
  },
  "CartIconBackground": {
    "type": "Background",
    "selector": "#cart > a > em"
  },
  "CartIconBackgroundHover": {
    "type": "Background",
    "selector": "#cart:hover > a > em"
  },
  "SearchAutoSuggestProductShadow": {
    "type": "Shadow",
    "selector": "#cart>a>em"
  },
  "CartIconShadowHover": {
    "type": "Shadow",
    "selector": "#cart:hover > a > em"
  },
  "CartIconBorder": {
    "type": "Border",
    "selector": "#cart > a > em"
  },
  "CartIconBorderHover": {
    "type": "Color",
    "property": "border-color;",
    "selector": "#cart:hover > a > em"
  },
  "CartIconBorderRadius": {
    "type": "BorderRadius",
    "selector": "#cart > a > em"
  },
  "CartIconSize": {
    "type": "InputNumber",
    "value": "40",
    "rules":{
      "@":{
        "#cart > a": "--size:%spx;"
      }
    }
  },
  "CartCountBadge": {
    "type": "Variable",
    "variable": "count_badge",
    "selector_prefix": "#cart-items&"
  },
  "CartCountBadgeOffset": {
    "type": "InputPair",
    "selector": "#cart-items",
    "properties": {
      "first": "--x: %spx",
      "second": "--margin-top:%spx"
    }
  },
  "CartCountBadgeOffsetSticky": {
    "type": "Input",
    "value": "",
    "property": "margin-top:%spx",
    "selector": "#cart-items",
    "parent_selector": ".header-sticky"
  },
  "CartCountBadgeVisibility": {
    "type": "Toggle",
    "value": "false",
    "rules": {
      "true": {
        "#cart-items": "display: inline-flex"
      },
      "false": {
        "#cart-items": "display: none"
      }
    }
  },
  "CartCountBadgeZ": {
    "type": "Toggle",
    "rules": {
      "true": {
        "#cart-items": "z-index: 1"
      },
      "false": {
        "#cart-items": "z-index: -1"
      }
    }
  },
  "CartTextVisibility": {
    "type": "Toggle",
    "value": "false",
    "rules": {
      "true": {
        "#cart-total": "display: flex"
      },
      "false": {
        "#cart-total": "display: none"
      }
    }
  },
  "CartBackground": {
    "type": "Background",
    "selector": "div#cart"
  },
  "CartBackgroundHover": {
    "type": "Background",
    "selector": "div#cart:hover"
  },
  "CartBorder": {
    "type": "Border",
    "selector": "div#cart"
  },
  "CartBorderHover": {
    "type": "Color",
    "property": "border-color",
    "selector": "div#cart:hover"
  },
  "CartBorderRadius": {
    "type": "BorderRadius",
    "selector": "div#cart"
  },
  "CartShadow": {
    "type": "Shadow",
    "selector": "div#cart"
  },
  "CartShadowHover": {
    "type": "Shadow",
    "selector": "div#cart:hover"
  },
  "CartTextPadding": {
    "type": "Padding",
    "selector": "#cart-total"
  },
  "CartTextFont": {
    "type": "Font",
    "selector": "div#cart > a",
    "important": true
  },
  "CartTextFontHover": {
    "type": "Color",
    "property": "color",
    "selector": "div#cart:hover > a",
    "important": true
  },
  "CartTextAlign": {
    "type": "Radio",
    "value": "left",
    "rules": {
      "left": {
        "#cart-total": "order:0; text-align: end"
      },
      "right": {
        "#cart-total": "order:5; text-align: start"
      }
    }
  },
  "CartCustomText": {
    "type": "Radio",
    "value": "default",
    "php": true,
    "rules": {
      "custom": {
        "#cart": "background: none"
      }
    }
  }
}
