{"product_id":"floris-london-rose-geranium-luxury-soap","title":"Floris London - Rose Geranium Luxury Soap","description":"\u003cstyle\u003e\n        \/* General Styling *\/\n        .short-description .middle-banner,\n        .short-description .lower-text,\n        .short-description .bottom-img,\n        .short-description .quote-block,\n        .short-description .ingredients {\n            display: none;\n        }\n\n        .short {\n            display: none;\n        }\n\n        .short-description .short {\n            display: block;\n        }\n\n        .short-description .top-banner {\n            display: none;\n        }\n\n        .short-description .container-col {\n            display: none;\n        }\n\n        .short-description .container-row {\n            display: none;\n        }\n\n        .short-description .section {\n            display: none;\n        }\n\n        .short-description .bottom-banner {\n            display: none;\n        }\n\n        .short-description .text-content {\n            display: none;\n        }\n\n        body {\n            font-family: \"Georgia\", serif;\n            color: #333;\n            line-height: 1.8;\n            background-color: white;\n            margin: 0;\n            padding: 0;\n        }\n\n        h2,\n        h3 {\n            font-family: \"Playfair Display\", serif;\n            font-weight: 700;\n            color: #2c2c2c;\n            margin: 20px 0;\n        }\n\n        h2 {\n            font-size: 2.5em;\n            letter-spacing: 1px;\n        }\n\n        h3 {\n            font-size: 1.8em;\n            padding-bottom: 10px;\n            margin-top: 40px;\n        }\n\n        p {\n            font-size: 1.1em;\n            color: #555;\n            margin: 15px 0;\n        }\n\n        .top-banner {\n            padding: 75px;\n        }\n\n        .middle-banner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 40px 0;\n            border-top: 1px solid #e0e0e0;\n            border-bottom: 1px solid #e0e0e0;\n        }\n\n        .left-section {\n            width: 50%;\n            padding: 0 20px;\n        }\n\n        .right-section {\n            width: 50%;\n            text-align: center;\n        }\n\n        .right-section img {\n            width: 80%;\n            max-width: 800px;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .fragrance-notes {\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .fragrance-notes p {\n            font-size: 1.2em;\n            margin: 10px 0;\n        }\n\n        .fragrance-notes .subtitle {\n            font-weight: 600;\n            color: #777;\n        }\n\n        .ingredients {\n            padding: 30px;\n            margin: 40px 0;\n            text-align: center;\n        }\n\n        .ingredients h3 {\n            margin-top: 0;\n        }\n\n        .ingredients p {\n            font-size: 1em;\n            color: #666;\n        }\n\n        .text-content {\n            height: 300px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .quote-block {\n            font-family: \"Playfair Display\", serif;\n            background-color: #f5f5f5;\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 6px solid #d4af37;\n            \/* Gold accent for luxury *\/\n            position: relative;\n            text-align: center;\n            color: #333;\n            line-height: 1.8;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n        }\n\n        .quote-block::before {\n            content: \"“\";\n            font-family: \"Georgia\", serif;\n            font-size: 5em;\n            color: #d4af37;\n            position: absolute;\n            top: -20px;\n            left: 20px;\n        }\n\n        .quote-block::after {\n            content: \"”\";\n            font-family: \"Georgia\", serif;\n            font-size: 5em;\n            color: #d4af37;\n            position: absolute;\n            bottom: -60px;\n            right: 20px;\n        }\n\n        .quote-text {\n            font-size: 1.4em;\n            font-style: italic;\n            margin-bottom: 20px;\n        }\n\n        .quote-author {\n            font-size: 1.1em;\n            font-weight: 600;\n            color: #777;\n        }\n\n        .quote-author::before {\n            content: \"— \";\n        }\n\n        .bottom-img {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n        }\n\n        \/* Media Queries for Mobile Optimization *\/\n        @media (max-width: 768px) {\n            .middle-banner {\n                flex-direction: column;\n                padding: 20px 0;\n            }\n\n            .left-section,\n            .right-section {\n                width: 100%;\n                padding: 0;\n            }\n\n            .right-section img {\n                width: 100%;\n                max-width: 300px;\n                margin-top: 20px;\n            }\n\n            h2 {\n                font-size: 2em;\n            }\n\n            h3 {\n                font-size: 1.5em;\n            }\n\n            p {\n                font-size: 1em;\n            }\n\n            .quote-block {\n                padding: 30px;\n                margin: 30px 0;\n            }\n\n            .quote-text {\n                font-size: 1.2em;\n            }\n\n            .quote-author {\n                font-size: 1em;\n            }\n\n            .bottom-img {\n                display: flex;\n                margin: 30px 0;\n                flex-direction: column;\n                justify-content: center;\n                align-items: center;\n            }\n\n            .bottom-img img {\n                max-width: 100%;\n                \/* Ensure the image doesn't overflow on smaller screens *\/\n                border-radius: 8px;\n                \/* Slightly smaller radius for mobile *\/\n            }\n        }\n\n        @media (max-width: 480px) {\n            h2 {\n                font-size: 1.8em;\n            }\n\n            h3 {\n                font-size: 1.3em;\n            }\n\n            p {\n                font-size: 0.9em;\n            }\n\n            .bottom-img {\n                margin: 20px 0;\n            }\n\n            .bottom-img img {\n                border-radius: 6px;\n                \/* Even smaller radius for very small screens *\/\n            }\n        }\n    \u003c\/style\u003e\n    \u003cdiv class=\"short\"\u003e\n        \u003cp class=\"subtitle\" style=\"margin-bottom: 0;padding-bottom: 0;\"\u003eFloral\u003c\/p\u003e\n        \u003ch2 style=\"margin-top: 0; margin-bottom: 0; padding-top: 0;\"\u003eRose Geranium\u003c\/h2\u003e\n        \u003cp class=\"subtitle\" style=\"margin-top: 0;\"\u003eLuxury Soap\u003c\/p\u003e\n        \u003cp\u003eA beautifully fragranced soap in a signature floral scent, hand wrapped and finely milled.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"top-banner\"\u003e\n        \u003ch2 class=\"product__text subtitle\" style=\"text-align: center;\"\u003e\n            \u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eFloral\n\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"product__text\" style=\"text-align: center;\"\u003e\n            \u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eA beautifully fragranced soap in a signature floral scent, hand wrapped and\n                finely milled.\n\n\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"product__text\" style=\"text-align: center;\"\u003e\n            \u003cmeta charset=\"utf-8\"\u003e\n            \u003cspan\u003eHand wrapped and made with a vegetable base, this luxury soap produces a rich, creamy lather and\n                contain added shea butter to help moisturise the skin and leave it soft and delicately scented.\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"product__text\" style=\"text-align: center;\"\u003e\n            \u003cmeta charset=\"utf-8\"\u003e\n            \u003cspan\u003eThe skill and time dedicated to scenting and triple milling the hard soap, along with the process of\n                stamping it with our iconic design, remain unchanged. We still use the same mould originally created in\n                the early 1800s. Despite their notable history, our soaps looks equally at home next to a traditional\n                Belfast or pedestal basin, as they do on the edge of a contemporary installation.\n\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"middle-banner\"\u003e\n        \u003cdiv class=\"left-section\"\u003e\n            \u003ch2 style=\"text-align: center;\" class=\"image-with-text__heading h2\"\u003eFragrance Notes\u003c\/h2\u003e\n            \u003cdiv class=\"fragrance-notes\"\u003e\n                \u003cp class=\"subtitle\"\u003eTOP NOTES\u003c\/p\u003e\n                \u003cp\u003eCitronella | Green | Geranium\n\n                \u003c\/p\u003e\n                \u003cp class=\"subtitle\"\u003eHEART NOTES\u003c\/p\u003e\n                \u003cp\u003ePalmarosa | Rose | Rosewood\n\n\n                \u003c\/p\u003e\n                \u003cp class=\"subtitle\"\u003eBASE NOTES\u003c\/p\u003e\n                \u003cp\u003eCedarwood\n\n\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"right-section\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/rosegeraniumdesc.webp?v=1749748539\u0026amp;width=700\" alt=\"Rose Geranium Soap\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"text-content\"\u003e\n        \u003cp style=\"text-align: center;\" class=\"lower-text\"\u003e\u003cspan\u003e Rose Geranium exudes timeless elegance with a blend of\n                floral grace and aromatic allure, creating an aura of femininity and charm. The characteristic notes of\n                geranium are enhanced by the fresh citrus nuances of citronella and a hint of rose. A harmonious heart\n                with an uplifting blend of palmarosa, the timeless beauty of rose, and the gentle touch of rosewood. A\n                captivating heart that evokes elegance and grace leaves space to a simply woody base note accord of\n                cedarwood. A grounded warm woody presence adds depth and sophistication to the delicate bouquet.\n\n\n            \u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bottom-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/rosegeraniumhero.png?v=1749748540\u0026amp;width=700\" alt=\"Cinnamon \u0026amp; Tangerine Diffuser\n            \"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bottom-banner\"\u003e\n        \u003cdiv class=\"quote-block section\"\u003e\n            \u003cp class=\"quote-text\"\u003eThe pleasure of installing a smooth, solid, crisply fragrant bar on the side of the sink cannot be underestimated. \u003c\/p\u003e\n            \u003cp class=\"quote-author\"\u003eEllie Pithers | Vogue\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredients\"\u003e\n            \u003ch3\u003eIngredients\u003c\/h3\u003e\n            \u003cp\u003eSodium Palmate, Sodium Palm Kernelate, Aqua (Water, Eau), Glycerin, Parfum (Fragrance), Sodium Citrate, Tetrasodium Glutamate Diacetate, Butyrospermum Parkii (Shea) Butter, Citric Acid, Sodium Chloride, CI 77891 (Titanium Dioxide\n\n            \u003c\/p\u003e\n            \u003ch3\u003eALLERGENS\u003c\/h3\u003e\n            \u003cp\u003eGeraniol, Limonene, Citronellol, Citral\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bottom-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/RoseGeraniumHeroLg.png?v=1749748540\u0026amp;width=700\" alt=\"Rose Geranium Soap\n            \"\u003e\n    \u003c\/div\u003e","brand":"Floris London","offers":[{"title":"3.4 oz \/ 100g","offer_id":47597195362466,"sku":"eeb1787950253711","price":19.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/0362\/1282\/files\/floris-london---rose-geranium-luxury-soap_1.webp?v=1787950259","url":"https:\/\/chiclydesign.shop\/products\/floris-london-rose-geranium-luxury-soap","provider":"My Store","version":"1.0","type":"link"}