{
    "pdp-price-badges": {
        "yellowGrayText": [
            {
                "text": "15% off",
                "bgcolor": "yellow",
                "text-color": "gray"
            }
        ],
        "redCashback": [
            {
                "text": "cashback",
                "bgcolor": "red",
                "text-color": "white"
            }
        ],
        "yellowVatText": [
            {
                "text": "2 for £47",
                "text-exc": "2 for £46",
                "bgcolor": "yellow",
                "text-color": "gray"
            }
        ],
        "blueDarkPaintMixing": [
            {
                "text": "Paint Mixing",
                "bgcolor": "blue-dark",
                "text-color": "white"
            }
        ],
        "oneRed": [
            {
                "text": "Buy one get one free",
                "bgcolor": "red",
                "text-color": "white"
            }
        ],
        "yellowClearence": [
            {
                "text": "clearence",
                "bgcolor": "yellow"
            }
        ],
        "greenLowerPrice": [
            {
                "text": "New lower price",
                "bgcolor": "green"
            }
        ],
        "greenNewRange": [
            {
                "text": "New range",
                "bgcolor": "green"
            }
        ],
        "redOff": [
            {
                "text": "10% off",
                "bgcolor": "red"
            }
        ],
        "redFor": [
            {
                "text": "4 for 3",
                "bgcolor": "red"
            }
        ],
        "blueOff": [
            {
                "text": "15% off",
                "bgcolor": "blue"
            }
        ],
        "blueWeekendSavers": [
            {
                "text": "Weekend Savers",
                "bgcolor": "blue"
            }
        ],
        "redPersentCashback": [
            {
                "text": "30% Cashback",
                "bgcolor": "red"
            }
        ],
        "rippleBadges": {
            "twoRed": [
                {
                    "text": "15% off bathroom units",
                    "bgcolor": "red"
                },
                {
                    "text": "Summer Sale",
                    "bgcolor": "red"
                }
            ],
            "greenRed": [
                {
                    "text": "15% off bathroom units",
                    "bgcolor": "green"
                },
                {
                    "text": "Summer Sale",
                    "bgcolor": "red"
                }
            ],
            "oneYellow": [
                {
                    "text": "Summer Sale",
                    "bgcolor": "yellow",
                    "text-color": "gray"
                }
            ],
            "twoBlueOneLong": [
                {
                    "text": "15% off bathroom units 15% off bathroom units 15% off bathroom units",
                    "bgcolor": "blue"
                },
                {
                    "text": "Summer Sale",
                    "bgcolor": "blue"
                }
            ],
            "oneBlueDarkLong": [
                {
                    "text": "15% off bathroom units 15% off bathroom units 15% off bathroom units",
                    "bgcolor": "blue-dark"
                }
            ],
            "greenRedLong": [
                {
                    "text": "15% off bathroom units 15% off bathroom units 15% off bathroom units",
                    "bgcolor": "green"
                },
                {
                    "text": "15% off bathroom units 15% off bathroom units 15% off bathroom units",
                    "bgcolor": "red"
                }
            ]
        }
    }
}