{"product_id":"collagen-plumping-multi-balm","title":"Collagen Plumping Multi Balm","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ffb6c1; \/* Soft pink from product *\/\n      --primary-hover: #fa9fad;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #fff0f3; \/* Very light pink background *\/\n      --bg-soft: #f9f9f9;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);\n      --border-color: #ffe0e6;\n\n      font-family: 'Helvetica Neue', 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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 16px;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 20px;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .sub-text {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 8px 16px;\n      border-radius: 50px;\n      margin-bottom: 20px;\n      font-size: 16px;\n    }\n\n    .pd-image-container {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-bottom: 32px;\n    }\n\n    .pd-image-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Feature Sections - Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(32px, 5vw, 64px);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 24px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\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,\n    .specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background-color: rgba(255, 182, 193, 0.2);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 12px;\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      font-weight: 700;\n      margin-right: 12px;\n      font-size: 22px;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      padding-left: 36px;\n    }\n\n    \/* Mobile Optimization *\/\n    @media (max-width: 767px) {\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      .feature-media {\n        order: 1;\n        width: 100%;\n      }\n      \n      .feature-tags {\n        justify-content: center;\n      }\n\n      \/* Mobile Specs Table *\/\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: 16px;\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n        border: 1px solid var(--border-color);\n      }\n\n      .specs-table td {\n        padding: 12px 16px;\n        text-align: right;\n        position: relative;\n        padding-left: 50%;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 16px;\n        top: 12px;\n        font-weight: 600;\n        text-align: left;\n        color: var(--text-main);\n      }\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #e0e0e0;\n      border: 2px dashed #a0a0a0;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #606060;\n      font-family: monospace;\n      font-size: 14px;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：多功能护肤膏棒（面部、颈部、唇部）\n  目标受众：寻求针对性抗衰老、保湿和便携护理的人群\n  视觉风格：粉色系、干净、临床与现代感结合\n  配色策略：以产品主色粉色为基调，搭配白色和柔和背景色，营造专业且温柔的感觉\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (核心成分与功效) -\u003e Feature 2 (多区域应用) -\u003e Feature 3 (质地与便携性) -\u003e Feature 4 (可持续设计) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_3.png (强调临床效果), Feature1=image_2.png (成分原理), Feature2=image_4.png (适用区域), Feature3=image_5.png (质地展示), Feature4=image_6.png (可持续设计)\n  规格图映射：Specs=image_1.png, image_8.png\n  对比模块：未加入，无明显竞品对比逻辑，聚焦产品自身功效演示。\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"hero-badge\"\u003eAll-in-One Volume \u0026amp; Glow\u003c\/span\u003e\n\u003ch1\u003eTarget Fine Lines \u0026amp; Dryness with One Easy Glide\u003c\/h1\u003e\n\n\u003cp\u003eA multi-use balm enriched with 5% Volufiline and PDRN to instantly hydrate, plump, and restore a youthful glow to your face, neck, and lips.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518154551\/57a468b0db10361eec2721170650627c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518154550\/fb56f51659e009e1f9d61e6ac30a0585.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePotent Formula for Visible Volume\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e5% Volufiline\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLiposomal PDRN\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCollagen\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eInfused with a high concentration of Volufiline and PDRN, this balm helps support skin's natural lipid storage and elasticity. It works to fill out the look of fine lines and sunken areas for a firmer, plumper appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Multi-Use Application --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518154550\/5a8eef5531c360497c7f88eca5679ff6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSimplify Your Routine: One Stick, Multi-Use\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for precision application on areas prone to aging. Effortlessly glide the balm over under-eyes, smile lines, necklines, and lips to deliver targeted care and hydration exactly where you need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Texture \u0026 Portability --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518154552\/2444221b1b0aa2550e8e3d7e57c44eef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eInstant Glow, Anywhere, Anytime\u003c\/h2\u003e\n\n\u003cp\u003eThe unique melting balm texture glides on smoothly, providing immediate hydration and a radiant glow without feeling sticky or heavy. Its portable stick design makes it perfect for mess-free touch-ups at home or on-the-go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Sustainable Design --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518154551\/de1ec814f9ab6bd98b894317032e097d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDesigned for Sustainable Beauty\u003c\/h2\u003e\n\n\u003cp\u003eThoughtfully engineered with a twist-up mechanism that allows you to enjoy every last bit of the product, minimizing waste. Twist up small amounts at a time for the best application experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\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=\"Product Name\"\u003eCollagen Plumping Multi Balm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Ingredients\"\u003e5% Volufiline, Liposomal PDRN, Collagen, Peptides, Hyaluronic Acid\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Net Weight\"\u003e10g \/ 0.35 oz.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Format\"\u003eSolid Balm Stick\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Skin Type\"\u003eSuitable for all skin types, especially dry or mature skin\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere does this fit in my skincare routine?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYou can use it at the end of your skincare routine to lock in moisture, or carry it with you for hydration and glow touch-ups throughout the day, even over makeup.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the finish sticky?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the balm is formulated to melt upon contact with skin, leaving a smooth, hydrated glow without a sticky or greasy residue.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this around my eyes?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the balm is designed for targeted application on delicate areas like the under-eyes, as well as smile lines, lips, and neck.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single Stick","offer_id":62854793101683,"sku":"0518-16324693","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Home \u0026 Purse Duo (2 Sticks)","offer_id":62854793134451,"sku":"0518-16320904","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Everywhere Set (3 Sticks)","offer_id":62854793167219,"sku":"0518-16320121","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/57a468b0db10361eec2721170650627c.jpg?v=1779093233","url":"https:\/\/woyuosn.com\/products\/collagen-plumping-multi-balm","provider":"Woyuosn","version":"1.0","type":"link"}