{"product_id":"✨perfect-complexion-express-matte-cream","title":"✨Perfect Complexion Express Matte Cream","description":"\u003cstyle\u003e\n  .pc-foundation-page {\n    --bg: #ffffff;\n    --soft-bg: #faf8fb;\n    --soft-bg-2: #f6f2f7;\n    --text: #242124;\n    --muted: #6f6870;\n    --line: #e8e1e9;\n    --accent: #6f5475;\n    --accent-soft: #efe8f1;\n    --shadow: 0 8px 28px rgba(44, 30, 48, 0.07);\n\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 8px 24px;\n    box-sizing: border-box;\n    background: var(--bg);\n    color: var(--text);\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n\n    line-height: 1.65;\n  }\n\n  .pc-foundation-page,\n  .pc-foundation-page * {\n    box-sizing: border-box;\n  }\n\n  .pc-foundation-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 18px 0 0;\n    border-radius: 18px;\n    border: 1px solid rgba(111, 84, 117, 0.10);\n    box-shadow: var(--shadow);\n  }\n\n  .pc-section {\n    width: 100%;\n    margin: 0 0 16px;\n    padding: 26px 20px 20px;\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .pc-section.pc-hero {\n    padding-top: 28px;\n    background:\n      linear-gradient(\n        180deg,\n        #fbf8fc 0%,\n        #ffffff 58%\n      );\n    border-color: #e7ddea;\n  }\n\n  .pc-section.pc-soft {\n    background: var(--soft-bg);\n  }\n\n  .pc-section.pc-feature-section {\n    background:\n      linear-gradient(\n        180deg,\n        #ffffff 0%,\n        #faf8fb 100%\n      );\n  }\n\n  .pc-foundation-page h3 {\n    margin: 0 0 12px;\n    padding: 0 0 11px;\n    color: var(--text);\n\n    font-size: 27px;\n    line-height: 1.17;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n\n    border-bottom: 1px solid var(--line);\n  }\n\n  .pc-foundation-page h3::before {\n    content: \"\";\n    display: block;\n\n    width: 42px;\n    height: 4px;\n\n    margin-bottom: 12px;\n\n    border-radius: 99px;\n    background: var(--accent);\n  }\n\n  .pc-foundation-page p {\n    margin: 0;\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.72;\n    letter-spacing: 0;\n  }\n\n  .pc-foundation-page p strong {\n    color: var(--text);\n    font-weight: 700;\n  }\n\n  .pc-hero p strong {\n    display: block;\n    margin-top: 8px;\n\n    color: var(--accent);\n\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .pc-feature-list {\n    width: 100%;\n    margin: 14px 0 0;\n    padding: 0;\n  }\n\n  .pc-feature-card {\n    width: 100%;\n\n    margin: 0 0 10px;\n    padding: 17px 16px;\n\n    border: 1px solid var(--line);\n    border-radius: 14px;\n\n    background: #ffffff;\n  }\n\n  .pc-feature-card:last-child {\n    margin-bottom: 0;\n  }\n\n  .pc-feature-card strong {\n    display: block;\n\n    margin: 0 0 4px;\n\n    color: var(--text);\n\n    font-size: 18px;\n    line-height: 1.35;\n    font-weight: 750;\n  }\n\n  .pc-feature-card span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .pc-feature-image {\n    margin-top: 18px;\n  }\n\n  .pc-final {\n    text-align: left;\n\n    background:\n      linear-gradient(\n        180deg,\n        #f7f1f8 0%,\n        #ffffff 100%\n      );\n\n    border-color: #dfd1e2;\n  }\n\n  .pc-final h3 {\n    color: #332b35;\n  }\n\n  .pc-product-name {\n    display: block;\n\n    margin-top: 4px;\n\n    color: var(--text);\n\n    font-size: 20px;\n    line-height: 1.45;\n  }\n\n  .pc-product-tagline {\n    display: block;\n\n    margin-top: 4px;\n\n    color: var(--accent);\n\n    font-size: 16px;\n    line-height: 1.5;\n    font-weight: 650;\n  }\n\n\n  \/* =====================================================\n     180-DAY GUARANTEE\n     ===================================================== *\/\n\n  .pc-guarantee {\n    position: relative;\n\n    width: 100%;\n\n    margin-bottom: 0;\n    padding: 30px 22px 26px;\n\n    text-align: center;\n\n    border: 1px solid #ddd0e1;\n    border-radius: 20px;\n\n    background:\n      linear-gradient(\n        180deg,\n        #faf6fb 0%,\n        #ffffff 100%\n      );\n\n    overflow: hidden;\n  }\n\n  .pc-guarantee::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    left: 50%;\n\n    width: 90px;\n    height: 4px;\n\n    transform: translateX(-50%);\n\n    border-radius: 0 0 99px 99px;\n\n    background: var(--accent);\n  }\n\n  .pc-guarantee-badge {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n\n    width: 100%;\n\n    margin: 0 0 15px;\n  }\n\n  .pc-foundation-page .pc-guarantee-badge img {\n    width: 150px;\n    max-width: 38%;\n    height: auto;\n\n    margin: 0;\n\n    border: 0;\n    border-radius: 0;\n\n    background: transparent;\n\n    box-shadow: none;\n  }\n\n  .pc-guarantee h3 {\n    margin: 0 0 10px;\n    padding: 0;\n\n    color: var(--text);\n\n    font-size: 25px;\n    line-height: 1.2;\n    font-weight: 800;\n\n    letter-spacing: -0.02em;\n\n    text-align: center;\n\n    border: 0;\n  }\n\n  .pc-guarantee h3::before {\n    display: none;\n  }\n\n  .pc-guarantee p {\n    width: 100%;\n    max-width: 680px;\n\n    margin: 0 auto;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.58;\n\n    text-align: center;\n  }\n\n  .pc-guarantee-highlight {\n    display: block;\n\n    margin-top: 8px;\n\n    color: var(--text);\n\n    font-size: 16px;\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n\n  \/* 防止 Shopify 主题添加异常外边距 *\/\n  .pc-foundation-page h3:first-child,\n  .pc-foundation-page p:first-child {\n    margin-top: 0;\n  }\n\n\n  \/* =====================================================\n     MOBILE\n     ===================================================== *\/\n\n  @media screen and (max-width: 749px) {\n\n    .pc-foundation-page {\n      max-width: 100%;\n\n      padding-left: 3px;\n      padding-right: 3px;\n      padding-bottom: 16px;\n    }\n\n    .pc-section {\n      margin-bottom: 10px;\n\n      padding: 21px 13px 14px;\n\n      border-radius: 15px;\n    }\n\n    .pc-section.pc-hero {\n      padding-top: 23px;\n    }\n\n    .pc-foundation-page h3 {\n      margin-bottom: 10px;\n      padding-bottom: 9px;\n\n      font-size: 22px;\n      line-height: 1.2;\n\n      letter-spacing: -0.015em;\n    }\n\n    .pc-foundation-page h3::before {\n      width: 34px;\n      height: 4px;\n\n      margin-bottom: 10px;\n    }\n\n    .pc-foundation-page p {\n      font-size: 16px;\n      line-height: 1.67;\n    }\n\n    .pc-hero p strong {\n      font-size: 16px;\n      line-height: 1.55;\n    }\n\n    .pc-foundation-page img {\n      margin-top: 14px;\n\n      border-radius: 13px;\n    }\n\n    .pc-feature-list {\n      margin-top: 12px;\n    }\n\n    .pc-feature-card {\n      margin-bottom: 8px;\n\n      padding: 14px 13px;\n\n      border-radius: 12px;\n    }\n\n    .pc-feature-card strong {\n      font-size: 17px;\n    }\n\n    .pc-feature-card span {\n      font-size: 15px;\n      line-height: 1.55;\n    }\n\n    .pc-product-name {\n      font-size: 18px;\n    }\n\n    .pc-product-tagline {\n      font-size: 15px;\n    }\n\n\n    \/* Guarantee mobile *\/\n    .pc-guarantee {\n      margin-bottom: 0;\n\n      padding:\n        24px\n        14px\n        21px;\n\n      border-radius: 15px;\n    }\n\n    .pc-guarantee::before {\n      width: 70px;\n      height: 4px;\n    }\n\n    .pc-guarantee-badge {\n      margin-bottom: 12px;\n    }\n\n    .pc-foundation-page .pc-guarantee-badge img {\n      width: 126px;\n      max-width: 42%;\n\n      margin: 0;\n      border-radius: 0;\n    }\n\n    .pc-guarantee h3 {\n      margin-bottom: 8px;\n      padding: 0;\n\n      font-size: 21px;\n      line-height: 1.2;\n    }\n\n    .pc-guarantee p {\n      max-width: 100%;\n\n      font-size: 15px;\n      line-height: 1.5;\n    }\n\n    .pc-guarantee-highlight {\n      margin-top: 7px;\n\n      font-size: 15px;\n      line-height: 1.4;\n    }\n  }\n\n\n  \/* =====================================================\n     DESKTOP\n     ===================================================== *\/\n\n  @media screen and (min-width: 750px) {\n\n    .pc-foundation-page {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n    .pc-section {\n      padding-left: 28px;\n      padding-right: 28px;\n    }\n\n    .pc-guarantee {\n      padding-left: 32px;\n      padding-right: 32px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pc-foundation-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"pc-section pc-hero\"\u003e\n\u003ch3\u003eYOUR SKIN, JUST MORE POLISHED \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/0814_3.gif?v=1786719712\" alt=\"\" loading=\"lazy\"\u003e\n\u003c\/h3\u003e\n\u003cp\u003eMeet the cream foundation that brings everything together: smooth-looking skin, beautifully even coverage, and a soft matte finish that still looks natural. \u003cstrong\u003e Full coverage where you want it. A fresh, refined complexion everywhere else. \u003c\/strong\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/61J1QV9OSNL._AC_SL1024.jpg?v=1786719221\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FLAWLESS --\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003ch3\u003eFLAWLESS WITHOUT LOOKING “MADE UP”\u003c\/h3\u003e\n\u003cp\u003eThe creamy formula blends seamlessly into skin, softening the look of redness, dark spots, pores, and everyday imperfections without leaving your complexion looking flat or overly covered.The finish is smooth, natural, and polished—like your skin on a really good day. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/0814_3_1.gif?v=1786719712\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- MATTE --\u003e\n\u003csection class=\"pc-section pc-soft\"\u003e\n\u003ch3\u003eSMOOTH. EVEN. BEAUTIFULLY MATTE.\u003c\/h3\u003e\n\u003cp\u003eGet that freshly-applied look without the heavy finish.The lightweight texture helps blur the appearance of pores and fine lines while controlling unwanted shine for a clean, soft-matte complexion.No thick, cakey look. No uncomfortable mask-like feel.Just beautifully balanced skin. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/81IDOPELhoL._AC_SL1500.jpg?v=1786719221\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- BUILDABLE --\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003ch3\u003eCOVERAGE THAT WORKS WITH YOU\u003c\/h3\u003e\n\u003cp\u003eSome days call for a little. Others call for more.The buildable formula lets you customize your coverage while keeping the finish natural. Apply a light layer to even out your complexion, then build where you want extra coverage.The result stays refined—not overloaded. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/DD0E3DE0-0497-4829-B250-9FC9BDCE62AF.jpg?v=1786711370\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- REAL DAYS --\u003e\n\u003csection class=\"pc-section pc-soft\"\u003e\n\u003ch3\u003eMADE FOR REAL DAYS\u003c\/h3\u003e\n\u003cp\u003eHot afternoon? Busy schedule? Workout on the calendar?The water- and sweat-resistant formula is made to stay put through the moments that usually challenge your makeup.Less worrying about your foundation. More enjoying your day. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/C1453E08-208B-48BC-AC8F-6A6E5547AF0B.png?v=1786711371\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- COMFORT --\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003ch3\u003eCOMFORT YOU CAN FEEL\u003c\/h3\u003e\n\u003cp\u003eHigh coverage doesn’t have to feel heavy.The silky cream texture melts comfortably into skin and feels breathable throughout the day, giving you the coverage you want without sacrificing comfort.Suitable for dry, oily, combination, and sensitive skin. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/71gHgfeWMgL._AC_SL1500.jpg?v=1786719853\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- KEY BENEFITS --\u003e\n\u003csection class=\"pc-section pc-feature-section\"\u003e\n\u003ch3\u003eONE FOUNDATION. YOUR PERFECT FINISH.\u003c\/h3\u003e\n\u003cdiv class=\"pc-feature-list\"\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eFull Coverage\u003c\/strong\u003e \u003cspan\u003e Visibly evens the complexion and helps conceal redness, spots, and imperfections. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eSoft-Matte Finish\u003c\/strong\u003e \u003cspan\u003e Controls unwanted shine while keeping skin looking fresh and natural. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eBlurring Effect\u003c\/strong\u003e \u003cspan\u003e Softens the appearance of pores and fine lines for a smoother-looking complexion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/719PB6RBksL._AC_SL1500.jpg?v=1786719855\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-list\"\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eLightweight Feel\u003c\/strong\u003e \u003cspan\u003e Creamy, comfortable coverage without the heavy, cakey sensation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eWater + Sweat Resistant\u003c\/strong\u003e \u003cspan\u003e Designed to keep your makeup looking polished through heat, humidity, and active days. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-card\"\u003e\n\u003cstrong\u003eBuildable Coverage\u003c\/strong\u003e \u003cspan\u003e Go from naturally even to fuller coverage without losing that skin-like finish. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/71rdyXuH8kL._AC_SL1024.jpg?v=1786719852\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL MESSAGE --\u003e\n\u003csection class=\"pc-section pc-final\"\u003e\n\u003ch3\u003eBEAUTIFUL SKIN SHOULDN’T FEEL COMPLICATED\u003c\/h3\u003e\n\u003cp\u003eBlend it in. Build where needed. Go.A smooth, even, confidently polished complexion—without spending your day checking the mirror. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/714-5nSfaIL._AC_SL1500.jpg?v=1786719853\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT SIGN-OFF --\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cp\u003e\u003cstrong class=\"pc-product-name\"\u003e Perfect Complexion Express Matte Cream \u003c\/strong\u003e \u003cspan class=\"pc-product-tagline\"\u003e Full coverage. Soft matte. Naturally you. \u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/025EC8FA-57B7-44AD-9C88-1A5B542FEF7D.webp?v=1786711370\" alt=\"\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 180-DAY GUARANTEE --\u003e\n\u003csection class=\"pc-guarantee\"\u003e\n\u003cdiv class=\"pc-guarantee-badge\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/guarantee-badge-180-days-2.png?v=1786736282\" alt=\"180 Day Money Back Guarantee\" loading=\"lazy\" width=\"234\" height=\"232\"\u003e\u003c\/div\u003e\n\u003ch3\u003e180-DAY MONEY-BACK GUARANTEE\u003c\/h3\u003e\n\u003cp\u003eTry it with confidence. If you’re not completely satisfied with your purchase, you’re covered by our 180-day money-back guarantee. \u003cspan class=\"pc-guarantee-highlight\"\u003e More time to try it. More confidence in your purchase. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"3PCS (Buy 2 Get 1 Free)","offer_id":45634282094701,"sku":"Voidandvessel002-1+2+3","price":27.6,"currency_code":"USD","in_stock":true},{"title":"Buy 1","offer_id":45634282193005,"sku":"Voidandvessel002-1","price":22.98,"currency_code":"USD","in_stock":true},{"title":"5PCS (Buy 3 Get 2 Free)","offer_id":45634282291309,"sku":"Voidandvessel002-1+2+2+3+3","price":46.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/9215\/4221\/files\/ChatGPT_Image_2026_8_15_03_48_32.png?v=1786736935","url":"https:\/\/voidandvessel.com\/products\/%e2%9c%a8perfect-complexion-express-matte-cream","provider":"Voidandvessel","version":"1.0","type":"link"}