{"product_id":"astro-discovery-set","title":"Astro Discovery Set","description":"\u003cdiv onclick=\"openCreditPopup()\" style=\"\n    display:inline-flex;\n    align-items:center;\n    gap:6px;\n    background:#f3f1ef;\n    border-radius:999px;\n    padding:6px 12px;\n    font-size:14px;\n    font-weight:500;\n    color:#111;\n    line-height:1;\n    cursor:pointer;\n    margin:10px 0 18px;\n  \"\u003e\n\n  \u003c!-- PERFUME ICON --\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2728\/0604\/files\/Astro_Perfume_icon_50-50.png?v=1779818507\" alt=\"\" width=\"30\" height=\"30\" style=\"\n    display:block;\n    width:30px;\n    height:30px;\n    min-width:30px;\n    object-fit:contain;\n    border:none;\n    outline:none;\n    box-shadow:none;\n    background:none;\n  \"\u003e\n\n  \u003c!-- TEXT --\u003e\n  \u003cspan\u003e\n    Includes a $20 fragrance credit\n  \u003c\/span\u003e\n\n  \u003c!-- INFO ICON --\u003e\n  \u003cspan style=\"\n    opacity:.45;\n    font-size:18px;\n    transform:translateY(-0.5px);\n  \"\u003e\n    \u003cstrong\u003eⓘ\u003c\/strong\u003e\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- POPUP --\u003e\n\u003cdiv id=\"credit-popup-overlay\" style=\"\n  display:none;\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  z-index:9999;\n  align-items:center;\n  justify-content:center;\n  padding:20px;\n\"\u003e\n\n  \u003cdiv style=\"\n    background:#fff;\n    width:100%;\n    max-width:560px;\n    padding:42px;\n    position:relative;\n    font-family:inherit;\n  \"\u003e\n\n    \u003c!-- CLOSE --\u003e\n    \u003cbutton onclick=\"closeCreditPopup()\" style=\"\n      position:absolute;\n      top:14px;\n      right:16px;\n      border:none;\n      background:none;\n      font-size:28px;\n      cursor:pointer;\n      line-height:1;\n      color:#111;\n    \"\u003e\n      ×\n    \u003c\/button\u003e\n\n    \u003c!-- STEP 1 --\u003e\n    \u003cdiv style=\"\n      display:grid;\n      grid-template-columns:28px 1fr;\n      gap:16px;\n      margin-bottom:24px;\n    \"\u003e\n\n      \u003cdiv style=\"\n        width:24px;\n        height:24px;\n        background:#111;\n        color:#fff;\n        display:flex;\n        align-items:center;\n        justify-content:center;\n        font-size:12px;\n        font-weight:600;\n      \"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv style=\"\n          font-weight:600;\n          margin-bottom:6px;\n          font-size:15px;\n        \"\u003e\n          Purchase\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"\n          color:#666;\n          line-height:1.6;\n          font-size:14px;\n        \"\u003e\n          Purchase any Discovery Set to unlock your fragrance credit.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- STEP 2 --\u003e\n    \u003cdiv style=\"\n      display:grid;\n      grid-template-columns:28px 1fr;\n      gap:16px;\n      margin-bottom:24px;\n    \"\u003e\n\n      \u003cdiv style=\"\n        width:24px;\n        height:24px;\n        background:#111;\n        color:#fff;\n        display:flex;\n        align-items:center;\n        justify-content:center;\n        font-size:12px;\n        font-weight:600;\n      \"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv style=\"\n          font-weight:600;\n          margin-bottom:6px;\n          font-size:15px;\n        \"\u003e\n          Discover Your Signature Scent\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"\n          color:#666;\n          line-height:1.6;\n          font-size:14px;\n        \"\u003e\n          Explore the collection and find the fragrance that speaks to you most.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- STEP 3 --\u003e\n    \u003cdiv style=\"\n      display:grid;\n      grid-template-columns:28px 1fr;\n      gap:16px;\n    \"\u003e\n\n      \u003cdiv style=\"\n        width:24px;\n        height:24px;\n        background:#111;\n        color:#fff;\n        display:flex;\n        align-items:center;\n        justify-content:center;\n        font-size:12px;\n        font-weight:600;\n      \"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv style=\"\n          font-weight:600;\n          margin-bottom:6px;\n          font-size:15px;\n        \"\u003e\n          Receive Your Credit\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"\n          color:#666;\n          line-height:1.6;\n          font-size:14px;\n        \"\u003e\n          Your $20 fragrance credit will be emailed after purchase for use toward a future full-size fragrance.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction openCreditPopup() {\n  document.getElementById('credit-popup-overlay').style.display = 'flex';\n}\n\nfunction closeCreditPopup() {\n  document.getElementById('credit-popup-overlay').style.display = 'none';\n}\n\nwindow.addEventListener('click', function(e) {\n  const overlay = document.getElementById('credit-popup-overlay');\n\n  if (e.target === overlay) {\n    closeCreditPopup();\n  }\n});\n\u003c\/script\u003e\n\u003ch2\u003e$59\u003c\/h2\u003e\n\u003cp\u003eThe Astro Discovery Set features 12 astrology-inspired fragrances, each representing a unique zodiac sign with carefully curated scents. For a limited time, unlock a $20 credit toward your future signature fragrance with the purchase of any Discovery Set.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIncludes: \u003c\/strong\u003e\u003cspan\u003e12 x 1.5ml Spray Vials\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"The Lyfestyle Co.","offers":[{"title":"Default Title","offer_id":43103970361378,"sku":"ASTRO-DS01","price":59.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2728\/0604\/files\/AstroSet_1_2000-2000.jpg?v=1740097253","url":"https:\/\/thelyfestyleco.com\/products\/astro-discovery-set","provider":"The Lyfestyle Co.","version":"1.0","type":"link"}