{"title":"All products","description":"","products":[{"product_id":"infinity","title":"Infinity - Man","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eInfinity Perfume\u003c\/title\u003e\n    \u003cstyle\u003e\n        .infinity-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .infinity-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .infinity-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .infinity-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .infinity-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .infinity-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .infinity-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .infinity-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .infinity-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .infinity-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .infinity-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .infinity-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .infinity-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .infinity-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .infinity-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .infinity-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .infinity-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .infinity-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .infinity-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .infinity-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .infinity-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .infinity-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .infinity-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .infinity-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .infinity-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .infinity-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"infinity-perfume-section\"\u003e\n        \u003cdiv class=\"perfume-body\"\u003e\n            \u003cdiv class=\"description-container\"\u003e\n                \u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n                \u003ch1 class=\"product-title\"\u003eInfinity\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003eMen\u003c\/p\u003e\n                \u003cdiv class=\"main-description\"\u003e\n                    Discover the fragrance that embodies the power of your presence and elegance wherever you go.\u003cbr\u003e\u003cbr\u003eDesigned for the bold man who leaves a lasting impression with every step.\n                \u003c\/div\u003e\n                \u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n                \u003cdiv class=\"ingredients-grid\"\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eAquatic Aroma\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eFresh Spicy\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eSweet Amber\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWhite Floral\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"note-descriptions\"\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eAquatic Aroma –\u003c\/span\u003e A refreshing touch reminiscent of the sea breeze\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eFresh Spicy –\u003c\/span\u003e A light spicy note that adds energy and vitality\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eSweet Amber –\u003c\/span\u003e An attractive warmth that leaves a distinctive impression\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWhite Floral –\u003c\/span\u003e A soft touch that balances the perfume and adds elegance\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223746052132,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223746084900,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223746117668,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/0000000.png?v=1775437092"},{"product_id":"infinity-man-copy","title":"Fusion - Man","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFusion Perfume\u003c\/title\u003e\n    \u003cstyle\u003e\n        .fusion-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .fusion-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .fusion-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .fusion-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .fusion-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .fusion-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .fusion-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .fusion-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .fusion-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .fusion-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .fusion-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .fusion-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .fusion-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .fusion-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .fusion-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .fusion-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .fusion-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .fusion-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .fusion-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .fusion-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .fusion-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .fusion-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .fusion-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .fusion-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .fusion-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .fusion-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"fusion-perfume-section\"\u003e\n        \u003cdiv class=\"perfume-body\"\u003e\n            \u003cdiv class=\"description-container\"\u003e\n                \u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n                \u003ch1 class=\"product-title\"\u003eFusion\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003eMen\u003c\/p\u003e\n                \u003cdiv class=\"main-description\"\u003e\n                    The perfect fragrance for the man who leaves an unforgettable impression. A captivating blend of warm spices and rich woody notes, enveloped by a sweet touch of vanilla that adds a luxurious and alluring character. A scent that embodies strength and charisma in every use.\n                \u003c\/div\u003e\n                \u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n                \u003cdiv class=\"ingredients-grid\"\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWarm Spicy\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eSoft Spicy\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eAmber\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eSweet Vanilla\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWoody\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"note-descriptions\"\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWarm Spicy –\u003c\/span\u003e Adds a warm and masculine feeling, giving the perfume a bold and exciting character\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eSoft Spicy –\u003c\/span\u003e A light spice touch that balances the perfume, making it soft and elegant\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eAmber –\u003c\/span\u003e A warm and sensual note that adds depth and mystery to the scent\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eSweet Vanilla –\u003c\/span\u003e A luxurious sweet touch that makes the perfume attractive and enchanting\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWoody –\u003c\/span\u003e A strong and elegant base that provides lasting hold and a distinctive masculine character\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223718297636,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223718330404,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223718363172,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Elegant-perfume-in-soft-light888.png?v=1775436914"},{"product_id":"laventure-man","title":"l'aventure - Man","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .laventure-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .laventure-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .laventure-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .laventure-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .laventure-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .laventure-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .laventure-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .laventure-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .laventure-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .laventure-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .laventure-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .laventure-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .laventure-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .laventure-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .laventure-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .laventure-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .laventure-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .laventure-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .laventure-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .laventure-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .laventure-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .laventure-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .laventure-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .laventure-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .laventure-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .laventure-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"laventure-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eL'aventure\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eMen\u003c\/p\u003e\n\u003cdiv class=\"main-description\"\u003eA unique experience that begins with refreshing citrus notes, then transitions into a warm heart of spices and leather, and finishes with a deep, captivating woody base.\u003cbr\u003e\u003cbr\u003ePerfect for the bold man who loves to leave a lasting impression wherever he goes.\u003cbr\u003e\u003cbr\u003eAn elegant blend of strength and allure, this is a concentrated fragrance — offering intense longevity and powerful projection.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eFresh Spicy\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eWarm Spicy\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eWoody\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eLeather\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eCitrus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-descriptions\"\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eFresh Spicy –\u003c\/span\u003e A refreshing spice note that adds a touch of energy and boldness\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eWarm Spicy –\u003c\/span\u003e The warmth of spices enhances the elegant masculine character\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eWoody –\u003c\/span\u003e A woody touch that provides strength and lasting hold\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eLeather –\u003c\/span\u003e The scent of leather adds depth and luxury\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eCitrus –\u003c\/span\u003e A citrusy note that provides an initial refreshing sensation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223709155364,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223709188132,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223709220900,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Elegant-perfume-in-soft-light.png?v=1775436482"},{"product_id":"skyline-woman","title":"Skyline - Woman","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .skyline-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .skyline-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .skyline-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .skyline-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .skyline-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .skyline-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .skyline-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .skyline-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .skyline-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .skyline-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .skyline-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .skyline-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .skyline-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .skyline-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .skyline-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .skyline-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .skyline-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .skyline-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .skyline-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .skyline-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .skyline-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .skyline-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .skyline-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .skyline-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .skyline-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .skyline-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"skyline-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eSkyline\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eWomen\u003c\/p\u003e\n\u003cdiv class=\"main-description\"\u003eA fragrance made for the woman who loves to be noticed without saying a word.\u003cbr\u003e\u003cbr\u003eIt opens with soft notes of rose and sweet amber, unfolding into a luxurious heart of vanilla and oud wood, and finishes with a captivating oriental base that lingers in memory.\u003cbr\u003e\u003cbr\u003eElegant, bold, and delicate all at once — just like the woman who wears it.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eFloral\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eSweet Amber\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eVanilla\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eOud\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eOther Notes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-descriptions\"\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eFloral:\u003c\/span\u003e A soft feminine touch that adds freshness and elegance to the fragrance.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eSweet Amber:\u003c\/span\u003e Adds an irresistible allure, leaving a memorable impression.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eVanilla:\u003c\/span\u003e Brings a smooth, warm charm that balances boldness with femininity.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eOud:\u003c\/span\u003e A luxurious oriental note that gives depth and long-lasting strength.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eOther Notes:\u003c\/span\u003e Such as musk or a subtle powdery touch, enhancing longevity while adding softness and sophistication.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223692902436,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223692935204,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223692967972,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/54555555.png?v=1775435606"},{"product_id":"midnight-bloom-woman","title":"Midnight Bloom - Woman","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .midnight-bloom-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .midnight-bloom-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .midnight-bloom-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .midnight-bloom-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .midnight-bloom-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .midnight-bloom-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .midnight-bloom-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .midnight-bloom-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .midnight-bloom-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .midnight-bloom-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .midnight-bloom-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .midnight-bloom-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .midnight-bloom-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .midnight-bloom-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .midnight-bloom-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .midnight-bloom-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .midnight-bloom-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .midnight-bloom-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .midnight-bloom-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .midnight-bloom-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .midnight-bloom-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .midnight-bloom-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .midnight-bloom-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .midnight-bloom-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .midnight-bloom-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .midnight-bloom-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"midnight-bloom-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eMidnight Bloom\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eWomen\u003c\/p\u003e\n\u003cdiv class=\"main-description\"\u003eA breath of enchanting femininity, alive with elegance and allure.\u003cbr\u003e\u003cbr\u003eThis fragrance is designed to be your perfect companion in every moment, from intimate gatherings to dreamy nights.\u003cbr\u003e\u003cbr\u003eA perfect blend of softness and warmth, leaving an unforgettable impression wherever you go.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eSweet Floral\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eSweet Vanilla \u0026amp; Warm Spicy\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eWoody \u0026amp; Fruity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-descriptions\"\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eSweet Floral –\u003c\/span\u003e Opens the fragrance with an instantly captivating charm\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eSweet Vanilla \u0026amp; Warm Spicy –\u003c\/span\u003e Blends sweet vanilla with soft spices for an irresistible feminine depth\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eBase notes of Woody \u0026amp; Fruity –\u003c\/span\u003e A refined blend of soft fruits and rich woods, adding elegance and long-lasting sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223668817956,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223668850724,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223668883492,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Midnight_Bloom_perfume_bottle_close-up.png?v=1775434636"},{"product_id":"rose-quartz-unisex","title":"Rose Quartz - Unisex","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eRose Quartz Perfume\u003c\/title\u003e\n    \u003cstyle\u003e\n        .rose-quartz-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .rose-quartz-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .rose-quartz-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .rose-quartz-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .rose-quartz-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .rose-quartz-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n        }\n\n        .rose-quartz-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n        }\n\n        .rose-quartz-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n        }\n\n        .rose-quartz-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n        }\n\n        .rose-quartz-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n        }\n\n        .rose-quartz-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .rose-quartz-perfume-section .ingredient-tag {\n            background: rgba(210, 153, 173, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .rose-quartz-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-2px);\n        }\n\n        .rose-quartz-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .rose-quartz-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .rose-quartz-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .rose-quartz-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .rose-quartz-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .rose-quartz-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .rose-quartz-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .rose-quartz-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .rose-quartz-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .rose-quartz-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .rose-quartz-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .rose-quartz-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .rose-quartz-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .rose-quartz-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"rose-quartz-perfume-section\"\u003e\n        \u003cdiv class=\"perfume-body\"\u003e\n            \u003cdiv class=\"description-container\"\u003e\n                \u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n                \u003ch1 class=\"product-title\"\u003eRose Quartz\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003eUnisex\u003c\/p\u003e\n                \u003cdiv class=\"main-description\"\u003e\n                    An elegant and warm fragrance that blends both bold and soft spices — perfect for those who appreciate uniqueness.\u003cbr\u003e\u003cbr\u003eJust one spray reveals a rich, warm aroma with a vibrant touch and subtle hints of cinnamon.\n                \u003c\/div\u003e\n                \u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n                \u003cdiv class=\"ingredients-grid\"\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWarm Spices\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eSoft Vanilla\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWarm Fruity Notes\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eCinnamon\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"note-descriptions\"\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWarm Spices:\u003c\/span\u003e Impart a sense of warmth and allure to the fragrance\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eSoft Vanilla:\u003c\/span\u003e A gentle touch that adds sweetness and comfort\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWarm Fruity Notes:\u003c\/span\u003e Refreshing hints that bring vitality and lightness\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eCinnamon:\u003c\/span\u003e Adds a distinctive character with a subtle, warm nuance\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223605379108,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223605411876,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223605444644,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Rose_Quartz_perfume_bottle_close-up.png?v=1775434253"},{"product_id":"rose-quartz-unisex-copy","title":"Lumière - Unisex","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eLumière Perfume\u003c\/title\u003e\n    \u003cstyle\u003e\n        .lumiere-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .lumiere-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .lumiere-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .lumiere-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .lumiere-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .lumiere-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .lumiere-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .lumiere-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .lumiere-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .lumiere-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .lumiere-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .lumiere-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .lumiere-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .lumiere-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .lumiere-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .lumiere-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .lumiere-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto 30px auto;\n        }\n\n        .lumiere-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .lumiere-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .lumiere-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        .lumiere-perfume-section .closing-statement {\n            font-size: 16px;\n            color: #666;\n            font-style: italic;\n            text-align: center;\n            margin-top: 20px;\n            padding: 20px;\n            background: rgba(247, 145, 184, 0.03);\n            border-radius: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .lumiere-perfume-section .closing-statement:hover {\n            background: rgba(247, 145, 184, 0.08);\n            transform: translateY(-2px);\n        }\n\n        @media (max-width: 768px) {\n            .lumiere-perfume-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .lumiere-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .lumiere-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .lumiere-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .lumiere-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"lumiere-perfume-section\"\u003e\n        \u003cdiv class=\"perfume-body\"\u003e\n            \u003cdiv class=\"description-container\"\u003e\n                \u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n                \u003ch1 class=\"product-title\"\u003eLumière\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003eUnisex\u003c\/p\u003e\n                \u003cdiv class=\"main-description\"\u003e\n                    A fragrance that captivates the senses and leaves an unforgettable impression – more than just a perfume.\u003cbr\u003e\u003cbr\u003eFrom the very first moment, it enchants with warm amber notes that exude mysterious elegance. Refreshing and cozy spice touches weave through, adding a boost of confidence and allure, and it finishes on a soft woody base blended with \u003cstrong\u003edelicate white floral accords\u003c\/strong\u003e, leaving a refined and lasting signature for hours.\n                \u003c\/div\u003e\n                \u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n                \u003cdiv class=\"ingredients-grid\"\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eAmber\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWarm \u0026amp; Fresh Spices\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWoody\u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-tag\"\u003eWhite Floral\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"note-descriptions\"\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eAmber –\u003c\/span\u003e Warm and luxurious notes that exude sophistication\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWarm \u0026amp; Fresh Spices –\u003c\/span\u003e A balanced blend of spicy and fresh notes that energize the fragrance\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWoody –\u003c\/span\u003e Deep and long-lasting woody tones\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"note-item\"\u003e\n                        \u003cspan class=\"note-name\"\u003eWhite Floral –\u003c\/span\u003e Delicate white floral notes that add elegance and soft femininity\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"closing-statement\"\u003e\n                    A unisex fragrance designed for those who believe that true allure is measured by presence.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223569498148,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223569530916,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223569563684,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Lumiere_perfume_bottle_in_focus.png?v=1775433658"},{"product_id":"bikini-musk","title":"Bikini Musk","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .bikini-musk-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .bikini-musk-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .bikini-musk-section .musk-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 40px 20px;\n            width: 100%;\n        }\n\n        .bikini-musk-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .bikini-musk-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .bikini-musk-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .bikini-musk-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .bikini-musk-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .bikini-musk-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .bikini-musk-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .bikini-musk-section .benefits-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .bikini-musk-section .benefit-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .benefit-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .bikini-musk-section .closing-statement {\n            font-size: 16px;\n            color: #666;\n            text-align: center;\n            margin-top: 20px;\n            padding: 20px;\n            background: rgba(247, 145, 184, 0.03);\n            border-radius: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .bikini-musk-section .closing-statement:hover {\n            background: rgba(247, 145, 184, 0.08);\n            transform: translateY(-2px);\n        }\n\n        @media (max-width: 768px) {\n            .bikini-musk-section .description-container {\n                padding: 30px 25px;\n                margin: 20px;\n            }\n            \n            .bikini-musk-section .product-title {\n                font-size: 28px;\n            }\n            \n            .bikini-musk-section .main-description {\n                font-size: 16px;\n            }\n            \n            .bikini-musk-section .benefits-grid {\n                gap: 10px;\n            }\n            \n            .bikini-musk-section .benefit-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"bikini-musk-section\"\u003e\n\u003cdiv class=\"musk-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eBikini Musk\u003c\/h1\u003e\n\u003cdiv class=\"main-description\"\u003ePamper your skin in the most delicate areas with Bikini Musk — a gentle, luxurious formula that leaves you with lasting softness and a touch of irresistible femininity.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-tag\"\u003eDeep Hydration\u003c\/div\u003e\n\u003cdiv class=\"benefit-tag\"\u003eSilky-Smooth Texture\u003c\/div\u003e\n\u003cdiv class=\"benefit-tag\"\u003eLong-Lasting Clean Musky Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"closing-statement\"\u003ePerfect for daily use after a shower, it leaves the area soft and refreshed from the very first use. Ideal for brides or any woman who loves to care for the finer details of her femininity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"Default Title","offer_id":42524924248100,"sku":null,"price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/Frosted_pink_beauty_in_focus.png?v=1775434035"},{"product_id":"chantalle-woman-1","title":"Chantalle - Woman","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .chantalle-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .chantalle-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chantalle-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 0px 0px;\n            width: 100%;\n        }\n\n        .chantalle-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .chantalle-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .chantalle-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .chantalle-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .chantalle-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .chantalle-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .chantalle-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .chantalle-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .chantalle-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .chantalle-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .chantalle-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .chantalle-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .chantalle-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .chantalle-perfume-section .description-container {\n                padding: 0px 0px;\n                margin: 20px;\n            }\n            \n            .chantalle-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .chantalle-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .chantalle-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .chantalle-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"chantalle-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eChantalle\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eWomen\u003c\/p\u003e\n\u003cdiv class=\"main-description\"\u003eThe epitome of elegance and femininity in a single bottle. A fragrance that captivates the senses with a sweet fruity blend, harmonizing with soft powdery notes and musky touches that leave a warm and alluring trail.\u003cbr\u003e\u003cbr\u003eA perfume perfect for every woman seeking a unique touch that reflects her beauty and confidence.\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eFruity\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eSweet\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003ePowdery\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eMusky\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eWoody\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-descriptions\"\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eFruity –\u003c\/span\u003e Gives the perfume a fresh and joyful opening\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eSweet –\u003c\/span\u003e A sweet touch that adds softness and femininity\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003ePowdery –\u003c\/span\u003e A clean and warm sensation, like the feel of silk on skin\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eMusky –\u003c\/span\u003e Warm and attractive notes that stay on the skin and provide long-lasting hold\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eWoody –\u003c\/span\u003e A deep and elegant touch that adds luxury and warmth to the perfume\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43223546003492,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43223546036260,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43223546069028,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/ChatGPT_Image_Apr_6_2026_01_52_26_AM.png?v=1775433172"},{"product_id":"candy-girl","title":"Candy Girl","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .chantalle-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .chantalle-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chantalle-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 0px 0px;\n            width: 100%;\n        }\n\n        .chantalle-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .chantalle-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .chantalle-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .chantalle-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .chantalle-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .chantalle-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .chantalle-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .chantalle-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .chantalle-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .chantalle-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .chantalle-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .chantalle-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .chantalle-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .chantalle-perfume-section .description-container {\n                padding: 0px 0px;\n                margin: 20px;\n            }\n            \n            .chantalle-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .chantalle-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .chantalle-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .chantalle-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"chantalle-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eCandy Girl\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eWomen\u003c\/p\u003e\n\u003cdiv class=\"main-description\"\u003e\n\u003cp data-start=\"116\" data-end=\"217\"\u003eCandy Girl is a playful and dreamy fragrance made for girls who love to shine in their own sweet way.\u003c\/p\u003e\n\u003cp data-start=\"219\" data-end=\"507\"\u003eIt opens with juicy fruity notes blended with delicious sweet vanilla, giving a bright and happy first impression. Then soft coconut milk and creamy milky accords add a smooth, cozy touch. Finally, gentle powdery notes settle on the skin, leaving a soft and cute trail that lasts all day.\u003c\/p\u003e\n\u003cp data-start=\"509\" data-end=\"557\"\u003eLight, sweet, and full of charm — just like you.\u003c\/p\u003e\n\u003cp data-start=\"559\" data-end=\"619\"\u003eCandy Girl — fun, fresh, and beautifully unforgettable 💖🍭✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eFragrance Notes\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003esweet vanilla\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003efruity\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003ecoconut milk\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003eMilky Cream\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003ePowdery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-descriptions\"\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eSweet Vanilla –\u003c\/span\u003e Warm and sugary, adding a soft, comforting sweetness that feels feminine and addictive.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eFruity –\u003c\/span\u003e Juicy and vibrant notes that bring freshness, energy, and a playful youthful touch.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eCoconut Milk –\u003c\/span\u003e Creamy and smooth with a tropical warmth that feels soft and cozy on the skin.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003eMilky Cream –\u003c\/span\u003e Rich and velvety, giving the fragrance a gentle, comforting depth.\u003c\/div\u003e\n\u003cdiv class=\"note-item\"\u003e\n\u003cspan class=\"note-name\"\u003ePowdery –\u003c\/span\u003e Soft and delicate, leaving a clean, elegant, and smooth finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"35 ml","offer_id":43556592910372,"sku":null,"price":430.0,"currency_code":"EGP","in_stock":true},{"title":"50 ml","offer_id":43556592943140,"sku":null,"price":530.0,"currency_code":"EGP","in_stock":true},{"title":"110 ml","offer_id":43556592975908,"sku":null,"price":850.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/ChatGPT_Image_Apr_6_2026_02_18_52_AM.png?v=1775434777"},{"product_id":"candy-girl-copy","title":"Perfume Tester Box","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .chantalle-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .chantalle-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chantalle-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 0px 0px;\n            width: 100%;\n        }\n\n        .chantalle-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .chantalle-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .chantalle-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .chantalle-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .chantalle-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .chantalle-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .chantalle-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .chantalle-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .chantalle-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .chantalle-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .chantalle-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .chantalle-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .chantalle-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .chantalle-perfume-section .description-container {\n                padding: 0px 0px;\n                margin: 20px;\n            }\n            \n            .chantalle-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .chantalle-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .chantalle-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .chantalle-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"chantalle-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003ePerfume Tester Box\u003c\/h1\u003e\n\u003cdiv class=\"main-description\"\u003e\n\u003cp data-start=\"166\" data-end=\"266\"\u003e\u003cstrong data-start=\"166\" data-end=\"188\"\u003ePerfume Tester Box\u003c\/strong\u003e is the perfect way to explore a world of beautiful scents in one elegant set.\u003c\/p\u003e\n\u003cp data-start=\"268\" data-end=\"519\"\u003eInside this box, you’ll discover a collection of carefully selected fragrances — each one with its own personality and charm. From fresh and bright notes to soft sweet blends and elegant powdery finishes, every tester offers a unique scent experience.\u003c\/p\u003e\n\u003cp data-start=\"521\" data-end=\"693\"\u003eWhether you’re looking for your new signature fragrance or simply love trying different perfumes, this box lets you enjoy variety, creativity, and discovery in every spray.\u003c\/p\u003e\n\u003cp data-start=\"695\" data-end=\"737\"\u003eA small box… full of unforgettable scents.\u003c\/p\u003e\n\u003cp data-start=\"739\" data-end=\"804\"\u003e\u003cstrong data-start=\"739\" data-end=\"802\"\u003ePerfume Tester Box — discover your next favorite fragrance.\u003c\/strong\u003e ✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"Default Title","offer_id":51031797956644,"sku":null,"price":385.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/445.png?v=1773315635"},{"product_id":"chantalle-woman-copy","title":"The Complete Scent Bundle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .chantalle-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .chantalle-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chantalle-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 0px 0px;\n            width: 100%;\n        }\n\n        .chantalle-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .chantalle-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .chantalle-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .chantalle-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .chantalle-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .chantalle-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .chantalle-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .chantalle-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .chantalle-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .chantalle-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .chantalle-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .chantalle-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .chantalle-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .chantalle-perfume-section .description-container {\n                padding: 0px 0px;\n                margin: 20px;\n            }\n            \n            .chantalle-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .chantalle-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .chantalle-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .chantalle-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"chantalle-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\" style=\"text-align: left;\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\" style=\"text-align: left;\"\u003eDesire Bundle\u003c\/h1\u003e\n\u003cdiv class=\"main-description\"\u003e\n\u003cp data-start=\"328\" data-end=\"355\" style=\"text-align: left;\"\u003e\u003cstrong data-start=\"328\" data-end=\"353\"\u003eThis bundle includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"356\" data-end=\"483\"\u003e\n\u003cli data-section-id=\"1a2zde9\" data-start=\"356\" data-end=\"392\" style=\"text-align: left;\"\u003e1 × 100ml perfume of your choice\u003c\/li\u003e\n\u003cli data-section-id=\"yt5kzp\" data-start=\"393\" data-end=\"428\" style=\"text-align: left;\"\u003e1 × 50ml perfume of your choice\u003c\/li\u003e\n\u003cli data-section-id=\"8x03y8\" data-start=\"429\" data-end=\"448\" style=\"text-align: left;\"\u003e1 × Bikini Musk\u003c\/li\u003e\n\u003cli data-section-id=\"xtzu9m\" data-start=\"449\" data-end=\"467\" style=\"text-align: left;\"\u003e1 × Tester Box\u003c\/li\u003e\n\u003cli data-section-id=\"u7j57y\" data-start=\"468\" data-end=\"483\" style=\"text-align: left;\"\u003eFree Shipping\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"Candy Girl \/ Candy Girl","offer_id":44163263823908,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom","offer_id":44163263856676,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline","offer_id":44163263889444,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz","offer_id":44163263922212,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière","offer_id":44163263954980,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle","offer_id":44163263987748,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion","offer_id":44163264020516,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity","offer_id":44163264053284,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure","offer_id":44163264086052,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl","offer_id":44163264118820,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom","offer_id":44163264151588,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline","offer_id":44163264184356,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz","offer_id":44163264217124,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière","offer_id":44163264249892,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle","offer_id":44163264282660,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion","offer_id":44163264315428,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity","offer_id":44163264348196,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure","offer_id":44163264380964,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl","offer_id":44163264413732,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom","offer_id":44163264446500,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline","offer_id":44163264479268,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz","offer_id":44163264512036,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Lumière","offer_id":44163264544804,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Chantalle","offer_id":44163264577572,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Fusion","offer_id":44163264610340,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Infinity","offer_id":44163264643108,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ L’aventure","offer_id":44163264675876,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl","offer_id":44163264708644,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Midnight Bloom","offer_id":44163264741412,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Skyline","offer_id":44163264774180,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Rose Quartz","offer_id":44163264806948,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Lumière","offer_id":44163264839716,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Chantalle","offer_id":44163264872484,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Fusion","offer_id":44163264905252,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Infinity","offer_id":44163264938020,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ L’aventure","offer_id":44163264970788,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl","offer_id":44163265003556,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Midnight Bloom","offer_id":44163265036324,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Skyline","offer_id":44163265069092,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Rose Quartz","offer_id":44163265101860,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Lumière","offer_id":44163265134628,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Chantalle","offer_id":44163265167396,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Fusion","offer_id":44163265200164,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Infinity","offer_id":44163265232932,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ L’aventure","offer_id":44163265265700,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl","offer_id":44163265298468,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Midnight Bloom","offer_id":44163265331236,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Skyline","offer_id":44163265364004,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Rose Quartz","offer_id":44163265396772,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Lumière","offer_id":44163265429540,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Chantalle","offer_id":44163265462308,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Fusion","offer_id":44163265495076,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Infinity","offer_id":44163265527844,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ L’aventure","offer_id":44163265560612,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl","offer_id":44163265593380,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Midnight Bloom","offer_id":44163265626148,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Skyline","offer_id":44163265658916,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Rose Quartz","offer_id":44163265691684,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Lumière","offer_id":44163265724452,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Chantalle","offer_id":44163265757220,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Fusion","offer_id":44163265789988,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Infinity","offer_id":44163265822756,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ L’aventure","offer_id":44163265855524,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl","offer_id":44163265888292,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Midnight Bloom","offer_id":44163265921060,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Skyline","offer_id":44163265953828,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Rose Quartz","offer_id":44163265986596,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Lumière","offer_id":44163266019364,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Chantalle","offer_id":44163266052132,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Fusion","offer_id":44163266084900,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Infinity","offer_id":44163266117668,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ L’aventure","offer_id":44163266150436,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl","offer_id":44163266183204,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Midnight Bloom","offer_id":44163266215972,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Skyline","offer_id":44163266248740,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Rose Quartz","offer_id":44163266281508,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Lumière","offer_id":44163266314276,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Chantalle","offer_id":44163266347044,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Fusion","offer_id":44163266379812,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Infinity","offer_id":44163266412580,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ L’aventure","offer_id":44163266445348,"sku":null,"price":1750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/222.png?v=1778178816"},{"product_id":"the-complete-scent-bundle-copy","title":"The Ultimate Scent Bundle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .chantalle-perfume-section {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .chantalle-perfume-section * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chantalle-perfume-section .perfume-body {\n            font-family: 'Arial', sans-serif;\n            background: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n            padding: 0px 0px;\n            width: 100%;\n        }\n\n        .chantalle-perfume-section .description-container {\n            max-width: 700px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .description-container:hover {\n            box-shadow: 0 8px 30px rgba(247, 145, 184, 0.15);\n            transform: translateY(-5px);\n        }\n\n        .chantalle-perfume-section .brand-name {\n            color: #F791B8;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .brand-name:hover {\n            transform: translateY(-2px);\n            text-shadow: 0 2px 8px rgba(247, 145, 184, 0.3);\n        }\n\n        .chantalle-perfume-section .product-title {\n            font-size: 36px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-title:hover {\n            color: #F791B8;\n            transform: scale(1.02);\n        }\n\n        .chantalle-perfume-section .product-subtitle {\n            color: #F791B8;\n            font-size: 16px;\n            font-weight: 400;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .product-subtitle:hover {\n            transform: translateY(-1px);\n            text-shadow: 0 2px 6px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .main-description {\n            font-size: 18px;\n            line-height: 1.7;\n            color: #666;\n            margin-bottom: 40px;\n            font-weight: 300;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .main-description:hover {\n            color: #555;\n            transform: translateY(-2px);\n            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .chantalle-perfume-section .section-title {\n            font-size: 20px;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: #333;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .section-title:hover {\n            color: #F791B8;\n            transform: scale(1.05);\n        }\n\n        .chantalle-perfume-section .ingredients-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 40px;\n        }\n\n        .chantalle-perfume-section .ingredient-tag {\n            background: rgba(247, 145, 184, 0.1);\n            border: 1px solid #F791B8;\n            padding: 12px 20px;\n            border-radius: 25px;\n            font-size: 15px;\n            font-weight: 500;\n            color: #F791B8;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .ingredient-tag:hover {\n            background: #F791B8;\n            color: white;\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 8px 20px rgba(247, 145, 184, 0.4);\n        }\n\n        .chantalle-perfume-section .features {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid #f0f0f0;\n        }\n\n        .chantalle-perfume-section .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            align-items: center;\n        }\n\n        .chantalle-perfume-section .feature-item {\n            color: #666;\n            font-size: 15px;\n        }\n\n        .chantalle-perfume-section .feature-highlight {\n            color: #F791B8;\n            font-weight: 500;\n        }\n\n        .chantalle-perfume-section .note-descriptions {\n            text-align: left;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .chantalle-perfume-section .note-item {\n            margin-bottom: 15px;\n            font-size: 15px;\n            color: #666;\n            padding: 10px;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .chantalle-perfume-section .note-item:hover {\n            background: rgba(247, 145, 184, 0.05);\n            transform: translateX(10px);\n            box-shadow: 0 2px 8px rgba(247, 145, 184, 0.15);\n        }\n\n        .chantalle-perfume-section .note-name {\n            font-weight: 600;\n            color: #F791B8;\n            transition: all 0.3s ease;\n        }\n\n        .chantalle-perfume-section .note-item:hover .note-name {\n            color: #E67FA3;\n            text-shadow: 0 1px 3px rgba(247, 145, 184, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .chantalle-perfume-section .description-container {\n                padding: 0px 0px;\n                margin: 20px;\n            }\n            \n            .chantalle-perfume-section .product-title {\n                font-size: 28px;\n            }\n            \n            .chantalle-perfume-section .main-description {\n                font-size: 16px;\n            }\n            \n            .chantalle-perfume-section .ingredients-grid {\n                gap: 10px;\n            }\n            \n            .chantalle-perfume-section .ingredient-tag {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"chantalle-perfume-section\"\u003e\n\u003cdiv class=\"perfume-body\"\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003cdiv class=\"brand-name\" style=\"text-align: left;\"\u003eDESIRE\u003c\/div\u003e\n\u003ch1 class=\"product-title\" style=\"text-align: left;\"\u003eDesire Bundle\u003c\/h1\u003e\n\u003cdiv class=\"main-description\"\u003e\n\u003cp data-start=\"328\" data-end=\"355\" style=\"text-align: left;\"\u003e\u003cstrong data-start=\"328\" data-end=\"353\"\u003eThis bundle includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"356\" data-end=\"483\"\u003e\n\u003cli data-section-id=\"1a2zde9\" data-start=\"356\" data-end=\"392\" style=\"text-align: left;\"\u003e\n\u003cstrong data-start=\"31\" data-end=\"52\"\u003e3 × 100ml Perfume\u003c\/strong\u003e\u003cbr data-start=\"75\" data-end=\"78\"\u003e\u003cstrong data-start=\"78\" data-end=\"97\"\u003e1 × Bikini Musk\u003c\/strong\u003e\u003cbr data-start=\"97\" data-end=\"100\"\u003e\u003cstrong data-start=\"100\" data-end=\"118\"\u003e1 × Tester Box\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"dIsire","offers":[{"title":"Candy Girl \/ Candy Girl \/ Candy Girl","offer_id":44163400728612,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Midnight Bloom","offer_id":44163400761380,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Skyline","offer_id":44163400794148,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Rose Quartz","offer_id":44163400826916,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Lumière","offer_id":44163400859684,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Chantalle","offer_id":44163400892452,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Fusion","offer_id":44163400925220,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ Infinity","offer_id":44163400957988,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Candy Girl \/ L’aventure","offer_id":44163400990756,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Candy Girl","offer_id":44163401023524,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Midnight Bloom","offer_id":44163401056292,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Skyline","offer_id":44163401089060,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Rose Quartz","offer_id":44163401121828,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Lumière","offer_id":44163401154596,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Chantalle","offer_id":44163401187364,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Fusion","offer_id":44163401220132,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ Infinity","offer_id":44163401252900,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Candy Girl \/ L’aventure","offer_id":44163401285668,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Candy Girl","offer_id":44163401318436,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Midnight Bloom","offer_id":44163401351204,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Skyline","offer_id":44163401383972,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Rose Quartz","offer_id":44163401416740,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Lumière","offer_id":44163401449508,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Chantalle","offer_id":44163401482276,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Fusion","offer_id":44163401515044,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ Infinity","offer_id":44163401547812,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Candy Girl \/ L’aventure","offer_id":44163401580580,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Candy Girl","offer_id":44163401613348,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Midnight Bloom","offer_id":44163401646116,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Skyline","offer_id":44163401678884,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Rose Quartz","offer_id":44163401711652,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Lumière","offer_id":44163401744420,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Chantalle","offer_id":44163401777188,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Fusion","offer_id":44163401809956,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ Infinity","offer_id":44163401842724,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Rose Quartz \/ Candy Girl \/ L’aventure","offer_id":44163401875492,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Candy Girl","offer_id":44163401908260,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Midnight Bloom","offer_id":44163401941028,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Skyline","offer_id":44163401973796,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Rose Quartz","offer_id":44163402006564,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Lumière","offer_id":44163402039332,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Chantalle","offer_id":44163402072100,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Fusion","offer_id":44163402104868,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ Infinity","offer_id":44163402137636,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Lumière \/ Candy Girl \/ L’aventure","offer_id":44163402170404,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Candy Girl","offer_id":44163402203172,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Midnight Bloom","offer_id":44163402235940,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Skyline","offer_id":44163402268708,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Rose Quartz","offer_id":44163402301476,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Lumière","offer_id":44163402334244,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Chantalle","offer_id":44163402367012,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Fusion","offer_id":44163402399780,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ Infinity","offer_id":44163402432548,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Chantalle \/ Candy Girl \/ L’aventure","offer_id":44163402465316,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Candy Girl","offer_id":44163402498084,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Midnight Bloom","offer_id":44163402530852,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Skyline","offer_id":44163402563620,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Rose Quartz","offer_id":44163402596388,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Lumière","offer_id":44163402629156,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Chantalle","offer_id":44163402661924,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Fusion","offer_id":44163402694692,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ Infinity","offer_id":44163402727460,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Fusion \/ Candy Girl \/ L’aventure","offer_id":44163402760228,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Candy Girl","offer_id":44163402792996,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Midnight Bloom","offer_id":44163402825764,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Skyline","offer_id":44163402858532,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Rose Quartz","offer_id":44163402891300,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Lumière","offer_id":44163402924068,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Chantalle","offer_id":44163402956836,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Fusion","offer_id":44163402989604,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ Infinity","offer_id":44163403022372,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Infinity \/ Candy Girl \/ L’aventure","offer_id":44163403055140,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Candy Girl","offer_id":44163403087908,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Midnight Bloom","offer_id":44163403120676,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Skyline","offer_id":44163403153444,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Rose Quartz","offer_id":44163403186212,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Lumière","offer_id":44163403218980,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Chantalle","offer_id":44163403251748,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Fusion","offer_id":44163403284516,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ Infinity","offer_id":44163403317284,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"L’aventure \/ Candy Girl \/ L’aventure","offer_id":44163403350052,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Candy Girl","offer_id":44163515416612,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Midnight Bloom","offer_id":44163515449380,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Skyline","offer_id":44163515482148,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Rose Quartz","offer_id":44163515514916,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Lumière","offer_id":44163515547684,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Chantalle","offer_id":44163515580452,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Fusion","offer_id":44163515613220,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ Infinity","offer_id":44163515645988,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Midnight Bloom \/ L’aventure","offer_id":44163515678756,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Candy Girl","offer_id":44163515711524,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Midnight Bloom","offer_id":44163515744292,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Skyline","offer_id":44163515777060,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Rose Quartz","offer_id":44163515809828,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Lumière","offer_id":44163515842596,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Chantalle","offer_id":44163515875364,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Fusion","offer_id":44163515908132,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ Infinity","offer_id":44163515940900,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Skyline \/ L’aventure","offer_id":44163515973668,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Candy Girl","offer_id":44163516006436,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Midnight Bloom","offer_id":44163516039204,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Skyline","offer_id":44163516071972,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Rose Quartz","offer_id":44163516104740,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Lumière","offer_id":44163516137508,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Chantalle","offer_id":44163516170276,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Fusion","offer_id":44163516203044,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ Infinity","offer_id":44163516235812,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Rose Quartz \/ L’aventure","offer_id":44163516268580,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Candy Girl","offer_id":44163516301348,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Midnight Bloom","offer_id":44163516334116,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Skyline","offer_id":44163516366884,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Rose Quartz","offer_id":44163516399652,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Lumière","offer_id":44163516432420,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Chantalle","offer_id":44163516465188,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Fusion","offer_id":44163516497956,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ Infinity","offer_id":44163516530724,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Lumière \/ L’aventure","offer_id":44163516563492,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Candy Girl","offer_id":44163516596260,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Midnight Bloom","offer_id":44163516629028,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Skyline","offer_id":44163516661796,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Rose Quartz","offer_id":44163516694564,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Lumière","offer_id":44163516727332,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Chantalle","offer_id":44163516760100,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Fusion","offer_id":44163516792868,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ Infinity","offer_id":44163516825636,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Chantalle \/ L’aventure","offer_id":44163516858404,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Candy Girl","offer_id":44163516891172,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Midnight Bloom","offer_id":44163516923940,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Skyline","offer_id":44163516956708,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Rose Quartz","offer_id":44163516989476,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Lumière","offer_id":44163517022244,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Chantalle","offer_id":44163517055012,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Fusion","offer_id":44163517087780,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ Infinity","offer_id":44163517120548,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Fusion \/ L’aventure","offer_id":44163517153316,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Candy Girl","offer_id":44163517186084,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Midnight Bloom","offer_id":44163517218852,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Skyline","offer_id":44163517251620,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Rose Quartz","offer_id":44163517284388,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Lumière","offer_id":44163517317156,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Chantalle","offer_id":44163517349924,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Fusion","offer_id":44163517382692,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ Infinity","offer_id":44163517415460,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ Infinity \/ L’aventure","offer_id":44163517448228,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Candy Girl","offer_id":44163517480996,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Midnight Bloom","offer_id":44163517513764,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Skyline","offer_id":44163517546532,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Rose Quartz","offer_id":44163517579300,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Lumière","offer_id":44163517612068,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Chantalle","offer_id":44163517644836,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Fusion","offer_id":44163517677604,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ Infinity","offer_id":44163517710372,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Candy Girl \/ L’aventure \/ L’aventure","offer_id":44163517743140,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Candy Girl","offer_id":44163517775908,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Midnight Bloom","offer_id":44163517808676,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Skyline","offer_id":44163517841444,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Rose Quartz","offer_id":44163517874212,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Lumière","offer_id":44163517906980,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Chantalle","offer_id":44163517939748,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Fusion","offer_id":44163517972516,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ Infinity","offer_id":44163518005284,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Midnight Bloom \/ L’aventure","offer_id":44163518038052,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Candy Girl","offer_id":44163518070820,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Midnight Bloom","offer_id":44163518103588,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Skyline","offer_id":44163518136356,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Rose Quartz","offer_id":44163518169124,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Lumière","offer_id":44163518201892,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Chantalle","offer_id":44163518234660,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Fusion","offer_id":44163518267428,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ Infinity","offer_id":44163518300196,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Skyline \/ L’aventure","offer_id":44163518332964,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Candy Girl","offer_id":44163518365732,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Midnight Bloom","offer_id":44163518398500,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Skyline","offer_id":44163518431268,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Rose Quartz","offer_id":44163518464036,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Lumière","offer_id":44163518496804,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Chantalle","offer_id":44163518529572,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Fusion","offer_id":44163518562340,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ Infinity","offer_id":44163518595108,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Rose Quartz \/ L’aventure","offer_id":44163518627876,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Candy Girl","offer_id":44163518660644,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Midnight Bloom","offer_id":44163518693412,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Skyline","offer_id":44163518726180,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Rose Quartz","offer_id":44163518758948,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Lumière","offer_id":44163518791716,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Chantalle","offer_id":44163518824484,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Fusion","offer_id":44163518857252,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ Infinity","offer_id":44163518890020,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Lumière \/ L’aventure","offer_id":44163518922788,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Candy Girl","offer_id":44163518955556,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Midnight Bloom","offer_id":44163518988324,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Skyline","offer_id":44163519021092,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Rose Quartz","offer_id":44163519053860,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Lumière","offer_id":44163519086628,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Chantalle","offer_id":44163519119396,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Fusion","offer_id":44163519152164,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ Infinity","offer_id":44163519184932,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Chantalle \/ L’aventure","offer_id":44163519217700,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Candy Girl","offer_id":44163519250468,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Midnight Bloom","offer_id":44163519283236,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Skyline","offer_id":44163519316004,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Rose Quartz","offer_id":44163519348772,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Lumière","offer_id":44163519381540,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Chantalle","offer_id":44163519414308,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Fusion","offer_id":44163519447076,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ Infinity","offer_id":44163519479844,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Fusion \/ L’aventure","offer_id":44163519512612,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Candy Girl","offer_id":44163519545380,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Midnight Bloom","offer_id":44163519578148,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Skyline","offer_id":44163519610916,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Rose Quartz","offer_id":44163519643684,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Lumière","offer_id":44163519676452,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Chantalle","offer_id":44163519709220,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Fusion","offer_id":44163519741988,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ Infinity","offer_id":44163519774756,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ Infinity \/ L’aventure","offer_id":44163519807524,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Candy Girl","offer_id":44163519840292,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Midnight Bloom","offer_id":44163519873060,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Skyline","offer_id":44163519905828,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Rose Quartz","offer_id":44163519938596,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Lumière","offer_id":44163519971364,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Chantalle","offer_id":44163520004132,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Fusion","offer_id":44163520036900,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ Infinity","offer_id":44163520069668,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Midnight Bloom \/ L’aventure \/ L’aventure","offer_id":44163520102436,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Candy Girl","offer_id":44163520135204,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Midnight Bloom","offer_id":44163520167972,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Skyline","offer_id":44163520200740,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Rose Quartz","offer_id":44163520233508,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Lumière","offer_id":44163520266276,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Chantalle","offer_id":44163520299044,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Fusion","offer_id":44163520397348,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ Infinity","offer_id":44163520430116,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Midnight Bloom \/ L’aventure","offer_id":44163520462884,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Candy Girl","offer_id":44163520495652,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Midnight Bloom","offer_id":44163520528420,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Skyline","offer_id":44163520561188,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Rose Quartz","offer_id":44163520593956,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Lumière","offer_id":44163520626724,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Chantalle","offer_id":44163520659492,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Fusion","offer_id":44163520692260,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ Infinity","offer_id":44163520725028,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Skyline \/ L’aventure","offer_id":44163520757796,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Candy Girl","offer_id":44163520790564,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Midnight Bloom","offer_id":44163520823332,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Skyline","offer_id":44163520856100,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Rose Quartz","offer_id":44163520888868,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Lumière","offer_id":44163520921636,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Chantalle","offer_id":44163520954404,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true},{"title":"Skyline \/ Rose Quartz \/ Fusion","offer_id":44163520987172,"sku":null,"price":2350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/ChatGPT-Image-May-7_-2026_-06_45_20-PM_8da439f1-5bb4-4728-8b84-6b9992f3444e.png?v=1778194995"}],"url":"https:\/\/www.desirstore.com\/collections\/all-products.oembed?page=2","provider":"Desire","version":"1.0","type":"link"}