{"title":"Skin care","description":"","products":[{"product_id":"natural-honey","title":"Natural Honey","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.7;\n        color: #333;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff8e6, #fde9b4);\n        padding: 40px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n        border: 1px solid #f2d27a;\n    }\n\n    .hero h1 {\n        color: #8a6d1d;\n        margin: 0;\n        font-size: 36px;\n    }\n\n    h2 {\n        margin-top: 30px;\n        color: #8a6d1d;\n        font-size: 24px;\n    }\n\n    .highlight-box {\n        background: #fffdf6;\n        padding: 20px;\n        border-left: 6px solid #d4af37;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 26px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 22px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eNatural Honey\u003c\/h1\u003e\n        \u003cp\u003e\u003cstrong\u003e100% Pure \u0026amp; Organic Honey\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Honey is the 100% pure honey collected from the lap of nature. \n            Responsibly sourced, thoroughly tested, and minimally processed organic honey. \n            Lifestyle Natural Honey contains a greater variety of organic ingredients, flavors, and textures, \n            resulting in a more full-bodied and delectable taste.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Start your day right and use Lifestyle Natural Honey as a healthy alternative to processed sugars.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage:\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eUse as a healthier sweetener\u003c\/li\u003e\n        \u003cli\u003eMix with warm water, milk, tea or coffee\u003c\/li\u003e\n        \u003cli\u003eIts enzymes and trace minerals boost the effectiveness of edibles it is mixed with\u003c\/li\u003e\n        \u003cli\u003eSafe for all age groups\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"80g  (JAR)","offer_id":50023453360430,"sku":"","price":153.0,"currency_code":"PKR","in_stock":true},{"title":"250g (PET)","offer_id":50023453393198,"sku":"","price":360.0,"currency_code":"PKR","in_stock":true},{"title":"400g (JAR)","offer_id":50845999890734,"sku":null,"price":562.5,"currency_code":"PKR","in_stock":true},{"title":"500g (PET)","offer_id":50023453491502,"sku":"","price":693.0,"currency_code":"PKR","in_stock":true},{"title":"1kg  (PET\/JAR)","offer_id":50023453524270,"sku":"","price":1296.0,"currency_code":"PKR","in_stock":true},{"title":"3 kg","offer_id":50564122476846,"sku":null,"price":3456.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0024_1.jpg?v=1751973825"},{"product_id":"rose-water-arq-e-gulaab-spray","title":"Rose Water (Arq-e-Gulaab) Spray","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.7;\n        color: #333;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff5f8, #ffdce6);\n        padding: 40px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n        border: 1px solid #f5b6c8;\n    }\n\n    .hero h1 {\n        color: #b03060;\n        margin: 0;\n        font-size: 36px;\n    }\n\n    .hero h3 {\n        margin: 10px 0;\n        font-weight: normal;\n        color: #555;\n        font-size: 18px;\n    }\n\n    h2 {\n        margin-top: 30px;\n        color: #b03060;\n        font-size: 24px;\n    }\n\n    .highlight-box {\n        background: #fff8fb;\n        padding: 20px;\n        border-left: 6px solid #e75480;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    .benefits-list {\n        columns: 2;\n        list-style: square;\n        padding-left: 20px;\n        margin-top: 10px;\n    }\n\n    .suggested-use {\n        background: #f9f9f9;\n        padding: 20px;\n        border-radius: 8px;\n        margin-top: 20px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 26px;\n        }\n\n        .hero h3 {\n            font-size: 16px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .benefits-list {\n            columns: 1;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 22px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Rose Water\u003c\/h1\u003e\n        \u003ch3\u003e100% Pure Natural Organic Rose Water\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eAlcohol Free • Glycerin Free • Non-Oily\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003ch2\u003eKey Highlights\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003e100% Pure \u0026amp; Natural Organic Rose Water\u003c\/li\u003e\n            \u003cli\u003eAlcohol Free \u0026amp; Non-Oily Formula\u003c\/li\u003e\n            \u003cli\u003eSuitable for All Skin Types\u003c\/li\u003e\n            \u003cli\u003eSweet Natural Fragrance\u003c\/li\u003e\n            \u003cli\u003eSkincare, Medicinal \u0026amp; Culinary Uses\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eProduct Description\u003c\/h2\u003e\n    \u003cp\u003e\n        Lifestyle Rose Water is 100% pure natural organic rose water. It is widely used as a natural perfume due to its sweet floral scent and also offers medicinal and culinary benefits.\n        This alcohol-free, glycerin-free, and non-oily liquid provides excellent skincare support.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n        Rose water hydrates, refreshes, and revitalizes the skin while being gentle enough for even the most sensitive skin types.\n        It is a versatile beauty and wellness essential for daily use.\n    \u003c\/p\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003eHydrates, revitalizes \u0026amp; moisturizes skin\u003c\/li\u003e\n        \u003cli\u003eAnti-aging support\u003c\/li\u003e\n        \u003cli\u003eReduces wrinkles \u0026amp; lightens dark spots\u003c\/li\u003e\n        \u003cli\u003eTightens pores naturally\u003c\/li\u003e\n        \u003cli\u003eDrink as a mood enhancer\u003c\/li\u003e\n        \u003cli\u003eHelps relieve stress \u0026amp; depression\u003c\/li\u003e\n        \u003cli\u003eActs as a natural hair conditioner\u003c\/li\u003e\n        \u003cli\u003eSupports healthy hair growth\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"suggested-use\"\u003e\n        \u003ch2\u003eInstructions\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n            \u003cli\u003eProtect from light \u0026amp; heat.\u003c\/li\u003e\n            \u003cli\u003eShake well before use.\u003c\/li\u003e\n            \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n            \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e This product may contain suspended particles which are active ingredients and can be consumed after shaking.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"120 ml","offer_id":51186509414702,"sku":null,"price":162.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/rose_spry_01.jpg?v=1751629002"},{"product_id":"coconut-oil-roghan-e-naryal","title":"Coconut Oil (Roghan-e-Naryal)","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #ede7f6, #b39ddb);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    .hero p {\n        margin-top: 10px;\n        font-size: 18px;\n        font-weight: bold;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #9575cd;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #f3e5f5;\n        padding: 20px;\n        border-left: 6px solid #7e57c2;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Coconut Oil (Roghan-e-Naryal)\u003c\/h1\u003e\n        \u003cp\u003e100% Natural \u0026amp; Extra Virgin\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Coconut Oil (Roghan-e-Naryal) is 100% natural and extra virgin oil \n            known for its nourishing and restorative properties. It helps improve hair strength, \n            supports healthy skin, and boosts overall energy levels.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eUse as a leave-in conditioner for dry hair.\u003c\/li\u003e\n        \u003cli\u003eAdd strength and elasticity to hair.\u003c\/li\u003e\n        \u003cli\u003eHelps improve skin issues and restore natural color.\u003c\/li\u003e\n        \u003cli\u003eMay improve energy by increasing metabolism.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eMassage the Lifestyle Coconut Oil onto your scalp.\u003c\/li\u003e\n        \u003cli\u003eUse overnight for better penetration.\u003c\/li\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light and heat.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"Default Title","offer_id":50000997384494,"sku":null,"price":495.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0054_1.jpg?v=1750766333"},{"product_id":"rose-water-spray-arq-e-gulaab","title":"Rose Water  (Arq-e-Gulaab)","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.7;\n        color: #333;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff5f8, #ffdce6);\n        padding: 40px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n        border: 1px solid #f5b6c8;\n    }\n\n    .hero h1 {\n        color: #b03060;\n        margin: 0;\n        font-size: 36px;\n    }\n\n    .hero h3 {\n        margin: 10px 0;\n        font-weight: normal;\n        color: #555;\n        font-size: 18px;\n    }\n\n    h2 {\n        margin-top: 30px;\n        color: #b03060;\n        font-size: 24px;\n    }\n\n    .highlight-box {\n        background: #fff8fb;\n        padding: 20px;\n        border-left: 6px solid #e75480;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    .benefits-list {\n        columns: 2;\n        list-style: square;\n        padding-left: 20px;\n        margin-top: 10px;\n    }\n\n    .suggested-use {\n        background: #f9f9f9;\n        padding: 20px;\n        border-radius: 8px;\n        margin-top: 20px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 26px;\n        }\n\n        .hero h3 {\n            font-size: 16px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .benefits-list {\n            columns: 1;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 22px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eRose Water (Arq-e-Gulaab)\u003c\/h1\u003e\n        \u003ch3\u003e100% Pure Natural Organic Rose Water\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eAlcohol Free • Non-Oily • Glycerin Free\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n        \u003cp\u003e\n            Lifestyle Rose Water is 100% Pure Natural ORGANIC ROSE WATER. \n            It is used as a perfume due to its sweet scent and also has medicinal and culinary values.\n            This alcohol-free, non-oily and glycerin-free liquid offers exceptional skincare benefits.\n            Suitable for all skin types including the most sensitive skin.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003eHelps hydrate, revitalize and moisturize the skin\u003c\/li\u003e\n        \u003cli\u003eProvides anti-aging support\u003c\/li\u003e\n        \u003cli\u003eReduces wrinkles, lightens dark spots and tightens pores\u003c\/li\u003e\n        \u003cli\u003eDrink as a mood enhancer to relieve stress or depression\u003c\/li\u003e\n        \u003cli\u003eWorks as a natural conditioner\u003c\/li\u003e\n        \u003cli\u003eRevitalizes and supports healthy hair growth\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"suggested-use\"\u003e\n        \u003ch2\u003eInstructions\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003eStore at room temperature\u003c\/li\u003e\n            \u003cli\u003eProtect from light \u0026amp; heat\u003c\/li\u003e\n            \u003cli\u003eShake well before use\u003c\/li\u003e\n            \u003cli\u003eTighten the cap after use\u003c\/li\u003e\n            \u003cli\u003eKeep out of reach of children\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n            \u003cstrong\u003eDisclaimer:\u003c\/strong\u003e This product may contain suspended particles which are active ingredients \n            and can be consumed after shaking.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"120 ml","offer_id":50564151607598,"sku":"","price":90.0,"currency_code":"PKR","in_stock":true},{"title":"250 ml","offer_id":50564151673134,"sku":"","price":162.0,"currency_code":"PKR","in_stock":true},{"title":"430 ml","offer_id":50564151705902,"sku":"","price":180.0,"currency_code":"PKR","in_stock":true},{"title":"800 ml","offer_id":50564151738670,"sku":"","price":270.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0013_43d661d2-6c42-464d-ab1d-f175804f1a8e.jpg?v=1751628135"},{"product_id":"vaso-jell-almond","title":"Vaso Jell Almond","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #f5deb3, #c68642);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #c68642;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #fff5e6;\n        padding: 20px;\n        border-left: 6px solid #c68642;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 15px;\n    }\n\n    table, th, td {\n        border: 1px solid #ccc;\n    }\n\n    th, td {\n        padding: 10px;\n        text-align: left;\n        color: #000;\n    }\n\n    th {\n        background-color: #fdf0d5;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Vaso Jell (Almond)\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Vaso Jell with Almond extract helps your skin stay nourished and moisturized. \n            It is easily absorbed and helps protect skin from environmental aggressors while gently soothing it. \n            Its beneficial ingredients quickly begin to help soothe sensitive skin.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eKeeps skin healthy looking and glowing all day.\u003c\/li\u003e\n        \u003cli\u003eRapidly absorbed and balances the moisture level in the skin.\u003c\/li\u003e\n        \u003cli\u003eUseful for dull skin, severely dry skin, and dry scaly skin.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDirections\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eApply as needed.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eFor external use only.\u003c\/li\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light and heat.\u003c\/li\u003e\n        \u003cli\u003eWhen using this product, do not get into eyes.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003ePack Size\u003c\/h2\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003cth\u003eBar Code \/ GTIN No.\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e100 gm\u003c\/td\u003e\n            \u003ctd\u003e8964000014813\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"Default Title","offer_id":50001009475886,"sku":null,"price":180.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0043.jpg?v=1750751422"},{"product_id":"vaso-jell-aloe-vera","title":"Vaso Jell Aloe Vera","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #d0f0d0, #4caf50);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #4caf50;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #f1fff1;\n        padding: 20px;\n        border-left: 6px solid #4caf50;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 15px;\n    }\n\n    table, th, td {\n        border: 1px solid #ccc;\n    }\n\n    th, td {\n        padding: 10px;\n        text-align: left;\n        color: #000;\n    }\n\n    th {\n        background-color: #e8f5e9;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Vaso Jell (Aloe Vera)\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Vaso Jelly with Aloe Vera is a long-lasting lubricant that smooths and protects \n            rough and dry skin. It keeps your skin fresh and hydrated round the clock. \n            It is non-greasy and amazingly gentle on your skin.\n        \u003c\/p\u003e\n        \u003cp\u003e\n            Lifestyle Vaso Jell has been three-way refined to ensure the maximum possible quality.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eKeeps skin soft, smooth, and glowing.\u003c\/li\u003e\n        \u003cli\u003eHelps replenish skin’s natural moisture.\u003c\/li\u003e\n        \u003cli\u003eUseful for dry, itchy, and cracked skin.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDirections\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eApply as needed.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eFor external use only.\u003c\/li\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light and heat.\u003c\/li\u003e\n        \u003cli\u003eWhen using this product, avoid contact with eyes.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003ePack Size\u003c\/h2\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003cth\u003eBar Code \/ GTIN No.\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e100 gm\u003c\/td\u003e\n            \u003ctd\u003e8964000014790\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"Default Title","offer_id":50001010753838,"sku":null,"price":180.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0042.jpg?v=1750751270"},{"product_id":"vaso-jell-baby","title":"Vaso Jell Baby","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #ffe0f0, #ffb6d9);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #ffb6d9;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #fff3fa;\n        padding: 20px;\n        border-left: 6px solid #ffb6d9;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 15px;\n    }\n\n    table, th, td {\n        border: 1px solid #ccc;\n    }\n\n    th, td {\n        padding: 10px;\n        text-align: left;\n        color: #000;\n    }\n\n    th {\n        background-color: #ffeaf5;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Baby Jell\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Baby Jell with light baby powder fragrance protects your baby’s delicate skin, \n            provides soothing relief, and effectively treats diaper rash. Its natural ingredients \n            protect the skin barrier and preserve the cellular richness of the skin.\n        \u003c\/p\u003e\n        \u003cp\u003e\n            Lifestyle Baby Jell is a pediatrician recommended brand that brings immediate and \n            lasting comfort to your baby’s skin.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eForms a protective barrier to keep out moisture and protect your baby’s skin.\u003c\/li\u003e\n        \u003cli\u003eSoothes discomfort from diaper rash and restores softness.\u003c\/li\u003e\n        \u003cli\u003eUseful for chafing, rawness, or rough skin.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDirections\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eChange diapers frequently to avoid irritations and rashes.\u003c\/li\u003e\n        \u003cli\u003eApply Lifestyle Baby Jell with every diaper change to protect skin from wetness, acidity, and chafing.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eFor external use only.\u003c\/li\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light and heat.\u003c\/li\u003e\n        \u003cli\u003eWhen using this product, avoid contact with eyes.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003ePack Size\u003c\/h2\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003cth\u003eBar Code \/ GTIN No.\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e100 gm\u003c\/td\u003e\n            \u003ctd\u003e8964000014783\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"Default Title","offer_id":50001011999022,"sku":null,"price":180.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0045.jpg?v=1750751534"},{"product_id":"vaso-jell-lemon","title":"Vaso Jell Lemon","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff9c4, #fbc02d);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #fbc02d;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #fffde7;\n        padding: 20px;\n        border-left: 6px solid #fbc02d;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 15px;\n    }\n\n    table, th, td {\n        border: 1px solid #ccc;\n    }\n\n    th, td {\n        padding: 10px;\n        text-align: left;\n        color: #000;\n    }\n\n    th {\n        background-color: #fff8e1;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eLifestyle Vaso Jell (Lemon)\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Vaso Jell with Lemon extract helps to moisturize deeply from the first application \n            for noticeably healthier looking skin. It is enriched with antioxidants and Vitamin C that \n            help protect your skin from sun damage and aging.\n        \u003c\/p\u003e\n        \u003cp\u003e\n            Lifestyle Vaso Jell with Lemon keeps your skin soft and supple, leaving it free from acne, \n            spots, and dark circles.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eCleanses and smoothens your skin all day long.\u003c\/li\u003e\n        \u003cli\u003eProvides intense moisturization and hydration.\u003c\/li\u003e\n        \u003cli\u003eDistinctive lemon fragrance keeps you feeling fresh and vibrant.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDirections\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eApply as needed.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eFor external use only.\u003c\/li\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light and heat.\u003c\/li\u003e\n        \u003cli\u003eWhen using this product, avoid contact with eyes.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003ePack Size\u003c\/h2\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003cth\u003eBar Code \/ GTIN No.\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e100 gm\u003c\/td\u003e\n            \u003ctd\u003e8964000014806\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"Default Title","offer_id":50001013113134,"sku":null,"price":180.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0044.jpg?v=1750751476"},{"product_id":"almond-oil-roghan-e-badaam","title":"Almond Oil (Roghan-e-Badaam)","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #f8e7c4, #e0b96d);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #e0b96d;\n        padding-bottom: 5px;\n    }\n\n    .highlight-box {\n        background: #fff9ec;\n        padding: 20px;\n        border-left: 6px solid #e0b96d;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eAlmond Oil (Roghan-e-Badaam)\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Almond Oil (Roghan-e-Badaam) is a rich natural oil known for its nourishing,\n            strengthening and revitalizing properties for hair, skin and overall wellness.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eEffective for dry cough and improving eyesight.\u003c\/li\u003e\n        \u003cli\u003ePromotes soft and nourished skin.\u003c\/li\u003e\n        \u003cli\u003eRich source of Vitamin-E.\u003c\/li\u003e\n        \u003cli\u003eGives you shiny, healthy hair.\u003c\/li\u003e\n        \u003cli\u003eReduces hair loss, itching and fights dark circles.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light \u0026amp; heat.\u003c\/li\u003e\n        \u003cli\u003eShake well before use.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"100 ml","offer_id":50566607405358,"sku":"","price":1098.0,"currency_code":"PKR","in_stock":true},{"title":"50 ml","offer_id":50566607372590,"sku":"","price":603.0,"currency_code":"PKR","in_stock":true},{"title":"25 ml","offer_id":50566607339822,"sku":"","price":319.5,"currency_code":"PKR","in_stock":true},{"title":"10 ml","offer_id":50566607307054,"sku":"","price":144.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0017_2_-_Copy.jpg?v=1771822685"},{"product_id":"castor-oil-origin","title":"Castor Oil (Origin)","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #f2efe6, #c7b299);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    .tagline {\n        margin-top: 10px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #c7b299;\n        padding-bottom: 5px;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eCastor Oil (Origin)\u003c\/h1\u003e\n        \u003cdiv class=\"tagline\"\u003e100% Natural \u0026amp; Cold Pressed\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eNatural \u0026amp; powerful laxative.\u003c\/li\u003e\n        \u003cli\u003eMoisturizer for the skin and hair.\u003c\/li\u003e\n        \u003cli\u003eStimulates hair growth and helps reduce hair loss.\u003c\/li\u003e\n        \u003cli\u003eHelps fight scalp infections, dandruff \u0026amp; split ends.\u003c\/li\u003e\n        \u003cli\u003eStrengthens nails and cuticles.\u003c\/li\u003e\n        \u003cli\u003eSupports growth of longer eyelashes.\u003c\/li\u003e\n        \u003cli\u003eAnti-aging action against wrinkles and facial lines.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eInstructions\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eStore at room temperature.\u003c\/li\u003e\n        \u003cli\u003eProtect from light \u0026amp; heat.\u003c\/li\u003e\n        \u003cli\u003eShake well before use.\u003c\/li\u003e\n        \u003cli\u003eTighten the cap after use.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"100 ml","offer_id":50566612255022,"sku":"","price":459.0,"currency_code":"PKR","in_stock":true},{"title":"50 ml","offer_id":50566612222254,"sku":"","price":247.5,"currency_code":"PKR","in_stock":true},{"title":"25 ml","offer_id":50566612189486,"sku":"","price":130.5,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/castor_oil_copy.jpg?v=1753793414"},{"product_id":"olive-oil-roghan-e-zaitoon","title":"Olive Oil (Roghan-e-Zaitoon)","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.8;\n        color: #000;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #e6f0d4, #a3c76d);\n        padding: 45px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .hero h1 {\n        margin: 0;\n        font-size: 34px;\n        color: #000;\n    }\n\n    .tagline {\n        margin-top: 10px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    h2 {\n        margin-top: 35px;\n        font-size: 22px;\n        color: #000;\n        border-bottom: 2px solid #a3c76d;\n        padding-bottom: 5px;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 24px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eOlive Oil (Roghan-e-Zaitoon)\u003c\/h1\u003e\n        \u003cdiv class=\"tagline\"\u003e100% Natural \u0026amp; Extra Virgin\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eReduces gum disease and acts as a toothache remedy.\u003c\/li\u003e\n        \u003cli\u003eSoothes inflammation of the mouth.\u003c\/li\u003e\n        \u003cli\u003eFantastic source of antioxidants and healthy fats.\u003c\/li\u003e\n        \u003cli\u003eCooking with olive oil makes your food more nutritious.\u003c\/li\u003e\n        \u003cli\u003ePerfect for drizzling on hummus, pasta, cooked food, and salad dressings.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"25 ml","offer_id":50566625427758,"sku":"","price":130.5,"currency_code":"PKR","in_stock":true},{"title":"50 ml","offer_id":50566625460526,"sku":"","price":247.5,"currency_code":"PKR","in_stock":true},{"title":"100 ml","offer_id":50566625493294,"sku":"","price":459.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/oliveoilcopy_1.jpg?v=1753793630"},{"product_id":"rose-water-arq-e-gulaab-dropper","title":"Rose Water  (Arq-e-Gulaab) Dropper","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.7;\n        color: #333;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff5f8, #ffdce6);\n        padding: 40px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n        border: 1px solid #f5b6c8;\n    }\n\n    .hero h1 {\n        color: #b03060;\n        margin: 0;\n        font-size: 36px;\n    }\n\n    .hero h3 {\n        margin: 10px 0;\n        font-weight: normal;\n        color: #555;\n        font-size: 18px;\n    }\n\n    h2 {\n        margin-top: 30px;\n        color: #b03060;\n        font-size: 24px;\n    }\n\n    .highlight-box {\n        background: #fff8fb;\n        padding: 20px;\n        border-left: 6px solid #e75480;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    .benefits-list {\n        columns: 2;\n        list-style: square;\n        padding-left: 20px;\n        margin-top: 10px;\n    }\n\n    .suggested-use {\n        background: #f9f9f9;\n        padding: 20px;\n        border-radius: 8px;\n        margin-top: 20px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 26px;\n        }\n\n        .hero h3 {\n            font-size: 16px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .benefits-list {\n            columns: 1;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 22px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eRose Water (Arq-e-Gulaab) Dropper\u003c\/h1\u003e\n        \u003ch3\u003e100% Pure Natural Organic Rose Water\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eAlcohol Free • Non-Oily • Glycerin Free\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Rose Water is 100% Pure Natural ORGANIC ROSE WATER. \n            Which is used as a perfume due to its sweet scent, also has medicinal and culinary values. \n            Lifestyle Rose Water is Alcohol Free and Non-Oily, Glycerin free liquid. \n            Rose water comes with great benefits when it comes to skincare. \n            Lifestyle Rose Water is suitable for all skin types including the most sensitive skin.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommend Usage:\u003c\/h2\u003e\n    \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003eRose water helps hydrate, revitalize and moisturize the Skin\u003c\/li\u003e\n        \u003cli\u003eAnti-Aging properties\u003c\/li\u003e\n        \u003cli\u003eFor reducing wrinkles, lightening dark spots and tightening pores\u003c\/li\u003e\n        \u003cli\u003eDrink Rose Water as a mood enhancer, to relieve depression or stress\u003c\/li\u003e\n        \u003cli\u003eRose Water works wonders as a natural conditioner and revitalizes hair growth\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"suggested-use\"\u003e\n        \u003ch2\u003eInstructions:\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003eStore at room Temperature\u003c\/li\u003e\n            \u003cli\u003eProtect from light \u0026amp; heat\u003c\/li\u003e\n            \u003cli\u003eShake well before use\u003c\/li\u003e\n            \u003cli\u003eTighten the cap after use\u003c\/li\u003e\n            \u003cli\u003eKeep out of reach of children\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n            \u003cstrong\u003eDisclaimer:\u003c\/strong\u003e This Product may contain suspended particles which are active ingredients \n            and can be consumed after shaking.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"50ml","offer_id":50845974495534,"sku":null,"price":63.0,"currency_code":"PKR","in_stock":true},{"title":"25ml","offer_id":50845974462766,"sku":null,"price":40.5,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/droper.jpg?v=1751629232"},{"product_id":"natural-honey-glass","title":"Natural Honey Glass","description":"\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    .product-container {\n        font-family: Arial, sans-serif;\n        line-height: 1.7;\n        color: #333;\n        width: 100%;\n        max-width: 1200px;\n        margin: auto;\n        padding: 20px;\n    }\n\n    .hero {\n        background: linear-gradient(135deg, #fff8e1, #f7d774);\n        padding: 40px 20px;\n        border-radius: 10px;\n        text-align: center;\n        margin-bottom: 30px;\n        border: 1px solid #e0c15c;\n    }\n\n    .hero h1 {\n        color: #7a5c00;\n        margin: 0;\n        font-size: 36px;\n    }\n\n    h2 {\n        margin-top: 30px;\n        color: #7a5c00;\n        font-size: 24px;\n    }\n\n    .highlight-box {\n        background: #fffdf5;\n        padding: 20px;\n        border-left: 6px solid #d4af37;\n        border-radius: 8px;\n        margin: 20px 0;\n    }\n\n    ul {\n        padding-left: 20px;\n        line-height: 1.8;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 26px;\n        }\n\n        h2 {\n            font-size: 20px;\n        }\n\n        .product-container {\n            padding: 15px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 22px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eNatural Honey Glass\u003c\/h1\u003e\n        \u003cp\u003e\u003cstrong\u003e100% Pure \u0026amp; Organic Honey\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n        \u003cp\u003e\n            Lifestyle Honey is the 100% pure honey collected from the lap of Nature. \n            Responsibly sourced, thoroughly tested and minimally processed organic honey. \n            Lifestyle Natural Honey contains a greater variety of organic ingredients, \n            flavors and textures, resulting in a more full-bodied, delectable taste.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Start your day right and use Lifestyle Natural Honey as an alternative to processed sugars.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eRecommended Usage:\u003c\/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eAs a healthier sweetener with warm water, milk, tea or coffee\u003c\/li\u003e\n        \u003cli\u003eIts enzymes and trace minerals boost the effectiveness of edibles it is mixed with\u003c\/li\u003e\n        \u003cli\u003eSafe for all age groups\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n\u003c\/div\u003e\n","brand":"Lifestyle International (Pvt.) Limited","offers":[{"title":"300g(Glass)","offer_id":50845983703342,"sku":null,"price":486.0,"currency_code":"PKR","in_stock":true},{"title":"400g(Glass)","offer_id":50845983736110,"sku":null,"price":562.5,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0931\/8914\/4878\/files\/IMG_0032_1.jpg?v=1751974049"}],"url":"https:\/\/www.lifestyle.com.pk\/collections\/tag-12.oembed?page=2","provider":"Lifestyle International (Pvt.) Limited","version":"1.0","type":"link"}