{"product_id":"dual-ended-eyeshadow-stick","title":"✨Dual-Ended Eyeshadow Stick with Blender","description":"\u003cstyle\u003e\n  .zv-product{\n    --zv-ink:#261f21;\n    --zv-muted:#6f6266;\n    --zv-accent:#ad624f;\n    --zv-soft:#fbf4f1;\n    --zv-soft-2:#f6eeea;\n    --zv-line:#ebe2df;\n    --zv-white:#ffffff;\n    max-width:760px;\n    margin:0 auto;\n    background:#fff;\n    color:var(--zv-ink);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.55;\n    overflow:hidden;\n  }\n\n  .zv-product *{\n    box-sizing:border-box;\n  }\n\n  .zv-product section{\n    padding:34px 18px;\n  }\n\n  .zv-product h2{\n    margin:0 0 12px;\n    color:var(--zv-ink);\n    font-size:27px;\n    line-height:1.14;\n    letter-spacing:-.025em;\n  }\n\n  .zv-product h3{\n    margin:0 0 7px;\n    color:var(--zv-ink);\n    font-size:19px;\n    line-height:1.25;\n  }\n\n  .zv-product p{\n    margin:0 0 15px;\n    color:var(--zv-muted);\n    font-size:16px;\n    line-height:1.58;\n  }\n\n  .zv-product img{\n    display:block;\n    width:100%;\n    height:auto;\n    margin:20px 0 0;\n    border-radius:16px;\n  }\n\n  .zv-product .zv-eyebrow{\n    margin-bottom:9px;\n    color:var(--zv-accent);\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.13em;\n    text-transform:uppercase;\n  }\n\n  \/* HERO *\/\n  .zv-product .zv-hero{\n    padding-top:26px;\n    padding-bottom:32px;\n    text-align:center;\n    background:var(--zv-soft);\n  }\n\n  .zv-product .zv-hero h2{\n    max-width:620px;\n    margin-left:auto;\n    margin-right:auto;\n    font-size:34px;\n  }\n\n  .zv-product .zv-hero .zv-lead{\n    max-width:620px;\n    margin:0 auto;\n    font-size:17px;\n  }\n\n  \/* QUICK BENEFITS *\/\n  .zv-product .zv-benefits{\n    padding-top:28px;\n    padding-bottom:20px;\n  }\n\n  .zv-product .zv-benefit{\n    display:flex;\n    gap:12px;\n    align-items:flex-start;\n    margin-bottom:18px;\n  }\n\n  .zv-product .zv-benefit:last-child{\n    margin-bottom:0;\n  }\n\n  .zv-product .zv-icon{\n    flex:0 0 28px;\n    font-size:20px;\n    line-height:1.3;\n  }\n\n  .zv-product .zv-benefit p{\n    margin:0;\n  }\n\n  \/* FEATURE SECTIONS *\/\n  .zv-product .zv-feature{\n    padding-top:30px;\n    padding-bottom:30px;\n  }\n\n  .zv-product .zv-feature-soft{\n    margin:0 12px;\n    padding:30px 18px;\n    background:var(--zv-soft);\n    border-radius:18px;\n  }\n\n  .zv-product .zv-label{\n    display:inline-block;\n    margin-bottom:10px;\n    color:var(--zv-accent);\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  \/* HOW TO USE *\/\n  .zv-product .zv-steps{\n    background:#faf8f7;\n  }\n\n  .zv-product .zv-step{\n    position:relative;\n    padding:0 0 22px 44px;\n  }\n\n  .zv-product .zv-step:last-child{\n    padding-bottom:0;\n  }\n\n  .zv-product .zv-step-number{\n    position:absolute;\n    left:0;\n    top:0;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:30px;\n    height:30px;\n    border-radius:50%;\n    background:var(--zv-ink);\n    color:#fff;\n    font-size:14px;\n    font-weight:800;\n  }\n\n  .zv-product .zv-step p{\n    margin-bottom:0;\n  }\n\n  \/* SHADE NOTE *\/\n  .zv-product .zv-shade-note{\n    margin-top:16px;\n    padding:15px 16px;\n    background:var(--zv-soft-2);\n    border-radius:12px;\n    color:var(--zv-muted);\n    font-size:15px;\n  }\n\n  \/* SPECS *\/\n  .zv-product .zv-spec-box{\n    margin:0 14px 10px;\n    padding:27px 18px;\n    background:#faf7f5;\n    border-radius:18px;\n  }\n\n  .zv-product .zv-spec-row{\n    padding:11px 0;\n  }\n\n  .zv-product .zv-spec-row strong{\n    display:block;\n    margin-bottom:2px;\n    font-size:14px;\n    color:var(--zv-ink);\n  }\n\n  .zv-product .zv-spec-row span{\n    display:block;\n    color:var(--zv-muted);\n    font-size:16px;\n  }\n\n  \/* FAQ *\/\n  .zv-product .zv-faq{\n    padding-top:30px;\n  }\n\n  .zv-product details{\n    margin:10px 0;\n    padding:0 15px;\n    background:#faf7f5;\n    border-radius:12px;\n  }\n\n  .zv-product summary{\n    position:relative;\n    padding:16px 34px 16px 0;\n    cursor:pointer;\n    list-style:none;\n    color:var(--zv-ink);\n    font-size:16px;\n    font-weight:700;\n  }\n\n  .zv-product summary::-webkit-details-marker{\n    display:none;\n  }\n\n  .zv-product summary::after{\n    content:\"+\";\n    position:absolute;\n    top:10px;\n    right:0;\n    font-size:25px;\n    font-weight:400;\n    line-height:1;\n  }\n\n  .zv-product details[open] summary::after{\n    content:\"−\";\n  }\n\n  .zv-product details p{\n    padding:0 0 16px;\n    margin:0;\n  }\n\n  \/* CTA *\/\n  .zv-product .zv-cta{\n    margin:8px 14px 30px;\n    padding:30px 20px;\n    text-align:center;\n    background:var(--zv-ink);\n    border-radius:18px;\n  }\n\n  .zv-product .zv-cta h2{\n    color:#fff;\n  }\n\n  .zv-product .zv-cta p{\n    max-width:520px;\n    margin:0 auto 18px;\n    color:#e9e1e3;\n  }\n\n  .zv-product .zv-button{\n    display:block;\n    width:100%;\n    padding:15px 20px;\n    border-radius:999px;\n    background:var(--zv-accent);\n    color:#fff;\n    text-decoration:none;\n    font-size:17px;\n    font-weight:800;\n    line-height:1.2;\n    transition:opacity .2s ease;\n  }\n\n  .zv-product .zv-button:hover{\n    opacity:.9;\n  }\n\n  @media(min-width:700px){\n    .zv-product section{\n      padding:42px 28px;\n    }\n\n    .zv-product .zv-hero{\n      padding-top:38px;\n    }\n\n    .zv-product .zv-hero h2{\n      font-size:42px;\n    }\n\n    .zv-product h2{\n      font-size:32px;\n    }\n\n    .zv-product .zv-feature-soft{\n      margin:0 20px;\n      padding:38px 26px;\n    }\n\n    .zv-product .zv-spec-box{\n      margin-left:20px;\n      margin-right:20px;\n      padding:34px 26px;\n    }\n\n    .zv-product .zv-cta{\n      margin-left:20px;\n      margin-right:20px;\n      padding:38px 28px;\n    }\n\n    .zv-product .zv-button{\n      display:inline-block;\n      width:auto;\n      min-width:230px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"zv-product\"\u003e\n\n  \u003csection class=\"zv-hero\"\u003e\n    \u003cp class=\"zv-eyebrow\"\u003eZavrlyUS Eye Color\u003c\/p\u003e\n\n    \u003ch2\u003eColor and blend with one easy stick.\u003c\/h2\u003e\n\n    \u003cp class=\"zv-lead\"\u003e\n      Swipe on your shade, flip to the built-in sponge, and soften the edges without reaching for a separate blending tool.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/Download_1_1.gif?v=1786342804\" alt=\"ZavrlyUS dual-ended eyeshadow stick with color tip and sponge blender\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-benefits\"\u003e\n\n    \u003cdiv class=\"zv-benefit\"\u003e\n      \u003cdiv class=\"zv-icon\"\u003e✨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTwo Ends. One Routine.\u003c\/h3\u003e\n        \u003cp\u003eApply color with one end and blend with the other for a more streamlined eye look.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-benefit\"\u003e\n      \u003cdiv class=\"zv-icon\"\u003e🎨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e16 Shades to Explore\u003c\/h3\u003e\n        \u003cp\u003eChoose from numbered shades #01–#16 and match your selection to the corresponding variant image.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-benefit\"\u003e\n      \u003cdiv class=\"zv-icon\"\u003e💫\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eMatte or Shimmer\u003c\/h3\u003e\n        \u003cp\u003eSwitch between softer everyday tones and more noticeable accent looks depending on the selected shade.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-feature\"\u003e\n\n    \u003cspan class=\"zv-label\"\u003eBuilt-In Blender\u003c\/span\u003e\n\n    \u003ch2\u003eSwipe. Flip. Blend.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The rounded color tip helps place pigment directly on the lid. Flip the stick around and use the sponge end to soften edges or shape the look.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_14_29_33_1.png?v=1786343425\" alt=\"Dual-ended eyeshadow stick showing color application and blending\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-feature-soft\"\u003e\n\n    \u003cspan class=\"zv-label\"\u003eEasy Application\u003c\/span\u003e\n\n    \u003ch2\u003eA simpler way to build your eye look.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Start with a light swipe, blend the edges, then add more color where you want extra intensity. The stick format keeps application focused and easy to control.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_14_29_35_2.png?v=1786343426\" alt=\"Eyeshadow stick being applied and blended on the eyelid\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-steps\"\u003e\n\n    \u003cp class=\"zv-eyebrow\"\u003eHow to Use\u003c\/p\u003e\n    \u003ch2\u003eYour look in three simple steps.\u003c\/h2\u003e\n\n    \u003cdiv class=\"zv-step\"\u003e\n      \u003cspan class=\"zv-step-number\"\u003e1\u003c\/span\u003e\n      \u003ch3\u003eSwipe\u003c\/h3\u003e\n      \u003cp\u003eApply the color tip directly across the eyelid where you want pigment.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-step\"\u003e\n      \u003cspan class=\"zv-step-number\"\u003e2\u003c\/span\u003e\n      \u003ch3\u003eBlend\u003c\/h3\u003e\n      \u003cp\u003eFlip to the sponge end and soften the edges before adding more color.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-step\"\u003e\n      \u003cspan class=\"zv-step-number\"\u003e3\u003c\/span\u003e\n      \u003ch3\u003eBuild\u003c\/h3\u003e\n      \u003cp\u003eAdd another light layer until you reach the look you want.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-feature\"\u003e\n\n    \u003cspan class=\"zv-label\"\u003e16 Shade Options\u003c\/span\u003e\n\n    \u003ch2\u003eFind your shade by number.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The range includes 16 numbered options from #01 through #16. Use the corresponding variant image to compare colors before making your selection.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"zv-shade-note\"\u003e\n      Shade appearance may vary slightly depending on lighting, screen settings, and the selected finish.\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_14_40_54.png?v=1786344074\" alt=\"Eyeshadow stick shade options numbered 01 through 16\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-feature-soft\"\u003e\n\n    \u003cspan class=\"zv-label\"\u003eMatte + Shimmer\u003c\/span\u003e\n\n    \u003ch2\u003eChange the mood with your finish.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The collection includes both matte and shimmer looks, giving you options for understated everyday color or a brighter eye-catching accent.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_14_29_35_4.png?v=1786343425\" alt=\"Matte and shimmer eyeshadow finishes\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-feature\"\u003e\n\n    \u003cspan class=\"zv-label\"\u003eMade for Everyday Use\u003c\/span\u003e\n\n    \u003ch2\u003eKeep both ends protected.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Separate caps cover the color tip and sponge blender between applications. Replace both caps after use to keep the dual-ended format neatly stored.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_14_29_36_5.png?v=1786343421\" alt=\"Dual-ended eyeshadow stick with protective caps\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-spec-box\"\u003e\n\n    \u003cp class=\"zv-eyebrow\"\u003eProduct Details\u003c\/p\u003e\n\n    \u003ch2\u003eWhat to know before you choose.\u003c\/h2\u003e\n\n    \u003cdiv class=\"zv-spec-row\"\u003e\n      \u003cstrong\u003eProduct Type\u003c\/strong\u003e\n      \u003cspan\u003eEyeshadow stick\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-spec-row\"\u003e\n      \u003cstrong\u003eDesign\u003c\/strong\u003e\n      \u003cspan\u003eDual-ended color tip + sponge blender\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-spec-row\"\u003e\n      \u003cstrong\u003eShade Options\u003c\/strong\u003e\n      \u003cspan\u003e#01–#16 · 16 options\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-spec-row\"\u003e\n      \u003cstrong\u003eFinish Range\u003c\/strong\u003e\n      \u003cspan\u003eMatte and shimmer\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zv-spec-row\"\u003e\n      \u003cstrong\u003eBrand\u003c\/strong\u003e\n      \u003cspan\u003eZavrlyUS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-faq\"\u003e\n\n    \u003cp class=\"zv-eyebrow\"\u003eGood to Know\u003c\/p\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I use the two ends?\u003c\/summary\u003e\n      \u003cp\u003e\n        Swipe the color tip across the eyelid, then flip to the sponge end to soften and blend the edges. Add another light layer if you want more color.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many shades are available?\u003c\/summary\u003e\n      \u003cp\u003e\n        The range shown includes 16 numbered shade options, from #01 through #16.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre all shades the same finish?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The collection shows both matte and shimmer looks. Check the image for your selected shade to see its visible finish.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I choose my shade?\u003c\/summary\u003e\n      \u003cp\u003e\n        Select the shade number and compare it with the matching variant image before adding it to your cart.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat should I do after using it?\u003c\/summary\u003e\n      \u003cp\u003e\n        Replace the separate caps on both the color tip and sponge end after application.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"zv-cta\"\u003e\n\n    \u003ch2\u003eFind the shade that fits your look.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Choose from #01–#16, then swipe, blend, and build your eye look with one dual-ended stick.\n    \u003c\/p\u003e\n\n    \u003ca class=\"zv-button\" href=\"#\"\u003eChoose Your Shade\u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"01","offer_id":53696054657387,"sku":"NC02482608101190-01#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"02","offer_id":53696054690155,"sku":"NC02482608101190-02#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"03","offer_id":53696054722923,"sku":"NC02482608101190-03#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"04","offer_id":53696054755691,"sku":"NC02482608101190-04#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"05","offer_id":53696054788459,"sku":"NC02482608101190-05#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"06","offer_id":53696054821227,"sku":"NC02482608101190-06#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"07","offer_id":53696054853995,"sku":"NC02482608101190-07#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"08","offer_id":53696054886763,"sku":"NC02482608101190-08#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"09","offer_id":53696054919531,"sku":"NC02482608101190-09#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"10","offer_id":53696054952299,"sku":"NC02482608101190-10#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"11","offer_id":53696054985067,"sku":"NC02482608101190-11#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"12","offer_id":53696055017835,"sku":"NC02482608101190-12#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"13","offer_id":53696055050603,"sku":"NC02482608101190-13#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"14","offer_id":53696055083371,"sku":"NC02482608101190-14#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"15","offer_id":53696055116139,"sku":"NC02482608101190-15#","price":22.99,"currency_code":"USD","in_stock":true},{"title":"16","offer_id":53696055148907,"sku":"NC02482608101190-16#","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_10_14_29_33_1.png?v=1786343425","url":"https:\/\/zavrlynia.com\/products\/dual-ended-eyeshadow-stick","provider":"zavrlynia","version":"1.0","type":"link"}