{"product_id":"noor-30ml-complete-luxury-bundle","title":"Noor 30ml Complete Luxury Bundle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600\u0026family=Open+Sans:wght@300;400;600\u0026display=swap');\n\n    :root{\n      --gold-sheen: linear-gradient(100deg,#b87507 0%,#f3d278 18%,#c88a1f 33%,#ffefbe 50%,#c78517 68%,#f1cf6a 85%,#b87306 100%);\n      --card:#0e2438;\n      --text:#e9eef6;\n      --muted:#b9c6d8;\n      --stroke:rgba(255,255,255,.10);\n      --shadow:0 12px 40px rgba(0,0,0,.35);\n      --shadow-hover:0 18px 44px rgba(0,0,0,.45);\n      --focus:rgba(241,207,106,.38);\n      --radius:20px;\n      --maxw:1100px;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background: #0c3150;\n      font-family: 'Open Sans', sans-serif;\n    }\n\n    \/* Section backdrop *\/\n    .luxury-container {\n      padding: 54px 16px;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--text);\n      text-align: center;\n      background:\n        radial-gradient(900px 320px at 18% -8%, rgba(255,255,255,0.06), transparent 60%),\n        #0c3150;\n    }\n\n    \/* Gold frame + dark panel *\/\n    .luxury-frame{\n      max-width: var(--maxw);\n      margin: 0 auto;\n      padding: 3px;\n      border-radius: var(--radius);\n      background: var(--gold-sheen);\n      box-shadow: var(--shadow);\n    }\n    .luxury-panel{\n      background: var(--card);\n      border-radius: calc(var(--radius) - 2px);\n      padding: 28px 20px 30px;\n      box-shadow: inset 0 1px 0 rgba(255,255,255,.05);\n      color: var(--text);\n    }\n\n    \/* Heading *\/\n    .luxury-panel h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 4vw, 36px);\n      margin: 0 0 26px;\n      letter-spacing:.2px;\n      background: var(--gold-sheen);\n      -webkit-background-clip: text; background-clip:text;\n      -webkit-text-fill-color: transparent; color: transparent;\n    }\n\n    \/* Grid *\/\n    .luxury-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0,1fr));\n      gap: 18px;\n      max-width: 980px;\n      margin: 0 auto;\n    }\n\n    \/* Feature card *\/\n    .luxury-card {\n      position: relative;\n      background-color: var(--card);\n      border-radius: 16px;\n      padding: 18px 14px 20px;\n      transition: transform .3s ease, box-shadow .3s ease, border-color .2s ease, opacity .4s ease;\n      overflow: hidden;\n      box-shadow: 0 2px 12px rgba(0,0,0,.35);\n      border:1px solid var(--stroke);\n      isolation:isolate;\n      outline: none;\n      opacity: 0; transform: translateY(10px);\n    }\n    .luxury-card::before {\n      content: \"\";\n      position: absolute; inset: -1px;\n      border-radius: 18px;\n      background: var(--gold-sheen);\n      z-index: -1; opacity: 0; transition: opacity .25s ease;\n    }\n    .luxury-card::after {\n      content: \"\";\n      position: absolute; inset: 2px;\n      border-radius: 14px;\n      background: var(--card);\n      z-index: -1;\n    }\n    .luxury-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }\n    .luxury-card:hover::before{ opacity:.6; }\n    .luxury-card:focus-visible{ box-shadow: 0 0 0 3px var(--focus), var(--shadow-hover); }\n\n    \/* Icon tile *\/\n    .luxury-media{\n      width:84px; height:84px; margin:0 auto 12px;\n      position: relative; border-radius: 14px;\n      display:flex; align-items:center; justify-content:center;\n      background:#0b1e32; border:1px solid var(--stroke);\n      box-shadow: 0 2px 12px rgba(0,0,0,.45);\n    }\n    .luxury-media::before{\n      content:\"\"; position:absolute; inset:-1px; border-radius:14px; z-index:-1;\n      background: var(--gold-sheen); opacity:.9;\n    }\n    .luxury-img{\n      width:100%; height:100%; object-fit: contain; border-radius:10px;\n    }\n\n    .luxury-title {\n      font-size: 15px;\n      font-weight: 800;\n      color: var(--text);\n      letter-spacing:.2px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px){\n      .luxury-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }\n    }\n    @media (max-width: 420px){\n      .luxury-media{ width:72px; height:72px; }\n      .luxury-title{ font-size:14px; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .luxury-card, .luxury-card::before { transition: none; }\n    }\n\n    \/* Chip *\/\n    .luxury-eyebrow{\n      display:inline-block;\n      font-size:13px;\n      font-weight:600;\n      letter-spacing:.15em;\n      text-transform:uppercase;\n      padding:.4rem 1rem;\n      margin-bottom:12px;\n      border-radius:999px;\n      background: rgba(241,207,106,.15);\n      border:1px solid rgba(241,207,106,.5);\n      color: var(--text);\n    }\n\n    \/* Heading *\/\n    .luxury-gold{\n      font-family:'Playfair Display', serif;\n      font-size: clamp(28px, 4.8vw, 42px);\n      margin:0 0 12px;\n      line-height:1.3;\n      background: var(--gold-sheen);\n      -webkit-background-clip:text;\n      background-clip:text;\n      -webkit-text-fill-color:transparent;\n      text-fill-color:transparent;\n      font-weight:600;\n    }\n\n    \/* Body text *\/\n    .luxury-sub{\n      margin:0 auto 20px;\n      max-width:720px;\n      font-size:15px;\n      line-height:1.6;\n      color: var(--muted);\n    }\n\n    \/* Steps *\/\n    .luxury-intro{\n      display:flex;\n      flex-direction:column;\n      align-items:center;\n      text-align:center;\n    }\n\n    .luxury-eyebrow{ margin-inline:auto; }\n    .luxury-gold{ text-align:center; }\n    .luxury-sub{ text-align:center; }\n\n    .luxury-steps{\n      display:grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap:14px;\n      width:100%;\n      max-width:980px;\n      margin: 4px auto 0;\n    }\n\n    .luxury-step{\n      display:flex; align-items:center; gap:10px;\n      padding:10px 16px;\n      border-radius:12px;\n      background:#0b1e32;\n      border:1px solid var(--stroke);\n      box-shadow:0 2px 10px rgba(0,0,0,.35);\n      justify-content:center;\n      width:100%;\n    }\n    .step-text{\n      font-size:14px;\n      color: var(--text);\n      font-weight:600;\n    }\n\n    \/* Golden icons *\/\n    .luxury-icon{\n      width:22px; height:22px;\n      display:inline-block; flex:0 0 22px;\n      background: var(--gold-sheen);\n      -webkit-mask: var(--icon) center \/ contain no-repeat;\n              mask: var(--icon) center \/ contain no-repeat;\n    }\n\n    @media (max-width: 900px){\n      .luxury-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }\n    }\n\n    @media (max-width: 560px){\n      .luxury-steps{ grid-template-columns: 1fr; gap:10px; }\n      .luxury-gold{ font-size: clamp(24px, 7vw, 34px); line-height:1.25; }\n      .luxury-sub{ font-size:14.2px; padding:0 10px; }\n      .luxury-step{ padding:12px 14px; border-radius:14px; }\n      .luxury-icon{ width:20px; height:20px; }\n      .step-text{ font-size:13.6px; }\n    }\n\n    \/* Bundle Description Section *\/\n    .fragrance-section{\n      --gold: linear-gradient(100deg,#b87507 0%,#f3d278 18%,#c88a1f 33%,#ffefbe 50%,#c78517 68%,#f1cf6a 85%,#b87306 100%);\n      --section:#0c3150;\n      --card:#0e2438;\n      --ink:#e9eef6;\n      --muted:#b9c6d8;\n      --stroke:rgba(255,255,255,.08);\n      --radius:18px; --maxw:1000px;\n    }\n    .fragrance-section{\n      background: radial-gradient(900px 320px at 18% -8%, rgba(255,255,255,.06), transparent 60%), var(--section);\n      padding:24px 14px;\n      color:var(--ink);\n      font-family:system-ui,-apple-system,Segoe UI,Roboto,\"Helvetica Neue\",Arial,sans-serif;\n    }\n    .fragrance-section .frame{\n      max-width:var(--maxw);\n      margin:0 auto;\n      padding:2px;\n      border-radius:var(--radius);\n      background:var(--gold);\n      box-shadow:0 10px 30px rgba(0,0,0,.35);\n    }\n    .fragrance-section .card{\n      background:var(--card);\n      border-radius:calc(var(--radius) - 2px);\n      padding:26px 18px;\n      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);\n    }\n\n    .fragrance-section .hero{ text-align:center; margin-bottom:14px; }\n    .fragrance-section .title{\n      margin:0 0 4px;\n      font-size:34px;\n      font-weight:800;\n      letter-spacing:.2px;\n      background:var(--gold);\n      -webkit-background-clip:text;\n      -webkit-text-fill-color:transparent;\n    }\n    .fragrance-section .subtitle{ margin:0; color:var(--muted); font-style:italic; }\n\n    .fragrance-section .section-title{\n      margin:0 0 10px;\n      font-size:18px;\n      font-weight:800;\n      background:var(--gold);\n      -webkit-background-clip:text;\n      -webkit-text-fill-color:transparent;\n    }\n\n    .fragrance-section .love{ margin-top:8px; }\n    .fragrance-section .gold-bullets{ list-style:none; margin:0; padding:0; }\n    .fragrance-section .gold-bullets li{\n      position:relative;\n      padding-left:22px;\n      margin:6px 0;\n      color:#e3ebf6;\n      text-align:justify;\n    }\n    .fragrance-section .gold-bullets li::before{\n      content:\"\";\n      position:absolute;\n      left:0;\n      top:.95em;\n      transform:translateY(-50%);\n      width:9px;\n      height:9px;\n      border-radius:50%;\n      background:var(--gold);\n      box-shadow:0 0 0 2px rgba(241,207,106,.20);\n    }\n\n    .fragrance-section .desc{ margin-top:16px; }\n    .fragrance-section .desc p{ margin:0 0 10px; color:#d6deea; text-align:justify; }\n    .fragrance-section .gold-text{\n      background:var(--gold);\n      -webkit-background-clip:text;\n      -webkit-text-fill-color:transparent;\n      font-weight:800;\n    }\n\n    .fragrance-section .callout{\n      margin-top:14px;\n      padding:18px 16px;\n      border-radius:12px;\n      background:linear-gradient(0deg, rgba(241,207,106,.08), rgba(255,215,0,.06));\n      border:1px solid rgba(241,207,106,.22);\n      text-align:center;\n      font-style:italic;\n    }\n\n    .bundle-products {\n      margin-top: 20px;\n      display: grid;\n      gap: 16px;\n    }\n\n    .bundle-product-item {\n      background: rgba(11,30,50,.35);\n      border: 1px solid rgba(255,255,255,.04);\n      border-radius: 12px;\n      padding: 16px;\n    }\n\n    .bundle-product-item h4 {\n      margin: 0 0 8px;\n      font-size: 16px;\n      font-weight: 700;\n      background: var(--gold);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .bundle-product-item p {\n      margin: 4px 0;\n      font-size: 14px;\n      color: #d6deea;\n      line-height: 1.5;\n    }\n  \u003c\/style\u003e\n\u003c!-- Partial COD Section --\u003e\n\u003cdiv class=\"luxury-container\"\u003e\n\u003cdiv class=\"luxury-intro\"\u003e\n\u003cspan class=\"luxury-eyebrow\"\u003ePartial COD Available\u003c\/span\u003e\n\u003ch2 class=\"luxury-gold\"\u003ePartial Cash on Delivery (COD)\u003c\/h2\u003e\n\u003cp class=\"luxury-sub\"\u003ePay just \u003cb\u003e₹500 advance\u003c\/b\u003e to confirm your order and clear the balance on delivery. A safer, simpler way to shop.\u003c\/p\u003e\n\u003cdiv class=\"luxury-steps\"\u003e\n\u003cdiv class=\"luxury-step\"\u003e\n\u003cspan style=\"--icon: url('https:\/\/cdn-icons-png.flaticon.com\/512\/1250\/1250689.png');\" class=\"luxury-icon\"\u003e\u003c\/span\u003e \u003cspan class=\"step-text\"\u003e\u003cb\u003eEnter\u003c\/b\u003e delivery details\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxury-step\"\u003e\n\u003cspan style=\"--icon: url('https:\/\/cdn-icons-png.flaticon.com\/512\/25\/25473.png');\" class=\"luxury-icon\"\u003e\u003c\/span\u003e \u003cspan class=\"step-text\"\u003e\u003cb\u003ePay ₹500\u003c\/b\u003e advance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxury-step\"\u003e\n\u003cspan style=\"--icon: url('https:\/\/cdn-icons-png.flaticon.com\/512\/992\/992700.png');\" class=\"luxury-icon\"\u003e\u003c\/span\u003e \u003cspan class=\"step-text\"\u003e\u003cb\u003ePay rest\u003c\/b\u003e on delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Signature Purity \u0026 Prestige Section --\u003e\n\u003cdiv class=\"luxury-container\"\u003e\n    \u003cdiv class=\"luxury-frame\"\u003e\n      \u003cdiv class=\"luxury-panel\"\u003e\n        \u003ch2\u003e✦ Signature Purity \u0026amp; Prestige ✦\u003c\/h2\u003e\n\n        \u003cdiv class=\"luxury-grid\"\u003e\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Free_Shipping.png?v=1757412902\" alt=\"Free Shipping\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eFree Shipping\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/COD_Available.png?v=1757412902\" alt=\"Cash on Delivery Available\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003ePartial COD Available\u003c\/div\u003e \n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Lasts_12_Hours.png?v=1757412903\" alt=\"Long Lasting\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eLasts 48+ Hours\u003c\/div\u003e \n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Organic_Ingredients.png?v=1757412902\" alt=\"Organic Ingredients\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eOrganic Ingredients\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Vegan_Friendly.png?v=1757412903\" alt=\"Vegan Friendly\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eVegan Friendly\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Cruelty-Free.png?v=1757412903\" alt=\"Cruelty Free\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eCruelty-Free\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/IFRA_Compliant.png?v=1757412901\" alt=\"IFRA Compliant\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eIFRA Compliant\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Paraben-Free.png?v=1757412902\" alt=\"Paraben Free\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eParaben-Free\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"luxury-card\" tabindex=\"0\"\u003e\n            \u003cdiv class=\"luxury-media\"\u003e\n              \u003cimg class=\"luxury-img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/GMP_Certified.png?v=1757412903\" alt=\"GMP Certified\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"luxury-title\"\u003eGMP Certified\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Soft reveal on scroll\n    (function(){\n      const cards = document.querySelectorAll('.luxury-card');\n      if(!('IntersectionObserver' in window)){ cards.forEach(c=\u003e{ c.style.opacity=1; c.style.transform='none'; }); return; }\n      const io = new IntersectionObserver((entries, obs) =\u003e {\n        entries.forEach(e =\u003e {\n          if(e.isIntersecting){\n            e.target.style.opacity = '1';\n            e.target.style.transform = 'none';\n            obs.unobserve(e.target);\n          }\n        });\n      }, {rootMargin: '0px 0px -10% 0px', threshold: 0.15});\n      cards.forEach(c =\u003e io.observe(c));\n    })();\n  \u003c\/script\u003e\n\n\n\n\u003c!-- Bundle Description Section --\u003e\n\u003csection aria-label=\"Tobacc Vinnile 100ML Complete Luxury Bundle\" class=\"fragrance-section\"\u003e\n\u003cdiv class=\"frame\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cheader class=\"hero\"\u003e\n\u003ch2 class=\"title\"\u003eNoor 30ml Complete Luxury Bundle\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThe Ultimate Self-Care Experience · Four Premium Products\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Bundle Highlights --\u003e\n\u003csection aria-labelledby=\"bundle-highlights\" class=\"love\"\u003e\n\u003ch3 class=\"section-title\" id=\"bundle-highlights\"\u003eBundle Highlights\u003c\/h3\u003e\n\u003cul class=\"gold-bullets\"\u003e\n\u003cli\u003eComplete head-to-toe luxury routine in one curated collection\u003c\/li\u003e\n\u003cli\u003eSignature Tobacc Vinnile fragrance across all products for lasting harmony\u003c\/li\u003e\n\u003cli\u003eProfessional-grade skincare with botanical actives and gentle formulas\u003c\/li\u003e\n\u003cli\u003e100ml Extrait de Parfum with exceptional longevity (48+ hours)\u003c\/li\u003e\n\u003cli\u003eSave significantly compared to purchasing items separately\u003c\/li\u003e\n\u003cli\u003ePerfect gift for yourself or someone special\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- What's Inside --\u003e\n\u003csection aria-labelledby=\"bundle-contents\" class=\"desc\"\u003e\n\u003ch3 class=\"section-title\" id=\"bundle-contents\"\u003eWhat's Inside This Bundle\u003c\/h3\u003e\n\u003cdiv class=\"bundle-products\"\u003e\n\u003cdiv class=\"bundle-product-item\"\u003e\n\u003ch4\u003eNoor Power Refresh Face Wash\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eVolume:\u003c\/strong\u003e 100 ml\u003c\/p\u003e\n\u003cp\u003eA gentle, sulfate-free daily cleanser designed to remove impurities without stripping moisture.\u003cbr data-end=\"554\" data-start=\"551\"\u003eInfused with Aloe Vera, Cucumber, and Watermelon Extracts — it refreshes the skin while maintaining natural balance.\u003cbr data-end=\"673\" data-start=\"670\"\u003eLeaves the skin clean, soft, and lightly scented with Noor’s warm floral-amber signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-product-item\"\u003e\n\u003ch4\u003eNoor Deep Cleanse Body Wash\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eVolume:\u003c\/strong\u003e 300 ml\u003c\/p\u003e\n\u003cp\u003eA luxurious body wash with a rich, creamy lather that deeply cleanses while nourishing the skin.\u003cbr data-end=\"926\" data-start=\"923\"\u003ePowered by mild exfoliating actives and hydrating botanicals, it smoothens texture, refines pores, and enhances glow.\u003cbr data-end=\"1046\" data-start=\"1043\"\u003ePerfect for daily bathing with a lingering Noor fragrance veil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-product-item\"\u003e\n\u003ch4\u003eNoor Barrier Repair Cream\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eVolume:\u003c\/strong\u003e 50 ml\u003c\/p\u003e\n\u003cp data-start=\"1529\" data-end=\"1810\"\u003eA deeply comforting moisturizer enriched with Ceramides, Panthenol, Niacinamide, and botanical extracts.\u003cbr data-start=\"1633\" data-end=\"1636\"\u003eRebuilds the skin’s natural barrier, locks in hydration, and restores smoothness with a velvety, non-greasy finish.\u003cbr data-start=\"1751\" data-end=\"1754\"\u003eIdeal for AM \u0026amp; PM use to maintain healthy, glowing skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-product-item\"\u003e\n\u003ch4\u003eNoor Anti-Ageing Face Serum\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eVolume:\u003c\/strong\u003e 30 ml\u003c\/p\u003e\n\u003cp data-start=\"1529\" data-end=\"1810\"\u003eA high-performance youth-boosting serum powered by Peptides, Niacinamide, and Hyaluronic Acid. Targets fine lines, uneven tone, and dullness while strengthening the skin’s barrier.Lightweight, fast-absorbing, and suitable for daily use — delivers a visibly firmer, more radiant complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-product-item\"\u003e\n\u003ch4\u003eNoor Extrait de Parfum\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eVolume:\u003c\/strong\u003e 30 ml · \u003cstrong class=\"gold-text\"\u003eLongevity:\u003c\/strong\u003e 48+ hours\u003c\/p\u003e\n\u003cp\u003eA soft yet captivating perfume with sweet, warm, and amber-infused notes.\u003cbr data-end=\"1968\" data-start=\"1965\"\u003eOpens with delicate sweetness, evolves into powdery vanilla warmth, and settles into a radiant tropical-amber base that lingers beautifully.\u003cbr data-end=\"2111\" data-start=\"2108\"\u003eIFRA-compliant, cruelty-free, and crafted for long-lasting elegance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Benefits --\u003e\n\u003csection aria-labelledby=\"bundle-benefits\" class=\"love\"\u003e\n\u003ch3 class=\"section-title\" id=\"bundle-benefits\"\u003eComplete Routine Benefits\u003c\/h3\u003e\n\u003cul class=\"gold-bullets\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eMorning:\u003c\/strong\u003e Cleanse with Noor Power Refresh Face Wash, treat with Anti-Ageing Serum, hydrate with Barrier Repair Cream, finish with Noor Extrait de Parfum for a soft, radiant aura.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEvening:\u003c\/strong\u003e Deep cleanse body with Noor Deep Cleanse Body Wash, follow with a refreshing facial cleanse, apply serum, and lock in moisture with the Barrier Repair Cream.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-end=\"2614\" data-start=\"2590\"\u003eSynergistic formulas\u003c\/strong\u003e that work together to brighten, smooth, hydrate, and protect.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-end=\"2718\" data-start=\"2681\"\u003eConsistent Noor fragrance profile\u003c\/strong\u003e across the routine for a luxurious sensory experience.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-end=\"2823\" data-start=\"2778\"\u003eDermatologist-approved active ingredients\u003c\/strong\u003e for professional results at home.\u003c\/li\u003e\n\u003cli\u003eAll products suitable for daily use and all skin types.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- Good to Know --\u003e\n\u003csection aria-labelledby=\"bundle-safety\" class=\"desc\"\u003e\n\u003ch3 class=\"section-title\" id=\"bundle-safety\"\u003eGood to Know\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eAll Products Are:\u003c\/strong\u003e Vegan-friendly · Cruelty-free · IFRA compliant · Paraben-free · GMP certified · Made with organic ingredients\u003c\/p\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eStorage:\u003c\/strong\u003e Store in a cool, dry place away from direct sunlight. Keep out of reach of children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong class=\"gold-text\"\u003eExternal Use Only:\u003c\/strong\u003e Avoid contact with eyes. Discontinue use if irritation occurs.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Signature Mood --\u003e\n\u003caside class=\"callout\"\u003e\"Complete luxury, head to toe. The Tobacc Vinnile experience.\"\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Aureialondon","offers":[{"title":"Default Title","offer_id":47714693120227,"sku":null,"price":2600.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2991\/5619\/files\/Aureia_Product_website_size_81.png?v=1765283869","url":"https:\/\/aureialondon.com\/products\/noor-30ml-complete-luxury-bundle","provider":"Aureialondon","version":"1.0","type":"link"}