{"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":43791384051748,"sku":null,"price":270.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/5873\/5396\/files\/445.png?v=1773315635","url":"https:\/\/www.desirstore.com\/products\/candy-girl-copy","provider":"Desire","version":"1.0","type":"link"}