{"product_id":"floris-london-lily-bath-essence","title":"Floris London Lily Bath Essence","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 Green \u003c\/p\u003e\n        \u003ch2 style=\"margin-top: 0; margin-bottom: 0; padding-top: 0;\"\u003eLily\u003c\/h2\u003e\n        \u003cp class=\"subtitle\" style=\"margin-top: 0;\"\u003eBath Essence\n        \u003c\/p\u003e\n        \u003cp\u003eThe dewy freshness of the blooms is enhanced with a flourish of Egyptian jasmine and Bulgarian rose.\n        \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 Green \u003c\/span\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"product__text\" style=\"text-align: center;\"\u003e\n            \u003cmeta charset=\"utf-8\"\u003e\n            \u003cspan\u003eLuxurious bath essence oil formulated to leave skin smooth and lightly scented with the floral green\n                scent of Lily.\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\u003eA balanced floral fragrance, both uplifting and warm, leaving a soft yet lingering trail. Inspired by\n                the lily of the valley flower, the perfumer sought to preserve its natural state. The dewy freshness of\n                the blooms is enhanced with a flourish of Egyptian jasmine and Bulgarian rose. The sparkling white tea\n                notes give a clean effect while the reassuring woody musky dry-down leaves a soft warmth on skin.\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\u003eA highly concentrated perfume for the bath is presented in a smart signature glass bottle. Add just a\n                few drops to warm running water for a beautifully scented bath.\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\u003eWhite Tea | Aquatic Dew Acord\n                \u003c\/p\u003e\n                \u003cp class=\"subtitle\"\u003eHEART NOTES\u003c\/p\u003e\n                \u003cp\u003eLily of the Valley | Bulgarian Rose | Ylang Ylang\n                \u003c\/p\u003e\n                \u003cp class=\"subtitle\"\u003eBASE NOTES\u003c\/p\u003e\n                \u003cp\u003eCedarwood | Musk   \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\/lily4.webp?v=1749748539\u0026amp;width=700\" alt=\"Lily Luxury Bath Essence\"\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 The word Cefiro is the Spanish word for zephyr, meaning\n                a gentle breeze. The fragrance was launched into the Floris range in 2002 and was inspired by the scent\n                of a warm, gentle breeze while sitting in a Mediterranean courtyard.\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\/lilyherosm.png?v=1749748540\u0026amp;width=700\" alt=\"Lily Bath Essence\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\n                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, Aqua (Water, Eau), Sodium Palm Kernelate, Glycerin, Parfum (Fragrance), Citric Acid,\n                Sodium Chloride, Sodium Citrate, Tetrasodium Glutamate Diacetate, Butyrospermum Parkii (Shea) Butter\n            \u003c\/p\u003e\n            \u003ch3\u003eALLERGENS\u003c\/h3\u003e\n            \u003cp\u003eLimonene, Linalool, Hexyl Cinnamal, Citronellol, Benzyl Salicylate, Citral, CI 77891 (Titanium Dioxide)\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\/lilyherolg.png?v=1749748540\u0026amp;width=700\" alt=\"Lily Bath Essence\n            \"\u003e\n    \u003c\/div\u003e","brand":"Floris London","offers":[{"title":"Default Title","offer_id":50132061749525,"sku":"ibz1787950766079","price":67.62,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0859\/8270\/7989\/files\/floris-london-lily-bath-essence_1.webp?v=1787950770","url":"https:\/\/getcladfashion.shop\/products\/floris-london-lily-bath-essence","provider":"My Store","version":"1.0","type":"link"}