{"product_id":"gold-foil-ph-lipstick","title":"Gold Foil pH Lipstick","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：pH温感变色金箔唇膏（针对成熟女性）\n  目标受众：追求保湿、自然气色和持久妆效的成熟女性\n  视觉风格：轻奢、优雅、通透感、金色点缀\n  配色策略：以金色(#D4AF37)为主色调，搭配柔和的米色和暖粉色背景，营造高级感。\n  模块顺序：Hero (核心利益+应用场景) -\u003e Feature 1 (pH变色机制) -\u003e Feature 2 (持久防沾杯) -\u003e Feature 3 (滋润淡纹) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_6.png, Feature2=image_3.png, Feature3=image_2.png\n  规格图映射：Specs=无明确规格图，根据文本提取信息\n  对比模块：未加入（现有Feature模块已足够强调与普通唇膏的区别）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37; \/* Gold accent color *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F6F2; \/* Warm off-white background for cards *\/\n      --bg-soft: #F0EAE0; \/* Softer beige for accents *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 8px 16px;\n      border-radius: var(--radius-md);\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n    }\n\n    \/* HERO Module *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 3rem;\n    }\n\n    \/* FEATURE Modules (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    \/* SPECIFICATIONS Module *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th, .specs-table td {\n      text-align: left;\n      padding: 1.2rem;\n      border-bottom: 1px solid rgba(212, 175, 55, 0.2); \/* Subtle gold border *\/\n    }\n\n    .specs-table th {\n      width: 35%;\n      color: var(--primary);\n      font-weight: 600;\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Module *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 10px;\n      font-weight: 700;\n    }\n\n    \/* Mobile Layout *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n\n      .feature-copy {\n        padding: 1rem 0;\n      }\n\n      \/* Specs Table Mobile Stack *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n\n      .specs-table td {\n        padding: 0.8rem 0.5rem;\n        text-align: right;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e✨ Designed for Mature Lips\u003c\/div\u003e\n\n\u003ch1\u003eYour Perfect Personalized Shade, Infused with Gold Luxury.\u003c\/h1\u003e\n\n\u003cp\u003eExperience long-lasting, hydrating color that adapts to your unique pH for a natural, rosy glow. The clear jelly stick with suspended gold flakes offers an elegant and effortless beauty routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605175238\/dfd9de6f297b71de145856a0f879c8a9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605175238\/d739e674e162abab3866ecb0ba9a4260.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eThe Magic of pH-Sensitive Color\u003c\/h3\u003e\n\n\u003cp\u003eThis isn't just lipstick; it's your customized color. The clear jelly formula reacts with your lips' natural pH levels to create a unique pink tint that perfectly complements your individual skin tone. No two shades are exactly alike.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePersonalized Tint\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eNatural Glow\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAll Skin Tones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section\"\u003e\u003c!-- Feature 2: Long-Wear \u0026 Transfer-Proof --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605175238\/042ebc5d806bf2cefb2e699b8cef79f9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e8+ Hours of Flawless Wear\u003c\/h3\u003e\n\n\u003cp\u003eForget constant touch-ups. Our advanced color-lock technology ensures your rosy tint stays vivid and intact through meals and drinks. It's transfer-resistant and waterproof, so you can confidently go about your day without worrying about cup stains.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eTransfer-Resistant\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAll-Day Color\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section\"\u003e\u003c!-- Feature 3: Deep Nourishment --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605175238\/3e3b8d490df4a64e6fdcd9298098ccbc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHydration That Reduces Fine Lines\u003c\/h3\u003e\n\n\u003cp\u003eSpecifically formulated for mature lips, this balm-like texture is infused with nourishing plant oils. It deeply moisturizes to improve dryness and soften lips, helping to minimize the appearance of fine lines for a smoother, plumper look.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDeeply Hydrating\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmooths Texture\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePlumping Effect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Ingredients\"\u003eGold Flakes, Nourishing Plant Oils\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Feature\"\u003epH-Activated Color Change\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Finish\"\u003eGlossy, Natural Rosy Tint\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Wear Time\"\u003e8+ Hours (Transfer-Resistant)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Case Design\"\u003eGold Square with Clear Acrylic Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Texture\"\u003eClear Jelly Balm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat color will it turn on my lips?\u003c\/div\u003e\n\n\u003cp\u003eThe final color depends on your unique pH level and body temperature. It typically develops into a natural, flattering shade of pink or rose that enhances your natural lip color.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it drying like other long-lasting lipsticks?\u003c\/div\u003e\n\n\u003cp\u003eNo, it is designed to be deeply moisturizing. The formula acts like a hydrating balm infused with plant oils to keep mature lips soft and smooth, preventing dryness even with long wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the gold flakes rough on the lips?\u003c\/div\u003e\n\n\u003cp\u003eNot at all. The gold flakes are suspended in the jelly balm and apply smoothly onto the lips without any gritty or rough texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Treat Yourself)","offer_id":45688583684287,"sku":"0606-10147173","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Share with a Friend - Save 20%)","offer_id":45688583717055,"sku":"0606-10149683","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value Gift Set - Save 30%)","offer_id":45688583749823,"sku":"0606-10148975","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/dfd9de6f297b71de145856a0f879c8a9.jpg?v=1780712080","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/gold-foil-ph-lipstick","provider":"Bak","version":"1.0","type":"link"}