{"product_id":"12-color-liquid-lipstick-gift-setx","title":"💄[💥LIMITED DEAL]  12-Color Liquid Lipstick Gift Set","description":"\u003cstyle\u003e   .cm-page{     \/* 奢润彩妆礼盒专属色盘：丝绒浆果红 + 裸粉玫瑰 + 珠光暖白 *\/     --ink: #2b1520;     --muted: #735161;     --panel: rgba(255, 255, 255, 0.94);     --panel-2: rgba(253, 240, 244, 0.85);     --line: rgba(192, 67, 109, 0.16);     --rose: #c0436d;     --rose-light: #e49bb6;     --rose-soft: rgba(192, 67, 109, 0.08);     --gold: #f59e0b;     --radius: 16px;          position: relative;     max-width: 920px;     margin: 0 auto;     background: #fdf8fa;     color: var(--ink);     font-family: Arial, Helvetica, sans-serif;     line-height: 1.55;     overflow: hidden;     isolation: isolate;   }    \/* 动态柔光粒子背景 *\/   .cm-page::before {     content: '';     position: absolute;     top: 0; left: 0; right: 0; bottom: 0;     background-image:        radial-gradient(circle at 1px 1px, rgba(192, 67, 109, 0.08) 1.2px, transparent 0),       linear-gradient(rgba(192, 67, 109, 0.02) 1px, transparent 1px),       linear-gradient(90deg, rgba(192, 67, 109, 0.02) 1px, transparent 1px);     background-size: 26px 26px, 52px 52px, 52px 52px;     z-index: -2;     pointer-events: none;   }    .cm-page::after {     content: '';     position: absolute;     width: 650px;     height: 650px;     top: -90px;     left: 50%;     transform: translateX(-50%);     background: radial-gradient(circle, rgba(228, 155, 182, 0.25) 0%, rgba(192, 67, 109, 0.08) 45%, transparent 70%);     z-index: -1;     pointer-events: none;     animation: cm-velvet-drift 12s ease-in-out infinite alternate;   }    @keyframes cm-velvet-drift {     0% { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.65; }     50% { transform: translateX(-40%) translateY(110px) scale(1.1); opacity: 0.9; }     100% { transform: translateX(-60%) translateY(220px) scale(0.95); opacity: 0.7; }   }    .cm-page *{box-sizing: border-box}   .cm-page img{display: block; width: 100%; height: auto}   .cm-page a{color: inherit; text-decoration: none}   .cm-wrap{padding: 30px 18px}   .cm-kicker{margin: 0 0 10px; color: var(--rose); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase}   .cm-page h1, .cm-page h2, .cm-page h3, .cm-page p{margin-top: 0}   .cm-page h1{margin-bottom: 14px; font-size: 30px; line-height: 1.15; letter-spacing: -.035em; color: var(--ink)}   .cm-page h2{margin-bottom: 12px; font-size: 25px; line-height: 1.18; letter-spacing: -.025em; color: var(--ink)}   .cm-page h3{margin-bottom: 7px; font-size: 17px; line-height: 1.25}   .cm-lead{max-width: 690px; margin-bottom: 18px; color: var(--muted); font-size: 15px}      .cm-media{     overflow: hidden;      border-radius: var(--radius);      background: #faedf3;      border: 1px solid var(--line);     box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.02);   }   .cm-media img{aspect-ratio: 1\/1; object-fit: cover}    .cm-hero{     position: relative;     padding: 34px 18px 26px;     background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(253, 240, 244, 0.85) 100%);     text-align: center;     border-bottom: 1px solid var(--line);     backdrop-filter: blur(8px);   }   .cm-hero .cm-lead{margin-right: auto; margin-left: auto}   .cm-badges{display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none}   .cm-badges li{     padding: 8px 14px;      border: 1px solid rgba(192, 67, 109, 0.3);      border-radius: 999px;      background: var(--rose-soft);      color: var(--rose);      font-size: 13px;      font-weight: 700;     box-shadow: 0 2px 8px rgba(192, 67, 109, 0.06);   }   .cm-hero .cm-media{box-shadow: 0 16px 36px rgba(192, 67, 109, 0.12)}    .cm-nav{padding-top: 28px}   .cm-nav-grid{display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px}   .cm-nav-card{     min-height: 118px;     padding: 16px 13px;     border: 1px solid var(--line);     border-radius: 16px;     background: var(--panel);     backdrop-filter: blur(6px);     box-shadow: 0 2px 8px rgba(0,0,0,.03);     transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;   }   .cm-nav-card:hover, .cm-nav-card:focus-visible{     transform: translateY(-3px);      border-color: var(--rose);      box-shadow: 0 10px 25px rgba(192, 67, 109, 0.16);   }   .cm-nav-icon{display: block; margin-bottom: 9px; font-size: 22px}   .cm-nav-card strong{display: block; font-size: 14px; line-height: 1.25; color: var(--ink)}   .cm-nav-card span:last-child{display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.35}    .cm-feature{padding: 30px 18px}   .cm-feature + .cm-feature{padding-top: 4px}   .cm-copy{padding: 18px 2px 4px}   .cm-copy p{margin-bottom: 12px; color: var(--muted); font-size: 15px}   .cm-points{margin: 0; padding: 0; list-style: none}   .cm-points li{position: relative; margin: 8px 0; padding-left: 25px; color: #432230; font-size: 14px}   .cm-points li:before{position: absolute; left: 0; content: '✓'; color: var(--rose); font-weight: 900}   .cm-tag{     display: inline-block;      margin-bottom: 10px;      padding: 5px 12px;      border-radius: 999px;      background: var(--rose-soft);      color: var(--rose);      border: 1px solid rgba(192, 67, 109, 0.25);     font-size: 11px;      font-weight: 800;      letter-spacing: .08em;      text-transform: uppercase;   }    .cm-proof{     padding: 32px 18px;      background: var(--panel-2);      border-top: 1px solid var(--line);      border-bottom: 1px solid var(--line);     backdrop-filter: blur(8px);   }   .cm-spec-list{display: grid; gap: 10px; margin-top: 16px}   .cm-spec{     display: flex;      align-items: center;      justify-content: space-between;      gap: 16px;      padding: 15px 16px;      border: 1px solid var(--line);      border-radius: 14px;      background: var(--panel);   }   .cm-spec span{color: var(--muted); font-size: 13px}   .cm-spec strong{text-align: right; font-size: 14px; color: var(--ink)}    .cm-faq{padding: 34px 18px}   .cm-faq details{     border: 1px solid var(--line);      border-radius: 14px;      background: var(--panel);      transition: border-color .2s ease, box-shadow .2s ease;   }   .cm-faq details + details{margin-top: 9px}   .cm-faq details[open]{border-color: var(--rose); box-shadow: 0 4px 16px rgba(192, 67, 109, 0.12);}   .cm-faq summary{position: relative; padding: 17px 50px 17px 16px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; color: var(--ink)}   .cm-faq summary::-webkit-details-marker{display: none}   .cm-faq summary:after{position: absolute; top: 50%; right: 17px; content: '+'; color: var(--rose); font-size: 23px; font-weight: 400; line-height: 1; transform: translateY(-50%)}   .cm-faq details[open] summary:after{content: '−'}   .cm-answer{padding: 0 16px 17px; color: var(--muted); font-size: 14px}   .cm-answer p{margin: 0}    .cm-trust{padding: 34px 18px}   .cm-trust-section{     border: 1px solid var(--line);      border-radius: 16px;      overflow: hidden;      margin-bottom: 20px;      background: var(--panel);   }   .cm-trust-body{     padding: 24px 20px;      text-align: center;   }   .cm-trust-grid{     display: grid;      grid-template-columns: repeat(2, 1fr);      gap: 12px;      font-size: 13.5px;      text-align: left;      color: var(--ink);     margin-top: 14px;   }    .cm-summary{padding: 34px 18px 48px; text-align: center}   .cm-summary .cm-media{margin-bottom: 22px}   .cm-cta{     display: inline-flex;     align-items: center;     justify-content: center;     min-height: 52px;     padding: 0 34px;     border-radius: 999px;     background: linear-gradient(90deg, #c0436d, #d9779f);     color: #ffffff;     font-size: 16px;     font-weight: 800;     box-shadow: 0 12px 28px rgba(192, 67, 109, 0.28);     transition: transform .2s ease, box-shadow .2s ease;   }   .cm-cta:hover, .cm-cta:focus-visible{transform: translateY(-2px) scale(1.015); box-shadow: 0 16px 34px rgba(192, 67, 109, 0.38)}   .cm-cta:active{transform: translateY(1px) scale(.99)}    @media(min-width: 700px){     .cm-wrap, .cm-feature, .cm-proof, .cm-faq, .cm-trust, .cm-summary{padding-right: 44px; padding-left: 44px}     .cm-hero{padding: 50px 44px 38px}     .cm-page h1{font-size: 38px}     .cm-page h2{font-size: 28px}     .cm-nav-grid{gap: 14px}     .cm-nav-card{padding: 20px; min-height: 128px}     .cm-feature{padding-top: 44px}     .cm-feature + .cm-feature{padding-top: 12px}     .cm-copy{padding: 22px 6px 8px}   }    @media(prefers-reduced-motion: reduce){     .cm-page *{scroll-behavior: auto!important; transition: none!important}     .cm-page::after { animation: none !important; }   } \u003c\/style\u003e \u003cdiv class=\"cm-page\" id=\"cm-top\"\u003e \u003c!-- HERO SECTION --\u003e \u003csection class=\"cm-hero\"\u003e \u003cp class=\"cm-kicker\"\u003e✨ 12-Piece Lip Color Wardrobe\u003c\/p\u003e \u003ch1 id=\"cm-title\"\u003eDefine Your Lips with All-Day Confidence — The Ultimate High-Pigment Lip Wardrobe! ✨💋\u003c\/h1\u003e \u003cp class=\"cm-lead\"\u003eUnlock endless styling possibilities with this premium 12-piece liquid lipstick collection. Blending the velvet texture of a matte look with a subtle pearlescent shimmer, these moisturising formulas deliver full, rich coverage that stays vibrant all day long without fading or drying out your lips.\u003c\/p\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/6_24.gif?v=1782279203\" alt=\"Liquid Lipstick GIF Animation\" width=\"800\" height=\"800\" loading=\"eager\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- 2x2 NAV GRID --\u003e\u003cnav class=\"cm-wrap cm-nav\"\u003e \u003cp class=\"cm-kicker\"\u003eExplore Key Features\u003c\/p\u003e \u003ch2\u003eCurated shades \u0026amp; non-drying velvet formula\u003c\/h2\u003e \u003cdiv class=\"cm-nav-grid\"\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-shades\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e🎨\u003c\/span\u003e \u003cstrong\u003e12 High-Impact Shades\u003c\/strong\u003e \u003cspan\u003eFull spectrum from nudes to deep reds.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-wear\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e🔒\u003c\/span\u003e \u003cstrong\u003eNon-Fading Wear\u003c\/strong\u003e \u003cspan\u003eTransfer-resistant smudge-free hold.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-moisture\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e💦\u003c\/span\u003e \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e \u003cspan\u003eHydrating essences without tightness.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-gift\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e🎁\u003c\/span\u003e \u003cstrong\u003eLuxury Gift Set\u003c\/strong\u003e \u003cspan\u003eElegantly boxed for makeup lovers.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-swatches\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eArm Swatches\u003c\/strong\u003e \u003cspan\u003eVibrant true-to-tone color payoff.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"cm-nav-card\" href=\"#cm-specs\"\u003e \u003cspan class=\"cm-nav-icon\"\u003e📦\u003c\/span\u003e \u003cstrong\u003eSpecifications\u003c\/strong\u003e \u003cspan\u003eProduct details and set contents.\u003c\/span\u003e \u003c\/a\u003e \u003c\/div\u003e \u003c\/nav\u003e\u003c!-- BANNER IMAGE --\u003e \u003csection class=\"cm-feature\" style=\"padding-bottom: 0;\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_24__11_35_05.png?v=1782279204\" alt=\"12-Color Liquid Lipstick Collection Banner\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 1: 12 SHADES --\u003e \u003csection class=\"cm-feature\" id=\"cm-shades\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_24__11_39_52.png?v=1782279204\" alt=\"12 Color Shades Swatches\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cm-copy\"\u003e \u003cspan class=\"cm-tag\"\u003e🎨 Spectrum Of Color\u003c\/span\u003e \u003ch2\u003e12 High-Impact Shades\u003c\/h2\u003e \u003cp\u003eA complete spectrum of color. Enjoy a stunning collection of highly pigmented nudes, pinks, and deep reds, all featuring a unique matte pearlescent finish that adds effortless dimension to your lips.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 2: ALL-DAY WEAR --\u003e \u003csection class=\"cm-feature\" id=\"cm-wear\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_24__11_50_24.png?v=1782279203\" alt=\"Non-Fading Long-Wear Lipstick Test\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cm-copy\"\u003e \u003cspan class=\"cm-tag\"\u003e🔒 Smudge-Proof Formula\u003c\/span\u003e \u003ch2\u003eNon-Fading All-Day Wear\u003c\/h2\u003e \u003cp\u003eSet it and forget it. This advanced, transfer-resistant formula locks onto your lips instantly, providing smudge-free, reliable wear that stands up to eating, drinking, and busy daily routines.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 3: MOISTURIZING COMFORT --\u003e \u003csection class=\"cm-feature\" id=\"cm-moisture\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_24__12_39_05.png?v=1782279204\" alt=\"Moisturizing Formula Application\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cm-copy\"\u003e \u003cspan class=\"cm-tag\"\u003e💦 Weightless Hydration\u003c\/span\u003e \u003ch2\u003eMoisturizing \u0026amp; Lightweight Comfort\u003c\/h2\u003e \u003cp\u003eRich color without the tightness. Infused with hydrating essences, these lightweight liquid lipsticks glide on smoothly, keeping your lips feeling soft, supple, and comfortable for hours.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 4: GIFT BOX --\u003e \u003csection class=\"cm-feature\" id=\"cm-gift\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_24__12_54_40.png?v=1782279201\" alt=\"Elegant Gift Box Presentation\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cm-copy\"\u003e \u003cspan class=\"cm-tag\"\u003e🎁 Ready To Gift\u003c\/span\u003e \u003ch2\u003eThe Ultimate Beauty Gift Set\u003c\/h2\u003e \u003cp\u003eBeautifully curated for cosmetic lovers. Housed in an elegant box, this versatile set makes a thoughtful, luxurious present for birthdays, holidays, or a special treat for yourself.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 5: SWATCH SHOWCASE --\u003e \u003csection class=\"cm-feature\" id=\"cm-swatches\"\u003e \u003cdiv class=\"cm-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DM_20260624102117_005.jpg?v=1783311862\" alt=\"12 Colors Swatches On Arm Showcase\" width=\"800\" height=\"800\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cm-copy\"\u003e \u003cspan class=\"cm-tag\"\u003e👑 Complete Wardrobe\u003c\/span\u003e \u003ch2\u003e12-Piece All-in-One Lip Color Wardrobe\u003c\/h2\u003e \u003cp\u003eFrom subtle everyday nudes to bold evening berry reds. Experience weightless, transfer-resistant color that keeps your lips soft and radiant all day!\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SPECIFICATIONS SECTION --\u003e \u003csection class=\"cm-proof\" id=\"cm-specs\"\u003e \u003cp class=\"cm-kicker\"\u003eSet Details\u003c\/p\u003e \u003ch2\u003e📦 Product Specifications\u003c\/h2\u003e \u003cdiv class=\"cm-spec-list\"\u003e \u003cdiv class=\"cm-spec\"\u003e \u003cspan\u003eProduct\u003c\/span\u003e \u003cstrong\u003e12-Color Liquid Lipstick Gift Set\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"cm-spec\"\u003e \u003cspan\u003eSet Includes\u003c\/span\u003e \u003cstrong\u003e12 Individually Wrapped Liquid Lipsticks\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"cm-spec\"\u003e \u003cspan\u003eFinish\u003c\/span\u003e \u003cstrong\u003eMatte Pearlescent Shimmer\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"cm-spec\"\u003e \u003cspan\u003eBest For\u003c\/span\u003e \u003cstrong\u003eEveryday Makeup, Gift-Giving, All-Day Long Wear\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FAQ SECTION --\u003e \u003csection class=\"cm-faq\"\u003e \u003cp class=\"cm-kicker\"\u003eGot Questions?\u003c\/p\u003e \u003ch2\u003e🛠️ Professional FAQ\u003c\/h2\u003e \u003cdetails open=\"\"\u003e \u003csummary\u003eIs the formula sticky or heavy on the lips?\u003c\/summary\u003e \u003cdiv class=\"cm-answer\"\u003e \u003cp\u003eNot at all. It features a lightweight, velvety texture that dries down smoothly without any sticky residue.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow do I easily remove this long-wear lipstick?\u003c\/summary\u003e \u003cdiv class=\"cm-answer\"\u003e \u003cp\u003eBecause the formula is highly fade-resistant, it is best removed using a standard oil-based makeup remover or cleansing balm.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan these colors be mixed together?\u003c\/summary\u003e \u003cdiv class=\"cm-answer\"\u003e \u003cp\u003eYes. You can easily layer or blend the different shades together before they dry to create customized ombre lip looks.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003c\/section\u003e \u003c!-- TRUST FOOTER MODULE --\u003e \u003csection class=\"cm-trust\"\u003e \u003cdiv class=\"cm-trust-section\"\u003e \u003cdiv class=\"cm-trust-body\"\u003e \u003ch2\u003e❤️ WHY US?\u003c\/h2\u003e \u003cdiv class=\"cm-trust-grid\"\u003e \u003cdiv\u003e🏭 \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv\u003e✅ \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv\u003e💰 \u003cstrong\u003eFair Pricing\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv\u003e🤝 \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv\u003e⭐ \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg alt=\"Trusted Quality Guarantee\" 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 \u003c\/div\u003e \u003cdiv class=\"cm-trust-section\"\u003e \u003cdiv class=\"cm-trust-body\"\u003e \u003ch2\u003eSHOP WITH CONFIDENCE\u003c\/h2\u003e \u003cp class=\"cm-lead\" style=\"margin: 0 auto;\"\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e \u003c\/div\u003e \u003cimg alt=\"Shop with Confidence\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\"\u003e \u003c\/div\u003e \u003cdiv class=\"cm-trust-section\"\u003e \u003cdiv class=\"cm-trust-body\"\u003e \u003ch2\u003eSHIPPING \u0026amp; DELIVERY\u003c\/h2\u003e \u003cp style=\"margin: 0 0 8px 0; color: var(--muted); font-size: 14px;\"\u003e📦 Every order is carefully packed and processed promptly.\u003c\/p\u003e \u003cp style=\"margin: 0 0 8px 0; color: var(--muted); font-size: 14px;\"\u003e🚚 Once shipped, you'll receive a tracking number to monitor your package at any time.\u003c\/p\u003e \u003cp style=\"margin: 0; color: var(--muted); font-size: 14px;\"\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003c\/p\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"Shipping Guidelines 1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"Shipping Guidelines 2\"\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- BOTTOM CTA SUMMARY --\u003e \u003csection class=\"cm-summary\"\u003e\u003ca class=\"cm-cta\" href=\"#MainContent\"\u003eGET YOUR 12-COLOR LIP SET TODAY 🛒\u003c\/a\u003e\u003c\/section\u003e \u003c\/div\u003e","brand":"lbwnb","offers":[{"title":"👍Buy 1","offer_id":64577209205105,"sku":"NC0186260624550-12支","price":32.99,"currency_code":"USD","in_stock":true},{"title":"🔥Buy 2 save $ 12","offer_id":64577209237873,"sku":"NC0186260624550-12支*2","price":54.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/ChatGPT_Image_2026_6_24__11_35_05.png?v=1789122856","url":"https:\/\/viqzes.com\/products\/12-color-liquid-lipstick-gift-setx","provider":"viqzes","version":"1.0","type":"link"}