{"product_id":"12-color-liquid-lipstick-gift-set","title":"12-Color Liquid Lipstick Gift Set: Vibrant Shades \u0026 Long-Lasting Wear","description":"\u003cstyle\u003e  \/* =====================================================     UNIVERSAL CRO SHOPIFY TEMPLATE (LUXE ROSE GOLD \u0026 BERRY)     全自适应 \/ 手机端0边距图片最大化 \/ 暖金深莓高奢美妆配色     ===================================================== *\/  .pdp-template-wrap {    \/* 🎨 配色系统 (萃取自产品主图：暖金 \/ 柔粉 \/ 深莓红) *\/    --pdp-primary: #7a1320;         \/* 主色：复古深莓红 *\/    --pdp-primary-dark: #4a0a13;    \/* 深色：高阶红棕黑（标题\/文字） *\/    --pdp-accent: #c99853;          \/* 亮色：奢华香槟金（高亮\/强调） *\/    --pdp-bg-main: #fdf8f4;         \/* 全局背景：极淡暖杏粉 *\/    --pdp-card-bg: #ffffff;         \/* 卡片背景：纯白 *\/    --pdp-card-soft: #f8ebe1;        \/* 柔和背景：暖粉金渐变层 *\/    --pdp-text-title: #4a0a13;     \/* 标题文字色 *\/    --pdp-text-body: #4a3835;      \/* 正文文字色 *\/    --pdp-border: #ebd3c5;         \/* 边框色：柔和香槟粉 *\/        \/* 💎 阴影与立体感 *\/    --pdp-shadow-sm: 0 2px 8px rgba(74, 10, 19, 0.05);    --pdp-shadow-md: 0 4px 16px rgba(74, 10, 19, 0.08);    width: 100%;    max-width: 980px;    margin: 0 auto;    overflow: hidden;    background: var(--pdp-bg-main);    color: var(--pdp-text-body);    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    font-size: 17px;    line-height: 1.6;    -webkit-font-smoothing: antialiased;  }  .pdp-template-wrap,  .pdp-template-wrap * {    box-sizing: border-box !important;    word-break: break-word !important;  }  \/* 🎯 强制图片100%无缝撑满全宽 .并增加悬停放大效果 *\/  .pdp-template-wrap img {    display: block !important;    width: 100% !important;    max-width: 100% !important;    height: auto !important;    border: 0 !important;    margin: 0 !important;    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;    transform-origin: center center;  }  .pdp-template-wrap img:hover {    transform: scale(1.05) !important;  }  .pdp-container {    width: 100%;    max-width: 880px;    margin: 0 auto;  }  \/* 桌面端极窄边距 .手机端两侧0边距实现图片最大化 *\/  .pdp-section {    position: relative;    padding: 36px 12px;  }  .pdp-section-soft {    background: linear-gradient(180deg, #ffffff 0%, var(--pdp-card-soft) 100%);  }  \/* 1. HERO 首屏区 *\/  .pdp-hero {    position: relative;    padding: 32px 12px 36px;    background: radial-gradient(circle at 88% 16%, rgba(201, 152, 83, 0.15), transparent 40%),                linear-gradient(145deg, #ffffff 0%, var(--pdp-bg-main) 100%);    text-align: center;  }  .pdp-badge {    display: inline-block;    background: linear-gradient(135deg, var(--pdp-primary-dark) 0%, var(--pdp-primary) 100%);    color: #ffffff;    font-size: 16px;    font-weight: 800;    letter-spacing: 0.8px;    text-transform: uppercase;    padding: 6px 18px;    border-radius: 999px;    margin-bottom: 14px;    box-shadow: var(--pdp-shadow-sm);  }  .pdp-hero-title {    margin: 0 0 18px 0;    color: var(--pdp-primary-dark);    font-size: clamp(24px, 4.5vw, 36px);    font-weight: 800;    line-height: 1.25;    padding: 0 8px;  }  \/* 媒体容器：无边框无圆角 .配合 img hover 放大隐藏溢出 *\/  .pdp-media-box {    position: relative;    overflow: hidden;    background: #ffffff;    margin: 0 auto;    width: 100%;  }  .pdp-hero-media {    max-width: 720px;  }  \/* 总结 \/ Hook 卡片 *\/  .pdp-summary-card {    position: relative;    max-width: 800px;    margin: 20px auto 0;    padding: 18px 16px;    border: 1px solid var(--pdp-border);    border-radius: 8px;    background: rgba(255, 255, 255, 0.95);    box-shadow: var(--pdp-shadow-sm);    color: var(--pdp-primary-dark);    font-size: 18px;    font-weight: 600;    text-align: center;  }  .pdp-summary-card::before {    content: \"\";    position: absolute;    top: -1px;    left: 50%;    width: 60px;    height: 3px;    border-radius: 999px;    background: var(--pdp-accent);    transform: translateX(-50%);  }  .pdp-highlight-text {    display: block;    color: var(--pdp-primary);    margin-top: 10px;    font-size: 18px;    font-weight: 800;    letter-spacing: 0.5px;  }  \/* 2. 卖点文案 *\/  .pdp-feature-copy {    padding: 0 8px;  }  .pdp-feature-copy h2 {    position: relative;    margin: 0 0 10px;    padding-bottom: 8px;    color: var(--pdp-primary-dark);    font-size: clamp(22px, 3.5vw, 28px);    font-weight: 800;  }  .pdp-feature-copy h2::after {    content: \"\";    position: absolute;    left: 0;    bottom: 0;    width: 40px;    height: 3px;    border-radius: 999px;    background: var(--pdp-accent);  }  .pdp-feature-copy p {    margin: 0 0 16px 0;  }  \/* 4. FAQ *\/  .pdp-faq-list {    padding: 0 4px;  }  .pdp-faq-list details {    overflow: hidden;    border: 1px solid var(--pdp-border);    border-radius: 8px;    background: #ffffff;    margin-bottom: 10px;    box-shadow: var(--pdp-shadow-sm);  }  .pdp-faq-list summary {    padding: 14px 16px;    color: var(--pdp-primary-dark);    font-size: 18px;    font-weight: 700;    cursor: pointer;  }  .pdp-faq-answer {    padding: 12px 16px 16px;    border-top: 1px solid var(--pdp-border);    color: var(--pdp-text-body);    font-size: 16px;  }  \/* 5. 🛡️ 信任背书模块 *\/  .pdp-trust-section {    padding: 24px 0 36px;    background: linear-gradient(180deg, var(--pdp-bg-main) 0%, var(--pdp-card-soft) 100%);  }  .pdp-trust-card {    border-top: 1px solid var(--pdp-border);    border-bottom: 1px solid var(--pdp-border);    overflow: hidden;    background: var(--pdp-card-bg);    margin-bottom: 16px;  }  .pdp-trust-card:last-child {    margin-bottom: 0;  }  .pdp-trust-header {    padding: 20px 16px 16px;    text-align: center;  }  .pdp-trust-title {    font-size: 22px;    color: var(--pdp-primary-dark);    font-weight: 800;    letter-spacing: 1px;    text-transform: uppercase;    margin: 0 0 12px 0;  }  .pdp-trust-title.ppt-pink-title {    color: var(--pdp-primary);  }  .pdp-trust-single-column {    display: flex;    flex-direction: column;    gap: 10px;    font-size: 16px;    font-weight: 600;    text-align: left;    color: var(--pdp-text-body);    max-width: 420px;    margin: 0 auto;  }  .pdp-trust-single-column \u003e div {    display: flex;    align-items: center;    gap: 8px;  }  .pdp-trust-desc {    font-size: 16px;    line-height: 1.6;    color: var(--pdp-text-body);    margin: 0 0 8px 0;  }  \/* 底部信任条 *\/  .pdp-bottom-bar {    margin: 20px 12px 0;    padding: 16px 10px;    background: linear-gradient(135deg, #ffffff 0%, var(--pdp-card-soft) 100%);    border: 1px solid var(--pdp-border);    border-radius: 8px;    display: flex;    justify-content: space-around;    align-items: center;    text-align: center;    box-shadow: var(--pdp-shadow-sm);  }  .pdp-bottom-item {    flex: 1;  }  .pdp-bottom-icon {    font-size: 24px;    display: block;    margin-bottom: 4px;  }  .pdp-bottom-text {    font-size: 15px;    font-weight: 800;    color: var(--pdp-primary-dark);    line-height: 1.2;  }  \/* 📱 手机端极限压缩边距：两侧0边距 .图片满格最大化 *\/  @media (max-width: 760px) {    .pdp-section {       padding: 24px 0;     }    .pdp-hero {       padding: 20px 0 28px;     }    .pdp-summary-card {       margin: 16px 12px 0;      padding: 14px 12px;      font-size: 16px;       text-align: center;     }    .pdp-trust-section {       padding: 16px 0 24px;     }    .pdp-trust-header {       padding: 18px 12px 14px;     }    .pdp-trust-title {       font-size: 20px;     }    .pdp-trust-single-column {       font-size: 15px;       gap: 8px;     }    .pdp-table-wrap {      padding: 0 8px;    }    .pdp-bottom-bar {      margin: 16px 8px 0;    }    .pdp-bottom-text {      font-size: 13px;    }  }\u003c\/style\u003e\u003cdiv class=\"pdp-template-wrap\"\u003e    \u003c!-- HERO 首屏区 --\u003e  \u003csection class=\"pdp-hero\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003cdiv class=\"pdp-badge\"\u003e✨ 12-COLOR HIGH-PIGMENT COLLECTION\u003c\/div\u003e      \u003ch1 class=\"pdp-hero-title\"\u003eDefine Your Lips with All-Day Confidence — The Ultimate Lip Wardrobe!\u003c\/h1\u003e      \u003cdiv class=\"pdp-media-box pdp-hero-media\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/6_24.gif?v=1782279203\" alt=\"12-Color Liquid Lipstick GIF\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"pdp-summary-card\"\u003e        Unlock endless styling possibilities with this premium 12-piece liquid lipstick collection. Blending velvet matte texture with subtle pearlescent shimmer for non-fading, full-coverage glam!        \u003cdiv style=\"margin: 12px 0; overflow: hidden;\"\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=\"Lipstick Palette Display\"\u003e        \u003c\/div\u003e        \u003cspan class=\"pdp-highlight-text\"\u003e💋 VELVET MATTE • PEARLESCENT SHIMMER • ALL-DAY WEAR 💋\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 卖点 1 (12色展示) --\u003e  \u003csection class=\"pdp-section pdp-section-soft\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003cdiv class=\"pdp-feature-copy\"\u003e        \u003ch2\u003e🎨 12 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      \u003cdiv class=\"pdp-media-box\"\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 High-Impact Shades Showcase\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 卖点 2 (持色防晕) --\u003e  \u003csection class=\"pdp-section\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003cdiv class=\"pdp-feature-copy\"\u003e        \u003ch2\u003e🔒 Non-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      \u003cdiv class=\"pdp-media-box\"\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 All-Day Hold\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 卖点 3 (滋润轻盈) --\u003e  \u003csection class=\"pdp-section pdp-section-soft\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003cdiv class=\"pdp-feature-copy\"\u003e        \u003ch2\u003e💦 Moisturizing \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      \u003cdiv class=\"pdp-media-box\"\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\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 卖点 4 (礼盒精装) --\u003e  \u003csection class=\"pdp-section\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003cdiv class=\"pdp-feature-copy\"\u003e        \u003ch2\u003e🎁 The 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      \u003cdiv class=\"pdp-media-box\" style=\"margin-bottom: 12px;\"\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=\"Beauty Gift Box Packaging\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"pdp-media-box\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DM_20260624102117_005.jpg?v=1783311862\" alt=\"Gift Box Lifestyle\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 产品参数表 --\u003e  \u003csection class=\"pdp-section pdp-section-soft\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003ch2 style=\"text-align: center; margin-bottom: 18px; color: var(--pdp-primary-dark); font-weight: 800; font-size: clamp(22px, 3.5vw, 28px); padding: 0 8px;\"\u003e📦 Product Specifications\u003c\/h2\u003e      \u003cdiv class=\"pdp-table-wrap\"\u003e        \u003cdiv style=\"border-radius: 8px; overflow: hidden; border: 1px solid var(--pdp-border); box-shadow: var(--pdp-shadow-sm);\"\u003e          \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 15px; color: var(--pdp-text-body); background-color: #ffffff;\"\u003e            \u003ctbody\u003e              \u003ctr style=\"background-color: var(--pdp-card-soft);\"\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border); border-right: 1px solid var(--pdp-border); font-weight: bold; width: 35%; color: var(--pdp-primary-dark);\"\u003eProduct\u003c\/td\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border);\"\u003e12-Color Liquid Lipstick Gift Set\u003c\/td\u003e              \u003c\/tr\u003e              \u003ctr\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border); border-right: 1px solid var(--pdp-border); font-weight: bold; color: var(--pdp-primary-dark);\"\u003eSet Includes\u003c\/td\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border);\"\u003e12 Individually Wrapped Liquid Lipsticks\u003c\/td\u003e              \u003c\/tr\u003e              \u003ctr style=\"background-color: var(--pdp-card-soft);\"\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border); border-right: 1px solid var(--pdp-border); font-weight: bold; color: var(--pdp-primary-dark);\"\u003eFinish\u003c\/td\u003e                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border);\"\u003eMatte Pearlescent Shimmer\u003c\/td\u003e              \u003c\/tr\u003e              \u003ctr\u003e                \u003ctd style=\"padding: 12px; border-right: 1px solid var(--pdp-border); font-weight: bold; color: var(--pdp-primary-dark);\"\u003eBest For\u003c\/td\u003e                \u003ctd style=\"padding: 12px;\"\u003eEveryday Makeup, Gift-Giving, All-Day Long Wear\u003c\/td\u003e              \u003c\/tr\u003e            \u003c\/tbody\u003e          \u003c\/table\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- FAQ 区块 --\u003e  \u003csection class=\"pdp-section\"\u003e    \u003cdiv class=\"pdp-container\"\u003e      \u003ch2 style=\"text-align: center; margin-bottom: 18px; color: var(--pdp-primary-dark); font-weight: 800; font-size: clamp(22px, 3.5vw, 28px); padding: 0 8px;\"\u003e💡 Professional FAQ\u003c\/h2\u003e      \u003cdiv class=\"pdp-faq-list\"\u003e        \u003cdetails\u003e          \u003csummary\u003eIs the formula sticky or heavy on the lips?\u003c\/summary\u003e          \u003cdiv class=\"pdp-faq-answer\"\u003eNot at all. It features a lightweight, velvety texture that dries down smoothly without any sticky residue.\u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eHow do I easily remove this long-wear lipstick?\u003c\/summary\u003e          \u003cdiv class=\"pdp-faq-answer\"\u003eBecause the formula is highly fade-resistant, it is best removed using a standard oil-based makeup remover or cleansing balm.\u003c\/div\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eCan these colors be mixed together?\u003c\/summary\u003e          \u003cdiv class=\"pdp-faq-answer\"\u003eYes! You can easily layer or blend the different shades together before they dry to create customized ombre lip looks.\u003c\/div\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 信任背书模块 --\u003e  \u003csection class=\"pdp-trust-section\"\u003e    \u003cdiv class=\"pdp-container\"\u003e            \u003cdiv class=\"pdp-trust-card\"\u003e        \u003cdiv class=\"pdp-trust-header\"\u003e          \u003ch2 class=\"pdp-trust-title ppt-pink-title\"\u003e❤️ WHY US?\u003c\/h2\u003e          \u003cdiv class=\"pdp-trust-single-column\"\u003e            \u003cdiv\u003e🏭 \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e\n\u003c\/div\u003e            \u003cdiv\u003e✅ \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e\n\u003c\/div\u003e            \u003cdiv\u003e💰 \u003cstrong\u003eFair Pricing\u003c\/strong\u003e\n\u003c\/div\u003e            \u003cdiv\u003e🤝 \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e\n\u003c\/div\u003e            \u003cdiv\u003e⭐ \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e\n\u003c\/div\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-media-box\"\u003e          \u003cimg 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\" alt=\"Why Shop With Us\" loading=\"lazy\"\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pdp-trust-card\"\u003e        \u003cdiv class=\"pdp-trust-header\"\u003e          \u003ch2 class=\"pdp-trust-title\"\u003eSHOP WITH CONFIDENCE\u003c\/h2\u003e          \u003cp class=\"pdp-trust-desc\" style=\"margin-bottom: 0;\"\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-media-box\"\u003e          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\" alt=\"Shop With Confidence\" loading=\"lazy\"\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"pdp-trust-card\"\u003e        \u003cdiv class=\"pdp-trust-header\"\u003e          \u003ch2 class=\"pdp-trust-title\"\u003eSHIPPING \u0026amp; DELIVERY\u003c\/h2\u003e          \u003cp class=\"pdp-trust-desc\"\u003e📦 \u003cstrong\u003ePrompt Processing:\u003c\/strong\u003e Every order is carefully packed and processed promptly.\u003c\/p\u003e          \u003cp class=\"pdp-trust-desc\"\u003e🚚 \u003cstrong\u003eReal-Time Tracking:\u003c\/strong\u003e Once shipped, you'll receive a tracking number to monitor your package.\u003c\/p\u003e          \u003cp class=\"pdp-trust-desc\" style=\"margin-bottom: 0;\"\u003e🌍 \u003cstrong\u003eWorldwide Care:\u003c\/strong\u003e Delivery times may vary by location. Check shipping guidelines for details.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-media-box\"\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 Info 1\" loading=\"lazy\"\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-media-box\"\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 Info 2\" loading=\"lazy\"\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003c!-- 底部信任图标条 --\u003e      \u003cdiv class=\"pdp-bottom-bar\"\u003e        \u003cdiv class=\"pdp-bottom-item\"\u003e          \u003cspan class=\"pdp-bottom-icon\"\u003e🚀\u003c\/span\u003e          \u003cspan class=\"pdp-bottom-text\"\u003eFast Shipping\u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-bottom-item\"\u003e          \u003cspan class=\"pdp-bottom-icon\"\u003e🔄\u003c\/span\u003e          \u003cspan class=\"pdp-bottom-text\"\u003e30-Day Guarantee\u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"pdp-bottom-item\"\u003e          \u003cspan class=\"pdp-bottom-icon\"\u003e🔒\u003c\/span\u003e          \u003cspan class=\"pdp-bottom-text\"\u003eEncrypted Checkout\u003c\/span\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0183","offers":[{"title":"Default Title","offer_id":42942764482645,"sku":"口红礼盒-12支","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8252\/2709\/files\/ChatGPT_Image_2026_6_24__11_35_05.png?v=1788421179","url":"https:\/\/auremod.com\/products\/12-color-liquid-lipstick-gift-set","provider":"Auremod","version":"1.0","type":"link"}