{"product_id":"jelly-eyeshadow-stick","title":"💧Jelly Eyeshadow Stick – Metallic Shimmer Eye Color","description":"\u003cstyle\u003e\n  .jelly-pdp {\n    --text: #242126;\n    --muted: #6f6870;\n    --soft: #faf7f8;\n    --soft-pink: #f7edef;\n    --accent: #b97886;\n    --accent-dark: #8d5864;\n    --border: #eadfe2;\n    --white: #ffffff;\n\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.6;\n    background: var(--white);\n  }\n\n  .jelly-pdp * {\n    box-sizing: border-box;\n  }\n\n  .jelly-pdp img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 14px;\n  }\n\n  .jelly-pdp h2,\n  .jelly-pdp h3,\n  .jelly-pdp p {\n    margin-top: 0;\n  }\n\n  .jelly-pdp h2 {\n    margin-bottom: 12px;\n    color: var(--text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    line-height: 1.14;\n    font-weight: 500;\n    letter-spacing: -0.5px;\n  }\n\n  .jelly-pdp h3 {\n    margin-bottom: 8px;\n    font-size: 21px;\n    line-height: 1.25;\n    font-weight: 700;\n  }\n\n  .jelly-pdp p {\n    margin-bottom: 14px;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .jelly-section {\n    padding: 28px 16px;\n  }\n\n  .jelly-section + .jelly-section {\n    padding-top: 10px;\n  }\n\n  .jelly-hero {\n    padding: 10px 0 30px;\n    text-align: center;\n  }\n\n  .jelly-hero img {\n    border-radius: 0;\n  }\n\n  .jelly-hero-copy {\n    padding: 26px 18px 0;\n  }\n\n  .jelly-eyebrow {\n    margin-bottom: 8px !important;\n    color: var(--accent-dark) !important;\n    font-size: 13px !important;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .jelly-hero h2 {\n    max-width: 660px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 35px;\n  }\n\n  .jelly-hero-sub {\n    max-width: 650px;\n    margin: 0 auto 18px !important;\n    font-size: 17px !important;\n  }\n\n  .jelly-quick-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .jelly-pill {\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: var(--soft-pink);\n    color: #5e4b50;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .jelly-feature {\n    margin-bottom: 34px;\n  }\n\n  .jelly-feature-copy {\n    padding: 0 4px 16px;\n  }\n\n  .jelly-feature img {\n    margin-top: 4px;\n  }\n\n  .jelly-icon-title {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n  }\n\n  .jelly-icon {\n    flex: 0 0 auto;\n    font-size: 22px;\n    line-height: 1.1;\n  }\n\n  .jelly-feature strong,\n  .jelly-step strong {\n    color: var(--text);\n  }\n\n  .jelly-highlight {\n    padding: 24px 18px;\n    border-radius: 18px;\n    background: var(--soft);\n  }\n\n  .jelly-highlight ul {\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .jelly-highlight li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 28px;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .jelly-highlight li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--accent-dark);\n    font-weight: 800;\n  }\n\n  .jelly-steps {\n    margin: 18px 0 20px;\n  }\n\n  .jelly-step {\n    display: flex;\n    gap: 13px;\n    align-items: flex-start;\n    margin-bottom: 14px;\n    padding: 14px;\n    border-radius: 14px;\n    background: var(--soft);\n  }\n\n  .jelly-step-number {\n    display: flex;\n    flex: 0 0 32px;\n    width: 32px;\n    height: 32px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--accent-dark);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .jelly-step p {\n    margin: 1px 0 0;\n    font-size: 15px;\n  }\n\n  .jelly-specs {\n    overflow: hidden;\n    margin-top: 18px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .jelly-spec-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 14px 15px;\n    background: #fff;\n  }\n\n  .jelly-spec-row:nth-child(even) {\n    background: var(--soft);\n  }\n\n  .jelly-spec-label {\n    flex: 0 0 38%;\n    color: var(--text);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .jelly-spec-value {\n    flex: 1;\n    color: var(--muted);\n    font-size: 14px;\n    text-align: right;\n  }\n\n  .jelly-faq details {\n    margin-bottom: 10px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #fff;\n    overflow: hidden;\n  }\n\n  .jelly-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 16px;\n    cursor: pointer;\n    list-style: none;\n    color: var(--text);\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .jelly-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .jelly-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 17px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--accent-dark);\n    font-size: 24px;\n    font-weight: 400;\n  }\n\n  .jelly-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .jelly-faq-answer {\n    padding: 0 16px 16px;\n  }\n\n  .jelly-faq-answer p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .jelly-cta {\n    margin: 12px 16px 34px;\n    padding: 28px 18px;\n    border-radius: 20px;\n    background: linear-gradient(145deg, #f8eff1, #f4e5e9);\n    text-align: center;\n  }\n\n  .jelly-cta h2 {\n    font-size: 29px;\n  }\n\n  .jelly-cta p {\n    max-width: 570px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .jelly-button {\n    display: block;\n    width: 100%;\n    max-width: 440px;\n    margin: 20px auto 0;\n    padding: 16px 22px;\n    border-radius: 999px;\n    background: var(--text);\n    color: #fff !important;\n    text-decoration: none;\n    font-size: 16px;\n    font-weight: 800;\n    letter-spacing: 0.2px;\n    transition: opacity 0.2s ease;\n  }\n\n  .jelly-button:hover {\n    opacity: 0.88;\n  }\n\n  .jelly-microcopy {\n    margin: 11px 0 0 !important;\n    font-size: 12px !important;\n    color: #857a7e !important;\n  }\n\n  @media (min-width: 768px) {\n    .jelly-section {\n      padding-left: 28px;\n      padding-right: 28px;\n    }\n\n    .jelly-hero-copy {\n      padding-left: 28px;\n      padding-right: 28px;\n    }\n\n    .jelly-pdp h2 {\n      font-size: 36px;\n    }\n\n    .jelly-hero h2 {\n      font-size: 44px;\n    }\n\n    .jelly-feature-copy {\n      padding-left: 8px;\n      padding-right: 8px;\n    }\n\n    .jelly-spec-label,\n    .jelly-spec-value {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"jelly-pdp\"\u003e\n\u003c!-- A: ATTENTION \/ HOOK --\u003e\n\u003csection class=\"jelly-hero\"\u003e\n\u003cdiv class=\"jelly-hero-copy\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eJelly-To-Shine Eyeshadow\u003c\/p\u003e\n\u003ch2\u003eSwipe On. Light Up Your Eyes.\u003c\/h2\u003e\n\u003cp class=\"jelly-hero-sub\"\u003eMeet the silky jelly eyeshadow stick that delivers \u003cstrong\u003ehigh-impact shimmer without brushes, fallout, or complicated blending.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/Download_4_compressed.gif?v=1786356156\" alt=\"Jelly eyeshadow stick shimmer finish\" loading=\"eager\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"jelly-quick-benefits\"\u003e\n\u003cspan class=\"jelly-pill\"\u003e✨ One-Swipe Shine\u003c\/span\u003e \u003cspan class=\"jelly-pill\"\u003e💧 Silky Jelly Texture\u003c\/span\u003e \u003cspan class=\"jelly-pill\"\u003e👜 Brush-Free Application\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- I: INTEREST \/ MAIN FEATURES --\u003e\n\u003csection class=\"jelly-section\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eWhy You'll Love It\u003c\/p\u003e\n\u003ch2\u003eEffortless Glow, Made Easier\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"jelly-feature\"\u003e\n\u003cdiv class=\"jelly-feature-copy\"\u003e\n\u003cdiv class=\"jelly-icon-title\"\u003e\n\u003cspan class=\"jelly-icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSilky-Smooth Jelly Texture\u003c\/h3\u003e\n\u003cp\u003eThe innovative \u003cstrong\u003ejelly-to-shine texture glides smoothly across your lids\u003c\/strong\u003e, giving you sparkling color without loose powder, messy fallout, or a makeup brush.\u003c\/p\u003e\n\u003c\/div\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_10_18_01_37_1.png?v=1786356138\" alt=\"Silky jelly eyeshadow texture with smooth application\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"jelly-feature\"\u003e\n\u003cdiv class=\"jelly-feature-copy\"\u003e\n\u003cdiv class=\"jelly-icon-title\"\u003e\n\u003cspan class=\"jelly-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOne Swipe. High-Impact Shine.\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eHydra-Metallic Glaze\u003c\/strong\u003e delivers rich metallic color and shimmer in an effortless swipe—helping dull-looking lids appear brighter, smoother, and more luminous.\u003c\/p\u003e\n\u003c\/div\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_10_18_01_37_2.png?v=1786356135\" alt=\"One swipe metallic jelly eyeshadow shine\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"jelly-feature\"\u003e\n\u003cdiv class=\"jelly-feature-copy\"\u003e\n\u003cdiv class=\"jelly-icon-title\"\u003e\n\u003cspan class=\"jelly-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCooling Feel + 3D Reflection\u003c\/h3\u003e\n\u003cp\u003eInfused with \u003cstrong\u003eRed Algae Gel Technology and Gel Crystal Complex\u003c\/strong\u003e, the formula feels refreshingly cushiony as you apply it while creating multi-dimensional shine that catches the light from different angles.\u003c\/p\u003e\n\u003c\/div\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_10_18_01_37_3.png?v=1786356138\" alt=\"Cooling luminous jelly eyeshadow with multidimensional reflection\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"jelly-feature\"\u003e\n\u003cdiv class=\"jelly-feature-copy\"\u003e\n\u003cdiv class=\"jelly-icon-title\"\u003e\n\u003cspan class=\"jelly-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eShine That Stays Put\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAQUA-FILMOGEN Film-Forming Technology\u003c\/strong\u003e helps lock your eye look in place through heat and humidity while resisting creasing and fading from day to night.\u003c\/p\u003e\n\u003c\/div\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_10_18_01_39_4.png?v=1786356138\" alt=\"Long lasting jelly eyeshadow resistant to creasing and fading\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"jelly-feature\"\u003e\n\u003cdiv class=\"jelly-feature-copy\"\u003e\n\u003cdiv class=\"jelly-icon-title\"\u003e\n\u003cspan class=\"jelly-icon\"\u003e👜\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNo Brush. No Mess. No Fuss.\u003c\/h3\u003e\n\u003cp\u003eThe sleek stick format gives you \u003cstrong\u003eprecise, direct application\u003c\/strong\u003e wherever you are. Swipe it on and create a polished, glamorous eye look in seconds.\u003c\/p\u003e\n\u003c\/div\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_10_18_01_39_5.png?v=1786356133\" alt=\"Direct brush free jelly eyeshadow stick application\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D: DESIRE --\u003e\n\u003csection class=\"jelly-section\"\u003e\n\u003cdiv class=\"jelly-highlight\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eMade For Effortless Glam\u003c\/p\u003e\n\u003ch2\u003eLess Makeup Mess. More Instant Impact.\u003c\/h2\u003e\n\u003cp\u003eGet luminous eye color without reaching for palettes, loose pigments, or multiple brushes.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth glide\u003c\/strong\u003e for easy, controlled application\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMetallic luminosity\u003c\/strong\u003e in a quick swipe\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDirect-to-lid stick\u003c\/strong\u003e for easy touch-ups on the go\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFilm-forming wear\u003c\/strong\u003e designed to resist creasing and fading\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact format\u003c\/strong\u003e that fits easily into your makeup bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"jelly-section\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eSimple 4-Step Routine\u003c\/p\u003e\n\u003ch2\u003eHow To Use\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_10_18_01_39_6.png?v=1786356130\" alt=\"How to use jelly eyeshadow stick in four simple steps\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"jelly-section\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eProduct Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"jelly-specs\"\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eJelly Eyeshadow Stick\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eMetallic \/ Shimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eApplication\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eDirect-to-Lid Stick\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eBlending\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eFingertip Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eBrush Required\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-row\"\u003e\n\u003cdiv class=\"jelly-spec-label\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"jelly-spec-value\"\u003eCool Room Temperature\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"jelly-section jelly-faq\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eQuestions, Answered\u003c\/p\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need an eyeshadow brush?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eNo. The stick is designed for direct application. Swipe it onto your eyelid and lightly blend with your fingertip if desired.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the formula create powder fallout?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eUnlike loose or powder-based eyeshadows, the jelly stick format is designed for direct application without loose powder fallout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat kind of finish does it create?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eIt creates a luminous metallic shimmer with multi-dimensional light-catching reflection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I build up the color?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eYes. Start with a light swipe and add more product until you reach your preferred level of color and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I store the eyeshadow?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eReplace the cap securely after every use and store the stick at a cool room temperature to help keep the jelly formula fresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for quick makeup on the go?\u003c\/summary\u003e\n\u003cdiv class=\"jelly-faq-answer\"\u003e\n\u003cp\u003eYes. Its compact stick format is designed for quick, precise application without carrying a brush or palette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- A: ACTION --\u003e\n\u003csection class=\"jelly-cta\"\u003e\n\u003cp class=\"jelly-eyebrow\"\u003eYour Glow, Your Way\u003c\/p\u003e\n\u003ch2\u003eOne Stick. Endless Shine.\u003c\/h2\u003e\n\u003cp\u003eSwipe on smooth metallic color and create a luminous eye look in seconds—wherever your day takes you.\u003c\/p\u003e\n\u003ca class=\"jelly-button\" href=\"#\"\u003e Choose Your Shade ✨ \u003c\/a\u003e\n\u003cp class=\"jelly-microcopy\"\u003eEasy to swipe • Easy to blend • Easy to take anywhere\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"01# Moonshell","offer_id":53697684078955,"sku":"NC0248260810213-珠光米白色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"02# Blush Quartz","offer_id":53697684111723,"sku":"NC0248260810213-珠光粉色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"03# Zenith","offer_id":53697684144491,"sku":"NC0248260810213-珠光粉紫色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"04# Peach Pearl","offer_id":53697684177259,"sku":"NC0248260810213-珠光桃粉色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"05# Bronzite","offer_id":53697684210027,"sku":"NC0248260810213-珠光古铜棕","price":22.99,"currency_code":"USD","in_stock":true},{"title":"06# Topaz","offer_id":53697684242795,"sku":"NC0248260810213-珠光暖金棕","price":22.99,"currency_code":"USD","in_stock":true},{"title":"07# Rose Stone","offer_id":53697684275563,"sku":"NC0248260810213-珠光玫瑰粉","price":22.99,"currency_code":"USD","in_stock":true},{"title":"08# Chromite","offer_id":53697684308331,"sku":"NC0248260810213-珠光金棕色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"09# Diamond","offer_id":53697684341099,"sku":"NC0248260810213-珠光银白色","price":22.99,"currency_code":"USD","in_stock":true},{"title":"10# Amethyst","offer_id":53697684373867,"sku":"NC0248260810213-珠光紫色","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_18_01_37_1.png?v=1786356138","url":"https:\/\/zavrlynia.com\/products\/jelly-eyeshadow-stick","provider":"zavrlynia","version":"1.0","type":"link"}