{
    "shopengine_cart_table_section_start": {
        "type": "PanelBody",
        "label": "Table"
    },
    "shopengine_cart_totals_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 600
        }
    },
    "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": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "normal"
        }
    },
    "line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 22
        }
    },
    "letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0.4
        }
    },
    "title_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_cart_totals_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_tittle_typo_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_table_heading_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Title Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#404040"
        }
    },
    "shopengine_cart_totals_table_data_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Price Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#505255"
        }
    },
    "shopengine_shipping_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_shipping_methods_heading": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Shipping Methods"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Shipping Methods"
        }
    },
    "shopengine__section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_shipping_methods_heading_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#505255"
        }
    },
    "shopengine_cart_totals_shipping_methods_heading_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shipping_methods_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "shipping_methods_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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 400
        }
    },
    "shipping_methods_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": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "none"
        }
    },
    "shipping_methods_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 20
        }
    },
    "shipping_methods_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 0.4
        }
    },
    "shipping_methods_title_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_cart_totals_shipping_methods_heading_typography_end": {
        "type": "PopoverControl"
    },
    "discount_section_notice": {
        "control": {
            "field": "Notice",
            "props": {
                "children": "Shipping Methods can be added from WooCommerce > Settings > Shipping.",
                "isDismissible": false
            }
        },
        "type": "object"
    },
    "shopengine_table_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_table_row_heading": {
        "control": {
            "field": "__experimentalHeading",
            "label": "Table Row",
            "props": {}
        },
        "type": "object",
        "default": {
            "desktop": "Table Row"
        }
    },
    "shopengine_cart_totals_table_row_border_type": {
        "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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_cart_totals_table_row_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "1px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "1px",
                "left": "0px"
            }
        }
    },
    "shopengine_cart_totals_table_row_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#DEDFE2"
        }
    },
    "shopengine_row_spacing_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_table_row_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Row Spacing (px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 26
        }
    },
    "shopengine_cart_table_section_end": {
        "type": "PanelBody"
    },
    "shopengine_section_ct_input_section_start": {
        "type": "PanelBody",
        "label": "Input"
    },
    "shopengine_input_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size (px)",
            "props": {
                "min": 0,
                "max": 200,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 18
        }
    },
    "shopengine_padding_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_input_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding(px)",
                "values": {
                    "top": "12",
                    "right": "20",
                    "bottom": "12",
                    "left": "20"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "20px",
                "bottom": "12px",
                "left": "20px"
            }
        }
    },
    "shopengine_input_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Margin (px)",
                "values": {
                    "top": "10",
                    "right": "0",
                    "bottom": "10",
                    "left": "0"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "10",
                "right": "0",
                "bottom": "10",
                "left": "0"
            }
        }
    },
    "shopengine_input_tabs_style_start": {
        "type": "TabContainer"
    },
    "shopengine_input_tabnormal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_input_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_input_background": {
        "control": {
            "field": "ColorPalette",
            "label": "Input Background color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_input_border_type": {
        "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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_input_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_input_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#020101"
        }
    },
    "shopengine_input_tabnormal_end": {
        "type": "TabControl"
    },
    "shopengine_input_tabfocus_start": {
        "type": "TabControl",
        "label": "Focus"
    },
    "shopengine_input_color_focus": {
        "control": {
            "field": "ColorPalette",
            "label": "Input Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#000000"
        }
    },
    "shopengine_input_background_focus": {
        "control": {
            "field": "ColorPalette",
            "label": "Input Background color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },
    "shopengine_input_border_focus_type": {
        "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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_input_border_focus_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_input_border_focus_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#020101"
        }
    },
    "shopengine_input_tabfocus_end": {
        "type": "TabControl"
    },
    "shopengine_input_tabs_style_end": {
        "type": "TabContainer"
    },
    "shopengine_section_ct_input_section_end": {
        "type": "PanelBody"
    },
    "shopengine_section_cart_totals_checkout_button_start": {
        "type": "PanelBody",
        "label": "Checkout and Update Button"
    },
    "shopengine_cart_totals_checkout_button_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "checkout_button_font_size": {
        "control": {
            "field": "RangeControl",
            "label": "Font Size(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 16
        }
    },
    "checkout_button_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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 500
        }
    },
    "checkout_button_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": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "none"
        }
    },
    "checkout_button_line_height": {
        "control": {
            "field": "RangeControl",
            "label": "Line Height(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": 19
        }
    },
    "checkout_button_letter_spacing": {
        "control": {
            "field": "RangeControl",
            "label": "Letter Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": -0.4
        }
    },
    "checkout_button_title_wordspace": {
        "control": {
            "field": "RangeControl",
            "label": "Word Spacing(px)",
            "props": {
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_cart_totals_checkout_button_typography_end": {
        "type": "PopoverControl"
    },
    "shopengine_cart_totals_checkout_button_tabs_start": {
        "type": "TabContainer",
        "label": "Checkout Button Tab Container"
    },
    "shopengine_cart_totals_checkout_button_normal_tab_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_cart_totals_checkout_button_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_cart_totals_checkout_button_background_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_cart_totals_checkout_button_normal_tab_end": {
        "type": "TabControl"
    },
    "shopengine_cart_totals_checkout_button_hover_tab_start": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_cart_totals_checkout_button_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_cart_totals_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#707070"
        }
    },
    "shopengine_cart_totals_checkout_button_hover_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#707070"
        }
    },
    "shopengine_cart_totals_checkout_button_hover_tab_end": {
        "type": "TabControl"
    },
    "shopengine_cart_totals_checkout_button_tabs_end": {
        "type": "TabContainer"
    },
    "shopengine_checkout_border_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_checkout_button_border_type": {
        "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"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_cart_totals_checkout_button_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_cart_totals_checkout_button_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#020101"
        }
    },
    "shopengine_cart_totals_checkout_button_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": 0,
                "right": 0,
                "bottom": 0,
                "left": 0
            }
        }
    },
    "shopengine_checkout_padding_section_divider": {
        "control": {
            "field": "__experimentalDivider",
            "props": {}
        },
        "type": "object"
    },
    "shopengine_cart_totals_checkout_button_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "values": {
                    "top": "13",
                    "right": "5",
                    "bottom": "13",
                    "left": "5"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "13px",
                "right": "5px",
                "bottom": "13px",
                "left": "5px"
            }
        }
    },
    "shopengine_section_cart_totals_checkout_button_end": {
        "type": "PanelBody"
    },
    "shopengine_cart_totals_global_font_section_start": {
        "type": "PanelBody",
        "label": "Global Font"
    },
    "shopengine_cart_totals_global_font_section_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"
    }
}