{"product_id":"pizza-slices","title":"Pizza Slices","description":"\u003cbody\u003e\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eProduct Details\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #2c3e50;\n            --accent-color: #27ae60;\n            --text-color: #333333;\n            --bg-light: #f9f9f9;\n            --border-color: #e0e0e0;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            max-width: 800px;\n            margin: 20px auto;\n            padding: 0 20px;\n            background-color: #ffffff;\n        }\n\n        .product-info-tabs {\n            margin-top: 30px;\n        }\n\n        .info-section {\n            margin-bottom: 25px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .info-section h3 {\n            color: var(--primary-color);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .ingredients-text {\n            font-size: 0.95rem;\n            color: #555555;\n            text-align: justify;\n        }\n\n        \/* Nutritional Table Styling *\/\n        .nutrition-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 10px;\n            font-size: 0.95rem;\n        }\n\n        .nutrition-table th, \n        .nutrition-table td {\n            padding: 10px 12px;\n            text-align: left;\n        }\n\n        .nutrition-table th {\n            background-color: var(--bg-light);\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .nutrition-table tr:nth-child(even) {\n            background-color: rgba(0, 0, 0, 0.02);\n        }\n\n        .nutrition-table tr {\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .nutrition-table td:last-child {\n            text-align: right;\n            font-weight: 500;\n        }\n\n        \/* Disclaimer Styling *\/\n        .disclaimer-box {\n            background-color: #fff9e6;\n            border-left: 4px solid #f39c12;\n            padding: 15px;\n            margin-top: 25px;\n            border-radius: 4px;\n        }\n\n        .disclaimer-box p {\n            margin: 0;\n            font-size: 0.88rem;\n            color: #7f8c8d;\n            font-style: italic;\n        }\n\n        .disclaimer-box strong {\n            color: #d35400;\n            font-style: normal;\n        }\n\n        @media (max-width: 480px) {\n            .nutrition-table th, \n            .nutrition-table td {\n                padding: 8px 10px;\n                font-size: 0.85rem;\n            }\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- Product Information Container --\u003e\n    \u003cdiv class=\"product-info-tabs\"\u003e\n        \n        \u003c!-- Ingredients Section --\u003e\n        \u003cdiv class=\"info-section\"\u003e\n            \u003ch3\u003eIngredients\u003c\/h3\u003e\n            \u003cp class=\"ingredients-text\"\u003e\n                Glucose Syrup, Sugar, Corn Starch, Gelatine, Acids (Citric Acid, Lactic Acid), Invert Sugar Syrup, Gelling Agent (Pectins), Flavourings, Fruit and Vegetable Concentrates (Radish, Lemon, Safflower, Carrot, Blackcurrant, Tomato, Apple, Pumpkin), Acidity Regulator (Sodium Citrates), Glazing Agent (Beeswax, Carnauba Wax), Colours (E100, E120, E133, E153). May contain traces of \u003cstrong\u003eMilk\u003c\/strong\u003e, \u003cstrong\u003eSoya\u003c\/strong\u003e, and \u003cstrong\u003eMustard\u003c\/strong\u003e.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Nutritional Values Section --\u003e\n        \u003cdiv class=\"info-section\"\u003e\n            \u003ch3\u003eNutritional Information\u003c\/h3\u003e\n            \u003ctable class=\"nutrition-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eTypical Values\u003c\/th\u003e\n                        \u003cth\u003ePer 100g\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eEnergy\u003c\/td\u003e\n                        \u003ctd\u003e1412 kJ \/ 332 kcal\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFat\u003c\/td\u003e\n                        \u003ctd\u003e0.2g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e  of which saturates\u003c\/td\u003e\n                        \u003ctd\u003e0.2g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCarbohydrate\u003c\/td\u003e\n                        \u003ctd\u003e78.0g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e  of which sugars\u003c\/td\u003e\n                        \u003ctd\u003e57.0g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eProtein\u003c\/td\u003e\n                        \u003ctd\u003e3.0g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSalt\u003c\/td\u003e\n                        \u003ctd\u003e0.18g\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Cross-Contamination Disclaimer --\u003e\n        \u003cdiv class=\"disclaimer-box\"\u003e\n            \u003cp\u003e\u003cstrong\u003ePlease Note:\u003c\/strong\u003e While we thoroughly check every single item at the time of ordering, some products may be packed in environments that handle other sweets and potential allergens.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Anderson's Sweet Shop","offers":[{"title":"Default Title","offer_id":54859932500295,"sku":null,"price":1.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4536\/7623\/files\/Gummy_Pizza.webp?v=1787947285","url":"https:\/\/www.andersonsweets.co.uk\/products\/pizza-slices","provider":"Anderson's Sweet Shop","version":"1.0","type":"link"}