{"product_id":"camera-on-smooth-blur-primer","title":"✨Camera On Smooth \u0026 Blur Primer for Oily Skin","description":"\u003cstyle\u003e\n  .zv-primer-page,\n  .zv-primer-page * {\n    box-sizing: border-box;\n  }\n\n  .zv-primer-page {\n    --zv-black: #171717;\n    --zv-text: #3f3f46;\n    --zv-muted: #71717a;\n    --zv-bg: #ffffff;\n    --zv-soft: #f5f5f4;\n    --zv-card: #fafafa;\n    --zv-silver: #e7e7e7;\n    --zv-border: #e4e4e7;\n    --zv-accent: #242424;\n\n    width: 100%;\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 10px 12px 32px;\n    color: var(--zv-black);\n    background: var(--zv-bg);\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  .zv-primer-page h2,\n  .zv-primer-page h3,\n  .zv-primer-page p,\n  .zv-primer-page ul,\n  .zv-primer-page dl {\n    margin-top: 0;\n  }\n\n  .zv-primer-page h2 {\n    margin-bottom: 12px;\n    color: var(--zv-black);\n    font-size: clamp(28px, 8vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n    font-weight: 800;\n  }\n\n  .zv-primer-page h3 {\n    margin-bottom: 7px;\n    color: var(--zv-black);\n    font-size: 20px;\n    line-height: 1.25;\n    font-weight: 750;\n  }\n\n  .zv-primer-page p {\n    margin-bottom: 15px;\n    color: var(--zv-text);\n  }\n\n  .zv-primer-page strong {\n    color: var(--zv-black);\n    font-weight: 750;\n  }\n\n  .zv-section {\n    margin-bottom: 18px;\n    padding: 22px 18px;\n    border: 1px solid var(--zv-border);\n    border-radius: 20px;\n    background: var(--zv-card);\n    overflow: hidden;\n  }\n\n  .zv-hero {\n    padding: 28px 18px 18px;\n    background:\n      radial-gradient(circle at top right, #f0f0f0 0, transparent 42%),\n      linear-gradient(145deg, #ffffff 0%, #f3f3f3 100%);\n  }\n\n  .zv-kicker {\n    display: inline-block;\n    margin-bottom: 13px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    color: #ffffff;\n    background: var(--zv-accent);\n    font-size: 13px;\n    line-height: 1.2;\n    letter-spacing: 0.08em;\n    font-weight: 750;\n    text-transform: uppercase;\n  }\n\n  .zv-lead {\n    color: var(--zv-text);\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .zv-image {\n    display: block;\n    width: calc(100% + 36px);\n    max-width: none;\n    height: auto;\n    margin: 20px -18px -22px;\n  }\n\n  .zv-hero .zv-image {\n    margin-bottom: -18px;\n  }\n\n  .zv-benefits,\n  .zv-check-list {\n    margin: 17px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .zv-benefits li,\n  .zv-check-list li {\n    position: relative;\n    margin-bottom: 10px;\n    padding-left: 31px;\n    color: var(--zv-text);\n  }\n\n  .zv-benefits li::before,\n  .zv-check-list li::before {\n    position: absolute;\n    top: 1px;\n    left: 0;\n    display: flex;\n    width: 22px;\n    height: 22px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--zv-black);\n    content: \"✓\";\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .zv-feature {\n    margin-bottom: 11px;\n    padding: 15px;\n    border: 1px solid var(--zv-border);\n    border-radius: 15px;\n    background: #ffffff;\n  }\n\n  .zv-feature:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-feature-title {\n    display: flex;\n    gap: 9px;\n    align-items: flex-start;\n    margin-bottom: 5px;\n    color: var(--zv-black);\n    font-size: 18px;\n    line-height: 1.3;\n    font-weight: 750;\n  }\n\n  .zv-feature-icon {\n    flex: 0 0 auto;\n    font-size: 20px;\n    line-height: 1.2;\n  }\n\n  .zv-feature p {\n    margin: 0;\n    font-size: 15.5px;\n  }\n\n  .zv-steps {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: zv-step;\n  }\n\n  .zv-steps li {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 15px 15px 15px 56px;\n    border-radius: 15px;\n    background: #ffffff;\n    color: var(--zv-text);\n    counter-increment: zv-step;\n  }\n\n  .zv-steps li::before {\n    position: absolute;\n    top: 14px;\n    left: 14px;\n    display: flex;\n    width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--zv-black);\n    content: counter(zv-step);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .zv-steps li:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-result-box {\n    margin-top: 17px;\n    padding: 16px;\n    border-radius: 16px;\n    color: #ffffff;\n    background: var(--zv-black);\n  }\n\n  .zv-result-box strong {\n    color: #ffffff;\n  }\n\n  .zv-result-box p {\n    margin: 5px 0 0;\n    color: #e4e4e7;\n  }\n\n  .zv-ingredient {\n    margin-bottom: 11px;\n    padding: 16px;\n    border-radius: 15px;\n    background: #ffffff;\n  }\n\n  .zv-ingredient:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-ingredient-name {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--zv-black);\n    font-size: 17px;\n    font-weight: 750;\n  }\n\n  .zv-ingredient p {\n    margin: 0;\n    font-size: 15.5px;\n  }\n\n  .zv-highlight {\n    margin: 16px 0 0;\n    padding: 16px;\n    border-left: 4px solid var(--zv-black);\n    border-radius: 0 14px 14px 0;\n    background: #ffffff;\n    color: var(--zv-text);\n  }\n\n  .zv-specs {\n    margin: 0;\n  }\n\n  .zv-spec-row {\n    padding: 13px 0;\n    border-bottom: 1px solid var(--zv-border);\n  }\n\n  .zv-spec-row:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .zv-spec-row:first-child {\n    padding-top: 0;\n  }\n\n  .zv-spec-row dt {\n    margin-bottom: 2px;\n    color: var(--zv-muted);\n    font-size: 13px;\n    letter-spacing: 0.05em;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .zv-spec-row dd {\n    margin: 0;\n    color: var(--zv-black);\n    font-size: 16px;\n    font-weight: 650;\n  }\n\n  .zv-trust-item {\n    margin-bottom: 10px;\n    padding: 14px 15px;\n    border-radius: 14px;\n    background: #ffffff;\n    color: var(--zv-text);\n  }\n\n  .zv-trust-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-trust-item strong {\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  .zv-cta {\n    text-align: center;\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top left, #3a3a3a 0, transparent 48%),\n      #171717;\n  }\n\n  .zv-cta h2,\n  .zv-cta strong {\n    color: #ffffff;\n  }\n\n  .zv-cta p {\n    color: #e4e4e7;\n  }\n\n  .zv-cta-label {\n    display: inline-block;\n    margin-top: 5px;\n    padding: 12px 20px;\n    border-radius: 999px;\n    color: var(--zv-black);\n    background: #ffffff;\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .zv-faq details {\n    margin-bottom: 10px;\n    border: 1px solid var(--zv-border);\n    border-radius: 14px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .zv-faq details:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 15px;\n    color: var(--zv-black);\n    cursor: pointer;\n    list-style: none;\n    font-weight: 750;\n  }\n\n  .zv-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .zv-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    content: \"+\";\n    transform: translateY(-50%);\n    font-size: 24px;\n    line-height: 1;\n    font-weight: 400;\n  }\n\n  .zv-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .zv-faq-answer {\n    padding: 0 15px 16px;\n  }\n\n  .zv-faq-answer p {\n    margin: 0;\n    font-size: 15.5px;\n  }\n\n  @media (min-width: 750px) {\n    .zv-primer-page {\n      padding: 18px 18px 44px;\n      font-size: 17px;\n    }\n\n    .zv-section {\n      margin-bottom: 22px;\n      padding: 30px;\n      border-radius: 24px;\n    }\n\n    .zv-hero {\n      padding-top: 38px;\n    }\n\n    .zv-lead {\n      max-width: 680px;\n      font-size: 20px;\n    }\n\n    .zv-image {\n      width: calc(100% + 60px);\n      margin: 25px -30px -30px;\n    }\n\n    .zv-hero .zv-image {\n      margin-bottom: -30px;\n    }\n\n    .zv-feature,\n    .zv-ingredient,\n    .zv-steps li {\n      padding: 18px;\n    }\n\n    .zv-steps li {\n      padding-left: 62px;\n    }\n\n    .zv-steps li::before {\n      left: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"zv-primer-page\"\u003e\n\u003c!-- ATTENTION --\u003e\n\u003csection class=\"zv-section zv-hero\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eReal-Life Soft-Focus Finish\u003c\/div\u003e\n\u003ch2\u003eYour Camera-On Confidence Starts Here.\u003c\/h2\u003e\n\u003cp class=\"zv-lead\"\u003eMeet the lightweight primer that gives skin a \u003cstrong\u003efilter-smooth appearance\u003c\/strong\u003e—without a heavy, artificial-looking layer.\u003c\/p\u003e\n\u003cp\u003eOne thin application helps soften the look of visible pores, refine uneven texture, and create a smoother canvas so your makeup looks fresher and stays in place longer.\u003c\/p\u003e\n\u003cul class=\"zv-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstantly blurs\u003c\/strong\u003e the appearance of pores and fine texture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eControls excess shine\u003c\/strong\u003e without making skin feel dry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImproves makeup grip\u003c\/strong\u003e for a smoother, more even finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"zv-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_39_18_1.png?v=1785984290\" alt=\"Camera On Smooth and Blur Primer showing a soft-focus pore-blurring result\"\u003e\u003c\/section\u003e\n\u003c!-- INTEREST --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eWhy It Works\u003c\/div\u003e\n\u003ch2\u003eSoft-Focus Skin. Stronger Makeup Hold.\u003c\/h2\u003e\n\u003cdiv class=\"zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-title\"\u003e\n\u003cspan class=\"zv-feature-icon\"\u003e✨\u003c\/span\u003e \u003cspan\u003eTransparent, Weightless Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe clear gel glides over skin like a second layer—without tint, white cast, pilling, or a heavy residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-title\"\u003e\n\u003cspan class=\"zv-feature-icon\"\u003e🔍\u003c\/span\u003e \u003cspan\u003eInstant Soft-Focus Blur\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eHelps diffuse the appearance of pores and uneven texture so skin looks smoother both on camera and in person.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-title\"\u003e\n\u003cspan class=\"zv-feature-icon\"\u003e⏱️\u003c\/span\u003e \u003cspan\u003eLong-Lasting Oil Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eHelps keep the T-zone looking matte and fresh, reducing the midday shine that can make foundation separate or slide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eSimple 15-Second Prep\u003c\/div\u003e\n\u003ch2\u003eHow to Apply for a Smoother Finish\u003c\/h2\u003e\n\u003col class=\"zv-steps\"\u003e\n\u003cli\u003eApply a \u003cstrong\u003epea-sized amount\u003c\/strong\u003e to clean, moisturized skin.\u003c\/li\u003e\n\u003cli\u003eGently blend from the \u003cstrong\u003ecenter of the face outward\u003c\/strong\u003e, focusing on visible pores and areas where makeup usually breaks down.\u003c\/li\u003e\n\u003cli\u003eAllow the primer to set for \u003cstrong\u003e15 seconds\u003c\/strong\u003e, then apply liquid, cream, or powder foundation as usual.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"zv-result-box\"\u003e\n\u003cstrong\u003ePrefer a makeup-free day?\u003c\/strong\u003e\n\u003cp\u003eWear it alone to give bare skin a smoother, softly blurred, shine-controlled finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"zv-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_39_18_2.png?v=1785984290\" alt=\"Three-step guide for applying transparent Smooth and Blur Primer\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- DESIRE --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eSkin-Loving Formula\u003c\/div\u003e\n\u003ch2\u003eMore Than Makeup Prep\u003c\/h2\u003e\n\u003cp\u003eThe formula pairs instant cosmetic benefits with carefully selected ingredients that help oily and combination skin feel comfortable.\u003c\/p\u003e\n\u003cdiv class=\"zv-ingredient\"\u003e\n\u003cspan class=\"zv-ingredient-name\"\u003e🔬 Centella Asiatica Extract\u003c\/span\u003e\n\u003cp\u003eHelps calm the look of redness and comforts skin after visible irritation or breakouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zv-ingredient\"\u003e\n\u003cspan class=\"zv-ingredient-name\"\u003e💧 Tremella Fuciformis Extract\u003c\/span\u003e\n\u003cp\u003eHelps lock in lightweight hydration without leaving oily skin feeling greasy or overloaded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zv-ingredient\"\u003e\n\u003cspan class=\"zv-ingredient-name\"\u003e🍏 Malic Acid\u003c\/span\u003e\n\u003cp\u003eGently helps refine the appearance of uneven texture for skin that looks softer and smoother over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"zv-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_39_18_3.png?v=1785984289\" alt=\"Centella Asiatica, Tremella Fuciformis and Malic Acid primer ingredients\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eMade for Shine-Prone Skin\u003c\/div\u003e\n\u003ch2\u003eYour 3 PM Makeup Fix Starts at Step One.\u003c\/h2\u003e\n\u003cp\u003eDesigned for \u003cstrong\u003eoily and combination skin\u003c\/strong\u003e that struggles with visible pores, midday shine, or foundation separating around the nose and T-zone.\u003c\/p\u003e\n\u003cul class=\"zv-check-list\"\u003e\n\u003cli\u003eHelps minimize the appearance of visible pores.\u003c\/li\u003e\n\u003cli\u003eKeeps shine from taking over your finished look.\u003c\/li\u003e\n\u003cli\u003eCreates a smoother base beneath liquid, cream, or powder makeup.\u003c\/li\u003e\n\u003cli\u003eCan be worn alone as a daily skin-blurring treatment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"zv-highlight\"\u003e\n\u003cstrong\u003eEspecially useful when:\u003c\/strong\u003e\u003cbr\u003eYour makeup looks smooth in the morning but starts appearing shiny, patchy, or separated by lunchtime.\u003c\/div\u003e\n\u003cimg class=\"zv-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_10_39_19_4.png?v=1785984289\" alt=\"Smooth and Blur Primer comparison for oily and combination skin\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2\u003eSpecifications at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eNet Volume30 mL \/ 1.0 fl oz\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eTextureLightweight transparent gel primer\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eRecommended Skin TypesOily and combination skin\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eFinishSoft-focus, smooth and shine-controlled\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eKey IngredientsCentella Asiatica, Tremella Fuciformis and Malic Acid\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eHow to WearUnder foundation or alone\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-row\"\u003eFormulaCruelty-friendly\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eShop with Confidence\u003c\/div\u003e\n\u003ch2\u003eWhy Choose Us?\u003c\/h2\u003e\n\u003cdiv class=\"zv-trust-item\"\u003e\n\u003cstrong\u003e🔒 Secure Checkout\u003c\/strong\u003e Your payment information is handled through secure checkout technology.\u003c\/div\u003e\n\u003cdiv class=\"zv-trust-item\"\u003e\n\u003cstrong\u003e📦 Order Support\u003c\/strong\u003e Our support team is available to help with order and delivery questions.\u003c\/div\u003e\n\u003cdiv class=\"zv-trust-item\"\u003e\n\u003cstrong\u003e💬 Satisfaction-Focused Service\u003c\/strong\u003e We are committed to helping you have a smooth shopping experience.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"zv-section zv-faq\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eQuestions, Answered\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I wear this primer without makeup?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eYes. The soft-focus effect also works as a standalone skin-finish product, helping bare skin look smoother and more refined.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it make my foundation look cakey?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eThe transparent gel is designed to layer smoothly without adding heavy coverage. Use a small amount and allow it to absorb for 15 seconds before applying foundation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for sensitive skin?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eThe formula contains soothing Centella and Tremella extracts. Because individual sensitivities vary, patch test behind the ear before full-face use if your skin is especially reactive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much product should I use?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eA pea-sized amount is normally enough for the entire face. Begin with less and add only where extra smoothing is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich foundation formulas can I use with it?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eIt can be worn beneath liquid, cream, or powder foundation. Allow the primer to set before applying the next product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ACTION --\u003e\n\u003csection class=\"zv-section zv-cta\"\u003e\n\u003cdiv class=\"zv-kicker\"\u003eReady When You Are\u003c\/div\u003e\n\u003ch2\u003eStart Every Makeup Look with a Smoother Canvas.\u003c\/h2\u003e\n\u003cp\u003eBlur the look of pores, control unwanted shine, and help your makeup stay fresh from your first photo to your final plan of the day.\u003c\/p\u003e\n\u003ca href=\"#\"\u003e\u003cspan class=\"zv-cta-label\"\u003eAdd Camera-On Confidence to Your Routine\u003c\/span\u003e\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"30 mL \/ 1.0 fl oz \/ 1 Tube","offer_id":53670052036971,"sku":"NC02482608065994-妆前乳30ml","price":19.99,"currency_code":"USD","in_stock":true},{"title":"30 mL \/ 1.0 fl oz \/ Buy 2 Get 1 Free","offer_id":53670052069739,"sku":"NC02482608065994-妆前乳30ml*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"30 mL \/ 1.0 fl oz \/ Buy 3 Get 2 Free (Free Shiping)","offer_id":53670052102507,"sku":"NC02482608065994-妆前乳30ml*5","price":59.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_34_47_1.png?v=1785984250","url":"https:\/\/zavrlyus.com\/products\/camera-on-smooth-blur-primer","provider":"zavrlyUS","version":"1.0","type":"link"}