{"product_id":"moisturizing-matte-lip-gloss","title":"💄Mirror Water Lip Gloss","description":"\u003cstyle\u003e\n  .sr-page {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1f2937;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px;\n    background-color: #fcf6f5; \/* 奢华轻透微光玫瑰背景 *\/\n    box-sizing: border-box;\n  }\n  .sr-page *, .sr-page *::before, .sr-page *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 1. 顶部主 Banner 模块 *\/\n  .sr-hero {\n    background: linear-gradient(135deg, #7f1d1d 0%, #450a0a 100%);\n    border-radius: 16px;\n    padding: 40px 24px;\n    text-align: center;\n    color: #ffffff;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 25px rgba(69, 10, 10, 0.35);\n    border-bottom: 4px solid #e11d48;\n  }\n  .sr-badge {\n    display: inline-block;\n    background: #e11d48;\n    color: #ffffff;\n    padding: 6px 18px;\n    border-radius: 20px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n    letter-spacing: 0.5px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.15);\n  }\n  .sr-hero h1 {\n    font-size: 40px;\n    margin: 0 0 14px 0;\n    font-weight: 800;\n    line-height: 1.25;\n    color: #ffffff;\n  }\n  .sr-hero p {\n    font-size: 19px;\n    margin: 0 0 20px 0;\n    color: #ffe4e6;\n    line-height: 1.6;\n  }\n  .sr-hero img {\n    max-width: 100%;\n    border-radius: 12px;\n    margin-top: 15px;\n    box-shadow: 0 8px 20px rgba(0,0,0,0.4);\n    display: block;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .sr-section-title {\n    font-size: 32px;\n    color: #7f1d1d;\n    margin: 40px 0 20px 0;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  \/* 2. 核心卖点详情模块（5个带色块的卡片，桌面端正文 18px） *\/\n  .sr-detail-card {\n    background: #ffffff;\n    border-radius: 14px;\n    padding: 24px;\n    margin-bottom: 20px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n    border: 1px solid #fecdd3;\n  }\n  .sr-card-1 { border-left: 6px solid #7f1d1d; }\n  .sr-card-2 { border-left: 6px solid #991b1b; }\n  .sr-card-3 { border-left: 6px solid #b91c1c; }\n  .sr-card-4 { border-left: 6px solid #dc2626; }\n  .sr-card-5 { border-left: 6px solid #e11d48; }\n  \n  .sr-detail-card h3 {\n    margin: 0 0 10px 0;\n    font-size: 24px;\n    color: #7f1d1d;\n    font-weight: 700;\n  }\n  .sr-detail-card p {\n    margin: 0;\n    font-size: 18px;\n    color: #4b5563;\n    line-height: 1.6;\n  }\n\n  \/* 3. 详细特性展示与规格参数模块（虚线包裹样式） *\/\n  .sr-specs-wrapper {\n    background: #ffffff;\n    border: 2px dashed #e11d48;\n    border-radius: 14px;\n    padding: 24px;\n    margin-bottom: 30px;\n  }\n  .sr-specs-box h4 {\n    margin: 0 0 16px 0;\n    font-size: 22px;\n    color: #7f1d1d;\n    border-bottom: 1px solid #ffe4e6;\n    padding-bottom: 12px;\n    text-align: center;\n    font-weight: 700;\n  }\n  .sr-specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .sr-specs-list li {\n    display: flex;\n    justify-content: space-between;\n    padding: 12px 0;\n    border-bottom: 1px solid #ffe4e6;\n    font-size: 18px;\n  }\n  .sr-specs-list li:last-child {\n    border-bottom: none;\n  }\n  .sr-specs-list li span:first-child {\n    font-weight: 600;\n    color: #991b1b;\n  }\n  .sr-specs-list li span:last-child {\n    color: #1f2937;\n    font-weight: 600;\n    word-break: break-word;\n    text-align: right;\n  }\n\n  \/* 4. 顾客真实评价模块 *\/\n  .sr-review-card {\n    background: #ffffff;\n    border: 1px solid #fecdd3;\n    border-left: 4px solid #e11d48;\n    border-radius: 14px;\n    padding: 22px;\n    margin-bottom: 18px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n  }\n  .sr-review-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 12px;\n  }\n  .sr-review-avatar {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 2px solid #e11d48;\n  }\n  .sr-review-info h4 {\n    margin: 0 0 2px 0;\n    font-size: 18px;\n    color: #1f2937;\n    font-weight: 700;\n  }\n  .sr-review-stars {\n    color: #f59e0b;\n    font-size: 18px;\n    letter-spacing: 1px;\n  }\n  .sr-review-text {\n    margin: 0;\n    font-size: 18px;\n    color: #4b5563;\n    font-style: italic;\n    line-height: 1.6;\n  }\n\n  \/* 5. 常见问题解答模块（下拉框，带平滑旋转小箭头） *\/\n  .sr-faq-container {\n    background: #ffffff;\n    border: 1px solid #fecdd3;\n    border-radius: 14px;\n    overflow: hidden;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n  }\n  .sr-faq-container details {\n    border-bottom: 1px solid #ffe4e6;\n    padding: 18px 20px;\n    cursor: pointer;\n    transition: background-color 0.2s;\n  }\n  .sr-faq-container details:last-child {\n    border-bottom: none;\n  }\n  .sr-faq-container details:hover {\n    background-color: #fff1f2;\n  }\n  .sr-faq-container summary {\n    font-weight: 700;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 18px;\n    list-style: none;\n    color: #7f1d1d;\n    min-height: 35px;\n  }\n  .sr-faq-container summary::-webkit-details-marker {\n    display: none;\n  }\n  .sr-faq-container summary::after {\n    content: \"▼\";\n    font-size: 14px;\n    color: #e11d48;\n    transition: transform 0.3s ease;\n  }\n  .sr-faq-container details[open] summary::after {\n    transform: rotate(180deg);\n  }\n  .sr-faq-container p {\n    margin: 12px 0 0 0;\n    font-size: 18px;\n    color: #4b5563;\n    line-height: 1.6;\n  }\n\n  \/* 6. 货运与质量 4 大保证模块（2×2 四宫格） *\/\n  .sr-guarantee-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: 30px;\n  }\n  .sr-guarantee-card {\n    background: #ffffff;\n    border: 1px solid #fecdd3;\n    border-top: 5px solid #e11d48;\n    border-radius: 14px;\n    padding: 20px 16px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n  }\n  .sr-guarantee-icon {\n    font-size: 32px;\n    margin-bottom: 10px;\n  }\n  .sr-guarantee-content h4 {\n    margin: 0 0 6px 0;\n    font-size: 20px;\n    color: #1f2937;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n  .sr-guarantee-content p {\n    margin: 0;\n    font-size: 18px;\n    color: #4b5563;\n    line-height: 1.5;\n  }\n\n  \/* 7. 底部行动呼吁横幅（带悬停微动\/点击浮动按钮） *\/\n  .sr-cta-banner {\n    background: linear-gradient(135deg, #7f1d1d 0%, #450a0a 100%);\n    border-radius: 16px;\n    padding: 35px 20px;\n    text-align: center;\n    color: #ffffff;\n    box-shadow: 0 4px 25px rgba(69, 10, 10, 0.35);\n    border-top: 4px solid #e11d48;\n  }\n  .sr-cta-banner h3 {\n    margin: 0 0 10px 0;\n    font-size: 28px;\n    color: #ffffff;\n    font-weight: 800;\n  }\n  .sr-cta-banner p {\n    margin: 0 0 24px 0;\n    font-size: 18px;\n    color: #ffe4e6;\n    line-height: 1.6;\n  }\n  .sr-cta-btn {\n    display: inline-block;\n    background: #e11d48;\n    color: #ffffff;\n    text-decoration: none;\n    font-weight: 800;\n    padding: 16px 40px;\n    border-radius: 50px;\n    font-size: 18px;\n    min-height: 48px;\n    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;\n    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4);\n  }\n  .sr-cta-btn:hover {\n    transform: translateY(-3px);\n    background: #be123c;\n    box-shadow: 0 6px 20px rgba(190, 18, 60, 0.6);\n  }\n  .sr-cta-btn:active {\n    transform: translateY(1px);\n  }\n\n  \/* 移动端自适应优化：严格保证正文及列表字号不低于 16px，大标题缩至 30px *\/\n  @media (max-width: 749px) {\n    .sr-page { padding: 12px; }\n    .sr-hero h1 { font-size: 30px; }\n    .sr-hero p { font-size: 16px; }\n    .sr-section-title { font-size: 26px; margin: 30px 0 16px 0; }\n    \n    .sr-detail-card h3 { font-size: 20px; }\n    .sr-detail-card p { font-size: 16px; }\n\n    .sr-specs-list li { font-size: 16px; }\n\n    .sr-review-info h4 { font-size: 16px; }\n    .sr-review-stars { font-size: 16px; }\n    .sr-review-text { font-size: 16px; }\n\n    .sr-faq-container summary { font-size: 16px; }\n    .sr-faq-container p { font-size: 16px; }\n\n    .sr-guarantee-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n    }\n    .sr-guarantee-card { padding: 14px 10px; }\n    .sr-guarantee-icon { font-size: 26px; margin-bottom: 6px; }\n    .sr-guarantee-content h4 { font-size: 18px; }\n    .sr-guarantee-content p { font-size: 16px; }\n\n    .sr-cta-banner h3 { font-size: 24px; }\n    .sr-cta-banner p { font-size: 16px; }\n    .sr-cta-btn { font-size: 16px; padding: 14px 30px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sr-page\"\u003e\n\u003c!-- 1. 顶部主 Banner 模块 --\u003e\n\u003cdiv class=\"sr-hero\"\u003e\n\u003cspan class=\"sr-badge\"\u003eTrending Glass Mirror Gloss\u003c\/span\u003e\n\u003ch1\u003eMoisturizing Matte Lip Gloss\u003c\/h1\u003e\n\u003cp\u003eDrench your lips in crystal-clear, high-shine water gloss with zero stickiness. Lightweight, long-lasting color that plumps and hydrates all day long!\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/TikSave.io_7670679286487043360_00_00_02--00_00_14.gif?v=1787798638\" alt=\"Lip Gloss Banner\"\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sr-section-title\"\u003eWhy American Beauty Lovers Obsess Over It\u003c\/h2\u003e\n\u003c!-- 2. 核心卖点详情模块（5个色彩卡片） --\u003e\n\u003cdiv class=\"sr-detail-card sr-card-1\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003e💧 Crystal Mirror Water Shine\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003eCreates an ultra-glossy, high-refraction mirror finish that instantly gives your lips a fuller, voluptuous, and dimensional look.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/e79ea7dd-35f6-4523-bab8-38ab73c1e108.png?v=1787799173\" alt=\"Crystal Mirror Water Shine\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-detail-card sr-card-2\" style=\"text-align: center;\"\u003e\n\u003ch3\u003e✨ Non-Sticky \u0026amp; Weightless Feel\u003c\/h3\u003e\n\u003cp\u003eAdvanced lightweight formula glides on smoothly like silk without any heavy, sticky residue. Ultimate comfort for all-day wear.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/c8c91ea9-976d-4b67-ac72-5c049877d9ef.png?v=1787799173\" alt=\"Non-Sticky Feel\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-detail-card sr-card-3\" style=\"text-align: center;\"\u003e\n\u003ch3\u003e⏱️ Long-Lasting Hydrating Stain\u003c\/h3\u003e\n\u003cp\u003eLocks in vibrant moisture and color pigments deep into the lips, resisting fading while keeping your lips supple and nourished.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/7f56ab4a-c692-4e56-b2b8-240ccc27224a.png?v=1787799173\" alt=\"Long-Lasting Hydration\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-detail-card sr-card-4\" style=\"text-align: center;\"\u003e\n\u003ch3\u003e🎨 Multi-Dimensional Rich Pigment\u003c\/h3\u003e\n\u003cp\u003eDelivers a vivid, buildable pop of color that flatters all skin tones, perfect for effortless natural daily makeup or bold glam looks.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/fc6be305-115d-4120-beec-c3ca2a04fc1b.png?v=1787799173\" alt=\"Rich Pigment\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 详细特性展示与规格参数模块（虚线包裹） --\u003e\n\u003ch2 class=\"sr-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"sr-specs-wrapper\"\u003e\n\u003cdiv class=\"sr-specs-box\"\u003e\n\u003ch4\u003eTechnical Details \u0026amp; Specs\u003c\/h4\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/f6a1fdba-538a-49e9-96c1-d6c2125a475b.png?v=1787800984\" alt=\"Specs Details\"\u003e\u003c\/p\u003e\n\u003cul class=\"sr-specs-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eBrand \/ Collection:\u003c\/span\u003e\u003cspan\u003eMirror Water Lip Gloss\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eNet Content:\u003c\/span\u003e\u003cspan\u003e4.5ml \/ 0.15 fl. oz.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eKey Benefits:\u003c\/span\u003e\u003cspan\u003eHigh-shine gloss, hydrating, non-sticky tint\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinish Type:\u003c\/span\u003e\u003cspan\u003eGlass mirror water glow, plump look\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSkin Type:\u003c\/span\u003e\u003cspan\u003eSuitable for all skin types \u0026amp; tones\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 顾客真实评价模块 --\u003e\n\u003ch2 class=\"sr-section-title\"\u003eVerified Customer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"sr-review-card\"\u003e\n\u003cdiv class=\"sr-review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?w=150\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"Emily R.\" class=\"sr-review-avatar\"\u003e\n\u003cdiv class=\"sr-review-info\"\u003e\n\u003ch4\u003eEmily R. (Miami, FL)\u003c\/h4\u003e\n\u003cdiv class=\"sr-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sr-review-text\"\u003e\"Obsessed with this gloss! It gives the ultimate glass-like shine without feeling sticky at all. My lips look so plump and stay moisturized for hours.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-review-card\"\u003e\n\u003cdiv class=\"sr-review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1517841905240-472988babdf9?w=150\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"Jessica T.\" class=\"sr-review-avatar\"\u003e\n\u003cdiv class=\"sr-review-info\"\u003e\n\u003ch4\u003eJessica T. (Chicago, IL)\u003c\/h4\u003e\n\u003cdiv class=\"sr-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sr-review-text\"\u003e\"The color payoff is stunning and looks just like high-end luxury brands. It doesn't dry out my lips and the shine lasts through coffee and meals!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-review-card\"\u003e\n\u003cdiv class=\"sr-review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1524504388940-b1c1722653e1?w=150\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;q=80\" alt=\"Amanda H.\" class=\"sr-review-avatar\"\u003e\n\u003cdiv class=\"sr-review-info\"\u003e\n\u003ch4\u003eAmanda H. (Seattle, WA)\u003c\/h4\u003e\n\u003cdiv class=\"sr-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sr-review-text\"\u003e\"Super smooth application and feels very lightweight. I get compliments every time I wear it. Definitely adding more shades to my collection!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 常见问题解答模块（下拉框，带平滑旋转小箭头） --\u003e\n\u003ch2 class=\"sr-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"sr-faq-container\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this lip gloss sticky or heavy on the lips?\u003c\/summary\u003e\n\u003cp\u003eNot at all! It features an advanced light-as-air water texture that provides an intense glossy shine with zero stickiness or heavy residue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the gloss transfer easily when eating or drinking?\u003c\/summary\u003e\n\u003cp\u003eWhile it has a high-shine mirror finish, it leaves a gorgeous long-lasting tint stain behind even after light eating or drinking, reducing the need for constant reapplication.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I layer this over other lipsticks or lip liners?\u003c\/summary\u003e\n\u003cp\u003eYes! It works wonderfully on its own for a natural glossy look or layered over matte lipsticks and liners to add dimension and high shine.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this product suitable for sensitive or chapped lips?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. Formulated with nourishing and hydrating plant extracts, it helps soothe, smooth, and moisturize dry or chapped lips instantly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 货运与质量 4 大保证模块（2×2 四宫格，已按要求更新） --\u003e\n\u003ch2 class=\"sr-section-title\"\u003eWhy Shop With Us?\u003c\/h2\u003e\n\u003cdiv class=\"sr-guarantee-grid\"\u003e\n\u003cdiv class=\"sr-guarantee-card\"\u003e\n\u003cspan class=\"sr-guarantee-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv class=\"sr-guarantee-content\"\u003e\n\u003ch4\u003eReliable Shipping\u003c\/h4\u003e\n\u003cp\u003eFast, tracked delivery straight to your doorstep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-guarantee-card\"\u003e\n\u003cspan class=\"sr-guarantee-icon\"\u003e🔒\u003c\/span\u003e\n\u003cdiv class=\"sr-guarantee-content\"\u003e\n\u003ch4\u003eSecure Checkout\u003c\/h4\u003e\n\u003cp\u003eProtected payment gateways for safe transactions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-guarantee-card\"\u003e\n\u003cspan class=\"sr-guarantee-icon\"\u003e💬\u003c\/span\u003e\n\u003cdiv class=\"sr-guarantee-content\"\u003e\n\u003ch4\u003eReal Customer Support\u003c\/h4\u003e\n\u003cp\u003eDedicated 24\/7 team ready to help you anytime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-guarantee-card\"\u003e\n\u003cspan class=\"sr-guarantee-icon\"\u003e↩\u003c\/span\u003e\n\u003cdiv class=\"sr-guarantee-content\"\u003e\n\u003ch4\u003eEasy Returns\u003c\/h4\u003e\n\u003cp\u003eHassle-free return and exchange policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. 底部行动呼吁横幅（带悬停微动\/点击浮动按钮） --\u003e\n\u003cdiv class=\"sr-cta-banner\"\u003e\n\u003ch3\u003eGet Your Dream Mirror Lips Today!\u003c\/h3\u003e\n\u003cp\u003eExperience ultra-glossy, lightweight, and long-lasting hydration with zero stickiness. Order now!\u003c\/p\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e \u003ca href=\"#\" class=\"sr-cta-btn\" style=\"color: rgb(255, 255, 255);\"\u003eBuy Now\u003c\/a\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"WFH","offers":[{"title":"001 HELIA \/ Buy 1","offer_id":49026778792121,"sku":"NC02092608275313-001 HELIA","price":16.99,"currency_code":"USD","in_stock":true},{"title":"001 HELIA \/ Buy 2 Get 10% OFF","offer_id":49026778824889,"sku":"NC02092608275313-001 HELIA*2","price":30.99,"currency_code":"USD","in_stock":true},{"title":"001 HELIA \/ Buy 3 Get 1 Free（4 Pcs \u0026 Free Shipping）","offer_id":49026778857657,"sku":"NC02092608275313-001 HELIA*4","price":50.99,"currency_code":"USD","in_stock":true},{"title":"005 IONE \/ Buy 1","offer_id":49026778890425,"sku":"NC02092608275313-005 IONE","price":16.99,"currency_code":"USD","in_stock":true},{"title":"005 IONE \/ Buy 2 Get 10% OFF","offer_id":49026778923193,"sku":"NC02092608275313-005 IONE*2","price":30.99,"currency_code":"USD","in_stock":true},{"title":"005 IONE \/ Buy 3 Get 1 Free（4 Pcs \u0026 Free Shipping）","offer_id":49026778955961,"sku":"NC02092608275313-005 IONE*4","price":50.99,"currency_code":"USD","in_stock":true},{"title":"006 DELPHINA \/ Buy 1","offer_id":49026778988729,"sku":"NC02092608275313-006 DELPHINA","price":16.99,"currency_code":"USD","in_stock":true},{"title":"006 DELPHINA \/ Buy 2 Get 10% OFF","offer_id":49026779021497,"sku":"NC02092608275313-006 DELPHINA*2","price":30.99,"currency_code":"USD","in_stock":true},{"title":"006 DELPHINA \/ Buy 3 Get 1 Free（4 Pcs \u0026 Free Shipping）","offer_id":49026779054265,"sku":"NC02092608275313-006 DELPHINA*4","price":50.99,"currency_code":"USD","in_stock":true},{"title":"008 ASTRELLE \/ Buy 1","offer_id":49026779087033,"sku":"NC02092608275313-008 ASTRELLE","price":16.99,"currency_code":"USD","in_stock":true},{"title":"008 ASTRELLE \/ Buy 2 Get 10% OFF","offer_id":49026779119801,"sku":"NC02092608275313-008 ASTRELLE*2","price":30.99,"currency_code":"USD","in_stock":true},{"title":"008 ASTRELLE \/ Buy 3 Get 1 Free（4 Pcs \u0026 Free Shipping）","offer_id":49026779152569,"sku":"NC02092608275313-008 ASTRELLE*4","price":50.99,"currency_code":"USD","in_stock":true},{"title":"011 CALINA \/ Buy 1","offer_id":49026779185337,"sku":"NC02092608275313-011 CALINA","price":16.99,"currency_code":"USD","in_stock":true},{"title":"011 CALINA \/ Buy 2 Get 10% OFF","offer_id":49026779218105,"sku":"NC02092608275313-011 CALINA*2","price":30.99,"currency_code":"USD","in_stock":true},{"title":"011 CALINA \/ Buy 3 Get 1 Free（4 Pcs \u0026 Free Shipping）","offer_id":49026779250873,"sku":"NC02092608275313-011 CALINA*4","price":50.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/b58ce7b99582c961375527c3c6b27ebb_c25149e5-ca10-41f2-9a59-428bddc14c11.png?v=1787801321","url":"https:\/\/fvaulity.com\/products\/moisturizing-matte-lip-gloss","provider":"fvaulity","version":"1.0","type":"link"}