{"product_id":"puracle-italian-white-truffle-glow-mist-serum","title":"Puracle Italian White Truffle Glow Mist \u0026 Serum","description":"\n\u003cdiv id=\"puracle-lander-wrapper\"\u003e\n    \u003cstyle\u003e\n        #puracle-lander-wrapper {\n            all: initial;\n            font-family: system-ui, -apple-system, \"Segoe UI\", sans-serif;\n            display: block;\n            background: white;\n        }\n        #puracle-lander-wrapper * {\n            box-sizing: border-box;\n        }\n        \n        :root {\n            --brand: #c5a880;\n            --ink: #1a1a1a;\n            --muted: #6b6b6b;\n            --rule: #e6e6e6;\n            --surface: #faf8f5;\n            --radius: 10px;\n            --gap: 16px;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        #puracle-lander-wrapper {\n            font-family: system-ui, -apple-system, \"Segoe UI\", sans-serif;\n            font-size: 16px;\n            line-height: 1.55;\n            color: var(--ink);\n            background-color: var(--surface);\n            overflow-x: hidden;\n        }\n\n        h2 {\n            font-size: clamp(22px, 6vw, 30px);\n            font-weight: 700;\n            line-height: 1.1;\n            margin-bottom: var(--gap);\n        }\n\n        img {\n            max-width: 100%;\n            display: block;\n        }\n\n        #puracle-lander-wrapper .container {\n            width: 100%;\n            margin: 0 auto;\n            background: white;\n        }\n\n        @media (min-width: 768px) {\n            #puracle-lander-wrapper .container {\n                max-width: 1200px;\n            }\n        }\n\n        \/* Block 1: Product *\/\n        .block-product {\n            padding: var(--gap);\n        }\n\n        @media (min-width: 768px) {\n            .block-product {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                gap: 60px;\n                padding: 40px var(--gap);\n                align-items: start;\n            }\n        }\n\n        \/* Gallery *\/\n        .gallery-container {\n            position: relative;\n            margin-bottom: var(--gap);\n        }\n\n        .gallery-main {\n            display: flex;\n            overflow-x: auto;\n            scroll-snap-type: x mandatory;\n            scroll-behavior: smooth;\n            -webkit-overflow-scrolling: touch;\n            scrollbar-width: none;\n        }\n\n        .gallery-main::-webkit-scrollbar {\n            display: none;\n        }\n\n        .gallery-item {\n            flex: 0 0 100%;\n            scroll-snap-align: start;\n        }\n\n        .gallery-item img {\n            width: 100%;\n            aspect-ratio: 1\/1;\n            object-fit: contain;\n            background: #f9f9f9;\n            border-radius: var(--radius);\n        }\n\n        .thumbnails {\n            display: flex;\n            gap: 8px;\n            margin-top: 8px;\n            overflow-x: auto;\n            padding-bottom: 4px;\n        }\n\n        .thumb {\n            flex: 0 0 60px;\n            height: 60px;\n            border-radius: 4px;\n            overflow: hidden;\n            border: 1px solid var(--rule);\n            cursor: pointer;\n        }\n\n        .thumb img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* Info Column *\/\n        .product-info {\n            padding-top: 0;\n        }\n\n        \/* Rating *\/\n        .rating-line {\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .rating-stars {\n            color: var(--brand);\n        }\n\n        \/* Title *\/\n        .product-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: var(--gap);\n            line-height: 1.2;\n        }\n\n        \/* Benefits *\/\n        .benefits-list {\n            margin-bottom: var(--gap);\n        }\n\n        .benefit-line {\n            display: flex;\n            gap: 8px;\n            margin-bottom: 12px;\n            font-size: 15px;\n        }\n\n        .benefit-line b {\n            font-weight: 700;\n            white-space: nowrap;\n        }\n\n        \/* Scarcity *\/\n        .scarcity-box {\n            background: #fff9f0;\n            border: 1px solid #ffe8cc;\n            border-radius: var(--radius);\n            padding: 12px;\n            margin-bottom: var(--gap);\n            font-size: 13px;\n        }\n\n        .scarcity-header {\n            font-weight: 700;\n            color: #d97706;\n            text-transform: uppercase;\n            margin-bottom: 8px;\n        }\n\n        .batch-row {\n            display: flex;\n            justify-content: space-between;\n            margin-bottom: 4px;\n        }\n\n        .status-sold-out { color: var(--muted); text-decoration: line-through; }\n        .status-live { color: #059669; font-weight: 700; }\n        .status-production { color: var(--muted); }\n\n        \/* Bundles *\/\n        .bundle-section {\n            margin-bottom: var(--gap);\n        }\n\n        .sale-ends {\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 8px;\n            color: var(--muted);\n        }\n\n        .bundle-row {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 16px;\n            border: 1px solid var(--rule);\n            border-radius: var(--radius);\n            margin-bottom: 8px;\n            cursor: pointer;\n            transition: all 0.2s;\n        }\n\n        .bundle-row.selected {\n            border: 2px solid var(--brand);\n            background: #fffcf7;\n        }\n\n        .bundle-info b { font-size: 16px; }\n        .bundle-info span { display: block; font-size: 12px; color: var(--muted); }\n        .bundle-price { text-align: right; }\n        .price-now { font-weight: 700; font-size: 18px; display: block; }\n        .price-was { font-size: 12px; color: var(--muted); text-decoration: line-through; }\n\n        .badge-popular {\n            background: var(--brand);\n            color: white;\n            font-size: 10px;\n            font-weight: 700;\n            padding: 2px 8px;\n            border-radius: 20px;\n            margin-left: 8px;\n        }\n\n        \/* Buttons *\/\n        .btn-atc {\n            width: 100%;\n            background: #1a1a1a;\n            color: white;\n            border: none;\n            padding: 20px;\n            font-size: 15px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            border-radius: var(--radius);\n            cursor: pointer;\n            margin-bottom: var(--gap);\n        }\n\n        \/* Sticky ATC *\/\n        .sticky-atc {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: white;\n            padding: 12px var(--gap);\n            border-top: 1px solid var(--rule);\n            display: none;\n            z-index: 1000;\n            box-shadow: 0 -4px 10px rgba(0,0,0,0.05);\n        }\n\n        .sticky-atc.visible {\n            display: flex;\n            gap: 12px;\n            align-items: center;\n        }\n\n        .sticky-btn {\n            flex: 1;\n            background: #1a1a1a;\n            color: white;\n            border: none;\n            padding: 14px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            border-radius: var(--radius);\n        }\n\n        \/* Mini Reviews *\/\n        .mini-reviews {\n            display: flex;\n            gap: 12px;\n            overflow-x: auto;\n            margin-bottom: var(--gap);\n            padding-bottom: 8px;\n        }\n\n        .mini-card {\n            flex: 0 0 280px;\n            background: var(--surface);\n            padding: 12px;\n            border-radius: var(--radius);\n            display: flex;\n            gap: 12px;\n        }\n\n        .mini-card img {\n            width: 60px;\n            height: 60px;\n            border-radius: 4px;\n            object-fit: cover;\n        }\n\n        .mini-card h4 { font-size: 14px; margin-bottom: 4px; }\n        .mini-card p { font-size: 12px; color: var(--muted); line-height: 1.4; }\n\n        \/* Accordions *\/\n        .accordion {\n            border-top: 1px solid var(--rule);\n        }\n\n        .accordion-item {\n            border-bottom: 1px solid var(--rule);\n        }\n\n        .accordion-header {\n            padding: 16px 0;\n            font-weight: 700;\n            font-size: 15px;\n            display: flex;\n            justify-content: space-between;\n            cursor: pointer;\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out;\n            font-size: 14px;\n            color: var(--muted);\n            padding-bottom: 0;\n        }\n\n        .accordion-item.active .accordion-content {\n            max-height: 500px;\n            padding-bottom: 16px;\n        }\n\n        \/* Block 2: Band *\/\n        .block-band {\n            background: var(--brand);\n            color: white;\n            text-align: center;\n            padding: 16px;\n            font-weight: 700;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Block 3: Image Strip *\/\n        .block-strip {\n            overflow: hidden;\n            padding: 24px 0;\n        }\n\n        .strip-track {\n            display: flex;\n            gap: 12px;\n            animation: scroll 40s linear infinite;\n            width: max-content;\n        }\n\n        .strip-track img {\n            width: 150px;\n            height: 200px;\n            object-fit: cover;\n            border-radius: 4px;\n        }\n\n        @keyframes scroll {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n\n        \/* Content Blocks 4-6 *\/\n        .content-block {\n            padding: 48px var(--gap);\n        }\n\n        .content-block img {\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n            border-radius: var(--radius);\n            margin-bottom: 24px;\n        }\n        \n        @media (min-width: 768px) {\n            .content-block {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                gap: 48px;\n                align-items: center;\n                max-width: 1100px;\n                margin: 0 auto;\n            }\n            .content-block img {\n                height: auto;\n            }\n            .content-block:nth-child(even) .content-block-img {\n                order: 2;\n            }\n        }\n\n        .content-block h2 { text-align: center; }\n        .content-block p { text-align: center; color: var(--muted); line-height: 1.6; }\n        \n        @media (min-width: 768px) {\n            .content-block h2 { text-align: left; }\n            .content-block p { text-align: left; }\n        }\n\n        \/* Testimonial Widget *\/\n        .testimonial-widget {\n            padding: 48px var(--gap);\n            background: var(--surface);\n            text-align: center;\n        }\n\n        .quote-item {\n            font-style: italic;\n            margin-bottom: 24px;\n            font-size: 18px;\n        }\n\n        \/* Review Wall *\/\n        .review-wall {\n            padding: 48px var(--gap);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .review-card {\n            background: white;\n            border: 1px solid var(--rule);\n            border-radius: var(--radius);\n            padding: 20px;\n            margin-bottom: var(--gap);\n        }\n\n        .review-meta {\n            display: flex;\n            justify-content: space-between;\n            font-size: 12px;\n            color: var(--muted);\n            margin-bottom: 12px;\n        }\n\n        .verified-badge { color: #059669; font-weight: 700; }\n        .review-headline { font-weight: 700; margin-bottom: 8px; }\n        .review-#puracle-lander-wrapper { font-size: 14px; margin-bottom: 12px; }\n    \n    \u003c\/style\u003e\n    \n    \u003cdiv class=\"container\"\u003e\n        \n        \u003c!-- BLOCK 1: Product --\u003e\n        \u003csection class=\"block-product\" id=\"product-main\"\u003e\n            \u003c!-- Gallery --\u003e\n            \u003cdiv class=\"gallery-container\"\u003e\n                \u003cdiv class=\"gallery-main\" id=\"gallery\"\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/euqFPHxNmQqRWCIg.png?v=1786412160\" alt=\"Puracle Main Bottle\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/qfzbQDZntyhPekPJ.png?v=1786412160\" alt=\"70M Units Sold\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/uGAtTvRBAYVYnEHv.png?v=1786412160\" alt=\"Radiant Glow In A Spritz\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/TVRvulfPPdxYCFLd.png?v=1786412160\" alt=\"Cakey Makeup Fix\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/fRDYwUkmVCQYBAFP.png?v=1786412160\" alt=\"3-in-1 Glow Spray\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/dKxhVgipOtsDZgsi.png?v=1786412160\" alt=\"Key Benefits\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"thumbnails\"\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/euqFPHxNmQqRWCIg.png?v=1786412160\" alt=\"Thumb 1\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/qfzbQDZntyhPekPJ.png?v=1786412160\" alt=\"Thumb 2\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/uGAtTvRBAYVYnEHv.png?v=1786412160\" alt=\"Thumb 3\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/TVRvulfPPdxYCFLd.png?v=1786412160\" alt=\"Thumb 4\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/fRDYwUkmVCQYBAFP.png?v=1786412160\" alt=\"Thumb 5\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/dKxhVgipOtsDZgsi.png?v=1786412160\" alt=\"Thumb 6\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Info Column --\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003c!-- Rating --\u003e\n                \u003cdiv class=\"rating-line\"\u003e\n                    \u003cspan class=\"rating-stars\"\u003e★★★★★\u003c\/span\u003e 4.8 \/ 43,500+ RADIANT LADIES\n                \u003c\/div\u003e\n\n                \u003c!-- Title --\u003e\n                \u003ch1 class=\"product-title\"\u003ePuracle Italian White Truffle Glow Mist \u0026amp; Serum\u003c\/h1\u003e\n\n                \u003c!-- Benefits --\u003e\n                \u003cdiv class=\"benefits-list\"\u003e\n                    \u003cdiv class=\"benefit-line\"\u003e\n                        \u003cb\u003eNever Oily:\u003c\/b\u003e The bi-phase formula absorbs instantly without the heavy, greasy residue of traditional facial oils.\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-line\"\u003e\n                        \u003cb\u003eDeep Truffle Hydration:\u003c\/b\u003e Infuses skin with rare Italian White Truffle antioxidants that penetrate deeper than surface-level water mists.\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-line\"\u003e\n                        \u003cb\u003eSpray Over Makeup:\u003c\/b\u003e The ultra-fine atomizer refreshes your look mid-day without smudging mascara or foundation.\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-line\"\u003e\n                        \u003cb\u003eAll-in-One Glow:\u003c\/b\u003e Replaces your morning serum, mid-day toner, and setting spray with one nutrient-rich spritz.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Scarcity --\u003e\n                \u003cdiv class=\"scarcity-box\"\u003e\n                    \u003cdiv class=\"scarcity-header\"\u003eINVENTORY ALERT\u003c\/div\u003e\n                    \u003cdiv class=\"batch-row\"\u003e\n                        \u003cspan\u003eBatch #088\u003c\/span\u003e\n                        \u003cspan class=\"status-sold-out\"\u003eSOLD OUT (June 12)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"batch-row\"\u003e\n                        \u003cspan\u003eBatch #089\u003c\/span\u003e\n                        \u003cspan class=\"status-live\"\u003e8% RESERVED (Aug 01)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"batch-row\"\u003e\n                        \u003cspan\u003eBatch #090\u003c\/span\u003e\n                        \u003cspan class=\"status-production\"\u003eIN PRODUCTION (Aug 25)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Bundles --\u003e\n                \u003cdiv class=\"bundle-section\"\u003e\n                    \u003cdiv class=\"sale-ends\"\u003eSUMMER SALE ENDS SOON\u003c\/div\u003e\n                    \u003cdiv class=\"bundle-row\" onclick=\"selectBundle(1)\"\u003e\n                        \u003cdiv class=\"bundle-info\"\u003e\n                            \u003cb\u003e1 Month Supply\u003c\/b\u003e\n                            \u003cspan\u003eStandard trial\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"bundle-price\"\u003e\n                            \u003cspan class=\"price-now\"\u003eA$19.99\u003c\/span\u003e\n                            \u003cspan class=\"price-was\"\u003eA$34.99\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bundle-row selected\" onclick=\"selectBundle(3)\"\u003e\n                        \u003cdiv class=\"bundle-info\"\u003e\n                            \u003cb\u003e3 Month Supply \u003cspan class=\"badge-popular\"\u003eMOST POPULAR\u003c\/span\u003e\u003c\/b\u003e\n                            \u003cspan\u003eFull radiant transformation\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"bundle-price\"\u003e\n                            \u003cspan class=\"price-now\"\u003eA$49.99\u003c\/span\u003e\n                            \u003cspan class=\"price-was\"\u003eA$104.99\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bundle-row\" onclick=\"selectBundle(5)\"\u003e\n                        \u003cdiv class=\"bundle-info\"\u003e\n                            \u003cb\u003e5 Month Supply\u003c\/b\u003e\n                            \u003cspan\u003eUltimate value kit\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"bundle-price\"\u003e\n                            \u003cspan class=\"price-now\"\u003eA$69.99\u003c\/span\u003e\n                            \u003cspan class=\"price-was\"\u003eA$174.99\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cbutton class=\"btn-atc\"\u003eADD TO CART\u003c\/button\u003e\n\n                \u003c!-- Accordions --\u003e\n                \u003cdiv class=\"accordion\"\u003e\n                    \u003cdiv class=\"accordion-item active\"\u003e\n                        \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n                            What is the \"Shake-to-Glow\" formula?\n                            \u003cspan\u003e+\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"accordion-content\"\u003e\n                            Our unique bi-phase formula separates a nutrient-rich oil layer (White Truffle \u0026amp; Avocado) from a deep-hydration water layer. Shaking them together creates a micro-emulsion that delivers the power of a serum with the lightness of a mist.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-item\"\u003e\n                        \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n                            How do I use it with makeup?\n                            \u003cspan\u003e+\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"accordion-content\"\u003e\n                            Puracle is designed for multi-use. Spray it on clean skin as a toner\/serum, or mist it over your finished makeup to melt away powderiness and lock in a dewy, natural glow that lasts all day.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"accordion-item\"\u003e\n                        \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n                            Shipping \u0026amp; Returns\n                            \u003cspan\u003e+\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"accordion-content\"\u003e\n                            We offer free express shipping on all bundle orders. If you don't see a radiant difference in your skin within 30 days, we'll provide a full refund, no questions asked.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- BLOCK 2: Band --\u003e\n        \u003cdiv class=\"block-band\"\u003e\n            FREE EXPRESS SHIPPING ON ALL BUNDLE ORDERS\n        \u003c\/div\u003e\n\n        \u003c!-- BLOCK 4: Content Block (Why White Truffle) --\u003e\n        \u003csection class=\"content-block\"\u003e\n            \u003cdiv class=\"content-block-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/dKxhVgipOtsDZgsi.png?v=1786412160\" alt=\"White Truffle Benefits\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"content-block-text\"\u003e\n                \u003ch2\u003eThe Power of Italian White Truffles\u003c\/h2\u003e\n                \u003cp\u003eSourced from the Piedmont region of Italy, our White Truffles are rich in minerals and Vitamin B. Unlike standard mists, Puracle works at a cellular level to brighten dull skin and provide antioxidant protection against environmental stressors.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- BLOCK 5: Content Block (Makeup Safe) --\u003e\n        \u003csection class=\"content-block\"\u003e\n            \u003cdiv class=\"content-block-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/TVRvulfPPdxYCFLd.png?v=1786412160\" alt=\"Makeup Fix Results\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"content-block-text\"\u003e\n                \u003ch2\u003eNever Cakey, Always Glowing\u003c\/h2\u003e\n                \u003cp\u003eStop choosing between hydration and your makeup. Our ultra-fine atomizer creates a fog-like mist that settles perfectly over foundation, preventing the \"cracked\" look and keeping your skin looking fresh from 9 AM to 9 PM.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- BLOCK 8: Review Wall --\u003e\n        \u003csection class=\"review-wall\"\u003e\n            \u003ch2 style=\"text-align:center; margin-bottom:32px;\"\u003eReal Results from Real Women\u003c\/h2\u003e\n            \n            \u003cdiv class=\"review-card\"\u003e\n                \u003cdiv class=\"review-meta\"\u003e\n                    \u003cspan\u003eSarah K.\u003c\/span\u003e\n                    \u003cspan class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"review-headline\"\u003e\"My skin has never looked better\"\u003c\/div\u003e\n                \u003cdiv class=\"review-body\"\u003e\n                    I was skeptical about a spray serum, but this is a game changer. I use it right after I get out of the shower and again after my makeup. My skin stays dewy all day without feeling oily at all.\n                \u003c\/div\u003e\n                \u003cdiv class=\"review-helpful\"\u003eHelpful? (124)\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"review-card\"\u003e\n                \u003cdiv class=\"review-meta\"\u003e\n                    \u003cspan\u003eJessica M.\u003c\/span\u003e\n                    \u003cspan class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"review-headline\"\u003e\"The only thing that fixes my dry office skin\"\u003c\/div\u003e\n                \u003cdiv class=\"review-body\"\u003e\n                    The AC in my office kills my skin by 2pm. A quick spritz of Puracle and I look human again. It doesn't ruin my mascara which was my biggest worry!\n                \u003c\/div\u003e\n                \u003cdiv class=\"review-helpful\"\u003eHelpful? (89)\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- BLOCK 9: Footer --\u003e\n        \u003cfooter style=\"padding: 48px var(--gap); background: #1a1a1a; color: white; text-align: center; font-size: 12px;\"\u003e\n            \u003cp\u003e© 2026 Puracle Skincare. All rights reserved.\u003c\/p\u003e\n            \u003cdiv style=\"margin-top: 16px; display: flex; justify-content: center; gap: 24px;\"\u003e\n                \u003cspan\u003ePrivacy Policy\u003c\/span\u003e\n                \u003cspan\u003eTerms of Service\u003c\/span\u003e\n                \u003cspan\u003eContact Us\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\n    \n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        (function() {\n            const VARIANT_IDS = {\"1 Month Supply\": 46382208352290, \"3 Month Supply\": 46382208385058, \"5 Month Supply\": 46382208417826};\n            \n        function selectBundle(months) {\n            document.querySelectorAll('.bundle-row').forEach(row =\u003e {\n                row.classList.remove('selected');\n            });\n            event.currentTarget.classList.add('selected');\n            \n            const title = months + \" Month Supply\";\n            const price = months === 1 ? \"A$19.99\" : (months === 3 ? \"A$49.99\" : \"A$69.99\");\n            \n            document.getElementById('sticky-title').innerText = title;\n            document.querySelector('#sticky-atc span').innerText = price;\n        }\n\n        function toggleAccordion(header) {\n            const item = header.parentElement;\n            item.classList.toggle('active');\n            header.querySelector('span').innerText = item.classList.contains('active') ? '-' : '+';\n        }\n\n        window.onscroll = function() {\n            const atc = document.getElementById('sticky-atc');\n            const mainAtc = document.querySelector('.btn-atc');\n            const rect = mainAtc.getBoundingClientRect();\n            \n            if (rect.bottom \u003c 0) {\n                atc.classList.add('visible');\n            } else {\n                atc.classList.remove('visible');\n            }\n        };\n    \n        })();\n    \u003c\/script\u003e\n\n","brand":"Puracle","offers":[{"title":"1 Month Supply","offer_id":46382208352290,"sku":"PUR-MIST-1M","price":19.99,"currency_code":"USD","in_stock":true},{"title":"3 Month Supply","offer_id":46382208385058,"sku":"PUR-MIST-3M","price":49.99,"currency_code":"USD","in_stock":true},{"title":"5 Month Supply","offer_id":46382208417826,"sku":"PUR-MIST-5M","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/0671\/1586\/files\/euqFPHxNmQqRWCIg.png?v=1786412160","url":"https:\/\/trypuracle.com\/products\/puracle-italian-white-truffle-glow-mist-serum","provider":"Puracle","version":"1.0","type":"link"}