{"product_id":"prostaglandin-free-lash-growth-serum-8ml","title":"Gentle Lash Growth Serum (8mL XL) | Prostaglandin-Free Formula","description":"\u003cdiv class=\"product-cro-page\"\u003e\n  \u003cstyle\u003e\n    .product-cro-page {\n      container-type: inline-size;\n      font-family: inherit;\n      color: #17222b;\n      line-height: 1.5;\n      font-size: 16px;\n      padding: 4px 0 24px;\n      max-width: 100%;\n      box-sizing: border-box;\n    }\n    .product-cro-page *, .product-cro-page *::before, .product-cro-page *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Top Review Entry Bar *\/\n    .product-cro-page .top-review-bar {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      width: 100%;\n      min-height: 56px;\n      background: #faf8f5;\n      border: 1px solid #ebe6df;\n      border-radius: 12px;\n      padding: 10px 16px;\n      margin-bottom: 16px;\n      text-decoration: none;\n      color: #17222b;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.02);\n      transition: background 0.2s ease, transform 0.2s ease;\n    }\n    .product-cro-page .top-review-bar:hover {\n      background: #f4f0e8;\n      transform: translateY(-1px);\n    }\n    .product-cro-page .top-review-stars {\n      color: #d4a359;\n      font-size: 15px;\n      letter-spacing: 1px;\n    }\n    .product-cro-page .top-review-text {\n      font-size: 14px;\n      font-weight: 600;\n      color: #334155;\n    }\n    .product-cro-page .top-review-count {\n      color: #64748b;\n      font-weight: 500;\n      text-decoration: underline;\n    }\n\n    \/* Typography \u0026 Hierarchy *\/\n    .product-cro-page h2 {\n      margin: 0 0 8px 0;\n      font-size: 20px;\n      font-weight: 700;\n      color: #17222b;\n      line-height: 1.3;\n    }\n    .product-cro-page p {\n      margin: 0 0 12px 0;\n      color: #4a5568;\n    }\n\n    \/* Images \u0026 GIFs *\/\n    .product-cro-page img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 12px;\n      margin-top: 14px;\n      object-fit: contain;\n    }\n\n    \/* Cards *\/\n    .product-cro-page .cro-card {\n      background: #ffffff;\n      border: 1px solid #ebe6df;\n      border-radius: 16px;\n      padding: 18px;\n      margin-bottom: 20px;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.03);\n    }\n\n    \/* Top Hero Banner *\/\n    .product-cro-page .hero-banner {\n      background: #faf8f5;\n      border: 1px solid #ebe6df;\n      border-radius: 16px;\n      padding: 22px 18px;\n      text-align: center;\n      margin-bottom: 20px;\n    }\n    .product-cro-page .hero-banner h1 {\n      font-size: 22px;\n      font-weight: 800;\n      color: #17222b;\n      margin: 0 0 8px 0;\n      line-height: 1.25;\n    }\n    .product-cro-page .hero-banner p {\n      margin: 0;\n      color: #4a5568;\n      font-size: 15px;\n    }\n\n    \/* 2x2 Feature Navigation + 1x1 Bottom Card *\/\n    .product-cro-page .nav-wrapper {\n      margin-bottom: 24px;\n    }\n    .product-cro-page .nav-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin-bottom: 10px;\n      padding: 0 4px;\n    }\n    .product-cro-page .nav-header span {\n      font-size: 13px;\n      font-weight: 600;\n      color: #718096;\n      letter-spacing: 0.02em;\n    }\n    .product-cro-page .nav-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n    .product-cro-page .nav-grid .nav-item-full {\n      grid-column: 1 \/ -1;\n    }\n    .product-cro-page .nav-item {\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      background: #ffffff;\n      border: 1px solid #e2dcd5;\n      border-radius: 12px;\n      padding: 12px;\n      text-decoration: none;\n      color: #17222b;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n      animation: croBreathe 3s infinite ease-in-out;\n    }\n    .product-cro-page .nav-item:active {\n      transform: scale(0.98);\n    }\n    .product-cro-page .nav-item-content {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n    .product-cro-page .nav-title-row {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .product-cro-page .nav-title {\n      font-size: 14px;\n      font-weight: 700;\n      color: #17222b;\n      line-height: 1.25;\n    }\n    .product-cro-page .nav-sub {\n      font-size: 12px;\n      color: #718096;\n      line-height: 1.2;\n    }\n    .product-cro-page .nav-arrow {\n      color: #2b6cb0;\n      font-weight: 800;\n      font-size: 14px;\n      margin-left: 4px;\n      display: inline-block;\n      animation: croArrowBounce 1.5s infinite ease-in-out;\n    }\n\n    @keyframes croBreathe {\n      0%, 100% { border-color: #e2dcd5; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }\n      50% { border-color: #cbd5e0; box-shadow: 0 2px 8px rgba(43,108,176,0.08); }\n    }\n    @keyframes croArrowBounce {\n      0%, 100% { transform: translateX(0); }\n      50% { transform: translateX(3px); }\n    }\n\n    \/* Specs Table *\/\n    .product-cro-page .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      border: 1px solid #ebe6df;\n      border-radius: 14px;\n      overflow: hidden;\n      font-size: 16px;\n      line-height: 1.6;\n      margin: 10px 0;\n    }\n    .product-cro-page .spec-table th, \n    .product-cro-page .spec-table td {\n      text-align: left;\n      padding: 13px 16px;\n      border-bottom: 1px solid #ebe6df;\n      vertical-align: top;\n    }\n    .product-cro-page .spec-table th {\n      width: 40%;\n      background: #faf8f4;\n      color: #5a6470;\n      font-weight: 700;\n    }\n    .product-cro-page .spec-table td {\n      width: 60%;\n      color: #17222b;\n      font-weight: 600;\n    }\n    .product-cro-page .spec-table tr:last-child th, \n    .product-cro-page .spec-table tr:last-child td {\n      border-bottom: 0;\n    }\n\n    \/* FAQ (Accordion) *\/\n    .product-cro-page .faq-item {\n      border: 1px solid #ebe6df;\n      border-radius: 12px;\n      margin-bottom: 10px;\n      background: #ffffff;\n      overflow: hidden;\n    }\n    .product-cro-page .faq-item summary {\n      padding: 14px 16px;\n      font-weight: 700;\n      font-size: 15px;\n      color: #17222b;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      user-select: none;\n    }\n    .product-cro-page .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n    .product-cro-page .faq-item summary::after {\n      content: \"›\";\n      font-size: 18px;\n      font-weight: 800;\n      color: #718096;\n      transition: transform 0.2s ease;\n      margin-left: 8px;\n    }\n    .product-cro-page .faq-item[open] summary::after {\n      transform: rotate(90deg);\n    }\n    .product-cro-page .faq-content {\n      padding: 0 16px 14px;\n      font-size: 14px;\n      color: #4a5568;\n      line-height: 1.5;\n    }\n\n    \/* Guarantees (3 Lines) *\/\n    .product-cro-page .guarantee-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      margin: 14px 0 6px 0;\n    }\n    .product-cro-page .guarantee-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      background: #faf8f5;\n      padding: 12px 14px;\n      border-radius: 10px;\n      border: 1px solid #f0ece6;\n    }\n    .product-cro-page .guarantee-icon {\n      font-size: 18px;\n      line-height: 1.2;\n    }\n    .product-cro-page .guarantee-text {\n      flex: 1;\n    }\n    .product-cro-page .guarantee-title {\n      font-weight: 700;\n      font-size: 14px;\n      color: #17222b;\n      margin-bottom: 2px;\n    }\n    .product-cro-page .guarantee-desc {\n      font-size: 13px;\n      color: #718096;\n      margin: 0;\n    }\n\n    \/* Bottom CTA *\/\n    .product-cro-page .bottom-cta {\n      text-align: center;\n      background: #faf8f5;\n      border: 1px solid #ebe6df;\n      border-radius: 16px;\n      padding: 24px 18px;\n      margin: 24px 0;\n    }\n    .product-cro-page .bottom-cta h3 {\n      font-size: 18px;\n      font-weight: 700;\n      color: #17222b;\n      margin: 0 0 6px 0;\n    }\n    .product-cro-page .bottom-cta p {\n      font-size: 14px;\n      color: #4a5568;\n      margin: 0 0 16px 0;\n    }\n    .product-cro-page .cta-button {\n      display: inline-block;\n      width: 100%;\n      max-width: 320px;\n      background: #17222b;\n      color: #ffffff;\n      font-weight: 700;\n      font-size: 16px;\n      text-align: center;\n      padding: 14px 24px;\n      border-radius: 30px;\n      text-decoration: none;\n      transition: transform 0.2s ease, background 0.2s ease;\n      box-shadow: 0 4px 12px rgba(23,34,43,0.15);\n    }\n    .product-cro-page .cta-button:hover {\n      background: #2d3748;\n      transform: translateY(-2px);\n    }\n    .product-cro-page .cta-button:active {\n      transform: scale(0.98);\n    }\n\n    \/* Customer Reviews Section *\/\n    .product-cro-page .reviews-section {\n      background: #ffffff;\n      border: 1px solid #ebe6df;\n      border-radius: 16px;\n      padding: 20px 18px;\n      margin-top: 24px;\n    }\n    .product-cro-page .reviews-header {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      margin-bottom: 20px;\n      padding-bottom: 14px;\n      border-bottom: 1px solid #f0ece6;\n    }\n    .product-cro-page .reviews-summary {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .product-cro-page .reviews-stars {\n      color: #d4a359;\n      font-size: 18px;\n      letter-spacing: 1px;\n    }\n    .product-cro-page .reviews-rating-text {\n      font-size: 15px;\n      font-weight: 700;\n      color: #17222b;\n    }\n    .product-cro-page .review-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n    .product-cro-page .review-card {\n      background: #faf8f5;\n      border: 1px solid #f0ece6;\n      border-radius: 12px;\n      padding: 16px;\n    }\n    .product-cro-page .review-top {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 10px;\n    }\n    .product-cro-page .review-user-info {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .product-cro-page .review-avatar {\n      width: 36px;\n      height: 36px;\n      border-radius: 50%;\n      background: #e2dcd5;\n      color: #17222b;\n      font-weight: 700;\n      font-size: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .product-cro-page .review-name-wrap {\n      display: flex;\n      flex-direction: column;\n    }\n    .product-cro-page .review-name {\n      font-weight: 700;\n      font-size: 14px;\n      color: #17222b;\n    }\n    .product-cro-page .review-meta {\n      font-size: 12px;\n      color: #718096;\n    }\n    .product-cro-page .review-stars {\n      color: #d4a359;\n      font-size: 14px;\n      letter-spacing: 1px;\n      margin-bottom: 8px;\n    }\n    .product-cro-page .review-body {\n      font-size: 15px;\n      color: #2d3748;\n      line-height: 1.55;\n      margin: 0;\n    }\n\n    \/* Container Queries for Large Viewports *\/\n    @container (min-width: 700px) {\n      .product-cro-page {\n        font-size: 18px;\n      }\n      .product-cro-page h2 {\n        font-size: 22px;\n      }\n      .product-cro-page .hero-banner h1 {\n        font-size: 26px;\n      }\n      .product-cro-page .spec-table {\n        font-size: 18px;\n      }\n      .product-cro-page .nav-title {\n        font-size: 15px;\n      }\n      .product-cro-page .nav-sub {\n        font-size: 13px;\n      }\n      .product-cro-page .review-body {\n        font-size: 16px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003ca href=\"#customer-reviews\" class=\"top-review-bar\"\u003e\n    \u003cspan class=\"top-review-stars\"\u003e★★★★★\u003c\/span\u003e\n    \u003cspan class=\"top-review-text\"\u003e4.9\/5 Rating\u003c\/span\u003e\n    \u003cspan class=\"top-review-count\"\u003e(Read 4 Reviews ↓)\u003c\/span\u003e\n  \u003c\/a\u003e\n\n  \u003csection class=\"hero-banner\"\u003e\n    \u003ch1\u003eFuller, Healthier Lashes Without Harsh Ingredients\u003c\/h1\u003e\n    \u003cp\u003eA doctor-formulated, gentle daily lash serum crafted with peptides, biotin, and Swiss apple extract. Extra-large 8mL size for complete daily nourishment.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/13__2.gif?v=1787911463\" alt=\"Lash Serum Application\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"nav-wrapper\"\u003e\n    \u003cdiv class=\"nav-header\"\u003e\n      \u003cspan\u003eKEY BENEFITS\u003c\/span\u003e\n      \u003cspan\u003eTap a feature to explore ↓\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nav-grid\"\u003e\n      \u003ca href=\"#feature-1\" class=\"nav-item\"\u003e\n        \u003cdiv class=\"nav-item-content\"\u003e\n          \u003cdiv class=\"nav-title-row\"\u003e\n            \u003cspan class=\"nav-title\"\u003e🌿 No Prostaglandins\u003c\/span\u003e\n            \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"nav-sub\"\u003eGentle daily lash care\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"#feature-2\" class=\"nav-item\"\u003e\n        \u003cdiv class=\"nav-item-content\"\u003e\n          \u003cdiv class=\"nav-title-row\"\u003e\n            \u003cspan class=\"nav-title\"\u003e💧 8mL XL Size\u003c\/span\u003e\n            \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"nav-sub\"\u003eMore serum for long routine\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"#feature-3\" class=\"nav-item\"\u003e\n        \u003cdiv class=\"nav-item-content\"\u003e\n          \u003cdiv class=\"nav-title-row\"\u003e\n            \u003cspan class=\"nav-title\"\u003e🧬 Plant \u0026amp; Peptide Powered\u003c\/span\u003e\n            \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"nav-sub\"\u003eNourishes root to tip\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"#feature-4\" class=\"nav-item\"\u003e\n        \u003cdiv class=\"nav-item-content\"\u003e\n          \u003cdiv class=\"nav-title-row\"\u003e\n            \u003cspan class=\"nav-title\"\u003e🩺 Doctor Formulated\u003c\/span\u003e\n            \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"nav-sub\"\u003eScience-inspired care\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"#feature-5\" class=\"nav-item nav-item-full\"\u003e\n        \u003cdiv class=\"nav-item-content\"\u003e\n          \u003cdiv class=\"nav-title-row\"\u003e\n            \u003cspan class=\"nav-title\"\u003e✨ One Easy Swipe Before Bed\u003c\/span\u003e\n            \u003cspan class=\"nav-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"nav-sub\"\u003eEffortless nightly precision applicator\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"feature-1\" class=\"cro-card\"\u003e\n    \u003ch2\u003e🌿 Beautiful Lashes. No Prostaglandins.\u003c\/h2\u003e\n    \u003cp\u003eHarsh serums can cause irritation. Experience a gentler daily serum designed to help you achieve fuller-looking lashes with peace of mind.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_48_2.webp?v=1787911231\" alt=\"No Prostaglandins Lash Serum\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"feature-2\" class=\"cro-card\"\u003e\n    \u003ch2\u003e💧 8mL XL Size — More Serum, More Routine\u003c\/h2\u003e\n    \u003cp\u003eRunning out of serum interrupts your progress. Stay consistent with a generous 8mL bottle made for long-term lash care.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_49_4.webp?v=1787911231\" alt=\"8mL XL Size Lash Serum\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"feature-3\" class=\"cro-card\"\u003e\n    \u003ch2\u003e🧬 Peptides + Biotin + Swiss Apple Extract\u003c\/h2\u003e\n    \u003cp\u003eWeak, brittle lashes need deep nutrition. Plant-powered ingredients and active peptides help nourish and condition lashes from root to tip.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_50_5.webp?v=1787911231\" alt=\"Peptides, Biotin and Swiss Apple Extract\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"feature-4\" class=\"cro-card\"\u003e\n    \u003ch2\u003e🩺 Doctor Formulated. Science Inspired.\u003c\/h2\u003e\n    \u003cp\u003eDeveloped with anti-aging science for a smarter, reliable approach to everyday lash nourishment.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_50_6.webp?v=1787911231\" alt=\"Doctor Formulated Lash Serum\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"feature-5\" class=\"cro-card\"\u003e\n    \u003ch2\u003e✨ One Easy Swipe Before Bed\u003c\/h2\u003e\n    \u003cp\u003eMessy routines cause inconsistent use. The precision applicator makes nightly lash-line care quick, clean, and effortless.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_51_7.webp?v=1787911231\" alt=\"Precision Applicator\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cro-card\"\u003e\n    \u003ch2\u003e📋 Product Specifications\u003c\/h2\u003e\n    \u003ctable class=\"spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFormula Type\u003c\/th\u003e\n          \u003ctd\u003eProstaglandin-Free Lash Serum\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eNet Volume\u003c\/th\u003e\n          \u003ctd\u003e8mL (XL Size)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eKey Active Ingredients\u003c\/th\u003e\n          \u003ctd\u003ePeptides, Biotin, Swiss Apple Extract\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFormulation\u003c\/th\u003e\n          \u003ctd\u003eDoctor Formulated \/ Science Inspired\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eApplication Routine\u003c\/th\u003e\n          \u003ctd\u003eNightly Precision Swipe\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cro-card\"\u003e\n    \u003ch2\u003e💬 Frequently Asked Questions\u003c\/h2\u003e\n    \n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eDoes this lash serum contain prostaglandins?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eNo. This formula is completely free from prostaglandins, offering a gentle everyday approach to lash care.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWhat is the size of the bottle?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eEach bottle comes in an extra-large 8mL XL size, giving you significantly more serum for a longer, consistent routine.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWhat are the key ingredients?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eIt is powered by a blend of Peptides, Biotin, and Swiss Apple Extract to help nourish and condition lashes from root to tip.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eHow should I apply it?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eUse the precision applicator to apply one clean, effortless swipe along your lash line each night before bed.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cro-card\"\u003e\n    \u003ch2\u003e🛡️ Our Service Guarantees\u003c\/h2\u003e\n    \u003cdiv class=\"guarantee-list\"\u003e\n      \u003cdiv class=\"guarantee-item\"\u003e\n        \u003cspan class=\"guarantee-icon\"\u003e📦\u003c\/span\u003e\n        \u003cdiv class=\"guarantee-text\"\u003e\n          \u003cdiv class=\"guarantee-title\"\u003eSecurely Packed\u003c\/div\u003e\n          \u003cp class=\"guarantee-desc\"\u003eEach serum bottle is securely sealed and protected during delivery.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"guarantee-item\"\u003e\n        \u003cspan class=\"guarantee-icon\"\u003e🔍\u003c\/span\u003e\n        \u003cdiv class=\"guarantee-text\"\u003e\n          \u003cdiv class=\"guarantee-title\"\u003eQuality Checked\u003c\/div\u003e\n          \u003cp class=\"guarantee-desc\"\u003eDoctor-formulated batches verified for purity and precision applicator standards.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"guarantee-item\"\u003e\n        \u003cspan class=\"guarantee-icon\"\u003e💬\u003c\/span\u003e\n        \u003cdiv class=\"guarantee-text\"\u003e\n          \u003cdiv class=\"guarantee-title\"\u003eCustomer Support\u003c\/div\u003e\n          \u003cp class=\"guarantee-desc\"\u003eDedicated team ready to assist you with order tracking and product questions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bottom-cta\"\u003e\n    \u003ch3\u003eReady for Fuller, Healthier-Looking Lashes?\u003c\/h3\u003e\n    \u003cp\u003eUpgrade your nightly routine with our gentle 8mL XL nourishing serum.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"cta-button\"\u003eShop Now\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"customer-reviews\" class=\"reviews-section\"\u003e\n    \u003cdiv class=\"reviews-header\"\u003e\n      \u003ch2\u003e⭐ Customer Reviews\u003c\/h2\u003e\n      \u003cdiv class=\"reviews-summary\"\u003e\n        \u003cspan class=\"reviews-stars\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan class=\"reviews-rating-text\"\u003e4.9 \/ 5.0 (Based on 4 Reviews)\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-list\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-top\"\u003e\n          \u003cdiv class=\"review-user-info\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eE\u003c\/div\u003e\n            \u003cdiv class=\"review-name-wrap\"\u003e\n              \u003cspan class=\"review-name\"\u003eEmily R.\u003c\/span\u003e\n              \u003cspan class=\"review-meta\"\u003eUnited States • Aug 25, 2026\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"review-body\"\u003eMy lashes were falling out due to menopause. This was recommended to me, and my lashes are growing back quickly! They're visibly thicker, stronger, and fuller.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-top\"\u003e\n          \u003cdiv class=\"review-user-info\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eS\u003c\/div\u003e\n            \u003cdiv class=\"review-name-wrap\"\u003e\n              \u003cspan class=\"review-name\"\u003eSarah M.\u003c\/span\u003e\n              \u003cspan class=\"review-meta\"\u003eUnited States • Aug 21, 2026\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"review-body\"\u003eI used Latisse for 10 years and had no idea it was aging my eyelids and causing dark circles. Once I stopped, my lashes started shedding. I switched to this serum, and the darkening around my eyes is gone. My lashes look fuller and healthier than before!\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-top\"\u003e\n          \u003cdiv class=\"review-user-info\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eJ\u003c\/div\u003e\n            \u003cdiv class=\"review-name-wrap\"\u003e\n              \u003cspan class=\"review-name\"\u003eJessica K.\u003c\/span\u003e\n              \u003cspan class=\"review-meta\"\u003eUnited States • Aug 17, 2026\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"review-body\"\u003eI tried many serums with bad experiences - swelling, redness, dry eye. This one didn't irritate my eyes at all! After a few weeks, my lashes are visibly longer and fuller. Highly recommend!\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-top\"\u003e\n          \u003cdiv class=\"review-user-info\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eA\u003c\/div\u003e\n            \u003cdiv class=\"review-name-wrap\"\u003e\n              \u003cspan class=\"review-name\"\u003eAmanda B.\u003c\/span\u003e\n              \u003cspan class=\"review-meta\"\u003eUnited States • Aug 12, 2026\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"review-body\"\u003eI'm 63 and my lashes had become thin and short. After three months of using this serum, my lashes look much fuller, and my daughter thought I was wearing falsies! I'm on my second tube and love it!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"1 Bottle","offer_id":53781439676779,"sku":"NC02482608283198-MOOLINSE跨境英文版8mi","price":23.99,"currency_code":"USD","in_stock":true},{"title":"2 Bottles (Full 3-Month Routine)","offer_id":53781439709547,"sku":"NC02482608283198-MOOLINSE跨境英文版8mi*2","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_28_17_45_48_1.webp?v=1787911230","url":"https:\/\/zavrlynia.com\/products\/prostaglandin-free-lash-growth-serum-8ml","provider":"zavrlynia","version":"1.0","type":"link"}