{"product_id":"elates-beauty-bundle","title":"Elate's Beauty Bundle (Buy 2 Get 1 FREE)","description":"\u003cstyle\u003e\n  \/* ELATE BUNDLE: Premium Minimal (Beauty Bundle Deal) *\/\n\n  .bundle-wrapper{\n    --ink:#0f172a;\n    --muted:#475569;\n    --line:rgba(15,23,42,.10);\n    --card:#ffffff;\n\n    \/* Accents (muted, bottle-inspired) *\/\n    --brand-teal:#0ea5a6;\n    --accent-magenta:#c026d3;\n    --accent-berry:#be123c;\n    --accent-indigo:#4f46e5;\n\n    font-family: system-ui,-apple-system,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    background:\n      radial-gradient(900px 300px at 12% 0%, rgba(192,38,211,.10), transparent 55%),\n      radial-gradient(900px 300px at 92% 8%, rgba(14,165,166,.10), transparent 55%),\n      linear-gradient(180deg, #ffffff, #fbfbfd);\n    color: var(--ink);\n    line-height: 1.6;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 22px;\n    border-radius: 22px;\n    border: 1px solid var(--line);\n    box-shadow: 0 14px 45px rgba(2,6,23,.08);\n  }\n\n  \/* LIGHT LUXURY HEADER *\/\n  .offer-header{\n    background:\n      radial-gradient(900px 260px at 12% 0%, rgba(192,38,211,.16), transparent 55%),\n      radial-gradient(900px 260px at 92% 10%, rgba(14,165,166,.14), transparent 55%),\n      linear-gradient(180deg, #ffffff, #fbfbfd);\n    color:#0f172a;\n    padding: 26px 22px;\n    border-radius: 18px;\n    text-align:center;\n    margin-bottom: 16px;\n    border: 1px solid rgba(15,23,42,.10);\n    box-shadow: 0 14px 35px rgba(2,6,23,.08);\n  }\n\n  .offer-tag{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding: 7px 14px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.80);\n    border: 1px solid rgba(15,23,42,.10);\n    text-transform: uppercase;\n    letter-spacing: .9px;\n    font-weight: 900;\n    font-size: .80rem;\n    color:#0f172a;\n  }\n  .offer-tag:before{\n    content:\"\";\n    width:10px;height:10px;border-radius:999px;\n    background: linear-gradient(135deg, var(--brand-teal), var(--accent-magenta));\n    display:inline-block;\n  }\n\n  .offer-title{\n    \/* SEO: H2 inside description *\/\n    font-size: 2.05rem;\n    font-weight: 950;\n    margin: 12px 0 0 0;\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n    color:#0b1220;\n  }\n\n  .offer-subtitle{\n    font-size: 1.02rem;\n    margin-top: 10px;\n    font-weight: 750;\n    color:#334155;\n  }\n\n  .bundle-intro{\n    text-align:center;\n    color: var(--muted);\n    margin: 12px auto 20px auto;\n    font-size: 1.02rem;\n    max-width: 760px;\n  }\n\n  \/* Product cards *\/\n  .prod-section{\n    background: var(--card);\n    border-radius: 18px;\n    margin-bottom: 14px;\n    padding: 18px 18px 16px 18px;\n    border: 1px solid var(--line);\n    box-shadow: 0 8px 24px rgba(2,6,23,.05);\n    transition: transform .18s ease, box-shadow .18s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .prod-section:hover{\n    transform: translateY(-2px);\n    box-shadow: 0 16px 38px rgba(2,6,23,.10);\n  }\n\n  .prod-header-row{\n    display:flex;\n    align-items:center;\n    gap:12px;\n    margin-bottom: 10px;\n  }\n\n  .prod-icon{\n    width: 44px;\n    height: 44px;\n    border-radius: 14px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size: 1.25rem;\n    flex-shrink:0;\n    border: 1px solid var(--line);\n    background: #f8fafc;\n  }\n\n  .prod-title{\n    font-size: 1.16rem;\n    font-weight: 950;\n    margin: 0;\n    letter-spacing: -0.2px;\n  }\n\n  .prod-desc{\n    color: var(--muted);\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n  }\n\n  .benefit-list{\n    list-style:none;\n    padding:0;\n    margin:0 0 14px 0;\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n  }\n\n  .benefit-tag{\n    padding: 5px 10px;\n    border-radius: 999px;\n    font-size: 0.78rem;\n    font-weight: 800;\n    border: 1px solid var(--line);\n    background: #f8fafc;\n    color:#334155;\n  }\n\n  \/* Subtle accent stripe per product *\/\n  .style-gluta:before,\n  .style-collagen:before,\n  .style-biotin:before{\n    content:\"\";\n    position:absolute;\n    left:0; top:0; bottom:0;\n    width: 5px;\n    border-radius: 18px 0 0 18px;\n    background: var(--accent-magenta);\n  }\n  .style-collagen:before{ background: var(--accent-berry); }\n  .style-biotin:before{ background: var(--accent-indigo); }\n\n  .style-gluta{\n    background: radial-gradient(700px 220px at 0% 0%, rgba(192,38,211,.08), transparent 55%), #ffffff;\n  }\n  .style-collagen{\n    background: radial-gradient(700px 220px at 0% 0%, rgba(190,18,60,.07), transparent 55%), #ffffff;\n  }\n  .style-biotin{\n    background: radial-gradient(700px 220px at 0% 0%, rgba(79,70,229,.08), transparent 55%), #ffffff;\n    border-style: dashed;\n    border-color: rgba(79,70,229,.28);\n  }\n\n  \/* FREE tag *\/\n  .free-pill{\n    position:absolute;\n    top:14px;\n    right:14px;\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding: 7px 10px;\n    border-radius: 999px;\n    font-weight: 950;\n    font-size: 0.78rem;\n    color: #3730a3;\n    background: rgba(79,70,229,.12);\n    border: 1px solid rgba(79,70,229,.22);\n  }\n\n  \/* CTA area (Button always right on desktop) *\/\n  .prod-actions{\n    display:flex;\n    align-items:center;\n    gap:12px;\n    margin-top: 10px;\n    flex-wrap: nowrap;\n  }\n  .rec-note{\n    font-size: 0.82rem;\n    color:#64748b;\n    min-width: 0;\n    flex: 1 1 auto;\n  }\n\n  .view-btn{\n    margin-left: auto;\n    flex: 0 0 auto;\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding: 10px 14px;\n    border-radius: 14px;\n    font-weight: 900;\n    font-size: 0.90rem;\n    text-decoration: none;\n    border: 1px solid var(--line);\n    background: #0b1220;\n    color:#ffffff;\n    box-shadow: 0 10px 22px rgba(2,6,23,.18);\n    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;\n    white-space: nowrap;\n  }\n  .view-btn:hover{\n    transform: translateY(-1px);\n    box-shadow: 0 14px 28px rgba(2,6,23,.26);\n    opacity: .96;\n  }\n  .view-btn .arrow{\n    width: 26px;\n    height: 26px;\n    border-radius: 999px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    background: rgba(255,255,255,.12);\n    border: 1px solid rgba(255,255,255,.14);\n    font-size: 1rem;\n    line-height: 1;\n  }\n\n  \/* Mobile: button full width *\/\n  @media (max-width: 520px){\n    .prod-actions{ flex-wrap: wrap; }\n    .view-btn{ margin-left: 0; width: 100%; justify-content: center; }\n  }\n\n  \/* LIGHT ROUTINE BOX (NOT DARK) *\/\n  .synergy-box{\n    background:\n      radial-gradient(900px 260px at 20% 0%, rgba(14,165,166,.12), transparent 55%),\n      radial-gradient(900px 260px at 90% 10%, rgba(192,38,211,.12), transparent 55%),\n      linear-gradient(180deg, #ffffff, #fbfbfd);\n    color:#0f172a;\n    padding: 22px;\n    border-radius: 18px;\n    text-align:center;\n    margin-top: 18px;\n    border: 1px solid rgba(15,23,42,.10);\n    box-shadow: 0 14px 35px rgba(2,6,23,.08);\n  }\n  .synergy-box p{ color:#475569 !important; }\n\n  .usage-grid{\n    display:grid;\n    grid-template-columns: 1fr;\n    gap:10px;\n    margin-top: 14px;\n    text-align:left;\n  }\n  @media (min-width: 768px){\n    .usage-grid{ grid-template-columns: 1fr 1fr 1fr; }\n  }\n\n  .usage-item{\n    background: #ffffff;\n    padding: 12px;\n    border-radius: 12px;\n    border: 1px solid rgba(15,23,42,.10);\n    box-shadow: 0 8px 20px rgba(2,6,23,.04);\n  }\n\n  .usage-title{\n    font-weight: 900;\n    color:#0f172a;\n    font-size: 0.86rem;\n    display:block;\n    margin-bottom: 4px;\n    text-transform: uppercase;\n    letter-spacing: .4px;\n  }\n\n  .disclaimer{\n    text-align:center;\n    font-size: 0.80rem;\n    color:#94a3b8;\n    margin-top: 14px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bundle-wrapper\"\u003e\n\u003cdiv class=\"offer-header\"\u003e\n\u003cspan class=\"offer-tag\"\u003eBeauty Bundle Deal\u003c\/span\u003e\n\u003ch2 class=\"offer-title\"\u003eBeauty Bundle Deal\u003c\/h2\u003e\n\u003cp class=\"offer-subtitle\"\u003eBuy L-Glutathione \u0026amp; Collagen \u003cbr\u003e\u003cstrong\u003e+ Get Biotin FREE!\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"bundle-intro\"\u003eUnlock your most radiant self. A powerful 3-step routine combining the Master Antioxidant for brightness, Collagen for youthful structure, and free Biotin for strong hair and nails.\u003c\/p\u003e\n\u003c!-- 1) Glutathione --\u003e\n\u003cdiv class=\"prod-section style-gluta\"\u003e\n\u003cdiv class=\"prod-header-row\"\u003e\n\u003cdiv class=\"prod-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3 class=\"prod-title\"\u003e1. Elate's L-Glutathione\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"prod-desc\"\u003eKnown as the \"Master Antioxidant,\" Glutathione is essential for detoxifying the body and promoting a brighter, more even skin tone. It works from within to reveal your natural radiance.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-tag\"\u003eSkin Brightening\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eEven Tone Glow\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eMaster Detox\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"prod-actions\"\u003e\n\u003cdiv class=\"rec-note\"\u003eRecommended: learn ingredients \u0026amp; usage before checkout.\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/elatepharma.com\/collections\/all\/products\/elates-l-glutathione-antioxidant-support\" class=\"view-btn\" target=\"_blank\"\u003e View Product \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2) Collagen --\u003e\n\u003cdiv class=\"prod-section style-collagen\"\u003e\n\u003cdiv class=\"prod-header-row\"\u003e\n\u003cdiv class=\"prod-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3 class=\"prod-title\"\u003e2. Elate's Collagen\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"prod-desc\"\u003eYour daily dose of youth. Enriched with \u003cstrong\u003eVitamin C \u0026amp; Biotin\u003c\/strong\u003e, this formula helps maintain skin elasticity, reducing the appearance of fine lines and keeping skin plump and hydrated.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-tag\"\u003eSkin Elasticity\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eYouthful Bounce\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eHydration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"prod-actions\"\u003e\n\u003cdiv class=\"rec-note\"\u003eRecommended: check serving size \u0026amp; directions.\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/elatepharma.com\/collections\/all\/products\/elates-collagen-biotin-vitamin-c-complex\" class=\"view-btn\" target=\"_blank\"\u003e View Product \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3) Biotin (FREE) --\u003e\n\u003cdiv class=\"prod-section style-biotin\"\u003e\n\u003cdiv class=\"free-pill\"\u003eFREE GIFT 🎁\u003c\/div\u003e\n\u003cdiv class=\"prod-header-row\"\u003e\n\u003cdiv class=\"prod-icon\"\u003e💜\u003c\/div\u003e\n\u003ch3 class=\"prod-title\"\u003e3. Elate's Biotin + Zinc\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"prod-desc\"\u003e\u003cstrong\u003eYours, on the house!\u003c\/strong\u003e Complete the look with Biotin. It supports the production of keratin for stronger hair strands and healthier, resilient nails.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-tag\"\u003eStronger Hair\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eHealthy Nails\u003c\/li\u003e\n\u003cli class=\"benefit-tag\"\u003eCOMPLIMENTARY\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"prod-actions\"\u003e\n\u003cdiv class=\"rec-note\"\u003eFREE item details (included with the bundle).\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/elatepharma.com\/collections\/all\/products\/elates-biotin-zinc-hair-skin-nails\" class=\"view-btn\" target=\"_blank\"\u003e View FREE Gift \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Routine --\u003e\n\u003cdiv class=\"synergy-box\"\u003e\n\u003ch3 style=\"margin: 0 0 10px 0; color: #0f172a;\"\u003eYour Daily Glow Ritual\u003c\/h3\u003e\n\u003cp style=\"font-size: 0.9rem; color: #475569; margin: 0;\"\u003eFollow this sequence for maximum radiance:\u003c\/p\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-title\"\u003eStep 1: Brighten (Morning)\u003c\/span\u003e Take \u003cstrong\u003eL-Glutathione\u003c\/strong\u003e on an empty stomach with water.\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-title\"\u003eStep 2: Strengthen (Mid-Day)\u003c\/span\u003e Take \u003cstrong\u003eBiotin\u003c\/strong\u003e after your main meal for energy.\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-title\"\u003eStep 3: Restore (Night)\u003c\/span\u003e Take \u003cstrong\u003eCollagen\u003c\/strong\u003e before bed for overnight repair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer\"\u003eDisclaimer: Food Supplements. Not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elate Pharma","offers":[{"title":"Default Title","offer_id":43818088235055,"sku":null,"price":7050.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/5_cd2e665c-375b-46b2-ae23-ea4f85eee1e9.jpg?v=1758786618","url":"https:\/\/elatepharma.com\/products\/elates-beauty-bundle","provider":"Elate Pharma","version":"1.0","type":"link"}