{"product_id":"cream-contour-bronzer-blush-stick","title":"3-in-1 Cream Contour, Bronzer \u0026 Blush Stick","description":"\u003cstyle\u003e\n  .zcs-page,\n  .zcs-page * {\n    box-sizing: border-box;\n  }\n\n  .zcs-page {\n    --zcs-ink: #231814;\n    --zcs-text: #51413a;\n    --zcs-muted: #7c6b63;\n    --zcs-accent: #a87560;\n    --zcs-accent-dark: #805541;\n    --zcs-accent-soft: #f3e7e1;\n    --zcs-card: #fbf8f6;\n    --zcs-border: #e8ddd7;\n    --zcs-white: #ffffff;\n\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 12px;\n    color: var(--zcs-ink);\n    background: var(--zcs-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  .zcs-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 22px 0 0;\n    border-radius: 18px;\n  }\n\n  .zcs-page h2,\n  .zcs-page h3,\n  .zcs-page p {\n    margin-top: 0;\n  }\n\n  .zcs-section {\n    margin: 18px 0;\n    padding: 24px 18px;\n    border-radius: 22px;\n  }\n\n  .zcs-soft-section {\n    background: var(--zcs-card);\n    border: 1px solid var(--zcs-border);\n  }\n\n  .zcs-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 12px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    color: var(--zcs-accent-dark);\n    background: var(--zcs-accent-soft);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .zcs-title {\n    margin-bottom: 14px;\n    font-size: clamp(31px, 8vw, 52px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n  }\n\n  .zcs-subtitle {\n    margin-bottom: 16px;\n    color: var(--zcs-text);\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .zcs-section-title {\n    margin-bottom: 10px;\n    font-size: clamp(25px, 6vw, 36px);\n    line-height: 1.18;\n    letter-spacing: -0.025em;\n  }\n\n  .zcs-section-copy {\n    margin-bottom: 0;\n    color: var(--zcs-text);\n  }\n\n  .zcs-benefit-list,\n  .zcs-step-list,\n  .zcs-trust-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .zcs-benefit-list li,\n  .zcs-step-list li,\n  .zcs-trust-list li {\n    position: relative;\n    padding: 14px 14px 14px 48px;\n    color: var(--zcs-text);\n    background: rgba(255, 255, 255, 0.84);\n    border: 1px solid var(--zcs-border);\n    border-radius: 14px;\n  }\n\n  .zcs-benefit-list li::before,\n  .zcs-trust-list li::before {\n    position: absolute;\n    top: 13px;\n    left: 14px;\n    font-size: 21px;\n  }\n\n  .zcs-benefit-list li:nth-child(1)::before {\n    content: \"✨\";\n  }\n\n  .zcs-benefit-list li:nth-child(2)::before {\n    content: \"🎨\";\n  }\n\n  .zcs-benefit-list li:nth-child(3)::before {\n    content: \"💧\";\n  }\n\n  .zcs-benefit-list li:nth-child(4)::before {\n    content: \"⚡\";\n  }\n\n  .zcs-card {\n    margin-top: 16px;\n    padding: 20px 16px;\n    background: var(--zcs-white);\n    border: 1px solid var(--zcs-border);\n    border-radius: 18px;\n    box-shadow: 0 12px 30px rgba(56, 34, 24, 0.05);\n  }\n\n  .zcs-card-label {\n    display: inline-block;\n    margin-bottom: 8px;\n    color: var(--zcs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .zcs-card h3 {\n    margin-bottom: 8px;\n    font-size: 23px;\n    line-height: 1.25;\n  }\n\n  .zcs-card p {\n    margin-bottom: 0;\n    color: var(--zcs-text);\n  }\n\n  .zcs-step-list {\n    counter-reset: zcs-step;\n  }\n\n  .zcs-step-list li {\n    counter-increment: zcs-step;\n    padding-left: 58px;\n  }\n\n  .zcs-step-list li::before {\n    content: counter(zcs-step);\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: flex;\n    width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    color: var(--zcs-white);\n    background: var(--zcs-accent);\n    border-radius: 50%;\n    font-weight: 800;\n  }\n\n  .zcs-spec-box {\n    overflow: hidden;\n    margin-top: 18px;\n    background: var(--zcs-white);\n    border: 1px solid var(--zcs-border);\n    border-radius: 16px;\n  }\n\n  .zcs-spec-row {\n    padding: 14px;\n    border-bottom: 1px solid var(--zcs-border);\n  }\n\n  .zcs-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .zcs-spec-name {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--zcs-muted);\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .zcs-spec-value {\n    display: block;\n    color: var(--zcs-ink);\n    font-weight: 700;\n  }\n\n  .zcs-shade-note {\n    margin-top: 14px;\n    padding: 13px 14px;\n    color: var(--zcs-text);\n    background: var(--zcs-accent-soft);\n    border-radius: 13px;\n    font-size: 14px;\n  }\n\n  .zcs-faq {\n    margin-top: 14px;\n    overflow: hidden;\n    background: var(--zcs-white);\n    border: 1px solid var(--zcs-border);\n    border-radius: 14px;\n  }\n\n  .zcs-faq summary {\n    position: relative;\n    padding: 17px 48px 17px 15px;\n    cursor: pointer;\n    font-weight: 750;\n    list-style: none;\n  }\n\n  .zcs-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .zcs-faq summary::after {\n    content: \"⌄\";\n    position: absolute;\n    top: 15px;\n    right: 17px;\n    color: var(--zcs-accent-dark);\n    font-size: 24px;\n    line-height: 1;\n    transition: transform 0.25s ease;\n  }\n\n  .zcs-faq[open] summary::after {\n    transform: rotate(180deg);\n  }\n\n  .zcs-faq-answer {\n    padding: 0 15px 17px;\n    color: var(--zcs-text);\n  }\n\n  .zcs-trust-list li:nth-child(1)::before {\n    content: \"🔒\";\n  }\n\n  .zcs-trust-list li:nth-child(2)::before {\n    content: \"📦\";\n  }\n\n  .zcs-trust-list li:nth-child(3)::before {\n    content: \"💬\";\n  }\n\n  .zcs-cta {\n    padding: 28px 18px;\n    color: var(--zcs-white);\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.16),\n        transparent 36%\n      ),\n      linear-gradient(145deg, #2b1e19, #805541);\n    border-radius: 22px;\n  }\n\n  .zcs-cta h2 {\n    margin-bottom: 10px;\n    color: var(--zcs-white);\n    font-size: clamp(27px, 7vw, 39px);\n    line-height: 1.18;\n  }\n\n  .zcs-cta p {\n    max-width: 610px;\n    margin: 0 auto 20px;\n    color: rgba(255, 255, 255, 0.86);\n  }\n\n  .zcs-buy-button {\n    display: inline-flex;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 25px;\n    color: var(--zcs-ink);\n    background: var(--zcs-white);\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 850;\n    text-decoration: none;\n    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .zcs-buy-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);\n  }\n\n  .zcs-buy-button:active {\n    transform: translateY(1px);\n  }\n\n  .zcs-mini-copy {\n    margin-top: 12px !important;\n    margin-bottom: 0 !important;\n    color: rgba(255, 255, 255, 0.72) !important;\n    font-size: 13px;\n  }\n\n  @media (min-width: 720px) {\n    .zcs-page {\n      padding: 22px;\n    }\n\n    .zcs-section {\n      padding: 34px;\n    }\n\n    .zcs-card {\n      padding: 26px;\n    }\n\n    .zcs-spec-row {\n      padding: 16px 20px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .zcs-buy-button,\n    .zcs-faq summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"zcs-page\"\u003e\n\u003c!-- ATTENTION \/ HERO --\u003e\n\u003csection class=\"zcs-section zcs-soft-section\"\u003e\n\u003cdiv class=\"zcs-eyebrow\"\u003eCream Color Stick\u003c\/div\u003e\n\u003ch2 class=\"zcs-title\"\u003eSculpt, Bronze \u0026amp; Blush in One Swipe\u003c\/h2\u003e\n\u003cp class=\"zcs-subtitle\"\u003eGet a soft, natural glow or build more definition with a creamy, easy-to-blend stick that melts comfortably into your skin.\u003c\/p\u003e\n\u003cul class=\"zcs-benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth, satin finish\u003c\/strong\u003e that looks like skin—not a heavy layer of makeup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuildable color\u003c\/strong\u003e lets you go from a subtle flush to a more sculpted look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNourishing oils and butter\u003c\/strong\u003e help keep skin feeling comfortable throughout wear.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwist-up convenience\u003c\/strong\u003e makes application quick, clean and travel-friendly.\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_5_16_02_23_1.png?v=1785916976\" alt=\"ZavrlyUS creamy contour bronzer and blush stick with a natural sculpted makeup finish\" loading=\"eager\"\u003e\u003c\/section\u003e\n\u003c!-- INTEREST \/ MAIN FEATURES --\u003e\n\u003csection class=\"zcs-section\"\u003e\n\u003cdiv class=\"zcs-eyebrow\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003ch2 class=\"zcs-section-title\"\u003eBlendable Color Without the Patchy Finish\u003c\/h2\u003e\n\u003cp class=\"zcs-section-copy\"\u003eDesigned for quick everyday makeup, the creamy texture glides across the skin and gives you time to blend before building more color.\u003c\/p\u003e\n\u003cdiv class=\"zcs-card\"\u003e\n\u003cspan class=\"zcs-card-label\"\u003e✨ Effortless Blending\u003c\/span\u003e\n\u003ch3\u003eCreamy, Melt-In Texture\u003c\/h3\u003e\n\u003cp\u003eGlide it directly onto the skin, then blend with your fingers, sponge or favorite brush. The smooth texture helps reduce visible streaks and uneven patches for a soft satin finish.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_5_16_02_23_2.png?v=1785916977\" alt=\"Cream color stick blending smoothly on the cheek without streaks or patchiness\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-card\"\u003e\n\u003cspan class=\"zcs-card-label\"\u003e🎨 You Control the Result\u003c\/span\u003e\n\u003ch3\u003eBuildable, True-Looking Color\u003c\/h3\u003e\n\u003cp\u003eApply one light layer for a natural-looking flush, or add more pigment where you want stronger definition. The buildable formula helps you customize your look without a thick, cakey feel.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_5_16_02_23_3.png?v=1785916977\" alt=\"Buildable cream makeup showing a light layer and a more defined sculpted result\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-card\"\u003e\n\u003cspan class=\"zcs-card-label\"\u003e💧 Color Meets Comfort\u003c\/span\u003e\n\u003ch3\u003eNourishing Shea Butter \u0026amp; Sunflower Seed Oil\u003c\/h3\u003e\n\u003cp\u003eFormulated with \u003cstrong\u003e2% shea butter\u003c\/strong\u003e and \u003cstrong\u003e1% sunflower seed oil\u003c\/strong\u003e to help the color glide smoothly while keeping your skin feeling comfortable.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_5_16_02_23_4.png?v=1785916976\" alt=\"Cream makeup stick formulated with shea butter and sunflower seed oil\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESIRE \/ HOW IT WORKS --\u003e\n\u003csection class=\"zcs-section zcs-soft-section\"\u003e\n\u003cdiv class=\"zcs-eyebrow\"\u003eThree Easy Steps\u003c\/div\u003e\n\u003ch2 class=\"zcs-section-title\"\u003eSwipe. Blend. Build.\u003c\/h2\u003e\n\u003cp class=\"zcs-section-copy\"\u003eNo complicated technique required. Apply exactly where you want warmth, color or definition, then blend until the edges disappear.\u003c\/p\u003e\n\u003col class=\"zcs-step-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSwipe directly onto the skin.\u003c\/strong\u003e\u003cbr\u003eApply to the cheeks, forehead or jawline.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlend the edges.\u003c\/strong\u003e\u003cbr\u003eUse a makeup brush, sponge or clean fingertips.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomize your color.\u003c\/strong\u003e\u003cbr\u003eAdd another light layer until you reach your desired intensity.\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_5_16_02_23_5.png?v=1785916976\" alt=\"How to apply the ZavrlyUS cream contour bronzer and blush stick in three simple steps\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"zcs-section\"\u003e\n\u003cdiv class=\"zcs-eyebrow\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2 class=\"zcs-section-title\"\u003eShades \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"zcs-spec-box\"\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eProduct Format\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003eTwist-Up Cream Stick\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003eNatural Satin Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eCoverage\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003eBuildable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eApplication Areas\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003eCheeks, Forehead and Jawline\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eKey Formula Details\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003e 2% Shea Butter + 1% Sunflower Seed Oil \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zcs-spec-row\"\u003e\n\u003cspan class=\"zcs-spec-name\"\u003eObserved Shade Options\u003c\/span\u003e \u003cspan class=\"zcs-spec-value\"\u003eWarm Tan and Deep Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"zcs-shade-note\"\u003e\u003cstrong\u003eShade note:\u003c\/strong\u003e Product color can appear slightly different depending on lighting, screen settings and individual skin tone.\u003c\/p\u003e\n\u003c!--\n      MERCHANT NOTES — REMOVE AFTER SUPPLIER CONFIRMATION:\n      1. Confirm the official shade names.\n      2. Confirm net weight.\n      3. Add the complete ingredient list.\n      4. Confirm country of origin.\n      5. Do not publish vegan, cruelty-free or certification claims without documentation.\n    --\u003e\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"zcs-section zcs-soft-section\"\u003e\n\u003cdiv class=\"zcs-eyebrow\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch2 class=\"zcs-section-title\"\u003eQuestions Before You Glow?\u003c\/h2\u003e\n\u003cdetails class=\"zcs-faq\"\u003e\n\u003csummary\u003eWhere should I apply the cream stick?\u003c\/summary\u003e\n\u003cdiv class=\"zcs-faq-answer\"\u003eApply it to the cheeks for color, along the forehead for warmth, or around the jawline where you want more visible definition.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"zcs-faq\"\u003e\n\u003csummary\u003eCan I apply it with my fingers?\u003c\/summary\u003e\n\u003cdiv class=\"zcs-faq-answer\"\u003eYes. The creamy texture can be blended with clean fingertips, a makeup sponge or a brush. Fingers create a quick, natural-looking finish, while a brush can offer more precise blending.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"zcs-faq\"\u003e\n\u003csummary\u003eWill the color look heavy or cakey?\u003c\/summary\u003e\n\u003cdiv class=\"zcs-faq-answer\"\u003eThe formula is designed to be buildable. Begin with a light layer, blend well and add more only where you want extra color or definition.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"zcs-faq\"\u003e\n\u003csummary\u003eCan I use it on my eyes or lips?\u003c\/summary\u003e\n\u003cdiv class=\"zcs-faq-answer\"\u003eThis product is presented for use on the cheeks, forehead and jawline. Eye and lip suitability has not been confirmed, so use it only on the intended application areas unless additional supplier guidance is provided.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"zcs-faq\"\u003e\n\u003csummary\u003eIs this product vegan or cruelty-free?\u003c\/summary\u003e\n\u003cdiv class=\"zcs-faq-answer\"\u003eThese claims have not been confirmed by the available supplier information. We do not advertise vegan or cruelty-free status without supporting documentation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\u003c!-- ACTION \/ CTA --\u003e\n\u003csection class=\"zcs-cta\"\u003e\n\u003ch2\u003eReady to Create Your Perfect Sculpted Glow?\u003c\/h2\u003e\n\u003cp\u003eChoose your shade, swipe on the color and blend your way from naturally flushed to beautifully defined.\u003c\/p\u003e\n\u003ca class=\"zcs-buy-button\" href=\"#\"\u003e Choose Your Shade → \u003c\/a\u003e\n\u003cp class=\"zcs-mini-copy\"\u003eBuildable color · Creamy texture · Satin finish\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"NC0248","offers":[{"title":"Warm Tan","offer_id":53666524561771,"sku":"NC02482608054589-01","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Deep Brown","offer_id":53666524594539,"sku":"NC02482608054589-02","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_5_16_02_23_1.png?v=1785916976","url":"https:\/\/zavrlyus.com\/products\/cream-contour-bronzer-blush-stick","provider":"zavrlyUS","version":"1.0","type":"link"}