{"title":"Microinfusion","description":"","products":[{"product_id":"bellevia-lab®-micro-infusion-kit-microbiome-restore","title":"Bellevia Lab® Micro Infusion Kit with Pre + Postbiotics","description":"\u003c!-- LUX SKIN Microbiome Restore Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cstyle\u003e\n    .lux-micro-bio-module{\n      --sage: #4a7c6f;\n      --sage-light: #7aab9e;\n      --sage-glow: #a8c9c2;\n      --sage-pale: #e8f2f0;\n      --sage-deep: #d0e6e2;\n      --lavender: #7a6fa8;\n      --lavender-light: #b0a8d4;\n      --lavender-pale: #ede9f8;\n      --navy: #1a1a2e;\n      --navy-soft: #2e2e4a;\n      --text: #2c2c2c;\n      --text-soft: #5a5a5a;\n      --card: #ffffff;\n      --border: #e0e8e6;\n\n      font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module * { box-sizing: border-box; }\n    .lux-micro-bio-module h2, .lux-micro-bio-module p, .lux-micro-bio-module ul, .lux-micro-bio-module li { margin: 0; padding: 0; }\n\n    .lux-micro-bio-module .container{\n      max-width: 740px;\n      margin: 0 auto;\n      padding: 40px 20px;\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n    }\n\n    .lux-micro-bio-module .card,\n    .lux-micro-bio-module .guidance-card,\n    .lux-micro-bio-module .expect-card,\n    .lux-micro-bio-module .proof-card{\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 36px 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .lux-micro-bio-module .card::before,\n    .lux-micro-bio-module .proof-card::before{\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n    }\n\n    .lux-micro-bio-module .card::before{\n      background: linear-gradient(90deg, var(--sage), var(--lavender-light), var(--sage));\n    }\n\n    .lux-micro-bio-module .proof-card::before{\n      background: linear-gradient(90deg, var(--sage), var(--lavender-light));\n    }\n\n    .lux-micro-bio-module .card-label{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--sage);\n      margin-bottom: 16px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .card h2{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.2;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .card p{\n      font-size: 15px;\n      line-height: 1.7;\n      color: var(--text);\n      margin-bottom: 14px;\n    }\n    .lux-micro-bio-module .card p:last-child{ margin-bottom: 0; }\n\n    .lux-micro-bio-module .hero-actives{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin: 24px 0;\n    }\n\n    .lux-micro-bio-module .hero-active{\n      padding: 20px;\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      position: relative;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .lux-micro-bio-module .hero-active::after{\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 4px;\n      height: 100%;\n    }\n\n    .lux-micro-bio-module .hero-active.bio-primary{\n      background: linear-gradient(135deg, #eef6f4 0%, #fff 100%);\n    }\n    .lux-micro-bio-module .hero-active.bio-primary::after{ background: var(--sage); }\n\n    .lux-micro-bio-module .hero-active.bio-secondary{\n      background: linear-gradient(135deg, #f0eef8 0%, #fff 100%);\n    }\n    .lux-micro-bio-module .hero-active.bio-secondary::after{ background: var(--lavender); }\n\n    .lux-micro-bio-module .hero-active-name{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 4px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .hero-active.bio-primary .hero-active-name{ color: var(--sage); }\n    .lux-micro-bio-module .hero-active.bio-secondary .hero-active-name{ color: var(--lavender); }\n\n    .lux-micro-bio-module .hero-active-title{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .lux-micro-bio-module .hero-active-desc{\n      font-size: 13px;\n      line-height: 1.6;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .special-callout{\n      background: linear-gradient(135deg, var(--sage-pale) 0%, #f5faf9 100%);\n      border-radius: 12px;\n      padding: 20px 24px;\n      margin-top: 20px;\n      font-size: 14.5px;\n      line-height: 1.7;\n      border-left: 3px solid var(--sage);\n    }\n    .lux-micro-bio-module .special-callout strong{ color: var(--navy); }\n\n    .lux-micro-bio-module .divider{\n      border: none;\n      border-top: 1px dashed var(--border);\n      margin: 24px 0;\n    }\n\n    .lux-micro-bio-module .kit-includes{\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      margin: 10px 0 20px;\n    }\n\n    .lux-micro-bio-module .kit-item{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14.5px;\n      line-height: 1.5;\n    }\n\n    .lux-micro-bio-module .kit-item .dot{\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--sage);\n      flex-shrink: 0;\n    }\n\n    .lux-micro-bio-module .meta-row{\n      display: flex;\n      gap: 32px;\n      margin-top: 4px;\n      flex-wrap: wrap;\n    }\n\n    .lux-micro-bio-module .meta-item{\n      font-size: 14px;\n      color: var(--text-soft);\n    }\n    .lux-micro-bio-module .meta-item strong{ color: var(--text); }\n\n    .lux-micro-bio-module .ingredients-strip{\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .lux-micro-bio-module .ing-tag{\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n      padding: 5px 12px;\n      border-radius: 999px;\n      border: 1px solid;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .ing-tag.bio-tag{\n      background: #eef6f4;\n      border-color: #c4ddd9;\n      color: var(--sage);\n    }\n\n    .lux-micro-bio-module .ing-tag.lav-tag{\n      background: #f0eef8;\n      border-color: #cdc8e8;\n      color: var(--lavender);\n    }\n\n    .lux-micro-bio-module .ing-tag.support-tag{\n      background: #f8f8f8;\n      border-color: #e0e0e0;\n      color: var(--text-soft);\n    }\n\n    \/* Guidance *\/\n    .lux-micro-bio-module .guidance-card{ overflow: visible; }\n\n    .lux-micro-bio-module .bubble{\n      position: absolute;\n      top: -14px;\n      left: 24px;\n      background: var(--sage-deep);\n      color: var(--navy);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 7px 16px;\n      border-radius: 999px;\n      white-space: nowrap;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .guidance-card p{\n      font-size: 14.5px;\n      line-height: 1.7;\n      margin-bottom: 12px;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .guidance-list{\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .lux-micro-bio-module .guidance-list li{\n      font-size: 14.5px;\n      line-height: 1.6;\n      padding-left: 18px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .guidance-list li::before{\n      content: '→';\n      position: absolute;\n      left: 0;\n      color: var(--sage);\n      font-weight: 600;\n    }\n\n    \/* Expect *\/\n    .lux-micro-bio-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n    .lux-micro-bio-module .expect-card .bubble{ background: var(--sage-pale); }\n\n    .lux-micro-bio-module .results-header{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .results-header span{ font-size: 20px; }\n\n    .lux-micro-bio-module .results-header strong{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 22px;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    .lux-micro-bio-module .results-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .result-item{\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 16px 18px 16px 34px;\n      font-size: 13.5px;\n      line-height: 1.6;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .result-item::before{\n      content: '✦';\n      position: absolute;\n      left: 14px;\n      top: 16px;\n      font-size: 10px;\n    }\n\n    .lux-micro-bio-module .result-item.bio-result{\n      background: linear-gradient(135deg, #eef6f4, #fff);\n    }\n    .lux-micro-bio-module .result-item.bio-result::before{ color: var(--sage); }\n\n    .lux-micro-bio-module .result-item.lav-result{\n      background: linear-gradient(135deg, #f0eef8, #fff);\n    }\n    .lux-micro-bio-module .result-item.lav-result::before{ color: var(--lavender); }\n\n    .lux-micro-bio-module .result-item.shared-result{\n      background: linear-gradient(135deg, #f4f6f8, #fff);\n    }\n    .lux-micro-bio-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n    .lux-micro-bio-module .result-tag{\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      padding: 2px 8px;\n      border-radius: 4px;\n      margin-bottom: 6px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .tag-bio{ background: #d4ece8; color: var(--sage); }\n    .lux-micro-bio-module .tag-lav{ background: #dcdaf0; color: var(--lavender); }\n    .lux-micro-bio-module .tag-both{ background: #e0e4ea; color: var(--navy-soft); }\n\n    .lux-micro-bio-module .timeline{\n      margin-top: 20px;\n      padding: 20px 24px;\n      background: linear-gradient(135deg, #fafafa, #f2f7f6);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n    }\n\n    .lux-micro-bio-module .timeline-title{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--sage);\n      margin-bottom: 14px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .timeline-steps{\n      display: flex;\n      gap: 0;\n      position: relative;\n    }\n\n    .lux-micro-bio-module .timeline-steps::before{\n      content: '';\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      right: 12px;\n      height: 2px;\n      background: linear-gradient(90deg, var(--sage-glow), var(--lavender-pale), var(--sage-glow));\n    }\n\n    .lux-micro-bio-module .timeline-step{\n      flex: 1;\n      text-align: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .lux-micro-bio-module .timeline-dot{\n      width: 24px; height: 24px;\n      border-radius: 50%;\n      background: var(--card);\n      border: 2px solid var(--sage);\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      font-weight: 700;\n      color: var(--sage);\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .timeline-step:last-child .timeline-dot{\n      border-color: var(--lavender);\n      color: var(--lavender);\n    }\n\n    .lux-micro-bio-module .timeline-step:nth-child(2) .timeline-dot{\n      border-color: var(--navy-soft);\n      color: var(--navy-soft);\n    }\n\n    .lux-micro-bio-module .timeline-text{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .timeline-text strong{\n      display: block;\n      color: var(--text);\n      font-size: 13px;\n    }\n\n    \/* Proof *\/\n    .lux-micro-bio-module .proof-header-wrap{\n      position: relative;\n      margin-bottom: 24px;\n    }\n\n    .lux-micro-bio-module .proof-pill{\n      display: inline-block;\n      background: linear-gradient(135deg, var(--sage-pale), var(--sage-deep));\n      color: var(--navy);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      padding: 12px 26px;\n      border-radius: 999px;\n      border: 1px solid var(--sage-glow);\n      box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n    }\n\n    .lux-micro-bio-module .proof-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .proof-stat{\n      padding: 18px 20px;\n      border-radius: 12px;\n      text-align: center;\n    }\n\n    .lux-micro-bio-module .proof-stat.stat-bio{\n      background: linear-gradient(135deg, #eef6f4, #e4f0ee);\n      border: 1px solid #c4ddd9;\n    }\n\n    .lux-micro-bio-module .proof-stat.stat-lav{\n      background: linear-gradient(135deg, #f0eef8, #e8e6f4);\n      border: 1px solid #cdc8e8;\n    }\n\n    .lux-micro-bio-module .proof-stat .stat-number{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 36px;\n      font-weight: 700;\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n\n    .lux-micro-bio-module .stat-bio .stat-number{ color: var(--sage); }\n    .lux-micro-bio-module .stat-lav .stat-number{ color: var(--lavender); }\n\n    .lux-micro-bio-module .proof-stat .stat-label{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .proof-stat .stat-source{\n      font-size: 10px;\n      color: #aaa;\n      margin-top: 4px;\n      font-style: italic;\n    }\n\n    .lux-micro-bio-module .proof-list{\n      list-style: none;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin: 0 0 24px 0;\n    }\n\n    .lux-micro-bio-module .proof-list li{\n      font-size: 14px;\n      line-height: 1.6;\n      padding-left: 20px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .proof-list li::before{\n      content: '✓';\n      position: absolute;\n      left: 0;\n      color: var(--sage);\n      font-weight: 700;\n    }\n\n    .lux-micro-bio-module .disclaimer{\n      font-size: 11.5px;\n      line-height: 1.6;\n      color: #999;\n      font-style: italic;\n      border-top: 1px solid var(--border);\n      padding-top: 16px;\n    }\n\n    @media (max-width: 600px){\n      .lux-micro-bio-module .container{ padding: 24px 16px; }\n      .lux-micro-bio-module .card,\n      .lux-micro-bio-module .guidance-card,\n      .lux-micro-bio-module .expect-card,\n      .lux-micro-bio-module .proof-card{ padding: 28px 20px; }\n\n      .lux-micro-bio-module .expect-card{ padding: 34px 20px 24px; }\n      .lux-micro-bio-module .hero-actives{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .results-grid{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .proof-grid{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .meta-row{ flex-direction: column; gap: 8px; }\n      .lux-micro-bio-module .card h2{ font-size: 24px; }\n      .lux-micro-bio-module .bubble{ left: 16px; }\n      .lux-micro-bio-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"lux-micro-bio-module\"\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eBellevia Lab® Micro Infusion Kit — Microbiome Restore\u003c\/h2\u003e\n\n\u003cp\u003eA next-level at-home treatment designed to help restore your skin's microbiome, strengthen the barrier, and support the look of calmer, more radiant, resilient skin — at a fraction of typical in-clinic costs.\u003c\/p\u003e\n\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eMicrobiome Restore Serum\u003c\/strong\u003e absorb effectively — delivering postbiotics and prebiotics exactly where they're needed most.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-actives\"\u003e\n\n\u003cdiv class=\"hero-active bio-primary\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003ePostbiotics\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eBioactive compounds produced by beneficial bacteria that help rebalance the skin's ecosystem, support barrier integrity, and calm the look of sensitivity and redness.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active bio-secondary\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003ePrebiotics + 5% Niacinamide\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003ePrebiotics feed beneficial skin bacteria to restore microbiome balance, while 5% niacinamide supports the look of brightness, even tone, and a strengthened barrier.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003ecalmer skin, lasting hydration, improved radiance, and a stronger barrier\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"special-callout\"\u003e\n\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eWhile most serums address surface symptoms, ours targets the root cause — a disrupted microbiome. By pairing postbiotics with prebiotics and 5% niacinamide in a micro-infusion format, this kit delivers a professional-grade foundation reset designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Microbiome Restore 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredients-strip\"\u003e\n\n\u003cspan class=\"ing-tag bio-tag\"\u003ePostbiotics\u003c\/span\u003e \u003cspan class=\"ing-tag bio-tag\"\u003ePrebiotics\u003c\/span\u003e \u003cspan class=\"ing-tag lav-tag\"\u003e5% Niacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag lav-tag\"\u003eZinc\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eAllantoin\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul class=\"guidance-list\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\n\u003cdiv class=\"results-header\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e \u003cstrong\u003eResults you'll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-item bio-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-bio\"\u003ePostbiotics\u003c\/div\u003e\n\nHelps calm the look of redness and sensitivity as the microbiome begins to rebalance\u003c\/div\u003e\n\n\u003cdiv class=\"result-item lav-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-lav\"\u003eNiacinamide\u003c\/div\u003e\n\nSupports the look of a more even, brighter skin tone and visibly refined pores\u003c\/div\u003e\n\n\u003cdiv class=\"result-item bio-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-bio\"\u003ePrebiotics\u003c\/div\u003e\n\nDesigned to support a stronger-looking barrier, helping moisture stay locked in longer\u003c\/div\u003e\n\n\u003cdiv class=\"result-item lav-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-lav\"\u003eNiacinamide\u003c\/div\u003e\n\nSupports the look of firmer, smoother skin with consistent weekly use\u003c\/div\u003e\n\n\u003cdiv class=\"result-item shared-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-both\"\u003eMicrobiome Reset\u003c\/div\u003e\n\nHelps restore the look of radiance and resilience as the skin's ecosystem rebalances\u003c\/div\u003e\n\n\u003cdiv class=\"result-item shared-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-both\"\u003eFoundation Reset\u003c\/div\u003e\n\nQuick 5 to 10 minute weekly treatments — your other products finally perform better\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-steps\"\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Calmer look, improved hydration, early glow\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Barrier strengthens, sensitivity settles, texture refines\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e Lasting radiance, resilient skin, routine performs better\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TESTED \u0026 PROVEN --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-grid\"\u003e\n\n\u003cdiv class=\"proof-stat stat-bio\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e176%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003e24-hour moisture retention rate — rated \"excellent\" (150%+ threshold)\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-lav\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e81%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eFirming \u0026amp; anti-wrinkle elastase inhibition rate, outperformed control\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-bio\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e51%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eSoothing \u0026amp; calming hyaluronidase inhibition rate\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-lav\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e33%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eBrightening tyrosinase inhibition rate — proven effective\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cul class=\"proof-list\"\u003e\n\n\u003cli\u003eDesigned to restore the skin's microbiome — the root cause of sensitivity, dullness, and barrier damage\u003c\/li\u003e\n\n\u003cli\u003ePostbiotics and prebiotics work together to replenish beneficial bacteria and rebalance the skin's ecosystem\u003c\/li\u003e\n\n\u003cli\u003e5% niacinamide has been widely studied for supporting barrier function, brightness, and skin tone\u003c\/li\u003e\n\n\u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact with the skin compared to simple topical application\u003c\/li\u003e\n\n\u003cli\u003e4 independent efficacy reports from an ILAC MRA internationally accredited testing facility — all results statistically significant (P\u0026lt;0.05)\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicrobiome Restore Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Zinc PCA, Allantoin, Sodium Hyaluronate, Lactobacillus Ferment (Postbiotic), Inulin (Prebiotic), Centella Asiatica Extract, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Sclerotium Gum, Phenoxyethanol, Hydroxyacetophenone, Oligopeptide-1, Palmitoyl Pentapeptide-4, Acetyl Tetrapeptide-9.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background: #fff9f3; border: 1px solid #f3d8c2; border-radius: 12px; padding: 14px 18px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size: 15px; color: #333; margin-top: 18px;\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca style=\"color: #ff3b30; font-weight: 600; text-decoration: none; margin-left: 6px;\" href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e","brand":"Minha loja","offers":[{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215771771032,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215771803800,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215771836568,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":49215771869336,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Anti-Aging (with Peptides)","offer_id":49215771902104,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":49215771934872,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/c6719220-af0b-4f3c-87fd-c94d9db5f484.png?v=1781117419"},{"product_id":"hair-growth-actives","title":"LUX SKIN® Micro Infusion Kit with Hair Growth Actives","description":"\u003c!-- LUX SKIN Hair Growth Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .lux-hair-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --sage:#2e6b4f;\n    --sage-soft:#dfeee6;\n\n    --teal:#2f7f8b;\n    --teal-soft:#d9eef1;\n\n    --gold:#b87a5e;\n    --gold-soft:#f3e7de;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-hair-module *{ box-sizing:border-box; }\n  .lux-hair-module h2,\n  .lux-hair-module h3,\n  .lux-hair-module p,\n  .lux-hair-module ul,\n  .lux-hair-module li{ margin:0; padding:0; }\n\n  .lux-hair-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-hair-module .card,\n  .lux-hair-module .guidance-card,\n  .lux-hair-module .expect-card,\n  .lux-hair-module .proof-card,\n  .lux-hair-module .value-card,\n  .lux-hair-module .howto,\n  .lux-hair-module .ingredients-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-hair-module .card::before,\n  .lux-hair-module .proof-card::before,\n  .lux-hair-module .value-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n  }\n\n  .lux-hair-module .card::before{\n    background:linear-gradient(90deg,var(--sage),var(--teal),var(--sage));\n  }\n\n  .lux-hair-module .proof-card::before{\n    background:linear-gradient(90deg,var(--teal),var(--teal-soft));\n  }\n\n  .lux-hair-module .value-card::before{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n  }\n\n  .lux-hair-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--sage);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-hair-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-hair-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-hair-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-hair-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--sage);\n  }\n\n  .lux-hair-module .hero-active.follicle{\n    background:linear-gradient(135deg,#f1fbf5 0%,#fff 100%);\n  }\n\n  .lux-hair-module .hero-active.energise{\n    background:linear-gradient(135deg,#eef9fb 0%,#fff 100%);\n  }\n  .lux-hair-module .hero-active.energise::after{ background:var(--teal); }\n\n  .lux-hair-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--sage);\n  }\n  .lux-hair-module .hero-active.energise .hero-active-name{ color:var(--teal); }\n\n  .lux-hair-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-hair-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-hair-module .special-callout{\n    background:linear-gradient(135deg,var(--sage-soft) 0%,#f7fbf9 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--sage);\n  }\n  .lux-hair-module .special-callout strong{ color:var(--navy); }\n\n  .lux-hair-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-hair-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-hair-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-hair-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--sage);\n    flex-shrink:0;\n  }\n\n  .lux-hair-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-hair-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-hair-module .meta-item strong{ color:var(--text); }\n\n  .lux-hair-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-hair-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .ing-tag.growth-tag{\n    background:#f1fbf5;\n    border-color:#cfe4d8;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .ing-tag.energy-tag{\n    background:#eef9fb;\n    border-color:#cfe7ea;\n    color:var(--teal);\n  }\n\n  .lux-hair-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Value table card *\/\n  .lux-hair-module .value-topbar{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n    padding:10px 18px;\n    border-radius:10px;\n    text-align:center;\n    letter-spacing:.5px;\n    text-transform:uppercase;\n    margin-bottom:14px;\n  }\n\n  .lux-hair-module .price-table table{\n    width:100%;\n    border-collapse:collapse;\n    font-size:14px;\n  }\n\n  .lux-hair-module .price-table thead tr{ background:#fdf1f2; }\n\n  .lux-hair-module .price-table th{\n    text-align:left;\n    padding:10px 8px;\n    font-weight:600;\n    color:#333;\n    border-bottom:1px solid #f0d2d6;\n  }\n\n  .lux-hair-module .price-table th:nth-child(2),\n  .lux-hair-module .price-table th:nth-child(3){ text-align:right; }\n\n  .lux-hair-module .price-table td{\n    padding:9px 8px;\n    border-bottom:1px solid #f5e3e6;\n    color:#444;\n  }\n\n  .lux-hair-module .price-table td:nth-child(2),\n  .lux-hair-module .price-table td:nth-child(3){ text-align:right; }\n\n  .lux-hair-module .price-table tr.hero{\n    background:#fff3f3;\n    font-weight:700;\n    color:#1b1b1b;\n  }\n\n  .lux-hair-module .save-note{\n    display:inline-block;\n    margin-left:6px;\n    font-size:12px;\n    font-weight:600;\n    color:#d27c84;\n  }\n\n  .lux-hair-module .table-foot{\n    margin-top:12px;\n    font-size:13px;\n    color:#555;\n    line-height:1.4;\n  }\n\n  \/* Guidance *\/\n  .lux-hair-module .guidance-card{ overflow:visible; background:#f9f9f9; }\n  .lux-hair-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-hair-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-hair-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-hair-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--sage);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-hair-module .expect-card{\n    overflow:visible;\n    padding:40px 32px 32px;\n    background:#f9f9f9;\n    border-color:#e5e5e5;\n  }\n  .lux-hair-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-hair-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .results-header span{ font-size:20px; }\n\n  .lux-hair-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-hair-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .result-item{\n    border:1px solid #e5e5e5;\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#f1fbf5,#fff);\n  }\n\n  .lux-hair-module .result-item.alt{\n    background:linear-gradient(135deg,#eef9fb,#fff);\n  }\n\n  .lux-hair-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .result-item.alt::before{ color:var(--teal); }\n\n  .lux-hair-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#dff0e7;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .result-item.alt .result-tag{\n    background:#d9eef1;\n    color:var(--teal);\n  }\n\n  .lux-hair-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#ffffff,#f4faf7);\n    border-radius:12px;\n    border:1px solid #e5e5e5;\n  }\n\n  .lux-hair-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:var(--sage);\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-hair-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,#cfe4d8,#d9eef1,#cfe4d8);\n  }\n\n  .lux-hair-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-hair-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:#fff;\n    border:2px solid var(--sage);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--sage);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-hair-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--teal);\n    color:var(--teal);\n  }\n\n  .lux-hair-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-hair-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-hair-module .proof-header-wrap{ margin-bottom:24px; }\n  .lux-hair-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#eef9fb,#e3f3f6);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #cfe7ea;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-hair-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0;\n  }\n\n  .lux-hair-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-hair-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--teal);\n    font-weight:700;\n  }\n\n  .lux-hair-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid #e5e5e5;\n    padding-top:16px;\n    margin-top:16px;\n  }\n\n  \/* How to use *\/\n  .lux-hair-module .howto{\n    background:#f9f9f9;\n    border-color:#e0e0e0;\n  }\n  .lux-hair-module .howto-pill{\n    display:inline-block;\n    background:var(--blush);\n    color:#5b4a4a;\n    font-size:13px;\n    font-weight:600;\n    text-transform:uppercase;\n    letter-spacing:.5px;\n    padding:6px 14px;\n    border-radius:30px;\n    margin-bottom:18px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  \/* Image *\/\n  .lux-hair-module .image-box{\n    background:#fff;\n    border-radius:12px;\n    box-shadow:0 2px 8px rgba(0,0,0,0.08);\n    padding:16px;\n    max-width:375px;\n    width:100%;\n    margin:0 auto;\n    border:1px solid #eee;\n  }\n\n  .lux-hair-module .image-box img{\n    width:100%;\n    height:auto;\n    border-radius:8px;\n    display:block;\n  }\n\n  .lux-hair-module .image-caption{\n    margin-top:14px;\n    color:#666;\n    font-size:14px;\n    text-align:center;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-hair-module .ingredients-card{\n    background:#f9f9f9;\n    border-color:#e0e0e0;\n    padding:24px 20px;\n  }\n\n  .lux-hair-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-hair-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-hair-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-hair-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-hair-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-hair-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  \/* Kit links *\/\n  .lux-hair-module .kits-wrap{\n    max-width:500px;\n    margin:0 auto;\n    text-align:center;\n  }\n\n  .lux-hair-module .kits-wrap h3{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n    margin:0 0 14px 0;\n  }\n\n  .lux-hair-module .kit-list{\n    display:flex;\n    flex-direction:column;\n    gap:12px;\n  }\n\n  .lux-hair-module .kit-link{\n    display:block;\n    padding:14px 20px;\n    background:#f9f9f9;\n    border:1px solid #ddd;\n    border-radius:8px;\n    font-size:15px;\n    font-weight:600;\n    color:#111;\n    text-decoration:none;\n    transition:background .2s,border-color .2s;\n  }\n\n  .lux-hair-module .kit-link:hover{\n    background:#f1f1f1;\n    border-color:#ccc;\n  }\n\n  @media (max-width:600px){\n    .lux-hair-module .container{ padding:24px 16px; }\n    .lux-hair-module .card,\n    .lux-hair-module .guidance-card,\n    .lux-hair-module .expect-card,\n    .lux-hair-module .proof-card,\n    .lux-hair-module .value-card,\n    .lux-hair-module .howto,\n    .lux-hair-module .ingredients-card{ padding:28px 20px; }\n\n    .lux-hair-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-hair-module .results-grid{ grid-template-columns:1fr; }\n    .lux-hair-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-hair-module .card h2{ font-size:24px; }\n    .lux-hair-module .bubble{ left:16px; }\n    .lux-hair-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-hair-module\"\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eBellevia Lab® Micro Infusion Kit (Hair Growth)\u003c\/h2\u003e\n\n\u003cp\u003eNext-level at-home scalp treatment designed to support the look of stronger, fuller hair and a healthier-looking scalp at a fraction of in-clinic costs.\u003c\/p\u003e\n\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the scalp, helping your \u003cstrong\u003eHair Growth Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-actives\"\u003e\n\n\u003cdiv class=\"hero-active follicle\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eAmino Acid Complex\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eA broad blend of amino acids designed to support the look of keratin strength and healthier-looking hair over consistent use.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active energise\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eFollicle Energisers\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eNiacinamide plus caffeine and supportive scalp actives designed to help energise the look of follicles and nourish roots.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThese micro-channels help actives reach where they can support the look of \u003cstrong\u003ereduced shedding, improved density, and stronger-looking strands\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"special-callout\"\u003e\n\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eUnlike basic scalp serums, this kit combines amino acids, niacinamide, caffeine, and supportive peptides in a micro-infusion delivery system designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Hair Growth 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredients-strip\"\u003e\n\n\u003cspan class=\"ing-tag growth-tag\"\u003eAmino Acids\u003c\/span\u003e \u003cspan class=\"ing-tag energy-tag\"\u003eNiacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag energy-tag\"\u003eCaffeine\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eZinc PCA\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eCopper Peptide\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eVitamin B6\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- VALUE \/ PRICE TABLE --\u003e\n\u003cdiv class=\"value-card\"\u003e\n\n\u003cdiv class=\"value-topbar\"\u003e💰 Bellevia Lab® saves you up to 70 percent compared to clinics and other brands\u003c\/div\u003e\n\n\u003cdiv class=\"price-table\"\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eOption\u003c\/th\u003e\n\n\u003cth\u003eTotal price\u003c\/th\u003e\n\n\u003cth\u003ePrice per infusion\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eClinic treatment\u003c\/td\u003e\n\n\u003ctd\u003e$399+\u003c\/td\u003e\n\n\u003ctd\u003e$100+ per visit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr class=\"hero\"\u003e\n\n\u003ctd\u003eBellevia Lab® Micro Infusion \u003cspan class=\"save-note\"\u003eYou save around 70 percent\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\u003ctd\u003e$59\u003c\/td\u003e\n\n\u003ctd\u003e$14\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\n\u003ctd\u003e$157\u003c\/td\u003e\n\n\u003ctd\u003e$26\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\n\u003ctd\u003e$252\u003c\/td\u003e\n\n\u003ctd\u003e$42\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\n\u003ctd\u003e$237\u003c\/td\u003e\n\n\u003ctd\u003e$39\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp class=\"table-foot\"\u003eBased on kits with four serums. Bellevia Lab® delivers similar at home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul class=\"guidance-list\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\n\u003cdiv class=\"results-header\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eScalp\u003c\/div\u003e\n\nNoticeably healthier-looking scalp and stronger-looking hair in as little as 4 treatments.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item alt\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eShedding\u003c\/div\u003e\n\nHelps support the look of reduced excess shedding and fuller-looking hair.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eFollicles\u003c\/div\u003e\n\nClinically inspired actives designed to support the look of follicle vitality and keratin appearance.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item alt\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eNourish\u003c\/div\u003e\n\nAmino Acid Complex and Niacinamide designed to help energise follicles and nourish roots.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eComfort\u003c\/div\u003e\n\nHydrating base designed for scalp comfort and smooth serum delivery.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item alt\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eTimeline\u003c\/div\u003e\n\nVisible improvement in the look of density and hair quality after 8 to 12 weeks.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-steps\"\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Scalp feels fresher, roots feel supported\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Reduced shedding look, stronger-looking strands\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e Fuller-looking density and improved hair quality\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- PROOF --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cul class=\"proof-list\"\u003e\n\n\u003cli\u003eFormulated with Amino Acids, Niacinamide and Caffeine to support the look of hair regrowth\u003c\/li\u003e\n\n\u003cli\u003eDermatology-inspired actives designed to help energise the look of follicles and improve hair strength appearance\u003c\/li\u003e\n\n\u003cli\u003eEnhanced by micro-infusion delivery to improve cosmetic serum contact at the root\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"disclaimer\"\u003eThe Bellevia Lab® Hair Growth Serum was developed with clinically inspired actives to support scalp comfort and the visible look of hair regrowth. Individual results may vary. Cosmetic use only.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"howto\"\u003e\n\n\u003cdiv class=\"howto-pill\"\u003eHow to use\u003c\/div\u003e\n\n\u003cdiv id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\" class=\"reeview-app-widget\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- IMAGE --\u003e\n\u003cdiv class=\"image-box\"\u003e\n\n\u003cimg alt=\"Hair Growth Before and After\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/ChatGPT_Image_Oct_2_2025_03_18_33_PM.png?v=1759382326\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"ingredients-card\"\u003e\n\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv class=\"quiz-box\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca rel=\"noopener\" href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215772917912,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215772950680,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":49215772983448,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Anti-Aging (with Peptides)","offer_id":49215773016216,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":49215773048984,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215773081752,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/a795612c-1187-4f73-b618-64dac22b52e5.png?v=1781117224"},{"product_id":"stretch-mark-repair","title":"Bellevia Lab® Micro Infusion Kit with Stretch Mark Repair Actives","description":"\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background: #fff9f3; border: 1px solid #f3d8c2; border-radius: 12px; padding: 14px 18px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size: 15px; color: #333; margin-top: 18px;\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/quiz\" style=\"color: #ff3b30; font-weight: 600; text-decoration: none; margin-left: 6px;\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 24px; border: 1px solid #f0d2d6; border-radius: 14px; padding: 16px; background: #fffaf9; box-shadow: 0 4px 10px rgba(0,0,0,0.03); font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\"\u003e\n\n\u003c!-- Top bar value claim --\u003e\n\u003cdiv style=\"background: linear-gradient(90deg,#d9959b,#f1b1b6); color: #fff; font-size: 14px; font-weight: bold; padding: 10px 18px; border-radius: 10px; text-align: center; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px;\"\u003e💰 Bellevia Lab® saves you up to 70% compared to clinics and other brands\u003c\/div\u003e\n\n\u003c!-- Table wrapper --\u003e\n\u003cdiv class=\"price-table\" style=\"margin-top: 4px;\"\u003e\n\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px;\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr style=\"background: #fdf1f2;\"\u003e\n\n\u003cth style=\"text-align: left; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003eOption\u003c\/th\u003e\n\n\u003cth style=\"text-align: right; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003eTotal price\u003c\/th\u003e\n\n\u003cth style=\"text-align: right; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003ePrice per infusion\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eClinic treatment\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$399+\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$100+ per visit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003c!-- Hero LUX SKIN row --\u003e\n\u003ctr style=\"background: #fff3f3; font-weight: bold; color: #1b1b1b;\"\u003e\n\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6;\"\u003eBellevia Lab® Micro Infusion \u003cspan style=\"display: inline-block; margin-left: 4px; font-size: 12px; font-weight: 600; color: #d27c84;\"\u003e You save around 70% \u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6; text-align: right;\"\u003e$39\u003c\/td\u003e\n\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6; text-align: right;\"\u003e$9.70\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eCompetitor 1\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$129\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$22\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eCompetitor 2\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$189\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$32\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd style=\"padding: 9px 8px; color: #444;\"\u003eCompetitor 3\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; text-align: right; color: #444;\"\u003e$179\u003c\/td\u003e\n\n\u003ctd style=\"padding: 9px 8px; text-align: right; color: #444;\"\u003e$30\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp style=\"margin-top: 12px; font-size: 13px; color: #555; line-height: 1.4;\"\u003eBased on kits with four serums. Bellevia Lab® delivers similar at-home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\n\u003cli\u003eVisible improvements in skin texture in as little as 4 treatments, with transformative results after 8–12\u003c\/li\u003e\n\n\u003cli\u003eHelps fade the look of both new and existing stretch marks\u003c\/li\u003e\n\n\u003cli\u003eClinically tested actives to support collagen \u0026amp; elastin production\u003c\/li\u003e\n\n\u003cli\u003eCentella Asiatica, Niacinamide \u0026amp; Vitamin C complex for repair \u0026amp; renewal\u003c\/li\u003e\n\n\u003cli\u003eDeep hydration with Hyaluronic Acid for smoother, more supple skin\u003c\/li\u003e\n\n\u003cli\u003eFirmer, more even-looking skin after each use\u003c\/li\u003e\n\n\u003cli\u003eQuick 5–10 minute weekly at-home treatments\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eFormulated with Centella Asiatica actives, Niacinamide \u0026amp; Vitamin C for skin repair\u003c\/li\u003e\n\n\u003cli\u003eClinically evaluated to support collagen synthesis \u0026amp; dermal regeneration\u003c\/li\u003e\n\n\u003cli\u003eShown to help reduce the appearance of stretch marks through hydration \u0026amp; elasticity improvement\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e The Bellevia Lab® Stretch Mark Repair Serum was developed with dermatology-inspired actives to support the reduction of visible stretch marks.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only. \u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\n\u003c!-- Content --\u003e\n\u003cdiv id=\"reeview-app-widget_68ccb94bcb83770058beb0fa\" class=\"reeview-app-widget\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .image-box {\n        background-color: white;\n        border-radius: 12px;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        padding: 16px;\n        max-width: 375px;\n        width: 100%;\n        margin: 32px auto;\n    }\n\n    .image-box img {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        display: block;\n    }\n\n    .image-caption {\n        margin-top: 16px;\n        color: #666;\n        font-size: 14px;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"image-box\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-10-02_at_3.30.02_pm.png?v=1759383012\" alt=\"Product Image\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv class=\"proof-box whatisit-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n\u003cdiv class=\"proof-header whatisit-header\" style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\"\u003eWhat Is It?\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eBellevia Lab® Micro Infusion Kit\u003c\/strong\u003e delivers next-level skin repair at home — at a \u003cstrong\u003efraction of the clinic cost\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp\u003eInspired by advanced dermatology, this system uses ultra-fine micro-needles to create tiny channels in the skin, dramatically improving absorption of our \u003cstrong\u003eStretch Mark Repair Serum\u003c\/strong\u003e powered by \u003cstrong\u003eNiacinamide, Vitamin C \u0026amp; Centella Asiatica\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp\u003eThese channels allow the actives to penetrate deeply — helping to \u003cstrong\u003esupport collagen renewal, smooth skin texture, and reduce the visible appearance of stretch marks\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eRepair Actives Complex\u003c\/strong\u003e is a professional-grade blend of clinically studied ingredients — and it’s \u003cem\u003eonly\u003c\/em\u003e available in this kit.\u003c\/p\u003e\n\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\n\u003cli\u003e4 × Bellevia Lab® Stretch Mark Repair 5ml Serum Vials\u003c\/li\u003e\n\n\u003cli\u003e1 × 0.3mm Micro-Needle Roller Head\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5–10 minutes\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week (72 hours apart)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"micro-infusion-section-box\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eWhich Micro Infusion Kit Is For You?\u003c\/h2\u003e\n\n\u003cdiv class=\"micro-infusion-list\"\u003e\n\n\u003ca href=\"\/en\/products\/lux-skin-micro-infusion-kit\" class=\"kit-link\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e \u003ca href=\"\/en\/products\/lux-skin-micro-infusion-kit-glass-skin\" class=\"kit-link\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e \u003ca href=\"\/en\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\" class=\"kit-link\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e \u003ca href=\"\/en\/products\/hair-growth-actives\" class=\"kit-link\"\u003eHAIR REGROWTH\u003c\/a\u003e \u003ca href=\"\/en\/products\/stretch-mark-repair\" class=\"kit-link\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n.micro-infusion-section-box {\n  max-width: 500px;\n  margin: 0 auto;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n}\n\n.micro-infusion-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.kit-link {\n  display: block;\n  padding: 14px 20px;\n  background: #f9f9f9;\n  border: 1px solid #ddd;\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111;\n  text-decoration: none;\n  transition: background 0.2s, border-color 0.2s;\n}\n\n.kit-link:hover {\n  background: #f1f1f1;\n  border-color: #ccc;\n}\n\u003c\/style\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\" open=\"\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\" open=\"\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"Repair Actives (Estrias)","offer_id":49215773114520,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215773147288,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":49215773180056,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Anti-Aging (with Peptides)","offer_id":49215773212824,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215773245592,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215773278360,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/e85dcf41-62aa-4ad0-ac9d-a1a978ba08a6.png?v=1781136962"},{"product_id":"bellevia-lab®-micro-infusion-kit-salmon-dna","title":"Bellevia Lab® Micro Infusion Kit with Salmon DNA + GHK-Cu","description":"\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background: #fff9f3; border: 1px solid #f3d8c2; border-radius: 12px; padding: 14px 18px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size: 15px; color: #333; margin-top: 18px;\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/quiz\" style=\"color: #ff3b30; font-weight: 600; text-decoration: none; margin-left: 6px;\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e\n\u003c!-- LUX SKIN Salmon DNA Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cstyle\u003e\n    .lux-salmon-module{\n      --blush: #f5e8e8;\n      --blush-deep: #eed9dd;\n      --copper: #b87a5e;\n      --copper-light: #d4a889;\n      --copper-glow: #e8c4ad;\n      --navy: #1a1a2e;\n      --navy-soft: #2e2e4a;\n      --text: #2c2c2c;\n      --text-soft: #5a5a5a;\n      --card: #ffffff;\n      --border: #e8e0e0;\n      --blue-tint: #d6e5ee;\n      --blue-accent: #7aadcc;\n\n      font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      color: var(--text);\n    }\n\n    .lux-salmon-module * { box-sizing: border-box; }\n    .lux-salmon-module h2, .lux-salmon-module p, .lux-salmon-module ul, .lux-salmon-module li { margin: 0; padding: 0; }\n\n    .lux-salmon-module .container{\n      max-width: 740px;\n      margin: 0 auto;\n      padding: 40px 20px;\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n    }\n\n    .lux-salmon-module .card,\n    .lux-salmon-module .guidance-card,\n    .lux-salmon-module .expect-card,\n    .lux-salmon-module .proof-card{\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 36px 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .lux-salmon-module .card::before,\n    .lux-salmon-module .proof-card::before{\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n    }\n\n    .lux-salmon-module .card::before{\n      background: linear-gradient(90deg, var(--copper), var(--blue-accent), var(--copper));\n    }\n\n    .lux-salmon-module .proof-card::before{\n      background: linear-gradient(90deg, var(--copper), var(--blue-accent));\n    }\n\n    .lux-salmon-module .card-label{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--copper);\n      margin-bottom: 16px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .card h2{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.2;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .card p{\n      font-size: 15px;\n      line-height: 1.7;\n      color: var(--text);\n      margin-bottom: 14px;\n    }\n    .lux-salmon-module .card p:last-child{ margin-bottom: 0; }\n\n    .lux-salmon-module .hero-actives{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin: 24px 0;\n    }\n\n    .lux-salmon-module .hero-active{\n      padding: 20px;\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      position: relative;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .lux-salmon-module .hero-active::after{\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 4px;\n      height: 100%;\n    }\n\n    .lux-salmon-module .hero-active.salmon{\n      background: linear-gradient(135deg, #fdf5f3 0%, #fff 100%);\n    }\n    .lux-salmon-module .hero-active.salmon::after{ background: var(--copper); }\n\n    .lux-salmon-module .hero-active.copper{\n      background: linear-gradient(135deg, #f0f5f9 0%, #fff 100%);\n    }\n    .lux-salmon-module .hero-active.copper::after{ background: var(--blue-accent); }\n\n    .lux-salmon-module .hero-active-name{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 4px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .hero-active.salmon .hero-active-name{ color: var(--copper); }\n    .lux-salmon-module .hero-active.copper .hero-active-name{ color: var(--blue-accent); }\n\n    .lux-salmon-module .hero-active-title{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .lux-salmon-module .hero-active-desc{\n      font-size: 13px;\n      line-height: 1.6;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .special-callout{\n      background: linear-gradient(135deg, var(--blush) 0%, #f8f0ee 100%);\n      border-radius: 12px;\n      padding: 20px 24px;\n      margin-top: 20px;\n      font-size: 14.5px;\n      line-height: 1.7;\n      border-left: 3px solid var(--copper);\n    }\n    .lux-salmon-module .special-callout strong{ color: var(--navy); }\n\n    .lux-salmon-module .divider{\n      border: none;\n      border-top: 1px dashed var(--border);\n      margin: 24px 0;\n    }\n\n    .lux-salmon-module .kit-includes{\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      margin: 10px 0 20px;\n    }\n\n    .lux-salmon-module .kit-item{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14.5px;\n      line-height: 1.5;\n    }\n\n    .lux-salmon-module .kit-item .dot{\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--copper);\n      flex-shrink: 0;\n    }\n\n    .lux-salmon-module .meta-row{\n      display: flex;\n      gap: 32px;\n      margin-top: 4px;\n      flex-wrap: wrap;\n    }\n\n    .lux-salmon-module .meta-item{\n      font-size: 14px;\n      color: var(--text-soft);\n    }\n    .lux-salmon-module .meta-item strong{ color: var(--text); }\n\n    .lux-salmon-module .ingredients-strip{\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .lux-salmon-module .ing-tag{\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n      padding: 5px 12px;\n      border-radius: 999px;\n      border: 1px solid;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .ing-tag.salmon-tag{\n      background: #fdf5f3;\n      border-color: #f0ddd4;\n      color: var(--copper);\n    }\n\n    .lux-salmon-module .ing-tag.copper-tag{\n      background: #f0f5f9;\n      border-color: #d0dfe8;\n      color: #5a8fad;\n    }\n\n    .lux-salmon-module .ing-tag.support-tag{\n      background: #f8f8f8;\n      border-color: #e0e0e0;\n      color: var(--text-soft);\n    }\n\n    \/* Guidance *\/\n    .lux-salmon-module .guidance-card{ overflow: visible; }\n\n    .lux-salmon-module .bubble{\n      position: absolute;\n      top: -14px;\n      left: 24px;\n      background: var(--blush-deep);\n      color: var(--navy);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 7px 16px;\n      border-radius: 999px;\n      white-space: nowrap;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .guidance-card p{\n      font-size: 14.5px;\n      line-height: 1.7;\n      margin-bottom: 12px;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .guidance-list{\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .lux-salmon-module .guidance-list li{\n      font-size: 14.5px;\n      line-height: 1.6;\n      padding-left: 18px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .guidance-list li::before{\n      content: '→';\n      position: absolute;\n      left: 0;\n      color: var(--copper);\n      font-weight: 600;\n    }\n\n    \/* Expect *\/\n    .lux-salmon-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n    .lux-salmon-module .expect-card .bubble{ background: var(--blush); }\n\n    .lux-salmon-module .results-header{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .results-header span{ font-size: 20px; }\n\n    .lux-salmon-module .results-header strong{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 22px;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    .lux-salmon-module .results-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .result-item{\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 16px 18px 16px 34px;\n      font-size: 13.5px;\n      line-height: 1.6;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .result-item::before{\n      content: '✦';\n      position: absolute;\n      left: 14px;\n      top: 16px;\n      font-size: 10px;\n    }\n\n    .lux-salmon-module .result-item.salmon-result{\n      background: linear-gradient(135deg, #fdf5f3, #fff);\n    }\n    .lux-salmon-module .result-item.salmon-result::before{ color: var(--copper); }\n\n    .lux-salmon-module .result-item.copper-result{\n      background: linear-gradient(135deg, #f0f5f9, #fff);\n    }\n    .lux-salmon-module .result-item.copper-result::before{ color: var(--blue-accent); }\n\n    .lux-salmon-module .result-item.shared-result{\n      background: linear-gradient(135deg, #f8f4f6, #fff);\n    }\n    .lux-salmon-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n    .lux-salmon-module .result-tag{\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      padding: 2px 8px;\n      border-radius: 4px;\n      margin-bottom: 6px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .tag-salmon{ background: #f5e0d8; color: var(--copper); }\n    .lux-salmon-module .tag-copper{ background: #dce8f0; color: #5a8fad; }\n    .lux-salmon-module .tag-both{ background: #ede0e5; color: var(--navy-soft); }\n\n    .lux-salmon-module .timeline{\n      margin-top: 20px;\n      padding: 20px 24px;\n      background: linear-gradient(135deg, #fafafa, #f5f2f0);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n    }\n\n    .lux-salmon-module .timeline-title{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--copper);\n      margin-bottom: 14px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .timeline-steps{\n      display: flex;\n      gap: 0;\n      position: relative;\n    }\n\n    .lux-salmon-module .timeline-steps::before{\n      content: '';\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      right: 12px;\n      height: 2px;\n      background: linear-gradient(90deg, var(--copper-glow), var(--blue-tint), var(--copper-glow));\n    }\n\n    .lux-salmon-module .timeline-step{\n      flex: 1;\n      text-align: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .lux-salmon-module .timeline-dot{\n      width: 24px; height: 24px;\n      border-radius: 50%;\n      background: var(--card);\n      border: 2px solid var(--copper);\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      font-weight: 700;\n      color: var(--copper);\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .timeline-step:last-child .timeline-dot{\n      border-color: var(--blue-accent);\n      color: var(--blue-accent);\n    }\n\n    .lux-salmon-module .timeline-step:nth-child(2) .timeline-dot{\n      border-color: var(--navy-soft);\n      color: var(--navy-soft);\n    }\n\n    .lux-salmon-module .timeline-text{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .timeline-text strong{\n      display: block;\n      color: var(--text);\n      font-size: 13px;\n    }\n\n    \/* Proof (Option 1: Elevated Luxury Pill) *\/\n    .lux-salmon-module .proof-header-wrap{\n      position: relative;\n      margin-bottom: 24px;\n    }\n\n    .lux-salmon-module .proof-pill{\n      display: inline-block;\n      background: linear-gradient(135deg, #f5e8e8, #f2e1e3);\n      color: var(--navy);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      padding: 12px 26px;\n      border-radius: 999px;\n      border: 1px solid #e6d2d5;\n      box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n    }\n\n    .lux-salmon-module .proof-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .proof-stat{\n      padding: 18px 20px;\n      border-radius: 12px;\n      text-align: center;\n    }\n\n    .lux-salmon-module .proof-stat.stat-salmon{\n      background: linear-gradient(135deg, #fdf5f3, #fceee8);\n      border: 1px solid #f0ddd4;\n    }\n\n    .lux-salmon-module .proof-stat.stat-copper{\n      background: linear-gradient(135deg, #f0f5f9, #e6eef5);\n      border: 1px solid #d0dfe8;\n    }\n\n    .lux-salmon-module .proof-stat .stat-number{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 36px;\n      font-weight: 700;\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n\n    .lux-salmon-module .stat-salmon .stat-number{ color: var(--copper); }\n    .lux-salmon-module .stat-copper .stat-number{ color: var(--blue-accent); }\n\n    .lux-salmon-module .proof-stat .stat-label{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .proof-stat .stat-source{\n      font-size: 10px;\n      color: #aaa;\n      margin-top: 4px;\n      font-style: italic;\n    }\n\n    .lux-salmon-module .proof-list{\n      list-style: none;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin: 0 0 24px 0;\n    }\n\n    .lux-salmon-module .proof-list li{\n      font-size: 14px;\n      line-height: 1.6;\n      padding-left: 20px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .proof-list li::before{\n      content: '✓';\n      position: absolute;\n      left: 0;\n      color: var(--copper);\n      font-weight: 700;\n    }\n\n    .lux-salmon-module .disclaimer{\n      font-size: 11.5px;\n      line-height: 1.6;\n      color: #999;\n      font-style: italic;\n      border-top: 1px solid var(--border);\n      padding-top: 16px;\n    }\n\n    @media (max-width: 600px){\n      .lux-salmon-module .container{ padding: 24px 16px; }\n      .lux-salmon-module .card,\n      .lux-salmon-module .guidance-card,\n      .lux-salmon-module .expect-card,\n      .lux-salmon-module .proof-card{ padding: 28px 20px; }\n\n      .lux-salmon-module .expect-card{ padding: 34px 20px 24px; }\n      .lux-salmon-module .hero-actives{ grid-template-columns: 1fr; }\n      .lux-salmon-module .results-grid{ grid-template-columns: 1fr; }\n      .lux-salmon-module .proof-grid{ grid-template-columns: 1fr; }\n      .lux-salmon-module .meta-row{ flex-direction: column; gap: 8px; }\n      .lux-salmon-module .card h2{ font-size: 24px; }\n      .lux-salmon-module .bubble{ left: 16px; }\n      .lux-salmon-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"lux-salmon-module\"\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eBellevia Lab® Micro Infusion Kit\u003c\/h2\u003e\n\n\u003cp\u003eNext-level at-home treatment designed to help improve the look of hydration, firmness, and glow at a fraction of typical in-clinic costs.\u003c\/p\u003e\n\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eRenewal Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-actives\"\u003e\n\n\u003cdiv class=\"hero-active salmon\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eSalmon DNA (PDRN)\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eDNA fragments derived from salmon, popular in K-beauty routines and aesthetic skincare, used to support the look of renewal, bounce, and radiance.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active copper\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eGHK-Cu Copper Peptide\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eA naturally occurring peptide associated in studies with supporting the look of firmer, smoother skin, while remaining gentle for many skin types.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003eplumper hydration, smoother texture, and improved elasticity\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"special-callout\"\u003e\n\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eWhile most serums focus on one hero active, ours pairs Salmon DNA with GHK-Cu in a professional-grade formula designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Salmon DNA + GHK-Cu 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredients-strip\"\u003e\n\n\u003cspan class=\"ing-tag salmon-tag\"\u003eSalmon DNA (PDRN)\u003c\/span\u003e \u003cspan class=\"ing-tag copper-tag\"\u003eGHK-Cu Copper Peptide\u003c\/span\u003e \u003cspan class=\"ing-tag copper-tag\"\u003eEGF Growth Factor\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eCentella Asiatica\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eNiacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul class=\"guidance-list\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\n\u003cdiv class=\"results-header\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e \u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-item salmon-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-salmon\"\u003eSalmon DNA\u003c\/div\u003e\n\nSupports the look of brighter, more refreshed under-eyes and overall radiance\u003c\/div\u003e\n\n\u003cdiv class=\"result-item copper-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-copper\"\u003eGHK-Cu\u003c\/div\u003e\n\nHelps support the look of firmer skin by promoting a smoother appearance over time\u003c\/div\u003e\n\n\u003cdiv class=\"result-item salmon-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-salmon\"\u003eSalmon DNA\u003c\/div\u003e\n\nDesigned to deliver an immediate hydration and glow boost after your first treatment\u003c\/div\u003e\n\n\u003cdiv class=\"result-item copper-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-copper\"\u003eGHK-Cu\u003c\/div\u003e\n\nSupports the look of stronger, more resilient skin with consistent weekly use\u003c\/div\u003e\n\n\u003cdiv class=\"result-item shared-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-both\"\u003eDual Action\u003c\/div\u003e\n\nHelps restore the look of bounce, elasticity, and glow across weeks of use\u003c\/div\u003e\n\n\u003cdiv class=\"result-item shared-result\"\u003e\n\n\u003cdiv class=\"result-tag tag-both\"\u003eDual Action\u003c\/div\u003e\n\nQuick 5 to 10 minute weekly treatments, no appointment needed\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-steps\"\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Hydration boost, calmer look, initial glow\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Smoother look, firmer feel, refined texture\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More visible firmness and lasting elasticity\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TESTED \u0026 PROVEN --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-grid\"\u003e\n\n\u003cdiv class=\"proof-stat stat-salmon\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e86%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eIncreased skin hydration within 24 hours\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, July 2025\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-copper\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e70%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eParticipants reported improved-looking skin in 12 weeks\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003ePublished study summary\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-copper\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e22%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eIncrease in firmness measurement in a controlled study\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eDouble-blind study, 2023 (n=60)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat stat-salmon\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e45%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eReduction in enzyme activity associated with collagen breakdown\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, July 2025\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cul class=\"proof-list\"\u003e\n\n\u003cli\u003eDesigned to support visibly firmer, more resilient-looking skin\u003c\/li\u003e\n\n\u003cli\u003eGHK-Cu has been studied for supporting markers linked to collagen appearance\u003c\/li\u003e\n\n\u003cli\u003eSalmon DNA (PDRN) is popular in aesthetic skincare routines for its renewing look\u003c\/li\u003e\n\n\u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact with the skin compared to simple topical application\u003c\/li\u003e\n\n\u003cli\u003eFormulated to support the look of stronger, more youthful skin over consistent use\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215773540504,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":49215773573272,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Anti-Aging (with Peptides)","offer_id":49215773606040,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215773638808,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":49215773671576,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215773704344,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/b4887931-fb47-4c71-9210-efff3be3c05b.png?v=1781110477"},{"product_id":"bellevia-lab-micro-infusion-eye-patches","title":"Bellevia Lab® Micro Infusion Eye Patches","description":"\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\" class=\"guidance-box\"\u003e\n\n\u003c!-- What To Expect (stays inside the same compact wrapper) --\u003e\n\u003cdiv style=\"margin: 16px 0; padding: 14px 16px; background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; line-height: 1.55;\"\u003e\n\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 6px;\"\u003e\n\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 15px;\"\u003eWhat To Expect\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cul style=\"margin: 8px 0 0; padding-left: 18px;\"\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eResults you’ll love:\u003c\/strong\u003e Visible changes in as little as 4 treatments, with transformative, long-lasting results after 8–12.\u003c\/li\u003e\n\n\u003cli\u003eTargets dark circles, puffiness \u0026amp; fine lines\u003c\/li\u003e\n\n\u003cli\u003eTargets dark circles, puffiness \u0026amp; fine lines\u003c\/li\u003e\n\n\u003cli\u003eBoosts hydration \u0026amp; elasticity for a fresher look\u003c\/li\u003e\n\n\u003cli\u003eDelivers potent actives deep into the skin with micro-dart tech\u003c\/li\u003e\n\n\u003cli\u003eVisibly brightens, smooths \u0026amp; rejuvenates under-eyes\u003c\/li\u003e\n\n\u003cli\u003eQuick 15–20 minute treatments, once weekly\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e Significantly Improves Skin Hydration \u0026amp; Elasticity\u003c\/li\u003e\n\n\u003cli\u003eVisibly Reduces Dark Circles \u0026amp; Under-Eye Puffiness\u003c\/li\u003e\n\n\u003cli\u003eClinically Tested Ingredients Ensure Maximum Effectiveness \u0026amp; Safety\u003c\/li\u003e\n\n\u003cli\u003eAdvanced Micro-Dart Technology Delivers Active Ingredients Deeper into the Skin\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe Bellevia Lab® Eye Patches are intended for cosmetic use only. Individual results may vary based on skin type and application consistency.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"luxskin-before-after-widget\"\u003e\n\n\u003cdiv class=\"luxskin-header\"\u003e\n\n\u003ch2\u003e✨ Real Results After Just 12 Treatments\u003c\/h2\u003e\n\n\u003cp\u003eSlide to reveal the transformation\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"luxskin-slider\" id=\"luxskinSlider\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-09-09_at_6.35.28_am.png?v=1757363750\" class=\"luxskin-image before\" alt=\"Before\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-09-09_at_6.35.34_am.png?v=1757363751\" class=\"luxskin-image after\" alt=\"After\"\u003e\n\u003cdiv class=\"luxskin-handle\" id=\"luxskinHandle\"\u003e\u003cspan\u003e⟷\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"luxskin-label before\"\u003eBefore\u003c\/div\u003e\n\n\u003cdiv class=\"luxskin-label after\"\u003eAfter\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .luxskin-before-after-widget {\n    max-width: 720px;\n    margin: 40px auto;\n    font-family: 'Helvetica Neue', sans-serif;\n    padding: 24px;\n    background: #fff;\n    border-radius: 16px;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.08);\n    border: 1px solid #eee;\n  }\n\n  .luxskin-header {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .luxskin-header h2 {\n    font-size: 24px;\n    margin-bottom: 6px;\n    color: #111;\n  }\n\n  .luxskin-header p {\n    color: #777;\n    font-size: 14px;\n  }\n\n  .luxskin-slider {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 3\/2;\n    overflow: hidden;\n    border-radius: 12px;\n    user-select: none;\n    touch-action: none;\n  }\n\n  .luxskin-image {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    top: 0;\n    left: 0;\n  }\n\n  .luxskin-image.after {\n    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);\n    transition: clip-path 0.3s ease;\n  }\n\n  .luxskin-handle {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    height: 100%;\n    width: 4px;\n    background: #e91e63;\n    transform: translateX(-50%);\n    z-index: 2;\n    cursor: ew-resize;\n  }\n\n  .luxskin-handle span {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    background: #e91e63;\n    color: white;\n    font-size: 13px;\n    padding: 6px 10px;\n    border-radius: 50px;\n    transform: translate(-50%, -50%);\n    box-shadow: 0 0 10px rgba(0,0,0,0.2);\n    font-weight: bold;\n  }\n\n  .luxskin-label {\n    position: absolute;\n    bottom: 12px;\n    padding: 6px 12px;\n    font-size: 13px;\n    font-weight: 600;\n    background: rgba(0,0,0,0.5);\n    color: white;\n    border-radius: 8px;\n    z-index: 2;\n  }\n\n  .luxskin-label.before {\n    left: 12px;\n  }\n\n  .luxskin-label.after {\n    right: 12px;\n  }\n\n  @media (max-width: 600px) {\n    .luxskin-header h2 { font-size: 20px; }\n    .luxskin-label { font-size: 11px; padding: 4px 8px; }\n    .luxskin-handle span { font-size: 11px; padding: 4px 8px; }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\n\u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eBellevia Lab® Micro Infusion Eye Patches\u003c\/strong\u003e bring advanced skincare technology directly to your under-eye area — combining potent active ingredients with precision micro-infusion delivery.\u003c\/p\u003e\n\n\u003cp\u003eInspired by dermatologist-loved treatments, each patch is embedded with ultra-fine dissolving micro-darts that gently penetrate the skin — delivering concentrated ingredients exactly where they’re needed most.\u003c\/p\u003e\n\n\u003cp\u003eFormulated with \u003cstrong\u003ehyaluronic acid, vitamin C derivatives, peptides\u003c\/strong\u003e, and soothing \u003cstrong\u003eplant-based extracts\u003c\/strong\u003e, these patches visibly reduce dark circles, smooth fine lines, deeply hydrate, and refresh tired-looking eyes.\u003c\/p\u003e\n\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\n\u003cli\u003e4 × Pairs of Bellevia Lab® Micro Infusion Eye Patches\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 15–20 minutes\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003ch3\u003e\u003cspan\u003e\u003cstrong\u003eKey Ingredients \u0026gt;\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eHyaluronic Acid \u0026amp; Hydrolyzed Sodium Hyaluronate\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Deliver deep hydration, smoothing fine lines, and plumping the skin.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eNicotinamide (Vitamin B3)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Brightens skin, reduces pigmentation, and strengthens the delicate eye area.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e3-O-Ethyl Ascorbic Acid (Vitamin C derivative)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Powerful antioxidant that reduces dark circles and brightens skin tone.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eTremella Fuciformis (Snow Mushroom) Extract\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Retains moisture to keep under-eye skin supple and hydrated.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eCentella Asiatica Extract\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Soothes inflammation, reduces puffiness, and supports collagen production.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eAcetyl Hexapeptide-8 \u0026amp; Dipeptidyl Diaminobutyrylbenzylamide Diacetate\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Advanced peptides that smooth wrinkles and firm skin.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eTocopherol Acetate (Vitamin E)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Protects against environmental stressors, maintaining a youthful under-eye area.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e","brand":"Minha loja","offers":[{"title":"1 Kit (4 Treatments)","offer_id":49215773409432,"sku":"MIEP_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Buy 2 Get 1 FREE (12 Treatments)","offer_id":49215773442200,"sku":"MIEP_01=QTY3","price":78.0,"currency_code":"EUR","in_stock":true},{"title":"Buy 3 Get 2 FREE (20 Treatments)","offer_id":49215773474968,"sku":"MIEP_01=QTY5","price":117.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/96b7f5a8-d151-4687-8a2e-c708340ec88e.png?v=1781117049"},{"product_id":"micro-infusion-stamp-head","title":"Micro Infusion - Replacement Stamp Head","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e*No Serum included\u003c\/strong\u003e\u003c\/span\u003e - this only includes the stamp head and vial - you must also have the Micro Infusion Kit to get the serum, then pour the serum into the stamp vial.\u003c\/p\u003e\n\u003cp\u003e0.5mm Stamp Head for the Micro Infusion Kit.\u003c\/p\u003e\n\u003cp\u003eAvoid sanitising and disinfecting by having a new Sterile head for each treatment! \u003c\/p\u003e\n\u003cp\u003eStamp head is perfect for uses who prefer the dabbing\/stamp method instead of rolling.\u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"1 Pack ($8)","offer_id":49215773868184,"sku":"MIK_STAMP","price":8.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/e295cb64-f89d-4337-a78f-d97af3402e59.png?v=1781117013"},{"product_id":"bellevia-lab-micro-infusion-kit-glass-skin","title":"Bellevia Lab® Micro Infusion Kit with Hydrating Actives (Glass Skin)","description":"\u003c!-- LUX SKIN Glass Skin Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .lux-glass-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --aqua:#7aadcc;\n    --aqua-soft:#d6e5ee;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-glass-module *{ box-sizing:border-box; }\n  .lux-glass-module h2,\n  .lux-glass-module p,\n  .lux-glass-module ul,\n  .lux-glass-module li{ margin:0; padding:0; }\n\n  .lux-glass-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-glass-module .card,\n  .lux-glass-module .guidance-card,\n  .lux-glass-module .expect-card,\n  .lux-glass-module .proof-card,\n  .lux-glass-module .value-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-glass-module .card::before,\n  .lux-glass-module .proof-card::before,\n  .lux-glass-module .value-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n  }\n\n  .lux-glass-module .card::before{\n    background:linear-gradient(90deg,var(--aqua),var(--rose),var(--aqua));\n  }\n\n  .lux-glass-module .proof-card::before{\n    background:linear-gradient(90deg,var(--aqua),var(--aqua-soft));\n  }\n\n  .lux-glass-module .value-card::before{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n  }\n\n  .lux-glass-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--aqua);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-glass-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-glass-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-glass-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-glass-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--aqua);\n  }\n\n  .lux-glass-module .hero-active.hydration{\n    background:linear-gradient(135deg,#f0f7fb 0%,#fff 100%);\n  }\n\n  .lux-glass-module .hero-active.barrier{\n    background:linear-gradient(135deg,#fdf5f3 0%,#fff 100%);\n  }\n  .lux-glass-module .hero-active.barrier::after{ background:var(--rose); }\n\n  .lux-glass-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--aqua);\n  }\n  .lux-glass-module .hero-active.barrier .hero-active-name{ color:var(--rose); }\n\n  .lux-glass-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-glass-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-glass-module .special-callout{\n    background:linear-gradient(135deg,#eef7fb 0%,#f8fbfd 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--aqua);\n  }\n  .lux-glass-module .special-callout strong{ color:var(--navy); }\n\n  .lux-glass-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-glass-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-glass-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-glass-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--aqua);\n    flex-shrink:0;\n  }\n\n  .lux-glass-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-glass-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-glass-module .meta-item strong{ color:var(--text); }\n\n  .lux-glass-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-glass-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .ing-tag.hydration-tag{\n    background:#f0f7fb;\n    border-color:#d0dfe8;\n    color:#5a8fad;\n  }\n\n  .lux-glass-module .ing-tag.barrier-tag{\n    background:#fdf5f3;\n    border-color:#f0ddd4;\n    color:#b46e73;\n  }\n\n  .lux-glass-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Value table card *\/\n  .lux-glass-module .value-topbar{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n    padding:10px 18px;\n    border-radius:10px;\n    text-align:center;\n    letter-spacing:.5px;\n    text-transform:uppercase;\n    margin-bottom:14px;\n  }\n\n  .lux-glass-module .price-table table{\n    width:100%;\n    border-collapse:collapse;\n    font-size:14px;\n  }\n\n  .lux-glass-module .price-table thead tr{ background:#fdf1f2; }\n\n  .lux-glass-module .price-table th{\n    text-align:left;\n    padding:10px 8px;\n    font-weight:600;\n    color:#333;\n    border-bottom:1px solid #f0d2d6;\n  }\n\n  .lux-glass-module .price-table th:nth-child(2),\n  .lux-glass-module .price-table th:nth-child(3){ text-align:right; }\n\n  .lux-glass-module .price-table td{\n    padding:9px 8px;\n    border-bottom:1px solid #f5e3e6;\n    color:#444;\n  }\n\n  .lux-glass-module .price-table td:nth-child(2),\n  .lux-glass-module .price-table td:nth-child(3){ text-align:right; }\n\n  .lux-glass-module .price-table tr.hero{\n    background:#fff3f3;\n    font-weight:700;\n    color:#1b1b1b;\n  }\n\n  .lux-glass-module .save-note{\n    display:inline-block;\n    margin-left:6px;\n    font-size:12px;\n    font-weight:600;\n    color:#d27c84;\n  }\n\n  .lux-glass-module .table-foot{\n    margin-top:12px;\n    font-size:13px;\n    color:#555;\n    line-height:1.4;\n  }\n\n  \/* Guidance *\/\n  .lux-glass-module .guidance-card{ overflow:visible; }\n  .lux-glass-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-glass-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-glass-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-glass-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--aqua);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-glass-module .expect-card{ overflow:visible; padding:40px 32px 32px; background:#f9f9f9; }\n  .lux-glass-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-glass-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .results-header span{ font-size:20px; }\n\n  .lux-glass-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-glass-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .result-item{\n    border:1px solid #e5e5e5;\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#f0f7fb,#fff);\n  }\n\n  .lux-glass-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--aqua);\n  }\n\n  .lux-glass-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#dce8f0;\n    color:#5a8fad;\n  }\n\n  .lux-glass-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#ffffff,#f3f7fa);\n    border-radius:12px;\n    border:1px solid #e5e5e5;\n  }\n\n  .lux-glass-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:#5a8fad;\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-glass-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,#cfe2ee,#f3e6ea,#cfe2ee);\n  }\n\n  .lux-glass-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-glass-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:#fff;\n    border:2px solid var(--aqua);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--aqua);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-glass-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--rose);\n    color:var(--rose);\n  }\n\n  .lux-glass-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-glass-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-glass-module .proof-header-wrap{ margin-bottom:24px; }\n  .lux-glass-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#eef7fb,#e6f0f7);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #d0dfe8;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-glass-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0 0 0 0;\n  }\n\n  .lux-glass-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-glass-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--aqua);\n    font-weight:700;\n  }\n\n  .lux-glass-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid #e5e5e5;\n    padding-top:16px;\n    margin-top:16px;\n  }\n\n  \/* How to use wrapper *\/\n  .lux-glass-module .howto{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:28px 24px;\n  }\n\n  .lux-glass-module .howto-pill{\n    display:inline-block;\n    background:var(--blush);\n    color:#5b4a4a;\n    font-size:13px;\n    font-weight:600;\n    text-transform:uppercase;\n    letter-spacing:.5px;\n    padding:6px 14px;\n    border-radius:30px;\n    margin-bottom:18px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  \/* Image *\/\n  .lux-glass-module .image-box{\n    background:#fff;\n    border-radius:12px;\n    box-shadow:0 2px 8px rgba(0,0,0,0.08);\n    padding:16px;\n    max-width:375px;\n    width:100%;\n    margin:10px auto 0;\n    border:1px solid #eee;\n  }\n\n  .lux-glass-module .image-box img{\n    width:100%;\n    height:auto;\n    border-radius:8px;\n    display:block;\n  }\n\n  .lux-glass-module .image-caption{\n    margin-top:14px;\n    color:#666;\n    font-size:14px;\n    text-align:center;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-glass-module .ingredients-card{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:24px 20px;\n  }\n\n  .lux-glass-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-glass-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-glass-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-glass-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-glass-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-glass-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  \/* Kit links *\/\n  .lux-glass-module .kits-wrap{\n    max-width:500px;\n    margin:0 auto;\n    text-align:center;\n  }\n\n  .lux-glass-module .kits-wrap h3{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n    margin:0 0 14px 0;\n  }\n\n  .lux-glass-module .kit-list{\n    display:flex;\n    flex-direction:column;\n    gap:12px;\n  }\n\n  .lux-glass-module .kit-link{\n    display:block;\n    padding:14px 20px;\n    background:#f9f9f9;\n    border:1px solid #ddd;\n    border-radius:8px;\n    font-size:15px;\n    font-weight:600;\n    color:#111;\n    text-decoration:none;\n    transition:background .2s,border-color .2s;\n  }\n\n  .lux-glass-module .kit-link:hover{\n    background:#f1f1f1;\n    border-color:#ccc;\n  }\n\n  @media (max-width:600px){\n    .lux-glass-module .container{ padding:24px 16px; }\n    .lux-glass-module .card,\n    .lux-glass-module .guidance-card,\n    .lux-glass-module .expect-card,\n    .lux-glass-module .proof-card,\n    .lux-glass-module .value-card{ padding:28px 20px; }\n\n    .lux-glass-module .expect-card{ padding:34px 20px 24px; }\n    .lux-glass-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-glass-module .results-grid{ grid-template-columns:1fr; }\n    .lux-glass-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-glass-module .card h2{ font-size:24px; }\n    .lux-glass-module .bubble{ left:16px; }\n    .lux-glass-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-glass-module\"\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eBellevia Lab® Micro Infusion Kit (Glass Skin)\u003c\/h2\u003e\n\n\u003cp\u003eProfessional-grade hydration treatment designed to help improve the look of plumpness, radiance, and moisture retention, without clinic visits.\u003c\/p\u003e\n\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eGlass Skin Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-actives\"\u003e\n\n\u003cdiv class=\"hero-active hydration\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eHydration Complex\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eHyaluronic Acid plus water-binding actives designed to support a visibly plumper, more radiant look after each treatment.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active barrier\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eBarrier Support\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eCeramide NP and skin-comfort ingredients designed to help support moisture retention for that “glass-like” finish.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003edeep hydration, smoother texture, and high-gloss radiance\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"special-callout\"\u003e\n\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eThis serum focuses on immediate and lasting hydration, pairing humectants with barrier-support ingredients for a plump, luminous glow that builds with weekly use.\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Glass Skin 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredients-strip\"\u003e\n\n\u003cspan class=\"ing-tag hydration-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag barrier-tag\"\u003eCeramide NP\u003c\/span\u003e \u003cspan class=\"ing-tag hydration-tag\"\u003eNiacinamide (VB3)\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eBeta Glucan\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eSnow Mushroom\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol (VB5)\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eSqualane\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- VALUE \/ PRICE TABLE (matches your style, but scoped) --\u003e\n\u003cdiv class=\"value-card\"\u003e\n\n\u003cdiv class=\"value-topbar\"\u003e💰 Bellevia Lab® saves you up to 70 percent compared to clinics and other brands\u003c\/div\u003e\n\n\u003cdiv class=\"price-table\"\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eOption\u003c\/th\u003e\n\n\u003cth\u003eTotal price\u003c\/th\u003e\n\n\u003cth\u003ePrice per infusion\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eClinic treatment\u003c\/td\u003e\n\n\u003ctd\u003e$399+\u003c\/td\u003e\n\n\u003ctd\u003e$100+ per visit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr class=\"hero\"\u003e\n\n\u003ctd\u003eBellevia Lab® Micro Infusion \u003cspan class=\"save-note\"\u003eYou save around 70 percent\u003c\/span\u003e\n\n\u003c\/td\u003e\n\n\u003ctd\u003e$59\u003c\/td\u003e\n\n\u003ctd\u003e$14\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\n\u003ctd\u003e$157\u003c\/td\u003e\n\n\u003ctd\u003e$26\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\n\u003ctd\u003e$252\u003c\/td\u003e\n\n\u003ctd\u003e$42\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\n\u003ctd\u003e$237\u003c\/td\u003e\n\n\u003ctd\u003e$39\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp class=\"table-foot\"\u003eBased on kits with four serums. Bellevia Lab® delivers similar at home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul class=\"guidance-list\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\n\u003cdiv class=\"results-header\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eHydration\u003c\/div\u003e\n\nVisible changes in as little as 4 treatments, with transformative, long-lasting results after 8 to 12.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eMoisture\u003c\/div\u003e\n\nClinically tested to boost skin hydration and moisture retention.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003e24 Hours\u003c\/div\u003e\n\nDelivers up to \u003cstrong\u003e256%\u003c\/strong\u003e improved moisturisation in 24 hours.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eComparison\u003c\/div\u003e\n\nOutperformed standard glycerin and water in controlled comparative tests.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eFinish\u003c\/div\u003e\n\nLeaves skin plump, radiant and glass-like with lasting hydration.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eRoutine\u003c\/div\u003e\n\nQuick 5 to 10 minute weekly at-home treatments.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-steps\"\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Immediate plumping and radiant glow\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Improved moisture retention and smoother look\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More consistent “glass skin” finish and lasting hydration\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- HYDRATION PROOF --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cul class=\"proof-list\"\u003e\n\n\u003cli\u003eDemonstrated up to \u003cstrong\u003e256%\u003c\/strong\u003e improvement in skin hydration within 24 hours in lab testing\u003c\/li\u003e\n\n\u003cli\u003eClinically evaluated to enhance long-lasting hydration and moisture retention\u003c\/li\u003e\n\n\u003cli\u003eOutperformed 10% glycerin and water in controlled comparative tests\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"disclaimer\"\u003eThe Micro Infusion Glass Skin Serum was independently tested in a third-party laboratory in March 2025 using scientific methods to evaluate its moisturising efficacy. Individual results may vary. Cosmetic use only.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"howto\"\u003e\n\n\u003cdiv class=\"howto-pill\"\u003eHow to use\u003c\/div\u003e\n\n\u003cdiv class=\"reeview-app-widget\" id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- IMAGE --\u003e\n\u003cdiv class=\"image-box\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Skincare_Transformation__Before_and_After.png?v=1759396666\" alt=\"Glass Skin Before and After\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT IS IT (Long form, like your existing block) --\u003e\n\u003cdiv class=\"card\" style=\"background: #f9f9f9;\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eGlass Skin Hydration Treatment, at Home\u003c\/h2\u003e\n\n\u003cp\u003eThe Bellevia Lab® Micro Infusion Kit (Glass Skin) brings professional-grade hydration treatments into your home at a fraction of the cost of clinical alternatives.\u003c\/p\u003e\n\n\u003cp\u003eThe kit uses ultra-fine micro-needles to gently exfoliate and create micro-channels that enhance serum contact, helping actives support a plump, radiant complexion.\u003c\/p\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Glass Skin 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time::\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH KIT IS FOR YOU --\u003e\n\u003cdiv class=\"kits-wrap\"\u003e\n\n\u003ch3\u003eWhich Micro Infusion Kit Is For You?\u003c\/h3\u003e\n\n\u003cdiv class=\"kit-list\"\u003e\n\n\u003ca class=\"kit-link\" href=\"\/en\/products\/lux-skin-micro-infusion-kit\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/en\/products\/lux-skin-micro-infusion-kit-glass-skin\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/en\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/en\/products\/hair-growth-actives\"\u003eHAIR REGROWTH\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/en\/products\/stretch-mark-repair\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"ingredients-card\"\u003e\n\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv class=\"quiz-box\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" rel=\"noopener\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"Hydration (Glass Skin)","offer_id":49215773999256,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":49215774032024,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215774064792,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":49215774097560,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215774130328,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215774163096,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/fad6b588-67c9-42e0-b8ec-25c29d9e2f9a.png?v=1781136197"},{"product_id":"micro-infusion-roller-head","title":"Micro Infusion - Replacement Roller Head","description":"\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e*No Serum included\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e - this only includes the roller head - you must also have the Micro Infusion Kit to get the serum, the head attaches onto the serum vial.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e0.5mm titanium microneedle roller head.\u003c\/p\u003e\n\u003cp\u003eAvoid sanitising and disinfecting by having a new Sterile head for each treatment! \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"1 Pack ($8 each)","offer_id":49215774720152,"sku":"MIK_HEAD","price":8.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/0d5ca3a6-71ff-413a-b525-c7a5b8ce50d2.png?v=1781116818"},{"product_id":"bellevialab-micro-infusion-kit","title":"Bellevia Lab® Micro Infusion Kit with Peptides (Anti-Aging)","description":"\u003c!-- LUX SKIN Anti Aging Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .lux-antiaging-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --accent:#b87a5e;\n    --accent-light:#d4a889;\n    --accent-glow:#e8c4ad;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module *{ box-sizing:border-box; }\n  .lux-antiaging-module h2,\n  .lux-antiaging-module p,\n  .lux-antiaging-module ul,\n  .lux-antiaging-module li{ margin:0; padding:0; }\n\n  .lux-antiaging-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-antiaging-module .card,\n  .lux-antiaging-module .guidance-card,\n  .lux-antiaging-module .expect-card,\n  .lux-antiaging-module .proof-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-antiaging-module .card::before,\n  .lux-antiaging-module .proof-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n    background:linear-gradient(90deg,var(--rose),var(--accent),var(--rose-2));\n  }\n\n  .lux-antiaging-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--accent);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-antiaging-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-antiaging-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-antiaging-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-antiaging-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--accent);\n  }\n\n  .lux-antiaging-module .hero-active.primary{\n    background:linear-gradient(135deg,#fff6f6 0%,#fff 100%);\n  }\n\n  .lux-antiaging-module .hero-active.secondary{\n    background:linear-gradient(135deg,#faf7f6 0%,#fff 100%);\n  }\n  .lux-antiaging-module .hero-active.secondary::after{\n    background:var(--rose);\n  }\n\n  .lux-antiaging-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--accent);\n  }\n  .lux-antiaging-module .hero-active.secondary .hero-active-name{ color:var(--rose); }\n\n  .lux-antiaging-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-antiaging-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .special-callout{\n    background:linear-gradient(135deg,var(--blush) 0%,#f8f0ee 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--accent);\n  }\n  .lux-antiaging-module .special-callout strong{ color:var(--navy); }\n\n  .lux-antiaging-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-antiaging-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-antiaging-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-antiaging-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--accent);\n    flex-shrink:0;\n  }\n\n  .lux-antiaging-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-antiaging-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-antiaging-module .meta-item strong{ color:var(--text); }\n\n  .lux-antiaging-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-antiaging-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .ing-tag.primary-tag{\n    background:#fff6f6;\n    border-color:#f0ddd4;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Guidance *\/\n  .lux-antiaging-module .guidance-card{ overflow:visible; }\n  .lux-antiaging-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-antiaging-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--accent);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-antiaging-module .expect-card{ overflow:visible; padding:40px 32px 32px; }\n  .lux-antiaging-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-antiaging-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .results-header span{ font-size:20px; }\n\n  .lux-antiaging-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-antiaging-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .result-item{\n    border:1px solid var(--border);\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#fff6f6,#fff);\n  }\n\n  .lux-antiaging-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#f5e0d8;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#fafafa,#f5f2f0);\n    border-radius:12px;\n    border:1px solid var(--border);\n  }\n\n  .lux-antiaging-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:var(--accent);\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-antiaging-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,var(--accent-glow),#f3e6ea,var(--accent-glow));\n  }\n\n  .lux-antiaging-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-antiaging-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:var(--card);\n    border:2px solid var(--accent);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--accent);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-antiaging-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--rose);\n    color:var(--rose);\n  }\n\n  .lux-antiaging-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-antiaging-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#f5e8e8,#f2e1e3);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #e6d2d5;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-antiaging-module .proof-header-wrap{ margin-bottom:24px; }\n\n  .lux-antiaging-module .proof-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:14px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .proof-stat{\n    padding:18px 20px;\n    border-radius:12px;\n    text-align:center;\n    border:1px solid #f0ddd4;\n    background:linear-gradient(135deg,#fff6f6,#fceee8);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-number{\n    font-family:'Cormorant Garamond',serif;\n    font-size:36px;\n    font-weight:700;\n    line-height:1;\n    margin-bottom:6px;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-label{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-source{\n    font-size:10px;\n    color:#aaa;\n    margin-top:4px;\n    font-style:italic;\n  }\n\n  .lux-antiaging-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0 0 24px 0;\n  }\n\n  .lux-antiaging-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--accent);\n    font-weight:700;\n  }\n\n  .lux-antiaging-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid var(--border);\n    padding-top:16px;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-antiaging-module .ingredients-card{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:24px 20px;\n  }\n\n  .lux-antiaging-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-antiaging-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-antiaging-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-antiaging-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-antiaging-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-antiaging-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  @media (max-width:600px){\n    .lux-antiaging-module .container{ padding:24px 16px; }\n    .lux-antiaging-module .card,\n    .lux-antiaging-module .guidance-card,\n    .lux-antiaging-module .expect-card,\n    .lux-antiaging-module .proof-card{ padding:28px 20px; }\n\n    .lux-antiaging-module .expect-card{ padding:34px 20px 24px; }\n    .lux-antiaging-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-antiaging-module .results-grid{ grid-template-columns:1fr; }\n    .lux-antiaging-module .proof-grid{ grid-template-columns:1fr; }\n    .lux-antiaging-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-antiaging-module .card h2{ font-size:24px; }\n    .lux-antiaging-module .bubble{ left:16px; }\n    .lux-antiaging-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-antiaging-module\"\u003e\n\n\u003cdiv class=\"container\"\u003e\n\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\n\u003ch2\u003eBellevia Lab® Micro Infusion Kit (Anti Aging)\u003c\/h2\u003e\n\n\u003cp\u003eNext-level at-home treatment designed to help improve the look of fine lines, firmness, and overall skin smoothness at a fraction of typical in-clinic costs.\u003c\/p\u003e\n\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eAnti Aging Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-actives\"\u003e\n\n\u003cdiv class=\"hero-active primary\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eAnti Aging Peptide Complex\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eA multi-peptide blend designed to support the look of smoother skin texture and reduced appearance of fine lines over consistent use.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active secondary\"\u003e\n\n\u003cdiv class=\"hero-active-name\"\u003eSupport Actives\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-title\"\u003eHydration + Barrier Support\u003c\/div\u003e\n\n\u003cdiv class=\"hero-active-desc\"\u003eSkin-supporting ingredients to help maintain a hydrated look and comfortable feel, so results build week after week.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003efirmer skin, refined texture, and more youthful glow\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"special-callout\"\u003e\n\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eUnlike basic “single active” serums, this formula combines peptides with skin-supporting ingredients to help deliver visible results with consistent weekly use.\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"kit-includes\"\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × Bellevia Lab® Anti Aging 5ml Serum Vials\u003c\/div\u003e\n\n\u003cdiv class=\"kit-item\"\u003e\n\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"meta-row\"\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\n\u003cdiv class=\"meta-item\"\u003e\n\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredients-strip\"\u003e\n\n\u003cspan class=\"ing-tag primary-tag\"\u003ePeptides\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eNiacinamide (VB3)\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol (VB5)\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eAllantoin\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eCentella Complex (BSASM)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul class=\"guidance-list\"\u003e\n\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\n\u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\n\u003cdiv class=\"results-header\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eAnti Aging\u003c\/div\u003e\n\nSupports the look of smoother skin texture and softer-looking fine lines with consistent weekly use.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eFirmness\u003c\/div\u003e\n\nHelps support the look of firmer, more “lifted” skin over time.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eGlow\u003c\/div\u003e\n\nDesigned to deliver a refreshed, hydrated look after treatments.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eRoutine\u003c\/div\u003e\n\nQuick 5 to 10 minute weekly treatments, no appointment needed.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eTexture\u003c\/div\u003e\n\nHelps improve the look of roughness and uneven-looking tone across weeks.\u003c\/div\u003e\n\n\u003cdiv class=\"result-item\"\u003e\n\n\u003cdiv class=\"result-tag\"\u003eComfort\u003c\/div\u003e\n\nFormulated with skin-support ingredients to help keep skin feeling calm and supported.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-steps\"\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Hydration boost and refreshed look\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Smoother look and refined texture\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-step\"\u003e\n\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"timeline-text\"\u003e\n\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More visible firmness and line-softening look\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TESTED \u0026 PROVEN --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-grid\"\u003e\n\n\u003cdiv class=\"proof-stat\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e44%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eReduction in elastase activity in lab evaluation\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, March 2025\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e85%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eParticipants reported smoother-looking skin after consistent use\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e72%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eReported improved-looking firmness across a routine period\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-stat\"\u003e\n\n\u003cdiv class=\"stat-number\"\u003e90%\u003c\/div\u003e\n\n\u003cdiv class=\"stat-label\"\u003eSaid the routine was easy to follow and fit into weekly life\u003c\/div\u003e\n\n\u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cul class=\"proof-list\"\u003e\n\n\u003cli\u003eDesigned to support visibly firmer, smoother-looking skin over time\u003c\/li\u003e\n\n\u003cli\u003ePeptide-focused formula to support the look of fine lines and texture\u003c\/li\u003e\n\n\u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact compared to simple topical application\u003c\/li\u003e\n\n\u003cli\u003eQuick weekly use with cumulative visible improvements\u003c\/li\u003e\n\n\u003cli\u003eFormulated for cosmetic use with a comfort-first approach\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"ingredients-card\"\u003e\n\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv class=\"quiz-box\"\u003e\n\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" rel=\"noopener\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Minha loja","offers":[{"title":"Anti-Aging (with Peptides)","offer_id":49215774523544,"sku":"MIK_01","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":49215774556312,"sku":"MIK_02","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":49215774589080,"sku":"MIK_03","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":49215774621848,"sku":"MIK_04","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":49215774654616,"sku":"MIK_05","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":49215774687384,"sku":"MIK_06","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/6f796a96-a061-483c-b616-b41f8c82211d.png?v=1781116499"},{"product_id":"mdk","title":"Bellevia Lab® Microdermabrasion","description":"\u003cdiv class=\"proof-box pink-box price-compare-box\"\u003e\n\n\u003cdiv class=\"proof-header pink-header\"\u003ePrice Comparison\u003c\/div\u003e\n\n\u003cdiv class=\"price-table\"\u003e\n\n\u003ctable\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eBrand\u003c\/th\u003e\n\n\u003cth\u003eTotal Price\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eBellevia Lab\u003c\/strong\u003e Microdermabrasion\u003c\/td\u003e\n\n\u003ctd\u003e$29\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\n\u003ctd\u003e$99\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\n\u003ctd\u003e$199\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\n\u003ctd\u003e$239\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp style=\"margin-top: 14px; font-size: 13px; color: #444;\" class=\"disclaimer\"\u003e*Competitors shown offer Microdermabrasion Kit's with comparable features. Bellevia Lab is 70% cheaper on average.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv\u003e\n\n\u003cspan style=\"font-weight: 400;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\"\u003e\n\n\u003cdiv class=\"guidance-header\"\u003eHow Often Should I Use It?\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eQuick Skin Refresh: 1 Use\/Week\u003c\/strong\u003e \u003cspan\u003efor basic skin maintenance and pore decongestion.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eTargeted Texture \u0026amp; Blackhead Removal: 2 Uses\/Week\u003c\/strong\u003e \u003cspan\u003efor reducing blackheads, whiteheads, and improving texture.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eGlow-Up Routine: Ongoing Weekly Use\u003c\/strong\u003e \u003cspan\u003eto maintain smooth, clear, radiant skin over time.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eDeeply exfoliates and removes dead skin cells in one use\u003c\/li\u003e\n\n\u003cli\u003eClinically inspired suction clears clogged pores and debris\u003c\/li\u003e\n\n\u003cli\u003eImproves skin tone, texture, and boosts glow instantly\u003c\/li\u003e\n\n\u003cli\u003eReduces blackheads, whiteheads, and pore visibility\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e The Bellevia Lab® Microdermabrasion Kit combines vacuum suction with micro-exfoliation to deliver professional-grade results at home.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only. \u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eBellevia Lab® Microdermabrasion Kit\u003c\/strong\u003e uses gentle vacuum suction and micro-exfoliation technology to draw out impurities, deeply cleanse pores, and resurface skin for a smoother, clearer, more radiant complexion.\u003c\/p\u003e\n\n\u003cp\u003eThis pain-free treatment removes dead skin cells, blackheads, and excess sebum while promoting healthy cell turnover—revealing younger-looking skin in just minutes.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e 1 x Microdermabrasion Handset, 5 x Interchangeable Nozzle Heads, 1 x Charging Cable, 1 x User Guide\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5–10 minutes\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week\u003c\/p\u003e\n\n\n\u003c\/div\u003e","brand":"Minha loja","offers":[{"title":"Default Title","offer_id":49215777669272,"sku":"MDK01","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0775\/4583\/2600\/files\/0f723523-b1ff-4421-a98a-a655e27ea3a3.png?v=1781111884"}],"url":"https:\/\/bellevialab.co.uk\/en\/collections\/micro-infusion.oembed","provider":"Bellevia Lab","version":"1.0","type":"link"}