{"title":"Powder","description":"\u003cp\u003eSet your makeup and control shine with our \u003cstrong\u003ePowder\u003c\/strong\u003e collection. From translucent setting powders and pressed compacts to tinted finishing powders, find the perfect formula to lock in your look, blur imperfections, and keep your skin looking fresh all day.\u003c\/p\u003e","products":[{"product_id":"soft-focus-oil-control-pressed-powder","title":"✨Soft-Focus Oil-Control Pressed Powder","description":"\u003cstyle\u003e\n  .zpp-page,\n  .zpp-page * {\n    box-sizing: border-box;\n  }\n\n  .zpp-page {\n    --zpp-ink: #312d30;\n    --zpp-text: #5b5156;\n    --zpp-muted: #81747a;\n    --zpp-pink: #c85e82;\n    --zpp-deep-pink: #9f4564;\n    --zpp-soft-pink: #fff3f7;\n    --zpp-card: #fff9fb;\n    --zpp-border: #f0dce4;\n    --zpp-white: #ffffff;\n\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 10px 0 30px;\n    color: var(--zpp-ink);\n    background: var(--zpp-white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .zpp-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 18px auto 0;\n    border-radius: 14px;\n  }\n\n  .zpp-section {\n    padding: 26px 16px;\n  }\n\n  .zpp-section + .zpp-section {\n    margin-top: 8px;\n  }\n\n  .zpp-hero {\n    padding-top: 18px;\n    text-align: center;\n  }\n\n  .zpp-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 0 12px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    color: var(--zpp-deep-pink);\n    background: var(--zpp-soft-pink);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .zpp-title {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--zpp-ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 8vw, 58px);\n    font-weight: 500;\n    line-height: 1.06;\n    letter-spacing: -0.025em;\n  }\n\n  .zpp-title strong {\n    color: var(--zpp-pink);\n    font-weight: 600;\n  }\n\n  .zpp-lead {\n    max-width: 690px;\n    margin: 16px auto 0;\n    color: var(--zpp-text);\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .zpp-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin: 18px 0 0;\n  }\n\n  .zpp-badge {\n    padding: 8px 12px;\n    border: 1px solid var(--zpp-border);\n    border-radius: 999px;\n    color: var(--zpp-deep-pink);\n    background: var(--zpp-card);\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .zpp-heading {\n    margin: 0 0 10px;\n    color: var(--zpp-ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(27px, 6vw, 38px);\n    font-weight: 500;\n    line-height: 1.2;\n  }\n\n  .zpp-subheading {\n    margin: 0 0 18px;\n    color: var(--zpp-text);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .zpp-feature {\n    margin: 0 0 18px;\n    padding: 20px;\n    border: 1px solid var(--zpp-border);\n    border-radius: 16px;\n    background: var(--zpp-card);\n  }\n\n  .zpp-feature:last-child {\n    margin-bottom: 0;\n  }\n\n  .zpp-feature-title {\n    margin: 0 0 7px;\n    color: var(--zpp-ink);\n    font-size: 20px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .zpp-feature p {\n    margin: 0;\n    color: var(--zpp-text);\n  }\n\n  .zpp-highlight {\n    color: var(--zpp-deep-pink);\n    font-weight: 800;\n  }\n\n  .zpp-soft {\n    background: linear-gradient(180deg, #fff8fa 0%, #fff2f6 100%);\n  }\n\n  .zpp-list {\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .zpp-list li {\n    position: relative;\n    margin: 0 0 12px;\n    padding: 0 0 0 30px;\n    color: var(--zpp-text);\n  }\n\n  .zpp-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .zpp-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    content: \"✓\";\n    color: var(--zpp-pink);\n    font-weight: 900;\n  }\n\n  .zpp-shade-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .zpp-shade {\n    padding: 15px 16px;\n    border: 1px solid var(--zpp-border);\n    border-radius: 14px;\n    background: var(--zpp-white);\n  }\n\n  .zpp-shade strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--zpp-deep-pink);\n    font-size: 17px;\n  }\n\n  .zpp-shade span {\n    color: var(--zpp-text);\n  }\n\n  .zpp-steps {\n    margin: 18px 0 0;\n    padding: 0;\n    counter-reset: zpp-step;\n    list-style: none;\n  }\n\n  .zpp-steps li {\n    position: relative;\n    min-height: 46px;\n    margin: 0 0 15px;\n    padding: 3px 0 0 58px;\n    color: var(--zpp-text);\n    counter-increment: zpp-step;\n  }\n\n  .zpp-steps li:last-child {\n    margin-bottom: 0;\n  }\n\n  .zpp-steps li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: flex;\n    width: 42px;\n    height: 42px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    content: counter(zpp-step);\n    color: #ffffff;\n    background: var(--zpp-pink);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .zpp-steps strong {\n    display: block;\n    color: var(--zpp-ink);\n    font-size: 17px;\n  }\n\n  .zpp-specs {\n    width: 100%;\n    margin-top: 15px;\n    overflow: hidden;\n    border: 1px solid var(--zpp-border);\n    border-radius: 15px;\n    border-collapse: separate;\n    border-spacing: 0;\n    background: var(--zpp-white);\n  }\n\n  .zpp-specs th,\n  .zpp-specs td {\n    padding: 13px 14px;\n    border-bottom: 1px solid var(--zpp-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .zpp-specs tr:last-child th,\n  .zpp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .zpp-specs th {\n    width: 38%;\n    color: var(--zpp-ink);\n    background: var(--zpp-soft-pink);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .zpp-specs td {\n    color: var(--zpp-text);\n    font-size: 14px;\n  }\n\n  .zpp-trust {\n    padding: 22px 18px;\n    border-radius: 18px;\n    background: var(--zpp-ink);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .zpp-trust h3 {\n    margin: 0 0 8px;\n    color: #ffffff;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .zpp-trust p {\n    margin: 0;\n    color: #f4e9ee;\n  }\n\n  .zpp-trust-items {\n    display: grid;\n    gap: 9px;\n    margin-top: 16px;\n  }\n\n  .zpp-trust-item {\n    padding: 11px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.16);\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.07);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .zpp-cta {\n    padding: 28px 18px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #fce7ef 0%, #fff7fa 100%);\n    text-align: center;\n  }\n\n  .zpp-cta h3 {\n    margin: 0;\n    color: var(--zpp-ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    font-weight: 500;\n  }\n\n  .zpp-cta p {\n    max-width: 620px;\n    margin: 10px auto 0;\n    color: var(--zpp-text);\n  }\n\n  .zpp-cta-label {\n    display: inline-block;\n    margin-top: 16px;\n    padding: 12px 22px;\n    border-radius: 999px;\n    color: #ffffff;\n    background: var(--zpp-deep-pink);\n    font-size: 15px;\n    font-weight: 850;\n    letter-spacing: 0.02em;\n  }\n\n  @media screen and (min-width: 750px) {\n    .zpp-page {\n      padding: 20px 16px 44px;\n    }\n\n    .zpp-section {\n      padding: 38px 30px;\n    }\n\n    .zpp-feature {\n      padding: 25px 26px;\n    }\n\n    .zpp-trust-items {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .zpp-specs th,\n    .zpp-specs td {\n      padding: 15px 18px;\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"zpp-page\"\u003e\n\u003c!-- ATTENTION \/ HOOK --\u003e\n\u003csection class=\"zpp-section zpp-hero\"\u003e\n\u003cdiv class=\"zpp-eyebrow\"\u003eSoft-Focus Oil Control\u003c\/div\u003e\n\u003ch2 class=\"zpp-title\"\u003eOne Press. \u003cstrong\u003eZero Shine.\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"zpp-badges\"\u003e\n\u003cspan class=\"zpp-badge\"\u003e✨ Soft-Focus Finish\u003c\/span\u003e \u003cspan class=\"zpp-badge\"\u003e✅ Oil-Binding Formula\u003c\/span\u003e \u003cspan class=\"zpp-badge\"\u003e🚀 Quick Touch-Ups\u003c\/span\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/1696836760a716757366cef3ec68914f07e9a67ba0_wk_sheglam.gif?v=1785988673\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_31_04_1.png?v=1785983524\" alt=\"Soft-focus pressed powder for shine control\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTEREST \/ MAIN FEATURES --\u003e\n\u003csection class=\"zpp-section\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eSkin That Looks Smooth—Not Powdery\u003c\/h2\u003e\n\u003cdiv class=\"zpp-feature\"\u003e\n\u003ch3 class=\"zpp-feature-title\"\u003e✨ Instantly Blurs the Look of Pores\u003c\/h3\u003e\n\u003cp\u003eThe \u003cspan class=\"zpp-highlight\"\u003ejet-milled texture\u003c\/span\u003e sweeps on smoothly and melts into the skin, creating a soft-focus effect without a heavy powder layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zpp-feature\"\u003e\n\u003ch3 class=\"zpp-feature-title\"\u003e✅ Lightweight, Seamless Coverage\u003c\/h3\u003e\n\u003cp\u003eFine powder particles help smooth the appearance of uneven texture while allowing your natural-looking base to show through.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_31_05_2.png?v=1785983524\" alt=\"Pressed powder visibly blurring the look of pores\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- DESIRE \/ OIL-BINDING BENEFIT --\u003e\n\u003csection class=\"zpp-section zpp-soft\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eControls Oil Without Stealing Moisture\u003c\/h2\u003e\n\u003cp class=\"zpp-subheading\"\u003eOrdinary powders can leave makeup looking dry or cakey. This formula is designed to work differently.\u003c\/p\u003e\n\u003cul class=\"zpp-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBinds with excess oil\u003c\/strong\u003e to help reduce visible shine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDoes not rely on absorbing water\u003c\/strong\u003e, helping skin feel more comfortable.\u003c\/li\u003e\n\u003cli\u003eLeaves your base looking \u003cstrong\u003efresh, matte and even\u003c\/strong\u003e instead of chalky or tight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_31_05_3.png?v=1785983525\" alt=\"Oil-binding pressed powder compared with traditional powder\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- DESIRE \/ LONG WEAR --\u003e\n\u003csection class=\"zpp-section\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eSet It Once. Touch Up Anytime.\u003c\/h2\u003e\n\u003cdiv class=\"zpp-feature\"\u003e\n\u003ch3 class=\"zpp-feature-title\"\u003e🕒 Long-Wear Matte Finish\u003c\/h3\u003e\n\u003cp\u003ePress it over foundation to help lock your base in place and maintain a cleaner, more polished finish throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zpp-feature\"\u003e\n\u003ch3 class=\"zpp-feature-title\"\u003e👜 Made for On-the-Go Touch-Ups\u003c\/h3\u003e\n\u003cp\u003eThe \u003cspan class=\"zpp-highlight\"\u003eslim mirrored compact\u003c\/span\u003e fits easily into your handbag, makeup pouch or travel case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_30_51_1.png?v=1785983524\" alt=\"Slim pressed powder compact with built-in mirror\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- SHADE GUIDE --\u003e\n\u003csection class=\"zpp-section zpp-soft\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eFind Your Best Match\u003c\/h2\u003e\n\u003cdiv class=\"zpp-shade-list\"\u003e\n\u003cdiv class=\"zpp-shade\"\u003e\n\u003cstrong\u003e01 Translucent\u003c\/strong\u003e \u003cspan\u003e A universal, invisible-looking finish suitable for a wide range of skin tones. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zpp-shade\"\u003e\n\u003cstrong\u003e02 Brightening\u003c\/strong\u003e \u003cspan\u003e Adds a soft veil of brightness, especially flattering on fair skin. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zpp-shade\"\u003e\n\u003cstrong\u003e03 Light Beige\u003c\/strong\u003e \u003cspan\u003e A soft beige tone designed to complement warmer or yellow undertones. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_31_06_5.png?v=1785983524\" alt=\"Pressed powder shade guide with translucent brightening and light beige shades\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"zpp-section\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eHow to Use\u003c\/h2\u003e\n\u003col class=\"zpp-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePress the puff into the powder.\u003c\/strong\u003e Pick up a light, even layer of product.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTap off any excess.\u003c\/strong\u003e This helps prevent over-application and keeps the finish natural.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePress onto the T-zone or all over.\u003c\/strong\u003e Focus on the forehead, nose, chin or anywhere shine appears.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReapply whenever needed.\u003c\/strong\u003e Use throughout the day for quick, mess-free touch-ups.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_30_51_2.png?v=1785983524\" alt=\"How to apply pressed powder with a powder puff\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"zpp-section zpp-soft\"\u003e\n\u003ch2 class=\"zpp-heading\"\u003eProduct Details\u003c\/h2\u003e\n\u003ctable class=\"zpp-specs\" role=\"table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003ePressed setting powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eSoft-focus, fresh matte\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTexture\u003c\/th\u003e\n\u003ctd\u003eJet-milled, lightweight powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFormula Feature\u003c\/th\u003e\n\u003ctd\u003eOil-binding baked formula\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Shades\u003c\/th\u003e\n\u003ctd\u003e01 Translucent, 02 Brightening, 03 Light Beige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003ePress onto skin with a powder puff\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompact Design\u003c\/th\u003e\n\u003ctd\u003eSlim case with built-in mirror\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBest For\u003c\/th\u003e\n\u003ctd\u003eSetting makeup and controlling midday shine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"zpp-section\"\u003e\n\u003cdiv class=\"zpp-cta\"\u003e\n\u003ch3\u003eYour Fresh-Matte Finish Starts Here\u003c\/h3\u003e\n\u003cp\u003eChoose your shade and keep smooth, soft-focus skin within reach wherever the day takes you.\u003c\/p\u003e\n\u003ca href=\"#\"\u003e\u003cspan class=\"zpp-cta-label\"\u003eChoose Your Shade Above\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"01 Translucent – Universal","offer_id":53670022938987,"sku":"NC02482608065977-01#透明色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"02 Brightening – Fair Skin","offer_id":53670022971755,"sku":"NC02482608065977-02#亮肤色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"03 Light Beige – Warm Skin","offer_id":53670023004523,"sku":"NC02482608065977-03#浅米色","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_15_03_1.png?v=1785983524"}],"url":"https:\/\/zavrlyus.com\/collections\/face-powder.oembed","provider":"zavrlyUS","version":"1.0","type":"link"}