{"product_id":"light-spectrum-serum-foundation-spf-50","title":"✨Light Spectrum Serum Foundation SPF 50","description":"\u003cstyle\u003e\n  .lsf-page,\n  .lsf-page * {\n    box-sizing: border-box;\n  }\n\n  .lsf-page {\n    --lsf-primary: #a9472d;\n    --lsf-primary-soft: #c47a55;\n    --lsf-gold: #c99445;\n    --lsf-ink: #2f1c17;\n    --lsf-text: #51352d;\n    --lsf-muted: #755d55;\n    --lsf-cream: #fffaf6;\n    --lsf-soft: #f8eee7;\n    --lsf-border: #ead8cc;\n    --lsf-white: #ffffff;\n\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 10px;\n    color: var(--lsf-ink);\n    background: var(--lsf-white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.65;\n    overflow: hidden;\n  }\n\n  .lsf-page h1,\n  .lsf-page h2,\n  .lsf-page h3,\n  .lsf-page p {\n    margin-top: 0;\n  }\n\n  .lsf-page h1,\n  .lsf-page h2 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    color: var(--lsf-primary);\n    letter-spacing: -0.02em;\n    line-height: 1.08;\n  }\n\n  .lsf-page h1 {\n    margin-bottom: 14px;\n    font-size: clamp(2.15rem, 9vw, 4rem);\n  }\n\n  .lsf-page h2 {\n    margin-bottom: 12px;\n    font-size: clamp(1.75rem, 7vw, 2.8rem);\n  }\n\n  .lsf-page h3 {\n    margin-bottom: 8px;\n    color: var(--lsf-ink);\n    font-size: 1.15rem;\n    line-height: 1.3;\n  }\n\n  .lsf-page p {\n    margin-bottom: 14px;\n    color: var(--lsf-text);\n    font-size: 1rem;\n  }\n\n  .lsf-section {\n    margin-bottom: 44px;\n  }\n\n  .lsf-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 13px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    color: var(--lsf-primary);\n    background: var(--lsf-soft);\n    font-size: 0.78rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .lsf-subhead {\n    margin-bottom: 14px;\n    color: var(--lsf-ink);\n    font-size: 1.2rem;\n    font-weight: 750;\n    line-height: 1.4;\n  }\n\n  .lsf-body-copy {\n    color: var(--lsf-muted);\n    font-size: 1rem;\n  }\n\n  .lsf-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 22px 0 0;\n    border-radius: 20px;\n    box-shadow: 0 15px 38px rgba(98, 57, 39, 0.12);\n  }\n\n  .lsf-hero {\n    padding: 30px 18px 22px;\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(231, 190, 153, 0.35), transparent 33%),\n      linear-gradient(145deg, #fffaf6 0%, #f7e8dc 100%);\n  }\n\n  .lsf-hero-benefits {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n    margin: 20px 0;\n  }\n\n  .lsf-hero-benefit {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 52px;\n    padding: 10px;\n    border-radius: 13px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--lsf-ink);\n    font-size: 0.82rem;\n    font-weight: 750;\n  }\n\n  .lsf-hero-benefit span {\n    font-size: 1.15rem;\n  }\n\n  .lsf-cta {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    min-height: 56px;\n    margin-top: 18px;\n    padding: 14px 20px;\n    border-radius: 999px;\n    color: var(--lsf-white) !important;\n    background: linear-gradient(\n      135deg,\n      var(--lsf-primary),\n      var(--lsf-primary-soft)\n    );\n    box-shadow: 0 12px 28px rgba(169, 71, 45, 0.24);\n    font-size: 1rem;\n    font-weight: 800;\n    text-align: center;\n    text-decoration: none;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .lsf-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 16px 34px rgba(169, 71, 45, 0.3);\n  }\n\n  .lsf-microcopy {\n    margin-top: 10px !important;\n    margin-bottom: 0 !important;\n    color: var(--lsf-muted) !important;\n    font-size: 0.78rem !important;\n    text-align: center;\n  }\n\n  .lsf-section-intro {\n    max-width: 670px;\n    margin-bottom: 22px;\n  }\n\n  .lsf-feature {\n    margin-bottom: 26px;\n    padding: 20px 16px 16px;\n    border: 1px solid var(--lsf-border);\n    border-radius: 21px;\n    background: var(--lsf-white);\n    box-shadow: 0 8px 24px rgba(77, 44, 31, 0.06);\n  }\n\n  .lsf-feature-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 10px;\n    color: var(--lsf-primary);\n    font-size: 0.78rem;\n    font-weight: 850;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .lsf-feature h3 {\n    font-size: 1.35rem;\n  }\n\n  .lsf-feature strong {\n    color: var(--lsf-ink);\n  }\n\n  .lsf-benefit-list {\n    display: grid;\n    gap: 9px;\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lsf-benefit-list li {\n    position: relative;\n    padding-left: 30px;\n    color: var(--lsf-text);\n    font-size: 0.94rem;\n  }\n\n  .lsf-benefit-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    content: \"✓\";\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    color: var(--lsf-white);\n    background: var(--lsf-primary);\n    font-size: 0.72rem;\n    font-weight: 900;\n  }\n\n  .lsf-highlight {\n    padding: 24px 18px;\n    border-radius: 22px;\n    background: linear-gradient(145deg, #fff9f4, #f5e3d7);\n  }\n\n  .lsf-steps {\n    display: grid;\n    gap: 13px;\n    margin-top: 20px;\n  }\n\n  .lsf-step {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 15px;\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.85);\n  }\n\n  .lsf-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    color: var(--lsf-white);\n    background: var(--lsf-primary);\n    font-weight: 850;\n  }\n\n  .lsf-step h3 {\n    margin-bottom: 4px;\n    font-size: 1rem;\n  }\n\n  .lsf-step p {\n    margin-bottom: 0;\n    font-size: 0.9rem;\n  }\n\n  .lsf-comparison {\n    display: grid;\n    gap: 11px;\n    margin-top: 20px;\n  }\n\n  .lsf-comparison-item {\n    padding: 15px;\n    border-radius: 16px;\n    background: var(--lsf-soft);\n  }\n\n  .lsf-comparison-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--lsf-ink);\n  }\n\n  .lsf-comparison-item p {\n    margin-bottom: 0;\n    font-size: 0.9rem;\n  }\n\n  .lsf-comparison-item.is-best {\n    color: var(--lsf-white);\n    background: linear-gradient(\n      135deg,\n      var(--lsf-primary),\n      var(--lsf-primary-soft)\n    );\n  }\n\n  .lsf-comparison-item.is-best strong,\n  .lsf-comparison-item.is-best p {\n    color: var(--lsf-white);\n  }\n\n  .lsf-specs {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    overflow: hidden;\n    border: 1px solid var(--lsf-border);\n    border-radius: 18px;\n    background: var(--lsf-white);\n  }\n\n  .lsf-specs th,\n  .lsf-specs td {\n    padding: 13px 14px;\n    border-bottom: 1px solid var(--lsf-border);\n    text-align: left;\n    vertical-align: top;\n    font-size: 0.9rem;\n  }\n\n  .lsf-specs tr:last-child th,\n  .lsf-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .lsf-specs th {\n    width: 38%;\n    color: var(--lsf-ink);\n    background: var(--lsf-cream);\n    font-weight: 800;\n  }\n\n  .lsf-specs td {\n    color: var(--lsf-text);\n  }\n\n  .lsf-trust {\n    padding: 26px 18px;\n    border-radius: 22px;\n    background: var(--lsf-ink);\n    text-align: center;\n  }\n\n  .lsf-trust h2,\n  .lsf-trust p {\n    color: var(--lsf-white);\n  }\n\n  .lsf-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    margin: 20px 0;\n  }\n\n  .lsf-trust-item {\n    padding: 15px;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.09);\n    color: var(--lsf-white);\n  }\n\n  .lsf-trust-icon {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 1.45rem;\n  }\n\n  .lsf-trust-item strong {\n    display: block;\n    color: var(--lsf-white);\n  }\n\n  .lsf-trust-item span {\n    color: rgba(255, 255, 255, 0.75);\n    font-size: 0.82rem;\n  }\n\n  .lsf-trust .lsf-cta {\n    color: var(--lsf-ink) !important;\n    background: var(--lsf-white);\n    box-shadow: none;\n  }\n\n  .lsf-faq {\n    display: grid;\n    gap: 11px;\n  }\n\n  .lsf-faq details {\n    border: 1px solid var(--lsf-border);\n    border-radius: 15px;\n    background: var(--lsf-white);\n    overflow: hidden;\n  }\n\n  .lsf-faq summary {\n    position: relative;\n    padding: 16px 48px 16px 15px;\n    color: var(--lsf-ink);\n    font-size: 0.96rem;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .lsf-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .lsf-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 17px;\n    content: \"+\";\n    color: var(--lsf-primary);\n    font-size: 1.45rem;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .lsf-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .lsf-faq-answer {\n    padding: 0 15px 15px;\n  }\n\n  .lsf-faq-answer p {\n    margin-bottom: 0;\n    font-size: 0.9rem;\n  }\n\n  .lsf-note {\n    margin-top: 14px;\n    padding: 13px 14px;\n    border-radius: 13px;\n    color: var(--lsf-muted);\n    background: var(--lsf-cream);\n    font-size: 0.78rem;\n  }\n\n  @media (min-width: 700px) {\n    .lsf-page {\n      padding: 20px;\n    }\n\n    .lsf-hero {\n      padding: 46px 42px 34px;\n    }\n\n    .lsf-hero-benefits {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .lsf-feature {\n      padding: 28px;\n    }\n\n    .lsf-highlight {\n      padding: 34px;\n    }\n\n    .lsf-steps {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .lsf-comparison {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .lsf-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .lsf-specs th,\n    .lsf-specs td {\n      padding: 15px 18px;\n      font-size: 0.95rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lsf-page\"\u003e\n\u003c!-- A: ATTENTION \/ HERO --\u003e\n\u003csection class=\"lsf-section lsf-hero\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003e✨ Skin-Like Coverage Meets Daily Care\u003c\/div\u003e\n\u003ch1\u003eLight Spectrum Serum Foundation SPF 50\u003c\/h1\u003e\n\u003cp class=\"lsf-subhead\"\u003eOne bottle. Four essential steps. A finish that looks like your skin—only better.\u003c\/p\u003e\n\u003cp class=\"lsf-body-copy\"\u003eSimplify your morning with a lightweight serum foundation that combines \u003cstrong\u003eSPF 50 protection, buildable coverage, hydrating care, and color-mimicking technology\u003c\/strong\u003e in one effortless step.\u003c\/p\u003e\n\u003cdiv class=\"lsf-hero-benefits\"\u003e\n\u003cdiv class=\"lsf-hero-benefit\"\u003e\n\u003cspan\u003e🌞\u003c\/span\u003e SPF 50\u003c\/div\u003e\n\u003cdiv class=\"lsf-hero-benefit\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e Buildable Coverage\u003c\/div\u003e\n\u003cdiv class=\"lsf-hero-benefit\"\u003e\n\u003cspan\u003e💧\u003c\/span\u003e Serum Hydration\u003c\/div\u003e\n\u003cdiv class=\"lsf-hero-benefit\"\u003e\n\u003cspan\u003e🎨\u003c\/span\u003e Natural-Looking Tone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"lsf-cta\" href=\"#\"\u003e Get Your Skin-Like Finish → \u003c\/a\u003e\n\u003cp class=\"lsf-microcopy\"\u003eLightweight feel · Natural finish · 30 g \/ 1.0 fl oz\u003c\/p\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_26_56_1.png?v=1785475703\" alt=\"Light Spectrum Serum Foundation SPF 50 by ZavrlyUS\" loading=\"eager\"\u003e\u003c\/section\u003e\n\u003c!-- I: INTEREST \/ MAIN FEATURES --\u003e\n\u003csection class=\"lsf-section\"\u003e\n\u003cdiv class=\"lsf-section-intro\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003eWhy Your Routine Will Love It\u003c\/div\u003e\n\u003ch2\u003eFour Jobs. One Lightweight Step.\u003c\/h2\u003e\n\u003cp\u003eGet the polished look you want without layering multiple heavy products or spending extra time in front of the mirror.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003carticle class=\"lsf-feature\"\u003e\n\u003cdiv class=\"lsf-feature-label\"\u003e🌞 Protect + Perfect\u003c\/div\u003e\n\u003ch3\u003eSPF 50 With 4-in-1 Coverage\u003c\/h3\u003e\n\u003cp\u003eFoundation, concealer, serum care, and sun protection come together in one easy-to-blend formula—helping you create a smoother-looking complexion with fewer products.\u003c\/p\u003e\n\u003cul class=\"lsf-benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eStreamlines\u003c\/strong\u003e your morning routine\u003c\/li\u003e\n\u003cli\u003eProvides \u003cstrong\u003elight-to-medium buildable coverage\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFeels lighter than stacking multiple complexion products\u003c\/li\u003e\n\u003cli\u003eHelps protect skin from everyday UV exposure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_28_16.png?v=1785475706\" alt=\"Woman applying ZavrlyUS SPF 50 four-in-one serum foundation\" loading=\"lazy\"\u003e\u003c\/article\u003e\n\u003carticle class=\"lsf-feature\"\u003e\n\u003cdiv class=\"lsf-feature-label\"\u003e🎨 Blend Without the Orange Cast\u003c\/div\u003e\n\u003ch3\u003eDesigned to Adapt to Light Skin Tones\u003c\/h3\u003e\n\u003cp\u003eColor-mimicking technology helps the Light Spectrum shade blend more naturally into light skin tones, reducing the look of a heavy, mask-like finish.\u003c\/p\u003e\n\u003cul class=\"lsf-benefit-list\"\u003e\n\u003cli\u003eCreates a more \u003cstrong\u003eseamless-looking transition\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eHelps minimize an unwanted orange appearance\u003c\/li\u003e\n\u003cli\u003eEvens the look of uneven tone\u003c\/li\u003e\n\u003cli\u003eLeaves skin looking like skin—not thick makeup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_26_57_3.png?v=1785475703\" alt=\"Light Spectrum foundation shade range for light skin tones\" loading=\"lazy\"\u003e\u003c\/article\u003e\n\u003carticle class=\"lsf-feature\"\u003e\n\u003cdiv class=\"lsf-feature-label\"\u003e💧 Comfort That Lasts\u003c\/div\u003e\n\u003ch3\u003eSerum-Infused Hydration\u003c\/h3\u003e\n\u003cp\u003eThe moisturizing serum base helps keep skin feeling comfortable while supporting a fresh, naturally radiant appearance throughout the day.\u003c\/p\u003e\n\u003cul class=\"lsf-benefit-list\"\u003e\n\u003cli\u003eHelps skin look \u003cstrong\u003eplumper and smoother\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eReduces the appearance of a dry, cakey finish\u003c\/li\u003e\n\u003cli\u003eHelps prevent makeup from emphasizing fine lines\u003c\/li\u003e\n\u003cli\u003eAvoids the heavy, tight feeling of traditional foundation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_26_58_4.png?v=1785475704\" alt=\"Hydrating serum foundation for a plump radiant finish\" loading=\"lazy\"\u003e\u003c\/article\u003e\n\u003carticle class=\"lsf-feature\"\u003e\n\u003cdiv class=\"lsf-feature-label\"\u003e🌿 Gentle Everyday Beauty\u003c\/div\u003e\n\u003ch3\u003eMade With Sensitive Skin in Mind\u003c\/h3\u003e\n\u003cp\u003eA cruelty-free, clean-beauty-friendly formula created for a wide range of skin needs—including sensitive, dry, mature, combination, and normal skin.\u003c\/p\u003e\n\u003cul class=\"lsf-benefit-list\"\u003e\n\u003cli\u003eLightweight and comfortable for everyday wear\u003c\/li\u003e\n\u003cli\u003eSuitable for \u003cstrong\u003edry and mature-looking skin\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eDesigned to create a soft, non-cakey finish\u003c\/li\u003e\n\u003cli\u003eEasy to apply with fingers, a brush, or a sponge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_26_58_5.png?v=1785475704\" alt=\"Sensitive-skin-friendly ZavrlyUS serum foundation\" loading=\"lazy\"\u003e\u003c\/article\u003e\n\u003carticle class=\"lsf-feature\"\u003e\n\u003cdiv class=\"lsf-feature-label\"\u003e⏱️ Made for Real Life\u003c\/div\u003e\n\u003ch3\u003eFresh-Looking, All-Day Wear\u003c\/h3\u003e\n\u003cp\u003eThe lightweight, sweat-resistant texture is designed to stay comfortable through commutes, errands, busy workdays, and everyday movement.\u003c\/p\u003e\n\u003cul class=\"lsf-benefit-list\"\u003e\n\u003cli\u003eHelps resist patchiness and uneven fading\u003c\/li\u003e\n\u003cli\u003eMaintains a \u003cstrong\u003enatural, seamless-looking finish\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFeels breathable instead of thick or greasy\u003c\/li\u003e\n\u003cli\u003eBuildable where you need extra coverage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"lsf-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_26_59_6.png?v=1785475704\" alt=\"All-day wear comparison for ZavrlyUS serum foundation\" loading=\"lazy\"\u003e\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- D: DESIRE \/ HOW IT WORKS --\u003e\n\u003csection class=\"lsf-section lsf-highlight\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003eEasy, Blendable, Buildable\u003c\/div\u003e\n\u003ch2\u003eYour Best-Skin Finish in 4 Simple Steps\u003c\/h2\u003e\n\u003cp\u003eStart light, blend evenly, and build only where you want more coverage. The result is a smooth finish that still looks naturally yours.\u003c\/p\u003e\n\u003cdiv class=\"lsf-steps\"\u003e\n\u003cdiv class=\"lsf-step\"\u003e\n\u003cdiv class=\"lsf-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eApply a Small Amount\u003c\/h3\u003e\n\u003cp\u003eBegin with a small amount so you can control the finish and avoid applying more than you need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-step\"\u003e\n\u003cdiv class=\"lsf-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBlend Evenly\u003c\/h3\u003e\n\u003cp\u003eUse clean fingers, a foundation brush, or a damp makeup sponge to blend across the face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-step\"\u003e\n\u003cdiv class=\"lsf-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAllow the Shade to Settle\u003c\/h3\u003e\n\u003cp\u003eWait approximately 30 seconds to let the color-mimicking formula settle into its finished appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-step\"\u003e\n\u003cdiv class=\"lsf-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBuild Where Needed\u003c\/h3\u003e\n\u003cp\u003eAdd a second light layer over redness, uneven tone, or areas where you prefer more coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lsf-section\"\u003e\n\u003cdiv class=\"lsf-section-intro\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003eA Better Everyday Finish\u003c\/div\u003e\n\u003ch2\u003eWhy Choose Serum Foundation?\u003c\/h2\u003e\n\u003cp\u003eTraditional foundations can feel heavy, appear patchy, or emphasize dryness. This serum-based formula is designed to deliver coverage with a lighter, more comfortable feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-comparison\"\u003e\n\u003cdiv class=\"lsf-comparison-item\"\u003e\n\u003cstrong\u003eTraditional Foundation\u003c\/strong\u003e\n\u003cp\u003eMay feel heavy, cake around lines, or fade unevenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-comparison-item\"\u003e\n\u003cstrong\u003eLow-Quality Alternatives\u003c\/strong\u003e\n\u003cp\u003eMay oxidize orange, look patchy, or break down quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-comparison-item is-best\"\u003e\n\u003cstrong\u003eZavrlyUS Serum Foundation\u003c\/strong\u003e\n\u003cp\u003eNatural-looking coverage with hydration and SPF 50.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"lsf-section\"\u003e\n\u003cdiv class=\"lsf-section-intro\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"lsf-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eLiquid serum foundation with SPF 50\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShade Range\u003c\/th\u003e\n\u003ctd\u003eLight Spectrum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e30 g \/ 1.0 fl oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoverage\u003c\/th\u003e\n\u003ctd\u003eLight to medium, buildable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural-looking and non-cakey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Skin Types\u003c\/th\u003e\n\u003ctd\u003eSensitive, mature, dry, combination, and normal skin\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKey Benefits\u003c\/th\u003e\n\u003ctd\u003eMoisturizing care, more even-looking tone, pore and line blurring, and SPF 50 sun protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eFingers, foundation brush, or damp makeup sponge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWear\u003c\/th\u003e\n\u003ctd\u003eLightweight, sweat-resistant, and long-wearing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"lsf-note\"\u003eIngredient-free claims such as “paraben-free,” “phthalate-free,” or “fragrance-free” should only be added after confirming the final product ingredient list and supplier documentation.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"lsf-section lsf-trust\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eA simpler beauty routine, backed by a secure and customer-focused shopping experience.\u003c\/p\u003e\n\u003cdiv class=\"lsf-trust-grid\"\u003e\n\u003cdiv class=\"lsf-trust-item\"\u003e\n\u003cspan class=\"lsf-trust-icon\"\u003e🔒\u003c\/span\u003e \u003cstrong\u003eSecure Checkout\u003c\/strong\u003e \u003cspan\u003eYour payment information is protected.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-trust-item\"\u003e\n\u003cspan class=\"lsf-trust-icon\"\u003e📦\u003c\/span\u003e \u003cstrong\u003eOrder Updates\u003c\/strong\u003e \u003cspan\u003eStay informed as your order moves to you.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-trust-item\"\u003e\n\u003cspan class=\"lsf-trust-icon\"\u003e💬\u003c\/span\u003e \u003cstrong\u003eFriendly Support\u003c\/strong\u003e \u003cspan\u003eHelp is available when you need it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"lsf-cta\" href=\"#\"\u003e Add Light Spectrum to Your Routine → \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"lsf-section\"\u003e\n\u003cdiv class=\"lsf-section-intro\"\u003e\n\u003cdiv class=\"lsf-eyebrow\"\u003eQuestions, Answered\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lsf-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it match my skin tone?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eThe color-mimicking formula is designed to adapt within the Light Spectrum range. Blend it evenly, then allow approximately 30 seconds for the finished shade to settle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it a sunscreen or a foundation?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eIt combines foundation coverage with SPF 50 protection. For prolonged outdoor exposure, use and reapply sun protection according to the directions on your sunscreen label.\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=\"lsf-faq-answer\"\u003e\n\u003cp\u003eThe formula is designed with sensitive skin in mind. Because every complexion is different, perform a small patch test before your first full application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much coverage does it provide?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eIt offers light-to-medium buildable coverage. Start with a thin layer, then add more over areas where you want additional concealing coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I apply it?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eApply a small amount with clean fingers, a foundation brush, or a damp sponge. Blend evenly across the face and build coverage where needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the formula waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eThe formula is described as sweat-resistant and long-wearing, but it should not be marketed as fully waterproof unless supported by specific product testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it settle into fine lines?\u003c\/summary\u003e\n\u003cdiv class=\"lsf-faq-answer\"\u003e\n\u003cp\u003eIts hydrating serum base is designed to create a smoother, non-cakey appearance. Applying thin layers and blending well can help create the most natural-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"NC0248","offers":[{"title":"Light Spectrum","offer_id":53635155853675,"sku":"NC02482607313250-medium","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_31_13_15_27.png?v=1785475704","url":"https:\/\/zavrlyus.com\/products\/light-spectrum-serum-foundation-spf-50","provider":"zavrlyUS","version":"1.0","type":"link"}