{
	"productVariables": [
		{
			"element": "input",
			"type": "number",
			"variableId": "{width}",
			"attributes": {
				"min": 10,
				"max": 2500,
				"required": true,
				"validation": [],
				"valueSets": [
					{
						"updateruleset": "[[widthLimit]]",
						"min": 10,
						"max": 1250
					}
				]
			},
			"reminderText": "{faconSizeMax1250}",
			"variableText": "{widthVariableText}",
			"errorText": "{widthVariableErrorText}",
			"sortOrder": 4,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height}",
			"attributes": {
				"min": 10,
				"max": 2500,
				"required": true,
				"validation": [],
				"valueSets": [
					{
						"updateruleset": "[[hightLimit]]",
						"min": 10,
						"max": 1250
					}
				]
			},
			"reminderText": "{faconSizeMax1250}",
			"variableText": "{heightVariableText}",
			"errorText": "{heightVariableErrorText}",
			"sortOrder": 6,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height1}",
			"attributes": {
				"min": 0,
				"max": 2500,
				"required": true,
				"validation": [
					{
						"compare": "[[{height1}]] <= [[{width}]]",
						"errorText": "{facon60_71WidthVariableErrorText}"
					},
					{
						"compare": "[[{height1}]] <= [[{height}]]",
						"errorText": "{facon60_71HeightVariableErrorText}"
					}
				],
				"valueSets": [
					{
						"updateruleset": "[[hightLimit]]",
						"min": 0,
						"max": 1250
					}
				]
			},
			"reminderText": "",
			"variableText": "{height1VariableText}",
			"errorText": "{height1VariableErrorText}",
			"sortOrder": 8,
			"unit": "mm",
			"tooltip": {}
		},
		{
			"element": "dropdown",
			"variableText": "{glassThicknessVariableText}",
			"variableId": "{glassThickness}",
			"options": [
				{
					"value": "{glassThickness0150}",
					"display": "{glassThickness0150}",
					"attributes": {
						"selected": true
					}
				},
				{
					"value": "{glassThickness0200}",
					"display": "{glassThickness0200}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0300}",
					"display": "{glassThickness0300}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0400}",
					"display": "{glassThickness0400}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0500}",
					"display": "{glassThickness0500}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0600}",
					"display": "{glassThickness0600}",
					"attributes": {
						"selected": false
					}
				},
				{
					"value": "{glassThickness0800}",
					"display": "{glassThickness0800}",
					"attributes": {
						"selected": false
					}
				}
			],
			"attributes": {
				"required": true
			},
			"sortOrder": 2,
			"tooltip": {}
		}
	],
	"images": [],
	"accessories": [],
	"extra": [],
	"formulas": [
		{
			"id": "base_elements",
			"formula": "[[{width}]] + [[{height}]]]] / 1000000) * [[baseProductPrice]] * 1.25 * 1.5"
		},
		{
			"id": "widthLimit",
			"rule": "[[{height}]] > 1250"
		},
		{
			"id": "hightLimit",
			"rule": "[[{width}]] > 1250"
		},
		{
			"id": "weightCalTEMP",
			"formula": "([[{width}]] * [[{height}]] / 1000000)"		
		}
	],
	"variantData": [],
	"premium": [],
	"summery": false,
	"productVariablesRules": [],
	"baseProductPrices": [
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0150}\"",
			"productId": "015PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0200}\"",
			"productId": "2PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0300}\"",
			"productId": "3PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0400}\"",
			"productId": "4PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0500}\"",
			"productId": "5PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0600}\"",
			"productId": "6PMMACl101",
			"weight": true
		},
		{
			"rule": "[[{glassThickness}]] == \"{glassThickness0800}\"",
			"productId": "8PMMACl101",
			"weight": true
		}
	],
	"baseProductPriceFormel": "Math.round(([[{width}]]  * [[{height}]] / 1000000) <= 0.1 ? 0.1 * [[baseProductPrice]] * 1.25 * 2 : ([[{width}]]  * [[{height}]] / 1000000) * [[baseProductPrice]] * 1.25 * 2)",
		"baseProductWeightFormel": "[[baseProductWeight]] * [[weightCalTEMP]]",
		"defaultImgSortOrder": 5
}