{"product_id":"molton-brown-delicious-rhubarb-rose-fine-liquid-hand-wash","title":"Molton Brown Delicious Rhubarb \u0026 Rose Fine Liquid Hand Wash","description":"\u003cstyle\u003e\n    body {\n        font-family: \"montserrat\", sans-serif;\n    }\n\n    h1 {\n        font-size: 30px;\n    }\n\n    .container-row.perfumer-section {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/widebckg.png?v=1741723048');\n        \/* Replace with your image path *\/\n        min-height: 350px;\n        background-size: cover;\n        \/* Ensures the image covers the entire div *\/\n        background-position: center;\n        \/* Centers the background image *\/\n        background-repeat: no-repeat;\n        \/* Prevents the image from repeating *\/\n        width: 100vw;\n        \/* Makes the div as wide as the viewport *\/\n        margin-left: -50vw;\n        \/* Offsets the div to align with the left edge of the viewport *\/\n        left: 50%;\n        \/* Centers the div horizontally *\/\n        position: relative;\n        \/* Ensures proper positioning *\/\n        padding: 20px 25% 20px 25%;\n        \/* Adds some padding around the content *\/\n        color: white;\n        \/* Adjust text color if needed for better visibility *\/\n        box-sizing: border-box;\n        \/* Ensures padding is included in the width *\/\n    }\n\n    .container-col {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .container-row {\n        display: flex;\n        flex-direction: row;\n    }\n\n    .image-container {\n        width: 50%;\n        \/* Take up 50% of the container width *\/\n        display: flex;\n        justify-content: center;\n        \/* Center the image horizontally *\/\n        align-items: center;\n        \/* Center the image vertically *\/\n    }\n\n    .did-you-know {\n        width: 50%;\n        padding-top: 30px;\n    }\n\n    .center {\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n    }\n\n    .image-container img {\n        max-width: 400px;\n        \/* Ensure the image doesn't exceed its container *\/\n        height: auto;\n        \/* Maintain aspect ratio *\/\n        border-radius: 10px;\n    }\n\n    .short-description img {\n        display: none;\n    }\n\n    .short-description hr {\n        display: none;\n    }\n\n    .short-description .banner {\n        display: none;\n    }\n\n    .short-description .did-you-know {\n        display: none;\n    }\n\n    .short-description h1,\n    .short-description h2 {\n        font-weight: bold;\n        \/* This makes the text bold *\/\n        font-size: inherit;\n        \/* Inherit the font size from the parent *\/\n    }\n\n    .perfumer-section {\n        display: flex;\n        align-items: center;\n        margin-top: 35px;\n        font-size: 18px;\n        justify-content: space-around;\n    }\n\n    .fragrance-exp {\n        width: 50%;\n    }\n\n    .left-section {\n        width: 60%;\n    }\n\n    .right-section {\n        width: 50%;\n    }\n\n    .right-section img {\n        height: auto;\n        display: block;\n        max-width: 500px;\n    }\n\n    .left-section img {\n        height: auto;\n        display: block;\n        max-width: 400px;\n    }\n\n\n    .perfumer-image {\n        width: 350px;\n        height: 350px;\n        border-radius: 50%;\n        margin-left: 5%;\n        margin-right: 5%;\n        margin-top: -30%;\n    }\n\n    hr {\n        margin-top: 15px;\n        margin-bottom: 15px;\n    }\n\n    .perfumer-text {\n        width: 50%;\n        margin-right: 20%;\n    }\n\n    .perfumer-img-container {\n        width: 50%;\n        margin-left: 10%;\n    }\n\n    @media (min-width: 768px) and (max-width: 1200px) {\n\n        \/* Styles for tablet\/medium devices *\/\n        .perfumer-section {\n            display: flex;\n            align-items: center;\n            flex-direction: column;\n        }\n\n        .perfumer-text {\n            text-align: center;\n            width: 100%;\n            margin-right: 0%;\n        }\n\n        .perfumer-image {\n            width: 250px;\n            height: 250px;\n            border-radius: 50%;\n            margin: 0 20px 10px 20px;\n        }\n\n        .perfumer-img-container {\n            width: 100%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 100%;\n            \/* Adjust height as needed *\/\n        }\n\n    }\n\n    @media screen and (max-width: 768px) {\n\n        .fragrance-exp {\n            width: 100%;\n        }\n\n        .banner-with-image {\n            flex-direction: column;\n            align-items: center;\n        }\n\n        h1 {\n            font-size: 23px;\n        }\n\n        .perfumer-text {\n            text-align: center;\n            width: 100%;\n            margin-right: 0%;\n        }\n\n        .perfumer-image {\n            width: 155px;\n            height: 155px;\n            border-radius: 50%;\n            margin: 0 20px 10px 20px;\n        }\n\n        .top p {\n            font-size: 16px;\n            \/* Adjust paragraph font size for mobile *\/\n        }\n\n        .right-section {\n\n            justify-content: center;\n            \/* Center horizontally *\/\n        }\n\n        hr {\n            display: none;\n        }\n\n        .right-section img {\n            width: 350px;\n            height: auto;\n            display: block;\n        }\n\n        .container-row {\n            flex-direction: column;\n        }\n\n        .image-container {\n            width: 80%;\n            justify-content: center;\n        }\n\n        .second-img {\n            padding-left: 1rem;\n        }\n\n\n        .did-you-know {\n            width: 100%;\n        }\n\n\n        .perfumer-banner {\n            margin-top: 20px;\n        }\n\n        .container-row.perfumer-section {\n\n            padding: 20px;\n            background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/mobile_background.png?v=1741722110');\n            \/* Replace with your image path *\/\n        }\n    }\n\n    .perfumer-img-container {\n        width: 100%;\n        margin-left: 0%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        height: 100%;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"top container-col\"\u003e\n            \u003ch1\u003eIndulge in the sweet freshness of Delicious Rhubarb \u0026amp; Rose Fine Liquid Hand Wash.\n            \u003c\/h1\u003e\n\u003cp\u003e\n                Transform your daily cleansing ritual with this irresistibly sweet and fruity hand wash. Its fizzy\n                citrus notes and vibrant rhubarb create a tantalizing fragrance, beautifully balanced by the comforting\n                warmth of vanilla. A luscious floral-fruity delight that leaves your hands soft, clean, and delectably\n                scented.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"banner container-row\"\u003e\n            \u003cdiv class=\"container-col fragrance-exp\"\u003e\n                \u003ch2\u003eThe Fragrance Story\u003c\/h2\u003e\n                \u003cp\u003e\n                    Imagine a crimson summer tart sitting on the pantry table, alongside freshly picked roses, scattered\n                    pastry crumbs, and glossy ribbons of rhubarb. The Delicious Rhubarb \u0026amp; Rose Fine Liquid Hand Wash\n                    is a deliciously sweet treat for your senses, adding a citrus twist to your daily hand care routine.\n                \u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eVivacious. Fizzy. Tempting.\u003c\/strong\u003e\u003c\/p\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\/rose.png?v=1727454165\u0026amp;width=700\" alt=\"Delicious Rhubarb \u0026amp; Rose Hand Wash\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"banner container-col perfume-banner\"\u003e\n            \u003cdiv class=\"container-row perfumer-section\"\u003e\n                \u003cdiv class=\"perfumer-img-container\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/perfumer_068f2840-7db6-454b-bc6a-9f2593d2f4f9.png?v=1727454164\u0026amp;width=700\" alt=\"Vanessa Prudent\" class=\"perfumer-image\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"perfumer-text\"\u003e\n                    \u003ch2\u003eMeet The Perfumer\u003c\/h2\u003e\n                    \u003cp\u003e\u003cstrong\u003eVanessa Prudent, Senior Perfumer\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003cp\u003e\n                        Vanessa Prudent’s love of natural scents began during childhood, as she explored the French\n                        Normandy countryside on horseback. Her passion for nature, food, and travel brings a unique\n                        sensitivity to her fragrances. Delicious Rhubarb \u0026amp; Rose captures Vanessa’s vibrant and\n                        joyful approach to perfumery, infusing every drop with her love of fruity, floral scents.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"container-row\" style=\"margin-top: 5%; margin-bottom: 5%;\"\u003e\n            \u003cdiv class=\"container-col did-you-know\"\u003e\n                \u003ch2\u003eDid You Know?\u003c\/h2\u003e\n                \u003cp\u003eThis award-winning scent draws inspiration from Vanessa's cherished childhood memories of baking,\n                    creating a fragrant recipe that has delighted Molton Brown fans for years. Each wash is a nostalgic\n                    journey, evoking the warmth and comfort of home.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n            \u003cdiv class=\"image-container second-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0077\/5415\/4099\/files\/rose2.png?v=1727454165\u0026amp;width=700\" alt=\" Rhubarb \u0026amp; Rose\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003chr\u003e\n        \u003cdiv class=\"container-col banner\" style=\"padding-top: 30px;\"\u003e\n            \u003ch2\u003eWhy You’ll Love It\u003c\/h2\u003e\n            \u003cp\u003e\n                This vegan hand wash not only cleanses but elevates your senses with its exquisite fragrance. Fresh\n                rhubarb and sparkling citrus create a fizzy, fruity burst of energy, balanced by a base of creamy\n                vanilla for a well-rounded scent experience.\n            \u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFree from Parabens \u0026amp; Sulfates\u003c\/strong\u003e\u003cbr\u003eIdeal for all skin types, perfect\n                for daily use.\u003c\/p\u003e\n            \u003ch2\u003eIngredients\u003c\/h2\u003e\n            \u003cp\u003e\n                WATER\/AQUA\/EAU, SODIUM LAURETH SULFATE, LAURETH-4, FRAGRANCE\/PARFUM, GLYCERIN, PEG-40 HYDROGENATED\n                CASTOR OIL, SORBITAN CAPRYLATE, CAPRYLYL GLYCOL, PEG-18 GLYCERYL OLEATE\/COCOATE, SODIUM CHLORIDE,\n                TETRASODIUM GLUTAMATE DIACETATE, ETHYLHEXYL SALICYLATE, PROPANEDIOL, TOCOPHEROL, BUTYL\n                METHOXYDIBENZOYLMETHANE, DIETHYLHEXYL SYRINGYLIDENEMALONATE, CITRIC ACID, SODIUM HYDROXIDE, PROPYLENE\n                GLYCOL, PHENOXYETHANOL, BENZOIC ACID, BENZYL SALICYLATE, CITRAL, CITRONELLOL, GERANIOL, LIMONENE,\n                LINALOOL, BLUE 1\/CI 42090, RED 33\/CI 17200, YELLOW 5\/CI 19140.\n            \u003c\/p\u003e\n            \u003ch2\u003eSustainability\u003c\/h2\u003e\n            \u003cul\u003e\n                \u003cli\u003eRecyclable bottle*, made from 50% recycled plastic*\u003c\/li\u003e\n                \u003cli\u003e*Excluding cap\u003c\/li\u003e\n                \u003cli\u003e100% vegan formula*, cruelty free, made in England, free from parabens, responsibly manufactured\n                \u003c\/li\u003e\n                \u003cli\u003e*No ingredient of animal origin\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e","brand":"Molton Brown","offers":[{"title":"10 fl oz","offer_id":51751521550569,"sku":"mcg1787951834223","price":24.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/6964\/9129\/files\/molton-brown-delicious-rhubarb-rose-fine-liquid-hand-wash_1.png?v=1787951838","url":"https:\/\/www.sandalcove.shop\/products\/molton-brown-delicious-rhubarb-rose-fine-liquid-hand-wash","provider":"My Store","version":"1.0","type":"link"}