{"product_id":"2-in-1-double-touch-long-wear-liquid-lipstick-glass-gloss","title":"💄 2-in-1 Double Touch Long-Wear Liquid Lipstick \u0026 Glass Gloss","description":"\u003cstyle\u003e\n  \/* =====================================================\n     DUAL-END LIQUID LIPSTICK \u0026 GLOSS - PREMIUM MAUVE\/ROSE EDITION\n     高级玫瑰豆沙\/木质粉棕配色系统，层次感与立体阴影构建\n     ===================================================== *\/\n\n  .product-page-template {\n    --brand-main: #a65268;          \/* 优雅玫瑰主色 *\/\n    --brand-deep: #7a3143;          \/* 深豆沙红\/文字加粗 *\/\n    --brand-soft: #f9ecef;          \/* 柔和浅粉渐变区域 *\/\n    --brand-mist: #fdf5f7;          \/* 珍珠雾粉背景 *\/\n    \n    --bg-pearl: #fffafb;            \/* 页面底色 *\/\n    --bg-white: #ffffff;            \/* 卡片纯白 *\/\n    \n    --text-heading: #2c1b21;       \/* 标题颜色 *\/\n    --text-body: #4a383f;          \/* 正文颜色 *\/\n    --text-muted: #856b73;         \/* 辅助文字 *\/\n    \n    --border-light: #f0d5dd;       \/* 1.5px 浅色边框 *\/\n    --border-strong: #e2b4c1;      \/* 2px 核心边框 *\/\n    --shadow-sm: 0 8px 22px rgba(122, 49, 67, 0.06);\n    --shadow-md: 0 16px 42px rgba(122, 49, 67, 0.10);\n    --shadow-lg: 0 26px 70px rgba(122, 49, 67, 0.14);\n\n    width: 100%;\n    max-width: 1040px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--bg-pearl);\n    color: var(--text-body);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 18px;\n    line-height: 1.68;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .product-page-template, .product-page-template * { box-sizing: border-box; }\n  \n  \/* 图片自适应强化：100%宽，不缩在中间，兼容移动端与Shopify图片结构 *\/\n  .product-page-template img,\n  .product-page-template picture {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    margin: 0 auto !important;\n    border-radius: 16px;\n    object-fit: cover;\n  }\n\n  .ppt-container { width: 100%; max-width: 900px; margin: 0 auto; }\n  .ppt-section { position: relative; padding: 56px 24px; background: var(--bg-pearl); }\n  .ppt-section + .ppt-section { border-top: 1px solid var(--border-light); }\n  \n  .ppt-section-soft {\n    background: radial-gradient(circle at 10% 0%, rgba(166, 82, 104, 0.05), transparent 28%),\n                linear-gradient(180deg, #ffffff 0%, var(--brand-mist) 100%);\n  }\n\n  \/* 1. HERO 区 *\/\n  .ppt-hero {\n    position: relative;\n    padding: 50px 24px 60px;\n    overflow: hidden;\n    background: radial-gradient(circle at 88% 16%, var(--brand-soft), transparent 36%),\n                linear-gradient(145deg, var(--bg-pearl) 0%, var(--brand-mist) 100%);\n  }\n  .ppt-hero-copy { max-width: 800px; margin: 0 auto 28px; text-align: center; }\n  .ppt-title {\n    margin: 0; color: var(--text-heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(32px, 4.8vw, 50px); font-weight: 600; line-height: 1.18;\n  }\n  .ppt-subtitle { max-width: 720px; margin: 16px auto 0; color: var(--text-muted); font-size: 18px; }\n\n  \/* 媒体卡片与图框（立体感阴影与浅色边框） *\/\n  .ppt-media {\n    position: relative; overflow: hidden;\n    border: 1.5px solid var(--border-strong);\n    border-radius: 20px; background: #ffffff;\n    box-shadow: var(--shadow-md);\n  }\n  .ppt-hero-media { max-width: 680px; margin: 0 auto; border-radius: 24px; box-shadow: var(--shadow-lg); }\n\n  \/* 单句总结卡片 *\/\n  .ppt-summary {\n    position: relative; max-width: 790px; margin: 28px auto 0; padding: 22px 28px;\n    border: 1.5px solid var(--border-strong); border-radius: 18px;\n    background: rgba(255, 255, 255, 0.92); box-shadow: var(--shadow-sm);\n    color: var(--text-heading); font-family: Georgia, serif; font-size: 19px; text-align: center;\n  }\n  .ppt-summary::before {\n    content: \"\"; position: absolute; top: -1px; left: 50%; width: 88px; height: 3px;\n    border-radius: 0 0 999px 999px; background: var(--brand-main); transform: translateX(-50%);\n  }\n\n  \/* 卖点文案 *\/\n  .ppt-feature-copy, .ppt-scene-copy { max-width: 800px; margin: 0 auto 24px; text-align: left; }\n  .ppt-feature-copy h2, .ppt-scene-copy h2 {\n    position: relative; margin: 0 0 14px; padding-bottom: 14px;\n    color: var(--text-heading); font-family: Georgia, serif;\n    font-size: clamp(25px, 3vw, 34px); font-weight: 500;\n  }\n  .ppt-feature-copy h2::after, .ppt-scene-copy h2::after {\n    content: \"\"; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px;\n    border-radius: 999px; background: var(--brand-main);\n  }\n  .ppt-feature-copy p b, .ppt-scene-copy p b { color: var(--brand-deep); font-weight: 700; }\n\n  \/* 规格表格 *\/\n  .ppt-spec-heading, .ppt-faq-heading {\n    margin: 0 0 24px; color: var(--text-heading); font-family: Georgia, serif;\n    font-size: clamp(26px, 3.2vw, 36px); text-align: center;\n  }\n  .ppt-spec-table-wrap {\n    width: 100%; overflow: hidden; border: 1.5px solid var(--border-strong);\n    border-radius: 18px; background: var(--bg-white); box-shadow: var(--shadow-sm);\n  }\n  .ppt-spec-table { width: 100%; border-collapse: collapse; font-size: 16.5px; }\n  .ppt-spec-table th, .ppt-spec-table td { padding: 16px 18px; border-right: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); text-align: left; }\n  .ppt-spec-table thead th { background: var(--brand-soft); color: var(--brand-deep); font-size: 14px; font-weight: 800; text-transform: uppercase; }\n  .ppt-spec-table tbody td:first-child { color: var(--text-heading); font-weight: 700; width: 35%; }\n\n  \/* FAQ 折叠区 *\/\n  .ppt-faq-list { display: grid; gap: 12px; }\n  .ppt-faq-list details { border: 1.5px solid var(--border-light); border-radius: 14px; background: #ffffff; box-shadow: var(--shadow-sm); }\n  .ppt-faq-list summary { position: relative; padding: 20px 52px 20px 20px; color: var(--text-heading); font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }\n  .ppt-faq-list summary::-webkit-details-marker { display: none; }\n  .ppt-faq-list summary::after {\n    content: \"+\"; position: absolute; top: 50%; right: 18px; width: 28px; height: 28px;\n    border: 1.5px solid var(--border-strong); border-radius: 50%; background: var(--brand-mist);\n    color: var(--brand-main); font-size: 20px; text-align: center; line-height: 24px; transform: translateY(-50%);\n  }\n  .ppt-faq-list details[open] summary::after { content: \"−\"; }\n  .ppt-faq-answer { padding: 10px 20px 20px; border-top: 1px solid var(--border-light); color: var(--text-muted); font-size: 16px; }\n\n  \/* 移动端自适应调优 *\/\n  @media (max-width: 760px) {\n    .ppt-section { padding: 36px 14px; }\n    .ppt-hero { padding: 28px 14px 36px; }\n    .ppt-title { font-size: 30px; }\n    .ppt-subtitle { font-size: 15.5px; }\n    .ppt-summary { font-size: 16.5px; text-align: left; padding: 18px; }\n    .ppt-spec-table th, .ppt-spec-table td { padding: 12px 10px; font-size: 14.5px; }\n    .ppt-faq-list summary { font-size: 16px; padding: 16px 46px 16px 16px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-page-template\"\u003e\n\u003csection class=\"ppt-hero\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-hero-copy\"\u003e\n\u003ch1 class=\"ppt-title\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e Lip Game Strong: Bold Color Meets High-Shine Gloss\u003c\/h1\u003e\n\u003cp class=\"ppt-subtitle\"\u003eTired of choosing between drying matte lipsticks that crack or sticky glosses that smudge? Experience intense pigment paired with luminous glass shine in one double-touch wand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-media ppt-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/7_30_97c872f8-b3d1-46b5-9620-c0ad0316bf68.gif?v=1785744457\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ppt-summary\"\u003eGlide on vibrant, full-coverage liquid pigment first, wait 1 minute for it to set, and cap it with the crystal gloss for a 16-hour smudge-proof, radiant smile.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DM_20260803154553_012.png?v=1785743642\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e💄 \u003cb\u003eBold Pigment Base \u0026amp; Non-Sticky Glass Topcoat\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eStart with the high-impact color base for full coverage, then layer the clear glass gloss over top to achieve an irresistible \u003cb\u003eplump shine without any sticky residue\u003c\/b\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3__16_20_39.png?v=1785745258\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e💋 \u003cb\u003e16-Hour Transfer-Proof \u0026amp; Cup-Proof Lock\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eOur quick-drying film technology seals color instantly upon application, ensuring \u003cb\u003ezero transfer onto coffee cups, clothing, or masks\u003c\/b\u003e throughout your busy day.\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DM_20260803154553_007.png?v=1785743642\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e🌿 \u003cb\u003eWeightless Hydration for Zero Tightness\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eUnlike traditional drying lip stains, this lightweight formula combines \u003cb\u003enourishing conditioning agents\u003c\/b\u003e to keep your lips comfortably soft, smooth, and hydrated all day.\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3__16_20_39.png?v=1785745258\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003ch2 class=\"ppt-spec-heading\"\u003e📦 Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"ppt-spec-table-wrap\"\u003e\n\u003ctable class=\"ppt-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003e2-in-1 Double Touch Long-Wear Liquid Lipstick \u0026amp; Gloss\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish Type\u003c\/td\u003e\n\u003ctd\u003eDual-Sided: Soft Matte Color + Crystal Glass Shine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKey Benefits\u003c\/td\u003e\n\u003ctd\u003e16H Smudge-Proof, Non-Sticky, Hydrating \u0026amp; Transfer-Proof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHow to Use\u003c\/td\u003e\n\u003ctd\u003eApply base color -\u0026gt; Wait 1 minute to dry -\u0026gt; Top with clear gloss\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003ch2 class=\"ppt-faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"ppt-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: Will the clear gloss cause the base lipstick color to bleed or smudge?\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: No! Once you allow the liquid pigment base to set for 1 minute, it forms a locked color film. Applying the topcoat gloss over it will enhance shine without smudging the color.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: Is this lip formula sticky or heavy on the lips?\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: Not at all. The gloss topcoat is formulated to be feather-light and non-sticky, providing a comfortable, glass-like shine without hair sticking to your lips.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: How do I remove this long-wear lip color at night?\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: Because of its 16-hour transfer-proof lock, simply use an oil-based makeup remover or cleansing balm to gently dissolve and wipe it off cleanly in seconds.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 25px; background-color: #f9f9f9; padding: 20px; border-radius: 12px; border: 1px solid #eaeaea;\"\u003e\n\u003ch1 style=\"font-size: 16px; color: #111; font-weight: bold; margin-top: 0; margin-bottom: 15px; text-align: center;\"\u003e\u003cbr\u003e\u003c\/h1\u003e\n\u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; margin-bottom: 20px; background-color: #ffffff;\"\u003e\n\u003cdiv style=\"padding: 28px 24px 20px 24px; text-align: center;\"\u003e\n\u003ch1 style=\"font-size: 22px; color: #111; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 0; margin-bottom: 18px;\"\u003e❤️ WHY US?\u003c\/h1\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 13.5px; text-align: left; color: #333;\"\u003e\n\u003cdiv\u003e🏭 \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e✅ \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e💰 \u003cstrong\u003eFair Pricing\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e🤝 \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e⭐ \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg style=\"display: block; width: 100%; height: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\"\u003e\n\u003c\/div\u003e\n\u003ch1 style=\"font-size: 16px; color: #111; font-weight: bold; margin-top: 0; margin-bottom: 15px; text-align: center;\"\u003e\u003cbr\u003e\u003c\/h1\u003e\n\u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; margin-bottom: 20px; background-color: #ffffff;\"\u003e\n\u003cdiv style=\"padding: 24px 24px 16px 24px; text-align: center;\"\u003e\n\u003ch1 style=\"font-size: 22px; color: #111; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 10px 0;\"\u003eSHOP WITH CONFIDENCE\u003c\/h1\u003e\n\u003cp style=\"font-size: 13.5px; line-height: 1.7; color: #555; margin: 0;\"\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg style=\"display: block; width: 100%; height: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\"\u003e\n\u003c\/div\u003e\n\u003ch1 style=\"font-size: 16px; color: #111; font-weight: bold; margin-top: 0; margin-bottom: 15px; text-align: center;\"\u003e\u003cbr\u003e\u003c\/h1\u003e\n\u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; margin-bottom: 20px; background-color: #ffffff;\"\u003e\n\u003cdiv style=\"padding: 24px 24px 16px 24px; text-align: center;\"\u003e\n\u003ch1 style=\"font-size: 22px; color: #111; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 16px 0;\"\u003eSHIPPING \u0026amp; DELIVERY\u003c\/h1\u003e\n\u003cp style=\"font-size: 13.5px; line-height: 1.7; color: #555; margin: 0 0 8px 0;\"\u003e📦 Every order is carefully packed and processed promptly.\u003c\/p\u003e\n\u003cp style=\"font-size: 13.5px; line-height: 1.7; color: #555; margin: 0 0 8px 0;\"\u003e🚚 Once shipped, you'll receive a tracking number to monitor your package at any time.\u003c\/p\u003e\n\u003cp style=\"font-size: 13.5px; line-height: 1.7; color: #555; margin: 0 0 16px 0;\"\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"\"\u003e \u003cimg style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NC0186","offers":[{"title":"#103 Natural rose","offer_id":53655725244779,"sku":"NC01862608034455-#103","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#108 Silk currant","offer_id":53655725277547,"sku":"NC01862608034455-#108","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#126 Whispering","offer_id":53655725310315,"sku":"NC01862608034455-#126","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#127 Honey pumpkin","offer_id":53655725343083,"sku":"NC01862608034455-#127","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#128 Twilight red","offer_id":53655725375851,"sku":"NC01862608034455-#128","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#132 Mauve","offer_id":53655725408619,"sku":"NC01862608034455-#132","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#133 a gift for me","offer_id":53655872799083,"sku":"NC01862608034455-#133","price":22.99,"currency_code":"USD","in_stock":true},{"title":"#139 look at my lips","offer_id":53655872831851,"sku":"NC01862608034455-#139","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DM_20260803154553_001.png?v=1785743641","url":"https:\/\/zavrlyus.com\/products\/2-in-1-double-touch-long-wear-liquid-lipstick-glass-gloss","provider":"zavrlyUS","version":"1.0","type":"link"}