{
	"productVariables": [
		{
			"element": "input",
			"type": "number",
			"variableId": "{width}",
			"attributes": {
				"min": 200,
				"max": 3000,
				"required": true,
				"validation": []
			},
			"reminderText": "{widthReminderText}",
			"variableText": "{widthVariableText}",
			"errorText": "{widthVariableErrorText}",
			"sortOrder": 2,
			"unit": "mm",
			"tooltip": {
				"imagePath": "",
				"imageOrder": 30
			}
		},
		{
			"element": "input",
			"type": "number",
			"variableId": "{height}",
			"attributes": {
				"min": 300,
				"max": 2400,
				"required": true
			},
			"reminderText": "{heightReminderText}",
			"variableText": "{heightVariableText}",
			"errorText": "{heightVariableErrorText}",
			"sortOrder": 3,
			"unit": "mm",
			"tooltip": {
				"imagePath": "",
				"imageOrder": 30
			}
		},
		{
			"element": "imagedropdown",
			"variableText": "{colorVariableText}",
			"variableId": "{ralColor}",
			"attributes": {
				"required": true
			},
			"options": [
				{
					"value": "{RALIconText9010}",
					"display": "{RALIconText9010}",
					"attributes": {
						"selected": true,
						"displayImage": "/images/ikoner/farve-ikoner/RAL9010_icon.png"
					}
				},
				{
					"value": "{RALIconText9005}",
					"display": "{RALIconText9005}",
					"attributes": {
						"selected": false,
						"displayImage": "/images/ikoner/farve-ikoner/RAL9005_icon.png"
					}
				},
				{
					"value": "{RALIconText7031}",
					"display": "{RALIconText7031}",
					"attributes": {
						"selected": false,
						"displayImage": "/images/ikoner/farve-ikoner/RAL7031_icon.png"
					}
				}
			],
			"sortOrder": 1,
			"tooltip": {}
		}
	],
	"images": [
		{
			"imagePath": "/images/Varegrupper/glas-enkeltlag/emaljeglas/Cook_[[imageName]].jpg",
			"imageOrder": 20
		}
	],
	"accessories": [],
	"extra": [],
	"formulas": [
		{
			"id": "glassFormula",
			"formula": "( [[variantWidthFormel]]  * [[variantHeightFormel]] / 1000000) <= 0.4 ? [[price]] * 0.4 : (([[variantWidthFormel]]  * [[variantHeightFormel]] / 1000000) * [[price]])"
		},
		{
			"id": "variantWidthFormel",
			"formula": "[[{width}]]"
		},
		{
			"id": "variantHeightFormel",
			"formula": "[[{height}]]"
		},
		{
			"id": "imageName",
			"formula": "[[{ralColor}]].match(/RAL[\\d]{4}/g)"
		}
	],
	"premium": [],
	"summery": false,
	"productVariablesRules": [],
	"productAddedImage": "",
	"baseProductPrices": [],
	"baseProductPriceFormel": "Math.round(([[{width}]]  * [[{height}]] / 1000000) <= 0.4 ? [[baseProductPrice]] * 0.4 : (([[{width}]]  * [[{height}]] / 1000000) * [[baseProductPrice]]))",
	"defaultImgSortOrder": 10
}
