{"title":"Pure Intox Discovery Collections","description":"","products":[{"product_id":"glow-botanical-skincare-discovery-collection","title":"GLOW Botanical Skincare Discovery Collection","description":"\u003cstyle\u003e\n  .pi-glow-discovery {\n    --pi-glow-text: #36454f;\n    --pi-glow-heading: #243746;\n    --pi-glow-accent: #867a8c;\n    --pi-glow-soft: #fbede6;\n    --pi-glow-lavender: #f2edf7;\n    --pi-glow-cream: #fffcfa;\n    --pi-glow-white: #ffffff;\n    --pi-glow-border: rgba(54, 69, 79, 0.14);\n    --pi-glow-shadow: 0 16px 38px rgba(54, 69, 79, 0.08);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--pi-glow-text);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .pi-glow-discovery *,\n  .pi-glow-discovery *::before,\n  .pi-glow-discovery *::after {\n    box-sizing: border-box;\n  }\n\n  .pi-glow-discovery h2,\n  .pi-glow-discovery h3,\n  .pi-glow-discovery h4,\n  .pi-glow-discovery p {\n    margin-top: 0;\n  }\n\n  .pi-glow-discovery h2,\n  .pi-glow-discovery h3,\n  .pi-glow-discovery h4 {\n    color: var(--pi-glow-heading);\n    font-family: \"Playfair Display\", Georgia, serif;\n    font-weight: 500;\n    line-height: 1.2;\n  }\n\n  .pi-glow-discovery p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pi-glow-eyebrow {\n    margin: 0 0 12px;\n    color: var(--pi-glow-accent);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.15em;\n    line-height: 1.4;\n    text-transform: uppercase;\n  }\n\n  \/* HERO *\/\n\n  .pi-glow-hero {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 30px;\n    padding: 58px 48px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.9),\n        transparent 38%\n      ),\n      linear-gradient(\n        135deg,\n        var(--pi-glow-soft) 0%,\n        #f7f0ed 52%,\n        var(--pi-glow-lavender) 100%\n      );\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 24px;\n  }\n\n  .pi-glow-hero::after {\n    position: absolute;\n    right: -55px;\n    bottom: -75px;\n    width: 220px;\n    height: 220px;\n    background: rgba(255, 255, 255, 0.48);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .pi-glow-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 800px;\n  }\n\n  .pi-glow-hero h2 {\n    margin: 0 0 20px;\n    color: var(--pi-glow-heading);\n    font-size: clamp(34px, 5vw, 56px);\n  }\n\n  .pi-glow-hero-lead {\n    margin-bottom: 18px;\n    color: var(--pi-glow-heading);\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  \/* GENERAL SECTION *\/\n\n  .pi-glow-section {\n    margin-bottom: 30px;\n    padding: 42px;\n    background: var(--pi-glow-white);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 20px;\n  }\n\n  .pi-glow-section-heading {\n    margin-bottom: 26px;\n  }\n\n  .pi-glow-section-heading h3 {\n    margin: 0 0 8px;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  \/* PRODUCT CARDS *\/\n\n  .pi-glow-products {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .pi-glow-product-card {\n    position: relative;\n    min-height: 175px;\n    padding: 28px 26px 26px 90px;\n    background: var(--pi-glow-cream);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 16px;\n  }\n\n  .pi-glow-product-card:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .pi-glow-product-number {\n    position: absolute !important;\n    top: 27px !important;\n    left: 24px !important;\n    width: 48px !important;\n    min-width: 48px !important;\n    height: 48px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    color: #ffffff !important;\n    background: var(--pi-glow-accent) !important;\n    border: 0 !important;\n    border-radius: 50% !important;\n    font-family: \"DM Sans\", Arial, sans-serif !important;\n    font-size: 0 !important;\n    font-style: normal !important;\n    font-weight: 800 !important;\n    line-height: 1 !important;\n    letter-spacing: 0 !important;\n    text-align: center !important;\n    text-indent: 0 !important;\n    overflow: hidden !important;\n    transform: none !important;\n  }\n\n  .pi-glow-product-number::before {\n    display: block;\n    color: #ffffff !important;\n    font-family: \"DM Sans\", Arial, sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 800 !important;\n    line-height: 1 !important;\n  }\n\n  .pi-glow-product-card:nth-child(1)\n    .pi-glow-product-number::before {\n    content: \"1\";\n  }\n\n  .pi-glow-product-card:nth-child(2)\n    .pi-glow-product-number::before {\n    content: \"2\";\n  }\n\n  .pi-glow-product-card:nth-child(3)\n    .pi-glow-product-number::before {\n    content: \"3\";\n  }\n\n  .pi-glow-product-card:nth-child(4)\n    .pi-glow-product-number::before {\n    content: \"4\";\n  }\n\n  .pi-glow-product-card:nth-child(5)\n    .pi-glow-product-number::before {\n    content: \"5\";\n  }\n\n  .pi-glow-product-card h4 {\n    margin: 0 0 6px;\n    color: var(--pi-glow-heading);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 17px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .pi-glow-product-size {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--pi-glow-accent);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .pi-glow-product-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* BENEFIT CARDS *\/\n\n  .pi-glow-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-bottom: 30px;\n  }\n\n  .pi-glow-benefit-card {\n    min-height: 270px;\n    padding: 30px 26px;\n    background: var(--pi-glow-lavender);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 18px;\n  }\n\n  .pi-glow-check {\n    position: relative !important;\n    width: 40px !important;\n    min-width: 40px !important;\n    height: 40px !important;\n    margin: 0 0 18px !important;\n    padding: 0 !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    color: #ffffff !important;\n    background: var(--pi-glow-accent) !important;\n    border: 0 !important;\n    border-radius: 50% !important;\n    font-size: 0 !important;\n    font-style: normal !important;\n    font-weight: 800 !important;\n    line-height: 1 !important;\n    text-align: center !important;\n    text-indent: 0 !important;\n    overflow: hidden !important;\n    transform: none !important;\n  }\n\n  .pi-glow-check::before {\n    content: \"✓\";\n    display: block;\n    color: #ffffff !important;\n    font-family: Arial, sans-serif !important;\n    font-size: 19px !important;\n    font-weight: 700 !important;\n    line-height: 1 !important;\n  }\n\n  .pi-glow-benefit-card h3 {\n    margin: 0 0 10px;\n    color: var(--pi-glow-heading);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .pi-glow-benefit-card p {\n    margin-bottom: 0;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* RITUAL *\/\n\n  .pi-glow-ritual {\n    display: grid;\n    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);\n    gap: 34px;\n    align-items: center;\n    margin-bottom: 30px;\n    padding: 44px;\n    background: var(--pi-glow-cream);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 20px;\n  }\n\n  .pi-glow-ritual h3 {\n    margin: 0 0 12px;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  .pi-glow-ritual-steps {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pi-glow-ritual-step {\n    display: flex !important;\n    gap: 16px !important;\n    align-items: center !important;\n    padding: 16px 20px !important;\n    background: var(--pi-glow-white);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 12px;\n  }\n\n  .pi-glow-step-number {\n    position: relative !important;\n    width: 36px !important;\n    min-width: 36px !important;\n    height: 36px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    display: flex !important;\n    flex: 0 0 36px !important;\n    align-items: center !important;\n    justify-content: center !important;\n    color: #ffffff !important;\n    background: var(--pi-glow-accent) !important;\n    border: 0 !important;\n    border-radius: 50% !important;\n    font-family: \"DM Sans\", Arial, sans-serif !important;\n    font-size: 0 !important;\n    font-style: normal !important;\n    font-weight: 800 !important;\n    line-height: 1 !important;\n    letter-spacing: 0 !important;\n    text-align: center !important;\n    text-indent: 0 !important;\n    overflow: hidden !important;\n    transform: none !important;\n  }\n\n  .pi-glow-step-number::before {\n    display: block;\n    color: #ffffff !important;\n    font-family: \"DM Sans\", Arial, sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 800 !important;\n    line-height: 1 !important;\n  }\n\n  .pi-glow-ritual-step:nth-child(1)\n    .pi-glow-step-number::before {\n    content: \"1\";\n  }\n\n  .pi-glow-ritual-step:nth-child(2)\n    .pi-glow-step-number::before {\n    content: \"2\";\n  }\n\n  .pi-glow-ritual-step:nth-child(3)\n    .pi-glow-step-number::before {\n    content: \"3\";\n  }\n\n  .pi-glow-ritual-step:nth-child(4)\n    .pi-glow-step-number::before {\n    content: \"4\";\n  }\n\n  .pi-glow-ritual-step:nth-child(5)\n    .pi-glow-step-number::before {\n    content: \"5\";\n  }\n\n  .pi-glow-step-copy {\n    flex: 1;\n    padding: 0 !important;\n    color: var(--pi-glow-text);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .pi-glow-note {\n    margin: 2px 0 0;\n    padding: 16px 18px;\n    color: var(--pi-glow-text);\n    background: var(--pi-glow-lavender);\n    border-left: 4px solid var(--pi-glow-accent);\n    border-radius: 0 10px 10px 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  \/* PRICING *\/\n\n  .pi-glow-pricing {\n    margin-bottom: 30px;\n    padding: 54px 42px;\n    color: #ffffff !important;\n    background: #243746 !important;\n    border: 0;\n    border-radius: 20px;\n    text-align: center;\n    box-shadow: var(--pi-glow-shadow);\n  }\n\n  .pi-glow-pricing .pi-glow-eyebrow {\n    margin-bottom: 18px;\n    color: #e5dced !important;\n  }\n\n  .pi-glow-pricing h3 {\n    max-width: 950px;\n    margin: 0 auto 18px;\n    color: #ffffff !important;\n    font-size: clamp(32px, 4vw, 52px);\n    line-height: 1.18;\n  }\n\n  .pi-glow-pricing .pi-glow-price-copy {\n    max-width: 760px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.88) !important;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .pi-glow-pricing .pi-glow-price-copy strong {\n    color: #ffffff !important;\n    font-weight: 800;\n  }\n\n  .pi-glow-savings {\n    display: inline-flex !important;\n    min-height: 44px;\n    margin-top: 24px;\n    padding: 10px 22px;\n    align-items: center;\n    justify-content: center;\n    color: #243746 !important;\n    background: #ffffff !important;\n    border: 1px solid rgba(255, 255, 255, 0.7);\n    border-radius: 999px;\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.2;\n  }\n\n  \/* OFFER *\/\n\n  .pi-glow-offer {\n    display: grid;\n    grid-template-columns: 160px minmax(0, 1fr);\n    gap: 34px;\n    align-items: center;\n    margin-bottom: 30px;\n    padding: 42px;\n    background: linear-gradient(\n      135deg,\n      var(--pi-glow-lavender) 0%,\n      var(--pi-glow-soft) 100%\n    );\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 20px;\n  }\n\n  .pi-glow-offer-badge {\n    display: flex;\n    width: 150px;\n    height: 150px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    background: var(--pi-glow-accent);\n    border-radius: 50%;\n    text-align: center;\n    box-shadow: 0 12px 28px rgba(134, 122, 140, 0.26);\n  }\n\n  .pi-glow-offer-percent {\n    color: #ffffff !important;\n    font-family: \"Playfair Display\", Georgia, serif;\n    font-size: 48px;\n    line-height: 1;\n  }\n\n  .pi-glow-offer-label {\n    margin-top: 6px;\n    color: #ffffff !important;\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .pi-glow-offer h3 {\n    margin: 0 0 10px;\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .pi-glow-fine-print {\n    margin-top: 15px;\n    color: rgba(54, 69, 79, 0.78);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* CTA CARDS *\/\n\n  .pi-glow-cta-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .pi-glow-cta-card {\n    display: flex;\n    min-height: 250px;\n    flex-direction: column;\n    align-items: flex-start;\n    justify-content: center;\n    padding: 38px;\n    background: var(--pi-glow-white);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 20px;\n  }\n\n  .pi-glow-cta-card:first-child {\n    background: var(--pi-glow-lavender);\n  }\n\n  .pi-glow-cta-card:last-child {\n    background: var(--pi-glow-soft);\n  }\n\n  .pi-glow-cta-card h3 {\n    margin: 0 0 12px;\n    font-size: 29px;\n  }\n\n  .pi-glow-cta-card p {\n    margin-bottom: 22px;\n  }\n\n  .pi-glow-button {\n    display: inline-flex;\n    min-height: 48px;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 24px;\n    color: #ffffff !important;\n    background: var(--pi-glow-heading);\n    border: 1px solid var(--pi-glow-heading);\n    border-radius: 999px;\n    font-family: \"DM Sans\", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none !important;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .pi-glow-button:hover {\n    color: #ffffff !important;\n    background: var(--pi-glow-accent);\n    border-color: var(--pi-glow-accent);\n    transform: translateY(-1px);\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 820px) {\n    .pi-glow-hero,\n    .pi-glow-section,\n    .pi-glow-ritual,\n    .pi-glow-pricing,\n    .pi-glow-offer {\n      padding: 34px 26px;\n    }\n\n    .pi-glow-products,\n    .pi-glow-benefits,\n    .pi-glow-ritual,\n    .pi-glow-offer,\n    .pi-glow-cta-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pi-glow-product-card:last-child {\n      grid-column: auto;\n    }\n\n    .pi-glow-benefit-card {\n      min-height: auto;\n    }\n\n    .pi-glow-offer {\n      text-align: center;\n    }\n\n    .pi-glow-offer-badge {\n      width: 130px;\n      height: 130px;\n      margin: 0 auto;\n    }\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 520px) {\n    .pi-glow-discovery {\n      font-size: 15px;\n    }\n\n    .pi-glow-hero,\n    .pi-glow-section,\n    .pi-glow-ritual,\n    .pi-glow-pricing,\n    .pi-glow-offer,\n    .pi-glow-cta-card {\n      padding: 28px 20px;\n      border-radius: 16px;\n    }\n\n    .pi-glow-product-card {\n      min-height: 0;\n      padding: 82px 20px 24px;\n    }\n\n    .pi-glow-product-number {\n      top: 22px !important;\n      left: 20px !important;\n    }\n\n    .pi-glow-ritual-step {\n      align-items: flex-start !important;\n      padding: 15px 16px !important;\n    }\n\n    .pi-glow-pricing h3 {\n      font-size: 32px;\n    }\n\n    .pi-glow-offer-percent {\n      font-size: 42px;\n    }\n\n    .pi-glow-cta-card h3 {\n      font-size: 26px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pi-glow-discovery\"\u003e\n\n  \u003csection class=\"pi-glow-hero\"\u003e\n    \u003cdiv class=\"pi-glow-hero-content\"\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eGLOW · Botanical Skincare\u003c\/p\u003e\n\n      \u003ch2\u003eDiscover Your GLOW Ritual\u003c\/h2\u003e\n\n      \u003cp class=\"pi-glow-hero-lead\"\u003e\n        Experience five essential steps from the Pure Intox facial-care ritual\n        in convenient Discovery Sizes. This curated collection introduces the\n        textures, layering experience, and botanical performance of GLOW before\n        you choose your full-size favorites.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Ideal for first-time customers, skincare travel, thoughtful gifting, or\n        anyone ready to build a more intentional daily ritual.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-section\"\u003e\n    \u003cdiv class=\"pi-glow-section-heading\"\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eFive Essential Steps\u003c\/p\u003e\n      \u003ch3\u003eYour Collection Includes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pi-glow-products\"\u003e\n\n      \u003carticle class=\"pi-glow-product-card\"\u003e\n        \u003cspan class=\"pi-glow-product-number\"\u003e1\u003c\/span\u003e\n\n        \u003ch4\u003eGentle Botanical Cleanser\u003c\/h4\u003e\n\n        \u003cspan class=\"pi-glow-product-size\"\u003e1 oz\u003c\/span\u003e\n\n        \u003cp\u003e\n          A creamy botanical cleanser that refreshes the skin without leaving\n          it feeling stripped.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pi-glow-product-card\"\u003e\n        \u003cspan class=\"pi-glow-product-number\"\u003e2\u003c\/span\u003e\n\n        \u003ch4\u003eHydrating Essence\u003c\/h4\u003e\n\n        \u003cspan class=\"pi-glow-product-size\"\u003e1 oz\u003c\/span\u003e\n\n        \u003cp\u003e\n          A lightweight hydration step designed to prepare and replenish the\n          skin.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pi-glow-product-card\"\u003e\n        \u003cspan class=\"pi-glow-product-number\"\u003e3\u003c\/span\u003e\n\n        \u003ch4\u003eBakuchiol Barrier Serum-Oil\u003c\/h4\u003e\n\n        \u003cspan class=\"pi-glow-product-size\"\u003e5 mL\u003c\/span\u003e\n\n        \u003cp\u003e\n          A lipid-rich serum-oil that supports the appearance of tone, texture,\n          and barrier resilience.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pi-glow-product-card\"\u003e\n        \u003cspan class=\"pi-glow-product-number\"\u003e4\u003c\/span\u003e\n\n        \u003ch4\u003eHydrating Cream\u003c\/h4\u003e\n\n        \u003cspan class=\"pi-glow-product-size\"\u003e15 mL\u003c\/span\u003e\n\n        \u003cp\u003e\n          A lightweight moisturizer that delivers fresh, comfortable hydration\n          without heaviness.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pi-glow-product-card\"\u003e\n        \u003cspan class=\"pi-glow-product-number\"\u003e5\u003c\/span\u003e\n\n        \u003ch4\u003eNocturnal Recovery Cream\u003c\/h4\u003e\n\n        \u003cspan class=\"pi-glow-product-size\"\u003e15 mL\u003c\/span\u003e\n\n        \u003cp\u003e\n          A nourishing evening moisturizer created to support the skin’s\n          overnight recovery ritual.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-benefits\"\u003e\n\n    \u003carticle class=\"pi-glow-benefit-card\"\u003e\n      \u003cspan class=\"pi-glow-check\"\u003e✓\u003c\/span\u003e\n\n      \u003ch3\u003eComplete Facial Ritual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Explore cleansing, hydration, targeted nourishment, and both daytime\n        and evening moisturizing steps.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"pi-glow-benefit-card\"\u003e\n      \u003cspan class=\"pi-glow-check\"\u003e✓\u003c\/span\u003e\n\n      \u003ch3\u003eTravel-Friendly\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Conveniently sized for carry-ons, weekend bags, gym bags, and skincare\n        routines away from home.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"pi-glow-benefit-card\"\u003e\n      \u003cspan class=\"pi-glow-check\"\u003e✓\u003c\/span\u003e\n\n      \u003ch3\u003eGift-Ready\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Presented in a reusable 5\" × 7\" drawstring bag with a\n        Discovery Collection tag and a card for 10% off a future purchase of\n        full-size GLOW products. Bag may vary from the image shown.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-ritual\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eLayer With Intention\u003c\/p\u003e\n\n      \u003ch3\u003eSuggested Ritual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Follow the sequence below to experience the complete GLOW facial-care\n        ritual.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pi-glow-ritual-steps\"\u003e\n\n      \u003cdiv class=\"pi-glow-ritual-step\"\u003e\n        \u003cspan class=\"pi-glow-step-number\"\u003e1\u003c\/span\u003e\n\n        \u003cdiv class=\"pi-glow-step-copy\"\u003e\n          Begin with the \u003cstrong\u003eGentle Botanical Cleanser\u003c\/strong\u003e.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pi-glow-ritual-step\"\u003e\n        \u003cspan class=\"pi-glow-step-number\"\u003e2\u003c\/span\u003e\n\n        \u003cdiv class=\"pi-glow-step-copy\"\u003e\n          Press the \u003cstrong\u003eHydrating Essence\u003c\/strong\u003e into freshly cleansed\n          skin.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pi-glow-ritual-step\"\u003e\n        \u003cspan class=\"pi-glow-step-number\"\u003e3\u003c\/span\u003e\n\n        \u003cdiv class=\"pi-glow-step-copy\"\u003e\n          Follow with the \u003cstrong\u003eBakuchiol Barrier Serum-Oil\u003c\/strong\u003e as\n          desired.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pi-glow-ritual-step\"\u003e\n        \u003cspan class=\"pi-glow-step-number\"\u003e4\u003c\/span\u003e\n\n        \u003cdiv class=\"pi-glow-step-copy\"\u003e\n          Complete your morning ritual with the\n          \u003cstrong\u003eHydrating Cream\u003c\/strong\u003e and your preferred sunscreen.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pi-glow-ritual-step\"\u003e\n        \u003cspan class=\"pi-glow-step-number\"\u003e5\u003c\/span\u003e\n\n        \u003cdiv class=\"pi-glow-step-copy\"\u003e\n          In the evening, finish with the\n          \u003cstrong\u003eNocturnal Recovery Cream\u003c\/strong\u003e.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"pi-glow-note\"\u003e\n        Follow the individual directions and ingredient information provided\n        with each product.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-pricing\"\u003e\n    \u003cp class=\"pi-glow-eyebrow\"\u003eExclusive Collection Pricing\u003c\/p\u003e\n\n    \u003ch3\u003eFive Products. One Complete Introduction.\u003c\/h3\u003e\n\n    \u003cp class=\"pi-glow-price-copy\"\u003e\n      Purchase the complete collection for \u003cstrong\u003e$35\u003c\/strong\u003e, compared with\n      a combined individual Discovery Size value of \u003cstrong\u003e$40\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cspan class=\"pi-glow-savings\"\u003eSave $5 With the Collection\u003c\/span\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-offer\"\u003e\n\n    \u003cdiv class=\"pi-glow-offer-badge\"\u003e\n      \u003cspan class=\"pi-glow-offer-percent\"\u003e10%\u003c\/span\u003e\n      \u003cspan class=\"pi-glow-offer-label\"\u003eYour Next GLOW Ritual\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eYour Next GLOW Ritual\u003c\/p\u003e\n\n      \u003ch3\u003eSave 10% on Full-Size GLOW Products\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Your Discovery Collection includes a special offer card inside the bag.\n        Use the code provided on the card to receive 10% off your next purchase\n        of eligible full-size GLOW products.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pi-glow-fine-print\"\u003e\n        Valid on full-size GLOW products only. Additional exclusions and offer\n        terms may apply.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"pi-glow-cta-grid\"\u003e\n\n    \u003carticle class=\"pi-glow-cta-card\"\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eExplore More\u003c\/p\u003e\n\n      \u003ch3\u003eExplore More Discovery Collections\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover curated introductions to Pure Intox body care and ELEMENT\n        men’s care.\n      \u003c\/p\u003e\n\n      \u003ca class=\"pi-glow-button\" href=\"\/collections\/discovery-collections\"\u003e\n        View All Discovery Collections\n      \u003c\/a\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"pi-glow-cta-card\"\u003e\n      \u003cp class=\"pi-glow-eyebrow\"\u003eContinue the Ritual\u003c\/p\u003e\n\n      \u003ch3\u003eContinue Your GLOW Ritual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Whether you’re ready to upgrade to full-size products or purchase\n        individual Discovery Size favorites, explore the complete GLOW\n        collection.\n      \u003c\/p\u003e\n\n      \u003ca class=\"pi-glow-button\" href=\"\/collections\/glow\"\u003e\n        Shop GLOW Collection\n      \u003c\/a\u003e\n    \u003c\/article\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Pure Intox","offers":[{"title":"Rose Geranium \/ Rose Geranium \/ Rose Geranium","offer_id":54211836510518,"sku":"PI-GLOW-SKIN-DISCOVERY-COLLECTION","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Rose Geranium \/ Rose Geranium \/ Unscented","offer_id":54211836543286,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Rose Geranium \/ Unscented \/ Rose Geranium","offer_id":54211836576054,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Rose Geranium \/ Unscented \/ Unscented","offer_id":54211836608822,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ Rose Geranium \/ Rose Geranium","offer_id":54211836641590,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ Rose Geranium \/ Unscented","offer_id":54211836674358,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ Unscented \/ Rose Geranium","offer_id":54211836707126,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ Unscented \/ Unscented","offer_id":54211836739894,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/3653\/0230\/files\/IMG-5825.png?v=1785239764"},{"product_id":"glow-botanical-body-care-discovery-collection","title":"GLOW Botanical Body Care Discovery Collection","description":"\u003cdiv class=\"pi-discovery-pdp\"\u003e\n\n  \u003csection class=\"pi-pdp-intro\"\u003e\n    \u003cp class=\"pi-eyebrow\"\u003eGLOW · BOTANICAL BODY CARE\u003c\/p\u003e\n\n    \u003ch2\u003eDiscover Your Body-Care Ritual\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Experience a complete four-step Pure Intox body-care ritual created to cleanse,\n      polish, moisturize, and nourish the skin in travel-friendly Discovery Sizes.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed for first-time discovery, weekend travel, thoughtful gifting, or\n      creating a restorative body-care ritual wherever you go.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-pdp-box\"\u003e\n    \u003ch3\u003eYour Collection Includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"pi-product-list\"\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eCalming Botanical Body Wash · 1 oz\u003c\/strong\u003e\n        \u003cp\u003e\n          A gentle botanical cleanser designed to refresh the body while supporting\n          a calm, sensory ritual.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eShea Butter Sugar Scrub · 2 oz\u003c\/strong\u003e\n        \u003cp\u003e\n          A rich polishing treatment that helps smooth the feel of dry, rough skin.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eWhipped Body Butter · 1 oz\u003c\/strong\u003e\n        \u003cp\u003e\n          A cushiony body moisturizer that softens and nourishes the skin with\n          lasting comfort.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eBotanical Body Oil Lavender Drift · 5 mL\u003c\/strong\u003e\n        \u003cp\u003e\n          A lightweight botanical oil that seals in moisture and finishes the ritual\n          with a soft aromatic veil.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-three-column\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eLayered Body Care\u003c\/h3\u003e\n      \u003cp\u003e\n        Discover a complete cleanse, exfoliate, moisturize, and nourish sequence.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eTravel-Friendly\u003c\/h3\u003e\n      \u003cp\u003e\n        Compact sizes make it easy to maintain your body-care ritual while away\n        from home.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eGift-Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        Presented in a reusable 5\" × 7\" drawstring bag with a Discovery Collection\n        tag and a card for 10% off a future purchase of full-size GLOW Body Care\n        products (bag may vary from image shown).\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-pdp-box\"\u003e\n    \u003ch3\u003eSuggested Ritual\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Cleanse with the Calming Botanical Body Wash. One to three times weekly,\n      massage the Shea Butter Sugar Scrub over damp skin and rinse thoroughly.\n      Follow with the Whipped Body Butter, Botanical Body Oil, or layer both to\n      support lasting softness and moisture.\n    \u003c\/p\u003e\n\n    \u003cp class=\"pi-note\"\u003e\n      Follow the individual directions and ingredient information provided with\n      each product.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-value-box\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"pi-eyebrow\"\u003eEXCLUSIVE COLLECTION PRICING\u003c\/p\u003e\n\n      \u003ch3\u003eFour Body-Care Favorites in One Ritual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Purchase the complete collection for \u003cstrong\u003e$32\u003c\/strong\u003e, compared with a\n        combined individual Discovery Size value of \u003cstrong\u003e$36\u003c\/strong\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-discount-box\"\u003e\n\n    \u003cdiv class=\"pi-discount-icon\"\u003e10%\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"pi-eyebrow\"\u003eYOUR NEXT GLOW BODY RITUAL\u003c\/p\u003e\n\n      \u003ch3\u003eSave 10% on Full-Size GLOW Body Care\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Your Discovery Collection includes a special offer card inside the bag.\n        Use the code provided on the card to receive 10% off your next purchase\n        of eligible full-size GLOW Body Care products.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pi-discount-terms\"\u003e\n        Valid on full-size GLOW Body Care products only. Additional exclusions\n        and offer terms may apply.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-crosslink-box\"\u003e\n    \u003ch3\u003eExplore More Discovery Collections\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Continue your discovery with curated introductions to GLOW skincare and\n      ELEMENT men’s care.\n    \u003c\/p\u003e\n\n    \u003ca href=\"\/pages\/discovery-collections\" class=\"pi-button\"\u003e\n      View All Discovery Collections\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-crosslink-box\"\u003e\n    \u003ch3\u003eContinue Your GLOW Ritual\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're ready to upgrade to full-size products or purchase individual\n      Discovery Size favorites, explore the complete GLOW Body Care collection.\n    \u003c\/p\u003e\n\n    \u003ca href=\"\/collections\/bath-body\" class=\"pi-button\"\u003e\n      Shop GLOW Body Care\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n  .pi-discovery-pdp {\n    --pi-green: #a7b090;\n    --pi-charcoal: #4a4a4a;\n    --pi-cream: #fffcfa;\n    --pi-border: #e4dfd5;\n    --pi-glow: #fbede6;\n    --pi-glow-border: #ead8cf;\n\n    color: var(--pi-charcoal);\n    line-height: 1.7;\n  }\n\n  .pi-discovery-pdp *,\n  .pi-discovery-pdp *::before,\n  .pi-discovery-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .pi-discovery-pdp section {\n    margin: 46px 0;\n  }\n\n  .pi-discovery-pdp h2,\n  .pi-discovery-pdp h3 {\n    color: var(--pi-charcoal);\n    font-family: Georgia, serif;\n    font-weight: 400;\n  }\n\n  .pi-pdp-intro h2 {\n    margin: 0 0 18px;\n    font-size: 34px;\n    line-height: 1.25;\n  }\n\n  .pi-eyebrow {\n    margin: 0 0 10px;\n    color: var(--pi-green);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n  }\n\n  .pi-pdp-box,\n  .pi-crosslink-box {\n    padding: 32px;\n    background: var(--pi-cream);\n    border: 1px solid var(--pi-border);\n    border-radius: 12px;\n  }\n\n  .pi-pdp-box h3,\n  .pi-crosslink-box h3,\n  .pi-value-box h3,\n  .pi-discount-box h3 {\n    margin: 0 0 18px;\n    font-size: 26px;\n  }\n\n  .pi-product-list {\n    display: grid;\n    gap: 18px;\n  }\n\n  .pi-product-list \u003e div {\n    padding-bottom: 18px;\n    border-bottom: 1px solid var(--pi-border);\n  }\n\n  .pi-product-list \u003e div:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .pi-product-list strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .pi-product-list p {\n    margin: 0;\n  }\n\n  .pi-three-column {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .pi-three-column \u003e div {\n    padding: 25px;\n    border: 1px solid var(--pi-border);\n    border-radius: 12px;\n  }\n\n  .pi-three-column h3 {\n    margin: 0 0 10px;\n    font-size: 21px;\n  }\n\n  .pi-three-column p {\n    margin: 0;\n  }\n\n  .pi-note {\n    margin-bottom: 0;\n    font-size: 14px;\n    font-style: italic;\n  }\n\n  .pi-value-box {\n    padding: 34px;\n    background: rgba(167, 176, 144, 0.17);\n    border-radius: 12px;\n  }\n\n  .pi-value-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pi-discount-box {\n    display: grid;\n    grid-template-columns: 86px 1fr;\n    gap: 24px;\n    align-items: center;\n    padding: 32px;\n    background: var(--pi-glow);\n    border: 1px solid var(--pi-glow-border);\n    border-radius: 12px;\n  }\n\n  .pi-discount-box p {\n    margin-top: 0;\n  }\n\n  .pi-discount-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 78px;\n    height: 78px;\n    background: #ffffff;\n    border: 1px solid #e2cfc5;\n    border-radius: 50%;\n    font-family: Georgia, serif;\n    font-size: 24px;\n    color: var(--pi-charcoal);\n  }\n\n  .pi-discount-terms {\n    margin-bottom: 0;\n    font-size: 13px;\n    font-style: italic;\n    color: #696969;\n  }\n\n  .pi-button {\n    display: inline-block;\n    margin-top: 12px;\n    padding: 14px 22px;\n    background: var(--pi-charcoal);\n    color: #ffffff !important;\n    border-radius: 4px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  @media screen and (max-width: 768px) {\n    .pi-three-column {\n      grid-template-columns: 1fr;\n    }\n\n    .pi-pdp-intro h2 {\n      font-size: 28px;\n    }\n\n    .pi-pdp-box,\n    .pi-crosslink-box,\n    .pi-value-box,\n    .pi-discount-box {\n      padding: 25px 22px;\n    }\n\n    .pi-discount-box {\n      grid-template-columns: 1fr;\n    }\n\n    .pi-discount-icon {\n      width: 68px;\n      height: 68px;\n      font-size: 21px;\n    }\n  }\n\u003c\/style\u003e","brand":"Pure Intox","offers":[{"title":"Default Title","offer_id":54211839164726,"sku":"PI-GLOW-BODY-DISCOVERY-COLLECTION","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/3653\/0230\/files\/PureIntoxDiscovery-42.jpg?v=1783792299"},{"product_id":"element-mens-discovery-collection","title":"ELEMENT Men's Discovery Collection","description":"\u003cdiv class=\"pi-discovery-pdp\"\u003e\n\n  \u003csection class=\"pi-pdp-intro\"\u003e\n    \u003cp class=\"pi-eyebrow\"\u003eELEMENT · MEN’S CARE\u003c\/p\u003e\n\n    \u003ch2\u003eDiscover the ELEMENT Ritual\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Experience four foundational products from the Pure Intox ELEMENT collection,\n      thoughtfully selected to support cleansing, skin hydration, pre-shave\n      preparation, and beard conditioning.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A streamlined introduction for first-time customers, business travel, weekend\n      routines, or a practical and elevated men’s-care gift.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-pdp-box\"\u003e\n    \u003ch3\u003eYour Collection Includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"pi-product-list\"\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eAwakening Wash · 1 oz\u003c\/strong\u003e\n        \u003cp\u003e\n          A refreshing botanical wash designed to cleanse the body and begin the\n          daily ritual.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eMen’s Daily Moisturizer · 1 oz\u003c\/strong\u003e\n        \u003cp\u003e\n          A lightweight daily moisturizer created to replenish the skin without a\n          heavy finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eBeard Oil · 5 mL\u003c\/strong\u003e\n        \u003cp\u003e\n          A conditioning botanical oil that softens facial hair and supports\n          comfortable skin beneath the beard.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003ePre-Shave Conditioning Oil · 5 mL\u003c\/strong\u003e\n        \u003cp\u003e\n          A concentrated oil designed to condition the skin and facial hair before\n          shaving.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-three-column\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eEssential Grooming\u003c\/h3\u003e\n      \u003cp\u003e\n        Explore four practical products that complement everyday skincare and\n        grooming.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eTravel-Friendly\u003c\/h3\u003e\n      \u003cp\u003e\n        Convenient sizes for gym bags, carry-ons, overnight travel, and daily use\n        away from home.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eGift-Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        Presented in a reusable 5\" × 7\" drawstring bag with a Discovery Collection\n        tag and a card for 10% off a future purchase of full-size ELEMENT products\n        (bag may vary from image shown).\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-pdp-box\"\u003e\n    \u003ch3\u003eSuggested Ritual\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Cleanse with the Awakening Wash and apply the Men’s Daily Moisturizer to clean\n      skin. Before shaving, massage a small amount of the Pre-Shave Conditioning Oil\n      into damp skin and facial hair. Apply Beard Oil as needed to condition the\n      beard and support a soft, groomed finish.\n    \u003c\/p\u003e\n\n    \u003cp class=\"pi-note\"\u003e\n      Follow the individual directions and ingredient information provided with each\n      product.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-value-box\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"pi-eyebrow\"\u003eEXCLUSIVE COLLECTION PRICING\u003c\/p\u003e\n\n      \u003ch3\u003eFour Grooming Essentials in One Collection\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Purchase the complete collection for \u003cstrong\u003e$27\u003c\/strong\u003e, compared with a\n        combined individual Discovery Size value of \u003cstrong\u003e$30\u003c\/strong\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-discount-box\"\u003e\n\n    \u003cdiv class=\"pi-discount-icon\"\u003e10%\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"pi-eyebrow\"\u003eYOUR NEXT ELEMENT RITUAL\u003c\/p\u003e\n\n      \u003ch3\u003eSave 10% on Full-Size ELEMENT Products\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Your Discovery Collection includes a special offer card inside the bag.\n        Use the code provided on the card to receive 10% off your next purchase\n        of eligible full-size ELEMENT products.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pi-discount-terms\"\u003e\n        Valid on full-size ELEMENT products only. Additional exclusions and offer\n        terms may apply.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-crosslink-box\"\u003e\n    \u003ch3\u003eExplore More Discovery Collections\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Discover curated introductions to Pure Intox GLOW skincare and botanical body\n      care.\n    \u003c\/p\u003e\n\n    \u003ca href=\"\/pages\/discovery-collections\" class=\"pi-button\"\u003e\n      View All Discovery Collections\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"pi-crosslink-box\"\u003e\n    \u003ch3\u003eContinue Your ELEMENT Ritual\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're ready to upgrade to full-size products or purchase individual\n      Discovery Size favorites, explore the complete ELEMENT collection.\n    \u003c\/p\u003e\n\n    \u003ca href=\"\/collections\/element\" class=\"pi-button\"\u003e\n      Shop ELEMENT\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n  .pi-discovery-pdp {\n    --pi-green: #a7b090;\n    --pi-charcoal: #4a4a4a;\n    --pi-cream: #fffcfa;\n    --pi-border: #e4dfd5;\n    --pi-element: #eef0f1;\n    --pi-element-border: #d8dcde;\n\n    color: var(--pi-charcoal);\n    line-height: 1.7;\n  }\n\n  .pi-discovery-pdp *,\n  .pi-discovery-pdp *::before,\n  .pi-discovery-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .pi-discovery-pdp section {\n    margin: 46px 0;\n  }\n\n  .pi-discovery-pdp h2,\n  .pi-discovery-pdp h3 {\n    color: var(--pi-charcoal);\n    font-family: Georgia, serif;\n    font-weight: 400;\n  }\n\n  .pi-pdp-intro h2 {\n    margin: 0 0 18px;\n    font-size: 34px;\n    line-height: 1.25;\n  }\n\n  .pi-eyebrow {\n    margin: 0 0 10px;\n    color: var(--pi-green);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n  }\n\n  .pi-pdp-box,\n  .pi-crosslink-box {\n    padding: 32px;\n    background: var(--pi-cream);\n    border: 1px solid var(--pi-border);\n    border-radius: 12px;\n  }\n\n  .pi-pdp-box h3,\n  .pi-crosslink-box h3,\n  .pi-value-box h3,\n  .pi-discount-box h3 {\n    margin: 0 0 18px;\n    font-size: 26px;\n  }\n\n  .pi-product-list {\n    display: grid;\n    gap: 18px;\n  }\n\n  .pi-product-list \u003e div {\n    padding-bottom: 18px;\n    border-bottom: 1px solid var(--pi-border);\n  }\n\n  .pi-product-list \u003e div:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .pi-product-list strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .pi-product-list p {\n    margin: 0;\n  }\n\n  .pi-three-column {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .pi-three-column \u003e div {\n    padding: 25px;\n    border: 1px solid var(--pi-border);\n    border-radius: 12px;\n  }\n\n  .pi-three-column h3 {\n    margin: 0 0 10px;\n    font-size: 21px;\n  }\n\n  .pi-three-column p {\n    margin: 0;\n  }\n\n  .pi-note {\n    margin-bottom: 0;\n    font-size: 14px;\n    font-style: italic;\n  }\n\n  .pi-value-box {\n    padding: 34px;\n    background: rgba(167, 176, 144, 0.17);\n    border-radius: 12px;\n  }\n\n  .pi-value-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pi-discount-box {\n    display: grid;\n    grid-template-columns: 86px 1fr;\n    gap: 24px;\n    align-items: center;\n    padding: 32px;\n    background: var(--pi-element);\n    border: 1px solid var(--pi-element-border);\n    border-radius: 12px;\n  }\n\n  .pi-discount-box p {\n    margin-top: 0;\n  }\n\n  .pi-discount-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 78px;\n    height: 78px;\n    background: #ffffff;\n    border: 1px solid var(--pi-element-border);\n    border-radius: 50%;\n    font-family: Georgia, serif;\n    font-size: 24px;\n    color: var(--pi-charcoal);\n  }\n\n  .pi-discount-terms {\n    margin-bottom: 0;\n    font-size: 13px;\n    font-style: italic;\n    color: #696969;\n  }\n\n  .pi-button {\n    display: inline-block;\n    margin-top: 12px;\n    padding: 14px 22px;\n    background: var(--pi-charcoal);\n    color: #ffffff !important;\n    border-radius: 4px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  @media screen and (max-width: 768px) {\n    .pi-three-column {\n      grid-template-columns: 1fr;\n    }\n\n    .pi-pdp-intro h2 {\n      font-size: 28px;\n    }\n\n    .pi-pdp-box,\n    .pi-crosslink-box,\n    .pi-value-box,\n    .pi-discount-box {\n      padding: 25px 22px;\n    }\n\n    .pi-discount-box {\n      grid-template-columns: 1fr;\n    }\n\n    .pi-discount-icon {\n      width: 68px;\n      height: 68px;\n      font-size: 21px;\n    }\n  }\n\u003c\/style\u003e","brand":"Pure Intox","offers":[{"title":"Default Title","offer_id":54211840278838,"sku":"PI-ELE-DISCOVERY-COLLECTION","price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/3653\/0230\/files\/PureIntoxDiscovery-26.jpg?v=1783890249"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/3653\/0230\/collections\/All_Discovery_Collection.png?v=1783894901","url":"https:\/\/pureintox.com\/collections\/discovery-collections.oembed","provider":"Pure Intox","version":"1.0","type":"link"}